@kaizen/components 2.4.0 → 3.0.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.
- package/dist/cjs/src/Button/Button.cjs +2 -4
- package/dist/cjs/src/GuidanceBlock/GuidanceBlock.cjs +16 -82
- package/dist/cjs/src/GuidanceBlock/GuidanceBlock.module.css.cjs +0 -1
- package/dist/cjs/src/Heading/Heading.cjs +1 -1
- package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
- package/dist/cjs/src/Label/Label.cjs +1 -1
- package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
- package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
- package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
- package/dist/cjs/src/LinkButton/LinkButton.cjs +2 -4
- package/dist/cjs/src/Modal/ConfirmationModal/ConfirmationModal.cjs +3 -2
- package/dist/cjs/src/Modal/ContextModal/ContextModal.cjs +0 -1
- package/dist/cjs/src/Modal/GenericModal/GenericModal.cjs +2 -2
- package/dist/cjs/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +3 -6
- package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
- package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
- package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
- package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
- package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
- package/dist/cjs/src/Select/Select.cjs +23 -22
- package/dist/cjs/src/Select/Select.module.scss.cjs +0 -1
- package/dist/cjs/src/SingleSelect/SingleSelect.cjs +12 -19
- package/dist/cjs/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.cjs +3 -5
- package/dist/cjs/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -1
- package/dist/cjs/src/Text/Text.cjs +1 -1
- package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
- package/dist/cjs/src/TimeField/TimeField.cjs +2 -3
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
- package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
- package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
- package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
- package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
- package/dist/esm/src/Button/Button.mjs +2 -4
- package/dist/esm/src/GuidanceBlock/GuidanceBlock.mjs +18 -84
- package/dist/esm/src/GuidanceBlock/GuidanceBlock.module.css.mjs +0 -1
- package/dist/esm/src/Heading/Heading.mjs +1 -1
- package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
- package/dist/esm/src/Label/Label.mjs +1 -1
- package/dist/esm/src/Label/Label.module.css.mjs +14 -0
- package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
- package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
- package/dist/esm/src/LinkButton/LinkButton.mjs +2 -4
- package/dist/esm/src/Modal/ConfirmationModal/ConfirmationModal.mjs +3 -2
- package/dist/esm/src/Modal/ContextModal/ContextModal.mjs +0 -1
- package/dist/esm/src/Modal/GenericModal/GenericModal.mjs +2 -2
- package/dist/esm/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +3 -6
- package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
- package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
- package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
- package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
- package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
- package/dist/esm/src/Select/Select.mjs +23 -22
- package/dist/esm/src/Select/Select.module.scss.mjs +0 -1
- package/dist/esm/src/SingleSelect/SingleSelect.mjs +12 -19
- package/dist/esm/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.mjs +3 -5
- package/dist/esm/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -1
- package/dist/esm/src/Text/Text.mjs +1 -1
- package/dist/esm/src/Text/Text.module.css.mjs +14 -0
- package/dist/esm/src/TimeField/TimeField.mjs +2 -3
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
- package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
- package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
- package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
- package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
- package/dist/styles.css +725 -613
- package/dist/types/Button/Button.d.ts +0 -5
- package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +2 -1
- package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +2 -1
- package/dist/types/Calendar/types.d.ts +1 -0
- package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +1 -26
- package/dist/types/Input/Input/Input.d.ts +1 -6
- package/dist/types/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +1 -5
- package/dist/types/Select/Select.d.ts +3 -13
- package/dist/types/SingleSelect/SingleSelect.d.ts +2 -24
- package/dist/types/SingleSelect/subcomponents/SelectToggle/SelectToggle.d.ts +2 -12
- package/dist/types/TextArea/TextArea.d.ts +1 -6
- package/dist/types/TimeField/TimeField.d.ts +1 -1
- package/locales/ar.json +4 -0
- package/locales/bg.json +4 -0
- package/locales/cs.json +4 -0
- package/locales/cy.json +4 -0
- package/locales/da.json +4 -0
- package/locales/de.json +4 -0
- package/locales/el.json +4 -0
- package/locales/en-GB.json +4 -0
- package/locales/en.json +4 -0
- package/locales/es-419.json +4 -0
- package/locales/es.json +4 -0
- package/locales/et.json +4 -0
- package/locales/fi.json +4 -0
- package/locales/fr-CA.json +4 -0
- package/locales/fr.json +4 -0
- package/locales/he.json +4 -0
- package/locales/hi.json +4 -0
- package/locales/ht.json +4 -0
- package/locales/hu.json +4 -0
- package/locales/id.json +4 -0
- package/locales/it.json +4 -0
- package/locales/ja.json +4 -0
- package/locales/km-KH.json +4 -0
- package/locales/ko.json +4 -0
- package/locales/lt.json +4 -0
- package/locales/lv.json +4 -0
- package/locales/mi.json +4 -0
- package/locales/ms.json +4 -0
- package/locales/nb.json +4 -0
- package/locales/nl.json +4 -0
- package/locales/pl.json +4 -0
- package/locales/pt-BR.json +4 -0
- package/locales/pt.json +4 -0
- package/locales/ro.json +4 -0
- package/locales/ru.json +4 -0
- package/locales/si-LK.json +4 -0
- package/locales/sk.json +4 -0
- package/locales/sr.json +4 -0
- package/locales/sv.json +4 -0
- package/locales/th.json +4 -0
- package/locales/tl.json +4 -0
- package/locales/tr.json +4 -0
- package/locales/uk.json +4 -0
- package/locales/vi.json +4 -0
- package/locales/zh-TW.json +4 -0
- package/locales/zh.json +4 -0
- package/package.json +1 -2
- package/src/Button/Button.tsx +1 -8
- package/src/Button/_docs/Button--api-specification.mdx +0 -1
- package/src/Calendar/CalendarRange/CalendarRange.tsx +4 -1
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +4 -1
- package/src/Calendar/types.ts +18 -0
- package/src/GuidanceBlock/GuidanceBlock.module.css +0 -8
- package/src/GuidanceBlock/GuidanceBlock.spec.tsx +1 -26
- package/src/GuidanceBlock/GuidanceBlock.tsx +2 -112
- package/src/GuidanceBlock/_docs/GuidanceBlock.stories.tsx +0 -90
- package/src/Heading/Heading.module.css +111 -0
- package/src/Heading/Heading.tsx +1 -1
- package/src/Input/Input/Input.module.scss +0 -31
- package/src/Input/Input/Input.tsx +1 -6
- package/src/Label/Label.module.css +97 -0
- package/src/Label/Label.tsx +1 -1
- package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
- package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
- package/src/LabelledMessage/LabelledMessage.tsx +1 -1
- package/src/LinkButton/LinkButton.tsx +1 -3
- package/src/LinkButton/_docs/LinkButton--api-specification.mdx +0 -1
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +7 -6
- package/src/Modal/ContextModal/ContextModal.tsx +0 -1
- package/src/Modal/GenericModal/GenericModal.tsx +3 -4
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.tsx +2 -8
- package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
- package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
- package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
- package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
- package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
- package/src/Select/Select.module.scss +0 -16
- package/src/Select/Select.tsx +24 -25
- package/src/SingleSelect/SingleSelect.tsx +1 -14
- package/src/SingleSelect/_docs/SingleSelect.stories.tsx +5 -2
- package/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss +0 -8
- package/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.tsx +2 -9
- package/src/Text/Text.module.css +71 -0
- package/src/Text/Text.tsx +1 -1
- package/src/TextArea/TextArea.tsx +1 -6
- package/src/TimeField/TimeField.tsx +2 -9
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
- package/src/Tooltip/OverlayArrow.module.css +45 -0
- package/src/Tooltip/OverlayArrow.tsx +1 -1
- package/src/Tooltip/Tooltip.module.css +62 -0
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
- package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
- package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
- package/dist/cjs/src/Modal/util/console.cjs +0 -16
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
- package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
- package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
- package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
- package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
- package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
- package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
- package/dist/esm/src/Modal/util/console.mjs +0 -13
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
- package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
- package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
- package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
- package/dist/types/Modal/util/console.d.ts +0 -5
- package/dist/types/utils/useResizeObserver.d.ts +0 -22
- package/src/Heading/Heading.module.scss +0 -115
- package/src/Label/Label.module.scss +0 -105
- package/src/Modal/util/console.ts +0 -13
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
- package/src/Text/Text.module.scss +0 -74
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
- package/src/Tooltip/OverlayArrow.module.scss +0 -45
- package/src/Tooltip/Tooltip.module.scss +0 -68
- package/src/utils/useResizeObserver.ts +0 -73
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-
|
|
1024
|
+
.Heading-module_heading__6D0PM {
|
|
1028
1025
|
margin: 0;
|
|
1029
1026
|
}
|
|
1030
1027
|
}
|
|
1028
|
+
|
|
1031
1029
|
@layer kz-components {
|
|
1032
|
-
.Heading-module_display-
|
|
1033
|
-
font-family: var(--typography-display-0-font-family
|
|
1034
|
-
font-weight: var(--typography-display-0-font-weight
|
|
1035
|
-
font-size: var(--typography-display-0-font-size
|
|
1036
|
-
line-height: var(--typography-display-0-line-height
|
|
1037
|
-
letter-spacing: var(--typography-display-0-letter-spacing
|
|
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
|
-
|
|
1047
|
-
|
|
1048
|
-
font-
|
|
1049
|
-
font-
|
|
1050
|
-
|
|
1051
|
-
|
|
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
|
-
|
|
1061
|
-
|
|
1062
|
-
font-
|
|
1063
|
-
font-
|
|
1064
|
-
|
|
1065
|
-
|
|
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
|
-
|
|
1068
|
-
|
|
1069
|
-
font-
|
|
1070
|
-
font-
|
|
1071
|
-
|
|
1072
|
-
|
|
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
|
-
|
|
1075
|
-
|
|
1076
|
-
font-
|
|
1077
|
-
font-
|
|
1078
|
-
|
|
1079
|
-
|
|
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
|
-
|
|
1082
|
-
|
|
1083
|
-
font-
|
|
1084
|
-
font-
|
|
1085
|
-
|
|
1086
|
-
|
|
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
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
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
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
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
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1093
|
+
|
|
1094
|
+
.Heading-module_dark__vO-Uw {
|
|
1095
|
+
color: var(--color-purple-800);
|
|
1096
|
+
opacity: 1;
|
|
1099
1097
|
}
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1098
|
+
|
|
1099
|
+
.Heading-module_dark-reduced-opacity__24gWp {
|
|
1100
|
+
color: var(--color-purple-800);
|
|
1101
|
+
opacity: 0.7;
|
|
1103
1102
|
}
|
|
1104
|
-
|
|
1105
|
-
|
|
1103
|
+
|
|
1104
|
+
.Heading-module_white__AJgq4 {
|
|
1105
|
+
color: var(--color-white);
|
|
1106
|
+
opacity: 1;
|
|
1106
1107
|
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1108
|
+
|
|
1109
|
+
.Heading-module_white-reduced-opacity__VvQaa {
|
|
1110
|
+
color: var(--color-white);
|
|
1111
|
+
opacity: 0.8;
|
|
1109
1112
|
}
|
|
1110
|
-
|
|
1111
|
-
|
|
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
|
-
|
|
1114
|
-
|
|
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
|
-
|
|
1118
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1134
|
+
|
|
1119
1135
|
@layer kz-components {
|
|
1120
|
-
.Text-
|
|
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
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
font-
|
|
1129
|
-
|
|
1130
|
-
|
|
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
|
-
|
|
1135
|
-
|
|
1136
|
-
font-
|
|
1137
|
-
font-
|
|
1138
|
-
|
|
1139
|
-
|
|
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
|
-
|
|
1142
|
-
|
|
1143
|
-
font-
|
|
1144
|
-
font-
|
|
1145
|
-
|
|
1146
|
-
|
|
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
|
-
|
|
1149
|
-
|
|
1150
|
-
font-
|
|
1151
|
-
font-
|
|
1152
|
-
|
|
1153
|
-
|
|
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
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1177
|
+
|
|
1178
|
+
.Text-module_dark__ApVTx {
|
|
1179
|
+
color: var(--color-purple-800);
|
|
1180
|
+
opacity: 1;
|
|
1158
1181
|
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1182
|
+
|
|
1183
|
+
.Text-module_dark-reduced-opacity__-ef8o {
|
|
1184
|
+
color: var(--color-purple-800);
|
|
1185
|
+
opacity: 0.7;
|
|
1162
1186
|
}
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1187
|
+
|
|
1188
|
+
.Text-module_white__Vj0Na {
|
|
1189
|
+
color: var(--color-white);
|
|
1190
|
+
opacity: 1;
|
|
1166
1191
|
}
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1192
|
+
|
|
1193
|
+
.Text-module_white-reduced-opacity__kYl0h {
|
|
1194
|
+
color: var(--color-white);
|
|
1195
|
+
opacity: 0.8;
|
|
1170
1196
|
}
|
|
1171
|
-
|
|
1172
|
-
|
|
1197
|
+
|
|
1198
|
+
.Text-module_positive__ngZQ5 {
|
|
1199
|
+
color: var(--color-green-600);
|
|
1173
1200
|
}
|
|
1174
|
-
|
|
1175
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2412
|
-
.
|
|
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-
|
|
2446
|
+
color: var(--dt-color-form-text-color);
|
|
2415
2447
|
visibility: visible;
|
|
2416
2448
|
width: 100%;
|
|
2417
2449
|
text-align: start;
|
|
2418
2450
|
}
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
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
|
-
|
|
2429
|
-
|
|
2463
|
+
|
|
2464
|
+
.Label-module_disabled__3Mej6 {
|
|
2465
|
+
opacity: 0.3;
|
|
2430
2466
|
}
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
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
|
-
|
|
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
|
|
2442
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
2443
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
2444
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
2445
|
-
font-weight: var(--typography-paragraph-body-font-weight
|
|
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
|
-
|
|
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
|
|
2452
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
2453
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
2454
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
2455
|
-
font-weight: var(--typography-paragraph-body-font-weight
|
|
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
|
-
|
|
2464
|
-
.Label-
|
|
2465
|
-
.Label-
|
|
2466
|
-
|
|
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
|
-
|
|
2469
|
-
|
|
2470
|
-
font-
|
|
2471
|
-
font-
|
|
2472
|
-
|
|
2473
|
-
|
|
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
|
|
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 **/
|
|
@@ -2763,40 +2815,13 @@
|
|
|
2763
2815
|
width: 100%;
|
|
2764
2816
|
margin-bottom: 2px;
|
|
2765
2817
|
}
|
|
2766
|
-
.Input-module_input__d-Moh::placeholder {
|
|
2767
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2768
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2769
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2770
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2771
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2772
|
-
position: static;
|
|
2773
|
-
opacity: 100%;
|
|
2774
|
-
}
|
|
2775
2818
|
.Input-module_input__d-Moh:focus:not([disabled]), .Input-module_input__d-Moh:hover:focus:not([disabled]) {
|
|
2776
2819
|
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
2777
2820
|
outline-offset: 1px;
|
|
2778
2821
|
}
|
|
2779
|
-
.Input-module_input__d-Moh:focus:not([disabled])::placeholder, .Input-module_input__d-Moh:hover:focus:not([disabled])::placeholder {
|
|
2780
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2781
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2782
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2783
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2784
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2785
|
-
position: static;
|
|
2786
|
-
opacity: 0%;
|
|
2787
|
-
}
|
|
2788
2822
|
.Input-module_input__d-Moh.Input-module_disabled__CJeOi:not(.Input-module_reversed__Kh7dc) {
|
|
2789
2823
|
background: var(--color-gray-300, #eaeaec);
|
|
2790
2824
|
}
|
|
2791
|
-
.Input-module_input__d-Moh.Input-module_disabled__CJeOi::placeholder {
|
|
2792
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2793
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2794
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2795
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2796
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2797
|
-
position: static;
|
|
2798
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2799
|
-
}
|
|
2800
2825
|
/* stylelint-disable no-descending-specificity */
|
|
2801
2826
|
.Input-module_withStartIconAdornment__de6-U .Input-module_startIconAdornment__pnn-b {
|
|
2802
2827
|
position: absolute;
|
|
@@ -2874,16 +2899,6 @@
|
|
|
2874
2899
|
display: flex;
|
|
2875
2900
|
align-items: center;
|
|
2876
2901
|
}
|
|
2877
|
-
.Input-module_input__d-Moh.Input-module_default__zata3::placeholder {
|
|
2878
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2879
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2880
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2881
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2882
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2883
|
-
position: static;
|
|
2884
|
-
color: var(--color-purple-800, #2f2438);
|
|
2885
|
-
opacity: 0.5;
|
|
2886
|
-
}
|
|
2887
2902
|
.Input-module_input__d-Moh.Input-module_default__zata3:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_default__zata3:hover:focus:not([disabled]) {
|
|
2888
2903
|
background-color: var(--color-gray-200, #f4f4f5);
|
|
2889
2904
|
}
|
|
@@ -2895,15 +2910,6 @@
|
|
|
2895
2910
|
border-color: rgba(var(--color-gray-500-rgb, 135, 135, 146), 0.3);
|
|
2896
2911
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
2897
2912
|
}
|
|
2898
|
-
.Input-module_input__d-Moh.Input-module_default__zata3.Input-module_disabled__CJeOi::placeholder {
|
|
2899
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2900
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2901
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2902
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2903
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2904
|
-
position: static;
|
|
2905
|
-
opacity: 0.3;
|
|
2906
|
-
}
|
|
2907
2913
|
.Input-module_input__d-Moh.Input-module_default__zata3:not(.Input-module_error__a-BFh, .Input-module_caution__rC0sY) {
|
|
2908
2914
|
border-color: var(--color-gray-500, #878792);
|
|
2909
2915
|
}
|
|
@@ -2929,16 +2935,6 @@
|
|
|
2929
2935
|
background: transparent;
|
|
2930
2936
|
color: var(--color-white, #ffffff);
|
|
2931
2937
|
}
|
|
2932
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc::placeholder {
|
|
2933
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2934
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2935
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2936
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2937
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2938
|
-
position: static;
|
|
2939
|
-
color: var(--color-white, #ffffff);
|
|
2940
|
-
opacity: 0.5;
|
|
2941
|
-
}
|
|
2942
2938
|
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc:focus:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:not([disabled]), .Input-module_input__d-Moh.Input-module_reversed__Kh7dc:hover:focus:not([disabled]) {
|
|
2943
2939
|
background: rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
2944
2940
|
}
|
|
@@ -2958,15 +2954,6 @@
|
|
|
2958
2954
|
background: transparent;
|
|
2959
2955
|
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.3);
|
|
2960
2956
|
}
|
|
2961
|
-
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_disabled__CJeOi::placeholder {
|
|
2962
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2963
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
2964
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
2965
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
2966
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
2967
|
-
position: static;
|
|
2968
|
-
opacity: 0.3;
|
|
2969
|
-
}
|
|
2970
2957
|
.Input-module_input__d-Moh.Input-module_reversed__Kh7dc.Input-module_error__a-BFh {
|
|
2971
2958
|
border-color: var(--color-red-300, #f597a8);
|
|
2972
2959
|
}
|
|
@@ -3331,16 +3318,17 @@
|
|
|
3331
3318
|
margin-top: var(--spacing-6, 0.375rem);
|
|
3332
3319
|
}
|
|
3333
3320
|
}
|
|
3334
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3335
3321
|
@layer kz-components {
|
|
3336
|
-
.LabelledMessage-
|
|
3322
|
+
.LabelledMessage-module_labelledMessage__kz-UQ {
|
|
3337
3323
|
display: inline-flex;
|
|
3338
3324
|
white-space: nowrap;
|
|
3339
3325
|
}
|
|
3340
|
-
|
|
3341
|
-
|
|
3326
|
+
|
|
3327
|
+
.LabelledMessage-module_labelSeparator__A-4BK {
|
|
3328
|
+
margin-inline-end: var(--spacing-6);
|
|
3342
3329
|
}
|
|
3343
3330
|
}
|
|
3331
|
+
|
|
3344
3332
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3345
3333
|
@layer kz-components {
|
|
3346
3334
|
.DateInputDescription-module_dateInputDescription__dEWv8 {
|
|
@@ -4456,9 +4444,6 @@
|
|
|
4456
4444
|
background-color: var(--color-gray-200, #f4f4f5);
|
|
4457
4445
|
border-color: var(--color-gray-600, #524e56);
|
|
4458
4446
|
}
|
|
4459
|
-
.SelectToggle-module_placeholder__w7o7S {
|
|
4460
|
-
color: rgb(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
4461
|
-
}
|
|
4462
4447
|
.SelectToggle-module_error__npEgr {
|
|
4463
4448
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-red-500, #c93b55);
|
|
4464
4449
|
}
|
|
@@ -4476,9 +4461,6 @@
|
|
|
4476
4461
|
background-color: transparent;
|
|
4477
4462
|
color: var(--color-white, #ffffff);
|
|
4478
4463
|
}
|
|
4479
|
-
.SelectToggle-module_reversed__2MXx0.SelectToggle-module_placeholder__w7o7S {
|
|
4480
|
-
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
|
|
4481
|
-
}
|
|
4482
4464
|
.SelectToggle-module_reversed__2MXx0.SelectToggle-module_selectToggle__e6slL .SelectToggle-module_icon__rsV9A {
|
|
4483
4465
|
color: rgba(255, 255, 255, 0.8);
|
|
4484
4466
|
}
|
|
@@ -4717,9 +4699,6 @@
|
|
|
4717
4699
|
box-shadow: var(--shadow-small-box-shadow);
|
|
4718
4700
|
position: relative;
|
|
4719
4701
|
top: -1px;
|
|
4720
|
-
transition:
|
|
4721
|
-
opacity var(--animation-duration-slow) ease,
|
|
4722
|
-
margin-top var(--animation-duration-fast) var(--animation-duration-slow) ease;
|
|
4723
4702
|
color: var(--color-purple-800);
|
|
4724
4703
|
|
|
4725
4704
|
@media (width >= 1024px) {
|
|
@@ -4829,11 +4808,6 @@
|
|
|
4829
4808
|
}
|
|
4830
4809
|
}
|
|
4831
4810
|
|
|
4832
|
-
.GuidanceBlock-module_hidden__mwvrs {
|
|
4833
|
-
opacity: 0;
|
|
4834
|
-
margin-bottom: 0;
|
|
4835
|
-
}
|
|
4836
|
-
|
|
4837
4811
|
.GuidanceBlock-module_headingWrapper__OfZB5 {
|
|
4838
4812
|
margin-bottom: var(--spacing-24);
|
|
4839
4813
|
}
|
|
@@ -4975,48 +4949,59 @@
|
|
|
4975
4949
|
/* stylelint-enable no-descending-specificity */
|
|
4976
4950
|
}
|
|
4977
4951
|
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4952
|
+
:root {
|
|
4953
|
+
--border-width: var(--border-width-1);
|
|
4954
|
+
--notification-vertical-padding: calc(var(--spacing-6) - var(--border-width));
|
|
4955
|
+
--notification-fade-out: opacity 200ms ease;
|
|
4956
|
+
--notification-collapse-height: margin-top 200ms ease, margin-bottom 200ms ease;
|
|
4957
|
+
--notification-collapse-height-delayed: margin-top 200ms ease 200ms, margin-bottom 200ms ease;
|
|
4958
|
+
--notification-pop-up: transform 200ms ease-out;
|
|
4959
|
+
--notification-slide-right: transform 300ms ease-out;
|
|
4960
|
+
}
|
|
4961
|
+
|
|
4988
4962
|
@layer kz-components {
|
|
4989
|
-
|
|
4963
|
+
/* Replace @extend %ca-notification from _mixin.scss */
|
|
4964
|
+
.GenericNotification-module_notification__-lOMz {
|
|
4990
4965
|
display: flex;
|
|
4991
4966
|
box-sizing: border-box;
|
|
4992
4967
|
pointer-events: all;
|
|
4968
|
+
|
|
4969
|
+
&:focus {
|
|
4970
|
+
outline-offset: 1px;
|
|
4971
|
+
outline: 2px solid var(--color-blue-500);
|
|
4972
|
+
}
|
|
4993
4973
|
}
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
border-width: var(--border-width-1);
|
|
4974
|
+
|
|
4975
|
+
/* Variants */
|
|
4976
|
+
.GenericNotification-module_inline__lnYb9,
|
|
4977
|
+
.GenericNotification-module_toast__dPvtC {
|
|
4978
|
+
margin-bottom: var(--spacing-24);
|
|
4979
|
+
border-width: var(--border-width);
|
|
5001
4980
|
border-style: solid;
|
|
5002
|
-
border-radius: var(--border-solid-border-radius
|
|
4981
|
+
border-radius: var(--border-solid-border-radius);
|
|
5003
4982
|
}
|
|
5004
|
-
|
|
4983
|
+
|
|
4984
|
+
.GenericNotification-module_inline__lnYb9 {
|
|
5005
4985
|
width: auto;
|
|
5006
4986
|
min-height: 46px;
|
|
5007
|
-
padding:
|
|
5008
|
-
transition:
|
|
4987
|
+
padding: var(--notification-vertical-padding) var(--spacing-12);
|
|
4988
|
+
transition:
|
|
4989
|
+
var(--notification-fade-out), var(--notification-pop-up), var(--notification-collapse-height);
|
|
5009
4990
|
}
|
|
5010
|
-
|
|
4991
|
+
|
|
4992
|
+
.GenericNotification-module_toast__dPvtC {
|
|
5011
4993
|
container-type: inline-size;
|
|
5012
4994
|
width: 25rem;
|
|
5013
|
-
box-shadow: var(--shadow-small-box-shadow
|
|
4995
|
+
box-shadow: var(--shadow-small-box-shadow);
|
|
5014
4996
|
max-width: 100%;
|
|
5015
|
-
padding:
|
|
5016
|
-
transition:
|
|
4997
|
+
padding: var(--notification-vertical-padding) 10px;
|
|
4998
|
+
transition:
|
|
4999
|
+
var(--notification-fade-out), var(--notification-slide-right),
|
|
5000
|
+
var(--notification-collapse-height-delayed);
|
|
5017
5001
|
will-change: transform;
|
|
5018
5002
|
}
|
|
5019
|
-
|
|
5003
|
+
|
|
5004
|
+
.GenericNotification-module_global__i1IKL {
|
|
5020
5005
|
width: 100%;
|
|
5021
5006
|
display: flex;
|
|
5022
5007
|
align-items: center;
|
|
@@ -5026,148 +5011,229 @@
|
|
|
5026
5011
|
padding-top: var(--spacing-16);
|
|
5027
5012
|
padding-bottom: var(--spacing-16);
|
|
5028
5013
|
padding-inline-start: var(--spacing-8);
|
|
5029
|
-
transition:
|
|
5014
|
+
transition: var(--notification-collapse-height);
|
|
5030
5015
|
position: relative;
|
|
5031
5016
|
z-index: 1030;
|
|
5032
5017
|
}
|
|
5033
|
-
|
|
5034
|
-
|
|
5018
|
+
|
|
5019
|
+
/* Types (colors) */
|
|
5020
|
+
.GenericNotification-module_success__HMC7W {
|
|
5021
|
+
background: var(--color-green-100);
|
|
5022
|
+
border-color: var(--color-green-500);
|
|
5023
|
+
color: var(--color-purple-800);
|
|
5024
|
+
|
|
5025
|
+
--icon-color: var(--color-green-500);
|
|
5026
|
+
}
|
|
5027
|
+
|
|
5028
|
+
.GenericNotification-module_informative__S4sGn {
|
|
5029
|
+
background: var(--color-blue-100);
|
|
5030
|
+
border-color: var(--color-blue-500);
|
|
5031
|
+
color: var(--color-purple-800);
|
|
5032
|
+
|
|
5033
|
+
--icon-color: var(--color-blue-500);
|
|
5034
|
+
}
|
|
5035
|
+
|
|
5036
|
+
.GenericNotification-module_cautionary__VMbSA,
|
|
5037
|
+
.GenericNotification-module_security__pdJT9 {
|
|
5038
|
+
background: var(--color-yellow-100);
|
|
5035
5039
|
border-color: var(--color-yellow-700);
|
|
5036
|
-
color: var(--color-purple-800
|
|
5040
|
+
color: var(--color-purple-800);
|
|
5041
|
+
|
|
5042
|
+
--icon-color: var(--color-yellow-700);
|
|
5037
5043
|
}
|
|
5038
|
-
|
|
5039
|
-
|
|
5044
|
+
|
|
5045
|
+
.GenericNotification-module_warning__42AEX {
|
|
5046
|
+
background: var(--color-red-100);
|
|
5047
|
+
border-color: var(--color-red-500);
|
|
5048
|
+
color: var(--color-purple-800);
|
|
5049
|
+
|
|
5050
|
+
--icon-color: var(--color-red-500);
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
/* Hidden state */
|
|
5054
|
+
.GenericNotification-module_hidden__QOpq1 {
|
|
5055
|
+
opacity: 0;
|
|
5040
5056
|
}
|
|
5041
|
-
|
|
5057
|
+
|
|
5058
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_inline__lnYb9,
|
|
5059
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
|
|
5042
5060
|
margin-bottom: 0;
|
|
5043
5061
|
}
|
|
5044
|
-
|
|
5062
|
+
|
|
5063
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_inline__lnYb9 {
|
|
5064
|
+
/*
|
|
5065
|
+
When entering we use "ease-out", but when transitioning to hidden we want to use "ease-in".
|
|
5066
|
+
We want it moving the fastest when it is the furthest off screen.
|
|
5067
|
+
*/
|
|
5045
5068
|
transition-timing-function: ease-in;
|
|
5046
5069
|
transform: translateY(-50%);
|
|
5047
5070
|
}
|
|
5048
|
-
|
|
5071
|
+
|
|
5072
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_toast__dPvtC {
|
|
5073
|
+
/*
|
|
5074
|
+
When entering we use "ease-out", but when transitioning to hidden we want to use "ease-in".
|
|
5075
|
+
We want it moving the fastest when it is the furthest off screen.
|
|
5076
|
+
*/
|
|
5049
5077
|
transition-timing-function: ease-in;
|
|
5050
5078
|
transform: translateX(50%);
|
|
5051
5079
|
}
|
|
5052
|
-
|
|
5080
|
+
|
|
5081
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
|
|
5053
5082
|
z-index: 1029;
|
|
5054
|
-
opacity:
|
|
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;
|
|
5083
|
+
opacity: 1;
|
|
5066
5084
|
}
|
|
5067
|
-
|
|
5085
|
+
|
|
5086
|
+
/* Structure: .icon (from %ca-notification__icon) */
|
|
5087
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5068
5088
|
align-items: flex-start;
|
|
5069
5089
|
box-sizing: content-box;
|
|
5090
|
+
color: var(--icon-color);
|
|
5070
5091
|
}
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
.GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
|
|
5092
|
+
|
|
5093
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_icon__rMIaU,
|
|
5094
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_icon__rMIaU {
|
|
5075
5095
|
width: 22px;
|
|
5076
5096
|
height: 22px;
|
|
5077
5097
|
font-size: 22px;
|
|
5078
|
-
margin-top: var(--spacing-6
|
|
5098
|
+
margin-top: var(--spacing-6);
|
|
5079
5099
|
}
|
|
5080
|
-
|
|
5100
|
+
|
|
5101
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_icon__rMIaU {
|
|
5081
5102
|
width: 24px;
|
|
5082
5103
|
height: 24px;
|
|
5083
5104
|
font-size: 24px;
|
|
5084
5105
|
}
|
|
5085
|
-
|
|
5106
|
+
|
|
5107
|
+
/* Structure: .textContainer from %ca-notification__text-container */
|
|
5108
|
+
.GenericNotification-module_textContainer__yHSKi {
|
|
5086
5109
|
box-sizing: content-box;
|
|
5087
5110
|
display: flex;
|
|
5088
5111
|
flex-flow: row wrap;
|
|
5089
5112
|
flex: 1 0 0;
|
|
5090
5113
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5114
|
+
|
|
5115
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_textContainer__yHSKi,
|
|
5116
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_textContainer__yHSKi {
|
|
5117
|
+
margin-inline-start: var(--spacing-6);
|
|
5093
5118
|
}
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
max-width: calc(100% - var(--spacing-48
|
|
5119
|
+
|
|
5120
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_textContainer__yHSKi {
|
|
5121
|
+
max-width: calc(100% - var(--spacing-48));
|
|
5097
5122
|
overflow-wrap: break-word;
|
|
5098
5123
|
hyphens: auto;
|
|
5099
5124
|
}
|
|
5100
|
-
|
|
5125
|
+
|
|
5126
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_textContainer__yHSKi {
|
|
5101
5127
|
margin-inline-start: var(--spacing-8);
|
|
5102
5128
|
}
|
|
5103
|
-
|
|
5104
|
-
|
|
5129
|
+
|
|
5130
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_textContainer__yHSKi {
|
|
5131
|
+
/*
|
|
5132
|
+
Inline notifications often fade onto a white background.
|
|
5133
|
+
Fading the higher-contrast text out at, as well as the whole container, makes for a smoother animation.
|
|
5134
|
+
*/
|
|
5135
|
+
transition: var(--notification-fade-out);
|
|
5105
5136
|
}
|
|
5106
|
-
|
|
5137
|
+
|
|
5138
|
+
.GenericNotification-module_forceMultiline__SlLf9 {
|
|
5107
5139
|
flex-direction: column;
|
|
5108
5140
|
}
|
|
5109
|
-
|
|
5141
|
+
|
|
5142
|
+
/* Structure: .title from %ca-notification__title */
|
|
5143
|
+
.GenericNotification-module_title__3cvl6 {
|
|
5110
5144
|
position: relative;
|
|
5111
|
-
font-family: var(--typography-heading-6-font-family
|
|
5112
|
-
font-weight: var(--typography-heading-6-font-weight
|
|
5113
|
-
font-size: var(--typography-heading-6-font-size
|
|
5114
|
-
line-height: var(--typography-heading-6-line-height
|
|
5115
|
-
letter-spacing: var(--typography-heading-6-letter-spacing
|
|
5145
|
+
font-family: var(--typography-heading-6-font-family);
|
|
5146
|
+
font-weight: var(--typography-heading-6-font-weight);
|
|
5147
|
+
font-size: var(--typography-heading-6-font-size);
|
|
5148
|
+
line-height: var(--typography-heading-6-line-height);
|
|
5149
|
+
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
5116
5150
|
margin: 0;
|
|
5117
5151
|
padding-right: 6px;
|
|
5152
|
+
|
|
5153
|
+
/* overriding Bootstrap style that changes h6s to text-transform: uppercase */
|
|
5118
5154
|
text-transform: none;
|
|
5119
5155
|
color: inherit;
|
|
5120
5156
|
top: 0.37em;
|
|
5121
5157
|
}
|
|
5122
|
-
|
|
5158
|
+
|
|
5159
|
+
.GenericNotification-module_notificationTitle__-yijp {
|
|
5160
|
+
top: 0.42em;
|
|
5123
5161
|
position: relative;
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5162
|
+
margin-inline-end: var(--spacing-6);
|
|
5163
|
+
line-height: var(--typography-heading-6-line-height);
|
|
5164
|
+
}
|
|
5165
|
+
|
|
5166
|
+
@container (max-width: 25rem) {
|
|
5167
|
+
.GenericNotification-module_notificationTitle__-yijp {
|
|
5168
|
+
width: 100%;
|
|
5169
|
+
}
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
/* Structure: .text from %ca-notification__text */
|
|
5173
|
+
.GenericNotification-module_text__B5r5l {
|
|
5174
|
+
position: relative;
|
|
5175
|
+
font-family: var(--typography-paragraph-small-font-family);
|
|
5176
|
+
font-weight: var(--typography-paragraph-small-font-weight);
|
|
5177
|
+
font-size: var(--typography-paragraph-small-font-size);
|
|
5178
|
+
line-height: var(--typography-paragraph-small-line-height);
|
|
5179
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing);
|
|
5129
5180
|
margin: 0;
|
|
5130
5181
|
color: inherit;
|
|
5182
|
+
|
|
5183
|
+
a[href]:not([data-rac]) {
|
|
5184
|
+
border-bottom: var(--spacing-1) solid var(--color-blue-500);
|
|
5185
|
+
text-decoration: none;
|
|
5186
|
+
color: var(--color-blue-500);
|
|
5187
|
+
|
|
5188
|
+
&:hover {
|
|
5189
|
+
text-decoration: none;
|
|
5190
|
+
color: var(--color-blue-600);
|
|
5191
|
+
border-bottom: var(--spacing-1) solid var(--color-blue-600);
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
|
|
5195
|
+
strong {
|
|
5196
|
+
font-weight: var(--typography-button-secondary-font-weight);
|
|
5197
|
+
}
|
|
5198
|
+
|
|
5199
|
+
p {
|
|
5200
|
+
font-weight: inherit;
|
|
5201
|
+
}
|
|
5131
5202
|
}
|
|
5132
|
-
|
|
5203
|
+
|
|
5204
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_text__B5r5l,
|
|
5205
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
|
|
5133
5206
|
position: relative;
|
|
5134
|
-
font-family: var(--typography-paragraph-small-font-family
|
|
5135
|
-
font-weight: var(--typography-paragraph-small-font-weight
|
|
5136
|
-
font-size: var(--typography-paragraph-small-font-size
|
|
5137
|
-
line-height: var(--typography-paragraph-small-line-height
|
|
5138
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing
|
|
5139
|
-
|
|
5207
|
+
font-family: var(--typography-paragraph-small-font-family);
|
|
5208
|
+
font-weight: var(--typography-paragraph-small-font-weight);
|
|
5209
|
+
font-size: var(--typography-paragraph-small-font-size);
|
|
5210
|
+
line-height: var(--typography-paragraph-small-line-height);
|
|
5211
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing);
|
|
5212
|
+
|
|
5213
|
+
/*
|
|
5214
|
+
When the title and text are on different lines this ensures the baselines of the first lines are exactly 1 grid unit apart.
|
|
5215
|
+
When they are both on a single line it ensures both are 1 grid unit tall.
|
|
5216
|
+
*/
|
|
5217
|
+
margin-top: var(--spacing-6);
|
|
5140
5218
|
flex: 0 1 auto;
|
|
5141
|
-
padding-bottom: var(--spacing-12
|
|
5219
|
+
padding-bottom: var(--spacing-12);
|
|
5142
5220
|
top: 0.21em;
|
|
5143
5221
|
}
|
|
5144
|
-
|
|
5222
|
+
|
|
5223
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
|
|
5145
5224
|
width: 100%;
|
|
5146
5225
|
}
|
|
5147
|
-
|
|
5226
|
+
|
|
5227
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_text__B5r5l {
|
|
5148
5228
|
position: static;
|
|
5149
|
-
font-weight: var(--typography-paragraph-body-font-weight
|
|
5150
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
5151
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
5152
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
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;
|
|
5229
|
+
font-weight: var(--typography-paragraph-body-font-weight);
|
|
5230
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
5231
|
+
line-height: var(--typography-paragraph-body-line-height);
|
|
5232
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
5169
5233
|
}
|
|
5170
|
-
|
|
5234
|
+
|
|
5235
|
+
/* Structure: .cancel from %ca-notification__cancel */
|
|
5236
|
+
.GenericNotification-module_cancel__4O-Ys {
|
|
5171
5237
|
cursor: pointer;
|
|
5172
5238
|
appearance: none;
|
|
5173
5239
|
transition: none;
|
|
@@ -5177,43 +5243,78 @@
|
|
|
5177
5243
|
border: none;
|
|
5178
5244
|
background: transparent;
|
|
5179
5245
|
font: inherit;
|
|
5180
|
-
color: var(--color-purple-800
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5246
|
+
color: var(--color-purple-800);
|
|
5247
|
+
position: relative;
|
|
5248
|
+
display: flex;
|
|
5249
|
+
align-items: center;
|
|
5250
|
+
justify-content: center;
|
|
5251
|
+
border-radius: var(--border-solid-border-radius);
|
|
5252
|
+
|
|
5253
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5254
|
+
opacity: 0.7;
|
|
5255
|
+
transition: var(--animation-duration-fast) opacity;
|
|
5256
|
+
}
|
|
5257
|
+
|
|
5258
|
+
&:disabled,
|
|
5259
|
+
&.GenericNotification-module_disabled__V2Wyr {
|
|
5260
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5261
|
+
opacity: 0.3;
|
|
5262
|
+
}
|
|
5263
|
+
}
|
|
5264
|
+
|
|
5265
|
+
&:not(:disabled, .GenericNotification-module_disabled__V2Wyr) {
|
|
5266
|
+
&:hover,
|
|
5267
|
+
&:focus,
|
|
5268
|
+
&.GenericNotification-module_hover__erovs {
|
|
5269
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5270
|
+
opacity: 1;
|
|
5271
|
+
}
|
|
5272
|
+
}
|
|
5273
|
+
|
|
5274
|
+
&:active,
|
|
5275
|
+
&.GenericNotification-module_active__2ksOr {
|
|
5276
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5277
|
+
opacity: 1;
|
|
5278
|
+
}
|
|
5279
|
+
}
|
|
5280
|
+
}
|
|
5281
|
+
|
|
5282
|
+
&:active {
|
|
5283
|
+
transform: translateY(1px);
|
|
5284
|
+
}
|
|
5285
|
+
|
|
5286
|
+
&:focus-visible {
|
|
5287
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
|
|
5288
|
+
var(--color-blue-500);
|
|
5289
|
+
outline-offset: -4px;
|
|
5290
|
+
}
|
|
5197
5291
|
}
|
|
5198
|
-
|
|
5292
|
+
|
|
5293
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys,
|
|
5294
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
|
|
5199
5295
|
width: var(--spacing-48);
|
|
5200
5296
|
height: var(--spacing-48);
|
|
5201
5297
|
margin-top: calc(-1 * var(--spacing-6));
|
|
5202
5298
|
margin-bottom: calc(-1 * var(--spacing-6));
|
|
5203
5299
|
}
|
|
5204
|
-
|
|
5300
|
+
|
|
5301
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys {
|
|
5205
5302
|
margin-inline-end: calc(-1 * var(--spacing-12));
|
|
5206
5303
|
}
|
|
5207
|
-
|
|
5304
|
+
|
|
5305
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
|
|
5208
5306
|
margin-inline-end: -10px;
|
|
5209
5307
|
}
|
|
5210
|
-
|
|
5308
|
+
|
|
5309
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_cancel__4O-Ys {
|
|
5211
5310
|
width: var(--spacing-48);
|
|
5212
5311
|
height: var(--spacing-48);
|
|
5213
5312
|
margin-top: calc(-1 * var(--spacing-24));
|
|
5214
5313
|
margin-bottom: calc(-1 * var(--spacing-24));
|
|
5215
5314
|
}
|
|
5216
|
-
|
|
5315
|
+
|
|
5316
|
+
/* Structure: .cancelLabel from %ca-notification__cancel__label */
|
|
5317
|
+
.GenericNotification-module_cancelLabel__uLIuz {
|
|
5217
5318
|
position: absolute;
|
|
5218
5319
|
width: 1px;
|
|
5219
5320
|
height: 1px;
|
|
@@ -5223,68 +5324,32 @@
|
|
|
5223
5324
|
clip-path: rect(0 0 0 0);
|
|
5224
5325
|
border: 0;
|
|
5225
5326
|
}
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
.GenericNotification-
|
|
5229
|
-
|
|
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);
|
|
5327
|
+
|
|
5328
|
+
/* Modifiers */
|
|
5329
|
+
.GenericNotification-module_noBottomMargin__okqYr {
|
|
5330
|
+
margin-bottom: 0;
|
|
5264
5331
|
}
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
color: var(--color-purple-800, #2f2438);
|
|
5269
|
-
--icon-color: var(--color-yellow-700);
|
|
5332
|
+
|
|
5333
|
+
.GenericNotification-module_persistent__y-Jp7 {
|
|
5334
|
+
transition: none;
|
|
5270
5335
|
}
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5336
|
+
|
|
5337
|
+
/* This is only for inline notifications */
|
|
5338
|
+
.GenericNotification-module_subtle__TCixZ {
|
|
5339
|
+
background: none;
|
|
5340
|
+
border: none;
|
|
5341
|
+
padding: 0;
|
|
5276
5342
|
}
|
|
5277
5343
|
}
|
|
5344
|
+
|
|
5278
5345
|
@layer kz-components {
|
|
5279
5346
|
.NotificationIcon-module_notificationIcon__4xH0m {
|
|
5280
5347
|
font-size: inherit;
|
|
5281
5348
|
}
|
|
5282
5349
|
}
|
|
5283
5350
|
|
|
5284
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5285
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5286
5351
|
@layer kz-components {
|
|
5287
|
-
.ToastNotificationsList-
|
|
5352
|
+
.ToastNotificationsList-module_toastNotificationsList__AUm-A {
|
|
5288
5353
|
display: flex;
|
|
5289
5354
|
flex-direction: column;
|
|
5290
5355
|
align-items: flex-end;
|
|
@@ -5292,24 +5357,24 @@
|
|
|
5292
5357
|
padding-bottom: 0;
|
|
5293
5358
|
padding-top: 172px;
|
|
5294
5359
|
position: fixed;
|
|
5295
|
-
right: var(--spacing-md
|
|
5360
|
+
right: var(--spacing-md);
|
|
5296
5361
|
top: 0;
|
|
5297
5362
|
bottom: 0;
|
|
5298
5363
|
z-index: 1100;
|
|
5299
5364
|
max-width: 100%;
|
|
5300
5365
|
pointer-events: none;
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5366
|
+
|
|
5367
|
+
/* Media queries can’t perform this calculation yet. Update when CSS supports it. */
|
|
5368
|
+
@media (width <= 1079px) {
|
|
5304
5369
|
padding-top: 108px;
|
|
5305
5370
|
}
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
left: var(--spacing-md, 1.5rem);
|
|
5371
|
+
|
|
5372
|
+
@media (width <= 767px) {
|
|
5373
|
+
left: var(--spacing-md);
|
|
5310
5374
|
}
|
|
5311
5375
|
}
|
|
5312
5376
|
}
|
|
5377
|
+
|
|
5313
5378
|
@layer kz-components {
|
|
5314
5379
|
.Link-module_link__8oxip {
|
|
5315
5380
|
color: var(--link-text-color, var(--color-blue-500));
|
|
@@ -8795,15 +8860,6 @@
|
|
|
8795
8860
|
.Select-module_specificityIncreaser__cZtQV .Select-module_focusedControl__3AwhP:hover {
|
|
8796
8861
|
box-shadow: none;
|
|
8797
8862
|
}
|
|
8798
|
-
.Select-module_specificityIncreaser__cZtQV .Select-module_placeholder__OAeGA {
|
|
8799
|
-
font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
8800
|
-
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
8801
|
-
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
8802
|
-
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
8803
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
8804
|
-
color: var(--color-purple-800, #2f2438);
|
|
8805
|
-
opacity: 0.7;
|
|
8806
|
-
}
|
|
8807
8863
|
.Select-module_specificityIncreaser__cZtQV .Select-module_menu__axmUL {
|
|
8808
8864
|
border: 6px var(--border-solid-border-style, solid) transparent;
|
|
8809
8865
|
border-radius: var(--border-solid-border-radius, 7px);
|
|
@@ -8904,9 +8960,6 @@
|
|
|
8904
8960
|
.Select-module_specificityIncreaser__cZtQV.Select-module_default__hKuCo.Select-module_reversed__-jCGs .Select-module_clearIndicator__O6EuX {
|
|
8905
8961
|
color: var(--color-white, #ffffff);
|
|
8906
8962
|
}
|
|
8907
|
-
.Select-module_specificityIncreaser__cZtQV.Select-module_default__hKuCo.Select-module_reversed__-jCGs .Select-module_placeholder__OAeGA {
|
|
8908
|
-
color: var(--color-white, #ffffff);
|
|
8909
|
-
}
|
|
8910
8963
|
.Select-module_specificityIncreaser__cZtQV.Select-module_default__hKuCo.Select-module_reversed__-jCGs.Select-module_error__GpAw6 .Select-module_control__ehUuP {
|
|
8911
8964
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-red-300, #f597a8);
|
|
8912
8965
|
}
|
|
@@ -8951,9 +9004,6 @@
|
|
|
8951
9004
|
.Select-module_specificityIncreaser__cZtQV.Select-module_secondary__0RpOQ.Select-module_reversed__-jCGs .Select-module_focusedControl__3AwhP:hover, .Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_reversed__-jCGs .Select-module_focusedControl__3AwhP:hover {
|
|
8952
9005
|
border-color: var(--color-blue-300, #73c0e8);
|
|
8953
9006
|
}
|
|
8954
|
-
.Select-module_specificityIncreaser__cZtQV.Select-module_secondary__0RpOQ.Select-module_reversed__-jCGs .Select-module_placeholder__OAeGA, .Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_reversed__-jCGs .Select-module_placeholder__OAeGA {
|
|
8955
|
-
color: var(--color-white, #ffffff);
|
|
8956
|
-
}
|
|
8957
9007
|
.Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_secondarySmall__6yNEL.Select-module_reversed__-jCGs .Select-module_control__ehUuP {
|
|
8958
9008
|
background: transparent;
|
|
8959
9009
|
border: 0;
|
|
@@ -10918,211 +10968,273 @@
|
|
|
10918
10968
|
}
|
|
10919
10969
|
}
|
|
10920
10970
|
}
|
|
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
10971
|
@layer kz-components {
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10972
|
+
:root {
|
|
10973
|
+
--animation-timing: var(--animation-duration-immediate) var(--animation-easing-function-linear);
|
|
10974
|
+
--focus-ring-offset: 1px;
|
|
10933
10975
|
}
|
|
10934
|
-
|
|
10976
|
+
|
|
10977
|
+
.ToggleSwitch-module_checkbox__NmNyg {
|
|
10978
|
+
/* Reset checkbox */
|
|
10979
|
+
opacity: 0;
|
|
10935
10980
|
position: absolute;
|
|
10981
|
+
|
|
10982
|
+
.ideal-sans & {
|
|
10983
|
+
/* This is to override bootstrap styles. Remove when appropriate */
|
|
10984
|
+
position: absolute;
|
|
10985
|
+
}
|
|
10936
10986
|
}
|
|
10937
|
-
|
|
10987
|
+
|
|
10988
|
+
.ToggleSwitch-module_track__Zvo6N {
|
|
10938
10989
|
position: relative;
|
|
10939
|
-
background-color: var(--color-gray-500
|
|
10940
|
-
border: var(--border-borderless-border-width
|
|
10941
|
-
|
|
10990
|
+
background-color: var(--color-gray-500);
|
|
10991
|
+
border: var(--border-borderless-border-width) var(--border-borderless-border-style)
|
|
10992
|
+
var(--border-borderless-border-color);
|
|
10993
|
+
border-radius: var(--spacing-md);
|
|
10942
10994
|
box-sizing: content-box;
|
|
10943
|
-
width: calc(var(--spacing-md
|
|
10944
|
-
height: calc(var(--spacing-md
|
|
10945
|
-
padding: 0 calc(var(--spacing-md
|
|
10995
|
+
width: calc((var(--spacing-md) * 1.05) * 2);
|
|
10996
|
+
height: calc(var(--spacing-md) * 1.25);
|
|
10997
|
+
padding: 0 calc(var(--spacing-md) * 0.15);
|
|
10946
10998
|
display: flex;
|
|
10947
10999
|
align-items: center;
|
|
10948
|
-
transition: background-color var(--animation-
|
|
11000
|
+
transition: background-color var(--animation-timing);
|
|
11001
|
+
|
|
10949
11002
|
/* TODO: Fix */
|
|
10950
11003
|
/* stylelint-disable no-descending-specificity */
|
|
11004
|
+
.ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm):focus + &,
|
|
11005
|
+
.ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm):hover:focus + & {
|
|
11006
|
+
border-color: transparent;
|
|
11007
|
+
outline: 2px solid var(--color-blue-500);
|
|
11008
|
+
outline-offset: var(--focus-ring-offset);
|
|
11009
|
+
background-color: var(--color-gray-600);
|
|
11010
|
+
}
|
|
11011
|
+
|
|
11012
|
+
.ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + &:hover,
|
|
11013
|
+
label:hover .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + & {
|
|
11014
|
+
background-color: var(--color-gray-600);
|
|
11015
|
+
}
|
|
11016
|
+
|
|
10951
11017
|
/* stylelint-enable no-descending-specificity */
|
|
10952
11018
|
}
|
|
10953
|
-
|
|
10954
|
-
|
|
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 {
|
|
11019
|
+
|
|
11020
|
+
.ToggleSwitch-module_thumb__YIdcS {
|
|
10964
11021
|
display: flex;
|
|
10965
11022
|
align-items: center;
|
|
10966
11023
|
justify-content: center;
|
|
10967
|
-
background-color: var(--color-white
|
|
10968
|
-
border: var(--border-borderless-border-width
|
|
10969
|
-
|
|
10970
|
-
|
|
11024
|
+
background-color: var(--color-white);
|
|
11025
|
+
border: var(--border-borderless-border-width) var(--border-borderless-border-style)
|
|
11026
|
+
var(--border-borderless-border-color);
|
|
11027
|
+
border-radius: var(--spacing-md);
|
|
11028
|
+
transition:
|
|
11029
|
+
left var(--animation-timing),
|
|
11030
|
+
right var(--animation-timing);
|
|
10971
11031
|
cursor: default;
|
|
10972
11032
|
}
|
|
10973
|
-
|
|
10974
|
-
|
|
10975
|
-
|
|
10976
|
-
|
|
11033
|
+
|
|
11034
|
+
.ToggleSwitch-module_checkIcon__J4eSM {
|
|
11035
|
+
color: var(--color-green-500);
|
|
11036
|
+
opacity: 0;
|
|
11037
|
+
transition-duration: var(--animation-duration-rapid);
|
|
10977
11038
|
}
|
|
11039
|
+
|
|
10978
11040
|
/* stylelint-disable no-descending-specificity */
|
|
10979
|
-
.ToggleSwitch-
|
|
10980
|
-
|
|
10981
|
-
|
|
10982
|
-
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
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);
|
|
11041
|
+
.ToggleSwitch-module_on__-OJbU {
|
|
11042
|
+
.ToggleSwitch-module_checkbox__NmNyg + .ToggleSwitch-module_track__Zvo6N {
|
|
11043
|
+
border-color: var(--border-borderless-border-color);
|
|
11044
|
+
background-color: var(--color-green-500);
|
|
11045
|
+
}
|
|
11046
|
+
|
|
11047
|
+
.ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N {
|
|
11048
|
+
border-color: transparent;
|
|
11049
|
+
background-color: var(--color-green-600);
|
|
11050
|
+
}
|
|
11051
|
+
|
|
11052
|
+
.ToggleSwitch-module_thumb__YIdcS {
|
|
11053
|
+
position: relative;
|
|
11054
|
+
right: auto;
|
|
11055
|
+
inset-inline-start: calc(var(--spacing-md) * 1.1);
|
|
11056
|
+
}
|
|
11057
|
+
|
|
11058
|
+
.ToggleSwitch-module_checkIcon__J4eSM {
|
|
11059
|
+
opacity: 1;
|
|
11060
|
+
transition-delay: var(--animation-duration-immediate);
|
|
11061
|
+
transition-duration: var(--animation-duration-fast);
|
|
11062
|
+
}
|
|
11063
|
+
|
|
11064
|
+
.ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N:hover,
|
|
11065
|
+
label:hover & .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N {
|
|
11066
|
+
background-color: var(--color-green-600);
|
|
11067
|
+
}
|
|
11011
11068
|
}
|
|
11012
|
-
|
|
11013
|
-
.ToggleSwitch-
|
|
11014
|
-
|
|
11069
|
+
|
|
11070
|
+
.ToggleSwitch-module_off__e-dto {
|
|
11071
|
+
.ToggleSwitch-module_thumb__YIdcS {
|
|
11072
|
+
position: relative;
|
|
11073
|
+
right: auto;
|
|
11074
|
+
inset-inline-start: calc(var(--spacing-md) * -0.05);
|
|
11075
|
+
}
|
|
11015
11076
|
}
|
|
11016
|
-
|
|
11017
|
-
|
|
11077
|
+
|
|
11078
|
+
.ToggleSwitch-module_reversed__5Jz8i {
|
|
11079
|
+
.ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N,
|
|
11080
|
+
.ToggleSwitch-module_checkbox__NmNyg:hover:focus + .ToggleSwitch-module_track__Zvo6N {
|
|
11081
|
+
outline-color: var(--color-blue-300);
|
|
11082
|
+
}
|
|
11083
|
+
|
|
11084
|
+
&.ToggleSwitch-module_off__e-dto {
|
|
11085
|
+
.ToggleSwitch-module_track__Zvo6N {
|
|
11086
|
+
background-color: rgb(var(--color-white-rgb), 0.2);
|
|
11087
|
+
}
|
|
11088
|
+
|
|
11089
|
+
.ToggleSwitch-module_checkbox__NmNyg:focus + .ToggleSwitch-module_track__Zvo6N,
|
|
11090
|
+
.ToggleSwitch-module_checkbox__NmNyg:hover:focus + .ToggleSwitch-module_track__Zvo6N {
|
|
11091
|
+
background-color: rgb(var(--color-white-rgb), 0.65);
|
|
11092
|
+
}
|
|
11093
|
+
|
|
11094
|
+
.ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N:hover,
|
|
11095
|
+
label:hover & .ToggleSwitch-module_checkbox__NmNyg:not(.ToggleSwitch-module_disabled__qntEm) + .ToggleSwitch-module_track__Zvo6N {
|
|
11096
|
+
background-color: rgb(var(--color-white-rgb), 0.65);
|
|
11097
|
+
}
|
|
11098
|
+
}
|
|
11018
11099
|
}
|
|
11019
|
-
|
|
11020
|
-
|
|
11100
|
+
|
|
11101
|
+
/* When the ToggleSwitch is used as part of the ToggleSwitchField, the disabled state opacity is set on the Label component */
|
|
11102
|
+
label .ToggleSwitch-module_disabled__qntEm.ToggleSwitch-module_track__Zvo6N {
|
|
11103
|
+
opacity: 1;
|
|
11021
11104
|
}
|
|
11022
|
-
|
|
11023
|
-
|
|
11105
|
+
|
|
11106
|
+
.ToggleSwitch-module_disabled__qntEm.ToggleSwitch-module_track__Zvo6N {
|
|
11107
|
+
opacity: 0.3;
|
|
11024
11108
|
}
|
|
11109
|
+
|
|
11025
11110
|
/* stylelint-enable no-descending-specificity */
|
|
11026
11111
|
}
|
|
11027
|
-
|
|
11112
|
+
|
|
11028
11113
|
@layer kz-components {
|
|
11029
|
-
.ToggleSwitchField-
|
|
11114
|
+
.ToggleSwitchField-module_container__6c4oG {
|
|
11030
11115
|
display: flex;
|
|
11031
11116
|
}
|
|
11032
|
-
|
|
11033
|
-
|
|
11117
|
+
|
|
11118
|
+
.ToggleSwitchField-module_fullWidth__iGJSg {
|
|
11119
|
+
.ToggleSwitchField-module_inner__k1hyg {
|
|
11120
|
+
width: 100%;
|
|
11121
|
+
}
|
|
11034
11122
|
}
|
|
11035
|
-
|
|
11036
|
-
|
|
11123
|
+
|
|
11124
|
+
.ToggleSwitchField-module_on__8RJfp label {
|
|
11125
|
+
font-weight: var(--typography-paragraph-bold-font-weight);
|
|
11037
11126
|
}
|
|
11038
11127
|
}
|
|
11039
|
-
|
|
11040
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11128
|
+
|
|
11041
11129
|
@layer kz-components {
|
|
11042
|
-
.OverlayArrow-
|
|
11130
|
+
.OverlayArrow-module_overlayArrow__65sMU {
|
|
11043
11131
|
display: flex;
|
|
11132
|
+
|
|
11133
|
+
/*
|
|
11134
|
+
for correct arrow positioning with rounded corners we need to do bit trickery here
|
|
11135
|
+
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
|
|
11136
|
+
so we first set padding on arrow from all sides (that'll be used for start position computation)
|
|
11137
|
+
and then we remove it from the oposite axis
|
|
11138
|
+
*/
|
|
11139
|
+
|
|
11044
11140
|
padding: 8px;
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
11048
|
-
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11054
|
-
|
|
11055
|
-
|
|
11056
|
-
|
|
11057
|
-
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11065
|
-
|
|
11066
|
-
|
|
11141
|
+
|
|
11142
|
+
&[data-placement='top'],
|
|
11143
|
+
&[data-placement='bottom'] {
|
|
11144
|
+
padding: 0 8px;
|
|
11145
|
+
}
|
|
11146
|
+
|
|
11147
|
+
&[data-placement='left'],
|
|
11148
|
+
&[data-placement='right'] {
|
|
11149
|
+
padding: 8px 0;
|
|
11150
|
+
}
|
|
11151
|
+
|
|
11152
|
+
path {
|
|
11153
|
+
fill: var(--color-purple-800);
|
|
11154
|
+
box-shadow: var(--shadow-small-box-shadow);
|
|
11155
|
+
}
|
|
11156
|
+
|
|
11157
|
+
&[data-placement='right'] svg {
|
|
11158
|
+
transform: rotate(90deg);
|
|
11159
|
+
}
|
|
11160
|
+
|
|
11161
|
+
&[data-placement='bottom'] svg {
|
|
11162
|
+
transform: rotate(180deg);
|
|
11163
|
+
}
|
|
11164
|
+
|
|
11165
|
+
&[data-placement='left'] svg {
|
|
11166
|
+
transform: rotate(270deg);
|
|
11167
|
+
}
|
|
11168
|
+
|
|
11169
|
+
&.OverlayArrow-module_reversed__ChGpb path {
|
|
11170
|
+
fill: var(--color-white);
|
|
11171
|
+
}
|
|
11067
11172
|
}
|
|
11068
11173
|
}
|
|
11069
|
-
|
|
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 **/
|
|
11174
|
+
|
|
11075
11175
|
@layer kz-components {
|
|
11076
|
-
.Tooltip-
|
|
11176
|
+
.Tooltip-module_tooltip__Q1YfF {
|
|
11077
11177
|
max-width: 200px;
|
|
11078
|
-
padding: var(--spacing-8
|
|
11079
|
-
color: var(--color-white
|
|
11178
|
+
padding: var(--spacing-8) var(--spacing-12);
|
|
11179
|
+
color: var(--color-white);
|
|
11080
11180
|
text-align: center;
|
|
11081
|
-
font-family: var(--typography-paragraph-extra-small-font-family
|
|
11082
|
-
font-size: var(--typography-paragraph-extra-small-font-size
|
|
11083
|
-
font-weight: var(--typography-paragraph-extra-small-font-weight
|
|
11084
|
-
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing
|
|
11085
|
-
line-height: var(--typography-paragraph-extra-small-line-height
|
|
11086
|
-
border-radius: var(--border-solid-border-radius
|
|
11087
|
-
box-shadow: var(--shadow-small-box-shadow
|
|
11088
|
-
background-color: var(--color-purple-800
|
|
11181
|
+
font-family: var(--typography-paragraph-extra-small-font-family);
|
|
11182
|
+
font-size: var(--typography-paragraph-extra-small-font-size);
|
|
11183
|
+
font-weight: var(--typography-paragraph-extra-small-font-weight);
|
|
11184
|
+
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing);
|
|
11185
|
+
line-height: var(--typography-paragraph-extra-small-line-height);
|
|
11186
|
+
border-radius: var(--border-solid-border-radius);
|
|
11187
|
+
box-shadow: var(--shadow-small-box-shadow);
|
|
11188
|
+
background-color: var(--color-purple-800);
|
|
11089
11189
|
text-wrap: pretty;
|
|
11190
|
+
|
|
11090
11191
|
/* fixes FF gap */
|
|
11091
11192
|
transform: translate3d(0, 0, 0);
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
|
|
11100
|
-
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
11108
|
-
|
|
11109
|
-
|
|
11110
|
-
|
|
11111
|
-
|
|
11112
|
-
|
|
11113
|
-
|
|
11193
|
+
|
|
11194
|
+
&.Tooltip-module_reversed__IIGeJ {
|
|
11195
|
+
background-color: var(--color-white);
|
|
11196
|
+
color: var(--color-purple-800);
|
|
11197
|
+
}
|
|
11198
|
+
|
|
11199
|
+
&[data-placement='top'] {
|
|
11200
|
+
--origin: translateY(4px);
|
|
11201
|
+
}
|
|
11202
|
+
|
|
11203
|
+
&[data-placement='bottom'] {
|
|
11204
|
+
--origin: translateY(-4px);
|
|
11205
|
+
}
|
|
11206
|
+
|
|
11207
|
+
&[data-placement='right'] {
|
|
11208
|
+
--origin: translateX(-4px);
|
|
11209
|
+
}
|
|
11210
|
+
|
|
11211
|
+
&[data-placement='left'] {
|
|
11212
|
+
--origin: translateX(4px);
|
|
11213
|
+
}
|
|
11214
|
+
|
|
11215
|
+
&[data-entering] {
|
|
11216
|
+
animation: Tooltip-module_slide__TOr18 var(--animation-duration-fast);
|
|
11217
|
+
}
|
|
11218
|
+
|
|
11219
|
+
&[data-exiting] {
|
|
11220
|
+
animation: Tooltip-module_slide__TOr18 var(--animation-duration-fast) reverse
|
|
11221
|
+
var(--animation-easing-function-ease-in);
|
|
11222
|
+
}
|
|
11114
11223
|
}
|
|
11115
11224
|
}
|
|
11116
|
-
|
|
11225
|
+
|
|
11226
|
+
@keyframes Tooltip-module_slide__TOr18 {
|
|
11117
11227
|
from {
|
|
11118
11228
|
transform: var(--origin);
|
|
11119
11229
|
opacity: 0;
|
|
11120
11230
|
}
|
|
11231
|
+
|
|
11121
11232
|
to {
|
|
11122
11233
|
transform: translateY(0);
|
|
11123
11234
|
opacity: 1;
|
|
11124
11235
|
}
|
|
11125
11236
|
}
|
|
11237
|
+
|
|
11126
11238
|
@layer kz-components {
|
|
11127
11239
|
.Well-module_container__Bu20U {
|
|
11128
11240
|
background-color: var(--background-color);
|