@uipath/apollo-wind 0.14.0-test → 0.14.0-test-2
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/styles.css +156 -152
- package/dist/tailwind.css +12 -10
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1,160 +1,12 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
|
-
@layer base {
|
|
4
|
-
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
5
|
-
box-sizing: border-box;
|
|
6
|
-
margin: 0;
|
|
7
|
-
padding: 0;
|
|
8
|
-
border: 0 solid;
|
|
9
|
-
}
|
|
10
|
-
html, :host {
|
|
11
|
-
line-height: 1.5;
|
|
12
|
-
-webkit-text-size-adjust: 100%;
|
|
13
|
-
tab-size: 4;
|
|
14
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
|
|
15
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
16
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
17
|
-
-webkit-tap-highlight-color: transparent;
|
|
18
|
-
}
|
|
19
|
-
hr {
|
|
20
|
-
height: 0;
|
|
21
|
-
color: inherit;
|
|
22
|
-
border-top-width: 1px;
|
|
23
|
-
}
|
|
24
|
-
abbr:where([title]) {
|
|
25
|
-
-webkit-text-decoration: underline dotted;
|
|
26
|
-
text-decoration: underline dotted;
|
|
27
|
-
}
|
|
28
|
-
h1, h2, h3, h4, h5, h6 {
|
|
29
|
-
font-size: inherit;
|
|
30
|
-
font-weight: inherit;
|
|
31
|
-
}
|
|
32
|
-
a {
|
|
33
|
-
color: inherit;
|
|
34
|
-
-webkit-text-decoration: inherit;
|
|
35
|
-
text-decoration: inherit;
|
|
36
|
-
}
|
|
37
|
-
b, strong {
|
|
38
|
-
font-weight: bolder;
|
|
39
|
-
}
|
|
40
|
-
code, kbd, samp, pre {
|
|
41
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
|
|
42
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
43
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
44
|
-
font-size: 1em;
|
|
45
|
-
}
|
|
46
|
-
small {
|
|
47
|
-
font-size: 80%;
|
|
48
|
-
}
|
|
49
|
-
sub, sup {
|
|
50
|
-
font-size: 75%;
|
|
51
|
-
line-height: 0;
|
|
52
|
-
position: relative;
|
|
53
|
-
vertical-align: baseline;
|
|
54
|
-
}
|
|
55
|
-
sub {
|
|
56
|
-
bottom: -0.25em;
|
|
57
|
-
}
|
|
58
|
-
sup {
|
|
59
|
-
top: -0.5em;
|
|
60
|
-
}
|
|
61
|
-
table {
|
|
62
|
-
text-indent: 0;
|
|
63
|
-
border-color: inherit;
|
|
64
|
-
border-collapse: collapse;
|
|
65
|
-
}
|
|
66
|
-
:-moz-focusring {
|
|
67
|
-
outline: auto;
|
|
68
|
-
}
|
|
69
|
-
progress {
|
|
70
|
-
vertical-align: baseline;
|
|
71
|
-
}
|
|
72
|
-
summary {
|
|
73
|
-
display: list-item;
|
|
74
|
-
}
|
|
75
|
-
ol, ul, menu {
|
|
76
|
-
list-style: none;
|
|
77
|
-
}
|
|
78
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
79
|
-
display: block;
|
|
80
|
-
vertical-align: middle;
|
|
81
|
-
}
|
|
82
|
-
img, video {
|
|
83
|
-
max-width: 100%;
|
|
84
|
-
height: auto;
|
|
85
|
-
}
|
|
86
|
-
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
87
|
-
font: inherit;
|
|
88
|
-
font-feature-settings: inherit;
|
|
89
|
-
font-variation-settings: inherit;
|
|
90
|
-
letter-spacing: inherit;
|
|
91
|
-
color: inherit;
|
|
92
|
-
border-radius: 0;
|
|
93
|
-
background-color: transparent;
|
|
94
|
-
opacity: 1;
|
|
95
|
-
}
|
|
96
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
97
|
-
font-weight: bolder;
|
|
98
|
-
}
|
|
99
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
100
|
-
padding-inline-start: 20px;
|
|
101
|
-
}
|
|
102
|
-
::file-selector-button {
|
|
103
|
-
margin-inline-end: 4px;
|
|
104
|
-
}
|
|
105
|
-
::placeholder {
|
|
106
|
-
opacity: 1;
|
|
107
|
-
}
|
|
108
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
109
|
-
::placeholder {
|
|
110
|
-
color: currentcolor;
|
|
111
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
112
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
textarea {
|
|
117
|
-
resize: vertical;
|
|
118
|
-
}
|
|
119
|
-
::-webkit-search-decoration {
|
|
120
|
-
-webkit-appearance: none;
|
|
121
|
-
}
|
|
122
|
-
::-webkit-date-and-time-value {
|
|
123
|
-
min-height: 1lh;
|
|
124
|
-
text-align: inherit;
|
|
125
|
-
}
|
|
126
|
-
::-webkit-datetime-edit {
|
|
127
|
-
display: inline-flex;
|
|
128
|
-
}
|
|
129
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
130
|
-
padding: 0;
|
|
131
|
-
}
|
|
132
|
-
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
133
|
-
padding-block: 0;
|
|
134
|
-
}
|
|
135
|
-
::-webkit-calendar-picker-indicator {
|
|
136
|
-
line-height: 1;
|
|
137
|
-
}
|
|
138
|
-
:-moz-ui-invalid {
|
|
139
|
-
box-shadow: none;
|
|
140
|
-
}
|
|
141
|
-
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
|
|
142
|
-
appearance: button;
|
|
143
|
-
}
|
|
144
|
-
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
145
|
-
height: auto;
|
|
146
|
-
}
|
|
147
|
-
[hidden]:where(:not([hidden='until-found'])) {
|
|
148
|
-
display: none !important;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
3
|
@layer theme, base, components, utilities;
|
|
152
4
|
@layer theme {
|
|
153
5
|
:root, :host {
|
|
154
|
-
--font-sans: ui-sans-serif, system-ui, sans-serif,
|
|
155
|
-
|
|
156
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
157
|
-
|
|
6
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
7
|
+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
|
+
"Courier New", monospace;
|
|
158
10
|
--color-red-50: oklch(97.1% 0.013 17.38);
|
|
159
11
|
--color-red-100: oklch(93.6% 0.032 17.717);
|
|
160
12
|
--color-red-200: oklch(88.5% 0.062 18.334);
|
|
@@ -550,6 +402,154 @@
|
|
|
550
402
|
--color-gradient-human-end: var(--color-gradient-human-end);
|
|
551
403
|
}
|
|
552
404
|
}
|
|
405
|
+
@layer base {
|
|
406
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
407
|
+
box-sizing: border-box;
|
|
408
|
+
margin: 0;
|
|
409
|
+
padding: 0;
|
|
410
|
+
border: 0 solid;
|
|
411
|
+
}
|
|
412
|
+
html, :host {
|
|
413
|
+
line-height: 1.5;
|
|
414
|
+
-webkit-text-size-adjust: 100%;
|
|
415
|
+
tab-size: 4;
|
|
416
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
417
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
418
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
419
|
+
-webkit-tap-highlight-color: transparent;
|
|
420
|
+
}
|
|
421
|
+
hr {
|
|
422
|
+
height: 0;
|
|
423
|
+
color: inherit;
|
|
424
|
+
border-top-width: 1px;
|
|
425
|
+
}
|
|
426
|
+
abbr:where([title]) {
|
|
427
|
+
-webkit-text-decoration: underline dotted;
|
|
428
|
+
text-decoration: underline dotted;
|
|
429
|
+
}
|
|
430
|
+
h1, h2, h3, h4, h5, h6 {
|
|
431
|
+
font-size: inherit;
|
|
432
|
+
font-weight: inherit;
|
|
433
|
+
}
|
|
434
|
+
a {
|
|
435
|
+
color: inherit;
|
|
436
|
+
-webkit-text-decoration: inherit;
|
|
437
|
+
text-decoration: inherit;
|
|
438
|
+
}
|
|
439
|
+
b, strong {
|
|
440
|
+
font-weight: bolder;
|
|
441
|
+
}
|
|
442
|
+
code, kbd, samp, pre {
|
|
443
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
444
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
445
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
446
|
+
font-size: 1em;
|
|
447
|
+
}
|
|
448
|
+
small {
|
|
449
|
+
font-size: 80%;
|
|
450
|
+
}
|
|
451
|
+
sub, sup {
|
|
452
|
+
font-size: 75%;
|
|
453
|
+
line-height: 0;
|
|
454
|
+
position: relative;
|
|
455
|
+
vertical-align: baseline;
|
|
456
|
+
}
|
|
457
|
+
sub {
|
|
458
|
+
bottom: -0.25em;
|
|
459
|
+
}
|
|
460
|
+
sup {
|
|
461
|
+
top: -0.5em;
|
|
462
|
+
}
|
|
463
|
+
table {
|
|
464
|
+
text-indent: 0;
|
|
465
|
+
border-color: inherit;
|
|
466
|
+
border-collapse: collapse;
|
|
467
|
+
}
|
|
468
|
+
:-moz-focusring {
|
|
469
|
+
outline: auto;
|
|
470
|
+
}
|
|
471
|
+
progress {
|
|
472
|
+
vertical-align: baseline;
|
|
473
|
+
}
|
|
474
|
+
summary {
|
|
475
|
+
display: list-item;
|
|
476
|
+
}
|
|
477
|
+
ol, ul, menu {
|
|
478
|
+
list-style: none;
|
|
479
|
+
}
|
|
480
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
481
|
+
display: block;
|
|
482
|
+
vertical-align: middle;
|
|
483
|
+
}
|
|
484
|
+
img, video {
|
|
485
|
+
max-width: 100%;
|
|
486
|
+
height: auto;
|
|
487
|
+
}
|
|
488
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
489
|
+
font: inherit;
|
|
490
|
+
font-feature-settings: inherit;
|
|
491
|
+
font-variation-settings: inherit;
|
|
492
|
+
letter-spacing: inherit;
|
|
493
|
+
color: inherit;
|
|
494
|
+
border-radius: 0;
|
|
495
|
+
background-color: transparent;
|
|
496
|
+
opacity: 1;
|
|
497
|
+
}
|
|
498
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
499
|
+
font-weight: bolder;
|
|
500
|
+
}
|
|
501
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
502
|
+
padding-inline-start: 20px;
|
|
503
|
+
}
|
|
504
|
+
::file-selector-button {
|
|
505
|
+
margin-inline-end: 4px;
|
|
506
|
+
}
|
|
507
|
+
::placeholder {
|
|
508
|
+
opacity: 1;
|
|
509
|
+
}
|
|
510
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
511
|
+
::placeholder {
|
|
512
|
+
color: currentcolor;
|
|
513
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
514
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
textarea {
|
|
519
|
+
resize: vertical;
|
|
520
|
+
}
|
|
521
|
+
::-webkit-search-decoration {
|
|
522
|
+
-webkit-appearance: none;
|
|
523
|
+
}
|
|
524
|
+
::-webkit-date-and-time-value {
|
|
525
|
+
min-height: 1lh;
|
|
526
|
+
text-align: inherit;
|
|
527
|
+
}
|
|
528
|
+
::-webkit-datetime-edit {
|
|
529
|
+
display: inline-flex;
|
|
530
|
+
}
|
|
531
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
532
|
+
padding: 0;
|
|
533
|
+
}
|
|
534
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
535
|
+
padding-block: 0;
|
|
536
|
+
}
|
|
537
|
+
::-webkit-calendar-picker-indicator {
|
|
538
|
+
line-height: 1;
|
|
539
|
+
}
|
|
540
|
+
:-moz-ui-invalid {
|
|
541
|
+
box-shadow: none;
|
|
542
|
+
}
|
|
543
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
544
|
+
appearance: button;
|
|
545
|
+
}
|
|
546
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
547
|
+
height: auto;
|
|
548
|
+
}
|
|
549
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
550
|
+
display: none !important;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
553
|
@layer utilities {
|
|
554
554
|
.pointer-events-none {
|
|
555
555
|
pointer-events: none;
|
|
@@ -7948,6 +7948,10 @@ body.light-hc {
|
|
|
7948
7948
|
--input: var(--ap-wind-border);
|
|
7949
7949
|
}
|
|
7950
7950
|
@layer base {
|
|
7951
|
+
*, ::after, ::before {
|
|
7952
|
+
margin: revert;
|
|
7953
|
+
padding: revert;
|
|
7954
|
+
}
|
|
7951
7955
|
* {
|
|
7952
7956
|
border-color: var(--color-border-de-emp);
|
|
7953
7957
|
}
|
package/dist/tailwind.css
CHANGED
|
@@ -1,21 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Apollo Wind - Tailwind CSS
|
|
2
|
+
* Apollo Wind - Complete Tailwind CSS with Design System Theme
|
|
3
3
|
*
|
|
4
|
-
* This file
|
|
5
|
-
*
|
|
4
|
+
* This file imports Tailwind CSS and applies the Apollo Wind design system theme
|
|
5
|
+
* using colors from @uipath/apollo-core.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
* import '@uipath/apollo-wind/tailwind.css'
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
* @import "tailwindcss";
|
|
12
|
-
*
|
|
13
|
-
* Note: Add your own @source directive to scan your project files.
|
|
10
|
+
* Note: Add your own @source directive to scan your project files:
|
|
14
11
|
*/
|
|
15
12
|
|
|
16
|
-
@
|
|
17
|
-
@import "tailwindcss/theme.css" layer(theme);
|
|
18
|
-
@import "tailwindcss/utilities.css" layer(utilities);
|
|
13
|
+
@import "tailwindcss";
|
|
19
14
|
@import "@uipath/apollo-core/tokens/css/theme-variables.css";
|
|
20
15
|
|
|
21
16
|
:root {
|
|
@@ -1017,6 +1012,13 @@ body.light-hc {
|
|
|
1017
1012
|
}
|
|
1018
1013
|
|
|
1019
1014
|
@layer base {
|
|
1015
|
+
*,
|
|
1016
|
+
::after,
|
|
1017
|
+
::before {
|
|
1018
|
+
margin: revert;
|
|
1019
|
+
padding: revert;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1020
1022
|
* {
|
|
1021
1023
|
border-color: var(--color-border-de-emp);
|
|
1022
1024
|
}
|