@kaizen/components 2.4.0 → 2.5.1

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 (150) hide show
  1. package/dist/cjs/src/Heading/Heading.cjs +1 -1
  2. package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
  3. package/dist/cjs/src/Label/Label.cjs +1 -1
  4. package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
  5. package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
  6. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
  7. package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
  8. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
  9. package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
  10. package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
  11. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
  12. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
  13. package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
  14. package/dist/cjs/src/Select/Select.cjs +9 -7
  15. package/dist/cjs/src/Text/Text.cjs +1 -1
  16. package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
  17. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
  18. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
  19. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
  20. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
  21. package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
  22. package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
  23. package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
  24. package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
  25. package/dist/esm/src/Heading/Heading.mjs +1 -1
  26. package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
  27. package/dist/esm/src/Label/Label.mjs +1 -1
  28. package/dist/esm/src/Label/Label.module.css.mjs +14 -0
  29. package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
  30. package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
  31. package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
  32. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
  33. package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
  34. package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
  35. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
  36. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
  37. package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
  38. package/dist/esm/src/Select/Select.mjs +9 -7
  39. package/dist/esm/src/Text/Text.mjs +1 -1
  40. package/dist/esm/src/Text/Text.module.css.mjs +14 -0
  41. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
  42. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
  43. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
  44. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
  45. package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
  46. package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
  47. package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
  48. package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
  49. package/dist/styles.css +726 -520
  50. package/locales/ar.json +4 -0
  51. package/locales/bg.json +4 -0
  52. package/locales/cs.json +4 -0
  53. package/locales/cy.json +4 -0
  54. package/locales/da.json +4 -0
  55. package/locales/de.json +4 -0
  56. package/locales/el.json +4 -0
  57. package/locales/en-GB.json +4 -0
  58. package/locales/en.json +4 -0
  59. package/locales/es-419.json +4 -0
  60. package/locales/es.json +4 -0
  61. package/locales/et.json +4 -0
  62. package/locales/fi.json +4 -0
  63. package/locales/fr-CA.json +4 -0
  64. package/locales/fr.json +4 -0
  65. package/locales/he.json +4 -0
  66. package/locales/hi.json +4 -0
  67. package/locales/ht.json +4 -0
  68. package/locales/hu.json +4 -0
  69. package/locales/id.json +4 -0
  70. package/locales/it.json +4 -0
  71. package/locales/ja.json +4 -0
  72. package/locales/km-KH.json +4 -0
  73. package/locales/ko.json +4 -0
  74. package/locales/lt.json +4 -0
  75. package/locales/lv.json +4 -0
  76. package/locales/mi.json +4 -0
  77. package/locales/ms.json +4 -0
  78. package/locales/nb.json +4 -0
  79. package/locales/nl.json +4 -0
  80. package/locales/pl.json +4 -0
  81. package/locales/pt-BR.json +4 -0
  82. package/locales/pt.json +4 -0
  83. package/locales/ro.json +4 -0
  84. package/locales/ru.json +4 -0
  85. package/locales/si-LK.json +4 -0
  86. package/locales/sk.json +4 -0
  87. package/locales/sr.json +4 -0
  88. package/locales/sv.json +4 -0
  89. package/locales/th.json +4 -0
  90. package/locales/tl.json +4 -0
  91. package/locales/tr.json +4 -0
  92. package/locales/uk.json +4 -0
  93. package/locales/vi.json +4 -0
  94. package/locales/zh-TW.json +4 -0
  95. package/locales/zh.json +4 -0
  96. package/package.json +1 -1
  97. package/src/Content/Content.module.css +1 -1
  98. package/src/Heading/Heading.module.css +111 -0
  99. package/src/Heading/Heading.tsx +1 -1
  100. package/src/Label/Label.module.css +97 -0
  101. package/src/Label/Label.tsx +1 -1
  102. package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
  103. package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
  104. package/src/LabelledMessage/LabelledMessage.tsx +1 -1
  105. package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
  106. package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
  107. package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
  108. package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
  109. package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
  110. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
  111. package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
  112. package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
  113. package/src/Select/Select.tsx +8 -6
  114. package/src/Text/Text.module.css +71 -0
  115. package/src/Text/Text.tsx +1 -1
  116. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
  117. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
  118. package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
  119. package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
  120. package/src/Tooltip/OverlayArrow.module.css +45 -0
  121. package/src/Tooltip/OverlayArrow.tsx +1 -1
  122. package/src/Tooltip/Tooltip.module.css +62 -0
  123. package/src/Tooltip/Tooltip.tsx +1 -1
  124. package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
  125. package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
  126. package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
  127. package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
  128. package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
  129. package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
  130. package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
  131. package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
  132. package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
  133. package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
  134. package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
  135. package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
  136. package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
  137. package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
  138. package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
  139. package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
  140. package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
  141. package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
  142. package/src/Content/_variables.css +0 -5
  143. package/src/Heading/Heading.module.scss +0 -115
  144. package/src/Label/Label.module.scss +0 -105
  145. package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
  146. package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
  147. package/src/Text/Text.module.scss +0 -74
  148. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
  149. package/src/Tooltip/OverlayArrow.module.scss +0 -45
  150. package/src/Tooltip/Tooltip.module.scss +0 -68
package/dist/styles.css CHANGED
@@ -1020,161 +1020,190 @@
1020
1020
  visibility: hidden;
1021
1021
  }
1022
1022
  }
1023
- /** THIS IS AN AUTOGENERATED FILE **/
1024
- /** THIS IS AN AUTOGENERATED FILE **/
1025
- @layer tokens, normalize, reset, kz-components;
1026
1023
  @layer reset {
1027
- .Heading-module_heading__Gq6I8 {
1024
+ .Heading-module_heading__6D0PM {
1028
1025
  margin: 0;
1029
1026
  }
1030
1027
  }
1028
+
1031
1029
  @layer kz-components {
1032
- .Heading-module_display-0__yZ7rx {
1033
- font-family: var(--typography-display-0-font-family, "Tiempos Headline", Georgia, serif);
1034
- font-weight: var(--typography-display-0-font-weight, 800);
1035
- font-size: var(--typography-display-0-font-size, 4.5rem);
1036
- line-height: var(--typography-display-0-line-height, 5.25rem);
1037
- letter-spacing: var(--typography-display-0-letter-spacing, 0em);
1038
- }
1039
- .Heading-module_composable-header-title__mqQVh {
1040
- font-family: var(--typography-display-0-font-family, "Tiempos Headline", Georgia, serif);
1041
- font-weight: 500;
1042
- font-size: var(--typography-heading-1-font-size, 2.125rem);
1043
- line-height: var(--typography-heading-1-line-height, 2.625rem);
1044
- letter-spacing: var(--typography-heading-1-letter-spacing, normal);
1030
+ .Heading-module_display-0__Dmiig {
1031
+ font-family: var(--typography-display-0-font-family);
1032
+ font-weight: var(--typography-display-0-font-weight);
1033
+ font-size: var(--typography-display-0-font-size);
1034
+ line-height: var(--typography-display-0-line-height);
1035
+ letter-spacing: var(--typography-display-0-letter-spacing);
1045
1036
  }
1046
- .Heading-module_heading-1__PbAcw {
1047
- font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1048
- font-weight: var(--typography-heading-1-font-weight, 500);
1049
- font-size: var(--typography-heading-1-font-size, 2.125rem);
1050
- line-height: var(--typography-heading-1-line-height, 2.625rem);
1051
- letter-spacing: var(--typography-heading-1-letter-spacing, normal);
1052
- }
1053
- .Heading-module_heading-2__Ovpfe {
1054
- font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1055
- font-weight: var(--typography-heading-2-font-weight, 600);
1056
- font-size: var(--typography-heading-2-font-size, 1.75rem);
1057
- line-height: var(--typography-heading-2-line-height, 2.25rem);
1058
- letter-spacing: var(--typography-heading-2-letter-spacing, normal);
1037
+
1038
+ .Heading-module_composable-header-title__CPBzk {
1039
+ font-family: var(--typography-display-0-font-family); /* Tiempos */
1040
+ font-weight: 500; /* Medium */
1041
+ font-size: var(--typography-heading-1-font-size);
1042
+ line-height: var(--typography-heading-1-line-height);
1043
+ letter-spacing: var(--typography-heading-1-letter-spacing);
1059
1044
  }
1060
- .Heading-module_heading-3__S4Pb1 {
1061
- font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1062
- font-weight: var(--typography-heading-3-font-weight, 600);
1063
- font-size: var(--typography-heading-3-font-size, 1.375rem);
1064
- line-height: var(--typography-heading-3-line-height, 1.875rem);
1065
- letter-spacing: var(--typography-heading-3-letter-spacing, normal);
1045
+
1046
+ .Heading-module_heading-1__-GXEH {
1047
+ font-family: var(--typography-heading-1-font-family);
1048
+ font-weight: var(--typography-heading-1-font-weight);
1049
+ font-size: var(--typography-heading-1-font-size);
1050
+ line-height: var(--typography-heading-1-line-height);
1051
+ letter-spacing: var(--typography-heading-1-letter-spacing);
1066
1052
  }
1067
- .Heading-module_heading-4__IIiwi {
1068
- font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1069
- font-weight: var(--typography-heading-4-font-weight, 600);
1070
- font-size: var(--typography-heading-4-font-size, 1.125rem);
1071
- line-height: var(--typography-heading-4-line-height, 1.5rem);
1072
- letter-spacing: var(--typography-heading-4-letter-spacing, normal);
1053
+
1054
+ .Heading-module_heading-2__LiRAV {
1055
+ font-family: var(--typography-heading-2-font-family);
1056
+ font-weight: var(--typography-heading-2-font-weight);
1057
+ font-size: var(--typography-heading-2-font-size);
1058
+ line-height: var(--typography-heading-2-line-height);
1059
+ letter-spacing: var(--typography-heading-2-letter-spacing);
1073
1060
  }
1074
- .Heading-module_heading-5__QFtpN {
1075
- font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1076
- font-weight: var(--typography-heading-5-font-weight, 600);
1077
- font-size: var(--typography-heading-5-font-size, 1rem);
1078
- line-height: var(--typography-heading-5-line-height, 1.5rem);
1079
- letter-spacing: var(--typography-heading-5-letter-spacing, normal);
1061
+
1062
+ .Heading-module_heading-3__nVAgQ {
1063
+ font-family: var(--typography-heading-3-font-family);
1064
+ font-weight: var(--typography-heading-3-font-weight);
1065
+ font-size: var(--typography-heading-3-font-size);
1066
+ line-height: var(--typography-heading-3-line-height);
1067
+ letter-spacing: var(--typography-heading-3-letter-spacing);
1080
1068
  }
1081
- .Heading-module_heading-6__kts-- {
1082
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1083
- font-weight: var(--typography-heading-6-font-weight, 600);
1084
- font-size: var(--typography-heading-6-font-size, 0.875rem);
1085
- line-height: var(--typography-heading-6-line-height, 1.5rem);
1086
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
1069
+
1070
+ .Heading-module_heading-4__ESVT7 {
1071
+ font-family: var(--typography-heading-4-font-family);
1072
+ font-weight: var(--typography-heading-4-font-weight);
1073
+ font-size: var(--typography-heading-4-font-size);
1074
+ line-height: var(--typography-heading-4-line-height);
1075
+ letter-spacing: var(--typography-heading-4-letter-spacing);
1087
1076
  }
1088
- .Heading-module_dark__IqcnT {
1089
- color: var(--color-purple-800, #2f2438);
1090
- opacity: 100%;
1077
+
1078
+ .Heading-module_heading-5__zzZxI {
1079
+ font-family: var(--typography-heading-5-font-family);
1080
+ font-weight: var(--typography-heading-5-font-weight);
1081
+ font-size: var(--typography-heading-5-font-size);
1082
+ line-height: var(--typography-heading-5-line-height);
1083
+ letter-spacing: var(--typography-heading-5-letter-spacing);
1091
1084
  }
1092
- .Heading-module_dark-reduced-opacity__i-JqI {
1093
- color: var(--color-purple-800, #2f2438);
1094
- opacity: 70%;
1085
+
1086
+ .Heading-module_heading-6__-JvYA {
1087
+ font-family: var(--typography-heading-6-font-family);
1088
+ font-weight: var(--typography-heading-6-font-weight);
1089
+ font-size: var(--typography-heading-6-font-size);
1090
+ line-height: var(--typography-heading-6-line-height);
1091
+ letter-spacing: var(--typography-heading-6-letter-spacing);
1095
1092
  }
1096
- .Heading-module_white__mUqRT {
1097
- color: var(--color-white, #ffffff);
1098
- opacity: 100%;
1093
+
1094
+ .Heading-module_dark__vO-Uw {
1095
+ color: var(--color-purple-800);
1096
+ opacity: 1;
1099
1097
  }
1100
- .Heading-module_white-reduced-opacity__y1wq8 {
1101
- color: var(--color-white, #ffffff);
1102
- opacity: 80%;
1098
+
1099
+ .Heading-module_dark-reduced-opacity__24gWp {
1100
+ color: var(--color-purple-800);
1101
+ opacity: 0.7;
1103
1102
  }
1104
- .Heading-module_positive__mBS79.Heading-module_small__qupiD {
1105
- color: var(--color-green-600, #2c7d67);
1103
+
1104
+ .Heading-module_white__AJgq4 {
1105
+ color: var(--color-white);
1106
+ opacity: 1;
1106
1107
  }
1107
- .Heading-module_positive__mBS79.Heading-module_large__cB-V3 {
1108
- color: var(--color-green-500, #3f9a86);
1108
+
1109
+ .Heading-module_white-reduced-opacity__VvQaa {
1110
+ color: var(--color-white);
1111
+ opacity: 0.8;
1109
1112
  }
1110
- .Heading-module_negative__Q4byH.Heading-module_small__qupiD {
1111
- color: var(--color-red-600, #a82433);
1113
+
1114
+ .Heading-module_positive__GVkBf {
1115
+ &.Heading-module_small__bALDR {
1116
+ color: var(--color-green-600);
1117
+ }
1118
+
1119
+ &.Heading-module_large__FLTyA {
1120
+ color: var(--color-green-500);
1121
+ }
1112
1122
  }
1113
- .Heading-module_negative__Q4byH.Heading-module_large__cB-V3 {
1114
- color: var(--color-red-500, #c93b55);
1123
+
1124
+ .Heading-module_negative__exyNh {
1125
+ &.Heading-module_small__bALDR {
1126
+ color: var(--color-red-600);
1127
+ }
1128
+
1129
+ &.Heading-module_large__FLTyA {
1130
+ color: var(--color-red-500);
1131
+ }
1115
1132
  }
1116
1133
  }
1117
- /** THIS IS AN AUTOGENERATED FILE **/
1118
- /** THIS IS AN AUTOGENERATED FILE **/
1134
+
1119
1135
  @layer kz-components {
1120
- .Text-module_text__Byo7R {
1136
+ .Text-module_text__3xRq3 {
1121
1137
  --icon-vertical-align: text-bottom;
1138
+
1122
1139
  margin: 0;
1140
+
1141
+ strong {
1142
+ font-weight: var(--typography-paragraph-bold-font-weight);
1143
+ }
1123
1144
  }
1124
- .Text-module_text__Byo7R strong {
1125
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
1126
- }
1127
- .Text-module_intro-lede__ENE72 {
1128
- font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1129
- font-weight: var(--typography-paragraph-intro-lede-font-weight, 400);
1130
- font-size: var(--typography-paragraph-intro-lede-font-size, 1.25rem);
1131
- line-height: var(--typography-paragraph-intro-lede-line-height, 1.875rem);
1132
- letter-spacing: var(--typography-paragraph-intro-lede-letter-spacing, 0);
1145
+
1146
+ .Text-module_intro-lede__Pf95y {
1147
+ font-family: var(--typography-paragraph-intro-lede-font-family);
1148
+ font-weight: var(--typography-paragraph-intro-lede-font-weight);
1149
+ font-size: var(--typography-paragraph-intro-lede-font-size);
1150
+ line-height: var(--typography-paragraph-intro-lede-line-height);
1151
+ letter-spacing: var(--typography-paragraph-intro-lede-letter-spacing);
1133
1152
  }
1134
- .Text-module_body__cO-XH {
1135
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1136
- font-weight: var(--typography-paragraph-body-font-weight, 400);
1137
- font-size: var(--typography-paragraph-body-font-size, 1rem);
1138
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
1139
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
1153
+
1154
+ .Text-module_body__o-QuI {
1155
+ font-family: var(--typography-paragraph-body-font-family);
1156
+ font-weight: var(--typography-paragraph-body-font-weight);
1157
+ font-size: var(--typography-paragraph-body-font-size);
1158
+ line-height: var(--typography-paragraph-body-line-height);
1159
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
1140
1160
  }
1141
- .Text-module_small__uZNGn {
1142
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1143
- font-weight: var(--typography-paragraph-small-font-weight, 400);
1144
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
1145
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
1146
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
1161
+
1162
+ .Text-module_small__d6k-f {
1163
+ font-family: var(--typography-paragraph-small-font-family);
1164
+ font-weight: var(--typography-paragraph-small-font-weight);
1165
+ font-size: var(--typography-paragraph-small-font-size);
1166
+ line-height: var(--typography-paragraph-small-line-height);
1167
+ letter-spacing: var(--typography-paragraph-small-letter-spacing);
1147
1168
  }
1148
- .Text-module_extra-small__3g9eN {
1149
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
1150
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
1151
- font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
1152
- line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
1153
- letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
1169
+
1170
+ .Text-module_extra-small__jP3Xx {
1171
+ font-family: var(--typography-paragraph-extra-small-font-family);
1172
+ font-weight: var(--typography-paragraph-extra-small-font-weight);
1173
+ font-size: var(--typography-paragraph-extra-small-font-size);
1174
+ line-height: var(--typography-paragraph-extra-small-line-height);
1175
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing);
1154
1176
  }
1155
- .Text-module_dark__-jDSk {
1156
- color: var(--color-purple-800, #2f2438);
1157
- opacity: 100%;
1177
+
1178
+ .Text-module_dark__ApVTx {
1179
+ color: var(--color-purple-800);
1180
+ opacity: 1;
1158
1181
  }
1159
- .Text-module_dark-reduced-opacity__18nLo {
1160
- color: var(--color-purple-800, #2f2438);
1161
- opacity: 70%;
1182
+
1183
+ .Text-module_dark-reduced-opacity__-ef8o {
1184
+ color: var(--color-purple-800);
1185
+ opacity: 0.7;
1162
1186
  }
1163
- .Text-module_white__-yVD0 {
1164
- color: var(--color-white, #ffffff);
1165
- opacity: 100%;
1187
+
1188
+ .Text-module_white__Vj0Na {
1189
+ color: var(--color-white);
1190
+ opacity: 1;
1166
1191
  }
1167
- .Text-module_white-reduced-opacity__i0veZ {
1168
- color: var(--color-white, #ffffff);
1169
- opacity: 80%;
1192
+
1193
+ .Text-module_white-reduced-opacity__kYl0h {
1194
+ color: var(--color-white);
1195
+ opacity: 0.8;
1170
1196
  }
1171
- .Text-module_positive__e-IKh {
1172
- color: var(--color-green-600, #2c7d67);
1197
+
1198
+ .Text-module_positive__ngZQ5 {
1199
+ color: var(--color-green-600);
1173
1200
  }
1174
- .Text-module_negative__agbge {
1175
- color: var(--color-red-600, #a82433);
1201
+
1202
+ .Text-module_negative__729Es {
1203
+ color: var(--color-red-600);
1176
1204
  }
1177
1205
  }
1206
+
1178
1207
  @layer kz-components {
1179
1208
  .BrandMoment-module_body__mZWwj {
1180
1209
  width: 100%;
@@ -2400,81 +2429,104 @@
2400
2429
  border-color: var(--color-white, #ffffff);
2401
2430
  }
2402
2431
  }
2403
- /** THIS IS AN AUTOGENERATED FILE **/
2404
- /** THIS IS AN AUTOGENERATED FILE **/
2405
- /** THIS IS AN AUTOGENERATED FILE **/
2406
- /** THIS IS AN AUTOGENERATED FILE **/
2407
2432
  @layer kz-components {
2408
- .Label-module_label__Dmp7q {
2433
+ :root {
2434
+ --label-start-margin: var(--spacing-xs);
2435
+ --dt-color-form-text-color: var(--color-purple-800);
2436
+ }
2437
+
2438
+ .Label-module_label__jvxMB {
2409
2439
  --icon-vertical-align: text-bottom;
2410
2440
  }
2411
- .Label-module_label__Dmp7q,
2412
- .ideal-sans .Label-module_label__Dmp7q {
2441
+
2442
+ .Label-module_label__jvxMB,
2443
+ .ideal-sans .Label-module_label__jvxMB {
2444
+ /* override Murmur global styles :( */
2413
2445
  opacity: inherit;
2414
- color: var(--color-purple-800, #2f2438);
2446
+ color: var(--dt-color-form-text-color);
2415
2447
  visibility: visible;
2416
2448
  width: 100%;
2417
2449
  text-align: start;
2418
2450
  }
2419
- .Label-module_reversed__n6Q4r {
2420
- color: var(--color-white, #ffffff);
2421
- }
2422
- .Label-module_reversed__n6Q4r a {
2423
- color: var(--color-white, #ffffff);
2424
- }
2425
- .Label-module_reversed__n6Q4r a:hover {
2426
- text-decoration: none;
2451
+
2452
+ .Label-module_reversed__Qu7Kc {
2453
+ color: var(--color-white);
2454
+
2455
+ a {
2456
+ color: var(--color-white);
2457
+
2458
+ &:hover {
2459
+ text-decoration: none;
2460
+ }
2461
+ }
2427
2462
  }
2428
- .Label-module_disabled__qOB4e {
2429
- opacity: 30%;
2463
+
2464
+ .Label-module_disabled__3Mej6 {
2465
+ opacity: 0.3;
2430
2466
  }
2431
- .Label-module_text__LUnIh,
2432
- .ideal-sans .Label-module_text__LUnIh {
2433
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2434
- font-size: var(--typography-heading-6-font-size, 0.875rem);
2435
- line-height: var(--typography-heading-6-line-height, 1.5rem);
2436
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
2437
- font-weight: var(--typography-heading-6-font-weight, 600);
2467
+
2468
+ /* ///////////////////////////////////////////////////
2469
+ //// LABEL TYPES
2470
+ //////////////////////////////////////////////////// */
2471
+
2472
+ /* This is to override bootstrap styles. Remove when appropriate */
2473
+ .Label-module_text__zkbHj,
2474
+ .ideal-sans .Label-module_text__zkbHj {
2475
+ font-family: var(--typography-heading-6-font-family);
2476
+ font-size: var(--typography-heading-6-font-size);
2477
+ line-height: var(--typography-heading-6-line-height);
2478
+ letter-spacing: var(--typography-heading-6-letter-spacing);
2479
+ font-weight: var(--typography-heading-6-font-weight);
2438
2480
  }
2439
- .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
2481
+
2482
+ .Label-module_checkboxOrRadio__lzm9I,
2483
+ .Label-module_checkbox__vtFpn,
2484
+ .Label-module_radio__xenTn,
2485
+ .ideal-sans .Label-module_checkboxOrRadio__lzm9I {
2440
2486
  display: flex;
2441
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2442
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2443
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2444
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2445
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2487
+ font-family: var(--typography-paragraph-body-font-family);
2488
+ font-size: var(--typography-paragraph-body-font-size);
2489
+ line-height: var(--typography-paragraph-body-line-height);
2490
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
2491
+ font-weight: var(--typography-paragraph-body-font-weight);
2446
2492
  }
2447
- .Label-module_toggle__4tyKF {
2493
+
2494
+ .Label-module_toggle__prty7 {
2448
2495
  display: flex;
2449
2496
  justify-content: space-between;
2450
2497
  align-items: center;
2451
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2452
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2453
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2454
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2455
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2456
- }
2457
- .Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
2458
- .Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
2459
- .Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
2460
- order: -1;
2461
- margin-inline-end: var(--spacing-xs, 0.375rem);
2498
+ font-family: var(--typography-paragraph-body-font-family);
2499
+ font-size: var(--typography-paragraph-body-font-size);
2500
+ line-height: var(--typography-paragraph-body-line-height);
2501
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
2502
+ font-weight: var(--typography-paragraph-body-font-weight);
2462
2503
  }
2463
- .Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
2464
- .Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
2465
- .Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
2466
- margin-inline-start: var(--spacing-xs, 0.375rem);
2504
+
2505
+ .Label-module_checkbox__vtFpn,
2506
+ .Label-module_radio__xenTn,
2507
+ .Label-module_toggle__prty7 {
2508
+ /* apply padding when label is inline with form control */
2509
+ .Label-module_prependedLabel__XhXdP {
2510
+ order: -1; /* place label before the control */
2511
+ margin-inline-end: var(--label-start-margin);
2512
+ }
2513
+
2514
+ .Label-module_appendedLabel__vp5Uc {
2515
+ margin-inline-start: var(--label-start-margin);
2516
+ }
2467
2517
  }
2468
- .Label-module_prominent__SPdrr {
2469
- font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2470
- font-weight: var(--typography-heading-4-font-weight, 600);
2471
- font-size: var(--typography-heading-4-font-size, 1.125rem);
2472
- line-height: var(--typography-heading-4-line-height, 1.5rem);
2473
- letter-spacing: var(--typography-heading-4-letter-spacing, normal);
2518
+
2519
+ .Label-module_prominent__dW3K7 {
2520
+ font-family: var(--typography-heading-4-font-family);
2521
+ font-weight: var(--typography-heading-4-font-weight);
2522
+ font-size: var(--typography-heading-4-font-size);
2523
+ line-height: var(--typography-heading-4-line-height);
2524
+ letter-spacing: var(--typography-heading-4-letter-spacing);
2474
2525
  display: block;
2475
- margin-bottom: var(--spacing-xs, 0.375rem);
2526
+ margin-bottom: var(--spacing-xs);
2476
2527
  }
2477
2528
  }
2529
+
2478
2530
  /** THIS IS AN AUTOGENERATED FILE **/
2479
2531
  /** THIS IS AN AUTOGENERATED FILE **/
2480
2532
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -2716,7 +2768,7 @@
2716
2768
 
2717
2769
  /* Currently unable to do media query equations so using a fixed value instead */
2718
2770
  @media (width <= 1079px) {
2719
- margin: 0 var(--content-margin-width-on-medium-and-small);
2771
+ margin: 0 var(--spacing-12);
2720
2772
  }
2721
2773
  }
2722
2774
  }
@@ -3331,16 +3383,17 @@
3331
3383
  margin-top: var(--spacing-6, 0.375rem);
3332
3384
  }
3333
3385
  }
3334
- /** THIS IS AN AUTOGENERATED FILE **/
3335
3386
  @layer kz-components {
3336
- .LabelledMessage-module_labelledMessage__8hqzY {
3387
+ .LabelledMessage-module_labelledMessage__kz-UQ {
3337
3388
  display: inline-flex;
3338
3389
  white-space: nowrap;
3339
3390
  }
3340
- .LabelledMessage-module_labelSeparator__f3zFN {
3341
- margin-inline-end: var(--spacing-6, 0.375rem);
3391
+
3392
+ .LabelledMessage-module_labelSeparator__A-4BK {
3393
+ margin-inline-end: var(--spacing-6);
3342
3394
  }
3343
3395
  }
3396
+
3344
3397
  /** THIS IS AN AUTOGENERATED FILE **/
3345
3398
  @layer kz-components {
3346
3399
  .DateInputDescription-module_dateInputDescription__dEWv8 {
@@ -4975,48 +5028,59 @@
4975
5028
  /* stylelint-enable no-descending-specificity */
4976
5029
  }
4977
5030
 
4978
- /** THIS IS AN AUTOGENERATED FILE **/
4979
- /** THIS IS AN AUTOGENERATED FILE **/
4980
- /** THIS IS AN AUTOGENERATED FILE **/
4981
- /** THIS IS AN AUTOGENERATED FILE **/
4982
- /** THIS IS AN AUTOGENERATED FILE **/
4983
- /** THIS IS AN AUTOGENERATED FILE **/
4984
- /** THIS IS AN AUTOGENERATED FILE **/
4985
- /** THIS IS AN AUTOGENERATED FILE **/
4986
- /** THIS IS AN AUTOGENERATED FILE **/
4987
- /** THIS IS AN AUTOGENERATED FILE **/
5031
+ :root {
5032
+ --border-width: var(--border-width-1);
5033
+ --notification-vertical-padding: calc(var(--spacing-6) - var(--border-width));
5034
+ --notification-fade-out: opacity 200ms ease;
5035
+ --notification-collapse-height: margin-top 200ms ease, margin-bottom 200ms ease;
5036
+ --notification-collapse-height-delayed: margin-top 200ms ease 200ms, margin-bottom 200ms ease;
5037
+ --notification-pop-up: transform 200ms ease-out;
5038
+ --notification-slide-right: transform 300ms ease-out;
5039
+ }
5040
+
4988
5041
  @layer kz-components {
4989
- .GenericNotification-module_notification__-JP1M {
5042
+ /* Replace @extend %ca-notification from _mixin.scss */
5043
+ .GenericNotification-module_notification__-lOMz {
4990
5044
  display: flex;
4991
5045
  box-sizing: border-box;
4992
5046
  pointer-events: all;
5047
+
5048
+ &:focus {
5049
+ outline-offset: 1px;
5050
+ outline: 2px solid var(--color-blue-500);
5051
+ }
4993
5052
  }
4994
- .GenericNotification-module_notification__-JP1M:focus {
4995
- outline-offset: 1px;
4996
- outline: 2px solid var(--color-blue-500);
4997
- }
4998
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
4999
- margin-bottom: var(--spacing-24, 1.5rem);
5000
- border-width: var(--border-width-1);
5053
+
5054
+ /* Variants */
5055
+ .GenericNotification-module_inline__lnYb9,
5056
+ .GenericNotification-module_toast__dPvtC {
5057
+ margin-bottom: var(--spacing-24);
5058
+ border-width: var(--border-width);
5001
5059
  border-style: solid;
5002
- border-radius: var(--border-solid-border-radius, 7px);
5060
+ border-radius: var(--border-solid-border-radius);
5003
5061
  }
5004
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5 {
5062
+
5063
+ .GenericNotification-module_inline__lnYb9 {
5005
5064
  width: auto;
5006
5065
  min-height: 46px;
5007
- padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) var(--spacing-12, 0.75rem);
5008
- transition: opacity 200ms ease, transform 200ms ease-out, margin-top 200ms ease, margin-bottom 200ms ease;
5066
+ padding: var(--notification-vertical-padding) var(--spacing-12);
5067
+ transition:
5068
+ var(--notification-fade-out), var(--notification-pop-up), var(--notification-collapse-height);
5009
5069
  }
5010
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
5070
+
5071
+ .GenericNotification-module_toast__dPvtC {
5011
5072
  container-type: inline-size;
5012
5073
  width: 25rem;
5013
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
5074
+ box-shadow: var(--shadow-small-box-shadow);
5014
5075
  max-width: 100%;
5015
- padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) 10px;
5016
- transition: opacity 200ms ease, transform 300ms ease-out, margin-top 200ms ease 200ms, margin-bottom 200ms ease;
5076
+ padding: var(--notification-vertical-padding) 10px;
5077
+ transition:
5078
+ var(--notification-fade-out), var(--notification-slide-right),
5079
+ var(--notification-collapse-height-delayed);
5017
5080
  will-change: transform;
5018
5081
  }
5019
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_global__Weka- {
5082
+
5083
+ .GenericNotification-module_global__i1IKL {
5020
5084
  width: 100%;
5021
5085
  display: flex;
5022
5086
  align-items: center;
@@ -5026,148 +5090,229 @@
5026
5090
  padding-top: var(--spacing-16);
5027
5091
  padding-bottom: var(--spacing-16);
5028
5092
  padding-inline-start: var(--spacing-8);
5029
- transition: margin-top 200ms ease, margin-bottom 200ms ease;
5093
+ transition: var(--notification-collapse-height);
5030
5094
  position: relative;
5031
5095
  z-index: 1030;
5032
5096
  }
5033
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_security__QTALa {
5034
- background: var(--color-yellow-100, #fff9e4);
5097
+
5098
+ /* Types (colors) */
5099
+ .GenericNotification-module_success__HMC7W {
5100
+ background: var(--color-green-100);
5101
+ border-color: var(--color-green-500);
5102
+ color: var(--color-purple-800);
5103
+
5104
+ --icon-color: var(--color-green-500);
5105
+ }
5106
+
5107
+ .GenericNotification-module_informative__S4sGn {
5108
+ background: var(--color-blue-100);
5109
+ border-color: var(--color-blue-500);
5110
+ color: var(--color-purple-800);
5111
+
5112
+ --icon-color: var(--color-blue-500);
5113
+ }
5114
+
5115
+ .GenericNotification-module_cautionary__VMbSA,
5116
+ .GenericNotification-module_security__pdJT9 {
5117
+ background: var(--color-yellow-100);
5035
5118
  border-color: var(--color-yellow-700);
5036
- color: var(--color-purple-800, #2f2438);
5119
+ color: var(--color-purple-800);
5120
+
5121
+ --icon-color: var(--color-yellow-700);
5037
5122
  }
5038
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct {
5039
- opacity: 0%;
5123
+
5124
+ .GenericNotification-module_warning__42AEX {
5125
+ background: var(--color-red-100);
5126
+ border-color: var(--color-red-500);
5127
+ color: var(--color-purple-800);
5128
+
5129
+ --icon-color: var(--color-red-500);
5130
+ }
5131
+
5132
+ /* Hidden state */
5133
+ .GenericNotification-module_hidden__QOpq1 {
5134
+ opacity: 0;
5040
5135
  }
5041
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5136
+
5137
+ .GenericNotification-module_hidden__QOpq1.GenericNotification-module_inline__lnYb9,
5138
+ .GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
5042
5139
  margin-bottom: 0;
5043
5140
  }
5044
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5 {
5141
+
5142
+ .GenericNotification-module_hidden__QOpq1.GenericNotification-module_inline__lnYb9 {
5143
+ /*
5144
+ When entering we use "ease-out", but when transitioning to hidden we want to use "ease-in".
5145
+ We want it moving the fastest when it is the furthest off screen.
5146
+ */
5045
5147
  transition-timing-function: ease-in;
5046
5148
  transform: translateY(-50%);
5047
5149
  }
5048
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_toast__GOVfC {
5150
+
5151
+ .GenericNotification-module_hidden__QOpq1.GenericNotification-module_toast__dPvtC {
5152
+ /*
5153
+ When entering we use "ease-out", but when transitioning to hidden we want to use "ease-in".
5154
+ We want it moving the fastest when it is the furthest off screen.
5155
+ */
5049
5156
  transition-timing-function: ease-in;
5050
5157
  transform: translateX(50%);
5051
5158
  }
5052
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5159
+
5160
+ .GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
5053
5161
  z-index: 1029;
5054
- opacity: 100%;
5055
- }
5056
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_noBottomMargin__28nF8 {
5057
- margin-bottom: 0;
5058
- }
5059
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_persistent__O7bgI {
5060
- transition: none;
5061
- }
5062
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_subtle__kPns9 {
5063
- background: none;
5064
- border: none;
5065
- padding: 0;
5162
+ opacity: 1;
5066
5163
  }
5067
- .GenericNotification-module_icon__SDb8v {
5164
+
5165
+ /* Structure: .icon (from %ca-notification__icon) */
5166
+ .GenericNotification-module_icon__rMIaU {
5068
5167
  align-items: flex-start;
5069
5168
  box-sizing: content-box;
5169
+ color: var(--icon-color);
5070
5170
  }
5071
- .GenericNotification-module_security__QTALa .GenericNotification-module_icon__SDb8v {
5072
- color: var(--color-yellow-700);
5073
- }
5074
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
5171
+
5172
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_icon__rMIaU,
5173
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_icon__rMIaU {
5075
5174
  width: 22px;
5076
5175
  height: 22px;
5077
5176
  font-size: 22px;
5078
- margin-top: var(--spacing-6, 0.375rem);
5177
+ margin-top: var(--spacing-6);
5079
5178
  }
5080
- .GenericNotification-module_global__Weka- .GenericNotification-module_icon__SDb8v {
5179
+
5180
+ .GenericNotification-module_global__i1IKL .GenericNotification-module_icon__rMIaU {
5081
5181
  width: 24px;
5082
5182
  height: 24px;
5083
5183
  font-size: 24px;
5084
5184
  }
5085
- .GenericNotification-module_textContainer__Avpbk {
5185
+
5186
+ /* Structure: .textContainer from %ca-notification__text-container */
5187
+ .GenericNotification-module_textContainer__yHSKi {
5086
5188
  box-sizing: content-box;
5087
5189
  display: flex;
5088
5190
  flex-flow: row wrap;
5089
5191
  flex: 1 0 0;
5090
5192
  }
5091
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk, .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5092
- margin-inline-start: var(--spacing-6, 0.375rem);
5193
+
5194
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_textContainer__yHSKi,
5195
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_textContainer__yHSKi {
5196
+ margin-inline-start: var(--spacing-6);
5093
5197
  }
5094
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5095
- margin-inline-start: var(--spacing-6, 0.375rem);
5096
- max-width: calc(100% - var(--spacing-48, 3rem));
5198
+
5199
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_textContainer__yHSKi {
5200
+ max-width: calc(100% - var(--spacing-48));
5097
5201
  overflow-wrap: break-word;
5098
5202
  hyphens: auto;
5099
5203
  }
5100
- .GenericNotification-module_global__Weka- .GenericNotification-module_textContainer__Avpbk {
5204
+
5205
+ .GenericNotification-module_global__i1IKL .GenericNotification-module_textContainer__yHSKi {
5101
5206
  margin-inline-start: var(--spacing-8);
5102
5207
  }
5103
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk {
5104
- transition: opacity 200ms ease;
5208
+
5209
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_textContainer__yHSKi {
5210
+ /*
5211
+ Inline notifications often fade onto a white background.
5212
+ Fading the higher-contrast text out at, as well as the whole container, makes for a smoother animation.
5213
+ */
5214
+ transition: var(--notification-fade-out);
5105
5215
  }
5106
- .GenericNotification-module_textContainer__Avpbk.GenericNotification-module_forceMultiline__JcVA4 {
5216
+
5217
+ .GenericNotification-module_forceMultiline__SlLf9 {
5107
5218
  flex-direction: column;
5108
5219
  }
5109
- .GenericNotification-module_title__dvQOr {
5220
+
5221
+ /* Structure: .title from %ca-notification__title */
5222
+ .GenericNotification-module_title__3cvl6 {
5110
5223
  position: relative;
5111
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5112
- font-weight: var(--typography-heading-6-font-weight, 600);
5113
- font-size: var(--typography-heading-6-font-size, 0.875rem);
5114
- line-height: var(--typography-heading-6-line-height, 1.5rem);
5115
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
5224
+ font-family: var(--typography-heading-6-font-family);
5225
+ font-weight: var(--typography-heading-6-font-weight);
5226
+ font-size: var(--typography-heading-6-font-size);
5227
+ line-height: var(--typography-heading-6-line-height);
5228
+ letter-spacing: var(--typography-heading-6-letter-spacing);
5116
5229
  margin: 0;
5117
5230
  padding-right: 6px;
5231
+
5232
+ /* overriding Bootstrap style that changes h6s to text-transform: uppercase */
5118
5233
  text-transform: none;
5119
5234
  color: inherit;
5120
5235
  top: 0.37em;
5121
5236
  }
5122
- .GenericNotification-module_text__X-5ld {
5237
+
5238
+ .GenericNotification-module_notificationTitle__-yijp {
5239
+ top: 0.42em;
5123
5240
  position: relative;
5124
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5125
- font-weight: var(--typography-paragraph-small-font-weight, 400);
5126
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5127
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5128
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5241
+ margin-inline-end: var(--spacing-6);
5242
+ line-height: var(--typography-heading-6-line-height);
5243
+ }
5244
+
5245
+ @container (max-width: 25rem) {
5246
+ .GenericNotification-module_notificationTitle__-yijp {
5247
+ width: 100%;
5248
+ }
5249
+ }
5250
+
5251
+ /* Structure: .text from %ca-notification__text */
5252
+ .GenericNotification-module_text__B5r5l {
5253
+ position: relative;
5254
+ font-family: var(--typography-paragraph-small-font-family);
5255
+ font-weight: var(--typography-paragraph-small-font-weight);
5256
+ font-size: var(--typography-paragraph-small-font-size);
5257
+ line-height: var(--typography-paragraph-small-line-height);
5258
+ letter-spacing: var(--typography-paragraph-small-letter-spacing);
5129
5259
  margin: 0;
5130
5260
  color: inherit;
5261
+
5262
+ a[href]:not([data-rac]) {
5263
+ border-bottom: var(--spacing-1) solid var(--color-blue-500);
5264
+ text-decoration: none;
5265
+ color: var(--color-blue-500);
5266
+
5267
+ &:hover {
5268
+ text-decoration: none;
5269
+ color: var(--color-blue-600);
5270
+ border-bottom: var(--spacing-1) solid var(--color-blue-600);
5271
+ }
5272
+ }
5273
+
5274
+ strong {
5275
+ font-weight: var(--typography-button-secondary-font-weight);
5276
+ }
5277
+
5278
+ p {
5279
+ font-weight: inherit;
5280
+ }
5131
5281
  }
5132
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_text__X-5ld, .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
5282
+
5283
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_text__B5r5l,
5284
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
5133
5285
  position: relative;
5134
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5135
- font-weight: var(--typography-paragraph-small-font-weight, 400);
5136
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5137
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5138
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5139
- margin-top: var(--spacing-6, 0.375rem);
5286
+ font-family: var(--typography-paragraph-small-font-family);
5287
+ font-weight: var(--typography-paragraph-small-font-weight);
5288
+ font-size: var(--typography-paragraph-small-font-size);
5289
+ line-height: var(--typography-paragraph-small-line-height);
5290
+ letter-spacing: var(--typography-paragraph-small-letter-spacing);
5291
+
5292
+ /*
5293
+ When the title and text are on different lines this ensures the baselines of the first lines are exactly 1 grid unit apart.
5294
+ When they are both on a single line it ensures both are 1 grid unit tall.
5295
+ */
5296
+ margin-top: var(--spacing-6);
5140
5297
  flex: 0 1 auto;
5141
- padding-bottom: var(--spacing-12, 0.75rem);
5298
+ padding-bottom: var(--spacing-12);
5142
5299
  top: 0.21em;
5143
5300
  }
5144
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
5301
+
5302
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
5145
5303
  width: 100%;
5146
5304
  }
5147
- .GenericNotification-module_global__Weka- .GenericNotification-module_text__X-5ld {
5305
+
5306
+ .GenericNotification-module_global__i1IKL .GenericNotification-module_text__B5r5l {
5148
5307
  position: static;
5149
- font-weight: var(--typography-paragraph-body-font-weight, 400);
5150
- font-size: var(--typography-paragraph-body-font-size, 1rem);
5151
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
5152
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
5153
- }
5154
- .GenericNotification-module_text__X-5ld a[href]:not([data-rac]) {
5155
- border-bottom: var(--spacing-1) solid var(--color-blue-500, #0168b3);
5156
- text-decoration: none;
5157
- color: var(--color-blue-500, #0168b3);
5158
- }
5159
- .GenericNotification-module_text__X-5ld a[href]:not([data-rac]):hover {
5160
- text-decoration: none;
5161
- color: var(--color-blue-600, #004970);
5162
- border-bottom: var(--spacing-1) solid var(--color-blue-600, #004970);
5163
- }
5164
- .GenericNotification-module_text__X-5ld strong {
5165
- font-weight: var(--typography-button-secondary-font-weight, 500);
5166
- }
5167
- .GenericNotification-module_text__X-5ld p {
5168
- font-weight: inherit;
5308
+ font-weight: var(--typography-paragraph-body-font-weight);
5309
+ font-size: var(--typography-paragraph-body-font-size);
5310
+ line-height: var(--typography-paragraph-body-line-height);
5311
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
5169
5312
  }
5170
- .GenericNotification-module_cancel__c6wky {
5313
+
5314
+ /* Structure: .cancel from %ca-notification__cancel */
5315
+ .GenericNotification-module_cancel__4O-Ys {
5171
5316
  cursor: pointer;
5172
5317
  appearance: none;
5173
5318
  transition: none;
@@ -5177,43 +5322,78 @@
5177
5322
  border: none;
5178
5323
  background: transparent;
5179
5324
  font: inherit;
5180
- color: var(--color-purple-800, #2f2438);
5181
- }
5182
- .GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5183
- opacity: 70%;
5184
- transition: var(--animation-duration-fast, 300ms) opacity;
5185
- }
5186
- .GenericNotification-module_cancel__c6wky:disabled .GenericNotification-module_icon__SDb8v, .GenericNotification-module_disabled__WGBhD.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5187
- opacity: 30%;
5188
- }
5189
- .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):hover .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):focus .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_hover__hUURd .GenericNotification-module_icon__SDb8v {
5190
- opacity: 100%;
5191
- }
5192
- .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):active .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_active__-6ahb .GenericNotification-module_icon__SDb8v {
5193
- opacity: 100%;
5194
- }
5195
- .GenericNotification-module_cancel__c6wky:active {
5196
- transform: translateY(1px);
5325
+ color: var(--color-purple-800);
5326
+ position: relative;
5327
+ display: flex;
5328
+ align-items: center;
5329
+ justify-content: center;
5330
+ border-radius: var(--border-solid-border-radius);
5331
+
5332
+ .GenericNotification-module_icon__rMIaU {
5333
+ opacity: 0.7;
5334
+ transition: var(--animation-duration-fast) opacity;
5335
+ }
5336
+
5337
+ &:disabled,
5338
+ &.GenericNotification-module_disabled__V2Wyr {
5339
+ .GenericNotification-module_icon__rMIaU {
5340
+ opacity: 0.3;
5341
+ }
5342
+ }
5343
+
5344
+ &:not(:disabled, .GenericNotification-module_disabled__V2Wyr) {
5345
+ &:hover,
5346
+ &:focus,
5347
+ &.GenericNotification-module_hover__erovs {
5348
+ .GenericNotification-module_icon__rMIaU {
5349
+ opacity: 1;
5350
+ }
5351
+ }
5352
+
5353
+ &:active,
5354
+ &.GenericNotification-module_active__2ksOr {
5355
+ .GenericNotification-module_icon__rMIaU {
5356
+ opacity: 1;
5357
+ }
5358
+ }
5359
+ }
5360
+
5361
+ &:active {
5362
+ transform: translateY(1px);
5363
+ }
5364
+
5365
+ &:focus-visible {
5366
+ outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
5367
+ var(--color-blue-500);
5368
+ outline-offset: -4px;
5369
+ }
5197
5370
  }
5198
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky, .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5371
+
5372
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys,
5373
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
5199
5374
  width: var(--spacing-48);
5200
5375
  height: var(--spacing-48);
5201
5376
  margin-top: calc(-1 * var(--spacing-6));
5202
5377
  margin-bottom: calc(-1 * var(--spacing-6));
5203
5378
  }
5204
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky {
5379
+
5380
+ .GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys {
5205
5381
  margin-inline-end: calc(-1 * var(--spacing-12));
5206
5382
  }
5207
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5383
+
5384
+ .GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
5208
5385
  margin-inline-end: -10px;
5209
5386
  }
5210
- .GenericNotification-module_global__Weka- .GenericNotification-module_cancel__c6wky {
5387
+
5388
+ .GenericNotification-module_global__i1IKL .GenericNotification-module_cancel__4O-Ys {
5211
5389
  width: var(--spacing-48);
5212
5390
  height: var(--spacing-48);
5213
5391
  margin-top: calc(-1 * var(--spacing-24));
5214
5392
  margin-bottom: calc(-1 * var(--spacing-24));
5215
5393
  }
5216
- .GenericNotification-module_cancelLabel__HJzsk {
5394
+
5395
+ /* Structure: .cancelLabel from %ca-notification__cancel__label */
5396
+ .GenericNotification-module_cancelLabel__uLIuz {
5217
5397
  position: absolute;
5218
5398
  width: 1px;
5219
5399
  height: 1px;
@@ -5223,68 +5403,32 @@
5223
5403
  clip-path: rect(0 0 0 0);
5224
5404
  border: 0;
5225
5405
  }
5226
- }
5227
- @layer kz-components {
5228
- .GenericNotification-module_icon__SDb8v {
5229
- color: var(--icon-color);
5230
- }
5231
- .GenericNotification-module_cancel__c6wky {
5232
- position: relative;
5233
- display: flex;
5234
- align-items: center;
5235
- justify-content: center;
5236
- border-radius: var(--border-solid-border-radius);
5237
- }
5238
- .GenericNotification-module_cancel__c6wky:focus-visible {
5239
- outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
5240
- outline-offset: -4px;
5241
- }
5242
- .GenericNotification-module_notificationTitle__Oaqb8 {
5243
- top: 0.42em;
5244
- position: relative;
5245
- margin-inline-end: var(--spacing-6, 0.375rem);
5246
- line-height: var(--typography-heading-6-line-height, 1.5rem);
5247
- }
5248
- @container (max-width: 25rem) {
5249
- .GenericNotification-module_notificationTitle__Oaqb8 {
5250
- width: 100%;
5251
- }
5252
- }
5253
- .GenericNotification-module_success__oLGIP {
5254
- background: var(--color-green-100, #e8f8f4);
5255
- border-color: var(--color-green-500);
5256
- color: var(--color-purple-800, #2f2438);
5257
- --icon-color: var(--color-green-500);
5258
- }
5259
- .GenericNotification-module_informative__WLimi {
5260
- background: var(--color-blue-100, #e6f6ff);
5261
- border-color: var(--color-blue-500);
5262
- color: var(--color-purple-800, #2f2438);
5263
- --icon-color: var(--color-blue-500);
5406
+
5407
+ /* Modifiers */
5408
+ .GenericNotification-module_noBottomMargin__okqYr {
5409
+ margin-bottom: 0;
5264
5410
  }
5265
- .GenericNotification-module_cautionary__lneFu {
5266
- background: var(--color-yellow-100, #fff9e4);
5267
- border-color: var(--color-yellow-700);
5268
- color: var(--color-purple-800, #2f2438);
5269
- --icon-color: var(--color-yellow-700);
5411
+
5412
+ .GenericNotification-module_persistent__y-Jp7 {
5413
+ transition: none;
5270
5414
  }
5271
- .GenericNotification-module_warning__7275P {
5272
- background: var(--color-red-100, #fdeaee);
5273
- border-color: var(--color-red-500);
5274
- color: var(--color-purple-800, #2f2438);
5275
- --icon-color: var(--color-red-500);
5415
+
5416
+ /* This is only for inline notifications */
5417
+ .GenericNotification-module_subtle__TCixZ {
5418
+ background: none;
5419
+ border: none;
5420
+ padding: 0;
5276
5421
  }
5277
5422
  }
5423
+
5278
5424
  @layer kz-components {
5279
5425
  .NotificationIcon-module_notificationIcon__4xH0m {
5280
5426
  font-size: inherit;
5281
5427
  }
5282
5428
  }
5283
5429
 
5284
- /** THIS IS AN AUTOGENERATED FILE **/
5285
- /** THIS IS AN AUTOGENERATED FILE **/
5286
5430
  @layer kz-components {
5287
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5431
+ .ToastNotificationsList-module_toastNotificationsList__AUm-A {
5288
5432
  display: flex;
5289
5433
  flex-direction: column;
5290
5434
  align-items: flex-end;
@@ -5292,24 +5436,24 @@
5292
5436
  padding-bottom: 0;
5293
5437
  padding-top: 172px;
5294
5438
  position: fixed;
5295
- right: var(--spacing-md, 1.5rem);
5439
+ right: var(--spacing-md);
5296
5440
  top: 0;
5297
5441
  bottom: 0;
5298
5442
  z-index: 1100;
5299
5443
  max-width: 100%;
5300
5444
  pointer-events: none;
5301
- }
5302
- @media (max-width: 1079px) {
5303
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5445
+
5446
+ /* Media queries can’t perform this calculation yet. Update when CSS supports it. */
5447
+ @media (width <= 1079px) {
5304
5448
  padding-top: 108px;
5305
5449
  }
5306
- }
5307
- @media (max-width: 767px) {
5308
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5309
- left: var(--spacing-md, 1.5rem);
5450
+
5451
+ @media (width <= 767px) {
5452
+ left: var(--spacing-md);
5310
5453
  }
5311
5454
  }
5312
5455
  }
5456
+
5313
5457
  @layer kz-components {
5314
5458
  .Link-module_link__8oxip {
5315
5459
  color: var(--link-text-color, var(--color-blue-500));
@@ -10918,211 +11062,273 @@
10918
11062
  }
10919
11063
  }
10920
11064
  }
10921
- /** THIS IS AN AUTOGENERATED FILE **/
10922
- /** THIS IS AN AUTOGENERATED FILE **/
10923
- /** THIS IS AN AUTOGENERATED FILE **/
10924
- /** THIS IS AN AUTOGENERATED FILE **/
10925
- /** THIS IS AN AUTOGENERATED FILE **/
10926
- /** THIS IS AN AUTOGENERATED FILE **/
10927
- /** THIS IS AN AUTOGENERATED FILE **/
10928
- /* stylelint-disable selector-no-vendor-prefix */
10929
11065
  @layer kz-components {
10930
- .ToggleSwitch-module_checkbox__ezWz3 {
10931
- opacity: 0%;
10932
- position: absolute;
11066
+ :root {
11067
+ --animation-timing: var(--animation-duration-immediate) var(--animation-easing-function-linear);
11068
+ --focus-ring-offset: 1px;
10933
11069
  }
10934
- .ideal-sans .ToggleSwitch-module_checkbox__ezWz3 {
11070
+
11071
+ .ToggleSwitch-module_checkbox__NmNyg {
11072
+ /* Reset checkbox */
11073
+ opacity: 0;
10935
11074
  position: absolute;
11075
+
11076
+ .ideal-sans & {
11077
+ /* This is to override bootstrap styles. Remove when appropriate */
11078
+ position: absolute;
11079
+ }
10936
11080
  }
10937
- .ToggleSwitch-module_track__fcDMP {
11081
+
11082
+ .ToggleSwitch-module_track__Zvo6N {
10938
11083
  position: relative;
10939
- background-color: var(--color-gray-500, #878792);
10940
- border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
10941
- border-radius: var(--spacing-md, 1.5rem);
11084
+ background-color: var(--color-gray-500);
11085
+ border: var(--border-borderless-border-width) var(--border-borderless-border-style)
11086
+ var(--border-borderless-border-color);
11087
+ border-radius: var(--spacing-md);
10942
11088
  box-sizing: content-box;
10943
- width: calc(var(--spacing-md, 1.5rem) * 1.05 * 2);
10944
- height: calc(var(--spacing-md, 1.5rem) * 1.25);
10945
- padding: 0 calc(var(--spacing-md, 1.5rem) * 0.15);
11089
+ width: calc((var(--spacing-md) * 1.05) * 2);
11090
+ height: calc(var(--spacing-md) * 1.25);
11091
+ padding: 0 calc(var(--spacing-md) * 0.15);
10946
11092
  display: flex;
10947
11093
  align-items: center;
10948
- transition: background-color var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
11094
+ transition: background-color var(--animation-timing);
11095
+
10949
11096
  /* TODO: Fix */
10950
11097
  /* stylelint-disable no-descending-specificity */
11098
+ .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm):focus + &,
11099
+ .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm):hover:focus + & {
11100
+ border-color: transparent;
11101
+ outline: 2px solid var(--color-blue-500);
11102
+ outline-offset: var(--focus-ring-offset);
11103
+ background-color: var(--color-gray-600);
11104
+ }
11105
+
11106
+ .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + &:hover,
11107
+ label:hover .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + & {
11108
+ background-color: var(--color-gray-600);
11109
+ }
11110
+
10951
11111
  /* stylelint-enable no-descending-specificity */
10952
11112
  }
10953
- .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R):focus + .ToggleSwitch-module_track__fcDMP, .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R):hover:focus + .ToggleSwitch-module_track__fcDMP {
10954
- border-color: transparent;
10955
- outline: 2px solid var(--color-blue-500, #0168b3);
10956
- outline-offset: 1px;
10957
- background-color: var(--color-gray-600, #524e56);
10958
- }
10959
- .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP {
10960
- background-color: var(--color-purple-500, #844587);
10961
- background-color: var(--color-gray-600, #524e56);
10962
- }
10963
- .ToggleSwitch-module_thumb__8PULV {
11113
+
11114
+ .ToggleSwitch-module_thumb__YIdcS {
10964
11115
  display: flex;
10965
11116
  align-items: center;
10966
11117
  justify-content: center;
10967
- background-color: var(--color-white, #ffffff);
10968
- border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
10969
- border-radius: var(--spacing-md, 1.5rem);
10970
- transition: left var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear), right var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
11118
+ background-color: var(--color-white);
11119
+ border: var(--border-borderless-border-width) var(--border-borderless-border-style)
11120
+ var(--border-borderless-border-color);
11121
+ border-radius: var(--spacing-md);
11122
+ transition:
11123
+ left var(--animation-timing),
11124
+ right var(--animation-timing);
10971
11125
  cursor: default;
10972
11126
  }
10973
- .ToggleSwitch-module_checkIcon__8iitB {
10974
- color: var(--color-green-500, #3f9a86);
10975
- opacity: 0%;
10976
- transition-duration: var(--animation-duration-rapid, 200ms);
11127
+
11128
+ .ToggleSwitch-module_checkIcon__J4eSM {
11129
+ color: var(--color-green-500);
11130
+ opacity: 0;
11131
+ transition-duration: var(--animation-duration-rapid);
10977
11132
  }
11133
+
10978
11134
  /* stylelint-disable no-descending-specificity */
10979
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
10980
- border-color: var(--border-borderless-border-color, transparent);
10981
- background-color: var(--color-green-500, #3f9a86);
10982
- }
10983
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP {
10984
- border-color: transparent;
10985
- background-color: var(--color-green-600, #2c7d67);
10986
- }
10987
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV {
10988
- position: relative;
10989
- right: auto;
10990
- inset-inline-start: calc(var(--spacing-md, 1.5rem) * 1.1);
10991
- }
10992
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkIcon__8iitB {
10993
- opacity: 100%;
10994
- transition-delay: var(--animation-duration-immediate, 100ms);
10995
- transition-duration: var(--animation-duration-fast, 300ms);
10996
- }
10997
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP {
10998
- background-color: var(--color-green-600, #2c7d67);
10999
- }
11000
- .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV {
11001
- position: relative;
11002
- right: auto;
11003
- inset-inline-start: calc(var(--spacing-md, 1.5rem) * -0.05);
11004
- }
11005
- .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
11006
- .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
11007
- outline-color: var(--color-blue-300, #73c0e8);
11008
- }
11009
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP {
11010
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
11135
+ .ToggleSwitch-module_on__-OJbU {
11136
+ .ToggleSwitch-module_checkbox__NmNyg + .ToggleSwitch-module_track__Zvo6N {
11137
+ border-color: var(--border-borderless-border-color);
11138
+ background-color: var(--color-green-500);
11139
+ }
11140
+
11141
+ .ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N {
11142
+ border-color: transparent;
11143
+ background-color: var(--color-green-600);
11144
+ }
11145
+
11146
+ .ToggleSwitch-module_thumb__YIdcS {
11147
+ position: relative;
11148
+ right: auto;
11149
+ inset-inline-start: calc(var(--spacing-md) * 1.1);
11150
+ }
11151
+
11152
+ .ToggleSwitch-module_checkIcon__J4eSM {
11153
+ opacity: 1;
11154
+ transition-delay: var(--animation-duration-immediate);
11155
+ transition-duration: var(--animation-duration-fast);
11156
+ }
11157
+
11158
+ .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N:hover,
11159
+ label:hover & .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N {
11160
+ background-color: var(--color-green-600);
11161
+ }
11011
11162
  }
11012
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
11013
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
11014
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
11163
+
11164
+ .ToggleSwitch-module_off__e-dto {
11165
+ .ToggleSwitch-module_thumb__YIdcS {
11166
+ position: relative;
11167
+ right: auto;
11168
+ inset-inline-start: calc(var(--spacing-md) * -0.05);
11169
+ }
11015
11170
  }
11016
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:not(.ToggleSwitch-module_disabled__3H-9R) + .ToggleSwitch-module_track__fcDMP {
11017
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
11171
+
11172
+ .ToggleSwitch-module_reversed__5Jz8i {
11173
+ .ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N,
11174
+ .ToggleSwitch-module_checkbox__NmNyg:hover:focus + .ToggleSwitch-module_track__Zvo6N {
11175
+ outline-color: var(--color-blue-300);
11176
+ }
11177
+
11178
+ &.ToggleSwitch-module_off__e-dto {
11179
+ .ToggleSwitch-module_track__Zvo6N {
11180
+ background-color: rgb(var(--color-white-rgb), 0.2);
11181
+ }
11182
+
11183
+ .ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N,
11184
+ .ToggleSwitch-module_checkbox__NmNyg:hover:focus + .ToggleSwitch-module_track__Zvo6N {
11185
+ background-color: rgb(var(--color-white-rgb), 0.65);
11186
+ }
11187
+
11188
+ .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N:hover,
11189
+ label:hover & .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N {
11190
+ background-color: rgb(var(--color-white-rgb), 0.65);
11191
+ }
11192
+ }
11018
11193
  }
11019
- label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
11020
- opacity: 100%;
11194
+
11195
+ /* When the ToggleSwitch is used as part of the ToggleSwitchField, the disabled state opacity is set on the Label component */
11196
+ label .ToggleSwitch-module_disabled__qntEm.ToggleSwitch-module_track__Zvo6N {
11197
+ opacity: 1;
11021
11198
  }
11022
- .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
11023
- opacity: 30%;
11199
+
11200
+ .ToggleSwitch-module_disabled__qntEm.ToggleSwitch-module_track__Zvo6N {
11201
+ opacity: 0.3;
11024
11202
  }
11203
+
11025
11204
  /* stylelint-enable no-descending-specificity */
11026
11205
  }
11027
- /** THIS IS AN AUTOGENERATED FILE **/
11206
+
11028
11207
  @layer kz-components {
11029
- .ToggleSwitchField-module_container__e7TXD {
11208
+ .ToggleSwitchField-module_container__6c4oG {
11030
11209
  display: flex;
11031
11210
  }
11032
- .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
11033
- width: 100%;
11211
+
11212
+ .ToggleSwitchField-module_fullWidth__iGJSg {
11213
+ .ToggleSwitchField-module_inner__k1hyg {
11214
+ width: 100%;
11215
+ }
11034
11216
  }
11035
- .ToggleSwitchField-module_on__HQOkN label {
11036
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
11217
+
11218
+ .ToggleSwitchField-module_on__8RJfp label {
11219
+ font-weight: var(--typography-paragraph-bold-font-weight);
11037
11220
  }
11038
11221
  }
11039
- /** THIS IS AN AUTOGENERATED FILE **/
11040
- /** THIS IS AN AUTOGENERATED FILE **/
11222
+
11041
11223
  @layer kz-components {
11042
- .OverlayArrow-module_overlayArrow__UoDjH {
11224
+ .OverlayArrow-module_overlayArrow__65sMU {
11043
11225
  display: flex;
11226
+
11227
+ /*
11228
+ for correct arrow positioning with rounded corners we need to do bit trickery here
11229
+ the positioning is done in js in RAC and works by first getting size of arrow without data-placement, and isn't recomputed after update
11230
+ so we first set padding on arrow from all sides (that'll be used for start position computation)
11231
+ and then we remove it from the oposite axis
11232
+ */
11233
+
11044
11234
  padding: 8px;
11045
- }
11046
- .OverlayArrow-module_overlayArrow__UoDjH[data-placement=top], .OverlayArrow-module_overlayArrow__UoDjH[data-placement=bottom] {
11047
- padding: 0 8px;
11048
- }
11049
- .OverlayArrow-module_overlayArrow__UoDjH[data-placement=left], .OverlayArrow-module_overlayArrow__UoDjH[data-placement=right] {
11050
- padding: 8px 0;
11051
- }
11052
- .OverlayArrow-module_overlayArrow__UoDjH path {
11053
- fill: var(--color-purple-800, #2f2438);
11054
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
11055
- }
11056
- .OverlayArrow-module_overlayArrow__UoDjH[data-placement=right] svg {
11057
- transform: rotate(90deg);
11058
- }
11059
- .OverlayArrow-module_overlayArrow__UoDjH[data-placement=bottom] svg {
11060
- transform: rotate(180deg);
11061
- }
11062
- .OverlayArrow-module_overlayArrow__UoDjH[data-placement=left] svg {
11063
- transform: rotate(270deg);
11064
- }
11065
- .OverlayArrow-module_overlayArrow__UoDjH.OverlayArrow-module_reversed__N3t-k path {
11066
- fill: var(--color-white, #ffffff);
11235
+
11236
+ &[data-placement='top'],
11237
+ &[data-placement='bottom'] {
11238
+ padding: 0 8px;
11239
+ }
11240
+
11241
+ &[data-placement='left'],
11242
+ &[data-placement='right'] {
11243
+ padding: 8px 0;
11244
+ }
11245
+
11246
+ path {
11247
+ fill: var(--color-purple-800);
11248
+ box-shadow: var(--shadow-small-box-shadow);
11249
+ }
11250
+
11251
+ &[data-placement='right'] svg {
11252
+ transform: rotate(90deg);
11253
+ }
11254
+
11255
+ &[data-placement='bottom'] svg {
11256
+ transform: rotate(180deg);
11257
+ }
11258
+
11259
+ &[data-placement='left'] svg {
11260
+ transform: rotate(270deg);
11261
+ }
11262
+
11263
+ &.OverlayArrow-module_reversed__ChGpb path {
11264
+ fill: var(--color-white);
11265
+ }
11067
11266
  }
11068
11267
  }
11069
- /** THIS IS AN AUTOGENERATED FILE **/
11070
- /** THIS IS AN AUTOGENERATED FILE **/
11071
- /** THIS IS AN AUTOGENERATED FILE **/
11072
- /** THIS IS AN AUTOGENERATED FILE **/
11073
- /** THIS IS AN AUTOGENERATED FILE **/
11074
- /** THIS IS AN AUTOGENERATED FILE **/
11268
+
11075
11269
  @layer kz-components {
11076
- .Tooltip-module_tooltip__NMZ65 {
11270
+ .Tooltip-module_tooltip__Q1YfF {
11077
11271
  max-width: 200px;
11078
- padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
11079
- color: var(--color-white, #ffffff);
11272
+ padding: var(--spacing-8) var(--spacing-12);
11273
+ color: var(--color-white);
11080
11274
  text-align: center;
11081
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
11082
- font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
11083
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
11084
- letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
11085
- line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
11086
- border-radius: var(--border-solid-border-radius, 7px);
11087
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
11088
- background-color: var(--color-purple-800, #2f2438);
11275
+ font-family: var(--typography-paragraph-extra-small-font-family);
11276
+ font-size: var(--typography-paragraph-extra-small-font-size);
11277
+ font-weight: var(--typography-paragraph-extra-small-font-weight);
11278
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing);
11279
+ line-height: var(--typography-paragraph-extra-small-line-height);
11280
+ border-radius: var(--border-solid-border-radius);
11281
+ box-shadow: var(--shadow-small-box-shadow);
11282
+ background-color: var(--color-purple-800);
11089
11283
  text-wrap: pretty;
11284
+
11090
11285
  /* fixes FF gap */
11091
11286
  transform: translate3d(0, 0, 0);
11092
- }
11093
- .Tooltip-module_tooltip__NMZ65.Tooltip-module_reversed__aTr5h {
11094
- background-color: var(--color-white, #ffffff);
11095
- color: var(--color-purple-800, #2f2438);
11096
- }
11097
- .Tooltip-module_tooltip__NMZ65[data-placement=top] {
11098
- --origin: translateY(4px);
11099
- }
11100
- .Tooltip-module_tooltip__NMZ65[data-placement=bottom] {
11101
- --origin: translateY(-4px);
11102
- }
11103
- .Tooltip-module_tooltip__NMZ65[data-placement=right] {
11104
- --origin: translateX(-4px);
11105
- }
11106
- .Tooltip-module_tooltip__NMZ65[data-placement=left] {
11107
- --origin: translateX(4px);
11108
- }
11109
- .Tooltip-module_tooltip__NMZ65[data-entering] {
11110
- animation: Tooltip-module_slide__d94sa var(--animation-duration-fast, 300ms);
11111
- }
11112
- .Tooltip-module_tooltip__NMZ65[data-exiting] {
11113
- animation: Tooltip-module_slide__d94sa var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
11287
+
11288
+ &.Tooltip-module_reversed__IIGeJ {
11289
+ background-color: var(--color-white);
11290
+ color: var(--color-purple-800);
11291
+ }
11292
+
11293
+ &[data-placement='top'] {
11294
+ --origin: translateY(4px);
11295
+ }
11296
+
11297
+ &[data-placement='bottom'] {
11298
+ --origin: translateY(-4px);
11299
+ }
11300
+
11301
+ &[data-placement='right'] {
11302
+ --origin: translateX(-4px);
11303
+ }
11304
+
11305
+ &[data-placement='left'] {
11306
+ --origin: translateX(4px);
11307
+ }
11308
+
11309
+ &[data-entering] {
11310
+ animation: Tooltip-module_slide__TOr18 var(--animation-duration-fast);
11311
+ }
11312
+
11313
+ &[data-exiting] {
11314
+ animation: Tooltip-module_slide__TOr18 var(--animation-duration-fast) reverse
11315
+ var(--animation-easing-function-ease-in);
11316
+ }
11114
11317
  }
11115
11318
  }
11116
- @keyframes Tooltip-module_slide__d94sa {
11319
+
11320
+ @keyframes Tooltip-module_slide__TOr18 {
11117
11321
  from {
11118
11322
  transform: var(--origin);
11119
11323
  opacity: 0;
11120
11324
  }
11325
+
11121
11326
  to {
11122
11327
  transform: translateY(0);
11123
11328
  opacity: 1;
11124
11329
  }
11125
11330
  }
11331
+
11126
11332
  @layer kz-components {
11127
11333
  .Well-module_container__Bu20U {
11128
11334
  background-color: var(--background-color);