@uipath/apollo-wind 1.2.0 → 1.2.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 +4 -4
- package/dist/styles.css +4 -4
- package/package.json +2 -2
|
@@ -33,7 +33,7 @@ var __webpack_modules__ = {
|
|
|
33
33
|
"@/components/ui/card" (module) {
|
|
34
34
|
module.exports = require("./card.cjs");
|
|
35
35
|
},
|
|
36
|
-
"
|
|
36
|
+
"@/components/ui/checkbox" (module) {
|
|
37
37
|
module.exports = require("./checkbox.cjs");
|
|
38
38
|
},
|
|
39
39
|
"@/components/ui/collapsible" (module) {
|
|
@@ -75,7 +75,7 @@ var __webpack_modules__ = {
|
|
|
75
75
|
"@/components/ui/hover-card" (module) {
|
|
76
76
|
module.exports = require("./hover-card.cjs");
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"@/components/ui/input" (module) {
|
|
79
79
|
module.exports = require("./input.cjs");
|
|
80
80
|
},
|
|
81
81
|
"@/components/ui/label" (module) {
|
|
@@ -283,7 +283,7 @@ var __webpack_exports__ = {};
|
|
|
283
283
|
"default"
|
|
284
284
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_card__rspack_import_10[__rspack_import_key];
|
|
285
285
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
286
|
-
var _checkbox__rspack_import_11 = __webpack_require__("
|
|
286
|
+
var _checkbox__rspack_import_11 = __webpack_require__("@/components/ui/checkbox");
|
|
287
287
|
var __rspack_reexport = {};
|
|
288
288
|
for(const __rspack_import_key in _checkbox__rspack_import_11)if ([
|
|
289
289
|
"TreeView",
|
|
@@ -381,7 +381,7 @@ var __webpack_exports__ = {};
|
|
|
381
381
|
"default"
|
|
382
382
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_hover_card__rspack_import_24[__rspack_import_key];
|
|
383
383
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
384
|
-
var _input__rspack_import_25 = __webpack_require__("
|
|
384
|
+
var _input__rspack_import_25 = __webpack_require__("@/components/ui/input");
|
|
385
385
|
var __rspack_reexport = {};
|
|
386
386
|
for(const __rspack_import_key in _input__rspack_import_25)if ([
|
|
387
387
|
"TreeView",
|
package/dist/styles.css
CHANGED
|
@@ -7051,7 +7051,7 @@
|
|
|
7051
7051
|
--border-radius-m: 4px;
|
|
7052
7052
|
--border-radius-l: 8px;
|
|
7053
7053
|
}
|
|
7054
|
-
body.light, .light {
|
|
7054
|
+
body.light, .apollo-design.light {
|
|
7055
7055
|
--color-background: #ffffff;
|
|
7056
7056
|
--color-background-secondary: #f4f5f7;
|
|
7057
7057
|
--color-background-inverse: #182027;
|
|
@@ -7174,7 +7174,7 @@ body.light, .light {
|
|
|
7174
7174
|
--border: var(--border-light);
|
|
7175
7175
|
color-scheme: light;
|
|
7176
7176
|
}
|
|
7177
|
-
body.light-hc, .light-hc {
|
|
7177
|
+
body.light-hc, .apollo-design.light-hc {
|
|
7178
7178
|
--color-background: #ffffff;
|
|
7179
7179
|
--color-background-secondary: #f4f5f7;
|
|
7180
7180
|
--color-background-inverse: #182027;
|
|
@@ -7297,7 +7297,7 @@ body.light-hc, .light-hc {
|
|
|
7297
7297
|
--border: var(--border-light-hc);
|
|
7298
7298
|
color-scheme: light;
|
|
7299
7299
|
}
|
|
7300
|
-
body.dark, .dark {
|
|
7300
|
+
body.dark, .apollo-design.dark {
|
|
7301
7301
|
--color-background: #182027;
|
|
7302
7302
|
--color-background-secondary: #273139;
|
|
7303
7303
|
--color-background-inverse: #f8f9fa;
|
|
@@ -7420,7 +7420,7 @@ body.dark, .dark {
|
|
|
7420
7420
|
--border: var(--border-dark);
|
|
7421
7421
|
color-scheme: dark;
|
|
7422
7422
|
}
|
|
7423
|
-
body.dark-hc, .dark-hc {
|
|
7423
|
+
body.dark-hc, .apollo-design.dark-hc {
|
|
7424
7424
|
--color-background: #182027;
|
|
7425
7425
|
--color-background-secondary: #273139;
|
|
7426
7426
|
--color-background-inverse: #f8f9fa;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-wind",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "UiPath wind design system - A Tailwind CSS based React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"tailwindcss": "^4.1.17",
|
|
112
112
|
"vaul": "^1.1.2",
|
|
113
113
|
"zod": "^4.3.5",
|
|
114
|
-
"@uipath/apollo-core": "5.7.
|
|
114
|
+
"@uipath/apollo-core": "5.7.4"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@rsbuild/plugin-react": "^1.4.1",
|