@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.
@@ -1,4 +1,5 @@
1
1
  /* empty css */
2
+ /* empty css */
2
3
  /* empty css */
3
4
  /* empty css */
4
5
  /* empty css */
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  /* empty css */
3
2
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
4
3
  var listContainer = "uv_inoh541";
@@ -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: [] });
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  var arrowTop = "var(--uv_ozfz3c0)";
3
2
  var arrowLeft = "var(--uv_ozfz3c1)";
4
3
  var arrowTransform = "var(--uv_ozfz3c2)";
@@ -1,3 +1,4 @@
1
+ /* empty css */
1
2
  /* empty css */
2
3
  var progressContainer = "uv_1pgcd801";
3
4
  var customText = "uv_1pgcd802";
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  var percentageValue = "var(--uv_1taqqht0)";
3
2
  export {
4
3
  percentageValue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "3.8.1",
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.9",
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.3",
77
- "react-dom": "19.2.3",
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.1",
100
- "@ultraviolet/themes": "3.0.5",
101
- "@ultraviolet/utils": "1.0.2"
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",