@cayuse-test/react 1.0.0 → 1.0.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/{chunk-XRUFEGUC.js → chunk-KJUT65VD.js} +4 -4
- package/dist/{chunk-2K3CWMLR.js → chunk-QCQVYXFA.js} +2 -2
- package/dist/chunk-RGZNLRWM.js +1 -0
- package/dist/chunk-RGZNLRWM.js.map +1 -0
- package/dist/{chunk-B2Z63U4D.js → chunk-RYAW4XZF.js} +17 -79
- package/dist/{chunk-B2Z63U4D.js.map → chunk-RYAW4XZF.js.map} +1 -1
- package/dist/{chunk-RG4GEORO.js → chunk-WAQWICRJ.js} +4 -4
- package/dist/components/index.css +3603 -0
- package/dist/components/index.css.map +1 -0
- package/dist/components/index.js +6 -6
- package/dist/context/tenant/index.js +3 -3
- package/dist/globals/css/index.css +212 -0
- package/dist/globals/css/index.css.map +1 -0
- package/dist/globals/css/index.js +1 -1
- package/dist/index.css +3815 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +29 -29
- package/dist/utils/index.js +3 -3
- package/package.json +43 -16
- package/dist/chunk-EPGO6B3U.js +0 -3
- package/dist/chunk-EPGO6B3U.js.map +0 -1
- package/dist/index-4NH7IW34.css +0 -47
- package/dist/modal-dialog-IH5SI4CF.css +0 -93
- package/dist/styles-2WZORUGA.css +0 -106
- package/dist/styles-32VHTPIA.css +0 -20
- package/dist/styles-3A5DZ5R7.css +0 -70
- package/dist/styles-3PFCZALV.css +0 -60
- package/dist/styles-3SNYRDO2.css +0 -100
- package/dist/styles-4FHUBUVF.css +0 -150
- package/dist/styles-4KAVAZFG.css +0 -5
- package/dist/styles-4OFM6DY5.css +0 -22
- package/dist/styles-5OXZHQGW.css +0 -14
- package/dist/styles-6XZTUN3B.css +0 -68
- package/dist/styles-73WOPK6M.css +0 -6
- package/dist/styles-7AV26IBF.css +0 -35
- package/dist/styles-7DWK55L2.css +0 -71
- package/dist/styles-7GWPZSR2.css +0 -222
- package/dist/styles-7QBPXFSY.css +0 -6
- package/dist/styles-7T6DSZIY.css +0 -27
- package/dist/styles-AUI7W2SW.css +0 -408
- package/dist/styles-AZSHBXJQ.css +0 -85
- package/dist/styles-BTXJVGNW.css +0 -99
- package/dist/styles-BUPIQG5C.css +0 -74
- package/dist/styles-CLK36LUK.css +0 -27
- package/dist/styles-CSKYCMD4.css +0 -123
- package/dist/styles-CWCX26BQ.css +0 -13
- package/dist/styles-GAIKDZU6.css +0 -47
- package/dist/styles-GB7S5BAZ.css +0 -36
- package/dist/styles-GVPT6A2Z.css +0 -45
- package/dist/styles-IUBOTHBR.css +0 -581
- package/dist/styles-IZPTZRKW.css +0 -78
- package/dist/styles-LS2YWO5W.css +0 -39
- package/dist/styles-M5BEFS4G.css +0 -148
- package/dist/styles-MHNICXOS.css +0 -18
- package/dist/styles-P6IOJDNI.css +0 -47
- package/dist/styles-Q7XE2QVU.css +0 -55
- package/dist/styles-R7IS5IGF.css +0 -7
- package/dist/styles-RDYYTTBU.css +0 -218
- package/dist/styles-RTHIZL5W.css +0 -48
- package/dist/styles-RUY4EKZW.css +0 -9
- package/dist/styles-T5QJAAUY.css +0 -184
- package/dist/styles-VBXWGFCK.css +0 -96
- package/dist/styles-VE76CGRO.css +0 -6
- package/dist/styles-VLCZ7JYV.css +0 -140
- package/dist/styles-W5HDD3YQ.css +0 -71
- package/dist/styles-X7BJCSFV.css +0 -86
- package/dist/styles-XVRR5GIG.css +0 -42
- package/dist/styles-YBC6BJBD.css +0 -83
- package/dist/styles-YXNJHPDZ.css +0 -74
- package/dist/styles-Z276IEVM.css +0 -264
- /package/dist/{chunk-XRUFEGUC.js.map → chunk-KJUT65VD.js.map} +0 -0
- /package/dist/{chunk-2K3CWMLR.js.map → chunk-QCQVYXFA.js.map} +0 -0
- /package/dist/{chunk-RG4GEORO.js.map → chunk-WAQWICRJ.js.map} +0 -0
package/dist/styles-AUI7W2SW.css
DELETED
|
@@ -1,408 +0,0 @@
|
|
|
1
|
-
/*combobox-fieldset*/
|
|
2
|
-
.combobox-fieldset {
|
|
3
|
-
all: unset;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: 8px;
|
|
7
|
-
width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.combobox-fieldset__label {
|
|
11
|
-
display: flex;
|
|
12
|
-
font-weight: 700;
|
|
13
|
-
font-size: 14px;
|
|
14
|
-
line-height: 16px;
|
|
15
|
-
color: #111111;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.combobox-fieldset__required {
|
|
19
|
-
font-weight: 700;
|
|
20
|
-
font-size: 24px;
|
|
21
|
-
line-height: 16px;
|
|
22
|
-
color: var(--color-error, #b31200);
|
|
23
|
-
margin-right: 2px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.combobox-fieldset__description {
|
|
27
|
-
all: unset;
|
|
28
|
-
font-weight: 400;
|
|
29
|
-
font-size: 12px;
|
|
30
|
-
line-height: 12px;
|
|
31
|
-
color: var(--color-dark-grey, #5e5e5e);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.combobox-fieldset__error-message {
|
|
35
|
-
all: unset;
|
|
36
|
-
font-weight: 400;
|
|
37
|
-
font-size: 12px;
|
|
38
|
-
line-height: 12px;
|
|
39
|
-
color: var(--color-error, #b31200);
|
|
40
|
-
}
|
|
41
|
-
/*end combobox-fieldset*/
|
|
42
|
-
|
|
43
|
-
.combobox {
|
|
44
|
-
position: relative;
|
|
45
|
-
box-sizing: border-box;
|
|
46
|
-
|
|
47
|
-
font-family: Lato;
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-weight: 400;
|
|
51
|
-
line-height: 16px;
|
|
52
|
-
color: #111111;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.combobox .combobox__value-container {
|
|
56
|
-
align-items: center;
|
|
57
|
-
display: inline-grid;
|
|
58
|
-
flex: 1 1 0%;
|
|
59
|
-
flex-wrap: wrap;
|
|
60
|
-
-webkit-overflow-scrolling: touch;
|
|
61
|
-
position: relative;
|
|
62
|
-
overflow: hidden;
|
|
63
|
-
box-sizing: border-box;
|
|
64
|
-
padding: 0 11px;
|
|
65
|
-
}
|
|
66
|
-
.combobox .combobox__value-container.combobox__value-container--is-multi {
|
|
67
|
-
display: grid;
|
|
68
|
-
}
|
|
69
|
-
.combobox
|
|
70
|
-
.combobox__value-container.combobox__value-container--is-multi.combobox__value-container--has-value {
|
|
71
|
-
display: flex;
|
|
72
|
-
gap: 8px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.combobox .combobox__value-container .combobox__placeholder {
|
|
76
|
-
color: var(--color-dark-grey);
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 50%;
|
|
79
|
-
left: 0;
|
|
80
|
-
transform: translateY(-50%);
|
|
81
|
-
box-sizing: border-box;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/*control*/
|
|
85
|
-
.combobox .combobox__control {
|
|
86
|
-
align-items: center;
|
|
87
|
-
cursor: default;
|
|
88
|
-
display: flex;
|
|
89
|
-
flex-wrap: wrap;
|
|
90
|
-
justify-content: space-between;
|
|
91
|
-
outline: 0 !important;
|
|
92
|
-
position: relative;
|
|
93
|
-
transition: all 100ms;
|
|
94
|
-
box-sizing: border-box;
|
|
95
|
-
|
|
96
|
-
min-height: 40px;
|
|
97
|
-
padding-left: 11px;
|
|
98
|
-
|
|
99
|
-
background-color: var(--color-lightest);
|
|
100
|
-
border: 1px solid var(--color-border-default);
|
|
101
|
-
border-radius: var(--border-radius-inputs);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.combobox .combobox__control.combobox__control--is-focused {
|
|
105
|
-
border-color: var(--color-focus);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.combobox .combobox__control.combobox__control--menu-is-open {
|
|
109
|
-
border-bottom-color: transparent;
|
|
110
|
-
border-bottom-left-radius: 0;
|
|
111
|
-
border-bottom-right-radius: 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.combobox
|
|
115
|
-
.combobox__control.combobox__control--menu-is-open.combobox__control.combobox__control--is-focused
|
|
116
|
-
+ .combobox__menu {
|
|
117
|
-
border: 1px solid var(--color-focus);
|
|
118
|
-
border-top: none;
|
|
119
|
-
/*box-shadow: 0 0 0 1px var(--color-focus);*/
|
|
120
|
-
/*clip-path: inset(1px -1px -1px -1px);*/
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.combobox .combobox__control.combobox__control--is-focused {
|
|
124
|
-
/*box-shadow: 0 0 0 1px var(--color-focus);*/
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.combobox .combobox__control.combobox__control--is-disabled {
|
|
128
|
-
background-color: var(--color-very-light-grey, #f5f5f5);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.combobox .combobox__control.combobox__control--is-invalid {
|
|
132
|
-
border-color: var(--color-error, #b31200);
|
|
133
|
-
background-color: var(--color-background-error);
|
|
134
|
-
}
|
|
135
|
-
/*end control*/
|
|
136
|
-
|
|
137
|
-
/*single value*/
|
|
138
|
-
.combobox .combobox__single-value {
|
|
139
|
-
grid-area: 1/1/2/3;
|
|
140
|
-
max-width: 100%;
|
|
141
|
-
overflow: hidden;
|
|
142
|
-
text-overflow: ellipsis;
|
|
143
|
-
white-space: nowrap;
|
|
144
|
-
box-sizing: border-box;
|
|
145
|
-
margin: 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.combobox .combobox__single-value--is-disabled {
|
|
149
|
-
color: var(--color-disabled-text, #adadad);
|
|
150
|
-
}
|
|
151
|
-
/*end single value*/
|
|
152
|
-
|
|
153
|
-
/*input container*/
|
|
154
|
-
.combobox .combobox__input-container {
|
|
155
|
-
visibility: visible;
|
|
156
|
-
flex: 1 1 auto;
|
|
157
|
-
display: inline-grid;
|
|
158
|
-
grid-area: 1/1/2/3;
|
|
159
|
-
grid-template-columns: 0 min-content;
|
|
160
|
-
box-sizing: border-box;
|
|
161
|
-
margin: 0;
|
|
162
|
-
padding: 0;
|
|
163
|
-
}
|
|
164
|
-
/*end input container*/
|
|
165
|
-
|
|
166
|
-
/*input*/
|
|
167
|
-
.combobox .combobox__input {
|
|
168
|
-
margin: -4px -2px;
|
|
169
|
-
}
|
|
170
|
-
/*end input*/
|
|
171
|
-
|
|
172
|
-
/*option*/
|
|
173
|
-
.combobox .combobox__option {
|
|
174
|
-
display: flex;
|
|
175
|
-
justify-content: space-between;
|
|
176
|
-
flex-wrap: wrap;
|
|
177
|
-
gap: 8px;
|
|
178
|
-
|
|
179
|
-
padding: 8px 16px;
|
|
180
|
-
|
|
181
|
-
font-family: Lato;
|
|
182
|
-
font-size: 14px;
|
|
183
|
-
font-style: normal;
|
|
184
|
-
font-weight: 400;
|
|
185
|
-
line-height: 16px; /* 114.286% */
|
|
186
|
-
color: #111;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.combobox .combobox__option > .combobox__option--text {
|
|
190
|
-
white-space: nowrap;
|
|
191
|
-
overflow: hidden;
|
|
192
|
-
text-overflow: ellipsis;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.combobox .combobox__option[data-searchable='true'] {
|
|
196
|
-
padding-left: 41px;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.combobox .combobox__option:active {
|
|
200
|
-
background-color: var(--color-busy, #eeeeee);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.combobox .combobox__option--is-focused:not([data-group='true']),
|
|
204
|
-
.combobox .combobox__option--is-selected:not([data-group='true']) {
|
|
205
|
-
background-color: var(--color-busy, #eeeeee);
|
|
206
|
-
color: #111111;
|
|
207
|
-
font-weight: 700;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.combobox .combobox__option--is-focused[data-group='true'],
|
|
211
|
-
.combobox .combobox__option--is-selected[data-group='true'] {
|
|
212
|
-
background-color: transparent;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.combobox .combobox__option--is-disabled {
|
|
216
|
-
color: var(--color-disabled-text, #adadad);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.combobox .combobox__option--description {
|
|
220
|
-
text-overflow: ellipsis;
|
|
221
|
-
overflow: hidden;
|
|
222
|
-
white-space: nowrap;
|
|
223
|
-
}
|
|
224
|
-
/*end option*/
|
|
225
|
-
|
|
226
|
-
/* disabled 'has-more-options' */
|
|
227
|
-
.combobox .combobox__has-more-options {
|
|
228
|
-
cursor: default;
|
|
229
|
-
display: block;
|
|
230
|
-
font-size: inherit;
|
|
231
|
-
width: 100%;
|
|
232
|
-
box-sizing: border-box;
|
|
233
|
-
|
|
234
|
-
opacity: 0.45;
|
|
235
|
-
font-style: italic;
|
|
236
|
-
}
|
|
237
|
-
/* end disabled 'has-more-options' */
|
|
238
|
-
|
|
239
|
-
/*menu-list (container )*/
|
|
240
|
-
.combobox .combobox__menu-list {
|
|
241
|
-
max-height: 290px;
|
|
242
|
-
overflow-y: auto;
|
|
243
|
-
position: relative;
|
|
244
|
-
-webkit-overflow-scrolling: touch;
|
|
245
|
-
box-sizing: border-box;
|
|
246
|
-
padding: 0;
|
|
247
|
-
}
|
|
248
|
-
/*end menu-list (container )*/
|
|
249
|
-
|
|
250
|
-
/*menu*/
|
|
251
|
-
.combobox .combobox__menu {
|
|
252
|
-
position: absolute;
|
|
253
|
-
width: 100%;
|
|
254
|
-
z-index: 2;
|
|
255
|
-
box-sizing: border-box;
|
|
256
|
-
top: calc(100% - 2px);
|
|
257
|
-
margin-top: 0;
|
|
258
|
-
margin-bottom: 0;
|
|
259
|
-
box-shadow: none;
|
|
260
|
-
background-color: #ffffff;
|
|
261
|
-
border: 1px solid var(--color-border-default, #ccc);
|
|
262
|
-
border-top: none;
|
|
263
|
-
border-bottom-left-radius: 3px;
|
|
264
|
-
border-bottom-right-radius: 3px;
|
|
265
|
-
transition: all 100ms;
|
|
266
|
-
}
|
|
267
|
-
/*end menu*/
|
|
268
|
-
|
|
269
|
-
/*no options text, loading message*/
|
|
270
|
-
.combobox .combobox__menu-notice.combobox__menu-notice--loading,
|
|
271
|
-
.combobox .combobox__menu-notice.combobox__menu-notice--no-options {
|
|
272
|
-
font-size: 14px;
|
|
273
|
-
text-align: start;
|
|
274
|
-
padding: 8px 16px;
|
|
275
|
-
color: var(--color-muted-text, #666666);
|
|
276
|
-
}
|
|
277
|
-
/*end no options text, end loading message*/
|
|
278
|
-
|
|
279
|
-
/*group*/
|
|
280
|
-
|
|
281
|
-
.combobox .combobox__option--description {
|
|
282
|
-
text-overflow: ellipsis;
|
|
283
|
-
overflow: hidden;
|
|
284
|
-
white-space: nowrap;
|
|
285
|
-
}
|
|
286
|
-
.combobox .combobox__option[data-group='true'] .combobox__option--description {
|
|
287
|
-
margin-left: 10px;
|
|
288
|
-
color: #0006;
|
|
289
|
-
}
|
|
290
|
-
.combobox .combobox__option[data-level='0'] {
|
|
291
|
-
padding-left: 16px;
|
|
292
|
-
}
|
|
293
|
-
.combobox .combobox__option[data-level='0'] > .combobox__option--text {
|
|
294
|
-
max-width: calc(100% - 16px);
|
|
295
|
-
}
|
|
296
|
-
.combobox .combobox__option[data-level='1'] {
|
|
297
|
-
padding-left: 45px;
|
|
298
|
-
}
|
|
299
|
-
.combobox .combobox__option[data-level='1'] > .combobox__option--text {
|
|
300
|
-
max-width: calc(100% - 45px);
|
|
301
|
-
}
|
|
302
|
-
.combobox .combobox__option[data-level='2'] {
|
|
303
|
-
padding-left: 90px;
|
|
304
|
-
}
|
|
305
|
-
.combobox .combobox__option[data-level='2'] > .combobox__option--text {
|
|
306
|
-
max-width: calc(100% - 90px);
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
/*end group*/
|
|
310
|
-
|
|
311
|
-
/*indicator separator*/
|
|
312
|
-
.combobox .combobox__indicators {
|
|
313
|
-
align-items: center;
|
|
314
|
-
align-self: stretch;
|
|
315
|
-
display: flex;
|
|
316
|
-
flex-shrink: 0;
|
|
317
|
-
box-sizing: border-box;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.combobox .combobox__indicators > .combobox__indicator-separator {
|
|
321
|
-
display: none;
|
|
322
|
-
}
|
|
323
|
-
/*end indicator separator*/
|
|
324
|
-
|
|
325
|
-
/*clear indicator*/
|
|
326
|
-
.combobox .combobox__indicators > .combobox__clear-indicator {
|
|
327
|
-
display: flex;
|
|
328
|
-
-webkit-user-select: none;
|
|
329
|
-
-moz-user-select: none;
|
|
330
|
-
user-select: none;
|
|
331
|
-
padding: 8px;
|
|
332
|
-
color: #111111;
|
|
333
|
-
border: none;
|
|
334
|
-
margin: 0;
|
|
335
|
-
background: none;
|
|
336
|
-
border-radius: var(--border-radius-inputs);
|
|
337
|
-
transition: color 150ms ease 0s;
|
|
338
|
-
box-sizing: border-box;
|
|
339
|
-
}
|
|
340
|
-
.combobox .combobox__indicators > .combobox__clear-indicator:focus-visible {
|
|
341
|
-
outline-color: var(--color-focus);
|
|
342
|
-
}
|
|
343
|
-
.combobox .combobox__indicators > .combobox__clear-indicator svg {
|
|
344
|
-
fill: currentColor;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
/*end clear indicator*/
|
|
348
|
-
|
|
349
|
-
/*dropdown indicator*/
|
|
350
|
-
.combobox .combobox__indicators > .combobox__dropdown-indicator {
|
|
351
|
-
padding: 11px;
|
|
352
|
-
}
|
|
353
|
-
.combobox
|
|
354
|
-
.combobox__control--menu-is-open
|
|
355
|
-
.combobox__indicators
|
|
356
|
-
> .combobox__dropdown-indicator {
|
|
357
|
-
transform: rotate(180deg);
|
|
358
|
-
}
|
|
359
|
-
.combobox
|
|
360
|
-
.combobox__control.combobox__control--is-disabled
|
|
361
|
-
.combobox__indicators
|
|
362
|
-
> .combobox__dropdown-indicator
|
|
363
|
-
svg {
|
|
364
|
-
fill: var(--color-disabled-text, #adadad);
|
|
365
|
-
}
|
|
366
|
-
/*end dropdown indicator*/
|
|
367
|
-
|
|
368
|
-
/* start icon */
|
|
369
|
-
.combobox .combobox__start-icon {
|
|
370
|
-
display: flex;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.combobox
|
|
374
|
-
.combobox__control.combobox__control--is-disabled
|
|
375
|
-
.combobox__start-icon
|
|
376
|
-
svg {
|
|
377
|
-
fill: var(--color-disabled-text, #adadad);
|
|
378
|
-
}
|
|
379
|
-
/* end start icon */
|
|
380
|
-
|
|
381
|
-
/* multi value*/
|
|
382
|
-
.combobox .combobox__multi-value {
|
|
383
|
-
display: flex;
|
|
384
|
-
padding: 8px;
|
|
385
|
-
justify-content: center;
|
|
386
|
-
align-items: center;
|
|
387
|
-
gap: 8px;
|
|
388
|
-
min-width: 0;
|
|
389
|
-
max-width: -moz-fit-content;
|
|
390
|
-
max-width: fit-content;
|
|
391
|
-
|
|
392
|
-
border-radius: var(--border-radius-inputs);
|
|
393
|
-
background: var(--color-cayuse-blue, #0076b6);
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.combobox .combobox__multi-value > .combobox__multi-value__label {
|
|
397
|
-
color: var(--color-lightest, #fff);
|
|
398
|
-
font-family: Lato;
|
|
399
|
-
font-size: 12px;
|
|
400
|
-
font-style: normal;
|
|
401
|
-
font-weight: 400;
|
|
402
|
-
line-height: 16px; /* 133.333% */
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.combobox .combobox__multi-value > .combobox__multi-value__remove {
|
|
406
|
-
padding: 2px 0;
|
|
407
|
-
}
|
|
408
|
-
/*end multi value*/
|
package/dist/styles-AZSHBXJQ.css
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
.cayuse-checkbox {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
gap: 8px;
|
|
6
|
-
user-select: none;
|
|
7
|
-
-webkit-user-select: none;
|
|
8
|
-
-moz-user-select: none;
|
|
9
|
-
-ms-user-select: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.cayuse-checkbox > input {
|
|
13
|
-
position: absolute;
|
|
14
|
-
width: 0;
|
|
15
|
-
left: 50px;
|
|
16
|
-
height: 0;
|
|
17
|
-
opacity: 0;
|
|
18
|
-
cursor: pointer;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.cayuse-checkbox > .label {
|
|
22
|
-
font-family: Lato;
|
|
23
|
-
font-size: 14px;
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
line-height: 16px;
|
|
26
|
-
text-align: left;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.cayuse-checkbox .checkmark {
|
|
30
|
-
position: relative;
|
|
31
|
-
display: block;
|
|
32
|
-
top: 0;
|
|
33
|
-
left: 0;
|
|
34
|
-
width: 16px;
|
|
35
|
-
height: 16px;
|
|
36
|
-
background-color: white;
|
|
37
|
-
border-radius: 3px;
|
|
38
|
-
border: 1px solid #888c8c;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.cayuse-checkbox:hover .checkmark {
|
|
42
|
-
background-color: white;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.cayuse-checkbox:hover .checkmark {
|
|
46
|
-
background-color: white;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.cayuse-checkbox input:checked ~ .checkmark {
|
|
50
|
-
background-color: var(--color-primary, #0076b6);
|
|
51
|
-
border-color: var(--color-primary, #0076b6);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.cayuse-checkbox input:not([aria-disabled='true']) ~ .checkmark,
|
|
55
|
-
.cayuse-checkbox input:not([aria-disabled='true']) ~ .label {
|
|
56
|
-
cursor: pointer;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.cayuse-checkbox input[aria-disabled='true'] ~ .checkmark {
|
|
60
|
-
background-color: #adadad;
|
|
61
|
-
border-color: #adadad;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.cayuse-checkbox input:focus-visible ~ .checkmark {
|
|
65
|
-
outline: 2px solid #5092f7;
|
|
66
|
-
outline-offset: 1px;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.cayuse-checkbox .checkmark::after {
|
|
70
|
-
position: absolute;
|
|
71
|
-
display: block;
|
|
72
|
-
content: '';
|
|
73
|
-
left: 50%;
|
|
74
|
-
top: 43%;
|
|
75
|
-
width: 4px;
|
|
76
|
-
height: 8px;
|
|
77
|
-
border: solid white;
|
|
78
|
-
border-width: 0 2px 2px 0;
|
|
79
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
|
80
|
-
opacity: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.cayuse-checkbox input:checked ~ .checkmark::after {
|
|
84
|
-
opacity: 1;
|
|
85
|
-
}
|
package/dist/styles-BTXJVGNW.css
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
.cayuse-pagination {
|
|
2
|
-
display: grid;
|
|
3
|
-
grid-template-columns: repeat(3, 1fr);
|
|
4
|
-
align-items: center;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@media screen and (max-width: 1020px) {
|
|
8
|
-
.cayuse-pagination {
|
|
9
|
-
justify-items: center;
|
|
10
|
-
grid-template-columns: 1fr;
|
|
11
|
-
grid-template-rows: repeat(3, 1fr);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/* Text showing the range of items */
|
|
16
|
-
.cayuse-pagination .xOfYWrapper {
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
margin: 0 10px;
|
|
19
|
-
text-align: center;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* List of pagination items */
|
|
23
|
-
.cayuse-pagination__list {
|
|
24
|
-
display: flex;
|
|
25
|
-
list-style: none;
|
|
26
|
-
margin: 0 0 0 auto;
|
|
27
|
-
padding: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/* Individual pagination items (both li and span for ellipsis) */
|
|
31
|
-
.cayuse-pagination__list li {
|
|
32
|
-
display: flex;
|
|
33
|
-
justify-content: center;
|
|
34
|
-
align-items: center;
|
|
35
|
-
min-width: 40px;
|
|
36
|
-
height: 40px;
|
|
37
|
-
color: #000000;
|
|
38
|
-
font-size: 14px;
|
|
39
|
-
transition: background-color 0.2s ease;
|
|
40
|
-
-webkit-user-select: none;
|
|
41
|
-
-moz-user-select: none;
|
|
42
|
-
user-select: none;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.cayuse-pagination__list li:not(.placeholder) {
|
|
46
|
-
cursor: pointer;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/* Style for page numbers and navigation arrows */
|
|
50
|
-
.cayuse-pagination__list li {
|
|
51
|
-
border: 1px solid var(--color-border-default);
|
|
52
|
-
background-color: #fff;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/* Rounded corners for first and last items */
|
|
56
|
-
.cayuse-pagination__list li:first-child {
|
|
57
|
-
border-radius: var(--border-radius-default) 0 0 var(--border-radius-default);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.cayuse-pagination__list li:last-child {
|
|
61
|
-
border-radius: 0 var(--border-radius-default) var(--border-radius-default) 0;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* Prevent double borders between items */
|
|
65
|
-
.cayuse-pagination__list li:not(:last-child) {
|
|
66
|
-
border-right-color: transparent;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* Hover effect for clickable items */
|
|
70
|
-
.cayuse-pagination__list
|
|
71
|
-
li:hover:not([aria-current='page']):not(.cursor-not-allowed):not(
|
|
72
|
-
.placeholder
|
|
73
|
-
) {
|
|
74
|
-
background-color: #e0e0e0;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/* Active page styling */
|
|
78
|
-
.cayuse-pagination__list li[aria-current='page'] {
|
|
79
|
-
border-color: var(--color-primary);
|
|
80
|
-
background-color: var(--color-primary);
|
|
81
|
-
color: #fff;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/* Disabled state for Previous/Next buttons */
|
|
85
|
-
.cayuse-pagination__list li.cursor-not-allowed {
|
|
86
|
-
color: #b0b0b0;
|
|
87
|
-
background-color: var(--color-very-light-grey, #f5f5f5);
|
|
88
|
-
cursor: not-allowed;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* Focus state for accessibility */
|
|
92
|
-
.cayuse-pagination__list li:focus,
|
|
93
|
-
.cayuse-pagination__list li:focus-visible {
|
|
94
|
-
outline-color: var(--color-focus);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.cayuse-pagination__list li svg {
|
|
98
|
-
margin: 0;
|
|
99
|
-
}
|
package/dist/styles-BUPIQG5C.css
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
.dropzone {
|
|
2
|
-
align-items: center;
|
|
3
|
-
border: 1px dashed var(--color-medium-grey);
|
|
4
|
-
border-radius: var(--border-radius-default);
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
height: 128px;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
width: calc(100% - var(--spacing-h-4x));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.contentContainer {
|
|
13
|
-
margin: var(--spacing-v-3x) 0;
|
|
14
|
-
text-align: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.dz-iconButton {
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
margin-top: 10px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.defaultText {
|
|
24
|
-
align-items: center;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.defaultText > p {
|
|
30
|
-
margin: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.files {
|
|
34
|
-
border-radius: 3px;
|
|
35
|
-
border: 1px solid #cccccc;
|
|
36
|
-
box-sizing: border-box;
|
|
37
|
-
display: grid;
|
|
38
|
-
gap: 12px;
|
|
39
|
-
grid-template-columns: repeat(2, 1fr);
|
|
40
|
-
overflow-x: hidden;
|
|
41
|
-
overflow-y: auto;
|
|
42
|
-
padding: 12px;
|
|
43
|
-
width: calc(100% - var(--spacing-h-4x));
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.fileDetails {
|
|
47
|
-
border: 1px solid #cccccc;
|
|
48
|
-
border-bottom: 3px solid #285d35;
|
|
49
|
-
border-radius: 3px;
|
|
50
|
-
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
|
|
51
|
-
box-sizing: border-box;
|
|
52
|
-
color: #111111;
|
|
53
|
-
display: grid;
|
|
54
|
-
font-size: 14px;
|
|
55
|
-
gap: 8px;
|
|
56
|
-
line-height: 17px;
|
|
57
|
-
padding: 12px;
|
|
58
|
-
padding-bottom: 15px;
|
|
59
|
-
padding-right: 34px;
|
|
60
|
-
position: relative;
|
|
61
|
-
word-wrap: break-word;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.fileName {
|
|
65
|
-
word-break: break-all;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.removeFileIcon {
|
|
69
|
-
color: #b31200;
|
|
70
|
-
cursor: pointer;
|
|
71
|
-
position: absolute;
|
|
72
|
-
right: 7px;
|
|
73
|
-
top: 12px;
|
|
74
|
-
}
|
package/dist/styles-CLK36LUK.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.formattedRichText {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.formattedRichText p {
|
|
6
|
-
line-height: var(--line-height-d-body);
|
|
7
|
-
white-space: initial;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.formattedRichText.singleLine p {
|
|
11
|
-
margin-bottom: 0;
|
|
12
|
-
white-space: nowrap;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.formattedRichText.singleLine p:not(:first-of-type) {
|
|
16
|
-
display: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.hiddenEditor {
|
|
20
|
-
position: absolute;
|
|
21
|
-
left: 0;
|
|
22
|
-
width: 0;
|
|
23
|
-
height: 0;
|
|
24
|
-
top: 0;
|
|
25
|
-
pointer-events: none;
|
|
26
|
-
visibility: hidden;
|
|
27
|
-
}
|