@kubex/zinc 1.1.31 → 1.1.32
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/custom-elements.json +1 -1
- package/dist/web-types.json +1 -1
- package/dist/zn.min.js +1166 -1185
- package/package.json +1 -1
- package/src/components/editor/editor.component.ts +1 -2
- package/src/components/icon-picker/material-icons.ts +530 -10442
- package/src/components/rating/rating.component.ts +1 -2
|
@@ -39819,7 +39819,7 @@
|
|
|
39819
39819
|
"package": {
|
|
39820
39820
|
"name": "@kubex/zinc",
|
|
39821
39821
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
39822
|
-
"version": "1.1.
|
|
39822
|
+
"version": "1.1.32",
|
|
39823
39823
|
"author": "",
|
|
39824
39824
|
"license": "MIT"
|
|
39825
39825
|
}
|
package/dist/web-types.json
CHANGED