@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
package/dist/styles.css CHANGED
@@ -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,6 +416,86 @@ 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;
@@ -612,8 +698,20 @@ input[type='number'].no-arrows {
612
698
  top: 0 !important;
613
699
  bottom: 0 !important;
614
700
  }
615
- .top-2 {
616
- top: 4px !important;
701
+ .top-\[20px\] {
702
+ top: 20px !important;
703
+ }
704
+ .right-\[28px\] {
705
+ right: 28px !important;
706
+ }
707
+ .-left-1\/2 {
708
+ left: -50% !important;
709
+ }
710
+ .top-\[3px\] {
711
+ top: 3px !important;
712
+ }
713
+ .top-\[14px\] {
714
+ top: 14px !important;
617
715
  }
618
716
  .left-2 {
619
717
  left: 4px !important;
@@ -639,15 +737,15 @@ input[type='number'].no-arrows {
639
737
  .-z-10 {
640
738
  z-index: -10 !important;
641
739
  }
740
+ .z-10 {
741
+ z-index: 10 !important;
742
+ }
642
743
  .z-40 {
643
744
  z-index: 40 !important;
644
745
  }
645
746
  .z-0 {
646
747
  z-index: 0 !important;
647
748
  }
648
- .z-10 {
649
- z-index: 10 !important;
650
- }
651
749
  .z-20 {
652
750
  z-index: 20 !important;
653
751
  }
@@ -787,30 +885,45 @@ input[type='number'].no-arrows {
787
885
  .h-\[20px\] {
788
886
  height: 20px !important;
789
887
  }
790
- .h-3 {
791
- height: 8px !important;
888
+ .h-0 {
889
+ height: 0 !important;
890
+ }
891
+ .h-5 {
892
+ height: 16px !important;
792
893
  }
793
894
  .h-\[1px\] {
794
895
  height: 1px !important;
795
896
  }
897
+ .h-\[120px\] {
898
+ height: 120px !important;
899
+ }
796
900
  .h-2 {
797
901
  height: 4px !important;
798
902
  }
903
+ .h-\[2px\] {
904
+ height: 2px !important;
905
+ }
906
+ .h-\[3px\] {
907
+ height: 3px !important;
908
+ }
909
+ .h-\[32px\] {
910
+ height: 32px !important;
911
+ }
912
+ .h-\[8px\] {
913
+ height: 8px !important;
914
+ }
915
+ .h-4 {
916
+ height: 12px !important;
917
+ }
799
918
  .h-\[50px\] {
800
919
  height: 50px !important;
801
920
  }
802
- .h-5 {
803
- height: 16px !important;
804
- }
805
921
  .h-full {
806
922
  height: 100% !important;
807
923
  }
808
924
  .h-\[6px\] {
809
925
  height: 6px !important;
810
926
  }
811
- .h-\[32px\] {
812
- height: 32px !important;
813
- }
814
927
  .h-\[174px\] {
815
928
  height: 174px !important;
816
929
  }
@@ -820,15 +933,15 @@ input[type='number'].no-arrows {
820
933
  .h-1px {
821
934
  height: 1px !important;
822
935
  }
936
+ .h-3 {
937
+ height: 8px !important;
938
+ }
823
939
  .h-6 {
824
940
  height: 24px !important;
825
941
  }
826
942
  .h-\[56px\] {
827
943
  height: 56px !important;
828
944
  }
829
- .h-4 {
830
- height: 12px !important;
831
- }
832
945
  .h-\[25px\] {
833
946
  height: 25px !important;
834
947
  }
@@ -838,27 +951,39 @@ input[type='number'].no-arrows {
838
951
  .min-h-full {
839
952
  min-height: 100% !important;
840
953
  }
954
+ .min-h-\[120px\] {
955
+ min-height: 120px !important;
956
+ }
841
957
  .min-h-\[50px\] {
842
958
  min-height: 50px !important;
843
959
  }
844
960
  .w-full {
845
961
  width: 100% !important;
846
962
  }
847
- .w-3 {
848
- width: 8px !important;
963
+ .w-0 {
964
+ width: 0 !important;
849
965
  }
850
966
  .w-5 {
851
967
  width: 16px !important;
852
968
  }
969
+ .w-\[32px\] {
970
+ width: 32px !important;
971
+ }
972
+ .w-\[8px\] {
973
+ width: 8px !important;
974
+ }
975
+ .w-\[34px\] {
976
+ width: 34px !important;
977
+ }
978
+ .w-4 {
979
+ width: 12px !important;
980
+ }
853
981
  .w-1 {
854
982
  width: 2px !important;
855
983
  }
856
984
  .w-\[6px\] {
857
985
  width: 6px !important;
858
986
  }
859
- .w-\[32px\] {
860
- width: 32px !important;
861
- }
862
987
  .w-\[280px\] {
863
988
  width: 280px !important;
864
989
  }
@@ -868,30 +993,45 @@ input[type='number'].no-arrows {
868
993
  .w-2 {
869
994
  width: 4px !important;
870
995
  }
996
+ .w-3 {
997
+ width: 8px !important;
998
+ }
871
999
  .w-6 {
872
1000
  width: 24px !important;
873
1001
  }
874
1002
  .w-\[56px\] {
875
1003
  width: 56px !important;
876
1004
  }
877
- .w-\[34px\] {
878
- width: 34px !important;
879
- }
880
- .w-4 {
881
- width: 12px !important;
882
- }
883
1005
  .min-w-full {
884
1006
  min-width: 100% !important;
885
1007
  }
886
1008
  .min-w-0 {
887
1009
  min-width: 0px !important;
888
1010
  }
1011
+ .min-w-\[280px\] {
1012
+ min-width: 280px !important;
1013
+ }
889
1014
  .max-w-\[600px\] {
890
1015
  max-width: 600px !important;
891
1016
  }
892
1017
  .max-w-\[940px\] {
893
1018
  max-width: 940px !important;
894
1019
  }
1020
+ .max-w-screen-xl {
1021
+ max-width: 1536px !important;
1022
+ }
1023
+ .max-w-screen-lg {
1024
+ max-width: 1312px !important;
1025
+ }
1026
+ .max-w-screen-md {
1027
+ max-width: 1056px !important;
1028
+ }
1029
+ .max-w-screen-sm {
1030
+ max-width: 672px !important;
1031
+ }
1032
+ .max-w-screen-xs {
1033
+ max-width: 320px !important;
1034
+ }
895
1035
  .max-w-\[70px\] {
896
1036
  max-width: 70px !important;
897
1037
  }
@@ -927,10 +1067,6 @@ input[type='number'].no-arrows {
927
1067
  --tw-border-spacing-y: 0 !important;
928
1068
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
929
1069
  }
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
1070
  .rotate-45 {
935
1071
  --tw-rotate: 45deg !important;
936
1072
  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 +1259,9 @@ input[type='number'].no-arrows {
1123
1259
  .border-0 {
1124
1260
  border-width: 0px !important;
1125
1261
  }
1262
+ .border-2 {
1263
+ border-width: 2px !important;
1264
+ }
1126
1265
  .border-b-\[1px\] {
1127
1266
  border-bottom-width: 1px !important;
1128
1267
  }
@@ -1157,18 +1296,26 @@ input[type='number'].no-arrows {
1157
1296
  --tw-border-opacity: 1 !important;
1158
1297
  border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
1159
1298
  }
1160
- .border-navyBlue-100 {
1161
- --tw-border-opacity: 1 !important;
1162
- border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1163
- }
1164
1299
  .border-grey-10 {
1165
1300
  --tw-border-opacity: 1 !important;
1166
1301
  border-color: rgb(225 225 227 / var(--tw-border-opacity)) !important;
1167
1302
  }
1303
+ .border-navyBlue-100 {
1304
+ --tw-border-opacity: 1 !important;
1305
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1306
+ }
1168
1307
  .border-grey-50 {
1169
1308
  --tw-border-opacity: 1 !important;
1170
1309
  border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
1171
1310
  }
1311
+ .border-grey-90 {
1312
+ --tw-border-opacity: 1 !important;
1313
+ border-color: rgb(41 42 49 / var(--tw-border-opacity)) !important;
1314
+ }
1315
+ .border-success-70 {
1316
+ --tw-border-opacity: 1 !important;
1317
+ border-color: rgb(0 179 0 / var(--tw-border-opacity)) !important;
1318
+ }
1172
1319
  .border-grey-40 {
1173
1320
  --tw-border-opacity: 1 !important;
1174
1321
  border-color: rgb(150 150 160 / var(--tw-border-opacity)) !important;
@@ -1215,14 +1362,14 @@ input[type='number'].no-arrows {
1215
1362
  --tw-bg-opacity: 1 !important;
1216
1363
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
1217
1364
  }
1218
- .bg-navyBlue-100 {
1219
- --tw-bg-opacity: 1 !important;
1220
- background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1221
- }
1222
1365
  .bg-grey-5 {
1223
1366
  --tw-bg-opacity: 1 !important;
1224
1367
  background-color: rgb(237 237 240 / var(--tw-bg-opacity)) !important;
1225
1368
  }
1369
+ .bg-navyBlue-100 {
1370
+ --tw-bg-opacity: 1 !important;
1371
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1372
+ }
1226
1373
  .bg-info-50 {
1227
1374
  --tw-bg-opacity: 1 !important;
1228
1375
  background-color: rgb(40 180 244 / var(--tw-bg-opacity)) !important;
@@ -1239,6 +1386,14 @@ input[type='number'].no-arrows {
1239
1386
  --tw-bg-opacity: 1 !important;
1240
1387
  background-color: rgb(216 0 5 / var(--tw-bg-opacity)) !important;
1241
1388
  }
1389
+ .bg-grey-20 {
1390
+ --tw-bg-opacity: 1 !important;
1391
+ background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1392
+ }
1393
+ .bg-grey-90 {
1394
+ --tw-bg-opacity: 1 !important;
1395
+ background-color: rgb(41 42 49 / var(--tw-bg-opacity)) !important;
1396
+ }
1242
1397
  .bg-grey-30 {
1243
1398
  --tw-bg-opacity: 1 !important;
1244
1399
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
@@ -1261,17 +1416,12 @@ input[type='number'].no-arrows {
1261
1416
  --tw-bg-opacity: 1 !important;
1262
1417
  background-color: rgb(254 242 241 / var(--tw-bg-opacity)) !important;
1263
1418
  }
1264
- .bg-grey-20 {
1265
- --tw-bg-opacity: 1 !important;
1266
- background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1267
- }
1268
1419
  .bg-primary-70 {
1269
1420
  --tw-bg-opacity: 1 !important;
1270
1421
  background-color: rgb(255 53 84 / var(--tw-bg-opacity)) !important;
1271
1422
  }
1272
- .bg-grey-90 {
1273
- --tw-bg-opacity: 1 !important;
1274
- background-color: rgb(41 42 49 / var(--tw-bg-opacity)) !important;
1423
+ .bg-opacity-40 {
1424
+ --tw-bg-opacity: 0.4 !important;
1275
1425
  }
1276
1426
  .bg-gradient-to-r {
1277
1427
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
@@ -1291,9 +1441,6 @@ input[type='number'].no-arrows {
1291
1441
  .bg-cover {
1292
1442
  background-size: cover !important;
1293
1443
  }
1294
- .stroke-white {
1295
- stroke: white !important;
1296
- }
1297
1444
  .stroke-grey-30 {
1298
1445
  stroke: #b4b4bb !important;
1299
1446
  }
@@ -1310,6 +1457,9 @@ input[type='number'].no-arrows {
1310
1457
  .p-6 {
1311
1458
  padding: 24px !important;
1312
1459
  }
1460
+ .p-\[3px\] {
1461
+ padding: 3px !important;
1462
+ }
1313
1463
  .p-3 {
1314
1464
  padding: 8px !important;
1315
1465
  }
@@ -1368,6 +1518,14 @@ input[type='number'].no-arrows {
1368
1518
  padding-left: 1px !important;
1369
1519
  padding-right: 1px !important;
1370
1520
  }
1521
+ .px-\[14px\] {
1522
+ padding-left: 14px !important;
1523
+ padding-right: 14px !important;
1524
+ }
1525
+ .px-\[20px\] {
1526
+ padding-left: 20px !important;
1527
+ padding-right: 20px !important;
1528
+ }
1371
1529
  .px-4 {
1372
1530
  padding-left: 12px !important;
1373
1531
  padding-right: 12px !important;
@@ -1425,15 +1583,9 @@ input[type='number'].no-arrows {
1425
1583
  .text-\[8px\] {
1426
1584
  font-size: 8px !important;
1427
1585
  }
1428
- .font-medium {
1429
- font-weight: 500 !important;
1430
- }
1431
1586
  .font-normal {
1432
1587
  font-weight: 400 !important;
1433
1588
  }
1434
- .font-semibold {
1435
- font-weight: 600 !important;
1436
- }
1437
1589
  .uppercase {
1438
1590
  text-transform: uppercase !important;
1439
1591
  }
@@ -1788,6 +1940,9 @@ input[type='number'].no-arrows {
1788
1940
  --tw-text-opacity: 1 !important;
1789
1941
  color: rgb(210 210 214 / var(--tw-text-opacity)) !important;
1790
1942
  }
1943
+ .text-transparent {
1944
+ color: transparent !important;
1945
+ }
1791
1946
  .text-white {
1792
1947
  --tw-text-opacity: 1 !important;
1793
1948
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
@@ -1796,10 +1951,6 @@ input[type='number'].no-arrows {
1796
1951
  -webkit-text-decoration-line: underline !important;
1797
1952
  text-decoration-line: underline !important;
1798
1953
  }
1799
- .overline {
1800
- -webkit-text-decoration-line: overline !important;
1801
- text-decoration-line: overline !important;
1802
- }
1803
1954
  .no-underline {
1804
1955
  -webkit-text-decoration-line: none !important;
1805
1956
  text-decoration-line: none !important;
@@ -1807,14 +1958,11 @@ input[type='number'].no-arrows {
1807
1958
  .underline-offset-2 {
1808
1959
  text-underline-offset: 2px !important;
1809
1960
  }
1810
- .opacity-70 {
1811
- opacity: 0.7 !important;
1812
- }
1813
1961
  .opacity-0 {
1814
1962
  opacity: 0 !important;
1815
1963
  }
1816
- .opacity-40 {
1817
- opacity: 0.4 !important;
1964
+ .opacity-70 {
1965
+ opacity: 0.7 !important;
1818
1966
  }
1819
1967
  .shadow-16dp {
1820
1968
  --tw-shadow: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12) !important;
@@ -1822,18 +1970,18 @@ input[type='number'].no-arrows {
1822
1970
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1823
1971
  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
1972
  }
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
1973
  .shadow-4dp {
1832
1974
  --tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20) !important;
1833
1975
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color) !important;
1834
1976
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1835
1977
  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
1978
  }
1979
+ .shadow-2dp {
1980
+ --tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24) !important;
1981
+ --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color) !important;
1982
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1983
+ 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;
1984
+ }
1837
1985
  .outline-none {
1838
1986
  outline: 2px solid transparent !important;
1839
1987
  outline-offset: 2px !important;
@@ -1906,6 +2054,23 @@ input[type='number'].no-arrows {
1906
2054
  .first\:mt-0:first-child {
1907
2055
  margin-top: 0 !important;
1908
2056
  }
2057
+ .checked\:border-navyBlue-100:checked {
2058
+ --tw-border-opacity: 1 !important;
2059
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2060
+ }
2061
+ .checked\:bg-navyBlue-100:checked {
2062
+ --tw-bg-opacity: 1 !important;
2063
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2064
+ }
2065
+ .checked\:bg-opacity-40:checked {
2066
+ --tw-bg-opacity: 0.4 !important;
2067
+ }
2068
+ .checked\:shadow-whiteInset:checked {
2069
+ --tw-shadow: inset 0 0 0 3px rgba(255,255,255,1) !important;
2070
+ --tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color) !important;
2071
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
2072
+ 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;
2073
+ }
1909
2074
  .hover\:cursor-pointer:hover {
1910
2075
  cursor: pointer !important;
1911
2076
  }
@@ -2182,9 +2347,58 @@ input[type='number'].no-arrows {
2182
2347
  --tw-bg-opacity: 1 !important;
2183
2348
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
2184
2349
  }
2185
- .peer:focus~.peer-focus\:border {
2350
+ .peer\/switch:checked~.peer-checked\/switch\:left-1 {
2351
+ left: 2px !important;
2352
+ }
2353
+ .peer\/switch:checked~.peer-checked\/switch\:translate-x-5 {
2354
+ --tw-translate-x: 16px !important;
2355
+ 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;
2356
+ }
2357
+ .peer:checked~.peer-checked\:border-navyBlue-100 {
2358
+ --tw-border-opacity: 1 !important;
2359
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2360
+ }
2361
+ .peer:checked~.peer-checked\:bg-navyBlue-100 {
2362
+ --tw-bg-opacity: 1 !important;
2363
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2364
+ }
2365
+ .peer\/switch:checked~.peer-checked\/switch\:bg-navyBlue-100 {
2366
+ --tw-bg-opacity: 1 !important;
2367
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2368
+ }
2369
+ .peer:checked~.peer-checked\:text-white {
2370
+ --tw-text-opacity: 1 !important;
2371
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
2372
+ }
2373
+ .peer:checked~.peer-checked\:text-grey-30 {
2374
+ --tw-text-opacity: 1 !important;
2375
+ color: rgb(180 180 187 / var(--tw-text-opacity)) !important;
2376
+ }
2377
+ .peer\/switch:checked~.peer-checked\/switch\:opacity-40 {
2378
+ opacity: 0.4 !important;
2379
+ }
2380
+ .peer:hover~.peer-hover\:border-grey-50 {
2381
+ --tw-border-opacity: 1 !important;
2382
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2383
+ }
2384
+ .peer\/switch:focus~.peer-focus\/switch\:border {
2186
2385
  border-width: 1px !important;
2187
2386
  }
2387
+ .peer:focus~.peer-focus\:border-info-70 {
2388
+ --tw-border-opacity: 1 !important;
2389
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2390
+ }
2391
+ .peer:disabled~.peer-disabled\:cursor-not-allowed {
2392
+ cursor: not-allowed !important;
2393
+ }
2394
+ .peer:disabled~.peer-disabled\:border-grey-5 {
2395
+ --tw-border-opacity: 1 !important;
2396
+ border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
2397
+ }
2398
+ .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
2399
+ --tw-bg-opacity: 1 !important;
2400
+ background-color: rgb(247 247 250 / var(--tw-bg-opacity)) !important;
2401
+ }
2188
2402
  .children\:inline-block>* {
2189
2403
  display: inline-block !important;
2190
2404
  }
@@ -2195,13 +2409,13 @@ input[type='number'].no-arrows {
2195
2409
  .children\:last\:border-b-0:last-child>* {
2196
2410
  border-bottom-width: 0px !important;
2197
2411
  }
2198
- .\[\&\>path\]\:stroke-white>path {
2412
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
2199
2413
  stroke: white !important;
2200
2414
  }
2201
- .\[\&\>path\]\:stroke-grey-30>path {
2415
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
2202
2416
  stroke: #b4b4bb !important;
2203
2417
  }
2204
- .\[\&\>path\]\:stroke-2>path {
2418
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-2>path {
2205
2419
  stroke-width: 2 !important;
2206
2420
  }
2207
2421
  .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {