@uipath/apollo-wind 0.7.3 → 0.8.0-pr203.c12fbbd

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 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
@@ -24,7 +24,7 @@ var __webpack_modules__ = {
24
24
  "./button-group": function(module) {
25
25
  module.exports = require("./button-group.cjs");
26
26
  },
27
- "@/components/ui/button": function(module) {
27
+ "./button": function(module) {
28
28
  module.exports = require("./button.cjs");
29
29
  },
30
30
  "./calendar": function(module) {
@@ -42,7 +42,7 @@ var __webpack_modules__ = {
42
42
  "./combobox": function(module) {
43
43
  module.exports = require("./combobox.cjs");
44
44
  },
45
- "./command": function(module) {
45
+ "@/components/ui/command": function(module) {
46
46
  module.exports = require("./command.cjs");
47
47
  },
48
48
  "./context-menu": function(module) {
@@ -81,7 +81,7 @@ var __webpack_modules__ = {
81
81
  "./input": function(module) {
82
82
  module.exports = require("./input.cjs");
83
83
  },
84
- "./label": function(module) {
84
+ "@/components/ui/label": function(module) {
85
85
  module.exports = require("./label.cjs");
86
86
  },
87
87
  "./layout": function(module) {
@@ -147,7 +147,7 @@ var __webpack_modules__ = {
147
147
  "./switch": function(module) {
148
148
  module.exports = require("./switch.cjs");
149
149
  },
150
- "./table": function(module) {
150
+ "@/components/ui/table": function(module) {
151
151
  module.exports = require("./table.cjs");
152
152
  },
153
153
  "./tabs": function(module) {
@@ -251,7 +251,7 @@ var __webpack_exports__ = {};
251
251
  return _breadcrumb__WEBPACK_IMPORTED_MODULE_6__[key];
252
252
  }).bind(0, __WEBPACK_IMPORT_KEY__);
253
253
  __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
254
- var _button__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("@/components/ui/button");
254
+ var _button__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("./button");
255
255
  var __WEBPACK_REEXPORT_OBJECT__ = {};
256
256
  for(var __WEBPACK_IMPORT_KEY__ in _button__WEBPACK_IMPORTED_MODULE_7__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
257
257
  return _button__WEBPACK_IMPORTED_MODULE_7__[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__("./command");
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];
@@ -371,7 +371,7 @@ var __webpack_exports__ = {};
371
371
  return _input__WEBPACK_IMPORTED_MODULE_26__[key];
372
372
  }).bind(0, __WEBPACK_IMPORT_KEY__);
373
373
  __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
374
- var _label__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__("./label");
374
+ var _label__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__("@/components/ui/label");
375
375
  var __WEBPACK_REEXPORT_OBJECT__ = {};
376
376
  for(var __WEBPACK_IMPORT_KEY__ in _label__WEBPACK_IMPORTED_MODULE_27__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
377
377
  return _label__WEBPACK_IMPORTED_MODULE_27__[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__("./table");
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-wind",
3
- "version": "0.7.3",
3
+ "version": "0.8.0-pr203.c12fbbd",
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.6.2"
81
+ "@uipath/apollo-core": "5.7.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@rsbuild/plugin-react": "^1.4.1",