@uipath/apollo-wind 2.2.1-pr525.17baf33 → 2.3.0-pr525.30a5d08
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 +12 -12
- package/dist/styles.css +18 -11
- package/dist/tailwind.css +3 -40
- package/dist/tailwind.utilities.css +54 -0
- package/package.json +1 -1
|
@@ -24,16 +24,16 @@ var __webpack_modules__ = {
|
|
|
24
24
|
"./button-group" (module) {
|
|
25
25
|
module.exports = require("./button-group.cjs");
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"./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
|
+
"./checkbox" (module) {
|
|
37
37
|
module.exports = require("./checkbox.cjs");
|
|
38
38
|
},
|
|
39
39
|
"@/components/ui/collapsible" (module) {
|
|
@@ -42,7 +42,7 @@ var __webpack_modules__ = {
|
|
|
42
42
|
"./combobox" (module) {
|
|
43
43
|
module.exports = require("./combobox.cjs");
|
|
44
44
|
},
|
|
45
|
-
"
|
|
45
|
+
"@/components/ui/command" (module) {
|
|
46
46
|
module.exports = require("./command.cjs");
|
|
47
47
|
},
|
|
48
48
|
"@/components/ui/context-menu" (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
|
+
"./input" (module) {
|
|
79
79
|
module.exports = require("./input.cjs");
|
|
80
80
|
},
|
|
81
81
|
"@/components/ui/label" (module) {
|
|
@@ -90,7 +90,7 @@ var __webpack_modules__ = {
|
|
|
90
90
|
"./pagination" (module) {
|
|
91
91
|
module.exports = require("./pagination.cjs");
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"./popover" (module) {
|
|
94
94
|
module.exports = require("./popover.cjs");
|
|
95
95
|
},
|
|
96
96
|
"./progress" (module) {
|
|
@@ -255,7 +255,7 @@ var __webpack_exports__ = {};
|
|
|
255
255
|
"default"
|
|
256
256
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_breadcrumb__rspack_import_6[__rspack_import_key];
|
|
257
257
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
258
|
-
var _button__rspack_import_7 = __webpack_require__("
|
|
258
|
+
var _button__rspack_import_7 = __webpack_require__("./button");
|
|
259
259
|
var __rspack_reexport = {};
|
|
260
260
|
for(const __rspack_import_key in _button__rspack_import_7)if ([
|
|
261
261
|
"TreeView",
|
|
@@ -269,7 +269,7 @@ var __webpack_exports__ = {};
|
|
|
269
269
|
"default"
|
|
270
270
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_button_group__rspack_import_8[__rspack_import_key];
|
|
271
271
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
272
|
-
var _calendar__rspack_import_9 = __webpack_require__("
|
|
272
|
+
var _calendar__rspack_import_9 = __webpack_require__("./calendar");
|
|
273
273
|
var __rspack_reexport = {};
|
|
274
274
|
for(const __rspack_import_key in _calendar__rspack_import_9)if ([
|
|
275
275
|
"TreeView",
|
|
@@ -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__("./checkbox");
|
|
287
287
|
var __rspack_reexport = {};
|
|
288
288
|
for(const __rspack_import_key in _checkbox__rspack_import_11)if ([
|
|
289
289
|
"TreeView",
|
|
@@ -304,7 +304,7 @@ var __webpack_exports__ = {};
|
|
|
304
304
|
"default"
|
|
305
305
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_combobox__rspack_import_13[__rspack_import_key];
|
|
306
306
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
307
|
-
var _command__rspack_import_14 = __webpack_require__("
|
|
307
|
+
var _command__rspack_import_14 = __webpack_require__("@/components/ui/command");
|
|
308
308
|
var __rspack_reexport = {};
|
|
309
309
|
for(const __rspack_import_key in _command__rspack_import_14)if ([
|
|
310
310
|
"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__("./input");
|
|
385
385
|
var __rspack_reexport = {};
|
|
386
386
|
for(const __rspack_import_key in _input__rspack_import_25)if ([
|
|
387
387
|
"TreeView",
|
|
@@ -416,7 +416,7 @@ var __webpack_exports__ = {};
|
|
|
416
416
|
"default"
|
|
417
417
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_pagination__rspack_import_29[__rspack_import_key];
|
|
418
418
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
419
|
-
var _popover__rspack_import_30 = __webpack_require__("
|
|
419
|
+
var _popover__rspack_import_30 = __webpack_require__("./popover");
|
|
420
420
|
var __rspack_reexport = {};
|
|
421
421
|
for(const __rspack_import_key in _popover__rspack_import_30)if ([
|
|
422
422
|
"TreeView",
|
package/dist/styles.css
CHANGED
|
@@ -7807,6 +7807,24 @@ body.dark-hc, .apollo-design.dark-hc {
|
|
|
7807
7807
|
--border: var(--border-dark-hc);
|
|
7808
7808
|
color-scheme: dark;
|
|
7809
7809
|
}
|
|
7810
|
+
@keyframes apollo-glow {
|
|
7811
|
+
0% {
|
|
7812
|
+
box-shadow: 0 0 0 0 var(--_glow-shadow, currentColor);
|
|
7813
|
+
}
|
|
7814
|
+
70% {
|
|
7815
|
+
box-shadow: 0 0 0 10px transparent;
|
|
7816
|
+
}
|
|
7817
|
+
100% {
|
|
7818
|
+
box-shadow: 0 0 0 0 transparent;
|
|
7819
|
+
}
|
|
7820
|
+
}
|
|
7821
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7822
|
+
.animate-glow {
|
|
7823
|
+
will-change: auto;
|
|
7824
|
+
animation: none;
|
|
7825
|
+
box-shadow: 0 0 0 5px var(--_glow-shadow, currentColor);
|
|
7826
|
+
}
|
|
7827
|
+
}
|
|
7810
7828
|
:root {
|
|
7811
7829
|
--radius: 0.75rem;
|
|
7812
7830
|
}
|
|
@@ -8469,17 +8487,6 @@ body.canvas, .canvas {
|
|
|
8469
8487
|
opacity: 0;
|
|
8470
8488
|
}
|
|
8471
8489
|
}
|
|
8472
|
-
@keyframes apollo-glow {
|
|
8473
|
-
0% {
|
|
8474
|
-
box-shadow: 0 0 0 0 var(--_glow-shadow, currentColor);
|
|
8475
|
-
}
|
|
8476
|
-
70% {
|
|
8477
|
-
box-shadow: 0 0 0 10px transparent;
|
|
8478
|
-
}
|
|
8479
|
-
100% {
|
|
8480
|
-
box-shadow: 0 0 0 0 transparent;
|
|
8481
|
-
}
|
|
8482
|
-
}
|
|
8483
8490
|
.future-dark, .dark, .dark-hc {
|
|
8484
8491
|
scrollbar-width: thin;
|
|
8485
8492
|
scrollbar-color: var(--color-border) transparent;
|
package/dist/tailwind.css
CHANGED
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
@import "tailwindcss";
|
|
14
14
|
@import "@uipath/apollo-core/tokens/css/theme-variables.css";
|
|
15
15
|
|
|
16
|
+
@import "./tailwind.utilities.css";
|
|
17
|
+
|
|
16
18
|
:root {
|
|
17
19
|
--radius: 0.75rem;
|
|
18
20
|
/* 12px — base border-radius for buttons and UI elements */
|
|
@@ -1258,45 +1260,6 @@ body.canvas, .canvas {
|
|
|
1258
1260
|
--animate-collapsible-up: collapsible-up 200ms ease-out;
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1261
|
-
/* ============================================================================
|
|
1262
|
-
* Glow — attention-drawing ring pulse
|
|
1263
|
-
*
|
|
1264
|
-
* `animate-glow` drives an expanding box-shadow ring around any element.
|
|
1265
|
-
* The color and intensity are driven by CSS variables so the same utility
|
|
1266
|
-
* works for status indicators, brand highlights, ad-hoc attention prompts,
|
|
1267
|
-
* or any custom color.
|
|
1268
|
-
*
|
|
1269
|
-
* Knobs (set via inline style or a Tailwind arbitrary value):
|
|
1270
|
-
* --glow-color source color (default: currentColor)
|
|
1271
|
-
* --glow-strength mix percent (default: 40%)
|
|
1272
|
-
*
|
|
1273
|
-
* Examples:
|
|
1274
|
-
* <div className="animate-glow [--glow-color:var(--error)]" />
|
|
1275
|
-
* <div className="animate-glow [--glow-color:var(--info)] [--glow-strength:60%]" />
|
|
1276
|
-
* <div className="text-info animate-glow" /> // picks up --brand or falls back to currentColor
|
|
1277
|
-
*
|
|
1278
|
-
* Implementation note: the color-mix lives in the utility body (not the
|
|
1279
|
-
* keyframe) to avoid a lightningcss bug that drops keyframe declarations
|
|
1280
|
-
* containing `color-mix(... var(...) ...)`. The internal `--_glow-shadow`
|
|
1281
|
-
* holds the pre-mixed value for the keyframe to consume.
|
|
1282
|
-
* ============================================================================ */
|
|
1283
|
-
|
|
1284
|
-
@keyframes apollo-glow {
|
|
1285
|
-
0% { box-shadow: 0 0 0 0 var(--_glow-shadow, currentColor); }
|
|
1286
|
-
70% { box-shadow: 0 0 0 10px transparent; }
|
|
1287
|
-
100% { box-shadow: 0 0 0 0 transparent; }
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
@utility animate-glow {
|
|
1291
|
-
--_glow-shadow: color-mix(
|
|
1292
|
-
in srgb,
|
|
1293
|
-
var(--glow-color, var(--brand, currentColor)) var(--glow-strength, 40%),
|
|
1294
|
-
transparent
|
|
1295
|
-
);
|
|
1296
|
-
will-change: box-shadow;
|
|
1297
|
-
animation: apollo-glow 2s infinite;
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
1263
|
/* ============================================================================
|
|
1301
1264
|
* Theme-aware scrollbars
|
|
1302
1265
|
*
|
|
@@ -1330,4 +1293,4 @@ body.canvas, .canvas {
|
|
|
1330
1293
|
& *::-webkit-scrollbar-thumb:hover {
|
|
1331
1294
|
background-color: var(--color-border-hover);
|
|
1332
1295
|
}
|
|
1333
|
-
}
|
|
1296
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Apollo Wind — Custom Utilities
|
|
3
|
+
*
|
|
4
|
+
* Tailwind @utility rules, @keyframes, and non-token helpers that extend
|
|
5
|
+
* the base theme. Imported by tailwind.consumer.css.
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/* ============================================================================
|
|
10
|
+
* Glow — attention-drawing ring pulse
|
|
11
|
+
*
|
|
12
|
+
* `animate-glow` drives an expanding box-shadow ring around any element.
|
|
13
|
+
* The color and intensity are driven by CSS variables so the same utility
|
|
14
|
+
* works for status indicators, brand highlights, ad-hoc attention prompts,
|
|
15
|
+
* or any custom color.
|
|
16
|
+
*
|
|
17
|
+
* Knobs (set via inline style or a Tailwind arbitrary value):
|
|
18
|
+
* --glow-color source color (default: currentColor)
|
|
19
|
+
* --glow-strength mix percent (default: 40%)
|
|
20
|
+
*
|
|
21
|
+
* Examples:
|
|
22
|
+
* <div className="animate-glow [--glow-color:var(--error)]" />
|
|
23
|
+
* <div className="animate-glow [--glow-color:var(--info)] [--glow-strength:60%]" />
|
|
24
|
+
* <div className="text-info animate-glow" /> // picks up --brand or falls back to currentColor
|
|
25
|
+
*
|
|
26
|
+
* Implementation note: the color-mix lives in the utility body (not the
|
|
27
|
+
* keyframe) to avoid a lightningcss bug that drops keyframe declarations
|
|
28
|
+
* containing `color-mix(... var(...) ...)`. The internal `--_glow-shadow`
|
|
29
|
+
* holds the pre-mixed value for the keyframe to consume.
|
|
30
|
+
* ============================================================================ */
|
|
31
|
+
|
|
32
|
+
@keyframes apollo-glow {
|
|
33
|
+
0% { box-shadow: 0 0 0 0 var(--_glow-shadow, currentColor); }
|
|
34
|
+
70% { box-shadow: 0 0 0 10px transparent; }
|
|
35
|
+
100% { box-shadow: 0 0 0 0 transparent; }
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@utility animate-glow {
|
|
39
|
+
--_glow-shadow: color-mix(
|
|
40
|
+
in srgb,
|
|
41
|
+
var(--glow-color, var(--brand, currentColor)) var(--glow-strength, 40%),
|
|
42
|
+
transparent
|
|
43
|
+
);
|
|
44
|
+
will-change: box-shadow;
|
|
45
|
+
animation: apollo-glow 2s infinite;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@media (prefers-reduced-motion: reduce) {
|
|
49
|
+
.animate-glow {
|
|
50
|
+
will-change: auto;
|
|
51
|
+
animation: none;
|
|
52
|
+
box-shadow: 0 0 0 5px var(--_glow-shadow, currentColor);
|
|
53
|
+
}
|
|
54
|
+
}
|
package/package.json
CHANGED