@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
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,11 @@ 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;
617
706
  }
618
707
  .left-2 {
619
708
  left: 4px !important;
@@ -787,21 +876,30 @@ input[type='number'].no-arrows {
787
876
  .h-\[20px\] {
788
877
  height: 20px !important;
789
878
  }
790
- .h-3 {
791
- height: 8px !important;
879
+ .h-0 {
880
+ height: 0 !important;
881
+ }
882
+ .h-5 {
883
+ height: 16px !important;
792
884
  }
793
885
  .h-\[1px\] {
794
886
  height: 1px !important;
795
887
  }
888
+ .h-\[120px\] {
889
+ height: 120px !important;
890
+ }
796
891
  .h-2 {
797
892
  height: 4px !important;
798
893
  }
894
+ .h-3 {
895
+ height: 8px !important;
896
+ }
897
+ .h-4 {
898
+ height: 12px !important;
899
+ }
799
900
  .h-\[50px\] {
800
901
  height: 50px !important;
801
902
  }
802
- .h-5 {
803
- height: 16px !important;
804
- }
805
903
  .h-full {
806
904
  height: 100% !important;
807
905
  }
@@ -826,9 +924,6 @@ input[type='number'].no-arrows {
826
924
  .h-\[56px\] {
827
925
  height: 56px !important;
828
926
  }
829
- .h-4 {
830
- height: 12px !important;
831
- }
832
927
  .h-\[25px\] {
833
928
  height: 25px !important;
834
929
  }
@@ -838,18 +933,30 @@ input[type='number'].no-arrows {
838
933
  .min-h-full {
839
934
  min-height: 100% !important;
840
935
  }
936
+ .min-h-\[120px\] {
937
+ min-height: 120px !important;
938
+ }
841
939
  .min-h-\[50px\] {
842
940
  min-height: 50px !important;
843
941
  }
844
942
  .w-full {
845
943
  width: 100% !important;
846
944
  }
847
- .w-3 {
848
- width: 8px !important;
945
+ .w-0 {
946
+ width: 0 !important;
849
947
  }
850
948
  .w-5 {
851
949
  width: 16px !important;
852
950
  }
951
+ .w-3 {
952
+ width: 8px !important;
953
+ }
954
+ .w-\[34px\] {
955
+ width: 34px !important;
956
+ }
957
+ .w-4 {
958
+ width: 12px !important;
959
+ }
853
960
  .w-1 {
854
961
  width: 2px !important;
855
962
  }
@@ -874,18 +981,15 @@ input[type='number'].no-arrows {
874
981
  .w-\[56px\] {
875
982
  width: 56px !important;
876
983
  }
877
- .w-\[34px\] {
878
- width: 34px !important;
879
- }
880
- .w-4 {
881
- width: 12px !important;
882
- }
883
984
  .min-w-full {
884
985
  min-width: 100% !important;
885
986
  }
886
987
  .min-w-0 {
887
988
  min-width: 0px !important;
888
989
  }
990
+ .min-w-\[280px\] {
991
+ min-width: 280px !important;
992
+ }
889
993
  .max-w-\[600px\] {
890
994
  max-width: 600px !important;
891
995
  }
@@ -927,10 +1031,6 @@ input[type='number'].no-arrows {
927
1031
  --tw-border-spacing-y: 0 !important;
928
1032
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
929
1033
  }
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
1034
  .rotate-45 {
935
1035
  --tw-rotate: 45deg !important;
936
1036
  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 +1257,6 @@ input[type='number'].no-arrows {
1157
1257
  --tw-border-opacity: 1 !important;
1158
1258
  border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
1159
1259
  }
1160
- .border-navyBlue-100 {
1161
- --tw-border-opacity: 1 !important;
1162
- border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
1163
- }
1164
1260
  .border-grey-10 {
1165
1261
  --tw-border-opacity: 1 !important;
1166
1262
  border-color: rgb(225 225 227 / var(--tw-border-opacity)) !important;
@@ -1215,14 +1311,14 @@ input[type='number'].no-arrows {
1215
1311
  --tw-bg-opacity: 1 !important;
1216
1312
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
1217
1313
  }
1218
- .bg-navyBlue-100 {
1219
- --tw-bg-opacity: 1 !important;
1220
- background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1221
- }
1222
1314
  .bg-grey-5 {
1223
1315
  --tw-bg-opacity: 1 !important;
1224
1316
  background-color: rgb(237 237 240 / var(--tw-bg-opacity)) !important;
1225
1317
  }
1318
+ .bg-navyBlue-100 {
1319
+ --tw-bg-opacity: 1 !important;
1320
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
1321
+ }
1226
1322
  .bg-info-50 {
1227
1323
  --tw-bg-opacity: 1 !important;
1228
1324
  background-color: rgb(40 180 244 / var(--tw-bg-opacity)) !important;
@@ -1239,6 +1335,10 @@ input[type='number'].no-arrows {
1239
1335
  --tw-bg-opacity: 1 !important;
1240
1336
  background-color: rgb(216 0 5 / var(--tw-bg-opacity)) !important;
1241
1337
  }
1338
+ .bg-grey-20 {
1339
+ --tw-bg-opacity: 1 !important;
1340
+ background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1341
+ }
1242
1342
  .bg-grey-30 {
1243
1343
  --tw-bg-opacity: 1 !important;
1244
1344
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
@@ -1261,10 +1361,6 @@ input[type='number'].no-arrows {
1261
1361
  --tw-bg-opacity: 1 !important;
1262
1362
  background-color: rgb(254 242 241 / var(--tw-bg-opacity)) !important;
1263
1363
  }
1264
- .bg-grey-20 {
1265
- --tw-bg-opacity: 1 !important;
1266
- background-color: rgb(210 210 214 / var(--tw-bg-opacity)) !important;
1267
- }
1268
1364
  .bg-primary-70 {
1269
1365
  --tw-bg-opacity: 1 !important;
1270
1366
  background-color: rgb(255 53 84 / var(--tw-bg-opacity)) !important;
@@ -1291,9 +1387,6 @@ input[type='number'].no-arrows {
1291
1387
  .bg-cover {
1292
1388
  background-size: cover !important;
1293
1389
  }
1294
- .stroke-white {
1295
- stroke: white !important;
1296
- }
1297
1390
  .stroke-grey-30 {
1298
1391
  stroke: #b4b4bb !important;
1299
1392
  }
@@ -1310,6 +1403,9 @@ input[type='number'].no-arrows {
1310
1403
  .p-6 {
1311
1404
  padding: 24px !important;
1312
1405
  }
1406
+ .p-\[3px\] {
1407
+ padding: 3px !important;
1408
+ }
1313
1409
  .p-3 {
1314
1410
  padding: 8px !important;
1315
1411
  }
@@ -1425,15 +1521,9 @@ input[type='number'].no-arrows {
1425
1521
  .text-\[8px\] {
1426
1522
  font-size: 8px !important;
1427
1523
  }
1428
- .font-medium {
1429
- font-weight: 500 !important;
1430
- }
1431
1524
  .font-normal {
1432
1525
  font-weight: 400 !important;
1433
1526
  }
1434
- .font-semibold {
1435
- font-weight: 600 !important;
1436
- }
1437
1527
  .uppercase {
1438
1528
  text-transform: uppercase !important;
1439
1529
  }
@@ -1788,6 +1878,9 @@ input[type='number'].no-arrows {
1788
1878
  --tw-text-opacity: 1 !important;
1789
1879
  color: rgb(210 210 214 / var(--tw-text-opacity)) !important;
1790
1880
  }
1881
+ .text-transparent {
1882
+ color: transparent !important;
1883
+ }
1791
1884
  .text-white {
1792
1885
  --tw-text-opacity: 1 !important;
1793
1886
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
@@ -1796,10 +1889,6 @@ input[type='number'].no-arrows {
1796
1889
  -webkit-text-decoration-line: underline !important;
1797
1890
  text-decoration-line: underline !important;
1798
1891
  }
1799
- .overline {
1800
- -webkit-text-decoration-line: overline !important;
1801
- text-decoration-line: overline !important;
1802
- }
1803
1892
  .no-underline {
1804
1893
  -webkit-text-decoration-line: none !important;
1805
1894
  text-decoration-line: none !important;
@@ -1807,12 +1896,12 @@ input[type='number'].no-arrows {
1807
1896
  .underline-offset-2 {
1808
1897
  text-underline-offset: 2px !important;
1809
1898
  }
1810
- .opacity-70 {
1811
- opacity: 0.7 !important;
1812
- }
1813
1899
  .opacity-0 {
1814
1900
  opacity: 0 !important;
1815
1901
  }
1902
+ .opacity-70 {
1903
+ opacity: 0.7 !important;
1904
+ }
1816
1905
  .opacity-40 {
1817
1906
  opacity: 0.4 !important;
1818
1907
  }
@@ -1822,18 +1911,18 @@ input[type='number'].no-arrows {
1822
1911
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1823
1912
  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
1913
  }
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
1914
  .shadow-4dp {
1832
1915
  --tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20) !important;
1833
1916
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color) !important;
1834
1917
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1835
1918
  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
1919
  }
1920
+ .shadow-2dp {
1921
+ --tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24) !important;
1922
+ --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 2px var(--tw-shadow-color) !important;
1923
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
1924
+ 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;
1925
+ }
1837
1926
  .outline-none {
1838
1927
  outline: 2px solid transparent !important;
1839
1928
  outline-offset: 2px !important;
@@ -2182,9 +2271,73 @@ input[type='number'].no-arrows {
2182
2271
  --tw-bg-opacity: 1 !important;
2183
2272
  background-color: rgb(180 180 187 / var(--tw-bg-opacity)) !important;
2184
2273
  }
2185
- .peer:focus~.peer-focus\:border {
2274
+ .peer\/switch:checked~.peer-checked\/switch\:left-1 {
2275
+ left: 2px !important;
2276
+ }
2277
+ .peer\/switch:checked~.peer-checked\/switch\:translate-x-5 {
2278
+ --tw-translate-x: 16px !important;
2279
+ 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;
2280
+ }
2281
+ .peer:checked~.peer-checked\:border-navyBlue-100 {
2282
+ --tw-border-opacity: 1 !important;
2283
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2284
+ }
2285
+ .peer\/radio:checked~.peer-checked\/radio\:border-navyBlue-100 {
2286
+ --tw-border-opacity: 1 !important;
2287
+ border-color: rgb(48 55 94 / var(--tw-border-opacity)) !important;
2288
+ }
2289
+ .peer:checked~.peer-checked\:bg-navyBlue-100 {
2290
+ --tw-bg-opacity: 1 !important;
2291
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2292
+ }
2293
+ .peer\/switch:checked~.peer-checked\/switch\:bg-navyBlue-100 {
2294
+ --tw-bg-opacity: 1 !important;
2295
+ background-color: rgb(48 55 94 / var(--tw-bg-opacity)) !important;
2296
+ }
2297
+ .peer:checked~.peer-checked\:text-white {
2298
+ --tw-text-opacity: 1 !important;
2299
+ color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
2300
+ }
2301
+ .peer:checked~.peer-checked\:text-grey-30 {
2302
+ --tw-text-opacity: 1 !important;
2303
+ color: rgb(180 180 187 / var(--tw-text-opacity)) !important;
2304
+ }
2305
+ .peer\/radio:checked~.peer-checked\/radio\:opacity-40 {
2306
+ opacity: 0.4 !important;
2307
+ }
2308
+ .peer\/switch:checked~.peer-checked\/switch\:opacity-40 {
2309
+ opacity: 0.4 !important;
2310
+ }
2311
+ .peer:hover~.peer-hover\:border-grey-50 {
2312
+ --tw-border-opacity: 1 !important;
2313
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2314
+ }
2315
+ .peer\/radio:hover~.peer-hover\/radio\:border-grey-50 {
2316
+ --tw-border-opacity: 1 !important;
2317
+ border-color: rgb(120 120 133 / var(--tw-border-opacity)) !important;
2318
+ }
2319
+ .peer\/switch:focus~.peer-focus\/switch\:border {
2186
2320
  border-width: 1px !important;
2187
2321
  }
2322
+ .peer:focus~.peer-focus\:border-info-70 {
2323
+ --tw-border-opacity: 1 !important;
2324
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2325
+ }
2326
+ .peer\/radio:focus~.peer-focus\/radio\:border-info-70 {
2327
+ --tw-border-opacity: 1 !important;
2328
+ border-color: rgb(3 153 227 / var(--tw-border-opacity)) !important;
2329
+ }
2330
+ .peer:disabled~.peer-disabled\:cursor-not-allowed {
2331
+ cursor: not-allowed !important;
2332
+ }
2333
+ .peer:disabled~.peer-disabled\:border-grey-5 {
2334
+ --tw-border-opacity: 1 !important;
2335
+ border-color: rgb(237 237 240 / var(--tw-border-opacity)) !important;
2336
+ }
2337
+ .peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
2338
+ --tw-bg-opacity: 1 !important;
2339
+ background-color: rgb(247 247 250 / var(--tw-bg-opacity)) !important;
2340
+ }
2188
2341
  .children\:inline-block>* {
2189
2342
  display: inline-block !important;
2190
2343
  }
@@ -2195,15 +2348,21 @@ input[type='number'].no-arrows {
2195
2348
  .children\:last\:border-b-0:last-child>* {
2196
2349
  border-bottom-width: 0px !important;
2197
2350
  }
2198
- .\[\&\>path\]\:stroke-white>path {
2351
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
2199
2352
  stroke: white !important;
2200
2353
  }
2201
- .\[\&\>path\]\:stroke-grey-30>path {
2354
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
2202
2355
  stroke: #b4b4bb !important;
2203
2356
  }
2204
- .\[\&\>path\]\:stroke-2>path {
2357
+ .peer:checked~.peer-checked\:\[\&\>path\]\:stroke-2>path {
2205
2358
  stroke-width: 2 !important;
2206
2359
  }
2360
+ .peer\/radio:checked~.peer-checked\/radio\:\[\&\>\*\]\:block>* {
2361
+ display: block !important;
2362
+ }
2363
+ .peer\/radio:checked~.peer-checked\/radio\:\[\&\>\*\]\:opacity-40>* {
2364
+ opacity: 0.4 !important;
2365
+ }
2207
2366
  .\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {
2208
2367
  margin-left: -8px !important;
2209
2368
  }