@uzum-tech/ui 2.0.4 → 2.0.5
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +9 -8
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -112627,7 +112627,7 @@
|
|
|
112627
112627
|
});
|
|
112628
112628
|
}
|
|
112629
112629
|
|
|
112630
|
-
var version = "2.0.
|
|
112630
|
+
var version = "2.0.5";
|
|
112631
112631
|
|
|
112632
112632
|
function create({
|
|
112633
112633
|
componentPrefix = "U",
|
package/dist/index.mjs
CHANGED
|
@@ -112623,7 +112623,7 @@ function useThemeVars() {
|
|
|
112623
112623
|
});
|
|
112624
112624
|
}
|
|
112625
112625
|
|
|
112626
|
-
var version = "2.0.
|
|
112626
|
+
var version = "2.0.5";
|
|
112627
112627
|
|
|
112628
112628
|
function create({
|
|
112629
112629
|
componentPrefix = "U",
|