@ultraviolet/ui 3.0.0-beta.10 → 3.0.0-beta.12

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,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
3
4
  ;/* empty css */
4
5
  const createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
5
6
  var alert = createRuntimeFn.createRuntimeFn({ defaultClassName: "uv_1b838gx0", variantClassNames: { sentiment: { danger: "uv_1b838gx1", info: "uv_1b838gx2", success: "uv_1b838gx3", warning: "uv_1b838gx4", neutral: "uv_1b838gx5" } }, defaultVariants: { sentiment: "danger" }, compoundVariants: [] });
@@ -1,3 +1,4 @@
1
+ /* empty css */
1
2
  /* empty css */
2
3
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
4
  var alert = createRuntimeFn({ defaultClassName: "uv_1b838gx0", variantClassNames: { sentiment: { danger: "uv_1b838gx1", info: "uv_1b838gx2", success: "uv_1b838gx3", warning: "uv_1b838gx4", neutral: "uv_1b838gx5" } }, defaultVariants: { sentiment: "danger" }, compoundVariants: [] });
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- ;/* empty css */
4
3
  ;/* empty css */
5
4
  ;/* empty css */
6
5
  const createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  /* empty css */
3
2
  /* empty css */
4
3
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
3
4
  ;/* empty css */
4
5
  var wrapperBarStack = "uv_1s3oplf0";
5
6
  var barStack = "uv_1s3oplf1";
@@ -1,3 +1,4 @@
1
+ /* empty css */
1
2
  /* empty css */
2
3
  var wrapperBarStack = "uv_1s3oplf0";
3
4
  var barStack = "uv_1s3oplf1";
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- ;/* empty css */
4
3
  var neutralWeak1A = "var(--uv_1hxmh000)";
5
4
  var neutralStrong33 = "var(--uv_1hxmh001)";
6
5
  var primaryStrongD9 = "var(--uv_1hxmh002)";
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  var neutralWeak1A = "var(--uv_1hxmh000)";
3
2
  var neutralStrong33 = "var(--uv_1hxmh001)";
4
3
  var primaryStrongD9 = "var(--uv_1hxmh002)";
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
3
4
  ;/* empty css */
4
5
  const createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
5
6
  var containerPopup = createRuntimeFn.createRuntimeFn({ defaultClassName: "uv_w40vpo2", variantClassNames: { hasMaxHeight: { true: "uv_w40vpo3" } }, defaultVariants: {}, compoundVariants: [] });
@@ -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,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- ;/* empty css */
4
3
  var arrowTop = "var(--uv_ozfz3c0)";
5
4
  var arrowLeft = "var(--uv_ozfz3c1)";
6
5
  var arrowTransform = "var(--uv_ozfz3c2)";
@@ -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)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "3.0.0-beta.10",
3
+ "version": "3.0.0-beta.12",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -91,8 +91,8 @@
91
91
  "deepmerge": "4.3.1",
92
92
  "react-toastify": "11.0.5",
93
93
  "react-use-clipboard": "1.0.9",
94
- "@ultraviolet/icons": "4.1.0-beta.5",
95
- "@ultraviolet/themes": "2.1.0-beta.1"
94
+ "@ultraviolet/icons": "5.0.0-beta.1",
95
+ "@ultraviolet/themes": "3.0.0-beta.1"
96
96
  },
97
97
  "scripts": {
98
98
  "type:generate": "tsc --declaration -p tsconfig.build.json",