@webiny/admin-ui 6.4.4-beta.4 → 6.4.4-beta.6

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,6 +1,6 @@
1
1
  import { cn } from "../utils.js";
2
2
  import * as __rspack_external_react from "react";
3
- import * as __rspack_external__radix_ui_react_scroll_area_93228e9e from "@radix-ui/react-scroll-area";
3
+ import * as __rspack_external__radix_ui_react_scroll_area_bdec1136 from "@radix-ui/react-scroll-area";
4
4
  function ScrollArea({ className, children, onScrollPositionChange, onScroll, ...props }) {
5
5
  const viewportRef = __rspack_external_react.useRef(null);
6
6
  __rspack_external_react.useEffect(()=>{
@@ -28,23 +28,23 @@ function ScrollArea({ className, children, onScrollPositionChange, onScroll, ...
28
28
  onScrollPositionChange,
29
29
  onScroll
30
30
  ]);
31
- return /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_93228e9e.Root, {
31
+ return /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_bdec1136.Root, {
32
32
  "data-slot": "scroll-area",
33
33
  className: cn("relative", className),
34
34
  ...props
35
- }, /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_93228e9e.Viewport, {
35
+ }, /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_bdec1136.Viewport, {
36
36
  ref: viewportRef,
37
37
  "data-slot": "scroll-area-viewport",
38
38
  className: "focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1"
39
- }, children), /*#__PURE__*/ __rspack_external_react.createElement(ScrollBar, null), /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_93228e9e.Corner, null));
39
+ }, children), /*#__PURE__*/ __rspack_external_react.createElement(ScrollBar, null), /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_bdec1136.Corner, null));
40
40
  }
41
41
  function ScrollBar({ className, orientation = "vertical", ...props }) {
42
- return /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_93228e9e.ScrollAreaScrollbar, {
42
+ return /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_bdec1136.ScrollAreaScrollbar, {
43
43
  "data-slot": "scroll-area-scrollbar",
44
44
  orientation: orientation,
45
45
  className: cn("flex touch-none transition-colors select-none", "vertical" === orientation && "h-full w-[8px] border-l border-l-transparent", "horizontal" === orientation && "h-[8px] flex-col border-t border-t-transparent", className),
46
46
  ...props
47
- }, /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_93228e9e.ScrollAreaThumb, {
47
+ }, /*#__PURE__*/ __rspack_external_react.createElement(__rspack_external__radix_ui_react_scroll_area_bdec1136.ScrollAreaThumb, {
48
48
  "data-slot": "scroll-area-thumb",
49
49
  className: "bg-neutral-strong/70 relative flex-1 rounded-full"
50
50
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/admin-ui",
3
- "version": "6.4.4-beta.4",
3
+ "version": "6.4.4-beta.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -13,15 +13,15 @@
13
13
  "description": "The UI component library for Webiny's Admin app.",
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
- "@fortawesome/fontawesome-svg-core": "7.2.0",
17
- "@fortawesome/react-fontawesome": "3.3.1",
16
+ "@fortawesome/fontawesome-svg-core": "7.3.0",
17
+ "@fortawesome/react-fontawesome": "3.4.0",
18
18
  "@minoru/react-dnd-treeview": "3.5.4",
19
19
  "@monaco-editor/react": "4.7.0",
20
- "@radix-ui/react-scroll-area": "1.2.11",
20
+ "@radix-ui/react-scroll-area": "1.2.14",
21
21
  "@tanstack/react-table": "8.21.3",
22
- "@webiny/icons": "6.4.4-beta.4",
23
- "@webiny/react-composition": "6.4.4-beta.4",
24
- "@webiny/utils": "6.4.4-beta.4",
22
+ "@webiny/icons": "6.4.4-beta.6",
23
+ "@webiny/react-composition": "6.4.4-beta.6",
24
+ "@webiny/utils": "6.4.4-beta.6",
25
25
  "bytes": "3.1.2",
26
26
  "class-variance-authority": "0.7.1",
27
27
  "clsx": "2.1.1",
@@ -31,7 +31,7 @@
31
31
  "minimatch": "10.2.5",
32
32
  "mobx": "6.16.1",
33
33
  "monaco-editor": "0.53.0",
34
- "radix-ui": "1.5.0",
34
+ "radix-ui": "1.6.2",
35
35
  "react": "18.3.1",
36
36
  "react-color": "2.19.3",
37
37
  "react-custom-scrollbars": "4.2.1",
@@ -40,32 +40,32 @@
40
40
  "react-virtualized": "9.22.6",
41
41
  "sonner": "2.0.7",
42
42
  "tailwind-merge": "2.6.1",
43
- "tailwindcss": "4.3.1",
43
+ "tailwindcss": "4.3.2",
44
44
  "tw-animate-css": "1.4.0",
45
- "type-fest": "5.7.0"
45
+ "type-fest": "5.8.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@fortawesome/free-solid-svg-icons": "7.2.0",
49
- "@rsbuild/core": "2.0.14",
50
- "@rsbuild/plugin-svgr": "2.0.3",
51
- "@storybook/addon-a11y": "10.4.4",
52
- "@storybook/addon-docs": "10.4.4",
53
- "@storybook/react": "10.4.4",
54
- "@tailwindcss/postcss": "4.3.1",
55
- "@types/react": "18.3.29",
48
+ "@fortawesome/free-solid-svg-icons": "7.3.0",
49
+ "@rsbuild/core": "2.1.5",
50
+ "@rsbuild/plugin-svgr": "2.0.5",
51
+ "@storybook/addon-a11y": "10.4.6",
52
+ "@storybook/addon-docs": "10.4.6",
53
+ "@storybook/react": "10.4.6",
54
+ "@tailwindcss/postcss": "4.3.2",
55
+ "@types/react": "18.3.31",
56
56
  "@types/react-color": "3.0.13",
57
57
  "@types/react-custom-scrollbars": "4.0.13",
58
58
  "@types/react-virtualized": "9.22.3",
59
- "@webiny/build-tools": "6.4.4-beta.4",
60
- "@webiny/project": "6.4.4-beta.4",
59
+ "@webiny/build-tools": "6.4.4-beta.6",
60
+ "@webiny/project": "6.4.4-beta.6",
61
61
  "chalk": "5.6.2",
62
- "oxfmt": "0.51.0",
62
+ "oxfmt": "0.58.0",
63
63
  "rimraf": "6.1.3",
64
64
  "sass": "1.101.0",
65
- "storybook": "10.4.4",
65
+ "storybook": "10.4.6",
66
66
  "storybook-react-rsbuild": "3.3.4",
67
67
  "typescript": "6.0.3",
68
- "vitest": "4.1.8"
68
+ "vitest": "4.1.10"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"