@ultraviolet/ui 3.8.1 → 3.8.2
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/components/Checkbox/styles.css.js +1 -0
- package/dist/components/List/styles.css.js +0 -1
- package/dist/components/Popup/styles.css.js +1 -0
- package/dist/components/Popup/variables.css.js +0 -1
- package/dist/components/ProgressBar/styles.css.js +1 -0
- package/dist/components/ProgressBar/variables.css.js +0 -1
- package/package.json +7 -7
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* empty css */
|
|
1
2
|
/* empty css */
|
|
2
3
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
4
|
var containerPopup = createRuntimeFn({ defaultClassName: "uv_w40vpo2", variantClassNames: { hasMaxHeight: { true: "uv_w40vpo3" } }, defaultVariants: {}, compoundVariants: [] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.2",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "7.28.6",
|
|
73
|
-
"@types/react": "19.2.
|
|
73
|
+
"@types/react": "19.2.10",
|
|
74
74
|
"@types/react-dom": "19.2.3",
|
|
75
75
|
"@vanilla-extract/vite-plugin": "5.1.1",
|
|
76
|
-
"react": "19.2.
|
|
77
|
-
"react-dom": "19.2.
|
|
76
|
+
"react": "19.2.4",
|
|
77
|
+
"react-dom": "19.2.4",
|
|
78
78
|
"@repo/config": "0.0.1",
|
|
79
79
|
"@utils/test": "0.0.1"
|
|
80
80
|
},
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"deepmerge": "4.3.1",
|
|
97
97
|
"react-toastify": "11.0.5",
|
|
98
98
|
"react-use-clipboard": "1.0.9",
|
|
99
|
-
"@ultraviolet/icons": "5.1.
|
|
100
|
-
"@ultraviolet/themes": "3.0.
|
|
101
|
-
"@ultraviolet/utils": "1.0.
|
|
99
|
+
"@ultraviolet/icons": "5.1.2",
|
|
100
|
+
"@ultraviolet/themes": "3.0.6",
|
|
101
|
+
"@ultraviolet/utils": "1.0.3"
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
104
|
"type:generate": "tsc --declaration -p tsconfig.build.json",
|