@seeqdev/qomponents 0.0.58 → 0.0.59

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.
Files changed (142) hide show
  1. package/dist/ButtonWithDropdown/ButtonWithDropdown.d.ts +4 -0
  2. package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +5 -0
  3. package/dist/ButtonWithDropdown/ButtonWithDropdown.test.d.ts +1 -0
  4. package/dist/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +66 -0
  5. package/dist/ButtonWithDropdown/index.d.ts +1 -0
  6. package/dist/ButtonWithPopover/ButtonWithPopover.d.ts +4 -0
  7. package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +5 -0
  8. package/dist/ButtonWithPopover/ButtonWithPopover.test.d.ts +1 -0
  9. package/dist/ButtonWithPopover/ButtonWithPopover.types.d.ts +48 -0
  10. package/dist/ButtonWithPopover/index.d.ts +1 -0
  11. package/dist/FontCustom.woff +0 -0
  12. package/dist/FontCustom.woff2 +0 -0
  13. package/dist/ToolbarButton/ToolbarButton.types.d.ts +2 -0
  14. package/dist/index.d.ts +4 -0
  15. package/dist/index.esm.js +855 -20
  16. package/dist/index.esm.js.map +1 -1
  17. package/dist/index.js +856 -19
  18. package/dist/index.js.map +1 -1
  19. package/dist/styles.css +451 -271
  20. package/package.json +4 -3
  21. package/dist/Accordion/Accordion.js +0 -9
  22. package/dist/Accordion/Accordion.js.map +0 -1
  23. package/dist/Accordion/Accordion.stories.js +0 -109
  24. package/dist/Accordion/Accordion.stories.js.map +0 -1
  25. package/dist/Accordion/Accordion.test.js +0 -55
  26. package/dist/Accordion/Accordion.test.js.map +0 -1
  27. package/dist/Accordion/Accordion.types.js +0 -2
  28. package/dist/Accordion/Accordion.types.js.map +0 -1
  29. package/dist/Accordion/index.js +0 -2
  30. package/dist/Accordion/index.js.map +0 -1
  31. package/dist/Button/Button.js +0 -87
  32. package/dist/Button/Button.js.map +0 -1
  33. package/dist/Button/Button.stories.js +0 -77
  34. package/dist/Button/Button.stories.js.map +0 -1
  35. package/dist/Button/Button.test.js +0 -49
  36. package/dist/Button/Button.test.js.map +0 -1
  37. package/dist/Button/Button.types.js +0 -4
  38. package/dist/Button/Button.types.js.map +0 -1
  39. package/dist/Button/index.js +0 -2
  40. package/dist/Button/index.js.map +0 -1
  41. package/dist/Checkbox/Checkbox.js +0 -24
  42. package/dist/Checkbox/Checkbox.js.map +0 -1
  43. package/dist/Checkbox/Checkbox.stories.js +0 -32
  44. package/dist/Checkbox/Checkbox.stories.js.map +0 -1
  45. package/dist/Checkbox/Checkbox.test.js +0 -94
  46. package/dist/Checkbox/Checkbox.test.js.map +0 -1
  47. package/dist/Checkbox/Checkbox.types.js +0 -2
  48. package/dist/Checkbox/Checkbox.types.js.map +0 -1
  49. package/dist/Checkbox/index.js +0 -2
  50. package/dist/Checkbox/index.js.map +0 -1
  51. package/dist/Icon/Icon.js +0 -63
  52. package/dist/Icon/Icon.js.map +0 -1
  53. package/dist/Icon/Icon.stories.js +0 -41
  54. package/dist/Icon/Icon.stories.js.map +0 -1
  55. package/dist/Icon/Icon.test.js +0 -55
  56. package/dist/Icon/Icon.test.js.map +0 -1
  57. package/dist/Icon/Icon.types.js +0 -16
  58. package/dist/Icon/Icon.types.js.map +0 -1
  59. package/dist/Icon/index.js +0 -2
  60. package/dist/Icon/index.js.map +0 -1
  61. package/dist/Modal/Modal.js +0 -99
  62. package/dist/Modal/Modal.js.map +0 -1
  63. package/dist/Modal/Modal.stories.js +0 -176
  64. package/dist/Modal/Modal.stories.js.map +0 -1
  65. package/dist/Modal/Modal.test.js +0 -108
  66. package/dist/Modal/Modal.test.js.map +0 -1
  67. package/dist/Modal/Modal.types.js +0 -2
  68. package/dist/Modal/Modal.types.js.map +0 -1
  69. package/dist/Modal/index.js +0 -2
  70. package/dist/Modal/index.js.map +0 -1
  71. package/dist/Select/Select.js +0 -168
  72. package/dist/Select/Select.js.map +0 -1
  73. package/dist/Select/Select.stories.js +0 -72
  74. package/dist/Select/Select.stories.js.map +0 -1
  75. package/dist/Select/Select.test.js +0 -161
  76. package/dist/Select/Select.test.js.map +0 -1
  77. package/dist/Select/Select.types.js +0 -2
  78. package/dist/Select/Select.types.js.map +0 -1
  79. package/dist/Select/index.js +0 -2
  80. package/dist/Select/index.js.map +0 -1
  81. package/dist/Tabs/Tabs.js +0 -22
  82. package/dist/Tabs/Tabs.js.map +0 -1
  83. package/dist/Tabs/Tabs.stories.js +0 -91
  84. package/dist/Tabs/Tabs.stories.js.map +0 -1
  85. package/dist/Tabs/Tabs.test.js +0 -91
  86. package/dist/Tabs/Tabs.test.js.map +0 -1
  87. package/dist/Tabs/Tabs.types.js +0 -2
  88. package/dist/Tabs/Tabs.types.js.map +0 -1
  89. package/dist/Tabs/index.js +0 -2
  90. package/dist/Tabs/index.js.map +0 -1
  91. package/dist/TextArea/TextArea.js +0 -23
  92. package/dist/TextArea/TextArea.js.map +0 -1
  93. package/dist/TextArea/TextArea.stories.js +0 -39
  94. package/dist/TextArea/TextArea.stories.js.map +0 -1
  95. package/dist/TextArea/TextArea.test.js +0 -68
  96. package/dist/TextArea/TextArea.test.js.map +0 -1
  97. package/dist/TextArea/TextArea.types.js +0 -2
  98. package/dist/TextArea/TextArea.types.js.map +0 -1
  99. package/dist/TextArea/index.js +0 -2
  100. package/dist/TextArea/index.js.map +0 -1
  101. package/dist/TextField/TextField.js +0 -64
  102. package/dist/TextField/TextField.js.map +0 -1
  103. package/dist/TextField/TextField.stories.js +0 -41
  104. package/dist/TextField/TextField.stories.js.map +0 -1
  105. package/dist/TextField/TextField.test.js +0 -35
  106. package/dist/TextField/TextField.test.js.map +0 -1
  107. package/dist/TextField/TextField.types.js +0 -2
  108. package/dist/TextField/TextField.types.js.map +0 -1
  109. package/dist/TextField/index.js +0 -2
  110. package/dist/TextField/index.js.map +0 -1
  111. package/dist/ToolbarButton/ToolbarButton.js +0 -74
  112. package/dist/ToolbarButton/ToolbarButton.js.map +0 -1
  113. package/dist/ToolbarButton/ToolbarButton.stories.js +0 -79
  114. package/dist/ToolbarButton/ToolbarButton.stories.js.map +0 -1
  115. package/dist/ToolbarButton/ToolbarButton.test.js +0 -93
  116. package/dist/ToolbarButton/ToolbarButton.test.js.map +0 -1
  117. package/dist/ToolbarButton/ToolbarButton.types.js +0 -2
  118. package/dist/ToolbarButton/ToolbarButton.types.js.map +0 -1
  119. package/dist/ToolbarButton/index.js +0 -2
  120. package/dist/ToolbarButton/index.js.map +0 -1
  121. package/dist/Tooltip/QTip.stories.js +0 -40
  122. package/dist/Tooltip/QTip.stories.js.map +0 -1
  123. package/dist/Tooltip/QTip.types.js +0 -2
  124. package/dist/Tooltip/QTip.types.js.map +0 -1
  125. package/dist/Tooltip/QTipPerformance.stories.js +0 -30
  126. package/dist/Tooltip/QTipPerformance.stories.js.map +0 -1
  127. package/dist/Tooltip/Qtip.js +0 -148
  128. package/dist/Tooltip/Qtip.js.map +0 -1
  129. package/dist/Tooltip/Tooltip.js +0 -36
  130. package/dist/Tooltip/Tooltip.js.map +0 -1
  131. package/dist/Tooltip/Tooltip.stories.js +0 -32
  132. package/dist/Tooltip/Tooltip.stories.js.map +0 -1
  133. package/dist/Tooltip/Tooltip.types.js +0 -3
  134. package/dist/Tooltip/Tooltip.types.js.map +0 -1
  135. package/dist/Tooltip/TooltipPerformance.stories.js +0 -30
  136. package/dist/Tooltip/TooltipPerformance.stories.js.map +0 -1
  137. package/dist/Tooltip/index.js +0 -3
  138. package/dist/Tooltip/index.js.map +0 -1
  139. package/dist/types.js +0 -2
  140. package/dist/types.js.map +0 -1
  141. package/dist/utils/browserId.js +0 -29
  142. package/dist/utils/browserId.js.map +0 -1
package/dist/styles.css CHANGED
@@ -100,1036 +100,1028 @@
100
100
  width: 1.25em;
101
101
  }
102
102
 
103
- .fc-uncertain-2:before {
104
- content: '\e9b1';
103
+ .fc-workbook-ai:before {
104
+ content: "\e9af";
105
105
  }
106
106
 
107
- .fc-uncertain:before {
108
- content: '\e9b0';
107
+ .fc-genai-chat:before {
108
+ content: "\e9ae";
109
109
  }
110
110
 
111
- .fc-marker:before {
112
- content: '\a961';
111
+ .fc-formula-ai:before {
112
+ content: "\e901";
113
113
  }
114
114
 
115
- .fc-display-range-unused:before {
116
- content: '\a96e';
115
+ .fc-datalab-ai:before {
116
+ content: "\e900";
117
117
  }
118
118
 
119
- .fc-series-new:before {
120
- content: '\a979';
119
+ .fc-marker:before {
120
+ content: "\a961";
121
121
  }
122
122
 
123
- .fc-formula-ai:before {
124
- content: '\e900';
123
+ .fc-display-range-unused:before {
124
+ content: "\a96e";
125
125
  }
126
126
 
127
- .fc-formula_assistant_2-converted:before {
128
- content: '\e901';
127
+ .fc-series-new:before {
128
+ content: "\a979";
129
129
  }
130
130
 
131
131
  .fc-scatterplot-line:before {
132
- content: '\e902';
132
+ content: "\e902";
133
133
  }
134
134
 
135
135
  .fc-annotate:before {
136
- content: '\e903';
136
+ content: "\e903";
137
137
  }
138
138
 
139
139
  .fc-capsule:before {
140
- content: '\e904';
140
+ content: "\e904";
141
141
  }
142
142
 
143
143
  .fc-search-limit:before {
144
- content: '\e905';
144
+ content: "\e905";
145
145
  }
146
146
 
147
147
  .fc-search-logic:before {
148
- content: '\e906';
148
+ content: "\e906";
149
149
  }
150
150
 
151
151
  .fc-search-pattern:before {
152
- content: '\e907';
152
+ content: "\e907";
153
153
  }
154
154
 
155
155
  .fc-search-power:before {
156
- content: '\e908';
156
+ content: "\e908";
157
157
  }
158
158
 
159
159
  .fc-home:before {
160
- content: '\e909';
160
+ content: "\e909";
161
161
  }
162
162
 
163
163
  .fc-capsule-set:before {
164
- content: '\e90a';
164
+ content: "\e90a";
165
165
  }
166
166
 
167
167
  .fc-scatterplot:before {
168
- content: '\e90b';
168
+ content: "\e90b";
169
169
  }
170
170
 
171
171
  .fc-series:before {
172
- content: '\e90c';
172
+ content: "\e90c";
173
173
  }
174
174
 
175
175
  .fc-group:before {
176
- content: '\e90d';
176
+ content: "\e90d";
177
177
  }
178
178
 
179
179
  .fc-boundary-alert:before {
180
- content: '\e90e';
180
+ content: "\e90e";
181
181
  }
182
182
 
183
183
  .fc-chart-alert:before {
184
- content: '\e90f';
184
+ content: "\e90f";
185
185
  }
186
186
 
187
187
  .fc-seeq-datalab:before {
188
- content: '\e910';
188
+ content: "\e910";
189
189
  }
190
190
 
191
191
  .fc-seeq-datalab-lock:before {
192
- content: '\e911';
192
+ content: "\e911";
193
193
  }
194
194
 
195
195
  .fc-all-items:before {
196
- content: '\e912';
196
+ content: "\e912";
197
197
  }
198
198
 
199
199
  .fc-asset-tree:before {
200
- content: '\e913';
200
+ content: "\e913";
201
201
  }
202
202
 
203
203
  .fc-trend:before {
204
- content: '\e914';
204
+ content: "\e914";
205
205
  }
206
206
 
207
207
  .fc-flag:before {
208
- content: '\e915';
208
+ content: "\e915";
209
209
  }
210
210
 
211
211
  .fc-capsules:before {
212
- content: '\e916';
212
+ content: "\e916";
213
213
  }
214
214
 
215
215
  .fc-connect:before {
216
- content: '\e917';
216
+ content: "\e917";
217
217
  }
218
218
 
219
219
  .fc-display-range:before {
220
- content: '\e918';
220
+ content: "\e918";
221
221
  }
222
222
 
223
223
  .fc-statistics:before {
224
- content: '\e919';
224
+ content: "\e919";
225
225
  }
226
226
 
227
227
  .fc-eye:before {
228
- content: '\e91a';
228
+ content: "\e91a";
229
229
  }
230
230
 
231
231
  .fc-eye-o:before {
232
- content: '\e91b';
232
+ content: "\e91b";
233
233
  }
234
234
 
235
235
  .fc-data-file:before {
236
- content: '\e91c';
236
+ content: "\e91c";
237
237
  }
238
238
 
239
239
  .fc-gridline:before {
240
- content: '\e91d';
240
+ content: "\e91d";
241
241
  }
242
242
 
243
243
  .fc-model-and-predict:before {
244
- content: '\e91e';
244
+ content: "\e91e";
245
245
  }
246
246
 
247
247
  .fc-cleanse:before {
248
- content: '\e91f';
248
+ content: "\e91f";
249
249
  }
250
250
 
251
251
  .fc-identify:before {
252
- content: '\e920';
252
+ content: "\e920";
253
253
  }
254
254
 
255
255
  .fc-quantify:before {
256
- content: '\e921';
256
+ content: "\e921";
257
257
  }
258
258
 
259
259
  .fc-treemap:before {
260
- content: '\e922';
260
+ content: "\e922";
261
261
  }
262
262
 
263
263
  .fc-series-dim:before {
264
- content: '\e923';
264
+ content: "\e923";
265
265
  }
266
266
 
267
267
  .fc-series-gen:before {
268
- content: '\e924';
268
+ content: "\e924";
269
269
  }
270
270
 
271
271
  .fc-formula:before {
272
- content: '\e925';
272
+ content: "\e925";
273
273
  }
274
274
 
275
275
  .fc-alignment:before {
276
- content: '\e926';
276
+ content: "\e926";
277
277
  }
278
278
 
279
279
  .fc-delete:before {
280
- content: '\e927';
280
+ content: "\e927";
281
281
  }
282
282
 
283
283
  .fc-list:before {
284
- content: '\e928';
284
+ content: "\e928";
285
285
  }
286
286
 
287
287
  .fc-tile:before {
288
- content: '\e929';
288
+ content: "\e929";
289
289
  }
290
290
 
291
291
  .fc-arrow_down:before {
292
- content: '\e92a';
292
+ content: "\e92a";
293
293
  }
294
294
 
295
295
  .fc-arrow_up:before {
296
- content: '\e92b';
296
+ content: "\e92b";
297
297
  }
298
298
 
299
299
  .fc-user-community:before {
300
- content: '\e92c';
300
+ content: "\e92c";
301
301
  }
302
302
 
303
303
  .fc-certificate:before {
304
- content: '\e92d';
304
+ content: "\e92d";
305
305
  }
306
306
 
307
307
  .fc-training:before {
308
- content: '\e92e';
308
+ content: "\e92e";
309
309
  }
310
310
 
311
311
  .fc-knowledge-base:before {
312
- content: '\e92f';
312
+ content: "\e92f";
313
313
  }
314
314
 
315
315
  .fc-causality:before {
316
- content: '\e930';
316
+ content: "\e930";
317
317
  }
318
318
 
319
319
  .fc-parallel-coordinate:before {
320
- content: '\e931';
320
+ content: "\e931";
321
321
  }
322
322
 
323
323
  .fc-arrow_updown:before {
324
- content: '\e932';
324
+ content: "\e932";
325
325
  }
326
326
 
327
327
  .fc-circle_warning:before {
328
- content: '\e933';
328
+ content: "\e933";
329
329
  }
330
330
 
331
331
  .fc-circle_info:before {
332
- content: '\e934';
332
+ content: "\e934";
333
333
  }
334
334
 
335
335
  .fc-warning:before {
336
- content: '\e935';
336
+ content: "\e935";
337
337
  }
338
338
 
339
339
  .fc-grab-window:before {
340
- content: '\e936';
340
+ content: "\e936";
341
341
  }
342
342
 
343
343
  .fc-magnify:before {
344
- content: '\e937';
344
+ content: "\e937";
345
345
  }
346
346
 
347
347
  .fc-box-empty:before {
348
- content: '\e938';
348
+ content: "\e938";
349
349
  }
350
350
 
351
351
  .fc-box-check:before {
352
- content: '\e939';
352
+ content: "\e939";
353
353
  }
354
354
 
355
355
  .fc-circle-empty:before {
356
- content: '\e93a';
356
+ content: "\e93a";
357
357
  }
358
358
 
359
359
  .fc-circle-check:before {
360
- content: '\e93b';
360
+ content: "\e93b";
361
361
  }
362
362
 
363
363
  .fc-q_search:before {
364
- content: '\e93c';
364
+ content: "\e93c";
365
365
  }
366
366
 
367
367
  .fc-scatterplot-select:before {
368
- content: '\e93d';
368
+ content: "\e93d";
369
369
  }
370
370
 
371
371
  .fc-redo:before {
372
- content: '\e93e';
372
+ content: "\e93e";
373
373
  }
374
374
 
375
375
  .fc-digital-filter:before {
376
- content: '\e93f';
376
+ content: "\e93f";
377
377
  }
378
378
 
379
379
  .fc-support:before {
380
- content: '\e940';
380
+ content: "\e940";
381
381
  }
382
382
 
383
383
  .fc-binoculars:before {
384
- content: '\e941';
384
+ content: "\e941";
385
385
  }
386
386
 
387
387
  .fc-check:before {
388
- content: '\e942';
388
+ content: "\e942";
389
389
  }
390
390
 
391
391
  .fc-filter:before {
392
- content: '\e943';
392
+ content: "\e943";
393
393
  }
394
394
 
395
395
  .fc-trash:before {
396
- content: '\e944';
396
+ content: "\e944";
397
397
  }
398
398
 
399
399
  .fc-gear:before {
400
- content: '\e945';
400
+ content: "\e945";
401
401
  }
402
402
 
403
403
  .fc-lock:before {
404
- content: '\e946';
404
+ content: "\e946";
405
405
  }
406
406
 
407
407
  .fc-lock-open:before {
408
- content: '\e947';
408
+ content: "\e947";
409
409
  }
410
410
 
411
411
  .fc-arrow-dropdown:before {
412
- content: '\e948';
412
+ content: "\e948";
413
413
  }
414
414
 
415
415
  .fc-mag-glass-empty:before {
416
- content: '\e949';
416
+ content: "\e949";
417
417
  }
418
418
 
419
419
  .fc-globe:before {
420
- content: '\e94a';
420
+ content: "\e94a";
421
421
  }
422
422
 
423
423
  .fc-edit:before {
424
- content: '\e94b';
424
+ content: "\e94b";
425
425
  }
426
426
 
427
427
  .fc-add-column:before {
428
- content: '\e94c';
428
+ content: "\e94c";
429
429
  }
430
430
 
431
431
  .fc-add-row:before {
432
- content: '\e94d';
432
+ content: "\e94d";
433
433
  }
434
434
 
435
435
  .fc-border-style:before {
436
- content: '\e94e';
436
+ content: "\e94e";
437
437
  }
438
438
 
439
439
  .fc-clock-density:before {
440
- content: '\e94f';
440
+ content: "\e94f";
441
441
  }
442
442
 
443
443
  .fc-plus-assets:before {
444
- content: '\e950';
444
+ content: "\e950";
445
445
  }
446
446
 
447
447
  .fc-plus-selected:before {
448
- content: '\e951';
448
+ content: "\e951";
449
449
  }
450
450
 
451
451
  .fc-comment:before {
452
- content: '\e952';
452
+ content: "\e952";
453
453
  }
454
454
 
455
455
  .fc-user:before {
456
- content: '\e953';
456
+ content: "\e953";
457
457
  }
458
458
 
459
459
  .fc-engineer:before {
460
- content: '\e954';
460
+ content: "\e954";
461
461
  }
462
462
 
463
463
  .fc-pricing:before {
464
- content: '\e955';
464
+ content: "\e955";
465
465
  }
466
466
 
467
467
  .fc-free-trial:before {
468
- content: '\e956';
468
+ content: "\e956";
469
469
  }
470
470
 
471
471
  .fc-partners:before {
472
- content: '\e957';
472
+ content: "\e957";
473
473
  }
474
474
 
475
475
  .fc-meter:before {
476
- content: '\e958';
476
+ content: "\e958";
477
477
  }
478
478
 
479
479
  .fc-beaker:before {
480
- content: '\e959';
480
+ content: "\e959";
481
481
  }
482
482
 
483
483
  .fc-lightbulb:before {
484
- content: '\e95a';
484
+ content: "\e95a";
485
485
  }
486
486
 
487
487
  .fc-pdf:before {
488
- content: '\e95b';
488
+ content: "\e95b";
489
489
  }
490
490
 
491
491
  .fc-add-column-2:before {
492
- content: '\e95c';
492
+ content: "\e95c";
493
493
  }
494
494
 
495
495
  .fc-add-row-2:before {
496
- content: '\e95d';
496
+ content: "\e95d";
497
497
  }
498
498
 
499
499
  .fc-eraser:before {
500
- content: '\e95e';
500
+ content: "\e95e";
501
501
  }
502
502
 
503
503
  .fc-paintbrush:before {
504
- content: '\e95f';
504
+ content: "\e95f";
505
505
  }
506
506
 
507
507
  .fc-rows:before {
508
- content: '\e960';
508
+ content: "\e960";
509
509
  }
510
510
 
511
511
  .fc-quick-start:before {
512
- content: '\e961';
512
+ content: "\e961";
513
513
  }
514
514
 
515
515
  .fc-video:before {
516
- content: '\e962';
516
+ content: "\e962";
517
517
  }
518
518
 
519
519
  .fc-wireless2:before {
520
- content: '\e963';
520
+ content: "\e963";
521
521
  }
522
522
 
523
523
  .fc-wireless:before {
524
- content: '\e964';
524
+ content: "\e964";
525
525
  }
526
526
 
527
527
  .fc-mag-glass:before {
528
- content: '\e965';
528
+ content: "\e965";
529
529
  }
530
530
 
531
531
  .fc-data:before {
532
- content: '\e966';
532
+ content: "\e966";
533
533
  }
534
534
 
535
535
  .fc-annotation:before {
536
- content: '\e967';
536
+ content: "\e967";
537
537
  }
538
538
 
539
539
  .fc-briefcase:before {
540
- content: '\e968';
540
+ content: "\e968";
541
541
  }
542
542
 
543
543
  .fc-investigate:before {
544
- content: '\e969';
544
+ content: "\e969";
545
545
  }
546
546
 
547
547
  .fc-monitor:before {
548
- content: '\e96a';
548
+ content: "\e96a";
549
549
  }
550
550
 
551
551
  .fc-clipboard:before {
552
- content: '\e96b';
552
+ content: "\e96b";
553
553
  }
554
554
 
555
555
  .fc-share-access:before {
556
- content: '\e96c';
556
+ content: "\e96c";
557
557
  }
558
558
 
559
559
  .fc-bar-chart-horizontal:before {
560
- content: '\e96d';
560
+ content: "\e96d";
561
561
  }
562
562
 
563
563
  .fc-stacked-bar-chart:before {
564
- content: '\e96e';
564
+ content: "\e96e";
565
565
  }
566
566
 
567
567
  .fc-stacked-bar-horizontal:before {
568
- content: '\e96f';
568
+ content: "\e96f";
569
569
  }
570
570
 
571
571
  .fc-excel:before {
572
- content: '\e970';
572
+ content: "\e970";
573
573
  }
574
574
 
575
575
  .fc-usage:before {
576
- content: '\e971';
576
+ content: "\e971";
577
577
  }
578
578
 
579
579
  .fc-gears-2:before {
580
- content: '\e972';
580
+ content: "\e972";
581
581
  }
582
582
 
583
583
  .fc-pharma:before {
584
- content: '\e973';
584
+ content: "\e973";
585
585
  }
586
586
 
587
587
  .fc-water:before {
588
- content: '\e974';
588
+ content: "\e974";
589
589
  }
590
590
 
591
591
  .fc-chemical:before {
592
- content: '\e975';
592
+ content: "\e975";
593
593
  }
594
594
 
595
595
  .fc-oil:before {
596
- content: '\e976';
596
+ content: "\e976";
597
597
  }
598
598
 
599
599
  .fc-beverage:before {
600
- content: '\e977';
600
+ content: "\e977";
601
601
  }
602
602
 
603
603
  .fc-utilities:before {
604
- content: '\e978';
604
+ content: "\e978";
605
605
  }
606
606
 
607
607
  .fc-manufacturing:before {
608
- content: '\e979';
608
+ content: "\e979";
609
609
  }
610
610
 
611
611
  .fc-industry:before {
612
- content: '\e97a';
612
+ content: "\e97a";
613
613
  }
614
614
 
615
615
  .fc-viz-normal:before {
616
- content: '\e97b';
616
+ content: "\e97b";
617
617
  }
618
618
 
619
619
  .fc-compare:before {
620
- content: '\e97c';
620
+ content: "\e97c";
621
621
  }
622
622
 
623
623
  .fc-diamond:before {
624
- content: '\e97d';
624
+ content: "\e97d";
625
625
  }
626
626
 
627
627
  .fc-square:before {
628
- content: '\e97e';
628
+ content: "\e97e";
629
629
  }
630
630
 
631
631
  .fc-triangle:before {
632
- content: '\e97f';
632
+ content: "\e97f";
633
633
  }
634
634
 
635
635
  .fc-rectangle:before {
636
- content: '\e980';
636
+ content: "\e980";
637
637
  }
638
638
 
639
639
  .fc-strip:before {
640
- content: '\e981';
640
+ content: "\e981";
641
641
  }
642
642
 
643
643
  .fc-viz-overlay:before {
644
- content: '\e982';
644
+ content: "\e982";
645
645
  }
646
646
 
647
647
  .fc-viz-chain:before {
648
- content: '\e983';
648
+ content: "\e983";
649
649
  }
650
650
 
651
651
  .fc-graph:before {
652
- content: '\e984';
652
+ content: "\e984";
653
653
  }
654
654
 
655
655
  .fc-pin:before {
656
- content: '\e985';
656
+ content: "\e985";
657
657
  }
658
658
 
659
659
  .fc-y-axis:before {
660
- content: '\e986';
660
+ content: "\e986";
661
661
  }
662
662
 
663
663
  .fc-capsule-bar:before {
664
- content: '\e987';
664
+ content: "\e987";
665
665
  }
666
666
 
667
667
  .fc-copy:before {
668
- content: '\e988';
668
+ content: "\e988";
669
669
  }
670
670
 
671
671
  .fc-link:before {
672
- content: '\e989';
672
+ content: "\e989";
673
673
  }
674
674
 
675
675
  .fc-unlink:before {
676
- content: '\e98a';
676
+ content: "\e98a";
677
677
  }
678
678
 
679
679
  .fc-step-back-full:before {
680
- content: '\e98b';
680
+ content: "\e98b";
681
681
  }
682
682
 
683
683
  .fc-displays:before {
684
- content: '\e98c';
684
+ content: "\e98c";
685
685
  }
686
686
 
687
687
  .fc-overwrite:before {
688
- content: '\e98d';
688
+ content: "\e98d";
689
689
  }
690
690
 
691
691
  .fc-rename:before {
692
- content: '\e98e';
692
+ content: "\e98e";
693
693
  }
694
694
 
695
695
  .fc-parallel-boundary:before {
696
- content: '\e98f';
696
+ content: "\e98f";
697
697
  }
698
698
 
699
699
  .fc-loading-notch:before {
700
- content: '\e990';
700
+ content: "\e990";
701
701
  }
702
702
 
703
703
  .fc-skill-explorer:before {
704
- content: '\e991';
704
+ content: "\e991";
705
705
  }
706
706
 
707
707
  .fc-step-fore-full:before {
708
- content: '\e992';
708
+ content: "\e992";
709
709
  }
710
710
 
711
711
  .fc-step-back-half:before {
712
- content: '\e993';
712
+ content: "\e993";
713
713
  }
714
714
 
715
715
  .fc-step-fore-half:before {
716
- content: '\e994';
716
+ content: "\e994";
717
717
  }
718
718
 
719
719
  .fc-arrow-down:before {
720
- content: '\e995';
720
+ content: "\e995";
721
721
  }
722
722
 
723
723
  .fc-arrow-up:before {
724
- content: '\e996';
724
+ content: "\e996";
725
725
  }
726
726
 
727
727
  .fc-expand-close:before {
728
- content: '\e997';
728
+ content: "\e997";
729
729
  }
730
730
 
731
731
  .fc-expand-open:before {
732
- content: '\e998';
732
+ content: "\e998";
733
733
  }
734
734
 
735
735
  .fc-axis:before {
736
- content: '\e999';
736
+ content: "\e999";
737
737
  }
738
738
 
739
739
  .fc-axis-o:before {
740
- content: '\e99a';
740
+ content: "\e99a";
741
741
  }
742
742
 
743
743
  .fc-solid:before {
744
- content: '\e99b';
744
+ content: "\e99b";
745
745
  }
746
746
 
747
747
  .fc-sun:before {
748
- content: '\e99c';
748
+ content: "\e99c";
749
749
  }
750
750
 
751
751
  .fc-announcements:before {
752
- content: '\e99d';
752
+ content: "\e99d";
753
753
  }
754
754
 
755
755
  .fc-bell-cog:before {
756
- content: '\e99e';
756
+ content: "\e99e";
757
757
  }
758
758
 
759
759
  .fc-copy-date:before {
760
- content: '\e99f';
760
+ content: "\e99f";
761
761
  }
762
762
 
763
763
  .fc-copy-date-2:before {
764
- content: '\e9a0';
764
+ content: "\e9a0";
765
765
  }
766
766
 
767
767
  .fc-bell-solid:before {
768
- content: '\e9a1';
768
+ content: "\e9a1";
769
769
  }
770
770
 
771
771
  .fc-bell-regular:before {
772
- content: '\e9a2';
772
+ content: "\e9a2";
773
773
  }
774
774
 
775
775
  .fc-add-on-1:before {
776
- content: '\e9a3';
776
+ content: "\e9a3";
777
777
  }
778
778
 
779
779
  .fc-view-data:before {
780
- content: '\e9a4';
780
+ content: "\e9a4";
781
781
  }
782
782
 
783
783
  .fc-add-on-2:before {
784
- content: '\e9a5';
784
+ content: "\e9a5";
785
785
  }
786
786
 
787
787
  .fc-external-link:before {
788
- content: '\e9a6';
788
+ content: "\e9a6";
789
789
  }
790
790
 
791
791
  .fc-pdf-cog:before {
792
- content: '\e9a7';
792
+ content: "\e9a7";
793
793
  }
794
794
 
795
795
  .fc-pdf-file:before {
796
- content: '\e9a8';
796
+ content: "\e9a8";
797
797
  }
798
798
 
799
799
  .fc-filter-remove:before {
800
- content: '\e9a9';
800
+ content: "\e9a9";
801
801
  }
802
802
 
803
803
  .fc-autosize-all-cells:before {
804
- content: '\e9aa';
804
+ content: "\e9aa";
805
805
  }
806
806
 
807
807
  .fc-autosize-cell2:before {
808
- content: '\e9ab';
808
+ content: "\e9ab";
809
809
  }
810
810
 
811
811
  .fc-toggle-off:before {
812
- content: '\e9ac';
812
+ content: "\e9ac";
813
813
  }
814
814
 
815
815
  .fc-toggle-on:before {
816
- content: '\e9ad';
817
- }
818
-
819
- .fc-general_ai_assistant-converted:before {
820
- content: '\e9ae';
821
- }
822
-
823
- .fc-workbookAssistant-converted:before {
824
- content: '\e9af';
816
+ content: "\e9ad";
825
817
  }
826
818
 
827
819
  .fc-short-dash:before {
828
- content: '\f901';
820
+ content: "\f901";
829
821
  }
830
822
 
831
823
  .fc-short-dot:before {
832
- content: '\f902';
824
+ content: "\f902";
833
825
  }
834
826
 
835
827
  .fc-short-dash-dot:before {
836
- content: '\f903';
828
+ content: "\f903";
837
829
  }
838
830
 
839
831
  .fc-short-dash-dot-dot:before {
840
- content: '\f904';
832
+ content: "\f904";
841
833
  }
842
834
 
843
835
  .fc-dot:before {
844
- content: '\f905';
836
+ content: "\f905";
845
837
  }
846
838
 
847
839
  .fc-dash:before {
848
- content: '\f906';
840
+ content: "\f906";
849
841
  }
850
842
 
851
843
  .fc-long-dash:before {
852
- content: '\f907';
844
+ content: "\f907";
853
845
  }
854
846
 
855
847
  .fc-dash-dot:before {
856
- content: '\f908';
848
+ content: "\f908";
857
849
  }
858
850
 
859
851
  .fc-long-dash-dot:before {
860
- content: '\f909';
852
+ content: "\f909";
861
853
  }
862
854
 
863
855
  .fc-long-dash-dot-dot:before {
864
- content: '\f910';
856
+ content: "\f910";
865
857
  }
866
858
 
867
859
  .fc-scalar:before {
868
- content: '\f911';
860
+ content: "\f911";
869
861
  }
870
862
 
871
863
  .fc-detail-columns:before {
872
- content: '\f912';
864
+ content: "\f912";
873
865
  }
874
866
 
875
867
  .fc-workbook:before {
876
- content: '\f913';
868
+ content: "\f913";
877
869
  }
878
870
 
879
871
  .fc-workbook-user:before {
880
- content: '\f914';
872
+ content: "\f914";
881
873
  }
882
874
 
883
875
  .fc-workbook-lock:before {
884
- content: '\f915';
876
+ content: "\f915";
885
877
  }
886
878
 
887
879
  .fc-workbook-globe:before {
888
- content: '\f916';
880
+ content: "\f916";
889
881
  }
890
882
 
891
883
  .fc-arrow-circle:before {
892
- content: '\f917';
884
+ content: "\f917";
893
885
  }
894
886
 
895
887
  .fc-condition-define:before {
896
- content: '\f918';
888
+ content: "\f918";
897
889
  }
898
890
 
899
891
  .fc-condition-combine:before {
900
- content: '\f919';
892
+ content: "\f919";
901
893
  }
902
894
 
903
895
  .fc-series-modify:before {
904
- content: '\f920';
896
+ content: "\f920";
905
897
  }
906
898
 
907
899
  .fc-boundary:before {
908
- content: '\f923';
900
+ content: "\f923";
909
901
  }
910
902
 
911
903
  .fc-condition-digital:before {
912
- content: '\f924';
904
+ content: "\f924";
913
905
  }
914
906
 
915
907
  .fc-timing:before {
916
- content: '\f925';
908
+ content: "\f925";
917
909
  }
918
910
 
919
911
  .fc-series-properties:before {
920
- content: '\f926';
912
+ content: "\f926";
921
913
  }
922
914
 
923
915
  .fc-import:before {
924
- content: '\f927';
916
+ content: "\f927";
925
917
  }
926
918
 
927
919
  .fc-export:before {
928
- content: '\f928';
920
+ content: "\f928";
929
921
  }
930
922
 
931
923
  .fc-pivision:before {
932
- content: '\f929';
924
+ content: "\f929";
933
925
  }
934
926
 
935
927
  .fc-samples-and-line:before {
936
- content: '\f930';
928
+ content: "\f930";
937
929
  }
938
930
 
939
931
  .fc-samples-only:before {
940
- content: '\f931';
932
+ content: "\f931";
941
933
  }
942
934
 
943
935
  .fc-prediction:before {
944
- content: '\f932';
936
+ content: "\f932";
945
937
  }
946
938
 
947
939
  .fc-lowpass:before {
948
- content: '\f933';
940
+ content: "\f933";
949
941
  }
950
942
 
951
943
  .fc-bar-chart:before {
952
- content: '\f934';
944
+ content: "\f934";
953
945
  }
954
946
 
955
947
  .fc-ancillaries:before {
956
- content: '\f935';
948
+ content: "\f935";
957
949
  }
958
950
 
959
951
  .fc-deviation:before {
960
- content: '\f936';
952
+ content: "\f936";
961
953
  }
962
954
 
963
955
  .fc-journal:before {
964
- content: '\f937';
956
+ content: "\f937";
965
957
  }
966
958
 
967
959
  .fc-journal-edit:before {
968
- content: '\f938';
960
+ content: "\f938";
969
961
  }
970
962
 
971
963
  .fc-line-bars:before {
972
- content: '\f939';
964
+ content: "\f939";
973
965
  }
974
966
 
975
967
  .fc-reference:before {
976
- content: '\f940';
968
+ content: "\f940";
977
969
  }
978
970
 
979
971
  .fc-powerpoint:before {
980
- content: '\f941';
972
+ content: "\f941";
981
973
  }
982
974
 
983
975
  .fc-link-seeq:before {
984
- content: '\f942';
976
+ content: "\f942";
985
977
  }
986
978
 
987
979
  .fc-journal-blank:before {
988
- content: '\f943';
980
+ content: "\f943";
989
981
  }
990
982
 
991
983
  .fc-more:before {
992
- content: '\f944';
984
+ content: "\f944";
993
985
  }
994
986
 
995
987
  .fc-share:before {
996
- content: '\f945';
988
+ content: "\f945";
997
989
  }
998
990
 
999
991
  .fc-periodic-condition:before {
1000
- content: '\f946';
992
+ content: "\f946";
1001
993
  }
1002
994
 
1003
995
  .fc-report:before {
1004
- content: '\f947';
996
+ content: "\f947";
1005
997
  }
1006
998
 
1007
999
  .fc-seeq-content:before {
1008
- content: '\f948';
1000
+ content: "\f948";
1009
1001
  }
1010
1002
 
1011
1003
  .fc-table:before {
1012
- content: '\f949';
1004
+ content: "\f949";
1013
1005
  }
1014
1006
 
1015
1007
  .fc-unit:before {
1016
- content: '\f950';
1008
+ content: "\f950";
1017
1009
  }
1018
1010
 
1019
1011
  .fc-metric:before {
1020
- content: '\f951';
1012
+ content: "\f951";
1021
1013
  }
1022
1014
 
1023
1015
  .fc-pdf-export:before {
1024
- content: '\f952';
1016
+ content: "\f952";
1025
1017
  }
1026
1018
 
1027
1019
  .fc-x-circle:before {
1028
- content: '\f953';
1020
+ content: "\f953";
1029
1021
  }
1030
1022
 
1031
1023
  .fc-stop:before {
1032
- content: '\f954';
1024
+ content: "\f954";
1033
1025
  }
1034
1026
 
1035
1027
  .fc-report-lock:before {
1036
- content: '\f955';
1028
+ content: "\f955";
1037
1029
  }
1038
1030
 
1039
1031
  .fc-analysis:before {
1040
- content: '\f956';
1032
+ content: "\f956";
1041
1033
  }
1042
1034
 
1043
1035
  .fc-analysis-lock:before {
1044
- content: '\f957';
1036
+ content: "\f957";
1045
1037
  }
1046
1038
 
1047
1039
  .fc-requests:before {
1048
- content: '\f958';
1040
+ content: "\f958";
1049
1041
  }
1050
1042
 
1051
1043
  .fc-folder:before {
1052
- content: '\f959';
1044
+ content: "\f959";
1053
1045
  }
1054
1046
 
1055
1047
  .fc-folder-move:before {
1056
- content: '\f960';
1048
+ content: "\f960";
1057
1049
  }
1058
1050
 
1059
1051
  .fc-folder-new:before {
1060
- content: '\f961';
1052
+ content: "\f961";
1061
1053
  }
1062
1054
 
1063
1055
  .fc-folder-lock:before {
1064
- content: '\f962';
1056
+ content: "\f962";
1065
1057
  }
1066
1058
 
1067
1059
  .fc-pin-o:before {
1068
- content: '\f963';
1060
+ content: "\f963";
1069
1061
  }
1070
1062
 
1071
1063
  .fc-refresh:before {
1072
- content: '\f964';
1064
+ content: "\f964";
1073
1065
  }
1074
1066
 
1075
1067
  .fc-arrow-right-right:before {
1076
- content: '\f965';
1068
+ content: "\f965";
1077
1069
  }
1078
1070
 
1079
1071
  .fc-arrow-left-left:before {
1080
- content: '\f966';
1072
+ content: "\f966";
1081
1073
  }
1082
1074
 
1083
1075
  .fc-refresh-on:before {
1084
- content: '\f967';
1076
+ content: "\f967";
1085
1077
  }
1086
1078
 
1087
1079
  .fc-refresh-off:before {
1088
- content: '\f968';
1080
+ content: "\f968";
1089
1081
  }
1090
1082
 
1091
1083
  .fc-box-plus:before {
1092
- content: '\f969';
1084
+ content: "\f969";
1093
1085
  }
1094
1086
 
1095
1087
  .fc-box-minus:before {
1096
- content: '\f970';
1088
+ content: "\f970";
1097
1089
  }
1098
1090
 
1099
1091
  .fc-circle_plus:before {
1100
- content: '\f971';
1092
+ content: "\f971";
1101
1093
  }
1102
1094
 
1103
1095
  .fc-circle_minus:before {
1104
- content: '\f972';
1096
+ content: "\f972";
1105
1097
  }
1106
1098
 
1107
1099
  .fc-page-break:before {
1108
- content: '\f973';
1100
+ content: "\f973";
1109
1101
  }
1110
1102
 
1111
1103
  .fc-restore:before {
1112
- content: '\f974';
1104
+ content: "\f974";
1113
1105
  }
1114
1106
 
1115
1107
  .fc-subscription:before {
1116
- content: '\f975';
1108
+ content: "\f975";
1117
1109
  }
1118
1110
 
1119
1111
  .fc-jobs:before {
1120
- content: '\f976';
1112
+ content: "\f976";
1121
1113
  }
1122
1114
 
1123
1115
  .fc-trash_info:before {
1124
- content: '\f977';
1116
+ content: "\f977";
1125
1117
  }
1126
1118
 
1127
1119
  .fc-trash_info2:before {
1128
- content: '\f978';
1120
+ content: "\f978";
1129
1121
  }
1130
1122
 
1131
1123
  .fc-bell-curve:before {
1132
- content: '\f979';
1124
+ content: "\f979";
1133
1125
  }
1134
1126
 
1135
1127
  /* ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */
@@ -1868,6 +1860,11 @@ ol,
1868
1860
  margin-bottom: 1.5rem;
1869
1861
  }
1870
1862
 
1863
+ .tw-my-\[8px\] {
1864
+ margin-top: 8px;
1865
+ margin-bottom: 8px;
1866
+ }
1867
+
1871
1868
  .-tw-mt-\[1px\] {
1872
1869
  margin-top: -1px;
1873
1870
  }
@@ -1884,6 +1881,10 @@ ol,
1884
1881
  margin-bottom: 0px;
1885
1882
  }
1886
1883
 
1884
+ .tw-mb-4 {
1885
+ margin-bottom: 1rem;
1886
+ }
1887
+
1887
1888
  .tw-mb-5 {
1888
1889
  margin-bottom: 1.25rem;
1889
1890
  }
@@ -1936,6 +1937,14 @@ ol,
1936
1937
  margin-top: 0.375rem;
1937
1938
  }
1938
1939
 
1940
+ .tw-mt-2 {
1941
+ margin-top: 0.5rem;
1942
+ }
1943
+
1944
+ .tw-mt-\[-2px\] {
1945
+ margin-top: -2px;
1946
+ }
1947
+
1939
1948
  .tw-inline-block {
1940
1949
  display: inline-block;
1941
1950
  }
@@ -1964,10 +1973,22 @@ ol,
1964
1973
  height: 10px;
1965
1974
  }
1966
1975
 
1976
+ .tw-h-\[1px\] {
1977
+ height: 1px;
1978
+ }
1979
+
1980
+ .tw-h-\[27px\] {
1981
+ height: 27px;
1982
+ }
1983
+
1967
1984
  .tw-h-\[45px\] {
1968
1985
  height: 45px;
1969
1986
  }
1970
1987
 
1988
+ .tw-h-\[6px\] {
1989
+ height: 6px;
1990
+ }
1991
+
1971
1992
  .tw-h-full {
1972
1993
  height: 100%;
1973
1994
  }
@@ -1984,14 +2005,26 @@ ol,
1984
2005
  width: 0.875rem;
1985
2006
  }
1986
2007
 
2008
+ .tw-w-72 {
2009
+ width: 18rem;
2010
+ }
2011
+
1987
2012
  .tw-w-\[10px\] {
1988
2013
  width: 10px;
1989
2014
  }
1990
2015
 
2016
+ .tw-w-\[18px\] {
2017
+ width: 18px;
2018
+ }
2019
+
1991
2020
  .tw-w-\[200px\] {
1992
2021
  width: 200px;
1993
2022
  }
1994
2023
 
2024
+ .tw-w-\[6px\] {
2025
+ width: 6px;
2026
+ }
2027
+
1995
2028
  .tw-w-full {
1996
2029
  width: 100%;
1997
2030
  }
@@ -2172,6 +2205,10 @@ ol,
2172
2205
  gap: 0px !important;
2173
2206
  }
2174
2207
 
2208
+ .tw-gap-1 {
2209
+ gap: 0.25rem;
2210
+ }
2211
+
2175
2212
  .tw-gap-4 {
2176
2213
  gap: 1rem;
2177
2214
  }
@@ -2192,6 +2229,10 @@ ol,
2192
2229
  border-radius: 0.25rem;
2193
2230
  }
2194
2231
 
2232
+ .tw-rounded-full {
2233
+ border-radius: 9999px;
2234
+ }
2235
+
2195
2236
  .tw-rounded-lg {
2196
2237
  border-radius: 0.5rem;
2197
2238
  }
@@ -2256,6 +2297,10 @@ ol,
2256
2297
  border-left-width: 0px;
2257
2298
  }
2258
2299
 
2300
+ .tw-border-r {
2301
+ border-right-width: 1px;
2302
+ }
2303
+
2259
2304
  .tw-border-r-0 {
2260
2305
  border-right-width: 0px;
2261
2306
  }
@@ -2286,6 +2331,11 @@ ol,
2286
2331
  border-color: rgb(var(--sq-color-dark));
2287
2332
  }
2288
2333
 
2334
+ .tw-border-sq-color-dark-dark {
2335
+ --tw-border-opacity: 1;
2336
+ border-color: rgb(var(--sq-color-dark-dark));
2337
+ }
2338
+
2289
2339
  .tw-border-sq-danger-color {
2290
2340
  --tw-border-opacity: 1;
2291
2341
  border-color: rgb(var(--sq-danger-color));
@@ -2301,6 +2351,11 @@ ol,
2301
2351
  border-color: rgb(var(--sq-icon));
2302
2352
  }
2303
2353
 
2354
+ .tw-border-sq-light-gray {
2355
+ --tw-border-opacity: 1;
2356
+ border-color: rgb(var(--sq-light-gray));
2357
+ }
2358
+
2304
2359
  .tw-border-sq-warning-color {
2305
2360
  --tw-border-opacity: 1;
2306
2361
  border-color: rgb(var(--sq-warning-color));
@@ -2384,6 +2439,22 @@ ol,
2384
2439
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2385
2440
  }
2386
2441
 
2442
+ .tw-fill-transparent {
2443
+ fill: transparent;
2444
+ }
2445
+
2446
+ .tw-fill-white {
2447
+ fill: #fff;
2448
+ }
2449
+
2450
+ .tw-stroke-slate-300 {
2451
+ stroke: #cbd5e1;
2452
+ }
2453
+
2454
+ .tw-stroke-2 {
2455
+ stroke-width: 2;
2456
+ }
2457
+
2387
2458
  .\!tw-p-0 {
2388
2459
  padding: 0px !important;
2389
2460
  }
@@ -2446,6 +2517,11 @@ ol,
2446
2517
  padding-right: 1.5rem;
2447
2518
  }
2448
2519
 
2520
+ .tw-px-\[19px\] {
2521
+ padding-left: 19px;
2522
+ padding-right: 19px;
2523
+ }
2524
+
2449
2525
  .tw-px-\[5px\] {
2450
2526
  padding-left: 5px;
2451
2527
  padding-right: 5px;
@@ -2565,6 +2641,10 @@ ol,
2565
2641
  font-style: italic;
2566
2642
  }
2567
2643
 
2644
+ .tw-leading-none {
2645
+ line-height: 1;
2646
+ }
2647
+
2568
2648
  .tw-leading-normal {
2569
2649
  line-height: 1.5;
2570
2650
  }
@@ -2893,6 +2973,11 @@ ol,
2893
2973
  color: rgb(255 255 255 / var(--tw-text-opacity));
2894
2974
  }
2895
2975
 
2976
+ .focus-within\:tw-outline-none:focus-within {
2977
+ outline: 2px solid transparent;
2978
+ outline-offset: 2px;
2979
+ }
2980
+
2896
2981
  .hover\:tw-cursor-pointer:hover {
2897
2982
  cursor: pointer;
2898
2983
  }
@@ -2949,6 +3034,11 @@ ol,
2949
3034
  background-color: rgb(var(--sq-color-highlight));
2950
3035
  }
2951
3036
 
3037
+ .hover\:tw-bg-sq-colored-hover:hover {
3038
+ --tw-bg-opacity: 1;
3039
+ background-color: rgb(var(--sq-colored-hover));
3040
+ }
3041
+
2952
3042
  .hover\:tw-bg-sq-danger-color-hover:hover {
2953
3043
  --tw-bg-opacity: 1;
2954
3044
  background-color: rgb(212 59 55 / var(--tw-bg-opacity));
@@ -3095,6 +3185,78 @@ ol,
3095
3185
  opacity: 1;
3096
3186
  }
3097
3187
 
3188
+ .data-\[disabled\]\:tw-pointer-events-none[data-disabled] {
3189
+ pointer-events: none;
3190
+ }
3191
+
3192
+ @keyframes tw-slideUpAndFade {
3193
+
3194
+ from {
3195
+ opacity: 0;
3196
+ transform: translateY(2px);
3197
+ }
3198
+
3199
+ to {
3200
+ opacity: 1;
3201
+ transform: translateY(0);
3202
+ }
3203
+ }
3204
+
3205
+ .data-\[side\=bottom\]\:tw-animate-slideUpAndFade[data-side=bottom] {
3206
+ animation: tw-slideUpAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
3207
+ }
3208
+
3209
+ @keyframes tw-slideRightAndFade {
3210
+
3211
+ from {
3212
+ opacity: 0;
3213
+ transform: translateX(-2px);
3214
+ }
3215
+
3216
+ to {
3217
+ opacity: 1;
3218
+ transform: translateX(0);
3219
+ }
3220
+ }
3221
+
3222
+ .data-\[side\=left\]\:tw-animate-slideRightAndFade[data-side=left] {
3223
+ animation: tw-slideRightAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
3224
+ }
3225
+
3226
+ @keyframes tw-slideLeftAndFade {
3227
+
3228
+ from {
3229
+ opacity: 0;
3230
+ transform: translateX(2px);
3231
+ }
3232
+
3233
+ to {
3234
+ opacity: 1;
3235
+ transform: translateX(0);
3236
+ }
3237
+ }
3238
+
3239
+ .data-\[side\=right\]\:tw-animate-slideLeftAndFade[data-side=right] {
3240
+ animation: tw-slideLeftAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
3241
+ }
3242
+
3243
+ @keyframes tw-slideDownAndFade {
3244
+
3245
+ from {
3246
+ opacity: 0;
3247
+ transform: translateY(-2px);
3248
+ }
3249
+
3250
+ to {
3251
+ opacity: 1;
3252
+ transform: translateY(0);
3253
+ }
3254
+ }
3255
+
3256
+ .data-\[side\=top\]\:tw-animate-slideDownAndFade[data-side=top] {
3257
+ animation: tw-slideDownAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
3258
+ }
3259
+
3098
3260
  @keyframes tw-slideUp {
3099
3261
 
3100
3262
  from {
@@ -3125,6 +3287,11 @@ ol,
3125
3287
  animation: tw-slideDown 0.3s ease-in-out;
3126
3288
  }
3127
3289
 
3290
+ .data-\[disabled\]\:tw-text-sq-disabled-gray[data-disabled] {
3291
+ --tw-text-opacity: 1;
3292
+ color: rgb(var(--sq-disabled-gray));
3293
+ }
3294
+
3128
3295
  .tw-dark .dark\:tw-border-gray-700 {
3129
3296
  --tw-border-opacity: 1;
3130
3297
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
@@ -3190,6 +3357,14 @@ ol,
3190
3357
  background-color: rgb(var(--sq-multi-gray-dark));
3191
3358
  }
3192
3359
 
3360
+ .tw-dark .dark\:tw-fill-sq-dark-background {
3361
+ fill: rgb(var(--sq-dark-background));
3362
+ }
3363
+
3364
+ .tw-dark .dark\:tw-stroke-sq-color-dark-dark {
3365
+ stroke: rgb(var(--sq-color-dark-dark));
3366
+ }
3367
+
3193
3368
  .tw-dark .dark\:tw-text-sq-color-dark-dark {
3194
3369
  --tw-text-opacity: 1;
3195
3370
  color: rgb(var(--sq-color-dark-dark));
@@ -3285,6 +3460,11 @@ ol,
3285
3460
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
3286
3461
  }
3287
3462
 
3463
+ .tw-dark .hover\:dark\:tw-bg-sq-colored-hover-dark:hover {
3464
+ --tw-bg-opacity: 1;
3465
+ background-color: rgb(var(--sq-colored-hover-dark));
3466
+ }
3467
+
3288
3468
  .tw-dark .dark\:hover\:tw-text-sq-color-dark-dark:hover {
3289
3469
  --tw-text-opacity: 1;
3290
3470
  color: rgb(var(--sq-color-dark-dark));