@aivenio/aquarium 1.2.1 → 1.3.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 (191) hide show
  1. package/README.md +2 -2
  2. package/dist/_variables.scss +1 -1
  3. package/dist/_variables_timescale.scss +1 -1
  4. package/dist/atoms.cjs +590 -241
  5. package/dist/atoms.mjs +590 -242
  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 +14 -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/Switch/Switch.d.ts +11 -0
  31. package/dist/src/common/Switch/Switch.js +28 -0
  32. package/dist/src/common/Table/Table.d.ts +5 -5
  33. package/dist/src/common/Table/Table.js +6 -6
  34. package/dist/src/common/Timeline/Timeline.js +2 -2
  35. package/dist/src/common/Typography/Typography.d.ts +1 -1
  36. package/dist/src/common/Typography/Typography.js +3 -3
  37. package/dist/src/common/index.d.ts +2 -1
  38. package/dist/src/common/index.js +3 -2
  39. package/dist/src/components/Alert/Alert.d.ts +7 -4
  40. package/dist/src/components/Alert/Alert.js +4 -4
  41. package/dist/src/components/Avatar/Avatar.js +2 -2
  42. package/dist/src/components/Badge/Badge.js +2 -2
  43. package/dist/src/components/Banner/Banner.d.ts +7 -4
  44. package/dist/src/components/Banner/Banner.js +5 -6
  45. package/dist/src/components/Box/Box.d.ts +6 -6
  46. package/dist/src/components/Box/Box.js +3 -3
  47. package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  48. package/dist/src/components/Breadcrumbs/Breadcrumbs.js +5 -5
  49. package/dist/src/components/Button/Button.d.ts +1 -1
  50. package/dist/src/components/Button/Button.js +5 -5
  51. package/dist/src/components/Card/Card.d.ts +12 -5
  52. package/dist/src/components/Card/Card.js +15 -13
  53. package/dist/src/components/Carousel/Carousel.js +4 -4
  54. package/dist/src/components/Checkbox/Checkbox.d.ts +1 -1
  55. package/dist/src/components/Checkbox/Checkbox.js +5 -11
  56. package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +4 -4
  57. package/dist/src/components/CheckboxGroup/CheckboxGroup.js +3 -3
  58. package/dist/src/components/Chip/Chip.d.ts +1 -1
  59. package/dist/src/components/Chip/Chip.js +3 -3
  60. package/dist/src/components/ChoiceChip/ChoiceChip.js +3 -3
  61. package/dist/src/components/Combobox/Combobox.d.ts +1 -1
  62. package/dist/src/components/Combobox/Combobox.js +7 -7
  63. package/dist/src/components/Context/Context.d.ts +1 -1
  64. package/dist/src/components/Context/Context.js +1 -1
  65. package/dist/src/components/ControlLabel/ControlLabel.d.ts +1 -1
  66. package/dist/src/components/ControlLabel/ControlLabel.js +4 -4
  67. package/dist/src/components/DataList/DataList.d.ts +1 -1
  68. package/dist/src/components/DataList/DataList.js +7 -7
  69. package/dist/src/components/DataTable/DataTable.d.ts +2 -2
  70. package/dist/src/components/DataTable/DataTable.js +7 -7
  71. package/dist/src/components/Dialog/Dialog.d.ts +2 -2
  72. package/dist/src/components/Dialog/Dialog.js +5 -5
  73. package/dist/src/components/Divider/Divider.js +1 -1
  74. package/dist/src/components/Dropdown/Dropdown.d.ts +5 -2
  75. package/dist/src/components/Dropdown/Dropdown.js +8 -8
  76. package/dist/src/components/DropdownMenu/DropdownMenu.d.ts +3 -3
  77. package/dist/src/components/DropdownMenu/DropdownMenu.js +8 -8
  78. package/dist/src/components/DropdownMenu/utils.d.ts +1 -1
  79. package/dist/src/components/DropdownMenu/utils.js +1 -1
  80. package/dist/src/components/EmptyState/EmptyState.d.ts +2 -2
  81. package/dist/src/components/EmptyState/EmptyState.js +12 -12
  82. package/dist/src/components/Flexbox/Flexbox.d.ts +5 -5
  83. package/dist/src/components/Flexbox/Flexbox.js +1 -1
  84. package/dist/src/components/Flexbox/FlexboxItem.d.ts +4 -4
  85. package/dist/src/components/Flexbox/FlexboxItem.js +1 -1
  86. package/dist/src/components/Grid/Grid.d.ts +15 -15
  87. package/dist/src/components/Grid/Grid.js +1 -1
  88. package/dist/src/components/Grid/GridItem.d.ts +8 -8
  89. package/dist/src/components/Grid/GridItem.js +2 -2
  90. package/dist/src/components/Icon/Icon.d.ts +2 -2
  91. package/dist/src/components/Icon/Icon.js +1 -1
  92. package/dist/src/components/Input/Input.d.ts +1 -1
  93. package/dist/src/components/Input/Input.js +6 -6
  94. package/dist/src/components/ListItem/ListItem.js +2 -2
  95. package/dist/src/components/Modal/Modal.d.ts +8 -4
  96. package/dist/src/components/Modal/Modal.js +12 -10
  97. package/dist/src/components/MultiInput/InputChip.js +5 -5
  98. package/dist/src/components/MultiInput/MultiInput.d.ts +1 -1
  99. package/dist/src/components/MultiInput/MultiInput.js +7 -5
  100. package/dist/src/components/MultiSelect/MultiSelect.d.ts +2 -2
  101. package/dist/src/components/MultiSelect/MultiSelect.js +5 -5
  102. package/dist/src/components/NativeSelect/NativeSelect.d.ts +1 -2
  103. package/dist/src/components/NativeSelect/NativeSelect.js +29 -9
  104. package/dist/src/components/PageHeader/PageHeader.d.ts +2 -2
  105. package/dist/src/components/PageHeader/PageHeader.js +5 -5
  106. package/dist/src/components/Pagination/Pagination.js +4 -4
  107. package/dist/src/components/Pagination/usePagination.js +2 -2
  108. package/dist/src/components/Popover/Popover.d.ts +2 -2
  109. package/dist/src/components/Popover/Popover.js +2 -2
  110. package/dist/src/components/Popover/PopoverContext.d.ts +1 -1
  111. package/dist/src/components/Popover/PopoverWrapper.d.ts +1 -1
  112. package/dist/src/components/Popover/PopoverWrapper.js +1 -1
  113. package/dist/src/components/PopoverDialog/PopoverDialog.d.ts +2 -2
  114. package/dist/src/components/PopoverDialog/PopoverDialog.js +2 -2
  115. package/dist/src/components/Portal/Portal.d.ts +1 -1
  116. package/dist/src/components/Portal/Portal.js +1 -1
  117. package/dist/src/components/ProgressBar/ProgressBar.js +1 -1
  118. package/dist/src/components/RadioButton/RadioButton.d.ts +1 -1
  119. package/dist/src/components/RadioButton/RadioButton.js +6 -12
  120. package/dist/src/components/RadioButtonGroup/RadioButtonGroup.d.ts +4 -4
  121. package/dist/src/components/RadioButtonGroup/RadioButtonGroup.js +4 -4
  122. package/dist/src/components/Section/Section.d.ts +1 -1
  123. package/dist/src/components/Section/Section.js +3 -3
  124. package/dist/src/components/SegmentedControl/SegmentedControl.js +4 -4
  125. package/dist/src/components/Select/Select.d.ts +2 -2
  126. package/dist/src/components/Select/Select.js +12 -12
  127. package/dist/src/components/Skeleton/Skeleton.js +2 -2
  128. package/dist/src/components/Switch/Switch.d.ts +2 -4
  129. package/dist/src/components/Switch/Switch.js +7 -31
  130. package/dist/src/components/SwitchGroup/SwitchGroup.d.ts +4 -4
  131. package/dist/src/components/SwitchGroup/SwitchGroup.js +4 -4
  132. package/dist/src/components/Table/Table.d.ts +1 -1
  133. package/dist/src/components/Table/Table.js +2 -2
  134. package/dist/src/components/Tabs/Tabs.js +11 -11
  135. package/dist/src/components/TagLabel/TagLabel.js +2 -2
  136. package/dist/src/components/Tailwindify/Tailwindify.d.ts +26 -26
  137. package/dist/src/components/Tailwindify/Tailwindify.js +1 -1
  138. package/dist/src/components/Template/Template.d.ts +4 -4
  139. package/dist/src/components/Template/Template.js +1 -1
  140. package/dist/src/components/Textarea/Textarea.d.ts +1 -1
  141. package/dist/src/components/Textarea/Textarea.js +5 -5
  142. package/dist/src/components/Timeline/Timeline.js +7 -7
  143. package/dist/src/components/Tooltip/Tooltip.d.ts +2 -2
  144. package/dist/src/components/Tooltip/Tooltip.js +3 -3
  145. package/dist/src/components/Tooltip/useTooltipTriggerState.d.ts +1 -1
  146. package/dist/src/components/Tooltip/useTooltipTriggerState.js +1 -1
  147. package/dist/src/components/Typography/Typography.d.ts +28 -4
  148. package/dist/src/components/Typography/Typography.js +61 -21
  149. package/dist/src/components/index.d.ts +3 -3
  150. package/dist/src/components/index.js +4 -4
  151. package/dist/src/js/resolveTheme.d.ts +1 -1
  152. package/dist/src/system.d.ts +6 -6
  153. package/dist/src/system.js +6 -6
  154. package/dist/src/utils/Blueprint.js +2 -2
  155. package/dist/src/utils/breakpoints.d.ts +2 -2
  156. package/dist/src/utils/breakpoints.js +2 -2
  157. package/dist/src/utils/constants.js +2 -2
  158. package/dist/src/utils/createComponent.d.ts +1 -1
  159. package/dist/src/utils/createComponent.js +2 -2
  160. package/dist/src/utils/form/CharCounter/CharCounter.js +2 -2
  161. package/dist/src/utils/form/FormControl/FormControl.js +1 -1
  162. package/dist/src/utils/form/HelperText/HelperText.js +5 -5
  163. package/dist/src/utils/form/InputAdornment/InputAdornment.d.ts +1 -1
  164. package/dist/src/utils/form/InputAdornment/InputAdornment.js +6 -6
  165. package/dist/src/utils/form/Label/Label.d.ts +2 -2
  166. package/dist/src/utils/form/Label/Label.js +5 -5
  167. package/dist/src/utils/table/types.d.ts +6 -5
  168. package/dist/src/utils/table/types.js +1 -1
  169. package/dist/src/utils/table/useScrollTarget.d.ts +1 -1
  170. package/dist/src/utils/table/useScrollTarget.js +1 -1
  171. package/dist/src/utils/table/useTableSort.d.ts +1 -1
  172. package/dist/src/utils/table/useTableSort.js +1 -1
  173. package/dist/src/utils/tailwind.d.ts +2 -2
  174. package/dist/src/utils/tailwind.js +1 -1
  175. package/dist/src/utils/useStyle.d.ts +1 -1
  176. package/dist/src/utils/useStyle.js +3 -3
  177. package/dist/src/utils/useWindowSize.js +3 -3
  178. package/dist/styles.css +220 -61
  179. package/dist/styles_timescaledb.css +220 -62
  180. package/dist/system.cjs +1209 -958
  181. package/dist/system.mjs +1204 -953
  182. package/dist/tokens.json +260 -1
  183. package/dist/tsconfig.module.tsbuildinfo +1 -1
  184. package/dist/types/ActionType.d.ts +2 -2
  185. package/dist/types/IconProps.d.ts +2 -2
  186. package/dist/types/designTokens.d.ts +1 -1
  187. package/dist/types/tailwind.d.ts +3 -3
  188. package/dist/types/tailwindGenerated.d.ts +1 -1
  189. package/dist/types/utils.d.ts +1 -1
  190. package/dist/types/utils.js +1 -1
  191. 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,11 @@ 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;
617
705
  }
618
706
  .left-2 {
619
707
  left: 4px !important;
@@ -787,21 +875,30 @@ input[type='number'].no-arrows {
787
875
  .h-\[20px\] {
788
876
  height: 20px !important;
789
877
  }
790
- .h-3 {
791
- height: 8px !important;
878
+ .h-0 {
879
+ height: 0 !important;
880
+ }
881
+ .h-5 {
882
+ height: 16px !important;
792
883
  }
793
884
  .h-\[1px\] {
794
885
  height: 1px !important;
795
886
  }
887
+ .h-\[120px\] {
888
+ height: 120px !important;
889
+ }
796
890
  .h-2 {
797
891
  height: 4px !important;
798
892
  }
893
+ .h-3 {
894
+ height: 8px !important;
895
+ }
896
+ .h-4 {
897
+ height: 12px !important;
898
+ }
799
899
  .h-\[50px\] {
800
900
  height: 50px !important;
801
901
  }
802
- .h-5 {
803
- height: 16px !important;
804
- }
805
902
  .h-full {
806
903
  height: 100% !important;
807
904
  }
@@ -826,9 +923,6 @@ input[type='number'].no-arrows {
826
923
  .h-\[56px\] {
827
924
  height: 56px !important;
828
925
  }
829
- .h-4 {
830
- height: 12px !important;
831
- }
832
926
  .h-\[25px\] {
833
927
  height: 25px !important;
834
928
  }
@@ -838,18 +932,30 @@ input[type='number'].no-arrows {
838
932
  .min-h-full {
839
933
  min-height: 100% !important;
840
934
  }
935
+ .min-h-\[120px\] {
936
+ min-height: 120px !important;
937
+ }
841
938
  .min-h-\[50px\] {
842
939
  min-height: 50px !important;
843
940
  }
844
941
  .w-full {
845
942
  width: 100% !important;
846
943
  }
847
- .w-3 {
848
- width: 8px !important;
944
+ .w-0 {
945
+ width: 0 !important;
849
946
  }
850
947
  .w-5 {
851
948
  width: 16px !important;
852
949
  }
950
+ .w-3 {
951
+ width: 8px !important;
952
+ }
953
+ .w-\[34px\] {
954
+ width: 34px !important;
955
+ }
956
+ .w-4 {
957
+ width: 12px !important;
958
+ }
853
959
  .w-1 {
854
960
  width: 2px !important;
855
961
  }
@@ -874,18 +980,15 @@ input[type='number'].no-arrows {
874
980
  .w-\[56px\] {
875
981
  width: 56px !important;
876
982
  }
877
- .w-\[34px\] {
878
- width: 34px !important;
879
- }
880
- .w-4 {
881
- width: 12px !important;
882
- }
883
983
  .min-w-full {
884
984
  min-width: 100% !important;
885
985
  }
886
986
  .min-w-0 {
887
987
  min-width: 0px !important;
888
988
  }
989
+ .min-w-\[280px\] {
990
+ min-width: 280px !important;
991
+ }
889
992
  .max-w-\[600px\] {
890
993
  max-width: 600px !important;
891
994
  }
@@ -927,10 +1030,6 @@ input[type='number'].no-arrows {
927
1030
  --tw-border-spacing-y: 0 !important;
928
1031
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
929
1032
  }
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
1033
  .rotate-45 {
935
1034
  --tw-rotate: 45deg !important;
936
1035
  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;
@@ -1157,10 +1256,6 @@ input[type='number'].no-arrows {
1157
1256
  --tw-border-opacity: 1 !important;
1158
1257
  border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
1159
1258
  }
1160
- .border-navyBlue-100 {
1161
- --tw-border-opacity: 1 !important;
1162
- border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1163
- }
1164
1259
  .border-grey-10 {
1165
1260
  --tw-border-opacity: 1 !important;
1166
1261
  border-color: rgb(225 225 227 / var(--tw-border-opacity)) !important;
@@ -1215,14 +1310,14 @@ input[type='number'].no-arrows {
1215
1310
  --tw-bg-opacity: 1 !important;
1216
1311
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
1217
1312
  }
1218
- .bg-navyBlue-100 {
1219
- --tw-bg-opacity: 1 !important;
1220
- background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1221
- }
1222
1313
  .bg-grey-5 {
1223
1314
  --tw-bg-opacity: 1 !important;
1224
1315
  background-color: rgb(237 237 240 / var(--tw-bg-opacity)) !important;
1225
1316
  }
1317
+ .bg-navyBlue-100 {
1318
+ --tw-bg-opacity: 1 !important;
1319
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1320
+ }
1226
1321
  .bg-info-50 {
1227
1322
  --tw-bg-opacity: 1 !important;
1228
1323
  background-color: rgb(40 180 244 / var(--tw-bg-opacity)) !important;
@@ -1239,6 +1334,10 @@ input[type='number'].no-arrows {
1239
1334
  --tw-bg-opacity: 1 !important;
1240
1335
  background-color: rgb(216 0 5 / var(--tw-bg-opacity)) !important;
1241
1336
  }
1337
+ .bg-grey-20 {
1338
+ --tw-bg-opacity: 1 !important;
1339
+ background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1340
+ }
1242
1341
  .bg-grey-30 {
1243
1342
  --tw-bg-opacity: 1 !important;
1244
1343
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
@@ -1261,10 +1360,6 @@ input[type='number'].no-arrows {
1261
1360
  --tw-bg-opacity: 1 !important;
1262
1361
  background-color: rgb(254 242 241 / var(--tw-bg-opacity)) !important;
1263
1362
  }
1264
- .bg-grey-20 {
1265
- --tw-bg-opacity: 1 !important;
1266
- background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1267
- }
1268
1363
  .bg-primary-70 {
1269
1364
  --tw-bg-opacity: 1 !important;
1270
1365
  background-color: rgb(3 153 227 / var(--tw-bg-opacity)) !important;
@@ -1291,9 +1386,6 @@ input[type='number'].no-arrows {
1291
1386
  .bg-cover {
1292
1387
  background-size: cover !important;
1293
1388
  }
1294
- .stroke-white {
1295
- stroke: white !important;
1296
- }
1297
1389
  .stroke-grey-30 {
1298
1390
  stroke: #b4b4bb !important;
1299
1391
  }
@@ -1310,6 +1402,9 @@ input[type='number'].no-arrows {
1310
1402
  .p-6 {
1311
1403
  padding: 24px !important;
1312
1404
  }
1405
+ .p-\[3px\] {
1406
+ padding: 3px !important;
1407
+ }
1313
1408
  .p-3 {
1314
1409
  padding: 8px !important;
1315
1410
  }
@@ -1425,15 +1520,9 @@ input[type='number'].no-arrows {
1425
1520
  .text-\[8px\] {
1426
1521
  font-size: 8px !important;
1427
1522
  }
1428
- .font-medium {
1429
- font-weight: 500 !important;
1430
- }
1431
1523
  .font-normal {
1432
1524
  font-weight: 400 !important;
1433
1525
  }
1434
- .font-semibold {
1435
- font-weight: 600 !important;
1436
- }
1437
1526
  .uppercase {
1438
1527
  text-transform: uppercase !important;
1439
1528
  }
@@ -1788,6 +1877,9 @@ input[type='number'].no-arrows {
1788
1877
  --tw-text-opacity: 1 !important;
1789
1878
  color: rgb(249 253 255 / var(--tw-text-opacity)) !important;
1790
1879
  }
1880
+ .text-transparent {
1881
+ color: transparent !important;
1882
+ }
1791
1883
  .text-white {
1792
1884
  --tw-text-opacity: 1 !important;
1793
1885
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
@@ -1796,10 +1888,6 @@ input[type='number'].no-arrows {
1796
1888
  -webkit-text-decoration-line: underline !important;
1797
1889
  text-decoration-line: underline !important;
1798
1890
  }
1799
- .overline {
1800
- -webkit-text-decoration-line: overline !important;
1801
- text-decoration-line: overline !important;
1802
- }
1803
1891
  .no-underline {
1804
1892
  -webkit-text-decoration-line: none !important;
1805
1893
  text-decoration-line: none !important;
@@ -1807,12 +1895,12 @@ input[type='number'].no-arrows {
1807
1895
  .underline-offset-2 {
1808
1896
  text-underline-offset: 2px !important;
1809
1897
  }
1810
- .opacity-70 {
1811
- opacity: 0.7 !important;
1812
- }
1813
1898
  .opacity-0 {
1814
1899
  opacity: 0 !important;
1815
1900
  }
1901
+ .opacity-70 {
1902
+ opacity: 0.7 !important;
1903
+ }
1816
1904
  .opacity-40 {
1817
1905
  opacity: 0.4 !important;
1818
1906
  }
@@ -1822,18 +1910,18 @@ input[type='number'].no-arrows {
1822
1910
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1823
1911
  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
1912
  }
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
1913
  .shadow-4dp {
1832
1914
  --tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20) !important;
1833
1915
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color) !important;
1834
1916
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1835
1917
  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
1918
  }
1919
+ .shadow-2dp {
1920
+ --tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24) !important;
1921
+ --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color) !important;
1922
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1923
+ 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;
1924
+ }
1837
1925
  .outline-none {
1838
1926
  outline: 2px solid transparent !important;
1839
1927
  outline-offset: 2px !important;
@@ -2182,9 +2270,73 @@ input[type='number'].no-arrows {
2182
2270
  --tw-bg-opacity: 1 !important;
2183
2271
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
2184
2272
  }
2185
- .peer:focus~.peer-focus\:border {
2273
+ .peer\/switch:checked~.peer-checked\/switch\:left-1 {
2274
+ left: 2px !important;
2275
+ }
2276
+ .peer\/switch:checked~.peer-checked\/switch\:translate-x-5 {
2277
+ --tw-translate-x: 16px !important;
2278
+ 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;
2279
+ }
2280
+ .peer:checked~.peer-checked\:border-navyBlue-100 {
2281
+ --tw-border-opacity: 1 !important;
2282
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2283
+ }
2284
+ .peer\/radio:checked~.peer-checked\/radio\:border-navyBlue-100 {
2285
+ --tw-border-opacity: 1 !important;
2286
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2287
+ }
2288
+ .peer:checked~.peer-checked\:bg-navyBlue-100 {
2289
+ --tw-bg-opacity: 1 !important;
2290
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2291
+ }
2292
+ .peer\/switch:checked~.peer-checked\/switch\:bg-navyBlue-100 {
2293
+ --tw-bg-opacity: 1 !important;
2294
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2295
+ }
2296
+ .peer:checked~.peer-checked\:text-white {
2297
+ --tw-text-opacity: 1 !important;
2298
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
2299
+ }
2300
+ .peer:checked~.peer-checked\:text-grey-30 {
2301
+ --tw-text-opacity: 1 !important;
2302
+ color: rgb(180 180 187 / var(--tw-text-opacity)) !important;
2303
+ }
2304
+ .peer\/radio:checked~.peer-checked\/radio\:opacity-40 {
2305
+ opacity: 0.4 !important;
2306
+ }
2307
+ .peer\/switch:checked~.peer-checked\/switch\:opacity-40 {
2308
+ opacity: 0.4 !important;
2309
+ }
2310
+ .peer:hover~.peer-hover\:border-grey-50 {
2311
+ --tw-border-opacity: 1 !important;
2312
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2313
+ }
2314
+ .peer\/radio:hover~.peer-hover\/radio\:border-grey-50 {
2315
+ --tw-border-opacity: 1 !important;
2316
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2317
+ }
2318
+ .peer\/switch:focus~.peer-focus\/switch\:border {
2186
2319
  border-width: 1px !important;
2187
2320
  }
2321
+ .peer:focus~.peer-focus\:border-info-70 {
2322
+ --tw-border-opacity: 1 !important;
2323
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2324
+ }
2325
+ .peer\/radio:focus~.peer-focus\/radio\:border-info-70 {
2326
+ --tw-border-opacity: 1 !important;
2327
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2328
+ }
2329
+ .peer:disabled~.peer-disabled\:cursor-not-allowed {
2330
+ cursor: not-allowed !important;
2331
+ }
2332
+ .peer:disabled~.peer-disabled\:border-grey-5 {
2333
+ --tw-border-opacity: 1 !important;
2334
+ border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
2335
+ }
2336
+ .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
2337
+ --tw-bg-opacity: 1 !important;
2338
+ background-color: rgb(247 247 250 / var(--tw-bg-opacity)) !important;
2339
+ }
2188
2340
  .children\:inline-block>* {
2189
2341
  display: inline-block !important;
2190
2342
  }
@@ -2195,15 +2347,21 @@ input[type='number'].no-arrows {
2195
2347
  .children\:last\:border-b-0:last-child>* {
2196
2348
  border-bottom-width: 0px !important;
2197
2349
  }
2198
- .\[\&\>path\]\:stroke-white>path {
2350
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
2199
2351
  stroke: white !important;
2200
2352
  }
2201
- .\[\&\>path\]\:stroke-grey-30>path {
2353
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
2202
2354
  stroke: #b4b4bb !important;
2203
2355
  }
2204
- .\[\&\>path\]\:stroke-2>path {
2356
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-2>path {
2205
2357
  stroke-width: 2 !important;
2206
2358
  }
2359
+ .peer\/radio:checked~.peer-checked\/radio\:\[\&\>\*\]\:block>* {
2360
+ display: block !important;
2361
+ }
2362
+ .peer\/radio:checked~.peer-checked\/radio\:\[\&\>\*\]\:opacity-40>* {
2363
+ opacity: 0.4 !important;
2364
+ }
2207
2365
  .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {
2208
2366
  margin-left: -8px !important;
2209
2367
  }