From 006a40cc10bf75e2a6016c6443d61f6e537b70cf Mon Sep 17 00:00:00 2001 From: Matthew Brambilla Date: Wed, 20 Apr 2022 10:00:10 -0400 Subject: [PATCH] v4.3.2 update --- README.md | 6 +-- dist/css/figuration-rtl.css | 2 +- dist/css/figuration-rtl.min.css | 2 +- dist/css/figuration.css | 2 +- dist/css/figuration.min.css | 2 +- dist/js/figuration.js | 46 +++++++++++----------- dist/js/figuration.min.js | 2 +- js/accordion.js | 2 +- js/affix.js | 2 +- js/alert.js | 2 +- js/collapse.js | 2 +- js/common.js | 2 +- js/drag.js | 2 +- js/dropdown.js | 2 +- js/equalize.js | 2 +- js/lazy.js | 2 +- js/modal.js | 2 +- js/offcanvas.js | 2 +- js/player.js | 2 +- js/popover.js | 2 +- js/scrollspy.js | 2 +- js/slideshow.js | 2 +- js/tab-responsive.js | 2 +- js/tab.js | 2 +- js/tooltip.js | 2 +- js/util.js | 2 +- js/util/backdrop.js | 2 +- js/util/focuser.js | 2 +- js/util/scrollbar.js | 2 +- package-lock.json | 68 +++++++++++++++++++++------------ package.json | 4 +- scss/figuration.scss | 2 +- site/4.3/4.3.11tydata.js | 18 ++++----- site/4.3/components/badges.md | 2 +- site/_data/site.js | 20 +++++----- site/_data/versions.js | 2 +- site/about/about.11tydata.js | 2 +- site/assets/4.3/js/docs.min.js | 2 +- site/assets/4.3/js/src/docs.js | 2 +- test/visual/badge.html | 2 +- 40 files changed, 125 insertions(+), 105 deletions(-) diff --git a/README.md b/README.md index bed02e8da..4ea0e6f2f 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ CAST Figuration: A feature rich, responsive, mobile first, accessible, front-end Several quick start options are available: -- [Download the latest release.](https://github.com/cast-org/figuration/archive/v4.3.1.zip) +- [Download the latest release.](https://github.com/cast-org/figuration/archive/v4.3.2.zip) - Clone the repo: `git clone https://github.com/cast-org/figuration.git` -- Install with [npm](https://www.npmjs.com/): `npm install figuration@4.3.1` -- Install with [yarn](https://yarnpkg.com/): `yarn add figuration@4.3.1` +- Install with [npm](https://www.npmjs.com/): `npm install figuration@4.3.2` +- Install with [yarn](https://yarnpkg.com/): `yarn add figuration@4.3.2` Read the [Get Started page](https://figuration.org/4.3/get-started/quick-start/) for information on the framework, templates, and examples. diff --git a/dist/css/figuration-rtl.css b/dist/css/figuration-rtl.css index 876241c30..84699cdfc 100644 --- a/dist/css/figuration-rtl.css +++ b/dist/css/figuration-rtl.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/dist/css/figuration-rtl.min.css b/dist/css/figuration-rtl.min.css index a37cb2b1c..c6fba4b3e 100644 --- a/dist/css/figuration-rtl.min.css +++ b/dist/css/figuration-rtl.min.css @@ -1,5 +1,5 @@ @charset "UTF-8";/*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/dist/css/figuration.css b/dist/css/figuration.css index 9bda2fcb5..f1780fa1d 100644 --- a/dist/css/figuration.css +++ b/dist/css/figuration.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/dist/css/figuration.min.css b/dist/css/figuration.min.css index 5f140a240..1bd950e82 100644 --- a/dist/css/figuration.min.css +++ b/dist/css/figuration.min.css @@ -1,5 +1,5 @@ @charset "UTF-8";/*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/dist/js/figuration.js b/dist/js/figuration.js index e117961d2..a9437370d 100644 --- a/dist/js/figuration.js +++ b/dist/js/figuration.js @@ -1,5 +1,5 @@ /*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) @@ -21,7 +21,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/backdrop.js + * Figuration (v4.3.2): util/backdrop.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -139,7 +139,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/focuser.js + * Figuration (v4.3.2): util/focuser.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -329,7 +329,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/scrollbar.js + * Figuration (v4.3.2): util/scrollbar.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -524,7 +524,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util.js + * Figuration (v4.3.2): util.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1196,7 +1196,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): drag.js + * Figuration (v4.3.2): drag.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1386,7 +1386,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): collapse.js + * Figuration (v4.3.2): collapse.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1628,7 +1628,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): dropdown.js + * Figuration (v4.3.2): dropdown.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2401,7 +2401,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tab.js + * Figuration (v4.3.2): tab.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2666,7 +2666,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): affix.js + * Figuration (v4.3.2): affix.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2839,7 +2839,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tooltip.js + * Figuration (v4.3.2): tooltip.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -3662,7 +3662,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): popover.js + * Figuration (v4.3.2): popover.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -4119,7 +4119,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): offcanvas.js + * Figuration (v4.3.2): offcanvas.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -4438,7 +4438,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): modal.js + * Figuration (v4.3.2): modal.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -4924,7 +4924,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): accordion.js + * Figuration (v4.3.2): accordion.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5000,7 +5000,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tab-responsive.js + * Figuration (v4.3.2): tab-responsive.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5137,7 +5137,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): slideshow.js + * Figuration (v4.3.2): slideshow.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5319,7 +5319,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): scrollspy.js + * Figuration (v4.3.2): scrollspy.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5513,7 +5513,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): alert.js + * Figuration (v4.3.2): alert.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5643,7 +5643,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): lazy.js + * Figuration (v4.3.2): lazy.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -5849,7 +5849,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): equalize.js + * Figuration (v4.3.2): equalize.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -6066,7 +6066,7 @@ if (typeof jQuery === 'undefined') { /* eslint-disable no-magic-numbers */ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): player.js + * Figuration (v4.3.2): player.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -7879,7 +7879,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): common.js + * Figuration (v4.3.2): common.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/dist/js/figuration.min.js b/dist/js/figuration.min.js index 7ac672222..7286f2943 100644 --- a/dist/js/figuration.min.js +++ b/dist/js/figuration.min.js @@ -1,5 +1,5 @@ /*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/js/accordion.js b/js/accordion.js index 4e5138076..bbf2a4e51 100644 --- a/js/accordion.js +++ b/js/accordion.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): accordion.js + * Figuration (v4.3.2): accordion.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/affix.js b/js/affix.js index 1059826d9..6459ecf3e 100644 --- a/js/affix.js +++ b/js/affix.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): affix.js + * Figuration (v4.3.2): affix.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/alert.js b/js/alert.js index ff5845f25..314194a8d 100644 --- a/js/alert.js +++ b/js/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): alert.js + * Figuration (v4.3.2): alert.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/collapse.js b/js/collapse.js index 5276f74ed..586f88420 100644 --- a/js/collapse.js +++ b/js/collapse.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): collapse.js + * Figuration (v4.3.2): collapse.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/common.js b/js/common.js index aa71fb4ad..cd7497028 100644 --- a/js/common.js +++ b/js/common.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): common.js + * Figuration (v4.3.2): common.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/drag.js b/js/drag.js index 54d177560..56072d5df 100644 --- a/js/drag.js +++ b/js/drag.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): drag.js + * Figuration (v4.3.2): drag.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/dropdown.js b/js/dropdown.js index f6d6db8bf..11490278f 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): dropdown.js + * Figuration (v4.3.2): dropdown.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/equalize.js b/js/equalize.js index 0be4a7279..040cd9158 100644 --- a/js/equalize.js +++ b/js/equalize.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): equalize.js + * Figuration (v4.3.2): equalize.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/lazy.js b/js/lazy.js index 1bce618bf..051ecd6e8 100644 --- a/js/lazy.js +++ b/js/lazy.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): lazy.js + * Figuration (v4.3.2): lazy.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/modal.js b/js/modal.js index 35e80169c..46be1b407 100644 --- a/js/modal.js +++ b/js/modal.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): modal.js + * Figuration (v4.3.2): modal.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/offcanvas.js b/js/offcanvas.js index 9fe4260db..d47988fdc 100644 --- a/js/offcanvas.js +++ b/js/offcanvas.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): offcanvas.js + * Figuration (v4.3.2): offcanvas.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/player.js b/js/player.js index 104a0be69..a6f2d85cb 100644 --- a/js/player.js +++ b/js/player.js @@ -1,7 +1,7 @@ /* eslint-disable no-magic-numbers */ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): player.js + * Figuration (v4.3.2): player.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/popover.js b/js/popover.js index 8379881e2..cc3b54d76 100644 --- a/js/popover.js +++ b/js/popover.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): popover.js + * Figuration (v4.3.2): popover.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/scrollspy.js b/js/scrollspy.js index 1255bc1f7..05a585923 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): scrollspy.js + * Figuration (v4.3.2): scrollspy.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/slideshow.js b/js/slideshow.js index 87a97db65..f780118ac 100644 --- a/js/slideshow.js +++ b/js/slideshow.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): slideshow.js + * Figuration (v4.3.2): slideshow.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/tab-responsive.js b/js/tab-responsive.js index c8fa8b8c6..183cc15e3 100644 --- a/js/tab-responsive.js +++ b/js/tab-responsive.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tab-responsive.js + * Figuration (v4.3.2): tab-responsive.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/tab.js b/js/tab.js index 268aff56b..385293a69 100644 --- a/js/tab.js +++ b/js/tab.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tab.js + * Figuration (v4.3.2): tab.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/tooltip.js b/js/tooltip.js index 6467a6db1..7c9659e7d 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): tooltip.js + * Figuration (v4.3.2): tooltip.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/util.js b/js/util.js index 0c2a7484e..3a2f99987 100644 --- a/js/util.js +++ b/js/util.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util.js + * Figuration (v4.3.2): util.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/util/backdrop.js b/js/util/backdrop.js index efabcccb4..7705ffe6b 100644 --- a/js/util/backdrop.js +++ b/js/util/backdrop.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/backdrop.js + * Figuration (v4.3.2): util/backdrop.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/util/focuser.js b/js/util/focuser.js index 052cf3175..9c57c4910 100644 --- a/js/util/focuser.js +++ b/js/util/focuser.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/focuser.js + * Figuration (v4.3.2): util/focuser.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/util/scrollbar.js b/js/util/scrollbar.js index 341ee1b8a..f2eb755fc 100644 --- a/js/util/scrollbar.js +++ b/js/util/scrollbar.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Figuration (v4.3.1): util/scrollbar.js + * Figuration (v4.3.2): util/scrollbar.js * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/package-lock.json b/package-lock.json index e05a7fc5b..e47b50886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "figuration", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2270,9 +2270,9 @@ "dev": true }, "core-js": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.0.tgz", - "integrity": "sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz", + "integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw==", "dev": true }, "core-util-is": { @@ -2992,9 +2992,9 @@ } }, "electron-to-chromium": { - "version": "1.4.113", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.113.tgz", - "integrity": "sha512-s30WKxp27F3bBH6fA07FYL2Xm/FYnYrKpMjHr3XVCTUb9anAyZn/BeZfPWgTZGAbJeT4NxNwISSbLcYZvggPMA==", + "version": "1.4.114", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.114.tgz", + "integrity": "sha512-gRwLpVYWHGbERPU6o8pKfR168V6enWEXzZc6zQNNXbgJ7UJna+9qzAIHY94+9KOv71D/CH+QebLA9pChD2q8zA==", "dev": true }, "eleventy-plugin-nesting-toc": { @@ -3792,12 +3792,32 @@ "dev": true }, "filelist": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.3.tgz", + "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", "dev": true, "requires": { - "minimatch": "^3.0.4" + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "filename-reserved-regex": { @@ -5157,9 +5177,9 @@ } }, "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true }, "has-cors": { @@ -5908,12 +5928,12 @@ } }, "jake": { - "version": "10.8.4", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz", - "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", "dev": true, "requires": { - "async": "0.9.x", + "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.1", "minimatch": "^3.0.4" @@ -5929,9 +5949,9 @@ } }, "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", "dev": true }, "chalk": { @@ -6109,9 +6129,9 @@ "dev": true }, "karma": { - "version": "6.3.18", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.18.tgz", - "integrity": "sha512-YEwXVHRILKWKN7uEW9IkgTPjnYGb3YA3MDvlp04xpSRAyrNPoRmsBayLDgHykKAwBm6/mAOckj4xi/1JdQfhzQ==", + "version": "6.3.19", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.19.tgz", + "integrity": "sha512-NDhWckzES/Y9xMiddyU1RzaKL76/scCsu8Mp0vR0Z3lQRvC3p72+Ab4ppoxs36S9tyPNX5V48yvaV++RNEBPZw==", "dev": true, "requires": { "@colors/colors": "1.5.0", diff --git a/package.json b/package.json index 1591b73c2..71748034d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "figuration", "description": "A feature rich, responsive, mobile first, accessible, front-end framework.", - "version": "4.3.1", + "version": "4.3.2", "config": { "versionShort": "4.3" }, @@ -75,7 +75,7 @@ "grunt-stylelint": "^0.18.0", "ip": "^1.1.5", "jquery": "^3.6.0", - "karma": "^6.3.17", + "karma": "^6.3.19", "karma-chrome-launcher": "^3.1.1", "karma-cli": "^2.0.0", "karma-detect-browsers": "^2.3.3", diff --git a/scss/figuration.scss b/scss/figuration.scss index 5334f524d..a8bde50cb 100644 --- a/scss/figuration.scss +++ b/scss/figuration.scss @@ -1,5 +1,5 @@ /*! - * Figuration (v4.3.1) + * Figuration (v4.3.2) * https://figuration.org * Copyright 2013-2022 CAST, Inc. * Licensed under MIT (https://github.com/cast-org/figuration/blob/master/LICENSE) diff --git a/site/4.3/4.3.11tydata.js b/site/4.3/4.3.11tydata.js index fe15779ab..0397b0ba1 100644 --- a/site/4.3/4.3.11tydata.js +++ b/site/4.3/4.3.11tydata.js @@ -1,6 +1,6 @@ module.exports = { "version": { - "current": "4.3.1", + "current": "4.3.2", "docs": "4.3" }, "date": "Last Modified", @@ -20,12 +20,12 @@ module.exports = { }, "cdn": { - "css": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/css/figuration.min.css", - "css_hash": "sha384-Hw9bvWTVjwvTPqjEn0yBXLvKuTNGkBsYfrUiNiLvWC5l2tkwlztd0VaJvxdBZlZ1", - "js": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/js/figuration.min.js", - "js_hash": "sha384-0rb4W22EmVywCO5lRGMvWy2tu3kvdBht4zFEeELnQF/tF+Y6idJlPEYwBZz6HiTj", - "css_rtl": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/css/figuration-rtl.min.css", - "css_rtl_hash": "sha384-CJ9Ie/dcoOGxWkYRHGNcK/0anAsGi9FYGhf7/YwcfRNqCpEKoDfIt+fnZSwI1S4e", + "css": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/css/figuration.min.css", + "css_hash": "sha384-BdFpTkScb7NuE/fDrEVSsRPQBHjy3LzmCDLmTek4N+7osaE8tjU8/ObDdqlxrWd1", + "js": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/js/figuration.min.js", + "js_hash": "sha384-M7NVkRh47bmlJp6HztCNlK2xV/BDbxPcKA8WA3/IlfGkzUaMbo8lXWHnSuBxx4TV", + "css_rtl": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/css/figuration-rtl.min.css", + "css_rtl_hash": "sha384-uDDOoFVMsjiMxdxnzKFN0/9Rv1WeuZkzq8k4CQMl/s1zFroAbbrQdN7IqzFxqBwd", "jquery": "https://code.jquery.com/jquery-3.6.0.slim.min.js", "jquery_hash": "sha384-Qg00WFl9r0Xr6rUqNLv1ffTSSKEFFCDCKVyHZ+sVt8KuvG99nWw5RNvbhuKgif9z", "popper": "https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js", @@ -35,8 +35,8 @@ module.exports = { }, "download": { - "source": "https://github.com/cast-org/figuration/archive/v4.3.1.zip", - "dist": "https://github.com/cast-org/figuration/releases/download/v4.3.1/figuration-4.3.1-dist.zip" + "source": "https://github.com/cast-org/figuration/archive/v4.3.2.zip", + "dist": "https://github.com/cast-org/figuration/releases/download/v4.3.2/figuration-4.3.2-dist.zip" }, "nav": [ diff --git a/site/4.3/components/badges.md b/site/4.3/components/badges.md index 39fa2e1fd..6887fdac3 100644 --- a/site/4.3/components/badges.md +++ b/site/4.3/components/badges.md @@ -180,7 +180,7 @@ Group badges together using `.badge-group`. {% capture example %}
version - v4.3.1 + v4.3.2
diff --git a/site/_data/site.js b/site/_data/site.js index 89103ac44..5beb2af86 100644 --- a/site/_data/site.js +++ b/site/_data/site.js @@ -26,25 +26,25 @@ module.exports = { }, "version": { - "current": "4.3.1", + "current": "4.3.2", "docs": "4.3" }, "repo": "https://github.com/cast-org/figuration", - "changelog": "https://github.com/cast-org/figuration/releases/tag/v4.3.1", + "changelog": "https://github.com/cast-org/figuration/releases/tag/v4.3.2", "download": { - "source": "https://github.com/cast-org/figuration/archive/v4.3.1.zip", - "dist": "https://github.com/cast-org/figuration/releases/download/v4.3.1/figuration-4.3.1-dist.zip" + "source": "https://github.com/cast-org/figuration/archive/v4.3.2.zip", + "dist": "https://github.com/cast-org/figuration/releases/download/v4.3.2/figuration-4.3.2-dist.zip" }, "cdn": { - "css": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/css/figuration.min.css", - "css_hash": "sha384-Hw9bvWTVjwvTPqjEn0yBXLvKuTNGkBsYfrUiNiLvWC5l2tkwlztd0VaJvxdBZlZ1", - "js": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/js/figuration.min.js", - "js_hash": "sha384-0rb4W22EmVywCO5lRGMvWy2tu3kvdBht4zFEeELnQF/tF+Y6idJlPEYwBZz6HiTj", - "css_rtl": "https://cdn.jsdelivr.net/npm/figuration@4.3.1/dist/css/figuration-rtl.min.css", - "css_rtl_hash": "sha384-CJ9Ie/dcoOGxWkYRHGNcK/0anAsGi9FYGhf7/YwcfRNqCpEKoDfIt+fnZSwI1S4e", + "css": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/css/figuration.min.css", + "css_hash": "sha384-BdFpTkScb7NuE/fDrEVSsRPQBHjy3LzmCDLmTek4N+7osaE8tjU8/ObDdqlxrWd1", + "js": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/js/figuration.min.js", + "js_hash": "sha384-M7NVkRh47bmlJp6HztCNlK2xV/BDbxPcKA8WA3/IlfGkzUaMbo8lXWHnSuBxx4TV", + "css_rtl": "https://cdn.jsdelivr.net/npm/figuration@4.3.2/dist/css/figuration-rtl.min.css", + "css_rtl_hash": "sha384-uDDOoFVMsjiMxdxnzKFN0/9Rv1WeuZkzq8k4CQMl/s1zFroAbbrQdN7IqzFxqBwd", "jquery": "https://code.jquery.com/jquery-3.6.0.slim.min.js", "jquery_hash": "sha384-Qg00WFl9r0Xr6rUqNLv1ffTSSKEFFCDCKVyHZ+sVt8KuvG99nWw5RNvbhuKgif9z", "popper": "https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js", diff --git a/site/_data/versions.js b/site/_data/versions.js index 2f2054987..d49e8a784 100644 --- a/site/_data/versions.js +++ b/site/_data/versions.js @@ -3,7 +3,7 @@ module.exports = [ "set": "Latest", "versions": [ { - "ver": "v4.3.1", + "ver": "v4.3.2", "path": "4.3" } ] diff --git a/site/about/about.11tydata.js b/site/about/about.11tydata.js index 028be10f3..3dbc95029 100644 --- a/site/about/about.11tydata.js +++ b/site/about/about.11tydata.js @@ -1,6 +1,6 @@ module.exports = { "version": { - "current": "4.3.1", + "current": "4.3.2", "docs": "4.3" }, "sitemapIgnore": false, diff --git a/site/assets/4.3/js/docs.min.js b/site/assets/4.3/js/docs.min.js index d8d3c9247..02c2c9f8f 100644 --- a/site/assets/4.3/js/docs.min.js +++ b/site/assets/4.3/js/docs.min.js @@ -6,7 +6,7 @@ */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ClipboardJS=t():e.ClipboardJS=t()}(this,function(){return n={134:function(e,t,n){"use strict";n.d(t,{default:function(){return g}});var t=n(279),a=n.n(t),t=n(370),s=n.n(t),t=n(817),r=n.n(t);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){for(var n=0;n>>0;if("function"!=typeof e)throw TypeError();for(var r=arguments[1],i=0;i>16&255)),n.push(String.fromCharCode(r>>8&255)),n.push(String.fromCharCode(255&r)),r=i=0),t+=1;return 12===i?(r>>=4,n.push(String.fromCharCode(255&r))):18===i&&(r>>=2,n.push(String.fromCharCode(r>>8&255)),n.push(String.fromCharCode(255&r))),n.join("")},a.btoa=a.btoa||function(e){e=String(e);var t,n,r,i,o=0,a=[];if(/[^\x00-\xFF]/.test(e))throw Error("InvalidCharacterError");for(;o>4,r=(15&i)<<2|(i=e.charCodeAt(o++))>>6,i=63&i,o===e.length+2?i=r=64:o===e.length+1&&(i=64),a.push(s.charAt(t>>2),s.charAt(n),s.charAt(r),s.charAt(i));return a.join("")},Object.prototype.hasOwnProperty||(Object.prototype.hasOwnProperty=function(e){var t=this.__proto__||this.constructor.prototype;return e in this&&(!(e in t)||t[e]!==this[e])}),"performance"in i==0&&(i.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in i.performance==0&&(e=Date.now(),performance.timing&&performance.timing.navigationStart&&(e=performance.timing.navigationStart),i.performance.now=function(){return Date.now()-e}),i.requestAnimationFrame||(i.webkitRequestAnimationFrame&&i.webkitCancelAnimationFrame?((r=i).requestAnimationFrame=function(e){return webkitRequestAnimationFrame(function(){e(r.performance.now())})},r.cancelAnimationFrame=r.webkitCancelAnimationFrame):i.mozRequestAnimationFrame&&i.mozCancelAnimationFrame?((n=i).requestAnimationFrame=function(e){return mozRequestAnimationFrame(function(){e(n.performance.now())})},n.cancelAnimationFrame=n.mozCancelAnimationFrame):((t=i).requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)},t.cancelAnimationFrame=t.clearTimeout)))}(this),function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Holder=t():e.Holder=t()}(this,function(){return r=[function(e,t,n){e.exports=n(1)},function(C,e,F){!function(l){function f(e,t,n,r){n=i(n.substr(n.lastIndexOf(e.domain)),e);n&&o({mode:null,el:r,flags:n,engineSettings:t})}function i(e,t){var t={theme:x(T.settings.themes.gray,null),stylesheets:t.stylesheets,instanceOptions:t},n=e.indexOf("?"),r=[e],n=(r=-1!==n?[e.slice(0,n),e.slice(n+1)]:r)[0].split("/"),e=(t.holderURL=e,n[1]),n=e.match(/([\d]+p?)x([\d]+p?)/);return!!n&&(t.fluid=-1!==e.indexOf("p"),t.dimensions={width:n[1].replace("p","%"),height:n[2].replace("p","%")},2===r.length&&(e=a.parse(r[1]),m.truthy(e.ratio)&&(t.fluid=!0,n=parseFloat(t.dimensions.width.replace("%","")),r=parseFloat(t.dimensions.height.replace("%","")),r=Math.floor(r/n*100),n=100,t.dimensions.width="100%",t.dimensions.height=r+"%"),t.auto=m.truthy(e.auto),e.bg&&(t.theme.bg=m.parseColor(e.bg)),e.fg&&(t.theme.fg=m.parseColor(e.fg)),e.bg&&!e.fg&&(t.autoFg=!0),e.theme&&Object.prototype.hasOwnProperty.call(t.instanceOptions.themes,e.theme)&&(t.theme=x(t.instanceOptions.themes[e.theme],null)),e.text&&(t.text=e.text),e.textmode&&(t.textmode=e.textmode),e.size&&parseFloat(e.size)&&(t.size=parseFloat(e.size)),null!=e.fixedSize&&(t.fixedSize=m.truthy(e.fixedSize)),e.font&&(t.font=e.font),e.align&&(t.align=e.align),e.lineWrap&&(t.lineWrap=e.lineWrap),t.nowrap=m.truthy(e.nowrap),t.outline=m.truthy(e.outline),m.truthy(e.random)&&(T.vars.cache.themeKeys=T.vars.cache.themeKeys||Object.keys(t.instanceOptions.themes),n=T.vars.cache.themeKeys[0|Math.random()*T.vars.cache.themeKeys.length],t.theme=x(t.instanceOptions.themes[n],null))),t)}function o(e){var t=e.mode,n=e.el,r=e.flags,e=e.engineSettings,i=r.dimensions,o=r.theme,a=i.width+"x"+i.height,t=null==t?r.fluid?"fluid":"image":t;if(null!=r.text&&(o.text=r.text,"object"===n.nodeName.toLowerCase())){for(var s=o.text.split("\\n"),l=0;l=i||!0==x)&&(t(f,p,m,f.properties.leading),f.add(p),m=0,y+=f.properties.leading,v+=1,(p=new a.Group("line"+v)).y=y),!0!=x&&(h.moveTo(m,0),m+=d.spaceWidth+w.width,p.add(h))}if(t(f,p,m,f.properties.leading),f.add(p),"left"===e.align)f.moveTo(e.width-n,null,null);else if("right"===e.align){for(g in f.children)p=f.children[g],p.moveTo(e.width-p.width,null,null);f.moveTo(0-(e.width-n),null,null)}else{for(g in f.children)p=f.children[g],p.moveTo((f.width-p.width)/2,null,null);f.moveTo((e.width-f.width)/2,null,null)}f.moveTo(null,(e.height-f.height)/2,null),(e.height-f.height)/2<0&&f.moveTo(null,0,null)}else h=new a.Text(e.text),(p=new a.Group("line0")).add(h),f.add(p),"left"===e.align?f.moveTo(e.width-n,null,null):"right"===e.align?f.moveTo(0-(e.width-n),null,null):f.moveTo((e.width-d.boundingBox.width)/2,null,null),f.moveTo(null,(e.height-d.boundingBox.height)/2,null);return o}(i);if(null==(a=n()))throw"Holder: couldn't render placeholder";"background"==e?(r.style.backgroundImage="url("+a+")",o.noBackgroundSize||(r.style.backgroundSize=i.width+"px "+i.height+"px")):("img"===r.nodeName.toLowerCase()?v.setAttr(r,{src:a}):"object"===r.nodeName.toLowerCase()&&v.setAttr(r,{data:a,type:"image/svg+xml"}),o.reRender&&l.setTimeout(function(){var e=n();if(null==e)throw"Holder: couldn't render placeholder";"img"===r.nodeName.toLowerCase()?v.setAttr(r,{src:e}):"object"===r.nodeName.toLowerCase()&&v.setAttr(r,{data:e,type:"image/svg+xml"})},150)),v.setAttr(r,{"data-holder-rendered":!0})}function h(e){for(var t=null==e||null==e.nodeType?T.vars.resizableImages:[e],n=0,r=t.length;n","application/xml"):void 0},t.getNodeArray=function(e){var t=null;return"string"==typeof e?t=document.querySelectorAll(e):n.NodeList&&e instanceof n.NodeList?t=e:n.Node&&e instanceof n.Node?t=[e]:n.HTMLCollection&&e instanceof n.HTMLCollection||e instanceof Array?t=e:null===e&&(t=[]),Array.prototype.slice.call(t)}}.call(t,function(){return this}())},function(e,t){function r(e,t){"string"==typeof e&&("#"===(this.original=e).charAt(0)&&(e=e.slice(1)),/[^a-f0-9]+/i.test(e)||6===(e=3===e.length?e.replace(/./g,"$&$&"):e).length&&(this.alpha=1,t&&t.alpha&&(this.alpha=t.alpha),this.set(parseInt(e,16))))}r.rgb2hex=function(e,t,n){return[e,t,n].map(function(e){var t=(0|e).toString(16);return t=e<16?"0"+t:t}).join("")},r.hsl2rgb=function(e,t,n){var e=e/60,t=(1-Math.abs(2*n-1))*t,r=t*(1-Math.abs(parseInt(e)%2-1)),n=n-t/2,i=0,o=0,a=0;return 0<=e&&e<1?(i=t,o=r):1<=e&&e<2?(i=r,o=t):2<=e&&e<3?(o=t,a=r):3<=e&&e<4?(o=r,a=t):4<=e&&e<5?(i=r,a=t):5<=e&&e<6&&(i=t,a=r),i+=n,o+=n,a+=n,[i=parseInt(255*i),o=parseInt(255*o),a=parseInt(255*a)]},r.prototype.set=function(e){this.raw=e;var e=(16711680&this.raw)>>16,t=(65280&this.raw)>>8,n=255&this.raw,r=.2126*e+.7152*t+.0722*n,i=-.09991*e-.33609*t+.436*n,o=.615*e-.55861*t-.05639*n;return this.rgb={r:e,g:t,b:n},this.yuv={y:r,u:i,v:o},this},r.prototype.lighten=function(e){var e=255*(Math.min(1,Math.max(0,Math.abs(e)))*(e<0?-1:1))|0,t=Math.min(255,Math.max(0,this.rgb.r+e)),n=Math.min(255,Math.max(0,this.rgb.g+e)),e=Math.min(255,Math.max(0,this.rgb.b+e)),t=r.rgb2hex(t,n,e);return new r(t)},r.prototype.toHex=function(e){return(e?"#":"")+this.raw.toString(16)},r.prototype.lighterThan=function(e){return e instanceof r||(e=new r(e)),this.yuv.y>e.yuv.y},r.prototype.blendAlpha=function(e){var e=e=e instanceof r?e:new r(e),t=e.alpha*e.rgb.r+(1-e.alpha)*this.rgb.r,n=e.alpha*e.rgb.g+(1-e.alpha)*this.rgb.g,e=e.alpha*e.rgb.b+(1-e.alpha)*this.rgb.b;return new r(r.rgb2hex(t,n,e))},e.exports=r},function(e,t){e.exports={version:"2.9.9",svg_ns:"http://www.w3.org/2000/svg"}},function(e,t,n){var h=n(13).default,p=n(8),r=n(11),g=n(7),m=r.svg_ns,y=function(e){var t=e.tag,n=e.content||"";return delete e.tag,delete e.content,[t,n,e]};e.exports=function(e,t){var n,r=t.engineSettings.stylesheets.map(function(e){return''}).join("\n"),i="holder_"+Number(new Date).toString(16),e=e.root,o=e.children.holderTextGroup,a="#"+i+" text { "+(a=o.properties,g.cssProps({fill:a.fill,"font-weight":a.font.weight,"font-family":a.font.family+", monospace","font-size":a.font.size+a.font.units}))+" } ",s=(o.y+=.8*o.textPositionData.boundingBox.height,[]),l=(Object.keys(o.children).forEach(function(e){var r=o.children[e];Object.keys(r.children).forEach(function(e){var e=r.children[e],t=o.x+r.x+e.x,n=o.y+r.y+e.y,e=y({tag:"text",content:e.properties.text,x:t,y:n});s.push(e)})}),y({tag:"g",content:s})),c=null,u=(e.children.holderBg.properties.outline&&(d=e.children.holderBg.properties.outline,c=y({tag:"path",d:(u=e.children.holderBg.width,n=e.children.holderBg.height,f=d.width,["M",f/=2,f,"H",u-f,"V",n-f,"H",f,"V",0,"M",0,f,"L",u,n-f,"M",0,n-f,"L",u,f].join(" ")),"stroke-width":d.width,stroke:d.fill,fill:"none"})),n=e.children.holderBg,y({tag:"rect",width:n.width,height:n.height,fill:n.properties.fill})),f=[],d=(f.push(u),d&&f.push(c),f.push(l),y({tag:"g",id:i,content:f})),c=y({tag:"style",content:a,type:"text/css"}),l=y({tag:"defs",content:c}),i=y({tag:"svg",content:[l,d],width:e.properties.width,height:e.properties.height,xmlns:m,viewBox:[0,0,e.properties.width,e.properties.height].join(" "),preserveAspectRatio:"none"}),a=String(h(i));return/&(x)?#[0-9A-Fa-f]/.test(a[0])&&(a=a.replace(/&#/gm,"&#")),p.svgStringToDataURI(a=r+a,"background"===t.mode)}},function(e,t,n){e.exports=n(14)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e){var t=Array.isArray(e),n=void 0===e?"undefined":h(e);if(!t&&"object"!==n)throw new Error("Argument must be either an array or an object and not "+JSON.stringify(e));if(t&&0===e.length)return{};var d={},n=[];return Array.isArray(e)?n=e.slice(0):(n=e.elementArray.slice(0),delete(d=Object.assign(d,e)).elementArray),d=Object.assign({},o.default,d,{returnObject:{ids:{},references:{}}}),function e(t){if(Array.isArray(t)&&0===t.length)return{};var n,r,i=1,o=void 0,a=t.slice(0);if("string"==typeof a[0])a[0]=(t=a[0],n={tag:(t=p.default(t)).tag,attr:{},children:[]},t.id&&(n.attr.id=t.id,y.default(!d.returnObject.ids.hasOwnProperty(t.id),'Ids must be unique and "'+t.id+'" is already assigned'),d.returnObject.ids[t.id]=n),t.class&&(n.attr.class=t.class),t.reference&&(y.default(!d.returnObject.ids.hasOwnProperty(t.reference),'References must be unique and "'+t.id+'" is already assigned'),d.returnObject.references[t.reference]=n),d.escapeHTML=(null!=t.escapeHTML?t:d).escapeHTML,n);else{if(!Array.isArray(a[0]))throw new Error("First element of array must be a string, or an array and not "+JSON.stringify(a[0]));i=0}for(;i]/.test(c))&&(u=d.quotationMark+c+d.quotationMark),f+=" "+l+"="+u);f+=">",-1===["area","base","br","col","command","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"].indexOf(a[0].tag)&&(a[0].children.forEach(function(e){return f+=e}),f+=""),a[0]=f}return d.returnObject[0]=a[0],d.returnObject.rootElement=a[0],d.returnObject.toString=function(){return a[0]},o&&o(a[0]),d.returnObject}(n)}Object.defineProperty(t,"__esModule",{value:!0});var h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.default=i;var p=r(n(15)),g=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(16)),o=r(n(17)),m=r(n(18)),y=r(n(21));i.setDefaults=function(e){return Object.assign(o.default,e),i}},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.match(/^[\w-]+/),t={tag:t?t[0]:"div"},n=e.match(/#([\w-]+)/),r=e.match(/\.[\w-]+/g),i=e.match(/\$([\w-]+)/);return n&&(t.id=n[1]),r&&(t.class=r.join(" ").replace(/\./g,"")),i&&(t.reference=i[1]),(e.endsWith("&")||e.endsWith("!"))&&(t.escapeHTML=!1),t}},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attribute=function(e){return e||0===e?String(e).replace(/&/g,"&").replace(/"/g,"""):""},t.HTML=function(e){return String(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={namespace:"xhtml",autoNamespacing:!0,escapeHTML:!0,quotationMark:'"',quoteAttributes:!0,convertTransformArray:!0}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=r(n(19)),a=r(n(20));t.default=function(e,t){return void 0===t?"":"style"===e&&"object"===(void 0===t?"undefined":i(t))?a.default(t):"transform"===e&&Array.isArray(t)?o.default(t):t}},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.map(function(e){var t=[];return"rotate"===e.type&&e.degrees&&t.push(e.degrees),e.x&&t.push(e.x),e.y&&t.push(e.y),e.type+"("+t+")"}).join(" ")}},function(e,t){"use strict";function n(e,t){return null!==t&&!1!==t&&void 0!==t?"string"==typeof t||"object"===(void 0===t?"undefined":r(t))?t:String(t):void 0}Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.default=function(e){return JSON.stringify(e,n).slice(2,-2).replace(/","/g,";").replace(/":"/g,":").replace(/\\"/g,"'")}},function(S,e,E){!function(t){"use strict";function o(e,t){if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);iDismissable

Badge Group

version - v4.3.1 + v4.3.2