@nysds/nys-icon 1.20.0 → 1.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nys-icon.js
CHANGED
|
@@ -5,13 +5,13 @@ import { property as nt, state as $n } from "lit/decorators.js";
|
|
|
5
5
|
* █ █ █ █▄▄▄█ ▀▀▀▄▄ █ █ ▀▀▀▄▄
|
|
6
6
|
* █ ▀█ █ █▄▄▄█ █▄▄▀ █▄▄▄█
|
|
7
7
|
*
|
|
8
|
-
* Icon Component v1.20.
|
|
8
|
+
* Icon Component v1.20.1
|
|
9
9
|
* Part of the New York State Design System
|
|
10
10
|
* Repository: https://github.com/its-hcd/nysds
|
|
11
11
|
* License: MIT
|
|
12
12
|
*/
|
|
13
13
|
/*!
|
|
14
|
-
* New York State Design System v1.20.
|
|
14
|
+
* New York State Design System v1.20.1
|
|
15
15
|
* Description: A design system for New York State's digital products.
|
|
16
16
|
* Repository: https://github.com/its-hcd/nysds
|
|
17
17
|
* License: MIT
|
|
@@ -36,7 +36,7 @@ const Vn = (i) => {
|
|
|
36
36
|
}, qn = /* @__PURE__ */ Vn(Bn), Ot = globalThis.__nysIconRegistry ??= /* @__PURE__ */ new Map(), mt = globalThis.__nysIconWatchers ??= /* @__PURE__ */ new Map();
|
|
37
37
|
let oe = null, Be = null;
|
|
38
38
|
async function Kn() {
|
|
39
|
-
return oe || (Be ??= import("./nys-icon.library-
|
|
39
|
+
return oe || (Be ??= import("./nys-icon.library-DHBltclg.js").then(
|
|
40
40
|
(i) => oe = i.default
|
|
41
41
|
), Be);
|
|
42
42
|
}
|