@uipath/apollo-wind 2.27.1 → 2.28.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.
|
@@ -27,10 +27,10 @@ var __webpack_modules__ = {
|
|
|
27
27
|
"@/components/ui/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) {
|
|
34
34
|
module.exports = require("./card.cjs");
|
|
35
35
|
},
|
|
36
36
|
"@/components/ui/checkbox" (module) {
|
|
@@ -45,7 +45,7 @@ var __webpack_modules__ = {
|
|
|
45
45
|
"@/components/ui/command" (module) {
|
|
46
46
|
module.exports = require("./command.cjs");
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"@/components/ui/context-menu" (module) {
|
|
49
49
|
module.exports = require("./context-menu.cjs");
|
|
50
50
|
},
|
|
51
51
|
"./data-table" (module) {
|
|
@@ -63,7 +63,7 @@ var __webpack_modules__ = {
|
|
|
63
63
|
"@/components/ui/dropdown-menu" (module) {
|
|
64
64
|
module.exports = require("./dropdown-menu.cjs");
|
|
65
65
|
},
|
|
66
|
-
"
|
|
66
|
+
"@/components/ui/editable-cell" (module) {
|
|
67
67
|
module.exports = require("./editable-cell.cjs");
|
|
68
68
|
},
|
|
69
69
|
"./empty-state" (module) {
|
|
@@ -72,7 +72,7 @@ var __webpack_modules__ = {
|
|
|
72
72
|
"./file-upload" (module) {
|
|
73
73
|
module.exports = require("./file-upload.cjs");
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"@/components/ui/hover-card" (module) {
|
|
76
76
|
module.exports = require("./hover-card.cjs");
|
|
77
77
|
},
|
|
78
78
|
"@/components/ui/input-group" (module) {
|
|
@@ -150,7 +150,7 @@ var __webpack_modules__ = {
|
|
|
150
150
|
"./tabs" (module) {
|
|
151
151
|
module.exports = require("./tabs.cjs");
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"./textarea" (module) {
|
|
154
154
|
module.exports = require("./textarea.cjs");
|
|
155
155
|
},
|
|
156
156
|
"./toggle-group" (module) {
|
|
@@ -275,14 +275,14 @@ var __webpack_exports__ = {};
|
|
|
275
275
|
"default"
|
|
276
276
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_button_group__rspack_import_8[__rspack_import_key];
|
|
277
277
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
278
|
-
var _calendar__rspack_import_9 = __webpack_require__("
|
|
278
|
+
var _calendar__rspack_import_9 = __webpack_require__("./calendar");
|
|
279
279
|
var __rspack_reexport = {};
|
|
280
280
|
for(const __rspack_import_key in _calendar__rspack_import_9)if ([
|
|
281
281
|
"TreeView",
|
|
282
282
|
"default"
|
|
283
283
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_calendar__rspack_import_9[__rspack_import_key];
|
|
284
284
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
285
|
-
var _card__rspack_import_10 = __webpack_require__("
|
|
285
|
+
var _card__rspack_import_10 = __webpack_require__("@/components/ui/card");
|
|
286
286
|
var __rspack_reexport = {};
|
|
287
287
|
for(const __rspack_import_key in _card__rspack_import_10)if ([
|
|
288
288
|
"TreeView",
|
|
@@ -317,7 +317,7 @@ var __webpack_exports__ = {};
|
|
|
317
317
|
"default"
|
|
318
318
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_command__rspack_import_14[__rspack_import_key];
|
|
319
319
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
320
|
-
var _context_menu__rspack_import_15 = __webpack_require__("
|
|
320
|
+
var _context_menu__rspack_import_15 = __webpack_require__("@/components/ui/context-menu");
|
|
321
321
|
var __rspack_reexport = {};
|
|
322
322
|
for(const __rspack_import_key in _context_menu__rspack_import_15)if ([
|
|
323
323
|
"TreeView",
|
|
@@ -359,7 +359,7 @@ var __webpack_exports__ = {};
|
|
|
359
359
|
"default"
|
|
360
360
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_dropdown_menu__rspack_import_20[__rspack_import_key];
|
|
361
361
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
362
|
-
var _editable_cell__rspack_import_21 = __webpack_require__("
|
|
362
|
+
var _editable_cell__rspack_import_21 = __webpack_require__("@/components/ui/editable-cell");
|
|
363
363
|
var __rspack_reexport = {};
|
|
364
364
|
for(const __rspack_import_key in _editable_cell__rspack_import_21)if ([
|
|
365
365
|
"TreeView",
|
|
@@ -380,7 +380,7 @@ var __webpack_exports__ = {};
|
|
|
380
380
|
"default"
|
|
381
381
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_file_upload__rspack_import_23[__rspack_import_key];
|
|
382
382
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
383
|
-
var _hover_card__rspack_import_24 = __webpack_require__("
|
|
383
|
+
var _hover_card__rspack_import_24 = __webpack_require__("@/components/ui/hover-card");
|
|
384
384
|
var __rspack_reexport = {};
|
|
385
385
|
for(const __rspack_import_key in _hover_card__rspack_import_24)if ([
|
|
386
386
|
"TreeView",
|
|
@@ -562,7 +562,7 @@ var __webpack_exports__ = {};
|
|
|
562
562
|
"default"
|
|
563
563
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_tabs__rspack_import_49[__rspack_import_key];
|
|
564
564
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
565
|
-
var _textarea__rspack_import_50 = __webpack_require__("
|
|
565
|
+
var _textarea__rspack_import_50 = __webpack_require__("./textarea");
|
|
566
566
|
var __rspack_reexport = {};
|
|
567
567
|
for(const __rspack_import_key in _textarea__rspack_import_50)if ([
|
|
568
568
|
"TreeView",
|
|
@@ -28,24 +28,30 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
Spinner: ()=>Spinner
|
|
29
29
|
});
|
|
30
30
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
31
|
-
const external_react_namespaceObject = require("react");
|
|
32
31
|
const external_class_variance_authority_namespaceObject = require("class-variance-authority");
|
|
33
32
|
const external_lucide_react_namespaceObject = require("lucide-react");
|
|
33
|
+
const external_react_namespaceObject = require("react");
|
|
34
34
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
35
|
-
const spinnerVariants = (0, external_class_variance_authority_namespaceObject.cva)('animate-spin
|
|
35
|
+
const spinnerVariants = (0, external_class_variance_authority_namespaceObject.cva)('animate-spin', {
|
|
36
36
|
variants: {
|
|
37
37
|
size: {
|
|
38
38
|
sm: 'h-4 w-4',
|
|
39
39
|
default: 'h-6 w-6',
|
|
40
40
|
lg: 'h-8 w-8',
|
|
41
41
|
xl: 'h-12 w-12'
|
|
42
|
+
},
|
|
43
|
+
variant: {
|
|
44
|
+
default: 'text-muted-foreground',
|
|
45
|
+
primary: 'text-primary',
|
|
46
|
+
foreground: 'text-foreground'
|
|
42
47
|
}
|
|
43
48
|
},
|
|
44
49
|
defaultVariants: {
|
|
45
|
-
size: 'default'
|
|
50
|
+
size: 'default',
|
|
51
|
+
variant: 'default'
|
|
46
52
|
}
|
|
47
53
|
});
|
|
48
|
-
const Spinner = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, size, label = 'Loading', showLabel = false, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
|
|
54
|
+
const Spinner = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, size, variant, label = 'Loading', showLabel = false, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
|
|
49
55
|
ref: ref,
|
|
50
56
|
role: "status",
|
|
51
57
|
"aria-label": label,
|
|
@@ -54,7 +60,8 @@ const Spinner = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ class
|
|
|
54
60
|
children: [
|
|
55
61
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.Loader2, {
|
|
56
62
|
className: (0, index_cjs_namespaceObject.cn)(spinnerVariants({
|
|
57
|
-
size
|
|
63
|
+
size,
|
|
64
|
+
variant
|
|
58
65
|
}))
|
|
59
66
|
}),
|
|
60
67
|
showLabel ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { type VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from 'react';
|
|
3
3
|
declare const spinnerVariants: (props?: ({
|
|
4
4
|
size?: "default" | "lg" | "sm" | "xl" | null | undefined;
|
|
5
|
+
variant?: "default" | "primary" | "foreground" | null | undefined;
|
|
5
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
7
|
export interface SpinnerProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof spinnerVariants> {
|
|
7
8
|
label?: string;
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
2
|
import { cva } from "class-variance-authority";
|
|
4
3
|
import { Loader2 } from "lucide-react";
|
|
4
|
+
import { forwardRef } from "react";
|
|
5
5
|
import { cn } from "../../lib/index.js";
|
|
6
|
-
const spinnerVariants = cva('animate-spin
|
|
6
|
+
const spinnerVariants = cva('animate-spin', {
|
|
7
7
|
variants: {
|
|
8
8
|
size: {
|
|
9
9
|
sm: 'h-4 w-4',
|
|
10
10
|
default: 'h-6 w-6',
|
|
11
11
|
lg: 'h-8 w-8',
|
|
12
12
|
xl: 'h-12 w-12'
|
|
13
|
+
},
|
|
14
|
+
variant: {
|
|
15
|
+
default: 'text-muted-foreground',
|
|
16
|
+
primary: 'text-primary',
|
|
17
|
+
foreground: 'text-foreground'
|
|
13
18
|
}
|
|
14
19
|
},
|
|
15
20
|
defaultVariants: {
|
|
16
|
-
size: 'default'
|
|
21
|
+
size: 'default',
|
|
22
|
+
variant: 'default'
|
|
17
23
|
}
|
|
18
24
|
});
|
|
19
|
-
const Spinner = /*#__PURE__*/ forwardRef(({ className, size, label = 'Loading', showLabel = false, ...props }, ref)=>/*#__PURE__*/ jsxs("div", {
|
|
25
|
+
const Spinner = /*#__PURE__*/ forwardRef(({ className, size, variant, label = 'Loading', showLabel = false, ...props }, ref)=>/*#__PURE__*/ jsxs("div", {
|
|
20
26
|
ref: ref,
|
|
21
27
|
role: "status",
|
|
22
28
|
"aria-label": label,
|
|
@@ -25,7 +31,8 @@ const Spinner = /*#__PURE__*/ forwardRef(({ className, size, label = 'Loading',
|
|
|
25
31
|
children: [
|
|
26
32
|
/*#__PURE__*/ jsx(Loader2, {
|
|
27
33
|
className: cn(spinnerVariants({
|
|
28
|
-
size
|
|
34
|
+
size,
|
|
35
|
+
variant
|
|
29
36
|
}))
|
|
30
37
|
}),
|
|
31
38
|
showLabel ? /*#__PURE__*/ jsx("span", {
|
package/dist/styles.css
CHANGED
|
@@ -1051,6 +1051,9 @@
|
|
|
1051
1051
|
.h-72 {
|
|
1052
1052
|
height: calc(var(--spacing) * 72);
|
|
1053
1053
|
}
|
|
1054
|
+
.h-75 {
|
|
1055
|
+
height: calc(var(--spacing) * 75);
|
|
1056
|
+
}
|
|
1054
1057
|
.h-96 {
|
|
1055
1058
|
height: calc(var(--spacing) * 96);
|
|
1056
1059
|
}
|
|
@@ -4201,6 +4204,10 @@
|
|
|
4201
4204
|
--tw-blur: blur(8px);
|
|
4202
4205
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
4203
4206
|
}
|
|
4207
|
+
.invert {
|
|
4208
|
+
--tw-invert: invert(100%);
|
|
4209
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
4210
|
+
}
|
|
4204
4211
|
.filter {
|
|
4205
4212
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
4206
4213
|
}
|