@uipath/apollo-wind 0.12.2 → 0.13.0
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.
|
@@ -24,10 +24,10 @@ var __webpack_modules__ = {
|
|
|
24
24
|
"./button-group" (module) {
|
|
25
25
|
module.exports = require("./button-group.cjs");
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"./button" (module) {
|
|
28
28
|
module.exports = require("./button.cjs");
|
|
29
29
|
},
|
|
30
|
-
"
|
|
30
|
+
"./calendar" (module) {
|
|
31
31
|
module.exports = require("./calendar.cjs");
|
|
32
32
|
},
|
|
33
33
|
"@/components/ui/card" (module) {
|
|
@@ -57,7 +57,7 @@ var __webpack_modules__ = {
|
|
|
57
57
|
"./datetime-picker" (module) {
|
|
58
58
|
module.exports = require("./datetime-picker.cjs");
|
|
59
59
|
},
|
|
60
|
-
"
|
|
60
|
+
"./dialog" (module) {
|
|
61
61
|
module.exports = require("./dialog.cjs");
|
|
62
62
|
},
|
|
63
63
|
"@/components/ui/dropdown-menu" (module) {
|
|
@@ -90,7 +90,7 @@ var __webpack_modules__ = {
|
|
|
90
90
|
"./pagination" (module) {
|
|
91
91
|
module.exports = require("./pagination.cjs");
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"./popover" (module) {
|
|
94
94
|
module.exports = require("./popover.cjs");
|
|
95
95
|
},
|
|
96
96
|
"./progress" (module) {
|
|
@@ -255,7 +255,7 @@ var __webpack_exports__ = {};
|
|
|
255
255
|
"default"
|
|
256
256
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_breadcrumb__rspack_import_6[__rspack_import_key];
|
|
257
257
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
258
|
-
var _button__rspack_import_7 = __webpack_require__("
|
|
258
|
+
var _button__rspack_import_7 = __webpack_require__("./button");
|
|
259
259
|
var __rspack_reexport = {};
|
|
260
260
|
for(const __rspack_import_key in _button__rspack_import_7)if ([
|
|
261
261
|
"TreeView",
|
|
@@ -269,7 +269,7 @@ var __webpack_exports__ = {};
|
|
|
269
269
|
"default"
|
|
270
270
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_button_group__rspack_import_8[__rspack_import_key];
|
|
271
271
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
272
|
-
var _calendar__rspack_import_9 = __webpack_require__("
|
|
272
|
+
var _calendar__rspack_import_9 = __webpack_require__("./calendar");
|
|
273
273
|
var __rspack_reexport = {};
|
|
274
274
|
for(const __rspack_import_key in _calendar__rspack_import_9)if ([
|
|
275
275
|
"TreeView",
|
|
@@ -339,7 +339,7 @@ var __webpack_exports__ = {};
|
|
|
339
339
|
"default"
|
|
340
340
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_datetime_picker__rspack_import_18[__rspack_import_key];
|
|
341
341
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
342
|
-
var _dialog__rspack_import_19 = __webpack_require__("
|
|
342
|
+
var _dialog__rspack_import_19 = __webpack_require__("./dialog");
|
|
343
343
|
var __rspack_reexport = {};
|
|
344
344
|
for(const __rspack_import_key in _dialog__rspack_import_19)if ([
|
|
345
345
|
"TreeView",
|
|
@@ -416,7 +416,7 @@ var __webpack_exports__ = {};
|
|
|
416
416
|
"default"
|
|
417
417
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_pagination__rspack_import_29[__rspack_import_key];
|
|
418
418
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
419
|
-
var _popover__rspack_import_30 = __webpack_require__("
|
|
419
|
+
var _popover__rspack_import_30 = __webpack_require__("./popover");
|
|
420
420
|
var __rspack_reexport = {};
|
|
421
421
|
for(const __rspack_import_key in _popover__rspack_import_30)if ([
|
|
422
422
|
"TreeView",
|
|
@@ -34,14 +34,19 @@ const external_react_namespaceObject = require("react");
|
|
|
34
34
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
35
35
|
const ScrollArea = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, children, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(react_scroll_area_namespaceObject.Root, {
|
|
36
36
|
ref: ref,
|
|
37
|
-
className: (0, index_cjs_namespaceObject.cn)('relative overflow-hidden', className),
|
|
37
|
+
className: (0, index_cjs_namespaceObject.cn)('relative overflow-hidden overscroll-x-contain', className),
|
|
38
38
|
...props,
|
|
39
39
|
children: [
|
|
40
40
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.Viewport, {
|
|
41
41
|
className: "h-full w-full rounded-[inherit]",
|
|
42
42
|
children: children
|
|
43
43
|
}),
|
|
44
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ScrollBar, {
|
|
44
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ScrollBar, {
|
|
45
|
+
orientation: "vertical"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ScrollBar, {
|
|
48
|
+
orientation: "horizontal"
|
|
49
|
+
}),
|
|
45
50
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.Corner, {})
|
|
46
51
|
]
|
|
47
52
|
}));
|
|
@@ -49,7 +54,7 @@ ScrollArea.displayName = react_scroll_area_namespaceObject.Root.displayName;
|
|
|
49
54
|
const ScrollBar = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, orientation = 'vertical', ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.ScrollAreaScrollbar, {
|
|
50
55
|
ref: ref,
|
|
51
56
|
orientation: orientation,
|
|
52
|
-
className: (0, index_cjs_namespaceObject.cn)('flex touch-none select-none transition-colors', 'vertical' === orientation && 'h-full w-2.5 border-l border-l-transparent p-
|
|
57
|
+
className: (0, index_cjs_namespaceObject.cn)('flex touch-none select-none transition-colors', 'vertical' === orientation && 'h-full w-2.5 border-l border-l-transparent p-px', 'horizontal' === orientation && 'h-2.5 flex-col border-t border-t-transparent p-px', className),
|
|
53
58
|
...props,
|
|
54
59
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.ScrollAreaThumb, {
|
|
55
60
|
className: "relative flex-1 rounded-full bg-border"
|
|
@@ -5,14 +5,19 @@ import { forwardRef } from "react";
|
|
|
5
5
|
import { cn } from "../../lib/index.js";
|
|
6
6
|
const ScrollArea = /*#__PURE__*/ forwardRef(({ className, children, ...props }, ref)=>/*#__PURE__*/ jsxs(Root, {
|
|
7
7
|
ref: ref,
|
|
8
|
-
className: cn('relative overflow-hidden', className),
|
|
8
|
+
className: cn('relative overflow-hidden overscroll-x-contain', className),
|
|
9
9
|
...props,
|
|
10
10
|
children: [
|
|
11
11
|
/*#__PURE__*/ jsx(Viewport, {
|
|
12
12
|
className: "h-full w-full rounded-[inherit]",
|
|
13
13
|
children: children
|
|
14
14
|
}),
|
|
15
|
-
/*#__PURE__*/ jsx(ScrollBar, {
|
|
15
|
+
/*#__PURE__*/ jsx(ScrollBar, {
|
|
16
|
+
orientation: "vertical"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx(ScrollBar, {
|
|
19
|
+
orientation: "horizontal"
|
|
20
|
+
}),
|
|
16
21
|
/*#__PURE__*/ jsx(Corner, {})
|
|
17
22
|
]
|
|
18
23
|
}));
|
|
@@ -20,7 +25,7 @@ ScrollArea.displayName = Root.displayName;
|
|
|
20
25
|
const ScrollBar = /*#__PURE__*/ forwardRef(({ className, orientation = 'vertical', ...props }, ref)=>/*#__PURE__*/ jsx(ScrollAreaScrollbar, {
|
|
21
26
|
ref: ref,
|
|
22
27
|
orientation: orientation,
|
|
23
|
-
className: cn('flex touch-none select-none transition-colors', 'vertical' === orientation && 'h-full w-2.5 border-l border-l-transparent p-
|
|
28
|
+
className: cn('flex touch-none select-none transition-colors', 'vertical' === orientation && 'h-full w-2.5 border-l border-l-transparent p-px', 'horizontal' === orientation && 'h-2.5 flex-col border-t border-t-transparent p-px', className),
|
|
24
29
|
...props,
|
|
25
30
|
children: /*#__PURE__*/ jsx(ScrollAreaThumb, {
|
|
26
31
|
className: "relative flex-1 rounded-full bg-border"
|
package/dist/styles.css
CHANGED
|
@@ -1215,6 +1215,9 @@
|
|
|
1215
1215
|
.w-32 {
|
|
1216
1216
|
width: calc(var(--spacing) * 32);
|
|
1217
1217
|
}
|
|
1218
|
+
.w-36 {
|
|
1219
|
+
width: calc(var(--spacing) * 36);
|
|
1220
|
+
}
|
|
1218
1221
|
.w-40 {
|
|
1219
1222
|
width: calc(var(--spacing) * 40);
|
|
1220
1223
|
}
|
|
@@ -1866,6 +1869,9 @@
|
|
|
1866
1869
|
.overflow-y-auto {
|
|
1867
1870
|
overflow-y: auto;
|
|
1868
1871
|
}
|
|
1872
|
+
.overscroll-x-contain {
|
|
1873
|
+
overscroll-behavior-x: contain;
|
|
1874
|
+
}
|
|
1869
1875
|
.rounded {
|
|
1870
1876
|
border-radius: 0.25rem;
|
|
1871
1877
|
}
|
|
@@ -3208,7 +3214,7 @@
|
|
|
3208
3214
|
.p-8 {
|
|
3209
3215
|
padding: calc(var(--spacing) * 8);
|
|
3210
3216
|
}
|
|
3211
|
-
.p
|
|
3217
|
+
.p-px {
|
|
3212
3218
|
padding: 1px;
|
|
3213
3219
|
}
|
|
3214
3220
|
.px-0 {
|