@aivenio/aquarium 1.2.1 → 1.4.0

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 (198) hide show
  1. package/README.md +2 -2
  2. package/dist/_variables.scss +2 -1
  3. package/dist/_variables_timescale.scss +2 -1
  4. package/dist/atoms.cjs +670 -245
  5. package/dist/atoms.mjs +681 -258
  6. package/dist/src/common/Alert/Alert.d.ts +1 -1
  7. package/dist/src/common/Alert/Alert.js +6 -6
  8. package/dist/src/common/Banner/Banner.d.ts +1 -1
  9. package/dist/src/common/Banner/Banner.js +5 -5
  10. package/dist/src/common/Checkbox/Checkbox.js +12 -19
  11. package/dist/src/common/Chip/Chip.js +4 -4
  12. package/dist/src/common/DataList/DataList.d.ts +1 -1
  13. package/dist/src/common/DataList/DataList.js +4 -4
  14. package/dist/src/common/Dialog/Dialog.d.ts +2 -2
  15. package/dist/src/common/Dialog/Dialog.js +2 -2
  16. package/dist/src/common/DropdownMenu/DropdownMenu.js +4 -4
  17. package/dist/src/common/InputGroup/InputGroup.d.ts +1 -1
  18. package/dist/src/common/InputGroup/InputGroup.js +1 -1
  19. package/dist/src/common/Modal/Modal.d.ts +6 -0
  20. package/dist/src/common/Modal/Modal.js +14 -5
  21. package/dist/src/common/Popover/Popover.d.ts +1 -1
  22. package/dist/src/common/Popover/Popover.js +2 -2
  23. package/dist/src/common/PopoverDialog/PopoverDialog.js +4 -4
  24. package/dist/src/common/ProgressBar/ProgressBar.js +4 -4
  25. package/dist/src/common/RadioButton/RadioButton.js +7 -16
  26. package/dist/src/common/Section/Section.d.ts +1 -1
  27. package/dist/src/common/Section/Section.js +3 -3
  28. package/dist/src/common/Select/Select.d.ts +1 -1
  29. package/dist/src/common/Select/Select.js +6 -6
  30. package/dist/src/common/Stepper/Stepper.d.ts +33 -0
  31. package/dist/src/common/Stepper/Stepper.js +60 -0
  32. package/dist/src/common/Switch/Switch.d.ts +11 -0
  33. package/dist/src/common/Switch/Switch.js +28 -0
  34. package/dist/src/common/Table/Table.d.ts +5 -5
  35. package/dist/src/common/Table/Table.js +7 -7
  36. package/dist/src/common/Timeline/Timeline.js +2 -2
  37. package/dist/src/common/Typography/Typography.d.ts +1 -1
  38. package/dist/src/common/Typography/Typography.js +3 -3
  39. package/dist/src/common/index.d.ts +3 -1
  40. package/dist/src/common/index.js +4 -2
  41. package/dist/src/components/Alert/Alert.d.ts +7 -4
  42. package/dist/src/components/Alert/Alert.js +4 -4
  43. package/dist/src/components/Avatar/Avatar.js +2 -2
  44. package/dist/src/components/Badge/Badge.js +2 -2
  45. package/dist/src/components/Banner/Banner.d.ts +7 -4
  46. package/dist/src/components/Banner/Banner.js +5 -6
  47. package/dist/src/components/Box/Box.d.ts +6 -6
  48. package/dist/src/components/Box/Box.js +3 -3
  49. package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  50. package/dist/src/components/Breadcrumbs/Breadcrumbs.js +5 -5
  51. package/dist/src/components/Button/Button.d.ts +1 -1
  52. package/dist/src/components/Button/Button.js +5 -5
  53. package/dist/src/components/Card/Card.d.ts +12 -5
  54. package/dist/src/components/Card/Card.js +15 -13
  55. package/dist/src/components/Carousel/Carousel.js +4 -4
  56. package/dist/src/components/Checkbox/Checkbox.d.ts +1 -1
  57. package/dist/src/components/Checkbox/Checkbox.js +5 -11
  58. package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +4 -4
  59. package/dist/src/components/CheckboxGroup/CheckboxGroup.js +3 -3
  60. package/dist/src/components/Chip/Chip.d.ts +1 -1
  61. package/dist/src/components/Chip/Chip.js +3 -3
  62. package/dist/src/components/ChoiceChip/ChoiceChip.js +3 -3
  63. package/dist/src/components/Combobox/Combobox.d.ts +1 -1
  64. package/dist/src/components/Combobox/Combobox.js +7 -7
  65. package/dist/src/components/Container/Container.d.ts +16 -0
  66. package/dist/src/components/Container/Container.js +18 -0
  67. package/dist/src/components/Context/Context.d.ts +1 -1
  68. package/dist/src/components/Context/Context.js +1 -1
  69. package/dist/src/components/ControlLabel/ControlLabel.d.ts +1 -1
  70. package/dist/src/components/ControlLabel/ControlLabel.js +4 -4
  71. package/dist/src/components/DataList/DataList.d.ts +1 -1
  72. package/dist/src/components/DataList/DataList.js +7 -7
  73. package/dist/src/components/DataTable/DataTable.d.ts +2 -2
  74. package/dist/src/components/DataTable/DataTable.js +7 -7
  75. package/dist/src/components/Dialog/Dialog.d.ts +2 -2
  76. package/dist/src/components/Dialog/Dialog.js +5 -5
  77. package/dist/src/components/Divider/Divider.js +1 -1
  78. package/dist/src/components/Dropdown/Dropdown.d.ts +5 -2
  79. package/dist/src/components/Dropdown/Dropdown.js +8 -8
  80. package/dist/src/components/DropdownMenu/DropdownMenu.d.ts +3 -3
  81. package/dist/src/components/DropdownMenu/DropdownMenu.js +8 -8
  82. package/dist/src/components/DropdownMenu/utils.d.ts +1 -1
  83. package/dist/src/components/DropdownMenu/utils.js +1 -1
  84. package/dist/src/components/EmptyState/EmptyState.d.ts +2 -2
  85. package/dist/src/components/EmptyState/EmptyState.js +12 -12
  86. package/dist/src/components/Flexbox/Flexbox.d.ts +5 -5
  87. package/dist/src/components/Flexbox/Flexbox.js +1 -1
  88. package/dist/src/components/Flexbox/FlexboxItem.d.ts +4 -4
  89. package/dist/src/components/Flexbox/FlexboxItem.js +1 -1
  90. package/dist/src/components/Grid/Grid.d.ts +15 -15
  91. package/dist/src/components/Grid/Grid.js +1 -1
  92. package/dist/src/components/Grid/GridItem.d.ts +8 -8
  93. package/dist/src/components/Grid/GridItem.js +2 -2
  94. package/dist/src/components/Icon/Icon.d.ts +2 -2
  95. package/dist/src/components/Icon/Icon.js +1 -1
  96. package/dist/src/components/Input/Input.d.ts +1 -1
  97. package/dist/src/components/Input/Input.js +6 -6
  98. package/dist/src/components/ListItem/ListItem.js +2 -2
  99. package/dist/src/components/Modal/Modal.d.ts +8 -4
  100. package/dist/src/components/Modal/Modal.js +12 -10
  101. package/dist/src/components/MultiInput/InputChip.js +5 -5
  102. package/dist/src/components/MultiInput/MultiInput.d.ts +1 -1
  103. package/dist/src/components/MultiInput/MultiInput.js +7 -5
  104. package/dist/src/components/MultiSelect/MultiSelect.d.ts +2 -2
  105. package/dist/src/components/MultiSelect/MultiSelect.js +5 -5
  106. package/dist/src/components/NativeSelect/NativeSelect.d.ts +1 -2
  107. package/dist/src/components/NativeSelect/NativeSelect.js +29 -9
  108. package/dist/src/components/PageHeader/PageHeader.d.ts +2 -2
  109. package/dist/src/components/PageHeader/PageHeader.js +5 -5
  110. package/dist/src/components/Pagination/Pagination.js +4 -4
  111. package/dist/src/components/Pagination/usePagination.js +2 -2
  112. package/dist/src/components/Popover/Popover.d.ts +2 -2
  113. package/dist/src/components/Popover/Popover.js +2 -2
  114. package/dist/src/components/Popover/PopoverContext.d.ts +1 -1
  115. package/dist/src/components/Popover/PopoverWrapper.d.ts +1 -1
  116. package/dist/src/components/Popover/PopoverWrapper.js +1 -1
  117. package/dist/src/components/PopoverDialog/PopoverDialog.d.ts +2 -2
  118. package/dist/src/components/PopoverDialog/PopoverDialog.js +2 -2
  119. package/dist/src/components/Portal/Portal.d.ts +1 -1
  120. package/dist/src/components/Portal/Portal.js +1 -1
  121. package/dist/src/components/ProgressBar/ProgressBar.js +1 -1
  122. package/dist/src/components/RadioButton/RadioButton.d.ts +1 -1
  123. package/dist/src/components/RadioButton/RadioButton.js +6 -12
  124. package/dist/src/components/RadioButtonGroup/RadioButtonGroup.d.ts +4 -4
  125. package/dist/src/components/RadioButtonGroup/RadioButtonGroup.js +4 -4
  126. package/dist/src/components/Section/Section.d.ts +1 -1
  127. package/dist/src/components/Section/Section.js +3 -3
  128. package/dist/src/components/SegmentedControl/SegmentedControl.js +4 -4
  129. package/dist/src/components/Select/Select.d.ts +2 -2
  130. package/dist/src/components/Select/Select.js +12 -12
  131. package/dist/src/components/Skeleton/Skeleton.js +2 -2
  132. package/dist/src/components/Stepper/Stepper.d.ts +24 -0
  133. package/dist/src/components/Stepper/Stepper.js +24 -0
  134. package/dist/src/components/Switch/Switch.d.ts +2 -4
  135. package/dist/src/components/Switch/Switch.js +7 -31
  136. package/dist/src/components/SwitchGroup/SwitchGroup.d.ts +4 -4
  137. package/dist/src/components/SwitchGroup/SwitchGroup.js +4 -4
  138. package/dist/src/components/Table/Table.d.ts +1 -1
  139. package/dist/src/components/Table/Table.js +2 -2
  140. package/dist/src/components/Tabs/Tabs.js +11 -11
  141. package/dist/src/components/TagLabel/TagLabel.js +2 -2
  142. package/dist/src/components/Tailwindify/Tailwindify.d.ts +26 -26
  143. package/dist/src/components/Tailwindify/Tailwindify.js +1 -1
  144. package/dist/src/components/Template/Template.d.ts +4 -4
  145. package/dist/src/components/Template/Template.js +1 -1
  146. package/dist/src/components/Textarea/Textarea.d.ts +1 -1
  147. package/dist/src/components/Textarea/Textarea.js +5 -5
  148. package/dist/src/components/Timeline/Timeline.js +7 -7
  149. package/dist/src/components/Tooltip/Tooltip.d.ts +2 -2
  150. package/dist/src/components/Tooltip/Tooltip.js +3 -3
  151. package/dist/src/components/Tooltip/useTooltipTriggerState.d.ts +1 -1
  152. package/dist/src/components/Tooltip/useTooltipTriggerState.js +1 -1
  153. package/dist/src/components/Typography/Typography.d.ts +28 -4
  154. package/dist/src/components/Typography/Typography.js +61 -21
  155. package/dist/src/components/index.d.ts +5 -3
  156. package/dist/src/components/index.js +6 -4
  157. package/dist/src/js/resolveTheme.d.ts +1 -1
  158. package/dist/src/system.d.ts +6 -6
  159. package/dist/src/system.js +6 -6
  160. package/dist/src/utils/Blueprint.js +2 -2
  161. package/dist/src/utils/breakpoints.d.ts +2 -2
  162. package/dist/src/utils/breakpoints.js +2 -2
  163. package/dist/src/utils/constants.js +2 -2
  164. package/dist/src/utils/createComponent.d.ts +1 -1
  165. package/dist/src/utils/createComponent.js +2 -2
  166. package/dist/src/utils/form/CharCounter/CharCounter.js +2 -2
  167. package/dist/src/utils/form/FormControl/FormControl.js +1 -1
  168. package/dist/src/utils/form/HelperText/HelperText.js +5 -5
  169. package/dist/src/utils/form/InputAdornment/InputAdornment.d.ts +1 -1
  170. package/dist/src/utils/form/InputAdornment/InputAdornment.js +6 -6
  171. package/dist/src/utils/form/Label/Label.d.ts +2 -2
  172. package/dist/src/utils/form/Label/Label.js +5 -5
  173. package/dist/src/utils/table/types.d.ts +6 -5
  174. package/dist/src/utils/table/types.js +1 -1
  175. package/dist/src/utils/table/useScrollTarget.d.ts +1 -1
  176. package/dist/src/utils/table/useScrollTarget.js +1 -1
  177. package/dist/src/utils/table/useTableSort.d.ts +1 -1
  178. package/dist/src/utils/table/useTableSort.js +1 -1
  179. package/dist/src/utils/tailwind.d.ts +2 -2
  180. package/dist/src/utils/tailwind.js +1 -1
  181. package/dist/src/utils/useStyle.d.ts +1 -1
  182. package/dist/src/utils/useStyle.js +3 -3
  183. package/dist/src/utils/useWindowSize.js +3 -3
  184. package/dist/styles.css +289 -75
  185. package/dist/styles_timescaledb.css +289 -76
  186. package/dist/system.cjs +1657 -1278
  187. package/dist/system.mjs +1562 -1185
  188. package/dist/tailwind.config.js +4 -1
  189. package/dist/tokens.json +260 -1
  190. package/dist/tsconfig.module.tsbuildinfo +1 -1
  191. package/dist/types/ActionType.d.ts +2 -2
  192. package/dist/types/IconProps.d.ts +2 -2
  193. package/dist/types/designTokens.d.ts +1 -1
  194. package/dist/types/tailwind.d.ts +3 -3
  195. package/dist/types/tailwindGenerated.d.ts +1 -1
  196. package/dist/types/utils.d.ts +1 -1
  197. package/dist/types/utils.js +1 -1
  198. package/package.json +30 -27
@@ -1,6 +1,6 @@
1
1
  /* https://tailwindcss.com/docs/using-with-preprocessors */
2
2
  /* @import statement must come first and tailwind base must be the first one imported*/
3
- /* ! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com */
3
+ /* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */
4
4
  /*
5
5
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
6
6
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -19,6 +19,7 @@
19
19
  2. Prevent adjustments of font size after orientation changes in iOS.
20
20
  3. Use a more readable tab size.
21
21
  4. Use the user's configured `sans` font-family by default.
22
+ 5. Use the user's configured `sans` font-feature-settings by default.
22
23
  */
23
24
  html {
24
25
  line-height: 1.5; /* 1 */
@@ -27,6 +28,7 @@ html {
27
28
  -o-tab-size: 4;
28
29
  tab-size: 4; /* 3 */
29
30
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
31
+ font-feature-settings: normal; /* 5 */
30
32
  }
31
33
  /*
32
34
  1. Remove the margin in all browsers.
@@ -257,6 +259,10 @@ img,video {
257
259
  max-width: 100%;
258
260
  height: auto;
259
261
  }
262
+ /* Make elements with the HTML hidden attribute stay hidden by default */
263
+ [hidden] {
264
+ display: none;
265
+ }
260
266
  *,::before,::after {
261
267
  --tw-border-spacing-x: 0;
262
268
  --tw-border-spacing-y: 0;
@@ -410,13 +416,92 @@ input[type='number'].no-arrows {
410
416
  max-width: 1536px !important;
411
417
  }
412
418
  }
419
+ .typography-large-heading {
420
+ font-family: Inter;
421
+ font-size: 32px;
422
+ font-weight: 700;
423
+ font-style: normal;
424
+ line-height: 1.375;
425
+ text-transform: none;
426
+ }
427
+ .typography-heading {
428
+ font-family: Inter;
429
+ font-size: 24px;
430
+ font-weight: 700;
431
+ font-style: normal;
432
+ line-height: 1.375;
433
+ text-transform: none;
434
+ }
435
+ .typography-subheading {
436
+ font-family: Inter;
437
+ font-size: 20px;
438
+ font-weight: 600;
439
+ font-style: normal;
440
+ line-height: 1.375;
441
+ text-transform: none;
442
+ }
443
+ .typography-large-strong {
444
+ font-family: Inter;
445
+ font-size: 20px;
446
+ font-weight: 600;
447
+ font-style: normal;
448
+ line-height: 1.58;
449
+ text-transform: none;
450
+ }
451
+ .typography-large {
452
+ font-family: Inter;
453
+ font-size: 20px;
454
+ font-weight: 500;
455
+ font-style: normal;
456
+ line-height: 1.58;
457
+ text-transform: none;
458
+ }
459
+ .typography-default-strong {
460
+ font-family: Inter;
461
+ font-size: 16px;
462
+ font-weight: 600;
463
+ font-style: normal;
464
+ line-height: 1.5;
465
+ text-transform: none;
466
+ }
467
+ .typography-default {
468
+ font-family: Inter;
469
+ font-size: 16px;
470
+ font-weight: 400;
471
+ font-style: normal;
472
+ line-height: 1.5;
473
+ text-transform: none;
474
+ }
475
+ .typography-small-strong {
476
+ font-family: Inter;
477
+ font-size: 14px;
478
+ font-weight: 600;
479
+ font-style: normal;
480
+ line-height: 1.42;
481
+ text-transform: none;
482
+ }
483
+ .typography-small {
484
+ font-family: Inter;
485
+ font-size: 14px;
486
+ font-weight: 400;
487
+ font-style: normal;
488
+ line-height: 1.42;
489
+ text-transform: none;
490
+ }
491
+ .typography-caption {
492
+ font-family: Inter;
493
+ font-size: 12px;
494
+ font-weight: 400;
495
+ font-style: normal;
496
+ line-height: 1.26;
497
+ text-transform: none;
498
+ }
413
499
  .typography-caption-small {
414
500
  font-family: Inter;
415
501
  font-size: 10px;
416
502
  font-weight: 400;
417
503
  font-style: normal;
418
504
  line-height: 1.2;
419
- letter-spacing: 0;
420
505
  text-transform: none;
421
506
  }
422
507
  .typography-caption-default {
@@ -612,8 +697,20 @@ input[type='number'].no-arrows {
612
697
  top: 0 !important;
613
698
  bottom: 0 !important;
614
699
  }
615
- .top-2 {
616
- top: 4px !important;
700
+ .top-\[20px\] {
701
+ top: 20px !important;
702
+ }
703
+ .right-\[28px\] {
704
+ right: 28px !important;
705
+ }
706
+ .-left-1\/2 {
707
+ left: -50% !important;
708
+ }
709
+ .top-\[3px\] {
710
+ top: 3px !important;
711
+ }
712
+ .top-\[14px\] {
713
+ top: 14px !important;
617
714
  }
618
715
  .left-2 {
619
716
  left: 4px !important;
@@ -639,15 +736,15 @@ input[type='number'].no-arrows {
639
736
  .-z-10 {
640
737
  z-index: -10 !important;
641
738
  }
739
+ .z-10 {
740
+ z-index: 10 !important;
741
+ }
642
742
  .z-40 {
643
743
  z-index: 40 !important;
644
744
  }
645
745
  .z-0 {
646
746
  z-index: 0 !important;
647
747
  }
648
- .z-10 {
649
- z-index: 10 !important;
650
- }
651
748
  .z-20 {
652
749
  z-index: 20 !important;
653
750
  }
@@ -787,30 +884,45 @@ input[type='number'].no-arrows {
787
884
  .h-\[20px\] {
788
885
  height: 20px !important;
789
886
  }
790
- .h-3 {
791
- height: 8px !important;
887
+ .h-0 {
888
+ height: 0 !important;
889
+ }
890
+ .h-5 {
891
+ height: 16px !important;
792
892
  }
793
893
  .h-\[1px\] {
794
894
  height: 1px !important;
795
895
  }
896
+ .h-\[120px\] {
897
+ height: 120px !important;
898
+ }
796
899
  .h-2 {
797
900
  height: 4px !important;
798
901
  }
902
+ .h-\[2px\] {
903
+ height: 2px !important;
904
+ }
905
+ .h-\[3px\] {
906
+ height: 3px !important;
907
+ }
908
+ .h-\[32px\] {
909
+ height: 32px !important;
910
+ }
911
+ .h-\[8px\] {
912
+ height: 8px !important;
913
+ }
914
+ .h-4 {
915
+ height: 12px !important;
916
+ }
799
917
  .h-\[50px\] {
800
918
  height: 50px !important;
801
919
  }
802
- .h-5 {
803
- height: 16px !important;
804
- }
805
920
  .h-full {
806
921
  height: 100% !important;
807
922
  }
808
923
  .h-\[6px\] {
809
924
  height: 6px !important;
810
925
  }
811
- .h-\[32px\] {
812
- height: 32px !important;
813
- }
814
926
  .h-\[174px\] {
815
927
  height: 174px !important;
816
928
  }
@@ -820,15 +932,15 @@ input[type='number'].no-arrows {
820
932
  .h-1px {
821
933
  height: 1px !important;
822
934
  }
935
+ .h-3 {
936
+ height: 8px !important;
937
+ }
823
938
  .h-6 {
824
939
  height: 24px !important;
825
940
  }
826
941
  .h-\[56px\] {
827
942
  height: 56px !important;
828
943
  }
829
- .h-4 {
830
- height: 12px !important;
831
- }
832
944
  .h-\[25px\] {
833
945
  height: 25px !important;
834
946
  }
@@ -838,27 +950,39 @@ input[type='number'].no-arrows {
838
950
  .min-h-full {
839
951
  min-height: 100% !important;
840
952
  }
953
+ .min-h-\[120px\] {
954
+ min-height: 120px !important;
955
+ }
841
956
  .min-h-\[50px\] {
842
957
  min-height: 50px !important;
843
958
  }
844
959
  .w-full {
845
960
  width: 100% !important;
846
961
  }
847
- .w-3 {
848
- width: 8px !important;
962
+ .w-0 {
963
+ width: 0 !important;
849
964
  }
850
965
  .w-5 {
851
966
  width: 16px !important;
852
967
  }
968
+ .w-\[32px\] {
969
+ width: 32px !important;
970
+ }
971
+ .w-\[8px\] {
972
+ width: 8px !important;
973
+ }
974
+ .w-\[34px\] {
975
+ width: 34px !important;
976
+ }
977
+ .w-4 {
978
+ width: 12px !important;
979
+ }
853
980
  .w-1 {
854
981
  width: 2px !important;
855
982
  }
856
983
  .w-\[6px\] {
857
984
  width: 6px !important;
858
985
  }
859
- .w-\[32px\] {
860
- width: 32px !important;
861
- }
862
986
  .w-\[280px\] {
863
987
  width: 280px !important;
864
988
  }
@@ -868,30 +992,45 @@ input[type='number'].no-arrows {
868
992
  .w-2 {
869
993
  width: 4px !important;
870
994
  }
995
+ .w-3 {
996
+ width: 8px !important;
997
+ }
871
998
  .w-6 {
872
999
  width: 24px !important;
873
1000
  }
874
1001
  .w-\[56px\] {
875
1002
  width: 56px !important;
876
1003
  }
877
- .w-\[34px\] {
878
- width: 34px !important;
879
- }
880
- .w-4 {
881
- width: 12px !important;
882
- }
883
1004
  .min-w-full {
884
1005
  min-width: 100% !important;
885
1006
  }
886
1007
  .min-w-0 {
887
1008
  min-width: 0px !important;
888
1009
  }
1010
+ .min-w-\[280px\] {
1011
+ min-width: 280px !important;
1012
+ }
889
1013
  .max-w-\[600px\] {
890
1014
  max-width: 600px !important;
891
1015
  }
892
1016
  .max-w-\[940px\] {
893
1017
  max-width: 940px !important;
894
1018
  }
1019
+ .max-w-screen-xl {
1020
+ max-width: 1536px !important;
1021
+ }
1022
+ .max-w-screen-lg {
1023
+ max-width: 1312px !important;
1024
+ }
1025
+ .max-w-screen-md {
1026
+ max-width: 1056px !important;
1027
+ }
1028
+ .max-w-screen-sm {
1029
+ max-width: 672px !important;
1030
+ }
1031
+ .max-w-screen-xs {
1032
+ max-width: 320px !important;
1033
+ }
895
1034
  .max-w-\[70px\] {
896
1035
  max-width: 70px !important;
897
1036
  }
@@ -927,10 +1066,6 @@ input[type='number'].no-arrows {
927
1066
  --tw-border-spacing-y: 0 !important;
928
1067
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
929
1068
  }
930
- .translate-x-5 {
931
- --tw-translate-x: 16px !important;
932
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
933
- }
934
1069
  .rotate-45 {
935
1070
  --tw-rotate: 45deg !important;
936
1071
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
@@ -1123,6 +1258,9 @@ input[type='number'].no-arrows {
1123
1258
  .border-0 {
1124
1259
  border-width: 0px !important;
1125
1260
  }
1261
+ .border-2 {
1262
+ border-width: 2px !important;
1263
+ }
1126
1264
  .border-b-\[1px\] {
1127
1265
  border-bottom-width: 1px !important;
1128
1266
  }
@@ -1157,18 +1295,26 @@ input[type='number'].no-arrows {
1157
1295
  --tw-border-opacity: 1 !important;
1158
1296
  border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
1159
1297
  }
1160
- .border-navyBlue-100 {
1161
- --tw-border-opacity: 1 !important;
1162
- border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1163
- }
1164
1298
  .border-grey-10 {
1165
1299
  --tw-border-opacity: 1 !important;
1166
1300
  border-color: rgb(225 225 227 / var(--tw-border-opacity)) !important;
1167
1301
  }
1302
+ .border-navyBlue-100 {
1303
+ --tw-border-opacity: 1 !important;
1304
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1305
+ }
1168
1306
  .border-grey-50 {
1169
1307
  --tw-border-opacity: 1 !important;
1170
1308
  border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
1171
1309
  }
1310
+ .border-grey-90 {
1311
+ --tw-border-opacity: 1 !important;
1312
+ border-color: rgb(41 42 49 / var(--tw-border-opacity)) !important;
1313
+ }
1314
+ .border-success-70 {
1315
+ --tw-border-opacity: 1 !important;
1316
+ border-color: rgb(0 179 0 / var(--tw-border-opacity)) !important;
1317
+ }
1172
1318
  .border-grey-40 {
1173
1319
  --tw-border-opacity: 1 !important;
1174
1320
  border-color: rgb(150 150 160 / var(--tw-border-opacity)) !important;
@@ -1215,14 +1361,14 @@ input[type='number'].no-arrows {
1215
1361
  --tw-bg-opacity: 1 !important;
1216
1362
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
1217
1363
  }
1218
- .bg-navyBlue-100 {
1219
- --tw-bg-opacity: 1 !important;
1220
- background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1221
- }
1222
1364
  .bg-grey-5 {
1223
1365
  --tw-bg-opacity: 1 !important;
1224
1366
  background-color: rgb(237 237 240 / var(--tw-bg-opacity)) !important;
1225
1367
  }
1368
+ .bg-navyBlue-100 {
1369
+ --tw-bg-opacity: 1 !important;
1370
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1371
+ }
1226
1372
  .bg-info-50 {
1227
1373
  --tw-bg-opacity: 1 !important;
1228
1374
  background-color: rgb(40 180 244 / var(--tw-bg-opacity)) !important;
@@ -1239,6 +1385,14 @@ input[type='number'].no-arrows {
1239
1385
  --tw-bg-opacity: 1 !important;
1240
1386
  background-color: rgb(216 0 5 / var(--tw-bg-opacity)) !important;
1241
1387
  }
1388
+ .bg-grey-20 {
1389
+ --tw-bg-opacity: 1 !important;
1390
+ background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1391
+ }
1392
+ .bg-grey-90 {
1393
+ --tw-bg-opacity: 1 !important;
1394
+ background-color: rgb(41 42 49 / var(--tw-bg-opacity)) !important;
1395
+ }
1242
1396
  .bg-grey-30 {
1243
1397
  --tw-bg-opacity: 1 !important;
1244
1398
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
@@ -1261,17 +1415,12 @@ input[type='number'].no-arrows {
1261
1415
  --tw-bg-opacity: 1 !important;
1262
1416
  background-color: rgb(254 242 241 / var(--tw-bg-opacity)) !important;
1263
1417
  }
1264
- .bg-grey-20 {
1265
- --tw-bg-opacity: 1 !important;
1266
- background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1267
- }
1268
1418
  .bg-primary-70 {
1269
1419
  --tw-bg-opacity: 1 !important;
1270
1420
  background-color: rgb(3 153 227 / var(--tw-bg-opacity)) !important;
1271
1421
  }
1272
- .bg-grey-90 {
1273
- --tw-bg-opacity: 1 !important;
1274
- background-color: rgb(41 42 49 / var(--tw-bg-opacity)) !important;
1422
+ .bg-opacity-40 {
1423
+ --tw-bg-opacity: 0.4 !important;
1275
1424
  }
1276
1425
  .bg-gradient-to-r {
1277
1426
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
@@ -1291,9 +1440,6 @@ input[type='number'].no-arrows {
1291
1440
  .bg-cover {
1292
1441
  background-size: cover !important;
1293
1442
  }
1294
- .stroke-white {
1295
- stroke: white !important;
1296
- }
1297
1443
  .stroke-grey-30 {
1298
1444
  stroke: #b4b4bb !important;
1299
1445
  }
@@ -1310,6 +1456,9 @@ input[type='number'].no-arrows {
1310
1456
  .p-6 {
1311
1457
  padding: 24px !important;
1312
1458
  }
1459
+ .p-\[3px\] {
1460
+ padding: 3px !important;
1461
+ }
1313
1462
  .p-3 {
1314
1463
  padding: 8px !important;
1315
1464
  }
@@ -1368,6 +1517,14 @@ input[type='number'].no-arrows {
1368
1517
  padding-left: 1px !important;
1369
1518
  padding-right: 1px !important;
1370
1519
  }
1520
+ .px-\[14px\] {
1521
+ padding-left: 14px !important;
1522
+ padding-right: 14px !important;
1523
+ }
1524
+ .px-\[20px\] {
1525
+ padding-left: 20px !important;
1526
+ padding-right: 20px !important;
1527
+ }
1371
1528
  .px-4 {
1372
1529
  padding-left: 12px !important;
1373
1530
  padding-right: 12px !important;
@@ -1425,15 +1582,9 @@ input[type='number'].no-arrows {
1425
1582
  .text-\[8px\] {
1426
1583
  font-size: 8px !important;
1427
1584
  }
1428
- .font-medium {
1429
- font-weight: 500 !important;
1430
- }
1431
1585
  .font-normal {
1432
1586
  font-weight: 400 !important;
1433
1587
  }
1434
- .font-semibold {
1435
- font-weight: 600 !important;
1436
- }
1437
1588
  .uppercase {
1438
1589
  text-transform: uppercase !important;
1439
1590
  }
@@ -1788,6 +1939,9 @@ input[type='number'].no-arrows {
1788
1939
  --tw-text-opacity: 1 !important;
1789
1940
  color: rgb(249 253 255 / var(--tw-text-opacity)) !important;
1790
1941
  }
1942
+ .text-transparent {
1943
+ color: transparent !important;
1944
+ }
1791
1945
  .text-white {
1792
1946
  --tw-text-opacity: 1 !important;
1793
1947
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
@@ -1796,10 +1950,6 @@ input[type='number'].no-arrows {
1796
1950
  -webkit-text-decoration-line: underline !important;
1797
1951
  text-decoration-line: underline !important;
1798
1952
  }
1799
- .overline {
1800
- -webkit-text-decoration-line: overline !important;
1801
- text-decoration-line: overline !important;
1802
- }
1803
1953
  .no-underline {
1804
1954
  -webkit-text-decoration-line: none !important;
1805
1955
  text-decoration-line: none !important;
@@ -1807,14 +1957,11 @@ input[type='number'].no-arrows {
1807
1957
  .underline-offset-2 {
1808
1958
  text-underline-offset: 2px !important;
1809
1959
  }
1810
- .opacity-70 {
1811
- opacity: 0.7 !important;
1812
- }
1813
1960
  .opacity-0 {
1814
1961
  opacity: 0 !important;
1815
1962
  }
1816
- .opacity-40 {
1817
- opacity: 0.4 !important;
1963
+ .opacity-70 {
1964
+ opacity: 0.7 !important;
1818
1965
  }
1819
1966
  .shadow-16dp {
1820
1967
  --tw-shadow: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12) !important;
@@ -1822,18 +1969,18 @@ input[type='number'].no-arrows {
1822
1969
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1823
1970
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
1824
1971
  }
1825
- .shadow-2dp {
1826
- --tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24) !important;
1827
- --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color) !important;
1828
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1829
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
1830
- }
1831
1972
  .shadow-4dp {
1832
1973
  --tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20) !important;
1833
1974
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color) !important;
1834
1975
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1835
1976
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
1836
1977
  }
1978
+ .shadow-2dp {
1979
+ --tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24) !important;
1980
+ --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color) !important;
1981
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1982
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
1983
+ }
1837
1984
  .outline-none {
1838
1985
  outline: 2px solid transparent !important;
1839
1986
  outline-offset: 2px !important;
@@ -1906,6 +2053,23 @@ input[type='number'].no-arrows {
1906
2053
  .first\:mt-0:first-child {
1907
2054
  margin-top: 0 !important;
1908
2055
  }
2056
+ .checked\:border-navyBlue-100:checked {
2057
+ --tw-border-opacity: 1 !important;
2058
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2059
+ }
2060
+ .checked\:bg-navyBlue-100:checked {
2061
+ --tw-bg-opacity: 1 !important;
2062
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2063
+ }
2064
+ .checked\:bg-opacity-40:checked {
2065
+ --tw-bg-opacity: 0.4 !important;
2066
+ }
2067
+ .checked\:shadow-whiteInset:checked {
2068
+ --tw-shadow: inset 0 0 0 3px rgba(255,255,255,1) !important;
2069
+ --tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color) !important;
2070
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
2071
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
2072
+ }
1909
2073
  .hover\:cursor-pointer:hover {
1910
2074
  cursor: pointer !important;
1911
2075
  }
@@ -2182,9 +2346,58 @@ input[type='number'].no-arrows {
2182
2346
  --tw-bg-opacity: 1 !important;
2183
2347
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
2184
2348
  }
2185
- .peer:focus~.peer-focus\:border {
2349
+ .peer\/switch:checked~.peer-checked\/switch\:left-1 {
2350
+ left: 2px !important;
2351
+ }
2352
+ .peer\/switch:checked~.peer-checked\/switch\:translate-x-5 {
2353
+ --tw-translate-x: 16px !important;
2354
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
2355
+ }
2356
+ .peer:checked~.peer-checked\:border-navyBlue-100 {
2357
+ --tw-border-opacity: 1 !important;
2358
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2359
+ }
2360
+ .peer:checked~.peer-checked\:bg-navyBlue-100 {
2361
+ --tw-bg-opacity: 1 !important;
2362
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2363
+ }
2364
+ .peer\/switch:checked~.peer-checked\/switch\:bg-navyBlue-100 {
2365
+ --tw-bg-opacity: 1 !important;
2366
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2367
+ }
2368
+ .peer:checked~.peer-checked\:text-white {
2369
+ --tw-text-opacity: 1 !important;
2370
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
2371
+ }
2372
+ .peer:checked~.peer-checked\:text-grey-30 {
2373
+ --tw-text-opacity: 1 !important;
2374
+ color: rgb(180 180 187 / var(--tw-text-opacity)) !important;
2375
+ }
2376
+ .peer\/switch:checked~.peer-checked\/switch\:opacity-40 {
2377
+ opacity: 0.4 !important;
2378
+ }
2379
+ .peer:hover~.peer-hover\:border-grey-50 {
2380
+ --tw-border-opacity: 1 !important;
2381
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2382
+ }
2383
+ .peer\/switch:focus~.peer-focus\/switch\:border {
2186
2384
  border-width: 1px !important;
2187
2385
  }
2386
+ .peer:focus~.peer-focus\:border-info-70 {
2387
+ --tw-border-opacity: 1 !important;
2388
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2389
+ }
2390
+ .peer:disabled~.peer-disabled\:cursor-not-allowed {
2391
+ cursor: not-allowed !important;
2392
+ }
2393
+ .peer:disabled~.peer-disabled\:border-grey-5 {
2394
+ --tw-border-opacity: 1 !important;
2395
+ border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
2396
+ }
2397
+ .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
2398
+ --tw-bg-opacity: 1 !important;
2399
+ background-color: rgb(247 247 250 / var(--tw-bg-opacity)) !important;
2400
+ }
2188
2401
  .children\:inline-block>* {
2189
2402
  display: inline-block !important;
2190
2403
  }
@@ -2195,13 +2408,13 @@ input[type='number'].no-arrows {
2195
2408
  .children\:last\:border-b-0:last-child>* {
2196
2409
  border-bottom-width: 0px !important;
2197
2410
  }
2198
- .\[\&\>path\]\:stroke-white>path {
2411
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
2199
2412
  stroke: white !important;
2200
2413
  }
2201
- .\[\&\>path\]\:stroke-grey-30>path {
2414
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
2202
2415
  stroke: #b4b4bb !important;
2203
2416
  }
2204
- .\[\&\>path\]\:stroke-2>path {
2417
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-2>path {
2205
2418
  stroke-width: 2 !important;
2206
2419
  }
2207
2420
  .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {