@kaizen/components 2.3.7 → 2.5.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/index.cjs +2 -0
- package/dist/cjs/src/Content/Content.cjs +1 -1
- package/dist/cjs/src/Content/{Content.module.scss.cjs → Content.module.css.cjs} +1 -1
- package/dist/cjs/src/Divider/Divider.cjs +1 -1
- package/dist/cjs/src/Divider/Divider.module.css.cjs +10 -0
- package/dist/cjs/src/ErrorPage/ErrorPage.cjs +1 -1
- package/dist/cjs/src/ErrorPage/ErrorPage.module.css.cjs +6 -0
- package/dist/cjs/src/Heading/Heading.cjs +1 -1
- package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
- package/dist/cjs/src/Illustration/Spot/Spot.cjs +9 -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/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 +9 -7
- package/dist/cjs/src/Tag/Tag.cjs +1 -1
- package/dist/cjs/src/Tag/Tag.module.css.cjs +30 -0
- 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 +6 -1
- 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/cjs/src/VisuallyHidden/VisuallyHidden.cjs +1 -1
- package/dist/cjs/src/VisuallyHidden/{VisuallyHidden.module.scss.cjs → VisuallyHidden.module.css.cjs} +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/src/Content/Content.mjs +1 -1
- package/dist/esm/src/Content/{Content.module.scss.mjs → Content.module.css.mjs} +1 -1
- package/dist/esm/src/Divider/Divider.mjs +1 -1
- package/dist/esm/src/Divider/Divider.module.css.mjs +8 -0
- package/dist/esm/src/ErrorPage/ErrorPage.mjs +1 -1
- package/dist/esm/src/ErrorPage/ErrorPage.module.css.mjs +4 -0
- package/dist/esm/src/Heading/Heading.mjs +1 -1
- package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
- package/dist/esm/src/Illustration/Spot/Spot.mjs +8 -1
- 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/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 +9 -7
- package/dist/esm/src/Tag/Tag.mjs +1 -1
- package/dist/esm/src/Tag/Tag.module.css.mjs +28 -0
- 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 +7 -2
- 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/esm/src/VisuallyHidden/VisuallyHidden.mjs +1 -1
- package/dist/esm/src/VisuallyHidden/VisuallyHidden.module.css.mjs +4 -0
- package/dist/styles.css +924 -655
- package/dist/types/Illustration/Spot/Spot.d.ts +5 -0
- 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 -1
- package/src/Content/Content.module.css +15 -0
- package/src/Content/Content.tsx +1 -1
- package/src/Content/_docs/Content.stories.tsx +1 -1
- package/src/Content/_variables.css +5 -0
- package/src/Divider/Divider.module.css +41 -0
- package/src/Divider/Divider.tsx +1 -1
- package/src/ErrorPage/ErrorPage.module.css +5 -0
- package/src/ErrorPage/ErrorPage.tsx +1 -1
- package/src/Heading/Heading.module.css +111 -0
- package/src/Heading/Heading.tsx +1 -1
- package/src/Illustration/Spot/Spot.tsx +6 -0
- package/src/Illustration/Spot/_docs/Spot.stickersheet.stories.tsx +22 -0
- 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/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.tsx +8 -6
- package/src/Tag/Tag.module.css +217 -0
- package/src/Tag/Tag.tsx +1 -1
- package/src/Text/Text.module.css +71 -0
- package/src/Text/Text.tsx +1 -1
- package/src/TimeField/TimeField.tsx +8 -2
- 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/src/VisuallyHidden/VisuallyHidden.tsx +1 -1
- package/dist/cjs/src/Divider/Divider.module.scss.cjs +0 -10
- package/dist/cjs/src/ErrorPage/ErrorPage.module.scss.cjs +0 -6
- 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/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
- package/dist/cjs/src/Tag/Tag.module.scss.cjs +0 -30
- 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/Divider/Divider.module.scss.mjs +0 -8
- package/dist/esm/src/ErrorPage/ErrorPage.module.scss.mjs +0 -4
- 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/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
- package/dist/esm/src/Tag/Tag.module.scss.mjs +0 -28
- 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/esm/src/VisuallyHidden/VisuallyHidden.module.scss.mjs +0 -4
- package/src/Content/Content.module.scss +0 -17
- package/src/Content/_variables.scss +0 -3
- package/src/Divider/Divider.module.scss +0 -39
- package/src/ErrorPage/ErrorPage.module.scss +0 -7
- package/src/Heading/Heading.module.scss +0 -115
- package/src/Label/Label.module.scss +0 -105
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
- package/src/Tag/Tag.module.scss +0 -215
- 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/VisuallyHidden/{VisuallyHidden.module.scss → VisuallyHidden.module.css} +0 -0
package/dist/styles.css
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
@layer kz-components {
|
|
562
|
-
.VisuallyHidden-
|
|
562
|
+
.VisuallyHidden-module_srOnly__-f5sJ {
|
|
563
563
|
clip-path: rect(0 0 0 0);
|
|
564
564
|
height: 1px;
|
|
565
565
|
overflow: hidden;
|
|
@@ -568,6 +568,7 @@
|
|
|
568
568
|
width: 1px;
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
+
|
|
571
572
|
@layer kz-components {
|
|
572
573
|
.LoadingSpinner-module_loadingSpinner__Zc2mJ {
|
|
573
574
|
--loading-spinner-size: 48px;
|
|
@@ -1019,161 +1020,190 @@
|
|
|
1019
1020
|
visibility: hidden;
|
|
1020
1021
|
}
|
|
1021
1022
|
}
|
|
1022
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1023
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1024
|
-
@layer tokens, normalize, reset, kz-components;
|
|
1025
1023
|
@layer reset {
|
|
1026
|
-
.Heading-
|
|
1024
|
+
.Heading-module_heading__6D0PM {
|
|
1027
1025
|
margin: 0;
|
|
1028
1026
|
}
|
|
1029
1027
|
}
|
|
1028
|
+
|
|
1030
1029
|
@layer kz-components {
|
|
1031
|
-
.Heading-module_display-
|
|
1032
|
-
font-family: var(--typography-display-0-font-family
|
|
1033
|
-
font-weight: var(--typography-display-0-font-weight
|
|
1034
|
-
font-size: var(--typography-display-0-font-size
|
|
1035
|
-
line-height: var(--typography-display-0-line-height
|
|
1036
|
-
letter-spacing: var(--typography-display-0-letter-spacing
|
|
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);
|
|
1037
1036
|
}
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
font-
|
|
1041
|
-
font-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
.Heading-module_heading-1__PbAcw {
|
|
1046
|
-
font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
1047
|
-
font-weight: var(--typography-heading-1-font-weight, 500);
|
|
1048
|
-
font-size: var(--typography-heading-1-font-size, 2.125rem);
|
|
1049
|
-
line-height: var(--typography-heading-1-line-height, 2.625rem);
|
|
1050
|
-
letter-spacing: var(--typography-heading-1-letter-spacing, normal);
|
|
1051
|
-
}
|
|
1052
|
-
.Heading-module_heading-2__Ovpfe {
|
|
1053
|
-
font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
1054
|
-
font-weight: var(--typography-heading-2-font-weight, 600);
|
|
1055
|
-
font-size: var(--typography-heading-2-font-size, 1.75rem);
|
|
1056
|
-
line-height: var(--typography-heading-2-line-height, 2.25rem);
|
|
1057
|
-
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);
|
|
1058
1044
|
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
font-
|
|
1062
|
-
font-
|
|
1063
|
-
|
|
1064
|
-
|
|
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);
|
|
1065
1052
|
}
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
font-
|
|
1069
|
-
font-
|
|
1070
|
-
|
|
1071
|
-
|
|
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);
|
|
1072
1060
|
}
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
font-
|
|
1076
|
-
font-
|
|
1077
|
-
|
|
1078
|
-
|
|
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);
|
|
1079
1068
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
font-
|
|
1083
|
-
font-
|
|
1084
|
-
|
|
1085
|
-
|
|
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);
|
|
1086
1076
|
}
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
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);
|
|
1090
1084
|
}
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
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);
|
|
1094
1092
|
}
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1093
|
+
|
|
1094
|
+
.Heading-module_dark__vO-Uw {
|
|
1095
|
+
color: var(--color-purple-800);
|
|
1096
|
+
opacity: 1;
|
|
1098
1097
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1098
|
+
|
|
1099
|
+
.Heading-module_dark-reduced-opacity__24gWp {
|
|
1100
|
+
color: var(--color-purple-800);
|
|
1101
|
+
opacity: 0.7;
|
|
1102
1102
|
}
|
|
1103
|
-
|
|
1104
|
-
|
|
1103
|
+
|
|
1104
|
+
.Heading-module_white__AJgq4 {
|
|
1105
|
+
color: var(--color-white);
|
|
1106
|
+
opacity: 1;
|
|
1105
1107
|
}
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
+
|
|
1109
|
+
.Heading-module_white-reduced-opacity__VvQaa {
|
|
1110
|
+
color: var(--color-white);
|
|
1111
|
+
opacity: 0.8;
|
|
1108
1112
|
}
|
|
1109
|
-
|
|
1110
|
-
|
|
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
|
+
}
|
|
1111
1122
|
}
|
|
1112
|
-
|
|
1113
|
-
|
|
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
|
+
}
|
|
1114
1132
|
}
|
|
1115
1133
|
}
|
|
1116
|
-
|
|
1117
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1134
|
+
|
|
1118
1135
|
@layer kz-components {
|
|
1119
|
-
.Text-
|
|
1136
|
+
.Text-module_text__3xRq3 {
|
|
1120
1137
|
--icon-vertical-align: text-bottom;
|
|
1138
|
+
|
|
1121
1139
|
margin: 0;
|
|
1140
|
+
|
|
1141
|
+
strong {
|
|
1142
|
+
font-weight: var(--typography-paragraph-bold-font-weight);
|
|
1143
|
+
}
|
|
1122
1144
|
}
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
font-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
line-height: var(--typography-paragraph-intro-lede-line-height, 1.875rem);
|
|
1131
|
-
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);
|
|
1132
1152
|
}
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
font-
|
|
1136
|
-
font-
|
|
1137
|
-
|
|
1138
|
-
|
|
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);
|
|
1139
1160
|
}
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
font-
|
|
1143
|
-
font-
|
|
1144
|
-
|
|
1145
|
-
|
|
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);
|
|
1146
1168
|
}
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
font-
|
|
1150
|
-
font-
|
|
1151
|
-
|
|
1152
|
-
|
|
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);
|
|
1153
1176
|
}
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1177
|
+
|
|
1178
|
+
.Text-module_dark__ApVTx {
|
|
1179
|
+
color: var(--color-purple-800);
|
|
1180
|
+
opacity: 1;
|
|
1157
1181
|
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1182
|
+
|
|
1183
|
+
.Text-module_dark-reduced-opacity__-ef8o {
|
|
1184
|
+
color: var(--color-purple-800);
|
|
1185
|
+
opacity: 0.7;
|
|
1161
1186
|
}
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1187
|
+
|
|
1188
|
+
.Text-module_white__Vj0Na {
|
|
1189
|
+
color: var(--color-white);
|
|
1190
|
+
opacity: 1;
|
|
1165
1191
|
}
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1192
|
+
|
|
1193
|
+
.Text-module_white-reduced-opacity__kYl0h {
|
|
1194
|
+
color: var(--color-white);
|
|
1195
|
+
opacity: 0.8;
|
|
1169
1196
|
}
|
|
1170
|
-
|
|
1171
|
-
|
|
1197
|
+
|
|
1198
|
+
.Text-module_positive__ngZQ5 {
|
|
1199
|
+
color: var(--color-green-600);
|
|
1172
1200
|
}
|
|
1173
|
-
|
|
1174
|
-
|
|
1201
|
+
|
|
1202
|
+
.Text-module_negative__729Es {
|
|
1203
|
+
color: var(--color-red-600);
|
|
1175
1204
|
}
|
|
1176
1205
|
}
|
|
1206
|
+
|
|
1177
1207
|
@layer kz-components {
|
|
1178
1208
|
.BrandMoment-module_body__mZWwj {
|
|
1179
1209
|
width: 100%;
|
|
@@ -2399,81 +2429,104 @@
|
|
|
2399
2429
|
border-color: var(--color-white, #ffffff);
|
|
2400
2430
|
}
|
|
2401
2431
|
}
|
|
2402
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2403
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2404
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2405
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2406
2432
|
@layer kz-components {
|
|
2407
|
-
|
|
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 {
|
|
2408
2439
|
--icon-vertical-align: text-bottom;
|
|
2409
2440
|
}
|
|
2410
|
-
|
|
2411
|
-
.
|
|
2441
|
+
|
|
2442
|
+
.Label-module_label__jvxMB,
|
|
2443
|
+
.ideal-sans .Label-module_label__jvxMB {
|
|
2444
|
+
/* override Murmur global styles :( */
|
|
2412
2445
|
opacity: inherit;
|
|
2413
|
-
color: var(--color-
|
|
2446
|
+
color: var(--dt-color-form-text-color);
|
|
2414
2447
|
visibility: visible;
|
|
2415
2448
|
width: 100%;
|
|
2416
2449
|
text-align: start;
|
|
2417
2450
|
}
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
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
|
+
}
|
|
2426
2462
|
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2463
|
+
|
|
2464
|
+
.Label-module_disabled__3Mej6 {
|
|
2465
|
+
opacity: 0.3;
|
|
2429
2466
|
}
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
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);
|
|
2437
2480
|
}
|
|
2438
|
-
|
|
2481
|
+
|
|
2482
|
+
.Label-module_checkboxOrRadio__lzm9I,
|
|
2483
|
+
.Label-module_checkbox__vtFpn,
|
|
2484
|
+
.Label-module_radio__xenTn,
|
|
2485
|
+
.ideal-sans .Label-module_checkboxOrRadio__lzm9I {
|
|
2439
2486
|
display: flex;
|
|
2440
|
-
font-family: var(--typography-paragraph-body-font-family
|
|
2441
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
2442
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
2443
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
2444
|
-
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);
|
|
2445
2492
|
}
|
|
2446
|
-
|
|
2493
|
+
|
|
2494
|
+
.Label-module_toggle__prty7 {
|
|
2447
2495
|
display: flex;
|
|
2448
2496
|
justify-content: space-between;
|
|
2449
2497
|
align-items: center;
|
|
2450
|
-
font-family: var(--typography-paragraph-body-font-family
|
|
2451
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
2452
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
2453
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
2454
|
-
font-weight: var(--typography-paragraph-body-font-weight
|
|
2455
|
-
}
|
|
2456
|
-
.Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
|
|
2457
|
-
.Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
|
|
2458
|
-
.Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
|
|
2459
|
-
order: -1;
|
|
2460
|
-
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);
|
|
2461
2503
|
}
|
|
2462
|
-
|
|
2463
|
-
.Label-
|
|
2464
|
-
.Label-
|
|
2465
|
-
|
|
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
|
+
}
|
|
2466
2517
|
}
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
font-
|
|
2470
|
-
font-
|
|
2471
|
-
|
|
2472
|
-
|
|
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);
|
|
2473
2525
|
display: block;
|
|
2474
|
-
margin-bottom: var(--spacing-xs
|
|
2526
|
+
margin-bottom: var(--spacing-xs);
|
|
2475
2527
|
}
|
|
2476
2528
|
}
|
|
2529
|
+
|
|
2477
2530
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2478
2531
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2479
2532
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -2704,20 +2757,22 @@
|
|
|
2704
2757
|
}
|
|
2705
2758
|
}
|
|
2706
2759
|
|
|
2707
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2708
2760
|
@layer kz-components {
|
|
2709
|
-
.Content-
|
|
2710
|
-
max-width:
|
|
2711
|
-
margin: 0
|
|
2761
|
+
.Content-module_content__DUKqQ {
|
|
2762
|
+
max-width: var(--layout-content-max-width);
|
|
2763
|
+
margin: 0 var(--layout-content-side-margin);
|
|
2712
2764
|
width: 100%;
|
|
2765
|
+
|
|
2766
|
+
/* Setting a min-width: 0 will maintain the gutter margins when the inner contents has something wider than the page (e.g. scrollable table) */
|
|
2713
2767
|
min-width: 0;
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
margin: 0
|
|
2768
|
+
|
|
2769
|
+
/* Currently unable to do media query equations so using a fixed value instead */
|
|
2770
|
+
@media (width <= 1079px) {
|
|
2771
|
+
margin: 0 var(--content-margin-width-on-medium-and-small);
|
|
2718
2772
|
}
|
|
2719
2773
|
}
|
|
2720
2774
|
}
|
|
2775
|
+
|
|
2721
2776
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2722
2777
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2723
2778
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -3328,16 +3383,17 @@
|
|
|
3328
3383
|
margin-top: var(--spacing-6, 0.375rem);
|
|
3329
3384
|
}
|
|
3330
3385
|
}
|
|
3331
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3332
3386
|
@layer kz-components {
|
|
3333
|
-
.LabelledMessage-
|
|
3387
|
+
.LabelledMessage-module_labelledMessage__kz-UQ {
|
|
3334
3388
|
display: inline-flex;
|
|
3335
3389
|
white-space: nowrap;
|
|
3336
3390
|
}
|
|
3337
|
-
|
|
3338
|
-
|
|
3391
|
+
|
|
3392
|
+
.LabelledMessage-module_labelSeparator__A-4BK {
|
|
3393
|
+
margin-inline-end: var(--spacing-6);
|
|
3339
3394
|
}
|
|
3340
3395
|
}
|
|
3396
|
+
|
|
3341
3397
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3342
3398
|
@layer kz-components {
|
|
3343
3399
|
.DateInputDescription-module_dateInputDescription__dEWv8 {
|
|
@@ -3620,33 +3676,48 @@
|
|
|
3620
3676
|
}
|
|
3621
3677
|
/* stylelint-enable no-descending-specificity */
|
|
3622
3678
|
}
|
|
3623
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3624
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3625
3679
|
@layer kz-components {
|
|
3626
|
-
|
|
3680
|
+
/*
|
|
3681
|
+
Use different tokens with different opacities across the Zen and Heart themes, by assuming that when Zen is applied there won't be any CSS variables declared.
|
|
3682
|
+
*/
|
|
3683
|
+
|
|
3684
|
+
:root {
|
|
3685
|
+
--dt-content-border-color: rgb(var(--color-gray-600-rgb), 0.1);
|
|
3686
|
+
}
|
|
3687
|
+
|
|
3688
|
+
.Divider-module_wrapper__AzvdU {
|
|
3627
3689
|
width: 100%;
|
|
3628
3690
|
border: 0;
|
|
3629
3691
|
margin: 0;
|
|
3630
|
-
border-radius: var(--border-solid-border-radius
|
|
3692
|
+
border-radius: var(--border-solid-border-radius);
|
|
3693
|
+
|
|
3694
|
+
/*
|
|
3695
|
+
This is here to protect against a global style in a consumer.
|
|
3696
|
+
https://github.com/cultureamp/murmur/blob/master/app/assets/stylesheets/legacy/modules/_body.scss
|
|
3697
|
+
*/
|
|
3631
3698
|
visibility: visible;
|
|
3632
3699
|
}
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3700
|
+
|
|
3701
|
+
.Divider-module_content__eq5aD,
|
|
3702
|
+
.Divider-module_menuSeparator__FAvna {
|
|
3703
|
+
border-top: 1px solid var(--dt-content-border-color);
|
|
3636
3704
|
}
|
|
3637
|
-
|
|
3705
|
+
|
|
3706
|
+
.Divider-module_canvas__G87W- {
|
|
3638
3707
|
border-top: 1px solid;
|
|
3639
3708
|
border-bottom: 1px solid;
|
|
3640
|
-
border-color:
|
|
3709
|
+
border-color: var(--dt-content-border-color);
|
|
3641
3710
|
}
|
|
3642
|
-
|
|
3643
|
-
|
|
3711
|
+
|
|
3712
|
+
.Divider-module_reversed__GuBmn {
|
|
3713
|
+
border-color: rgb(var(--color-white-rgb), 0.1);
|
|
3644
3714
|
}
|
|
3645
|
-
|
|
3646
|
-
|
|
3715
|
+
|
|
3716
|
+
.Divider-module_menuSeparator__FAvna {
|
|
3647
3717
|
margin: 5px 0;
|
|
3648
3718
|
}
|
|
3649
3719
|
}
|
|
3720
|
+
|
|
3650
3721
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3651
3722
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3652
3723
|
@layer kz-components {
|
|
@@ -3847,12 +3918,12 @@
|
|
|
3847
3918
|
}
|
|
3848
3919
|
}
|
|
3849
3920
|
|
|
3850
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3851
3921
|
@layer kz-components {
|
|
3852
|
-
.ErrorPage-
|
|
3853
|
-
padding: var(--spacing-24
|
|
3922
|
+
.ErrorPage-module_paragraphPadding__PJzGg {
|
|
3923
|
+
padding: var(--spacing-24) 0;
|
|
3854
3924
|
}
|
|
3855
3925
|
}
|
|
3926
|
+
|
|
3856
3927
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3857
3928
|
@layer kz-components {
|
|
3858
3929
|
.FieldGroup-module_group__74Z9M {
|
|
@@ -4957,48 +5028,59 @@
|
|
|
4957
5028
|
/* stylelint-enable no-descending-specificity */
|
|
4958
5029
|
}
|
|
4959
5030
|
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
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
|
+
|
|
4970
5041
|
@layer kz-components {
|
|
4971
|
-
|
|
5042
|
+
/* Replace @extend %ca-notification from _mixin.scss */
|
|
5043
|
+
.GenericNotification-module_notification__-lOMz {
|
|
4972
5044
|
display: flex;
|
|
4973
5045
|
box-sizing: border-box;
|
|
4974
5046
|
pointer-events: all;
|
|
5047
|
+
|
|
5048
|
+
&:focus {
|
|
5049
|
+
outline-offset: 1px;
|
|
5050
|
+
outline: 2px solid var(--color-blue-500);
|
|
5051
|
+
}
|
|
4975
5052
|
}
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
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);
|
|
4983
5059
|
border-style: solid;
|
|
4984
|
-
border-radius: var(--border-solid-border-radius
|
|
5060
|
+
border-radius: var(--border-solid-border-radius);
|
|
4985
5061
|
}
|
|
4986
|
-
|
|
5062
|
+
|
|
5063
|
+
.GenericNotification-module_inline__lnYb9 {
|
|
4987
5064
|
width: auto;
|
|
4988
5065
|
min-height: 46px;
|
|
4989
|
-
padding:
|
|
4990
|
-
transition:
|
|
5066
|
+
padding: var(--notification-vertical-padding) var(--spacing-12);
|
|
5067
|
+
transition:
|
|
5068
|
+
var(--notification-fade-out), var(--notification-pop-up), var(--notification-collapse-height);
|
|
4991
5069
|
}
|
|
4992
|
-
|
|
5070
|
+
|
|
5071
|
+
.GenericNotification-module_toast__dPvtC {
|
|
4993
5072
|
container-type: inline-size;
|
|
4994
5073
|
width: 25rem;
|
|
4995
|
-
box-shadow: var(--shadow-small-box-shadow
|
|
5074
|
+
box-shadow: var(--shadow-small-box-shadow);
|
|
4996
5075
|
max-width: 100%;
|
|
4997
|
-
padding:
|
|
4998
|
-
transition:
|
|
5076
|
+
padding: var(--notification-vertical-padding) 10px;
|
|
5077
|
+
transition:
|
|
5078
|
+
var(--notification-fade-out), var(--notification-slide-right),
|
|
5079
|
+
var(--notification-collapse-height-delayed);
|
|
4999
5080
|
will-change: transform;
|
|
5000
5081
|
}
|
|
5001
|
-
|
|
5082
|
+
|
|
5083
|
+
.GenericNotification-module_global__i1IKL {
|
|
5002
5084
|
width: 100%;
|
|
5003
5085
|
display: flex;
|
|
5004
5086
|
align-items: center;
|
|
@@ -5008,148 +5090,229 @@
|
|
|
5008
5090
|
padding-top: var(--spacing-16);
|
|
5009
5091
|
padding-bottom: var(--spacing-16);
|
|
5010
5092
|
padding-inline-start: var(--spacing-8);
|
|
5011
|
-
transition:
|
|
5093
|
+
transition: var(--notification-collapse-height);
|
|
5012
5094
|
position: relative;
|
|
5013
5095
|
z-index: 1030;
|
|
5014
5096
|
}
|
|
5015
|
-
|
|
5016
|
-
|
|
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);
|
|
5017
5118
|
border-color: var(--color-yellow-700);
|
|
5018
|
-
color: var(--color-purple-800
|
|
5119
|
+
color: var(--color-purple-800);
|
|
5120
|
+
|
|
5121
|
+
--icon-color: var(--color-yellow-700);
|
|
5019
5122
|
}
|
|
5020
|
-
|
|
5021
|
-
|
|
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;
|
|
5022
5135
|
}
|
|
5023
|
-
|
|
5136
|
+
|
|
5137
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_inline__lnYb9,
|
|
5138
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
|
|
5024
5139
|
margin-bottom: 0;
|
|
5025
5140
|
}
|
|
5026
|
-
|
|
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
|
+
*/
|
|
5027
5147
|
transition-timing-function: ease-in;
|
|
5028
5148
|
transform: translateY(-50%);
|
|
5029
5149
|
}
|
|
5030
|
-
|
|
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
|
+
*/
|
|
5031
5156
|
transition-timing-function: ease-in;
|
|
5032
5157
|
transform: translateX(50%);
|
|
5033
5158
|
}
|
|
5034
|
-
|
|
5159
|
+
|
|
5160
|
+
.GenericNotification-module_hidden__QOpq1.GenericNotification-module_global__i1IKL {
|
|
5035
5161
|
z-index: 1029;
|
|
5036
|
-
opacity:
|
|
5037
|
-
}
|
|
5038
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_noBottomMargin__28nF8 {
|
|
5039
|
-
margin-bottom: 0;
|
|
5040
|
-
}
|
|
5041
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_persistent__O7bgI {
|
|
5042
|
-
transition: none;
|
|
5043
|
-
}
|
|
5044
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_subtle__kPns9 {
|
|
5045
|
-
background: none;
|
|
5046
|
-
border: none;
|
|
5047
|
-
padding: 0;
|
|
5162
|
+
opacity: 1;
|
|
5048
5163
|
}
|
|
5049
|
-
|
|
5164
|
+
|
|
5165
|
+
/* Structure: .icon (from %ca-notification__icon) */
|
|
5166
|
+
.GenericNotification-module_icon__rMIaU {
|
|
5050
5167
|
align-items: flex-start;
|
|
5051
5168
|
box-sizing: content-box;
|
|
5169
|
+
color: var(--icon-color);
|
|
5052
5170
|
}
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
.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 {
|
|
5057
5174
|
width: 22px;
|
|
5058
5175
|
height: 22px;
|
|
5059
5176
|
font-size: 22px;
|
|
5060
|
-
margin-top: var(--spacing-6
|
|
5177
|
+
margin-top: var(--spacing-6);
|
|
5061
5178
|
}
|
|
5062
|
-
|
|
5179
|
+
|
|
5180
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_icon__rMIaU {
|
|
5063
5181
|
width: 24px;
|
|
5064
5182
|
height: 24px;
|
|
5065
5183
|
font-size: 24px;
|
|
5066
5184
|
}
|
|
5067
|
-
|
|
5185
|
+
|
|
5186
|
+
/* Structure: .textContainer from %ca-notification__text-container */
|
|
5187
|
+
.GenericNotification-module_textContainer__yHSKi {
|
|
5068
5188
|
box-sizing: content-box;
|
|
5069
5189
|
display: flex;
|
|
5070
5190
|
flex-flow: row wrap;
|
|
5071
5191
|
flex: 1 0 0;
|
|
5072
5192
|
}
|
|
5073
|
-
|
|
5074
|
-
|
|
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);
|
|
5075
5197
|
}
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
max-width: calc(100% - var(--spacing-48
|
|
5198
|
+
|
|
5199
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_textContainer__yHSKi {
|
|
5200
|
+
max-width: calc(100% - var(--spacing-48));
|
|
5079
5201
|
overflow-wrap: break-word;
|
|
5080
5202
|
hyphens: auto;
|
|
5081
5203
|
}
|
|
5082
|
-
|
|
5204
|
+
|
|
5205
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_textContainer__yHSKi {
|
|
5083
5206
|
margin-inline-start: var(--spacing-8);
|
|
5084
5207
|
}
|
|
5085
|
-
|
|
5086
|
-
|
|
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);
|
|
5087
5215
|
}
|
|
5088
|
-
|
|
5216
|
+
|
|
5217
|
+
.GenericNotification-module_forceMultiline__SlLf9 {
|
|
5089
5218
|
flex-direction: column;
|
|
5090
5219
|
}
|
|
5091
|
-
|
|
5220
|
+
|
|
5221
|
+
/* Structure: .title from %ca-notification__title */
|
|
5222
|
+
.GenericNotification-module_title__3cvl6 {
|
|
5092
5223
|
position: relative;
|
|
5093
|
-
font-family: var(--typography-heading-6-font-family
|
|
5094
|
-
font-weight: var(--typography-heading-6-font-weight
|
|
5095
|
-
font-size: var(--typography-heading-6-font-size
|
|
5096
|
-
line-height: var(--typography-heading-6-line-height
|
|
5097
|
-
letter-spacing: var(--typography-heading-6-letter-spacing
|
|
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);
|
|
5098
5229
|
margin: 0;
|
|
5099
5230
|
padding-right: 6px;
|
|
5231
|
+
|
|
5232
|
+
/* overriding Bootstrap style that changes h6s to text-transform: uppercase */
|
|
5100
5233
|
text-transform: none;
|
|
5101
5234
|
color: inherit;
|
|
5102
5235
|
top: 0.37em;
|
|
5103
5236
|
}
|
|
5104
|
-
|
|
5237
|
+
|
|
5238
|
+
.GenericNotification-module_notificationTitle__-yijp {
|
|
5239
|
+
top: 0.42em;
|
|
5105
5240
|
position: relative;
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
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);
|
|
5111
5259
|
margin: 0;
|
|
5112
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
|
+
}
|
|
5113
5281
|
}
|
|
5114
|
-
|
|
5282
|
+
|
|
5283
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_text__B5r5l,
|
|
5284
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
|
|
5115
5285
|
position: relative;
|
|
5116
|
-
font-family: var(--typography-paragraph-small-font-family
|
|
5117
|
-
font-weight: var(--typography-paragraph-small-font-weight
|
|
5118
|
-
font-size: var(--typography-paragraph-small-font-size
|
|
5119
|
-
line-height: var(--typography-paragraph-small-line-height
|
|
5120
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing
|
|
5121
|
-
|
|
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);
|
|
5122
5297
|
flex: 0 1 auto;
|
|
5123
|
-
padding-bottom: var(--spacing-12
|
|
5298
|
+
padding-bottom: var(--spacing-12);
|
|
5124
5299
|
top: 0.21em;
|
|
5125
5300
|
}
|
|
5126
|
-
|
|
5301
|
+
|
|
5302
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_text__B5r5l {
|
|
5127
5303
|
width: 100%;
|
|
5128
5304
|
}
|
|
5129
|
-
|
|
5305
|
+
|
|
5306
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_text__B5r5l {
|
|
5130
5307
|
position: static;
|
|
5131
|
-
font-weight: var(--typography-paragraph-body-font-weight
|
|
5132
|
-
font-size: var(--typography-paragraph-body-font-size
|
|
5133
|
-
line-height: var(--typography-paragraph-body-line-height
|
|
5134
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing
|
|
5135
|
-
}
|
|
5136
|
-
.GenericNotification-module_text__X-5ld a[href]:not([data-rac]) {
|
|
5137
|
-
border-bottom: var(--spacing-1) solid var(--color-blue-500, #0168b3);
|
|
5138
|
-
text-decoration: none;
|
|
5139
|
-
color: var(--color-blue-500, #0168b3);
|
|
5140
|
-
}
|
|
5141
|
-
.GenericNotification-module_text__X-5ld a[href]:not([data-rac]):hover {
|
|
5142
|
-
text-decoration: none;
|
|
5143
|
-
color: var(--color-blue-600, #004970);
|
|
5144
|
-
border-bottom: var(--spacing-1) solid var(--color-blue-600, #004970);
|
|
5145
|
-
}
|
|
5146
|
-
.GenericNotification-module_text__X-5ld strong {
|
|
5147
|
-
font-weight: var(--typography-button-secondary-font-weight, 500);
|
|
5148
|
-
}
|
|
5149
|
-
.GenericNotification-module_text__X-5ld p {
|
|
5150
|
-
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);
|
|
5151
5312
|
}
|
|
5152
|
-
|
|
5313
|
+
|
|
5314
|
+
/* Structure: .cancel from %ca-notification__cancel */
|
|
5315
|
+
.GenericNotification-module_cancel__4O-Ys {
|
|
5153
5316
|
cursor: pointer;
|
|
5154
5317
|
appearance: none;
|
|
5155
5318
|
transition: none;
|
|
@@ -5159,43 +5322,78 @@
|
|
|
5159
5322
|
border: none;
|
|
5160
5323
|
background: transparent;
|
|
5161
5324
|
font: inherit;
|
|
5162
|
-
color: var(--color-purple-800
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
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
|
+
}
|
|
5179
5370
|
}
|
|
5180
|
-
|
|
5371
|
+
|
|
5372
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys,
|
|
5373
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
|
|
5181
5374
|
width: var(--spacing-48);
|
|
5182
5375
|
height: var(--spacing-48);
|
|
5183
5376
|
margin-top: calc(-1 * var(--spacing-6));
|
|
5184
5377
|
margin-bottom: calc(-1 * var(--spacing-6));
|
|
5185
5378
|
}
|
|
5186
|
-
|
|
5379
|
+
|
|
5380
|
+
.GenericNotification-module_inline__lnYb9 .GenericNotification-module_cancel__4O-Ys {
|
|
5187
5381
|
margin-inline-end: calc(-1 * var(--spacing-12));
|
|
5188
5382
|
}
|
|
5189
|
-
|
|
5383
|
+
|
|
5384
|
+
.GenericNotification-module_toast__dPvtC .GenericNotification-module_cancel__4O-Ys {
|
|
5190
5385
|
margin-inline-end: -10px;
|
|
5191
5386
|
}
|
|
5192
|
-
|
|
5387
|
+
|
|
5388
|
+
.GenericNotification-module_global__i1IKL .GenericNotification-module_cancel__4O-Ys {
|
|
5193
5389
|
width: var(--spacing-48);
|
|
5194
5390
|
height: var(--spacing-48);
|
|
5195
5391
|
margin-top: calc(-1 * var(--spacing-24));
|
|
5196
5392
|
margin-bottom: calc(-1 * var(--spacing-24));
|
|
5197
5393
|
}
|
|
5198
|
-
|
|
5394
|
+
|
|
5395
|
+
/* Structure: .cancelLabel from %ca-notification__cancel__label */
|
|
5396
|
+
.GenericNotification-module_cancelLabel__uLIuz {
|
|
5199
5397
|
position: absolute;
|
|
5200
5398
|
width: 1px;
|
|
5201
5399
|
height: 1px;
|
|
@@ -5205,68 +5403,32 @@
|
|
|
5205
5403
|
clip-path: rect(0 0 0 0);
|
|
5206
5404
|
border: 0;
|
|
5207
5405
|
}
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
.GenericNotification-
|
|
5211
|
-
|
|
5212
|
-
}
|
|
5213
|
-
.GenericNotification-module_cancel__c6wky {
|
|
5214
|
-
position: relative;
|
|
5215
|
-
display: flex;
|
|
5216
|
-
align-items: center;
|
|
5217
|
-
justify-content: center;
|
|
5218
|
-
border-radius: var(--border-solid-border-radius);
|
|
5219
|
-
}
|
|
5220
|
-
.GenericNotification-module_cancel__c6wky:focus-visible {
|
|
5221
|
-
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
5222
|
-
outline-offset: -4px;
|
|
5223
|
-
}
|
|
5224
|
-
.GenericNotification-module_notificationTitle__Oaqb8 {
|
|
5225
|
-
top: 0.42em;
|
|
5226
|
-
position: relative;
|
|
5227
|
-
margin-inline-end: var(--spacing-6, 0.375rem);
|
|
5228
|
-
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
5229
|
-
}
|
|
5230
|
-
@container (max-width: 25rem) {
|
|
5231
|
-
.GenericNotification-module_notificationTitle__Oaqb8 {
|
|
5232
|
-
width: 100%;
|
|
5233
|
-
}
|
|
5234
|
-
}
|
|
5235
|
-
.GenericNotification-module_success__oLGIP {
|
|
5236
|
-
background: var(--color-green-100, #e8f8f4);
|
|
5237
|
-
border-color: var(--color-green-500);
|
|
5238
|
-
color: var(--color-purple-800, #2f2438);
|
|
5239
|
-
--icon-color: var(--color-green-500);
|
|
5240
|
-
}
|
|
5241
|
-
.GenericNotification-module_informative__WLimi {
|
|
5242
|
-
background: var(--color-blue-100, #e6f6ff);
|
|
5243
|
-
border-color: var(--color-blue-500);
|
|
5244
|
-
color: var(--color-purple-800, #2f2438);
|
|
5245
|
-
--icon-color: var(--color-blue-500);
|
|
5406
|
+
|
|
5407
|
+
/* Modifiers */
|
|
5408
|
+
.GenericNotification-module_noBottomMargin__okqYr {
|
|
5409
|
+
margin-bottom: 0;
|
|
5246
5410
|
}
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
color: var(--color-purple-800, #2f2438);
|
|
5251
|
-
--icon-color: var(--color-yellow-700);
|
|
5411
|
+
|
|
5412
|
+
.GenericNotification-module_persistent__y-Jp7 {
|
|
5413
|
+
transition: none;
|
|
5252
5414
|
}
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5415
|
+
|
|
5416
|
+
/* This is only for inline notifications */
|
|
5417
|
+
.GenericNotification-module_subtle__TCixZ {
|
|
5418
|
+
background: none;
|
|
5419
|
+
border: none;
|
|
5420
|
+
padding: 0;
|
|
5258
5421
|
}
|
|
5259
5422
|
}
|
|
5423
|
+
|
|
5260
5424
|
@layer kz-components {
|
|
5261
5425
|
.NotificationIcon-module_notificationIcon__4xH0m {
|
|
5262
5426
|
font-size: inherit;
|
|
5263
5427
|
}
|
|
5264
5428
|
}
|
|
5265
5429
|
|
|
5266
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5267
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5268
5430
|
@layer kz-components {
|
|
5269
|
-
.ToastNotificationsList-
|
|
5431
|
+
.ToastNotificationsList-module_toastNotificationsList__AUm-A {
|
|
5270
5432
|
display: flex;
|
|
5271
5433
|
flex-direction: column;
|
|
5272
5434
|
align-items: flex-end;
|
|
@@ -5274,24 +5436,24 @@
|
|
|
5274
5436
|
padding-bottom: 0;
|
|
5275
5437
|
padding-top: 172px;
|
|
5276
5438
|
position: fixed;
|
|
5277
|
-
right: var(--spacing-md
|
|
5439
|
+
right: var(--spacing-md);
|
|
5278
5440
|
top: 0;
|
|
5279
5441
|
bottom: 0;
|
|
5280
5442
|
z-index: 1100;
|
|
5281
5443
|
max-width: 100%;
|
|
5282
5444
|
pointer-events: none;
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5445
|
+
|
|
5446
|
+
/* Media queries can’t perform this calculation yet. Update when CSS supports it. */
|
|
5447
|
+
@media (width <= 1079px) {
|
|
5286
5448
|
padding-top: 108px;
|
|
5287
5449
|
}
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
left: var(--spacing-md, 1.5rem);
|
|
5450
|
+
|
|
5451
|
+
@media (width <= 767px) {
|
|
5452
|
+
left: var(--spacing-md);
|
|
5292
5453
|
}
|
|
5293
5454
|
}
|
|
5294
5455
|
}
|
|
5456
|
+
|
|
5295
5457
|
@layer kz-components {
|
|
5296
5458
|
.Link-module_link__8oxip {
|
|
5297
5459
|
color: var(--link-text-color, var(--color-blue-500));
|
|
@@ -8483,179 +8645,224 @@
|
|
|
8483
8645
|
}
|
|
8484
8646
|
}
|
|
8485
8647
|
|
|
8486
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8487
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8488
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8489
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8490
8648
|
@layer kz-components {
|
|
8491
|
-
.Tag-
|
|
8492
|
-
|
|
8493
|
-
|
|
8494
|
-
|
|
8495
|
-
|
|
8496
|
-
|
|
8649
|
+
.Tag-module_root__sGbnM {
|
|
8650
|
+
--medium: calc(var(--spacing-md) * 1.25);
|
|
8651
|
+
--small: var(--spacing-md);
|
|
8652
|
+
|
|
8653
|
+
margin-inline-end: calc(var(--spacing-md) * 0.5);
|
|
8654
|
+
font-size: var(--typography-paragraph-small-font-size);
|
|
8655
|
+
font-weight: var(--typography-paragraph-small-font-weight);
|
|
8656
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing);
|
|
8657
|
+
color: var(--color-purple-800);
|
|
8497
8658
|
display: inline-block;
|
|
8498
|
-
border: var(--border-borderless-border-width
|
|
8499
|
-
|
|
8500
|
-
|
|
8659
|
+
border: var(--border-borderless-border-width) var(--border-borderless-border-style)
|
|
8660
|
+
var(--border-borderless-border-color);
|
|
8661
|
+
border-radius: calc(var(--spacing-md) * 0.75);
|
|
8662
|
+
padding: 0 calc(var(--spacing-md) * 0.4);
|
|
8501
8663
|
box-sizing: border-box;
|
|
8664
|
+
|
|
8665
|
+
&.Tag-module_profile__lpDJR {
|
|
8666
|
+
padding-left: calc(var(--spacing-md) * 0.2);
|
|
8667
|
+
}
|
|
8502
8668
|
}
|
|
8503
|
-
|
|
8504
|
-
|
|
8505
|
-
}
|
|
8506
|
-
.Tag-module_layoutContainer__pBLSz {
|
|
8669
|
+
|
|
8670
|
+
.Tag-module_layoutContainer__cPxSs {
|
|
8507
8671
|
height: 100%;
|
|
8508
8672
|
display: flex;
|
|
8509
8673
|
align-items: center;
|
|
8510
8674
|
}
|
|
8511
|
-
|
|
8675
|
+
|
|
8676
|
+
.Tag-module_validationIcon__i87BD {
|
|
8512
8677
|
align-items: center;
|
|
8513
8678
|
display: flex;
|
|
8514
|
-
color: var(--color-white
|
|
8515
|
-
margin-inline: calc(var(--spacing-md
|
|
8679
|
+
color: var(--color-white);
|
|
8680
|
+
margin-inline: calc(var(--spacing-md) * -0.15) var(--spacing-xs);
|
|
8516
8681
|
}
|
|
8517
|
-
|
|
8518
|
-
|
|
8682
|
+
|
|
8683
|
+
.Tag-module_profile__lpDJR {
|
|
8684
|
+
margin-inline: calc(var(--spacing-md) * -0.15) var(--spacing-xs);
|
|
8519
8685
|
display: inline-flex;
|
|
8520
8686
|
align-items: center;
|
|
8521
8687
|
}
|
|
8522
|
-
|
|
8688
|
+
|
|
8689
|
+
.Tag-module_textContent__61iwm {
|
|
8523
8690
|
margin-top: -1px;
|
|
8524
|
-
font-family: var(--typography-paragraph-small-font-family
|
|
8525
|
-
font-weight: var(--typography-paragraph-small-font-weight
|
|
8526
|
-
font-size: var(--typography-paragraph-small-font-size
|
|
8527
|
-
line-height: var(--typography-paragraph-small-line-height
|
|
8528
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing
|
|
8691
|
+
font-family: var(--typography-paragraph-small-font-family);
|
|
8692
|
+
font-weight: var(--typography-paragraph-small-font-weight);
|
|
8693
|
+
font-size: var(--typography-paragraph-small-font-size);
|
|
8694
|
+
line-height: var(--typography-paragraph-small-line-height);
|
|
8695
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing);
|
|
8529
8696
|
white-space: nowrap;
|
|
8530
8697
|
}
|
|
8531
|
-
|
|
8698
|
+
|
|
8699
|
+
.Tag-module_iconWrapper__gXgCb {
|
|
8532
8700
|
--icon-size: 16;
|
|
8701
|
+
|
|
8533
8702
|
position: relative;
|
|
8534
8703
|
height: 16px;
|
|
8535
8704
|
width: 16px;
|
|
8536
8705
|
}
|
|
8537
|
-
|
|
8706
|
+
|
|
8707
|
+
.Tag-module_dismissButton__MgLNJ {
|
|
8708
|
+
/* Replace @include button-reset to reset button's style */
|
|
8538
8709
|
appearance: none;
|
|
8539
|
-
display: inline;
|
|
8540
8710
|
background: transparent;
|
|
8541
|
-
color: inherit;
|
|
8542
8711
|
font: inherit;
|
|
8543
8712
|
margin: 0;
|
|
8544
|
-
padding: 0;
|
|
8545
8713
|
border: none;
|
|
8714
|
+
|
|
8715
|
+
/* Original style */
|
|
8546
8716
|
position: relative;
|
|
8547
8717
|
display: flex;
|
|
8548
8718
|
height: 100%;
|
|
8549
8719
|
align-items: center;
|
|
8550
|
-
padding: 0 var(--spacing-xs
|
|
8720
|
+
padding: 0 var(--spacing-xs);
|
|
8551
8721
|
margin-inline: -0.225rem -0.6625rem;
|
|
8552
|
-
color:
|
|
8722
|
+
color: rgb(var(--color-purple-800-rgb), 0.7);
|
|
8553
8723
|
cursor: pointer;
|
|
8724
|
+
|
|
8725
|
+
&:hover {
|
|
8726
|
+
color: var(--color-purple-800);
|
|
8727
|
+
}
|
|
8728
|
+
|
|
8729
|
+
&:active {
|
|
8730
|
+
color: var(--color-purple-800);
|
|
8731
|
+
}
|
|
8732
|
+
|
|
8733
|
+
svg {
|
|
8734
|
+
position: relative;
|
|
8735
|
+
}
|
|
8736
|
+
|
|
8737
|
+
&:focus {
|
|
8738
|
+
outline: none;
|
|
8739
|
+
}
|
|
8740
|
+
|
|
8741
|
+
&:focus-visible .Tag-module_iconWrapper__gXgCb {
|
|
8742
|
+
color: var(--color-purple-800);
|
|
8743
|
+
|
|
8744
|
+
&::after {
|
|
8745
|
+
--focus-ring-offset: calc((var(--border-focus-ring-border-width)));
|
|
8746
|
+
|
|
8747
|
+
content: '';
|
|
8748
|
+
position: absolute;
|
|
8749
|
+
background: transparent;
|
|
8750
|
+
border-radius: 50%;
|
|
8751
|
+
border-width: var(--border-focus-ring-border-width);
|
|
8752
|
+
border-style: var(--border-focus-ring-border-style);
|
|
8753
|
+
border-color: var(--color-blue-500);
|
|
8754
|
+
inset: calc(-1 * var(--focus-ring-offset));
|
|
8755
|
+
}
|
|
8756
|
+
}
|
|
8554
8757
|
}
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8560
|
-
|
|
8561
|
-
|
|
8562
|
-
|
|
8563
|
-
}
|
|
8564
|
-
.Tag-module_dismissButton__rHv7r:focus {
|
|
8565
|
-
outline: none;
|
|
8566
|
-
}
|
|
8567
|
-
.Tag-module_dismissButton__rHv7r:focus-visible .Tag-module_iconWrapper__aPrKH {
|
|
8568
|
-
color: var(--color-purple-800, #2f2438);
|
|
8569
|
-
}
|
|
8570
|
-
.Tag-module_dismissButton__rHv7r:focus-visible .Tag-module_iconWrapper__aPrKH::after {
|
|
8571
|
-
content: "";
|
|
8572
|
-
position: absolute;
|
|
8573
|
-
background: transparent;
|
|
8574
|
-
border-radius: 50%;
|
|
8575
|
-
border-width: var(--border-focus-ring-border-width, 2px);
|
|
8576
|
-
border-style: var(--border-focus-ring-border-style, solid);
|
|
8577
|
-
border-color: var(--color-blue-500, #0168b3);
|
|
8578
|
-
inset: calc(-1 * calc((var(--border-focus-ring-border-width, 2px))));
|
|
8579
|
-
}
|
|
8580
|
-
.Tag-module_background__LkzGB {
|
|
8758
|
+
|
|
8759
|
+
.Tag-module_background__DaA0W {
|
|
8760
|
+
/*
|
|
8761
|
+
As our icons are only one-tone, this span places
|
|
8762
|
+
a white background under the dismissible icon to
|
|
8763
|
+
give the illusion of a background colour that is
|
|
8764
|
+
different to the rest of the tag
|
|
8765
|
+
*/
|
|
8581
8766
|
position: absolute;
|
|
8582
8767
|
display: inline-block;
|
|
8583
|
-
width: calc(var(--spacing-xs
|
|
8584
|
-
height: calc(var(--spacing-xs
|
|
8768
|
+
width: calc(var(--spacing-xs) + 0.125rem); /* optical adjustment */
|
|
8769
|
+
height: calc(var(--spacing-xs) + 0.125rem); /* optical adjustment */
|
|
8585
8770
|
background-color: white;
|
|
8586
8771
|
left: 10px;
|
|
8587
8772
|
top: 10px;
|
|
8588
8773
|
}
|
|
8589
|
-
|
|
8774
|
+
|
|
8775
|
+
.Tag-module_truncate__5kX5V {
|
|
8590
8776
|
text-overflow: ellipsis;
|
|
8591
8777
|
overflow-x: hidden;
|
|
8592
8778
|
white-space: nowrap;
|
|
8593
8779
|
}
|
|
8594
|
-
|
|
8780
|
+
|
|
8781
|
+
.Tag-module_inline__QQfqi {
|
|
8595
8782
|
margin: 0;
|
|
8596
8783
|
}
|
|
8597
|
-
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
.Tag-module_small__-xyNk {
|
|
8601
|
-
height: var(--spacing-md, 1.5rem);
|
|
8602
|
-
}
|
|
8603
|
-
.Tag-module_default__6PVke {
|
|
8604
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
8605
|
-
}
|
|
8606
|
-
.Tag-module_sentimentPositive__nbqE1 {
|
|
8607
|
-
background-color: var(--color-green-100, #e8f8f4);
|
|
8608
|
-
}
|
|
8609
|
-
.Tag-module_sentimentNeutral__8BtD8 {
|
|
8610
|
-
background-color: var(--color-gray-300, #eaeaec);
|
|
8784
|
+
|
|
8785
|
+
.Tag-module_medium__PI53x {
|
|
8786
|
+
height: var(--medium);
|
|
8611
8787
|
}
|
|
8612
|
-
|
|
8613
|
-
|
|
8788
|
+
|
|
8789
|
+
.Tag-module_small__hcPrf {
|
|
8790
|
+
height: var(--small);
|
|
8614
8791
|
}
|
|
8615
|
-
|
|
8616
|
-
|
|
8617
|
-
|
|
8792
|
+
|
|
8793
|
+
.Tag-module_default__Wq9hK {
|
|
8794
|
+
background-color: var(--color-gray-300);
|
|
8618
8795
|
}
|
|
8619
|
-
|
|
8620
|
-
|
|
8796
|
+
|
|
8797
|
+
.Tag-module_sentimentPositive__M4lXI {
|
|
8798
|
+
background-color: var(--color-green-100);
|
|
8621
8799
|
}
|
|
8622
|
-
|
|
8623
|
-
|
|
8800
|
+
|
|
8801
|
+
.Tag-module_sentimentNeutral__uxZ6y {
|
|
8802
|
+
background-color: var(--color-gray-300);
|
|
8624
8803
|
}
|
|
8625
|
-
|
|
8626
|
-
|
|
8804
|
+
|
|
8805
|
+
.Tag-module_sentimentNegative__JxDtU {
|
|
8806
|
+
background-color: var(--color-red-100);
|
|
8627
8807
|
}
|
|
8628
|
-
|
|
8629
|
-
|
|
8808
|
+
|
|
8809
|
+
.Tag-module_sentimentNone__vDXoz {
|
|
8810
|
+
background-color: var(--color-white);
|
|
8811
|
+
border-color: var(--color-gray-300);
|
|
8630
8812
|
}
|
|
8631
|
-
|
|
8632
|
-
|
|
8813
|
+
|
|
8814
|
+
.Tag-module_validationPositive__KXW2z {
|
|
8815
|
+
background-color: var(--color-green-100);
|
|
8816
|
+
|
|
8817
|
+
.Tag-module_validationIcon__i87BD {
|
|
8818
|
+
color: var(--color-green-500);
|
|
8819
|
+
}
|
|
8633
8820
|
}
|
|
8634
|
-
|
|
8635
|
-
|
|
8821
|
+
|
|
8822
|
+
.Tag-module_validationInformative__wJlj5 {
|
|
8823
|
+
background-color: var(--color-blue-100);
|
|
8824
|
+
|
|
8825
|
+
.Tag-module_validationIcon__i87BD {
|
|
8826
|
+
color: var(--color-blue-500);
|
|
8827
|
+
}
|
|
8636
8828
|
}
|
|
8637
|
-
|
|
8638
|
-
|
|
8829
|
+
|
|
8830
|
+
.Tag-module_validationNegative__CEuAp {
|
|
8831
|
+
background-color: var(--color-red-100);
|
|
8832
|
+
|
|
8833
|
+
.Tag-module_validationIcon__i87BD {
|
|
8834
|
+
color: var(--color-red-500);
|
|
8835
|
+
}
|
|
8639
8836
|
}
|
|
8640
|
-
|
|
8641
|
-
|
|
8837
|
+
|
|
8838
|
+
.Tag-module_validationCautionary__ay3Dg {
|
|
8839
|
+
background-color: var(--color-yellow-100);
|
|
8840
|
+
|
|
8841
|
+
.Tag-module_validationIcon__i87BD {
|
|
8842
|
+
color: var(--color-yellow-700);
|
|
8843
|
+
}
|
|
8642
8844
|
}
|
|
8643
|
-
|
|
8644
|
-
|
|
8645
|
-
color: var(--color-
|
|
8845
|
+
|
|
8846
|
+
.Tag-module_statusLive__Ycm63 {
|
|
8847
|
+
background-color: var(--color-green-100);
|
|
8848
|
+
color: var(--color-purple-800);
|
|
8646
8849
|
}
|
|
8647
|
-
|
|
8648
|
-
|
|
8649
|
-
color: var(--color-
|
|
8850
|
+
|
|
8851
|
+
.Tag-module_statusAction__Gdpew {
|
|
8852
|
+
background-color: var(--color-orange-100);
|
|
8853
|
+
color: var(--color-purple-800);
|
|
8650
8854
|
}
|
|
8651
|
-
|
|
8652
|
-
|
|
8855
|
+
|
|
8856
|
+
.Tag-module_statusClosed__9Ggv1 {
|
|
8857
|
+
background-color: var(--color-red-100);
|
|
8653
8858
|
}
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
color: var(--color-
|
|
8859
|
+
|
|
8860
|
+
.Tag-module_statusDraft__m3ksY {
|
|
8861
|
+
background-color: var(--color-blue-100);
|
|
8862
|
+
color: var(--color-purple-800);
|
|
8657
8863
|
}
|
|
8658
8864
|
}
|
|
8865
|
+
|
|
8659
8866
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8660
8867
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
8661
8868
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -10855,211 +11062,273 @@
|
|
|
10855
11062
|
}
|
|
10856
11063
|
}
|
|
10857
11064
|
}
|
|
10858
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10859
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10860
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10861
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10862
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10863
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10864
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10865
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
10866
11065
|
@layer kz-components {
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
11066
|
+
:root {
|
|
11067
|
+
--animation-timing: var(--animation-duration-immediate) var(--animation-easing-function-linear);
|
|
11068
|
+
--focus-ring-offset: 1px;
|
|
10870
11069
|
}
|
|
10871
|
-
|
|
11070
|
+
|
|
11071
|
+
.ToggleSwitch-module_checkbox__NmNyg {
|
|
11072
|
+
/* Reset checkbox */
|
|
11073
|
+
opacity: 0;
|
|
10872
11074
|
position: absolute;
|
|
11075
|
+
|
|
11076
|
+
.ideal-sans & {
|
|
11077
|
+
/* This is to override bootstrap styles. Remove when appropriate */
|
|
11078
|
+
position: absolute;
|
|
11079
|
+
}
|
|
10873
11080
|
}
|
|
10874
|
-
|
|
11081
|
+
|
|
11082
|
+
.ToggleSwitch-module_track__Zvo6N {
|
|
10875
11083
|
position: relative;
|
|
10876
|
-
background-color: var(--color-gray-500
|
|
10877
|
-
border: var(--border-borderless-border-width
|
|
10878
|
-
|
|
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);
|
|
10879
11088
|
box-sizing: content-box;
|
|
10880
|
-
width: calc(var(--spacing-md
|
|
10881
|
-
height: calc(var(--spacing-md
|
|
10882
|
-
padding: 0 calc(var(--spacing-md
|
|
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);
|
|
10883
11092
|
display: flex;
|
|
10884
11093
|
align-items: center;
|
|
10885
|
-
transition: background-color var(--animation-
|
|
11094
|
+
transition: background-color var(--animation-timing);
|
|
11095
|
+
|
|
10886
11096
|
/* TODO: Fix */
|
|
10887
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
|
+
|
|
10888
11111
|
/* stylelint-enable no-descending-specificity */
|
|
10889
11112
|
}
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
outline: 2px solid var(--color-blue-500, #0168b3);
|
|
10893
|
-
outline-offset: 1px;
|
|
10894
|
-
background-color: var(--color-gray-600, #524e56);
|
|
10895
|
-
}
|
|
10896
|
-
.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 {
|
|
10897
|
-
background-color: var(--color-purple-500, #844587);
|
|
10898
|
-
background-color: var(--color-gray-600, #524e56);
|
|
10899
|
-
}
|
|
10900
|
-
.ToggleSwitch-module_thumb__8PULV {
|
|
11113
|
+
|
|
11114
|
+
.ToggleSwitch-module_thumb__YIdcS {
|
|
10901
11115
|
display: flex;
|
|
10902
11116
|
align-items: center;
|
|
10903
11117
|
justify-content: center;
|
|
10904
|
-
background-color: var(--color-white
|
|
10905
|
-
border: var(--border-borderless-border-width
|
|
10906
|
-
|
|
10907
|
-
|
|
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);
|
|
10908
11125
|
cursor: default;
|
|
10909
11126
|
}
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
11127
|
+
|
|
11128
|
+
.ToggleSwitch-module_checkIcon__J4eSM {
|
|
11129
|
+
color: var(--color-green-500);
|
|
11130
|
+
opacity: 0;
|
|
11131
|
+
transition-duration: var(--animation-duration-rapid);
|
|
10914
11132
|
}
|
|
11133
|
+
|
|
10915
11134
|
/* stylelint-disable no-descending-specificity */
|
|
10916
|
-
.ToggleSwitch-
|
|
10917
|
-
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
|
|
10936
|
-
|
|
10937
|
-
|
|
10938
|
-
|
|
10939
|
-
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
10943
|
-
.ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
|
|
10944
|
-
outline-color: var(--color-blue-300, #73c0e8);
|
|
10945
|
-
}
|
|
10946
|
-
.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP {
|
|
10947
|
-
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
|
+
}
|
|
10948
11162
|
}
|
|
10949
|
-
|
|
10950
|
-
.ToggleSwitch-
|
|
10951
|
-
|
|
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
|
+
}
|
|
10952
11170
|
}
|
|
10953
|
-
|
|
10954
|
-
|
|
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
|
+
}
|
|
10955
11193
|
}
|
|
10956
|
-
|
|
10957
|
-
|
|
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;
|
|
10958
11198
|
}
|
|
10959
|
-
|
|
10960
|
-
|
|
11199
|
+
|
|
11200
|
+
.ToggleSwitch-module_disabled__qntEm.ToggleSwitch-module_track__Zvo6N {
|
|
11201
|
+
opacity: 0.3;
|
|
10961
11202
|
}
|
|
11203
|
+
|
|
10962
11204
|
/* stylelint-enable no-descending-specificity */
|
|
10963
11205
|
}
|
|
10964
|
-
|
|
11206
|
+
|
|
10965
11207
|
@layer kz-components {
|
|
10966
|
-
.ToggleSwitchField-
|
|
11208
|
+
.ToggleSwitchField-module_container__6c4oG {
|
|
10967
11209
|
display: flex;
|
|
10968
11210
|
}
|
|
10969
|
-
|
|
10970
|
-
|
|
11211
|
+
|
|
11212
|
+
.ToggleSwitchField-module_fullWidth__iGJSg {
|
|
11213
|
+
.ToggleSwitchField-module_inner__k1hyg {
|
|
11214
|
+
width: 100%;
|
|
11215
|
+
}
|
|
10971
11216
|
}
|
|
10972
|
-
|
|
10973
|
-
|
|
11217
|
+
|
|
11218
|
+
.ToggleSwitchField-module_on__8RJfp label {
|
|
11219
|
+
font-weight: var(--typography-paragraph-bold-font-weight);
|
|
10974
11220
|
}
|
|
10975
11221
|
}
|
|
10976
|
-
|
|
10977
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11222
|
+
|
|
10978
11223
|
@layer kz-components {
|
|
10979
|
-
.OverlayArrow-
|
|
11224
|
+
.OverlayArrow-module_overlayArrow__65sMU {
|
|
10980
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
|
+
|
|
10981
11234
|
padding: 8px;
|
|
10982
|
-
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
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
|
+
}
|
|
11004
11266
|
}
|
|
11005
11267
|
}
|
|
11006
|
-
|
|
11007
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11008
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11009
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11010
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11011
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
11268
|
+
|
|
11012
11269
|
@layer kz-components {
|
|
11013
|
-
.Tooltip-
|
|
11270
|
+
.Tooltip-module_tooltip__Q1YfF {
|
|
11014
11271
|
max-width: 200px;
|
|
11015
|
-
padding: var(--spacing-8
|
|
11016
|
-
color: var(--color-white
|
|
11272
|
+
padding: var(--spacing-8) var(--spacing-12);
|
|
11273
|
+
color: var(--color-white);
|
|
11017
11274
|
text-align: center;
|
|
11018
|
-
font-family: var(--typography-paragraph-extra-small-font-family
|
|
11019
|
-
font-size: var(--typography-paragraph-extra-small-font-size
|
|
11020
|
-
font-weight: var(--typography-paragraph-extra-small-font-weight
|
|
11021
|
-
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing
|
|
11022
|
-
line-height: var(--typography-paragraph-extra-small-line-height
|
|
11023
|
-
border-radius: var(--border-solid-border-radius
|
|
11024
|
-
box-shadow: var(--shadow-small-box-shadow
|
|
11025
|
-
background-color: var(--color-purple-800
|
|
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);
|
|
11026
11283
|
text-wrap: pretty;
|
|
11284
|
+
|
|
11027
11285
|
/* fixes FF gap */
|
|
11028
11286
|
transform: translate3d(0, 0, 0);
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
11048
|
-
|
|
11049
|
-
|
|
11050
|
-
|
|
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
|
+
}
|
|
11051
11317
|
}
|
|
11052
11318
|
}
|
|
11053
|
-
|
|
11319
|
+
|
|
11320
|
+
@keyframes Tooltip-module_slide__TOr18 {
|
|
11054
11321
|
from {
|
|
11055
11322
|
transform: var(--origin);
|
|
11056
11323
|
opacity: 0;
|
|
11057
11324
|
}
|
|
11325
|
+
|
|
11058
11326
|
to {
|
|
11059
11327
|
transform: translateY(0);
|
|
11060
11328
|
opacity: 1;
|
|
11061
11329
|
}
|
|
11062
11330
|
}
|
|
11331
|
+
|
|
11063
11332
|
@layer kz-components {
|
|
11064
11333
|
.Well-module_container__Bu20U {
|
|
11065
11334
|
background-color: var(--background-color);
|