@uipath/apollo-wind 0.8.0 → 0.8.1
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.
- package/dist/components/ui/index.cjs +10 -10
- package/dist/components/ui/input.cjs +1 -1
- package/dist/components/ui/input.js +1 -1
- package/dist/components/ui/select.cjs +1 -1
- package/dist/components/ui/select.js +1 -1
- package/dist/components/ui/textarea.cjs +1 -1
- package/dist/components/ui/textarea.js +1 -1
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ var __webpack_modules__ = {
|
|
|
33
33
|
"./card": function(module) {
|
|
34
34
|
module.exports = require("./card.cjs");
|
|
35
35
|
},
|
|
36
|
-
"
|
|
36
|
+
"@/components/ui/checkbox": function(module) {
|
|
37
37
|
module.exports = require("./checkbox.cjs");
|
|
38
38
|
},
|
|
39
39
|
"./collapsible": function(module) {
|
|
@@ -42,7 +42,7 @@ var __webpack_modules__ = {
|
|
|
42
42
|
"./combobox": function(module) {
|
|
43
43
|
module.exports = require("./combobox.cjs");
|
|
44
44
|
},
|
|
45
|
-
"
|
|
45
|
+
"@/components/ui/command": function(module) {
|
|
46
46
|
module.exports = require("./command.cjs");
|
|
47
47
|
},
|
|
48
48
|
"./context-menu": function(module) {
|
|
@@ -63,10 +63,10 @@ var __webpack_modules__ = {
|
|
|
63
63
|
"./drawer": function(module) {
|
|
64
64
|
module.exports = require("./drawer.cjs");
|
|
65
65
|
},
|
|
66
|
-
"
|
|
66
|
+
"@/components/ui/dropdown-menu": function(module) {
|
|
67
67
|
module.exports = require("./dropdown-menu.cjs");
|
|
68
68
|
},
|
|
69
|
-
"
|
|
69
|
+
"@/components/ui/editable-cell": function(module) {
|
|
70
70
|
module.exports = require("./editable-cell.cjs");
|
|
71
71
|
},
|
|
72
72
|
"./empty-state": function(module) {
|
|
@@ -147,7 +147,7 @@ var __webpack_modules__ = {
|
|
|
147
147
|
"./switch": function(module) {
|
|
148
148
|
module.exports = require("./switch.cjs");
|
|
149
149
|
},
|
|
150
|
-
"
|
|
150
|
+
"@/components/ui/table": function(module) {
|
|
151
151
|
module.exports = require("./table.cjs");
|
|
152
152
|
},
|
|
153
153
|
"./tabs": function(module) {
|
|
@@ -275,7 +275,7 @@ var __webpack_exports__ = {};
|
|
|
275
275
|
return _card__WEBPACK_IMPORTED_MODULE_10__[key];
|
|
276
276
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
277
277
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
278
|
-
var _checkbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("
|
|
278
|
+
var _checkbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("@/components/ui/checkbox");
|
|
279
279
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
280
280
|
for(var __WEBPACK_IMPORT_KEY__ in _checkbox__WEBPACK_IMPORTED_MODULE_11__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
281
281
|
return _checkbox__WEBPACK_IMPORTED_MODULE_11__[key];
|
|
@@ -293,7 +293,7 @@ var __webpack_exports__ = {};
|
|
|
293
293
|
return _combobox__WEBPACK_IMPORTED_MODULE_13__[key];
|
|
294
294
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
295
295
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
296
|
-
var _command__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__("
|
|
296
|
+
var _command__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__("@/components/ui/command");
|
|
297
297
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
298
298
|
for(var __WEBPACK_IMPORT_KEY__ in _command__WEBPACK_IMPORTED_MODULE_14__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
299
299
|
return _command__WEBPACK_IMPORTED_MODULE_14__[key];
|
|
@@ -335,13 +335,13 @@ var __webpack_exports__ = {};
|
|
|
335
335
|
return _drawer__WEBPACK_IMPORTED_MODULE_20__[key];
|
|
336
336
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
337
337
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
338
|
-
var _dropdown_menu__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__("
|
|
338
|
+
var _dropdown_menu__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__("@/components/ui/dropdown-menu");
|
|
339
339
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
340
340
|
for(var __WEBPACK_IMPORT_KEY__ in _dropdown_menu__WEBPACK_IMPORTED_MODULE_21__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
341
341
|
return _dropdown_menu__WEBPACK_IMPORTED_MODULE_21__[key];
|
|
342
342
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
343
343
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
344
|
-
var _editable_cell__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__("
|
|
344
|
+
var _editable_cell__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__("@/components/ui/editable-cell");
|
|
345
345
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
346
346
|
for(var __WEBPACK_IMPORT_KEY__ in _editable_cell__WEBPACK_IMPORTED_MODULE_22__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
347
347
|
return _editable_cell__WEBPACK_IMPORTED_MODULE_22__[key];
|
|
@@ -503,7 +503,7 @@ var __webpack_exports__ = {};
|
|
|
503
503
|
return _switch__WEBPACK_IMPORTED_MODULE_48__[key];
|
|
504
504
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
505
505
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
506
|
-
var _table__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__("
|
|
506
|
+
var _table__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__("@/components/ui/table");
|
|
507
507
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
508
508
|
for(var __WEBPACK_IMPORT_KEY__ in _table__WEBPACK_IMPORTED_MODULE_49__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
509
509
|
return _table__WEBPACK_IMPORTED_MODULE_49__[key];
|
|
@@ -31,7 +31,7 @@ const external_react_namespaceObject = require("react");
|
|
|
31
31
|
const utils_cjs_namespaceObject = require("../../lib/utils.cjs");
|
|
32
32
|
const Input = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, type, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("input", {
|
|
33
33
|
type: type,
|
|
34
|
-
className: (0, utils_cjs_namespaceObject.cn)('flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base
|
|
34
|
+
className: (0, utils_cjs_namespaceObject.cn)('flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', className),
|
|
35
35
|
ref: ref,
|
|
36
36
|
...props
|
|
37
37
|
}));
|
|
@@ -3,7 +3,7 @@ import { forwardRef } from "react";
|
|
|
3
3
|
import { cn } from "../../lib/utils.js";
|
|
4
4
|
const Input = /*#__PURE__*/ forwardRef(({ className, type, ...props }, ref)=>/*#__PURE__*/ jsx("input", {
|
|
5
5
|
type: type,
|
|
6
|
-
className: cn('flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base
|
|
6
|
+
className: cn('flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', className),
|
|
7
7
|
ref: ref,
|
|
8
8
|
...props
|
|
9
9
|
}));
|
|
@@ -45,7 +45,7 @@ const SelectGroup = react_select_namespaceObject.Group;
|
|
|
45
45
|
const SelectValue = react_select_namespaceObject.Value;
|
|
46
46
|
const SelectTrigger = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, children, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(react_select_namespaceObject.Trigger, {
|
|
47
47
|
ref: ref,
|
|
48
|
-
className: (0, index_cjs_namespaceObject.cn)('flex h-9 w-full cursor-pointer items-center justify-between rounded-md border border-input bg-transparent px-3 py-1 text-base
|
|
48
|
+
className: (0, index_cjs_namespaceObject.cn)('flex h-9 w-full cursor-pointer items-center justify-between rounded-md border border-input bg-transparent px-3 py-1 text-base transition-colors data-[placeholder]:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm [&>span]:line-clamp-1', className),
|
|
49
49
|
...props,
|
|
50
50
|
children: [
|
|
51
51
|
children,
|
|
@@ -8,7 +8,7 @@ const SelectGroup = Group;
|
|
|
8
8
|
const SelectValue = Value;
|
|
9
9
|
const SelectTrigger = /*#__PURE__*/ forwardRef(({ className, children, ...props }, ref)=>/*#__PURE__*/ jsxs(Trigger, {
|
|
10
10
|
ref: ref,
|
|
11
|
-
className: cn('flex h-9 w-full cursor-pointer items-center justify-between rounded-md border border-input bg-transparent px-3 py-1 text-base
|
|
11
|
+
className: cn('flex h-9 w-full cursor-pointer items-center justify-between rounded-md border border-input bg-transparent px-3 py-1 text-base transition-colors data-[placeholder]:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm [&>span]:line-clamp-1', className),
|
|
12
12
|
...props,
|
|
13
13
|
children: [
|
|
14
14
|
children,
|
|
@@ -30,7 +30,7 @@ const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
31
|
const index_cjs_namespaceObject = require("../../lib/index.cjs");
|
|
32
32
|
const Textarea = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("textarea", {
|
|
33
|
-
className: (0, index_cjs_namespaceObject.cn)('flex min-h-[80px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-base
|
|
33
|
+
className: (0, index_cjs_namespaceObject.cn)('flex min-h-[80px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-base transition-colors placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', className),
|
|
34
34
|
ref: ref,
|
|
35
35
|
...props
|
|
36
36
|
}));
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
3
|
import { cn } from "../../lib/index.js";
|
|
4
4
|
const Textarea = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("textarea", {
|
|
5
|
-
className: cn('flex min-h-[80px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-base
|
|
5
|
+
className: cn('flex min-h-[80px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-base transition-colors placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', className),
|
|
6
6
|
ref: ref,
|
|
7
7
|
...props
|
|
8
8
|
}));
|