@economic/taco 1.1.5-alpha.102 → 1.1.5-alpha.127
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/Accordion/Accordion.stories.d.ts +26 -0
- package/dist/components/Backdrop/Backdrop.stories.d.ts +7 -0
- package/dist/components/Badge/Badge.stories.d.ts +15 -0
- package/dist/components/Banner/Banner.stories.d.ts +23 -0
- package/dist/components/Button/Button.stories.d.ts +69 -0
- package/dist/components/Calendar/Calendar.d.ts +3 -1
- package/dist/components/Calendar/Calendar.stories.d.ts +13 -0
- package/dist/components/Card/Card.stories.d.ts +12 -0
- package/dist/components/Datepicker/Datepicker.stories.d.ts +43 -0
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +54 -0
- package/dist/components/Field/Field.stories.d.ts +14 -0
- package/dist/components/Form/Form.stories.d.ts +14 -0
- package/dist/components/Group/Group.d.ts +11 -1
- package/dist/components/Group/Group.stories.d.ts +23 -0
- package/dist/components/Hanger/Hanger.stories.d.ts +11 -0
- package/dist/components/HoverCard/HoverCard.stories.d.ts +28 -0
- package/dist/components/Icon/Icon.stories.d.ts +24 -0
- package/dist/components/Icon/components/ChevronLeftSolid.d.ts +3 -0
- package/dist/components/Icon/components/ChevronRightSolid.d.ts +3 -0
- package/dist/components/Icon/components/index.d.ts +1 -1
- package/dist/components/IconButton/IconButton.stories.d.ts +45 -0
- package/dist/components/Input/Input.d.ts +1 -1
- package/dist/components/Input/Input.stories.d.ts +43 -0
- package/dist/components/Listbox/Listbox.stories.d.ts +44 -0
- package/dist/components/Menu/Menu.d.ts +2 -2
- package/dist/components/Menu/Menu.stories.d.ts +93 -0
- package/dist/components/Menu/components/Item.d.ts +1 -1
- package/dist/components/Menu/components/Link.d.ts +1 -1
- package/dist/components/Navigation/Navigation.stories.d.ts +7 -0
- package/dist/components/Pagination/Pagination.stories.d.ts +28 -0
- package/dist/components/Popover/Popover.stories.d.ts +14 -0
- package/dist/components/Progress/Progress.stories.d.ts +8 -0
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +49 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +41 -0
- package/dist/components/Select/Select.stories.d.ts +35 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +15 -0
- package/dist/components/Table/Table.stories.d.ts +32 -0
- package/dist/components/Table/util/rowIndexPath.d.ts +2 -2
- package/dist/components/Tabs/Tabs.stories.d.ts +19 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +40 -0
- package/dist/components/Toast/Toast.d.ts +2 -2
- package/dist/components/Toast/Toast.stories.d.ts +12 -0
- package/dist/components/Toast/Toaster.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.stories.d.ts +25 -0
- package/dist/components/Tour/Tour.stories.d.ts +11 -0
- package/dist/css/Typography.stories.d.ts +6 -0
- package/dist/esm/components/Badge/Badge.js +1 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.js +4 -11
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +12 -13
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js +39 -58
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Field/Field.js +10 -12
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Form/Form.js +6 -8
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Group/Group.js +9 -8
- package/dist/esm/components/Group/Group.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js +27 -35
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/HoverCard/HoverCard.js +8 -9
- package/dist/esm/components/HoverCard/HoverCard.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +7 -8
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Icon/components/ChevronLeftSolid.js +20 -0
- package/dist/esm/components/Icon/components/ChevronLeftSolid.js.map +1 -0
- package/dist/esm/components/Icon/components/ChevronRightSolid.js +20 -0
- package/dist/esm/components/Icon/components/ChevronRightSolid.js.map +1 -0
- package/dist/esm/components/Icon/components/index.js +4 -0
- package/dist/esm/components/Icon/components/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js +9 -11
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js +25 -25
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js +24 -25
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js +2 -2
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +3 -2
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Listbox/useMultiListbox.js +7 -7
- package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -1
- package/dist/esm/components/Menu/Menu.js +16 -34
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/Menu/components/Content.js.map +1 -1
- package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -1
- package/dist/esm/components/Navigation/Navigation.js +36 -44
- package/dist/esm/components/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Pagination/PageNumbers.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.js +39 -56
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/usePaginationShortcuts.js +4 -5
- package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -1
- package/dist/esm/components/Popover/Popover.js +29 -34
- package/dist/esm/components/Popover/Popover.js.map +1 -1
- package/dist/esm/components/Popover/Primitives.js.map +1 -1
- package/dist/esm/components/Progress/Progress.js +11 -15
- package/dist/esm/components/Progress/Progress.js.map +1 -1
- package/dist/esm/components/Provider/Provider.js +13 -18
- package/dist/esm/components/Provider/Provider.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js +45 -57
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js +10 -12
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js +30 -31
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +6 -7
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Spinner/Spinner.js +12 -19
- package/dist/esm/components/Spinner/Spinner.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +9 -10
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js.map +1 -1
- package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js +2 -3
- package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTable.js +5 -1
- package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +18 -13
- package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
- package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -1
- package/dist/esm/components/Tabs/Tabs.js +25 -27
- package/dist/esm/components/Tabs/Tabs.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js +11 -9
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/esm/components/Toast/Toast.js +6 -1
- package/dist/esm/components/Toast/Toast.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js +88 -118
- package/dist/esm/components/Toast/Toaster.js.map +1 -1
- package/dist/esm/components/Toast/util.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +7 -8
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tour/Tour.js +46 -53
- package/dist/esm/components/Tour/Tour.js.map +1 -1
- package/dist/esm/components/Treeview/Treeview.js +26 -36
- package/dist/esm/components/Treeview/Treeview.js.map +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +1 -1
- package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/esm/index.css +623 -635
- package/dist/esm/index.js +1 -1
- package/dist/esm/primitives/Button.js.map +1 -1
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js +10 -11
- package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -1
- package/dist/esm/utils/input.js +1 -1
- package/dist/esm/utils/input.js.map +1 -1
- package/dist/index.css +623 -635
- package/dist/primitives/Button.d.ts +2 -1
- package/dist/taco.cjs.development.js +709 -783
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/dist/utils/hooks/useListKeyboardNavigation.d.ts +1 -1
- package/package.json +5 -6
- package/types.json +18 -4
package/dist/index.css
CHANGED
@@ -1,181 +1,181 @@
|
|
1
|
-
@tailwind base;
|
2
|
-
@tailwind components;
|
3
|
-
@tailwind utilities;
|
4
|
-
|
5
|
-
@layer base {
|
6
|
-
*,
|
7
|
-
*::before,
|
8
|
-
*::after {
|
9
|
-
box-sizing: border-box;
|
10
|
-
}
|
11
|
-
|
12
|
-
html {
|
13
|
-
@apply font-display h-screen;
|
14
|
-
-moz-osx-font-smoothing: grayscale;
|
15
|
-
-webkit-font-smoothing: antialiased;
|
16
|
-
}
|
17
|
-
|
18
|
-
body {
|
19
|
-
@apply h-screen bg-white text-sm leading-5 text-black;
|
20
|
-
}
|
21
|
-
|
22
|
-
blockquote,
|
23
|
-
dl,
|
24
|
-
dd,
|
25
|
-
hr,
|
26
|
-
figure,
|
27
|
-
p,
|
28
|
-
pre,
|
29
|
-
ol,
|
30
|
-
ul,
|
31
|
-
h1,
|
32
|
-
h2,
|
33
|
-
h3,
|
34
|
-
h4,
|
35
|
-
h5,
|
36
|
-
h6 {
|
37
|
-
max-width: 100ch;
|
38
|
-
}
|
39
|
-
|
40
|
-
blockquote,
|
41
|
-
dl,
|
42
|
-
dd,
|
43
|
-
hr,
|
44
|
-
figure,
|
45
|
-
p,
|
46
|
-
pre,
|
47
|
-
ol,
|
48
|
-
ul {
|
49
|
-
@apply mb-10;
|
50
|
-
}
|
51
|
-
|
52
|
-
ol ol,
|
53
|
-
ul ul,
|
54
|
-
ol ul,
|
55
|
-
ul ol {
|
56
|
-
@apply mb-0;
|
57
|
-
}
|
58
|
-
|
59
|
-
ul.list-disc,
|
60
|
-
ul.list-decimal,
|
61
|
-
ul.list-circle,
|
62
|
-
ol.list-disc,
|
63
|
-
ol.list-decimal,
|
64
|
-
ol.list-circle {
|
65
|
-
@apply pl-4;
|
66
|
-
}
|
67
|
-
|
68
|
-
dt {
|
69
|
-
@apply font-bold;
|
70
|
-
}
|
71
|
-
|
72
|
-
blockquote {
|
73
|
-
@apply pl-8;
|
74
|
-
}
|
75
|
-
|
76
|
-
hr {
|
77
|
-
@apply bg-grey-light my-5 flex h-px border-none;
|
78
|
-
}
|
79
|
-
|
80
|
-
h1,
|
81
|
-
h2,
|
82
|
-
h3,
|
83
|
-
h4,
|
84
|
-
h5,
|
85
|
-
h6 {
|
86
|
-
@apply font-normal;
|
87
|
-
}
|
88
|
-
|
89
|
-
h1 {
|
90
|
-
@apply mb-5 text-3xl;
|
91
|
-
}
|
92
|
-
|
93
|
-
h2 {
|
94
|
-
@apply mb-2 text-2xl;
|
95
|
-
}
|
96
|
-
|
97
|
-
h3 {
|
98
|
-
@apply mb-2 text-xl;
|
99
|
-
}
|
100
|
-
|
101
|
-
h4 {
|
102
|
-
@apply mb-1 text-base font-bold;
|
103
|
-
}
|
104
|
-
|
105
|
-
h5 {
|
106
|
-
@apply mb-1 text-sm font-bold;
|
107
|
-
}
|
108
|
-
|
109
|
-
h6 {
|
110
|
-
@apply mb-1 text-xs font-bold;
|
111
|
-
}
|
112
|
-
|
113
|
-
b,
|
114
|
-
strong {
|
115
|
-
@apply font-bold;
|
116
|
-
}
|
117
|
-
|
118
|
-
a {
|
119
|
-
@apply text-blue no-underline;
|
120
|
-
}
|
121
|
-
|
122
|
-
a:hover,
|
123
|
-
a:focus {
|
124
|
-
@apply text-blue-light;
|
125
|
-
}
|
126
|
-
|
127
|
-
a:active {
|
128
|
-
@apply text-blue-dark;
|
129
|
-
}
|
130
|
-
|
131
|
-
button::-moz-focus-inner {
|
132
|
-
@apply border-none;
|
133
|
-
}
|
134
|
-
|
135
|
-
input[type='search']::-webkit-search-decoration,
|
136
|
-
input[type='search']::-webkit-search-cancel-button,
|
137
|
-
input[type='search']::-webkit-search-results-button,
|
138
|
-
input[type='search']::-webkit-search-results-decoration {
|
139
|
-
-
|
140
|
-
}
|
141
|
-
|
142
|
-
table.yt-table {
|
143
|
-
@apply focus:yt-focus flex flex-col focus:rounded-sm;
|
144
|
-
}
|
145
|
-
table.yt-table thead.yt-table__head tr.yt-table__row {
|
146
|
-
@apply border-grey-light flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold;
|
147
|
-
}
|
148
|
-
|
149
|
-
table.yt-table thead.yt-table__head tr.yt-table__row th.yt-table__cell {
|
150
|
-
@apply text-grey-darkest flex flex-1 justify-center truncate p-2 text-center align-middle hover:text-black;
|
151
|
-
}
|
152
|
-
|
153
|
-
table.yt-table tbody.yt-table__body tr.yt-table__row {
|
154
|
-
@apply border-grey-light hover:bg-grey-light flex min-h-[2.5rem] border-b;
|
155
|
-
}
|
156
|
-
|
157
|
-
table.yt-table tbody.yt-table__body tr.yt-table__row td.yt-table__cell {
|
158
|
-
@apply flex-1 truncate p-2 text-center align-middle;
|
159
|
-
}
|
160
|
-
|
161
|
-
[data-radix-portal][aria-hidden] [data-taco='menu'],
|
162
|
-
[data-radix-portal][aria-hidden] [data-taco='hanger'] {
|
163
|
-
display: none;
|
164
|
-
opacity: 0;
|
165
|
-
}
|
166
|
-
|
167
|
-
@keyframes fade-in {
|
168
|
-
from {
|
169
|
-
@apply opacity-0;
|
170
|
-
}
|
171
|
-
to {
|
172
|
-
@apply opacity-100;
|
173
|
-
}
|
174
|
-
}
|
175
|
-
}
|
1
|
+
@tailwind base;
|
2
|
+
@tailwind components;
|
3
|
+
@tailwind utilities;
|
4
|
+
|
5
|
+
@layer base {
|
6
|
+
*,
|
7
|
+
*::before,
|
8
|
+
*::after {
|
9
|
+
box-sizing: border-box;
|
10
|
+
}
|
11
|
+
|
12
|
+
html {
|
13
|
+
@apply font-display h-screen;
|
14
|
+
-moz-osx-font-smoothing: grayscale;
|
15
|
+
-webkit-font-smoothing: antialiased;
|
16
|
+
}
|
17
|
+
|
18
|
+
body {
|
19
|
+
@apply h-screen bg-white text-sm leading-5 text-black;
|
20
|
+
}
|
21
|
+
|
22
|
+
blockquote,
|
23
|
+
dl,
|
24
|
+
dd,
|
25
|
+
hr,
|
26
|
+
figure,
|
27
|
+
p,
|
28
|
+
pre,
|
29
|
+
ol,
|
30
|
+
ul,
|
31
|
+
h1,
|
32
|
+
h2,
|
33
|
+
h3,
|
34
|
+
h4,
|
35
|
+
h5,
|
36
|
+
h6 {
|
37
|
+
max-width: 100ch;
|
38
|
+
}
|
39
|
+
|
40
|
+
blockquote,
|
41
|
+
dl,
|
42
|
+
dd,
|
43
|
+
hr,
|
44
|
+
figure,
|
45
|
+
p,
|
46
|
+
pre,
|
47
|
+
ol,
|
48
|
+
ul {
|
49
|
+
@apply mb-10;
|
50
|
+
}
|
51
|
+
|
52
|
+
ol ol,
|
53
|
+
ul ul,
|
54
|
+
ol ul,
|
55
|
+
ul ol {
|
56
|
+
@apply mb-0;
|
57
|
+
}
|
58
|
+
|
59
|
+
ul.list-disc,
|
60
|
+
ul.list-decimal,
|
61
|
+
ul.list-circle,
|
62
|
+
ol.list-disc,
|
63
|
+
ol.list-decimal,
|
64
|
+
ol.list-circle {
|
65
|
+
@apply pl-4;
|
66
|
+
}
|
67
|
+
|
68
|
+
dt {
|
69
|
+
@apply font-bold;
|
70
|
+
}
|
71
|
+
|
72
|
+
blockquote {
|
73
|
+
@apply pl-8;
|
74
|
+
}
|
75
|
+
|
76
|
+
hr {
|
77
|
+
@apply bg-grey-light my-5 flex h-px border-none;
|
78
|
+
}
|
79
|
+
|
80
|
+
h1,
|
81
|
+
h2,
|
82
|
+
h3,
|
83
|
+
h4,
|
84
|
+
h5,
|
85
|
+
h6 {
|
86
|
+
@apply font-normal;
|
87
|
+
}
|
88
|
+
|
89
|
+
h1 {
|
90
|
+
@apply mb-5 text-3xl;
|
91
|
+
}
|
92
|
+
|
93
|
+
h2 {
|
94
|
+
@apply mb-2 text-2xl;
|
95
|
+
}
|
96
|
+
|
97
|
+
h3 {
|
98
|
+
@apply mb-2 text-xl;
|
99
|
+
}
|
100
|
+
|
101
|
+
h4 {
|
102
|
+
@apply mb-1 text-base font-bold;
|
103
|
+
}
|
104
|
+
|
105
|
+
h5 {
|
106
|
+
@apply mb-1 text-sm font-bold;
|
107
|
+
}
|
108
|
+
|
109
|
+
h6 {
|
110
|
+
@apply mb-1 text-xs font-bold;
|
111
|
+
}
|
112
|
+
|
113
|
+
b,
|
114
|
+
strong {
|
115
|
+
@apply font-bold;
|
116
|
+
}
|
117
|
+
|
118
|
+
a {
|
119
|
+
@apply text-blue no-underline;
|
120
|
+
}
|
121
|
+
|
122
|
+
a:hover,
|
123
|
+
a:focus {
|
124
|
+
@apply text-blue-light;
|
125
|
+
}
|
126
|
+
|
127
|
+
a:active {
|
128
|
+
@apply text-blue-dark;
|
129
|
+
}
|
130
|
+
|
131
|
+
button::-moz-focus-inner {
|
132
|
+
@apply border-none;
|
133
|
+
}
|
134
|
+
|
135
|
+
input[type='search']::-webkit-search-decoration,
|
136
|
+
input[type='search']::-webkit-search-cancel-button,
|
137
|
+
input[type='search']::-webkit-search-results-button,
|
138
|
+
input[type='search']::-webkit-search-results-decoration {
|
139
|
+
@apply cursor-pointer;
|
140
|
+
}
|
141
|
+
|
142
|
+
table.yt-table {
|
143
|
+
@apply focus:yt-focus flex flex-col focus:rounded-sm;
|
144
|
+
}
|
145
|
+
table.yt-table thead.yt-table__head tr.yt-table__row {
|
146
|
+
@apply border-grey-light flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold;
|
147
|
+
}
|
148
|
+
|
149
|
+
table.yt-table thead.yt-table__head tr.yt-table__row th.yt-table__cell {
|
150
|
+
@apply text-grey-darkest flex flex-1 justify-center truncate p-2 text-center align-middle hover:text-black;
|
151
|
+
}
|
152
|
+
|
153
|
+
table.yt-table tbody.yt-table__body tr.yt-table__row {
|
154
|
+
@apply border-grey-light hover:bg-grey-light flex min-h-[2.5rem] border-b;
|
155
|
+
}
|
156
|
+
|
157
|
+
table.yt-table tbody.yt-table__body tr.yt-table__row td.yt-table__cell {
|
158
|
+
@apply flex-1 truncate p-2 text-center align-middle;
|
159
|
+
}
|
160
|
+
|
161
|
+
[data-radix-portal][aria-hidden] [data-taco='menu'],
|
162
|
+
[data-radix-portal][aria-hidden] [data-taco='hanger'] {
|
163
|
+
display: none;
|
164
|
+
opacity: 0;
|
165
|
+
}
|
166
|
+
|
167
|
+
@keyframes fade-in {
|
168
|
+
from {
|
169
|
+
@apply opacity-0;
|
170
|
+
}
|
171
|
+
to {
|
172
|
+
@apply opacity-100;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
176
|
|
177
177
|
[data-taco='badge'] > [data-taco='spinner'] {
|
178
|
-
@apply h-3 w-3
|
178
|
+
@apply ml-2 h-3 w-3;
|
179
179
|
}
|
180
180
|
|
181
181
|
[data-taco='badge'] > [data-taco='spinner'] svg circle {
|
@@ -186,476 +186,464 @@
|
|
186
186
|
@apply max-h-full p-0;
|
187
187
|
}
|
188
188
|
|
189
|
-
[data-taco='button'] > [data-taco='icon'] {
|
190
|
-
@apply pointer-events-none -ml-2 -mt-2 -mb-2 inline p-px;
|
191
|
-
}
|
192
|
-
|
193
|
-
[data-taco='button'] > * + [data-taco='icon'] {
|
194
|
-
@apply -mr-2 ml-0;
|
195
|
-
}
|
189
|
+
[data-taco='button'] > [data-taco='icon'] {
|
190
|
+
@apply pointer-events-none -ml-2 -mt-2 -mb-2 inline p-px;
|
191
|
+
}
|
196
192
|
|
197
|
-
[data-taco='
|
198
|
-
@apply
|
199
|
-
|
200
|
-
stroke-width: 10px;
|
201
|
-
animation: spinnerAnimation 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite both;
|
202
|
-
transform-origin: 50% 50%;
|
203
|
-
stroke-linecap: round;
|
204
|
-
stroke-dasharray: 282.743343;
|
205
|
-
stroke-dashoffset: 67.85840232;
|
206
|
-
stroke: theme('colors.blue.DEFAULT');
|
207
|
-
}
|
208
|
-
|
209
|
-
@keyframes spinnerAnimation {
|
210
|
-
0% {
|
211
|
-
stroke-dashoffset: 237.50440812;
|
212
|
-
transform: rotate(0);
|
213
|
-
}
|
214
|
-
50% {
|
215
|
-
stroke-dashoffset: 67.85840232;
|
216
|
-
transform: rotate(45deg);
|
217
|
-
}
|
218
|
-
100% {
|
219
|
-
stroke-dashoffset: 237.50440812;
|
220
|
-
transform: rotate(1turn);
|
221
|
-
}
|
222
|
-
}
|
223
|
-
|
224
|
-
@keyframes spinnerRotation {
|
225
|
-
0% {
|
226
|
-
transform: rotate(0deg);
|
227
|
-
}
|
228
|
-
100% {
|
229
|
-
transform: rotate(1turn);
|
230
|
-
}
|
231
|
-
}
|
232
|
-
|
233
|
-
.yt-grey-solid [data-taco='spinner'] svg circle,
|
234
|
-
.yt-yellow-solid [data-taco='spinner'] svg circle {
|
235
|
-
stroke: theme('colors.grey.darkest');
|
236
|
-
}
|
237
|
-
|
238
|
-
.yt-blue-solid [data-taco='spinner'] svg circle,
|
239
|
-
.yt-green-solid [data-taco='spinner'] svg circle,
|
240
|
-
.yt-red-solid [data-taco='spinner'] svg circle {
|
241
|
-
stroke: theme('colors.white');
|
242
|
-
}
|
243
|
-
|
244
|
-
.yt-blue-inverted svg circle {
|
245
|
-
stroke: theme('colors.blue.DEFAULT');
|
246
|
-
}
|
247
|
-
|
248
|
-
.yt-yellow-inverted svg circle {
|
249
|
-
stroke: theme('colors.yellow.DEFAULT');
|
250
|
-
}
|
251
|
-
|
252
|
-
.yt-red-inverted svg circle {
|
253
|
-
stroke: theme('colors.red.DEFAULT');
|
254
|
-
}
|
255
|
-
|
256
|
-
.yt-green-inverted svg circle {
|
257
|
-
stroke: theme('colors.green.DEFAULT');
|
258
|
-
}
|
259
|
-
|
260
|
-
.yt-grey-inverted svg circle {
|
261
|
-
stroke: theme('colors.grey.darkest');
|
262
|
-
}
|
193
|
+
[data-taco='button'] > * + [data-taco='icon'] {
|
194
|
+
@apply -mr-2 ml-0;
|
195
|
+
}
|
263
196
|
|
264
|
-
[data-taco='
|
265
|
-
@apply
|
266
|
-
|
197
|
+
[data-taco='spinner'] svg circle {
|
198
|
+
@apply flex;
|
199
|
+
fill: transparent;
|
200
|
+
stroke-width: 10px;
|
201
|
+
animation: spinnerAnimation 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite both;
|
202
|
+
transform-origin: 50% 50%;
|
203
|
+
stroke-linecap: round;
|
204
|
+
stroke-dasharray: 282.743343;
|
205
|
+
stroke-dashoffset: 67.85840232;
|
206
|
+
stroke: theme('colors.blue.DEFAULT');
|
207
|
+
}
|
267
208
|
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
}
|
283
|
-
|
284
|
-
[data-taco='calendar'] .DayPicker-WeekdaysRow {
|
285
|
-
@apply flex w-full justify-between;
|
286
|
-
}
|
287
|
-
|
288
|
-
[data-taco='calendar'] .DayPicker-Weekday {
|
289
|
-
@apply text-grey-darkest flex-grow text-center uppercase;
|
290
|
-
}
|
291
|
-
|
292
|
-
[data-taco='calendar'] .DayPicker-Weekday abbr[title] {
|
293
|
-
@apply no-underline;
|
294
|
-
}
|
295
|
-
|
296
|
-
[data-taco='calendar'] .DayPicker-Body {
|
297
|
-
@apply flex flex-col;
|
298
|
-
}
|
299
|
-
|
300
|
-
[data-taco='calendar'] .DayPicker-Week {
|
301
|
-
@apply flex w-full justify-between;
|
302
|
-
}
|
303
|
-
|
304
|
-
[data-taco='calendar'] .DayPicker-Day {
|
305
|
-
@apply flex h-10 w-10 cursor-pointer items-center justify-center rounded-full;
|
306
|
-
}
|
307
|
-
|
308
|
-
[data-taco='calendar'] .DayPicker--interactionDisabled .DayPicker-Day {
|
309
|
-
@apply cursor-default;
|
310
|
-
}
|
311
|
-
|
312
|
-
[data-taco='calendar'] .DayPicker-Footer {
|
313
|
-
@apply pt-2 text-center;
|
314
|
-
}
|
315
|
-
|
316
|
-
[data-taco='calendar'] .DayPicker-TodayButton {
|
317
|
-
@apply text-blue cursor-pointer border-none bg-transparent text-xs;
|
318
|
-
}
|
319
|
-
|
320
|
-
[data-taco='calendar'] .DayPicker-TodayButton:hover {
|
321
|
-
@apply text-blue-light;
|
322
|
-
}
|
323
|
-
|
324
|
-
/* Default modifiers */
|
325
|
-
|
326
|
-
[data-taco='calendar'] .DayPicker-Day--today {
|
327
|
-
@apply text-blue font-bold;
|
328
|
-
}
|
329
|
-
|
330
|
-
[data-taco='calendar'] .DayPicker-Day--outside {
|
331
|
-
@apply text-grey-dark cursor-default;
|
332
|
-
}
|
333
|
-
|
334
|
-
[data-taco='calendar'] .DayPicker-Day--disabled {
|
335
|
-
@apply text-grey-dark pointer-events-none w-4 cursor-default;
|
336
|
-
}
|
337
|
-
|
338
|
-
[data-taco='calendar'] .DayPicker-Day--disabled > span.dot {
|
339
|
-
@apply bg-grey inline-block rounded-full p-2;
|
340
|
-
}
|
341
|
-
|
342
|
-
[data-taco='calendar'] .icon:hover,
|
343
|
-
[data-taco='calendar']:not(.DayPicker--interactionDisabled)
|
344
|
-
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover,
|
345
|
-
[data-taco='calendar'] .DayPicker-Day--highlighted,
|
346
|
-
[data-taco='calendar'] .DayPicker-Day--selected {
|
347
|
-
@apply bg-grey-light text-black;
|
348
|
-
}
|
349
|
-
|
350
|
-
[data-taco='calendar'] .calendar-caption {
|
351
|
-
@apply font-semibold;
|
352
|
-
}
|
209
|
+
@keyframes spinnerAnimation {
|
210
|
+
0% {
|
211
|
+
stroke-dashoffset: 237.50440812;
|
212
|
+
transform: rotate(0);
|
213
|
+
}
|
214
|
+
50% {
|
215
|
+
stroke-dashoffset: 67.85840232;
|
216
|
+
transform: rotate(45deg);
|
217
|
+
}
|
218
|
+
100% {
|
219
|
+
stroke-dashoffset: 237.50440812;
|
220
|
+
transform: rotate(1turn);
|
221
|
+
}
|
222
|
+
}
|
353
223
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
}
|
361
|
-
|
362
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover {
|
363
|
-
@apply wcag-blue-light;
|
364
|
-
}
|
365
|
-
|
366
|
-
[data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
|
367
|
-
@apply wcag-blue-light;
|
368
|
-
}
|
369
|
-
|
370
|
-
[data-taco='scrollable-list'] li:focus,
|
371
|
-
[data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'],
|
372
|
-
[data-taco='scrollable-list'] li[data-focused='true'] {
|
373
|
-
@apply wcag-blue;
|
374
|
-
}
|
375
|
-
|
376
|
-
[data-taco='scrollable-list'] li:focus [data-taco='icon'],
|
377
|
-
[data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'] [data-taco='icon'],
|
378
|
-
[data-taco='scrollable-list'] li[data-focused='true'] [data-taco='icon'] {
|
379
|
-
@apply wcag-blue;
|
380
|
-
}
|
381
|
-
|
382
|
-
[data-taco='scrollable-list'][readonly] li {
|
383
|
-
@apply cursor-not-allowed;
|
384
|
-
}
|
385
|
-
|
386
|
-
[data-taco='scrollable-list'] li[disabled],
|
387
|
-
[data-taco='scrollable-list'][disabled] li[aria-selected='true'] {
|
388
|
-
@apply cursor-not-allowed text-black text-opacity-25;
|
389
|
-
}
|
390
|
-
|
391
|
-
[data-taco='scrollable-list'] li.yt-list__empty,
|
392
|
-
[data-taco='scrollable-list'] li.yt-list__empty:hover,
|
393
|
-
[data-taco='scrollable-list'] li.yt-list__empty:focus {
|
394
|
-
@apply text-grey-darkest flex w-full items-center overflow-hidden bg-white px-3 italic;
|
395
|
-
}
|
396
|
-
|
397
|
-
[data-taco='scrollable-list'] li.yt-list__empty [data-taco='spinner'] {
|
398
|
-
@apply mr-2 mt-2 h-5 w-5 opacity-75;
|
399
|
-
}
|
224
|
+
@keyframes spinnerRotation {
|
225
|
+
0% {
|
226
|
+
transform: rotate(0deg);
|
227
|
+
}
|
228
|
+
100% {
|
229
|
+
transform: rotate(1turn);
|
230
|
+
}
|
231
|
+
}
|
400
232
|
|
401
|
-
[data-taco='
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
[data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul,
|
406
|
-
[data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul:hover {
|
407
|
-
@apply border-blue;
|
408
|
-
}
|
233
|
+
.yt-grey-solid [data-taco='spinner'] svg circle,
|
234
|
+
.yt-yellow-solid [data-taco='spinner'] svg circle {
|
235
|
+
stroke: theme('colors.grey.darkest');
|
236
|
+
}
|
409
237
|
|
410
|
-
.yt-
|
411
|
-
.yt-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
height: 2px;
|
416
|
-
width: calc(100% - (2 * theme('spacing.1')));
|
417
|
-
}
|
418
|
-
|
419
|
-
.yt-dialog__drag::before {
|
420
|
-
top: 3px;
|
421
|
-
}
|
422
|
-
|
423
|
-
.yt-dialog__drag::after {
|
424
|
-
bottom: 3px;
|
425
|
-
}
|
238
|
+
.yt-blue-solid [data-taco='spinner'] svg circle,
|
239
|
+
.yt-green-solid [data-taco='spinner'] svg circle,
|
240
|
+
.yt-red-solid [data-taco='spinner'] svg circle {
|
241
|
+
stroke: theme('colors.white');
|
242
|
+
}
|
426
243
|
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
}
|
244
|
+
.yt-blue-inverted svg circle {
|
245
|
+
stroke: theme('colors.blue.DEFAULT');
|
246
|
+
}
|
431
247
|
|
432
|
-
.yt-
|
433
|
-
|
434
|
-
}
|
435
|
-
|
436
|
-
.yt-form.yt-form--horizontal > * {
|
437
|
-
@apply inline-flex;
|
438
|
-
}
|
439
|
-
|
440
|
-
.yt-form.yt-form--horizontal > [data-taco='button'] {
|
441
|
-
@apply mt-6;
|
442
|
-
}
|
248
|
+
.yt-yellow-inverted svg circle {
|
249
|
+
stroke: theme('colors.yellow.DEFAULT');
|
250
|
+
}
|
443
251
|
|
444
|
-
|
445
|
-
|
446
|
-
}
|
447
|
-
|
448
|
-
[data-taco='group'] > *:not(:first-child):not([data-taco='hanger']) {
|
449
|
-
@apply ml-2;
|
450
|
-
}
|
252
|
+
.yt-red-inverted svg circle {
|
253
|
+
stroke: theme('colors.red.DEFAULT');
|
254
|
+
}
|
451
255
|
|
452
|
-
|
453
|
-
|
454
|
-
}
|
455
|
-
|
456
|
-
[data-taco='hanger'] > *:last-child {
|
457
|
-
@apply mb-0;
|
458
|
-
}
|
256
|
+
.yt-green-inverted svg circle {
|
257
|
+
stroke: theme('colors.green.DEFAULT');
|
258
|
+
}
|
459
259
|
|
460
|
-
.yt-
|
461
|
-
|
462
|
-
|
463
|
-
}
|
464
|
-
|
465
|
-
.yt-navigation__item .yt-navigation__item__prefix [data-taco='icon'] {
|
466
|
-
@apply -mt-1 -mb-1 text-xs;
|
467
|
-
margin-left: -0.375rem;
|
468
|
-
margin-right: 0.15rem;
|
469
|
-
}
|
470
|
-
|
471
|
-
.yt-navigation__item:hover,
|
472
|
-
.yt-navigation__item:hover a,
|
473
|
-
.yt-navigation__item:hover .yt-navigation__item__postfix,
|
474
|
-
.yt-navigation__item--active,
|
475
|
-
.yt-navigation__item--active a,
|
476
|
-
.yt-navigation__item--active .yt-navigation__item__postfix {
|
477
|
-
@apply text-blue;
|
478
|
-
}
|
479
|
-
|
480
|
-
.yt-navigation__item--dropping,
|
481
|
-
.yt-navigation__item--dropping a,
|
482
|
-
.yt-navigation__item--dropping .yt-navigation__item__postfix {
|
483
|
-
@apply text-white;
|
484
|
-
}
|
485
|
-
|
486
|
-
.yt-navigation__item:hover .yt-navigation__item__postfix [data-taco='badge']:not(.h-2),
|
487
|
-
.yt-navigation__item--active .yt-navigation__item__postfix [data-taco='badge']:not(.h-2) {
|
488
|
-
@apply yt-blue-inverted;
|
489
|
-
}
|
490
|
-
|
491
|
-
.yt-navigation__item--dropping > * {
|
492
|
-
@apply pointer-events-none;
|
493
|
-
}
|
494
|
-
|
495
|
-
.yt-navigation__item--dropping .yt-navigation__item__postfix [data-taco='badge'] {
|
496
|
-
@apply border-white text-white;
|
497
|
-
}
|
260
|
+
.yt-grey-inverted svg circle {
|
261
|
+
stroke: theme('colors.grey.darkest');
|
262
|
+
}
|
498
263
|
|
499
|
-
|
500
|
-
|
501
|
-
}
|
502
|
-
|
503
|
-
@keyframes progress {
|
504
|
-
from {
|
505
|
-
width: 100%;
|
506
|
-
}
|
507
|
-
to {
|
508
|
-
width: 0%;
|
509
|
-
}
|
510
|
-
}
|
511
|
-
|
512
|
-
@keyframes progress-indeterminate {
|
513
|
-
0% {
|
514
|
-
margin-left: 0px;
|
515
|
-
margin-right: 100%;
|
516
|
-
}
|
517
|
-
50% {
|
518
|
-
margin-left: 25%;
|
519
|
-
margin-right: 0%;
|
520
|
-
}
|
521
|
-
100% {
|
522
|
-
margin-left: 100%;
|
523
|
-
margin-right: 0;
|
524
|
-
}
|
525
|
-
}
|
264
|
+
[data-taco='toast'] > div [data-taco='button'] {
|
265
|
+
@apply -mt-px py-0 px-2;
|
266
|
+
}
|
526
267
|
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
min-height: 2.5rem;
|
531
|
-
}
|
532
|
-
|
533
|
-
/* cells */
|
534
|
-
.yt-table__cell > [data-taco='button'],
|
535
|
-
.yt-table__cell > [data-taco='icon-button'] {
|
536
|
-
@apply -mt-1 -mb-1 flex;
|
537
|
-
}
|
538
|
-
|
539
|
-
.yt-table__row.yt-table__row--dragging .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
|
540
|
-
@apply text-white;
|
541
|
-
}
|
542
|
-
|
543
|
-
.yt-table__cell.yt-table__cell--draggable [data-taco='icon']:active {
|
544
|
-
@apply cursor-grabbing;
|
545
|
-
}
|
546
|
-
|
547
|
-
.yt-table__row:hover .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
|
548
|
-
@apply visible;
|
549
|
-
}
|
550
|
-
|
551
|
-
/* head */
|
552
|
-
.yt-table__head .yt-table__row {
|
553
|
-
@apply h-auto w-full select-none border-t-0 border-b-2 font-bold;
|
554
|
-
}
|
555
|
-
|
556
|
-
.yt-table__head .yt-table__head__group {
|
557
|
-
@apply flex flex-1 flex-wrap;
|
558
|
-
}
|
559
|
-
|
560
|
-
.yt-table__head .yt-table__head__group .yt-table__cell.yt-table__cell__group {
|
561
|
-
@apply border-grey-light border-b;
|
562
|
-
flex-basis: 100%;
|
563
|
-
}
|
564
|
-
|
565
|
-
.yt-table__head .yt-table__head__group + .yt-table__head__group {
|
566
|
-
@apply border-grey-light border-l;
|
567
|
-
}
|
568
|
-
|
569
|
-
.yt-table__head .yt-table__cell > [data-taco='icon'] {
|
570
|
-
@apply flex-shrink-0;
|
571
|
-
}
|
572
|
-
|
573
|
-
.yt-table__head .yt-table__cell.yt-table__cell__group + .yt-table__cell__group {
|
574
|
-
@apply border-grey-light border-l-2;
|
575
|
-
}
|
576
|
-
|
577
|
-
.yt-table.yt-table--windowed.table-with-scrollbar .yt-table__head {
|
578
|
-
padding-right: 14px;
|
579
|
-
}
|
580
|
-
|
581
|
-
/* body */
|
582
|
-
|
583
|
-
.yt-table__body .yt-table__row:first-child {
|
584
|
-
@apply border-t-0;
|
585
|
-
}
|
586
|
-
|
587
|
-
.yt-table__body .yt-table__row.yt-table__row--clickable:hover,
|
588
|
-
.yt-table__body .yt-table__row.yt-table__row--clickable.yt-table__row--active:hover {
|
589
|
-
@apply cursor-pointer;
|
590
|
-
}
|
591
|
-
|
592
|
-
.yt-table__body .yt-table__row.yt-table__row__unselectable:hover,
|
593
|
-
.yt-table__body .yt-table__row.yt-table__row__unselectable.yt-table__row--active:hover {
|
594
|
-
@apply cursor-default;
|
595
|
-
}
|
596
|
-
|
597
|
-
.yt-table__body .yt-table__row.yt-table__row--active {
|
598
|
-
@apply bg-grey-light;
|
599
|
-
}
|
600
|
-
|
601
|
-
.yt-table__body .yt-table__row.yt-table__row--dragging,
|
602
|
-
.yt-table__body .yt-table__row.yt-table__row--dragging:hover {
|
603
|
-
@apply bg-blue text-white;
|
604
|
-
}
|
605
|
-
|
606
|
-
/* edit */
|
607
|
-
.yt-table__body .yt-table__row.yt-table__row--editing {
|
608
|
-
@apply border-grey border-t;
|
609
|
-
}
|
610
|
-
|
611
|
-
.yt-table__body .yt-table__row.yt-table__row--editing,
|
612
|
-
.yt-table__body .yt-table__row.yt-table__row--editing:hover {
|
613
|
-
@apply wcag-grey-lightest;
|
614
|
-
}
|
615
|
-
|
616
|
-
.yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell {
|
617
|
-
@apply overflow-visible;
|
618
|
-
overflow-wrap: normal;
|
619
|
-
}
|
620
|
-
|
621
|
-
.yt-table__cell [data-taco='label'] {
|
622
|
-
@apply -my-2 pb-0 text-transparent;
|
623
|
-
min-height: theme('spacing.10');
|
624
|
-
}
|
625
|
-
|
626
|
-
.yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
|
627
|
-
@apply mt-1;
|
628
|
-
}
|
629
|
-
|
630
|
-
.yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
|
631
|
-
@apply -mt-5;
|
632
|
-
}
|
633
|
-
|
634
|
-
.yt-table__cell [data-taco='label'] > [data-taco='label']__message {
|
635
|
-
@apply mb-1;
|
636
|
-
}
|
637
|
-
|
638
|
-
/* drag */
|
639
|
-
#yt-table__drag__placeholder {
|
640
|
-
@apply bg-blue flex w-3/12 rounded p-4 font-bold text-white;
|
641
|
-
}
|
268
|
+
[data-taco='calendar'] .DayPicker-wrapper {
|
269
|
+
@apply relative select-none flex-row;
|
270
|
+
}
|
642
271
|
|
643
|
-
|
644
|
-
@apply
|
645
|
-
}
|
646
|
-
|
647
|
-
|
648
|
-
@apply
|
649
|
-
}
|
650
|
-
|
651
|
-
|
652
|
-
@apply flex-
|
653
|
-
}
|
654
|
-
|
655
|
-
|
656
|
-
@apply flex-
|
657
|
-
}
|
658
|
-
|
659
|
-
|
660
|
-
@apply
|
661
|
-
}
|
272
|
+
[data-taco='calendar'] .DayPicker-Months {
|
273
|
+
@apply flex flex-wrap justify-center;
|
274
|
+
}
|
275
|
+
|
276
|
+
[data-taco='calendar'] .DayPicker-Month {
|
277
|
+
@apply m-0 flex border-collapse select-none flex-col;
|
278
|
+
}
|
279
|
+
|
280
|
+
[data-taco='calendar'] .DayPicker-Weekdays {
|
281
|
+
@apply flex h-10 items-center;
|
282
|
+
}
|
283
|
+
|
284
|
+
[data-taco='calendar'] .DayPicker-WeekdaysRow {
|
285
|
+
@apply flex w-full justify-between;
|
286
|
+
}
|
287
|
+
|
288
|
+
[data-taco='calendar'] .DayPicker-Weekday {
|
289
|
+
@apply text-grey-darkest flex-grow text-center uppercase;
|
290
|
+
}
|
291
|
+
|
292
|
+
[data-taco='calendar'] .DayPicker-Weekday abbr[title] {
|
293
|
+
@apply no-underline;
|
294
|
+
}
|
295
|
+
|
296
|
+
[data-taco='calendar'] .DayPicker-Body {
|
297
|
+
@apply flex flex-col;
|
298
|
+
}
|
299
|
+
|
300
|
+
[data-taco='calendar'] .DayPicker-Week {
|
301
|
+
@apply flex w-full justify-between;
|
302
|
+
}
|
303
|
+
|
304
|
+
[data-taco='calendar'] .DayPicker-Day {
|
305
|
+
@apply flex h-10 w-10 cursor-pointer items-center justify-center rounded-full;
|
306
|
+
}
|
307
|
+
|
308
|
+
[data-taco='calendar'] .DayPicker--interactionDisabled .DayPicker-Day {
|
309
|
+
@apply cursor-default;
|
310
|
+
}
|
311
|
+
|
312
|
+
[data-taco='calendar'] .DayPicker-Footer {
|
313
|
+
@apply pt-2 text-center;
|
314
|
+
}
|
315
|
+
|
316
|
+
[data-taco='calendar'] .DayPicker-TodayButton {
|
317
|
+
@apply text-blue cursor-pointer border-none bg-transparent text-xs;
|
318
|
+
}
|
319
|
+
|
320
|
+
[data-taco='calendar'] .DayPicker-TodayButton:hover {
|
321
|
+
@apply text-blue-light;
|
322
|
+
}
|
323
|
+
|
324
|
+
/* Default modifiers */
|
325
|
+
|
326
|
+
[data-taco='calendar'] .DayPicker-Day--today {
|
327
|
+
@apply text-blue font-bold;
|
328
|
+
}
|
329
|
+
|
330
|
+
[data-taco='calendar'] .DayPicker-Day--outside {
|
331
|
+
@apply text-grey-dark cursor-default;
|
332
|
+
}
|
333
|
+
|
334
|
+
[data-taco='calendar'] .DayPicker-Day--disabled {
|
335
|
+
@apply text-grey-dark pointer-events-none cursor-default;
|
336
|
+
}
|
337
|
+
|
338
|
+
[data-taco='calendar'] .icon:hover,
|
339
|
+
[data-taco='calendar']:not(.DayPicker--interactionDisabled)
|
340
|
+
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover,
|
341
|
+
[data-taco='calendar'] .DayPicker-Day--highlighted,
|
342
|
+
[data-taco='calendar'] .DayPicker-Day--selected {
|
343
|
+
@apply bg-grey-light text-black;
|
344
|
+
}
|
345
|
+
|
346
|
+
[data-taco='calendar'] .calendar-caption {
|
347
|
+
@apply font-semibold;
|
348
|
+
}
|
349
|
+
|
350
|
+
[data-taco='scrollable-list'].yt-list--multiselect li:first-child {
|
351
|
+
@apply border-grey-light border-b-2 pl-4; /* Listbox max-height is dependant on this border-bottom-width value! */
|
352
|
+
}
|
353
|
+
|
354
|
+
[data-taco='scrollable-list'] li > [data-taco='icon'] {
|
355
|
+
@apply mr-2;
|
356
|
+
}
|
357
|
+
|
358
|
+
[data-taco='scrollable-list']:not([readonly]) li:hover {
|
359
|
+
@apply wcag-blue-light;
|
360
|
+
}
|
361
|
+
|
362
|
+
[data-taco='scrollable-list']:not([readonly]) li:hover [data-taco='icon'] {
|
363
|
+
@apply wcag-blue-light;
|
364
|
+
}
|
365
|
+
|
366
|
+
[data-taco='scrollable-list'] li:focus,
|
367
|
+
[data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'],
|
368
|
+
[data-taco='scrollable-list'] li[data-focused='true'] {
|
369
|
+
@apply wcag-blue;
|
370
|
+
}
|
371
|
+
|
372
|
+
[data-taco='scrollable-list'] li:focus [data-taco='icon'],
|
373
|
+
[data-taco='scrollable-list']:not(.yt-list--multiselect) li[aria-selected='true'] [data-taco='icon'],
|
374
|
+
[data-taco='scrollable-list'] li[data-focused='true'] [data-taco='icon'] {
|
375
|
+
@apply wcag-blue;
|
376
|
+
}
|
377
|
+
|
378
|
+
[data-taco='scrollable-list'][readonly] li {
|
379
|
+
@apply cursor-not-allowed;
|
380
|
+
}
|
381
|
+
|
382
|
+
[data-taco='scrollable-list'] li[disabled],
|
383
|
+
[data-taco='scrollable-list'][disabled] li[aria-selected='true'] {
|
384
|
+
@apply cursor-not-allowed text-black text-opacity-25;
|
385
|
+
}
|
386
|
+
|
387
|
+
[data-taco='scrollable-list'] li.yt-list__empty,
|
388
|
+
[data-taco='scrollable-list'] li.yt-list__empty:hover,
|
389
|
+
[data-taco='scrollable-list'] li.yt-list__empty:focus {
|
390
|
+
@apply text-grey-darkest flex w-full items-center overflow-hidden bg-white px-3 italic;
|
391
|
+
}
|
392
|
+
|
393
|
+
[data-taco='scrollable-list'] li.yt-list__empty [data-taco='spinner'] {
|
394
|
+
@apply mr-2 mt-2 h-5 w-5 opacity-75;
|
395
|
+
}
|
396
|
+
|
397
|
+
[data-taco='combobox'] [role='dialog'] {
|
398
|
+
@apply z-50;
|
399
|
+
}
|
400
|
+
|
401
|
+
[data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul,
|
402
|
+
[data-taco='combobox'] > [aria-expanded='true'] + [role='dialog'] > ul:hover {
|
403
|
+
@apply border-blue;
|
404
|
+
}
|
405
|
+
|
406
|
+
.yt-dialog__drag::before,
|
407
|
+
.yt-dialog__drag::after {
|
408
|
+
@apply bg-grey-dark absolute rounded;
|
409
|
+
content: '';
|
410
|
+
left: theme('spacing.1');
|
411
|
+
height: 2px;
|
412
|
+
width: calc(100% - (2 * theme('spacing.1')));
|
413
|
+
}
|
414
|
+
|
415
|
+
.yt-dialog__drag::before {
|
416
|
+
top: 3px;
|
417
|
+
}
|
418
|
+
|
419
|
+
.yt-dialog__drag::after {
|
420
|
+
bottom: 3px;
|
421
|
+
}
|
422
|
+
|
423
|
+
/* label inside label is invalid html, but the client is littered with it */
|
424
|
+
[data-taco='label'] [data-taco='label'] {
|
425
|
+
min-height: 0;
|
426
|
+
}
|
427
|
+
|
428
|
+
.yt-form.yt-form--horizontal {
|
429
|
+
@apply gap-4;
|
430
|
+
}
|
431
|
+
|
432
|
+
.yt-form.yt-form--horizontal > * {
|
433
|
+
@apply inline-flex;
|
434
|
+
}
|
435
|
+
|
436
|
+
.yt-form.yt-form--horizontal > [data-taco='button'] {
|
437
|
+
@apply mt-6;
|
438
|
+
}
|
439
|
+
|
440
|
+
[data-taco='hanger'] a {
|
441
|
+
@apply text-grey underline;
|
442
|
+
}
|
443
|
+
|
444
|
+
[data-taco='hanger'] > *:last-child {
|
445
|
+
@apply mb-0;
|
446
|
+
}
|
447
|
+
|
448
|
+
.yt-navigation__item a,
|
449
|
+
.yt-navigation__item .yt-navigation__item__postfix {
|
450
|
+
@apply text-black;
|
451
|
+
}
|
452
|
+
|
453
|
+
.yt-navigation__item .yt-navigation__item__prefix [data-taco='icon'] {
|
454
|
+
@apply -mt-1 -mb-1 text-xs;
|
455
|
+
margin-left: -0.375rem;
|
456
|
+
margin-right: 0.15rem;
|
457
|
+
}
|
458
|
+
|
459
|
+
.yt-navigation__item:hover,
|
460
|
+
.yt-navigation__item:hover a,
|
461
|
+
.yt-navigation__item:hover .yt-navigation__item__postfix,
|
462
|
+
.yt-navigation__item--active,
|
463
|
+
.yt-navigation__item--active a,
|
464
|
+
.yt-navigation__item--active .yt-navigation__item__postfix {
|
465
|
+
@apply text-blue;
|
466
|
+
}
|
467
|
+
|
468
|
+
.yt-navigation__item--dropping,
|
469
|
+
.yt-navigation__item--dropping a,
|
470
|
+
.yt-navigation__item--dropping .yt-navigation__item__postfix {
|
471
|
+
@apply text-white;
|
472
|
+
}
|
473
|
+
|
474
|
+
.yt-navigation__item:hover .yt-navigation__item__postfix [data-taco='badge']:not(.h-2),
|
475
|
+
.yt-navigation__item--active .yt-navigation__item__postfix [data-taco='badge']:not(.h-2) {
|
476
|
+
@apply yt-blue-inverted;
|
477
|
+
}
|
478
|
+
|
479
|
+
.yt-navigation__item--dropping > * {
|
480
|
+
@apply pointer-events-none;
|
481
|
+
}
|
482
|
+
|
483
|
+
.yt-navigation__item--dropping .yt-navigation__item__postfix [data-taco='badge'] {
|
484
|
+
@apply border-white text-white;
|
485
|
+
}
|
486
|
+
|
487
|
+
.yt-toast:hover [data-taco='progress-bar'] {
|
488
|
+
animation-play-state: paused;
|
489
|
+
}
|
490
|
+
|
491
|
+
@keyframes progress {
|
492
|
+
from {
|
493
|
+
width: 100%;
|
494
|
+
}
|
495
|
+
to {
|
496
|
+
width: 0%;
|
497
|
+
}
|
498
|
+
}
|
499
|
+
|
500
|
+
@keyframes progress-indeterminate {
|
501
|
+
0% {
|
502
|
+
margin-left: 0px;
|
503
|
+
margin-right: 100%;
|
504
|
+
}
|
505
|
+
50% {
|
506
|
+
margin-left: 25%;
|
507
|
+
margin-right: 0%;
|
508
|
+
}
|
509
|
+
100% {
|
510
|
+
margin-left: 100%;
|
511
|
+
margin-right: 0;
|
512
|
+
}
|
513
|
+
}
|
514
|
+
|
515
|
+
/* rows */
|
516
|
+
.yt-table__row {
|
517
|
+
@apply border-grey-light flex border-b;
|
518
|
+
min-height: 2.5rem;
|
519
|
+
}
|
520
|
+
|
521
|
+
/* cells */
|
522
|
+
.yt-table__cell > [data-taco='button'],
|
523
|
+
.yt-table__cell > [data-taco='icon-button'] {
|
524
|
+
@apply -mt-1 -mb-1 flex;
|
525
|
+
}
|
526
|
+
|
527
|
+
.yt-table__row.yt-table__row--dragging .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
|
528
|
+
@apply text-white;
|
529
|
+
}
|
530
|
+
|
531
|
+
.yt-table__cell.yt-table__cell--draggable [data-taco='icon']:active {
|
532
|
+
@apply cursor-grabbing;
|
533
|
+
}
|
534
|
+
|
535
|
+
.yt-table__row:hover .yt-table__cell.yt-table__cell--draggable [data-taco='icon'] {
|
536
|
+
@apply visible;
|
537
|
+
}
|
538
|
+
|
539
|
+
/* head */
|
540
|
+
.yt-table__head .yt-table__row {
|
541
|
+
@apply h-auto w-full select-none border-t-0 border-b-2 font-bold;
|
542
|
+
}
|
543
|
+
|
544
|
+
.yt-table__head .yt-table__head__group {
|
545
|
+
@apply flex flex-1 flex-wrap;
|
546
|
+
}
|
547
|
+
|
548
|
+
.yt-table__head .yt-table__head__group .yt-table__cell.yt-table__cell__group {
|
549
|
+
@apply border-grey-light border-b;
|
550
|
+
flex-basis: 100%;
|
551
|
+
}
|
552
|
+
|
553
|
+
.yt-table__head .yt-table__head__group + .yt-table__head__group {
|
554
|
+
@apply border-grey-light border-l;
|
555
|
+
}
|
556
|
+
|
557
|
+
.yt-table__head .yt-table__cell > [data-taco='icon'] {
|
558
|
+
@apply flex-shrink-0;
|
559
|
+
}
|
560
|
+
|
561
|
+
.yt-table__head .yt-table__cell.yt-table__cell__group + .yt-table__cell__group {
|
562
|
+
@apply border-grey-light border-l-2;
|
563
|
+
}
|
564
|
+
|
565
|
+
.yt-table.yt-table--windowed.table-with-scrollbar .yt-table__head {
|
566
|
+
padding-right: 14px;
|
567
|
+
}
|
568
|
+
|
569
|
+
/* body */
|
570
|
+
|
571
|
+
.yt-table__body .yt-table__row:first-child {
|
572
|
+
@apply border-t-0;
|
573
|
+
}
|
574
|
+
|
575
|
+
.yt-table__body .yt-table__row.yt-table__row--clickable:hover,
|
576
|
+
.yt-table__body .yt-table__row.yt-table__row--clickable.yt-table__row--active:hover {
|
577
|
+
@apply cursor-pointer;
|
578
|
+
}
|
579
|
+
|
580
|
+
.yt-table__body .yt-table__row.yt-table__row__unselectable:hover,
|
581
|
+
.yt-table__body .yt-table__row.yt-table__row__unselectable.yt-table__row--active:hover {
|
582
|
+
@apply cursor-default;
|
583
|
+
}
|
584
|
+
|
585
|
+
.yt-table__body .yt-table__row.yt-table__row--active {
|
586
|
+
@apply bg-grey-light;
|
587
|
+
}
|
588
|
+
|
589
|
+
.yt-table__body .yt-table__row.yt-table__row--dragging,
|
590
|
+
.yt-table__body .yt-table__row.yt-table__row--dragging:hover {
|
591
|
+
@apply bg-blue text-white;
|
592
|
+
}
|
593
|
+
|
594
|
+
/* edit */
|
595
|
+
.yt-table__body .yt-table__row.yt-table__row--editing {
|
596
|
+
@apply border-grey border-t;
|
597
|
+
}
|
598
|
+
|
599
|
+
.yt-table__body .yt-table__row.yt-table__row--editing,
|
600
|
+
.yt-table__body .yt-table__row.yt-table__row--editing:hover {
|
601
|
+
@apply wcag-grey-lightest;
|
602
|
+
}
|
603
|
+
|
604
|
+
.yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell {
|
605
|
+
@apply overflow-visible;
|
606
|
+
overflow-wrap: normal;
|
607
|
+
}
|
608
|
+
|
609
|
+
.yt-table__cell [data-taco='label'] {
|
610
|
+
@apply -my-2 pb-0 text-transparent;
|
611
|
+
min-height: theme('spacing.10');
|
612
|
+
}
|
613
|
+
|
614
|
+
.yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
|
615
|
+
@apply mt-1;
|
616
|
+
}
|
617
|
+
|
618
|
+
.yt-table__body .yt-table__row.yt-table__row--editing .yt-table__cell [data-taco='label'] > *:not([data-taco='label']__message) {
|
619
|
+
@apply -mt-5;
|
620
|
+
}
|
621
|
+
|
622
|
+
.yt-table__cell [data-taco='label'] > [data-taco='label']__message {
|
623
|
+
@apply mb-1;
|
624
|
+
}
|
625
|
+
|
626
|
+
/* drag */
|
627
|
+
#yt-table__drag__placeholder {
|
628
|
+
@apply bg-blue flex w-3/12 rounded p-4 font-bold text-white;
|
629
|
+
}
|
630
|
+
|
631
|
+
.yt-tabs .yt-tab__list[aria-orientation='vertical'] {
|
632
|
+
@apply m-0 mr-4 flex-col border-0 border-r;
|
633
|
+
}
|
634
|
+
|
635
|
+
.yt-tabs .yt-tab__list[aria-orientation='vertical'] .yt-tab {
|
636
|
+
@apply h-8 py-0;
|
637
|
+
}
|
638
|
+
|
639
|
+
.yt-tabs.yt-tabs--vertical .yt-tab__list {
|
640
|
+
@apply flex-initial;
|
641
|
+
}
|
642
|
+
|
643
|
+
.yt-tabs.yt-tabs--vertical .yt-tab__panel {
|
644
|
+
@apply flex-grow;
|
645
|
+
}
|
646
|
+
|
647
|
+
.yt-tabs .yt-tab__list[aria-orientation='vertical'] .yt-tab {
|
648
|
+
@apply rounded-none rounded-l border-0 border-r-2;
|
649
|
+
}
|