@zvoove/unity-ui 2.35.2 → 2.36.0
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/CodeBlock.highlighter-C9V8BQk6.cjs +1 -0
- package/dist/bin/cli.mjs +12 -3
- package/dist/bin/generate-skills.mjs +7 -2
- package/dist/rolldown-runtime-CpT3Q5gs.cjs +1 -0
- package/dist/unity-ui.cjs.js +1 -1
- package/dist/unity-ui.css +1 -1
- package/dist/unity-ui.d.ts +2 -0
- package/dist/unity-ui.es.js +156 -155
- package/package.json +25 -24
- package/dist/CodeBlock.highlighter-DjZPhMA9.cjs +0 -1
package/dist/unity-ui.d.ts
CHANGED
|
@@ -906,6 +906,7 @@ export declare const commonIconsMap: {
|
|
|
906
906
|
readonly timer: Icon_2;
|
|
907
907
|
readonly 'time-sheet-download': Icon_2;
|
|
908
908
|
readonly 'time-sheet-upload': Icon_2;
|
|
909
|
+
readonly toolbox: Icon_2;
|
|
909
910
|
readonly train: Icon_2;
|
|
910
911
|
readonly translate: Icon_2;
|
|
911
912
|
readonly travel: Icon_2;
|
|
@@ -2031,6 +2032,7 @@ declare const iconMap: {
|
|
|
2031
2032
|
readonly timer: Icon_2;
|
|
2032
2033
|
readonly 'time-sheet-download': Icon_2;
|
|
2033
2034
|
readonly 'time-sheet-upload': Icon_2;
|
|
2035
|
+
readonly toolbox: Icon_2;
|
|
2034
2036
|
readonly train: Icon_2;
|
|
2035
2037
|
readonly translate: Icon_2;
|
|
2036
2038
|
readonly travel: Icon_2;
|