@uipath/apollo-wind 0.7.3 → 0.8.0-pr203.a685fc2
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/README.md +2 -0
- package/dist/components/ui/index.cjs +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ graph LR
|
|
|
17
17
|
npm install @uipath/apollo-wind
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
**Note:** This package is published to both npm and GitHub Package Registry. External users will automatically pull from npm. Internal UiPath users with `.npmrc` configured will automatically pull from GitHub Package Registry.
|
|
21
|
+
|
|
20
22
|
**Option 1: Zero Config** (Recommended for quick starts)
|
|
21
23
|
|
|
22
24
|
```tsx
|
|
@@ -30,7 +30,7 @@ var __webpack_modules__ = {
|
|
|
30
30
|
"./calendar": function(module) {
|
|
31
31
|
module.exports = require("./calendar.cjs");
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"@/components/ui/card": function(module) {
|
|
34
34
|
module.exports = require("./card.cjs");
|
|
35
35
|
},
|
|
36
36
|
"./checkbox": 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) {
|
|
@@ -99,7 +99,7 @@ var __webpack_modules__ = {
|
|
|
99
99
|
"./pagination": function(module) {
|
|
100
100
|
module.exports = require("./pagination.cjs");
|
|
101
101
|
},
|
|
102
|
-
"
|
|
102
|
+
"@/components/ui/popover": function(module) {
|
|
103
103
|
module.exports = require("./popover.cjs");
|
|
104
104
|
},
|
|
105
105
|
"./progress": 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) {
|
|
@@ -159,7 +159,7 @@ var __webpack_modules__ = {
|
|
|
159
159
|
"./toggle-group": function(module) {
|
|
160
160
|
module.exports = require("./toggle-group.cjs");
|
|
161
161
|
},
|
|
162
|
-
"
|
|
162
|
+
"@/components/ui/toggle": function(module) {
|
|
163
163
|
module.exports = require("./toggle.cjs");
|
|
164
164
|
},
|
|
165
165
|
"./tooltip": function(module) {
|
|
@@ -269,7 +269,7 @@ var __webpack_exports__ = {};
|
|
|
269
269
|
return _calendar__WEBPACK_IMPORTED_MODULE_9__[key];
|
|
270
270
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
271
271
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
272
|
-
var _card__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("
|
|
272
|
+
var _card__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("@/components/ui/card");
|
|
273
273
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
274
274
|
for(var __WEBPACK_IMPORT_KEY__ in _card__WEBPACK_IMPORTED_MODULE_10__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
275
275
|
return _card__WEBPACK_IMPORTED_MODULE_10__[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];
|
|
@@ -407,7 +407,7 @@ var __webpack_exports__ = {};
|
|
|
407
407
|
return _pagination__WEBPACK_IMPORTED_MODULE_32__[key];
|
|
408
408
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
409
409
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
410
|
-
var _popover__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__("
|
|
410
|
+
var _popover__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__("@/components/ui/popover");
|
|
411
411
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
412
412
|
for(var __WEBPACK_IMPORT_KEY__ in _popover__WEBPACK_IMPORTED_MODULE_33__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
413
413
|
return _popover__WEBPACK_IMPORTED_MODULE_33__[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];
|
|
@@ -527,7 +527,7 @@ var __webpack_exports__ = {};
|
|
|
527
527
|
return _toggle_group__WEBPACK_IMPORTED_MODULE_52__[key];
|
|
528
528
|
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
529
529
|
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
530
|
-
var _toggle__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__("
|
|
530
|
+
var _toggle__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__("@/components/ui/toggle");
|
|
531
531
|
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
532
532
|
for(var __WEBPACK_IMPORT_KEY__ in _toggle__WEBPACK_IMPORTED_MODULE_53__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
533
533
|
return _toggle__WEBPACK_IMPORTED_MODULE_53__[key];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-wind",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-pr203.a685fc2",
|
|
4
4
|
"description": "UiPath wind design system - A Tailwind CSS based React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tailwindcss": "^4.1.17",
|
|
79
79
|
"vaul": "^1.1.2",
|
|
80
80
|
"zod": "^4.3.5",
|
|
81
|
-
"@uipath/apollo-core": "5.
|
|
81
|
+
"@uipath/apollo-core": "5.7.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@rsbuild/plugin-react": "^1.4.1",
|