@kaizen/components 0.0.0-canary-react-19-peer-20250303031741 → 0.0.0-canary-add-length-check-for-tabs-20250313022700

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +4 -2
  2. package/dist/cjs/Modal/ContextModal/ContextModal.cjs +4 -2
  3. package/dist/cjs/Modal/GenericModal/GenericModal.cjs +4 -2
  4. package/dist/cjs/Modal/InputEditModal/InputEditModal.cjs +12 -14
  5. package/dist/cjs/Modal/InputEditModal/InputEditModal.module.scss.cjs +0 -1
  6. package/dist/cjs/__next__/Tabs/subcomponents/TabList/TabList.cjs +1 -1
  7. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +4 -2
  8. package/dist/esm/Modal/ContextModal/ContextModal.mjs +4 -2
  9. package/dist/esm/Modal/GenericModal/GenericModal.mjs +4 -2
  10. package/dist/esm/Modal/InputEditModal/InputEditModal.mjs +12 -14
  11. package/dist/esm/Modal/InputEditModal/InputEditModal.module.scss.mjs +0 -1
  12. package/dist/esm/__next__/Tabs/subcomponents/TabList/TabList.mjs +1 -1
  13. package/dist/styles.css +1820 -1823
  14. package/dist/types/Modal/ConfirmationModal/ConfirmationModal.d.ts +1 -1
  15. package/dist/types/Modal/ContextModal/ContextModal.d.ts +1 -1
  16. package/dist/types/Modal/GenericModal/GenericModal.d.ts +2 -1
  17. package/dist/types/Modal/InputEditModal/InputEditModal.d.ts +1 -2
  18. package/dist/types/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +1 -1
  19. package/package.json +6 -6
  20. package/src/AvatarGroup/AvatarGroup.tsx +1 -1
  21. package/src/Content/Content.module.scss +3 -1
  22. package/src/Modal/ConfirmationModal/ConfirmationModal.module.scss +6 -6
  23. package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +2 -0
  24. package/src/Modal/ContextModal/ContextModal.module.scss +2 -2
  25. package/src/Modal/ContextModal/ContextModal.tsx +2 -0
  26. package/src/Modal/GenericModal/GenericModal.module.scss +1 -1
  27. package/src/Modal/GenericModal/GenericModal.tsx +3 -0
  28. package/src/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss +1 -1
  29. package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss +5 -5
  30. package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss +2 -2
  31. package/src/Modal/InputEditModal/InputEditModal.module.scss +1 -5
  32. package/src/Modal/InputEditModal/InputEditModal.tsx +5 -16
  33. package/src/SplitButton/subcomponents/BaseButton/BaseButton.tsx +1 -1
  34. package/src/Tag/Tag.tsx +1 -1
  35. package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +1 -1
  36. package/src/TitleBlockZen/TitleBlockZen.tsx +1 -1
  37. package/src/__next__/Tabs/subcomponents/TabList/TabList.tsx +1 -1
package/dist/styles.css CHANGED
@@ -1,62 +1,4 @@
1
1
  @layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
2
- .AvatarGroup-module_AvatarGroup__xftR5 {
3
- display: inline-flex;
4
- list-style: none;
5
- margin: 0;
6
- padding: 0;
7
- }
8
-
9
- .AvatarGroup-module_AvatarCounter__0DCSW {
10
- direction: ltr;
11
- align-items: center;
12
- background: var(--color-gray-300);
13
- border: 3px solid var(--color-white);
14
- border-radius: 100%;
15
- box-sizing: border-box;
16
- box-shadow: var(--shadow-small-box-shadow);
17
- display: flex;
18
- justify-content: center;
19
- overflow: hidden;
20
- width: var(--avatar-x-y, 1.25rem);
21
- height: var(--avatar-x-y, 1.25rem);
22
- font-family: var(--typography-heading-5-font-family);
23
- font-weight: var(--typography-heading-5-font-weight);
24
- letter-spacing: var(--typography-heading-5-letter-spacing);
25
- }
26
-
27
- .AvatarGroup-module_AvatarGroupItem__s8miW + .AvatarGroup-module_AvatarGroupItem__s8miW {
28
- margin-inline-start: calc((var(--avatar-x-y)) / -2);
29
- }
30
-
31
- .AvatarGroup-module_small__zX0AT {
32
- --avatar-x-y: 1.25rem;
33
- }
34
-
35
- .AvatarGroup-module_small__zX0AT .AvatarGroup-module_AvatarCounter__0DCSW {
36
- box-shadow: none;
37
- border: none;
38
- font-size: 0.5rem;
39
- }
40
-
41
- .AvatarGroup-module_medium__0Vlk8 {
42
- --avatar-x-y: 3rem;
43
- }
44
-
45
- .AvatarGroup-module_medium__0Vlk8 .AvatarGroup-module_AvatarCounter__0DCSW {
46
- font-size: var(--typography-heading-5-font-size);
47
- }
48
-
49
- .AvatarGroup-module_large__c1ZHO {
50
- --avatar-x-y: 4.5rem;
51
- }
52
-
53
- .AvatarGroup-module_large__c1ZHO .AvatarGroup-module_AvatarCounter__0DCSW {
54
- font-family: var(--typography-heading-3-font-family);
55
- font-size: var(--typography-heading-3-font-size);
56
- font-weight: var(--typography-heading-3-font-weight);
57
- letter-spacing: var(--typography-heading-3-letter-spacing);
58
- }
59
-
60
2
  .Avatar-module_wrapper__elyMq {
61
3
  --avatar-x-y: 1.5rem;
62
4
 
@@ -196,11 +138,118 @@
196
138
  letter-spacing: var(--typography-heading-5-letter-spacing);
197
139
  }
198
140
 
141
+ .AvatarGroup-module_AvatarGroup__xftR5 {
142
+ display: inline-flex;
143
+ list-style: none;
144
+ margin: 0;
145
+ padding: 0;
146
+ }
147
+
148
+ .AvatarGroup-module_AvatarCounter__0DCSW {
149
+ direction: ltr;
150
+ align-items: center;
151
+ background: var(--color-gray-300);
152
+ border: 3px solid var(--color-white);
153
+ border-radius: 100%;
154
+ box-sizing: border-box;
155
+ box-shadow: var(--shadow-small-box-shadow);
156
+ display: flex;
157
+ justify-content: center;
158
+ overflow: hidden;
159
+ width: var(--avatar-x-y, 1.25rem);
160
+ height: var(--avatar-x-y, 1.25rem);
161
+ font-family: var(--typography-heading-5-font-family);
162
+ font-weight: var(--typography-heading-5-font-weight);
163
+ letter-spacing: var(--typography-heading-5-letter-spacing);
164
+ }
165
+
166
+ .AvatarGroup-module_AvatarGroupItem__s8miW + .AvatarGroup-module_AvatarGroupItem__s8miW {
167
+ margin-inline-start: calc((var(--avatar-x-y)) / -2);
168
+ }
169
+
170
+ .AvatarGroup-module_small__zX0AT {
171
+ --avatar-x-y: 1.25rem;
172
+ }
173
+
174
+ .AvatarGroup-module_small__zX0AT .AvatarGroup-module_AvatarCounter__0DCSW {
175
+ box-shadow: none;
176
+ border: none;
177
+ font-size: 0.5rem;
178
+ }
179
+
180
+ .AvatarGroup-module_medium__0Vlk8 {
181
+ --avatar-x-y: 3rem;
182
+ }
183
+
184
+ .AvatarGroup-module_medium__0Vlk8 .AvatarGroup-module_AvatarCounter__0DCSW {
185
+ font-size: var(--typography-heading-5-font-size);
186
+ }
187
+
188
+ .AvatarGroup-module_large__c1ZHO {
189
+ --avatar-x-y: 4.5rem;
190
+ }
191
+
192
+ .AvatarGroup-module_large__c1ZHO .AvatarGroup-module_AvatarCounter__0DCSW {
193
+ font-family: var(--typography-heading-3-font-family);
194
+ font-size: var(--typography-heading-3-font-size);
195
+ font-weight: var(--typography-heading-3-font-weight);
196
+ letter-spacing: var(--typography-heading-3-letter-spacing);
197
+ }
198
+
199
199
  .Brand-module_img__-kq3F {
200
200
  max-inline-size: 100%;
201
201
  display: flex;
202
202
  }
203
203
 
204
+ .ButtonGroup-module_buttonGroup__V0Pf9 {
205
+ --focus-ring-offset: 1px;
206
+ --focus-ring-offset-inner: calc(-1 * var(--focus-ring-offset));
207
+
208
+ display: inline-flex;
209
+ }
210
+
211
+ .ButtonGroup-module_child__j1SVF {
212
+ border-radius: 0;
213
+ }
214
+
215
+ .ButtonGroup-module_child__j1SVF:focus-visible::after {
216
+ border-radius: 0;
217
+ }
218
+
219
+ .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS) {
220
+ border-inline-start: 1px solid var(--color-blue-300);
221
+ }
222
+
223
+ .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS, .ButtonGroup-module_lastChild__WBOpN) {
224
+ &:focus-visible {
225
+ &::after {
226
+ inset-inline: var(--focus-ring-offset-inner);
227
+ }
228
+ }
229
+ }
230
+
231
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS {
232
+ border-start-start-radius: var(--border-focus-ring-border-radius);
233
+ border-end-start-radius: var(--border-focus-ring-border-radius);
234
+ }
235
+
236
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS:focus-visible::after {
237
+ border-start-start-radius: var(--border-focus-ring-border-radius);
238
+ border-end-start-radius: var(--border-focus-ring-border-radius);
239
+ inset-inline-end: var(--focus-ring-offset-inner);
240
+ }
241
+
242
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN {
243
+ border-start-end-radius: var(--border-focus-ring-border-radius);
244
+ border-end-end-radius: var(--border-focus-ring-border-radius);
245
+ }
246
+
247
+ .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN:focus-visible::after {
248
+ border-start-end-radius: var(--border-focus-ring-border-radius);
249
+ border-end-end-radius: var(--border-focus-ring-border-radius);
250
+ inset-inline-start: var(--focus-ring-offset-inner);
251
+ }
252
+
204
253
  .BrandMoment-module_body__mZWwj {
205
254
  width: 100%;
206
255
  min-height: 100vh;
@@ -395,55 +444,6 @@
395
444
  }
396
445
  }
397
446
 
398
- .ButtonGroup-module_buttonGroup__V0Pf9 {
399
- --focus-ring-offset: 1px;
400
- --focus-ring-offset-inner: calc(-1 * var(--focus-ring-offset));
401
-
402
- display: inline-flex;
403
- }
404
-
405
- .ButtonGroup-module_child__j1SVF {
406
- border-radius: 0;
407
- }
408
-
409
- .ButtonGroup-module_child__j1SVF:focus-visible::after {
410
- border-radius: 0;
411
- }
412
-
413
- .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS) {
414
- border-inline-start: 1px solid var(--color-blue-300);
415
- }
416
-
417
- .ButtonGroup-module_child__j1SVF:not(.ButtonGroup-module_firstChild__ys3PS, .ButtonGroup-module_lastChild__WBOpN) {
418
- &:focus-visible {
419
- &::after {
420
- inset-inline: var(--focus-ring-offset-inner);
421
- }
422
- }
423
- }
424
-
425
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS {
426
- border-start-start-radius: var(--border-focus-ring-border-radius);
427
- border-end-start-radius: var(--border-focus-ring-border-radius);
428
- }
429
-
430
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_firstChild__ys3PS:focus-visible::after {
431
- border-start-start-radius: var(--border-focus-ring-border-radius);
432
- border-end-start-radius: var(--border-focus-ring-border-radius);
433
- inset-inline-end: var(--focus-ring-offset-inner);
434
- }
435
-
436
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN {
437
- border-start-end-radius: var(--border-focus-ring-border-radius);
438
- border-end-end-radius: var(--border-focus-ring-border-radius);
439
- }
440
-
441
- .ButtonGroup-module_child__j1SVF.ButtonGroup-module_lastChild__WBOpN:focus-visible::after {
442
- border-start-end-radius: var(--border-focus-ring-border-radius);
443
- border-end-end-radius: var(--border-focus-ring-border-radius);
444
- inset-inline-start: var(--focus-ring-offset-inner);
445
- }
446
-
447
447
  .Card-module_wrapper__Hriov {
448
448
  color: var(--color-purple-800);
449
449
  border: var(--border-width-1) solid var(--card-border-color);
@@ -1597,6 +1597,29 @@
1597
1597
  display: inherit;
1598
1598
  }
1599
1599
 
1600
+ @media (width < 768px) {
1601
+ .Filter-module_filter__u3IkC {
1602
+ flex-basis: 100%;
1603
+ }
1604
+ }
1605
+
1606
+ @media (width <= 320px) {
1607
+ .FilterDateRangePicker-module_filterDateRangePickerContents__P7eNa {
1608
+ padding: var(--spacing-16);
1609
+ max-width: 320px;
1610
+ box-sizing: border-box;
1611
+ }
1612
+ }
1613
+
1614
+ /* This a temporary fix to increase specificity, until we figure out why this CSS is being compiled later than the padding in the FilterContents sub-component */
1615
+ .FilterSelect-module_filterContents__--oQN.FilterSelect-module_filterContents__--oQN {
1616
+ box-sizing: border-box;
1617
+ min-width: 12.25rem; /* 196px */
1618
+ max-width: 25rem; /* 400px */
1619
+ overflow: auto;
1620
+ padding: unset; /* Padding is added by <SelectPopoverContents> */
1621
+ }
1622
+
1600
1623
  .FilterBar-module_filterBar__JEVKL {
1601
1624
  display: flex;
1602
1625
  padding: var(--spacing-8);
@@ -1617,36 +1640,13 @@
1617
1640
  gap: var(--spacing-8);
1618
1641
  }
1619
1642
 
1620
- @media (width < 768px) {
1621
- .Filter-module_filter__u3IkC {
1622
- flex-basis: 100%;
1623
- }
1624
- }
1625
-
1626
- /* This a temporary fix to increase specificity, until we figure out why this CSS is being compiled later than the padding in the FilterContents sub-component */
1627
- .FilterSelect-module_filterContents__--oQN.FilterSelect-module_filterContents__--oQN {
1628
- box-sizing: border-box;
1629
- min-width: 12.25rem; /* 196px */
1630
- max-width: 25rem; /* 400px */
1631
- overflow: auto;
1632
- padding: unset; /* Padding is added by <SelectPopoverContents> */
1633
- }
1634
-
1635
- @media (width <= 320px) {
1636
- .FilterDateRangePicker-module_filterDateRangePickerContents__P7eNa {
1637
- padding: var(--spacing-16);
1638
- max-width: 320px;
1639
- box-sizing: border-box;
1640
- }
1641
- }
1642
-
1643
- .LiveIcon-module_liveIcon__v6FG- {
1644
- display: inline-block;
1645
- position: relative;
1646
- width: 20px;
1647
- height: 20px;
1648
- margin-inline-start: 0.25rem;
1649
- color: var(--color-green-500);
1643
+ .LiveIcon-module_liveIcon__v6FG- {
1644
+ display: inline-block;
1645
+ position: relative;
1646
+ width: 20px;
1647
+ height: 20px;
1648
+ margin-inline-start: 0.25rem;
1649
+ color: var(--color-green-500);
1650
1650
  }
1651
1651
 
1652
1652
  .LiveIcon-module_liveIcon_base__Kagqm {
@@ -1775,22 +1775,17 @@
1775
1775
  max-width: 1392px;
1776
1776
  margin: 0 72px;
1777
1777
  width: 100%;
1778
+ min-width: 0;
1778
1779
  }
1779
1780
  @media (max-width: calc(1080px - 1px)) {
1780
1781
  .Content-module_content__ZeTRs {
1781
1782
  margin: 0 12px;
1782
- width: calc(100% - 2 * 12px);
1783
1783
  }
1784
1784
  }
1785
1785
  .NotificationIcon-module_notificationIcon__4xH0m {
1786
1786
  font-size: inherit;
1787
1787
  }
1788
1788
 
1789
- .Main-module_main__K9Z0C {
1790
- /* This is set so children will sit beneath the header and footer when sticky */
1791
- z-index: 0;
1792
- }
1793
-
1794
1789
  .Wrapper-module_wrapper__-tWQy {
1795
1790
  display: grid;
1796
1791
  grid-template-rows: min-content 1fr min-content;
@@ -1799,6 +1794,11 @@
1799
1794
  background: var(--color-gray-100);
1800
1795
  }
1801
1796
 
1797
+ .Main-module_main__K9Z0C {
1798
+ /* This is set so children will sit beneath the header and footer when sticky */
1799
+ z-index: 0;
1800
+ }
1801
+
1802
1802
  .FilterContents-module_filterContents__LEVFe {
1803
1803
  padding: var(--spacing-24);
1804
1804
  }
@@ -1811,12 +1811,6 @@
1811
1811
  display: inline-flex;
1812
1812
  }
1813
1813
 
1814
- @media (width < 768px) {
1815
- .FilterBarMultiSelect-module_filterMultiSelect__a4enz {
1816
- flex-basis: 100%;
1817
- }
1818
- }
1819
-
1820
1814
  .ClearAllButton-module_clearAllButton__dl4nS {
1821
1815
  white-space: nowrap;
1822
1816
  }
@@ -1845,6 +1839,12 @@
1845
1839
  align-items: center;
1846
1840
  }
1847
1841
 
1842
+ @media (width < 768px) {
1843
+ .FilterBarMultiSelect-module_filterMultiSelect__a4enz {
1844
+ flex-basis: 100%;
1845
+ }
1846
+ }
1847
+
1848
1848
  .PendingContent-module_pendingContent__wJPsU {
1849
1849
  display: inline-flex;
1850
1850
  align-items: center;
@@ -1866,6 +1866,19 @@
1866
1866
  width: 100%;
1867
1867
  }
1868
1868
 
1869
+ .TabPanel-module_tabPanel__jEe1o {
1870
+ border: 2px solid transparent;
1871
+
1872
+ &:focus {
1873
+ outline: none;
1874
+ }
1875
+
1876
+ &:focus-visible {
1877
+ border-color: var(--color-blue-500);
1878
+ border-radius: var(--border-focus-ring-border-radius);
1879
+ }
1880
+ }
1881
+
1869
1882
  .TabList-module_container__d4TLi {
1870
1883
  position: relative;
1871
1884
  }
@@ -2033,39 +2046,10 @@
2033
2046
  }
2034
2047
  }
2035
2048
 
2036
- .TabPanel-module_tabPanel__jEe1o {
2037
- border: 2px solid transparent;
2038
-
2039
- &:focus {
2040
- outline: none;
2041
- }
2042
-
2043
- &:focus-visible {
2044
- border-color: var(--color-blue-500);
2045
- border-radius: var(--border-focus-ring-border-radius);
2046
- }
2047
- }
2048
-
2049
2049
  .RemovableFilterTrigger-module_filterButtonRemovable__-M4wV {
2050
2050
  width: 100%;
2051
2051
  }
2052
2052
 
2053
- .FooterActions-module_footerAction__szvPs {
2054
- display: flex;
2055
- flex-grow: 1;
2056
- flex-basis: auto;
2057
- }
2058
-
2059
- .FooterActions-module_footerActionPrevious__VJ6j1 {
2060
- grid-area: 'prev';
2061
- justify-content: start;
2062
- }
2063
-
2064
- .FooterActions-module_footerActionNext__koFhj {
2065
- grid-area: 'next';
2066
- justify-content: end;
2067
- }
2068
-
2069
2053
  .FooterRoot-module_footerRoot__-osuZ {
2070
2054
  display: grid;
2071
2055
  grid-template-areas: 'prev stepper next';
@@ -2205,21 +2189,6 @@
2205
2189
  }
2206
2190
  }
2207
2191
 
2208
- .Branding-module_branding__g3OoE {
2209
- grid-area: branding;
2210
- display: flex;
2211
- justify-content: center;
2212
- padding-top: var(--spacing-4);
2213
-
2214
- @media (width >=768px) {
2215
- justify-content: unset;
2216
- }
2217
- }
2218
-
2219
- .Branding-module_logo__yLHfs {
2220
- width: 7.5rem;
2221
- }
2222
-
2223
2192
  .Titles-module_titles__ENQ0C {
2224
2193
  grid-area: titles;
2225
2194
  display: flex;
@@ -2279,6 +2248,37 @@
2279
2248
  }
2280
2249
  }
2281
2250
 
2251
+ .Branding-module_branding__g3OoE {
2252
+ grid-area: branding;
2253
+ display: flex;
2254
+ justify-content: center;
2255
+ padding-top: var(--spacing-4);
2256
+
2257
+ @media (width >=768px) {
2258
+ justify-content: unset;
2259
+ }
2260
+ }
2261
+
2262
+ .Branding-module_logo__yLHfs {
2263
+ width: 7.5rem;
2264
+ }
2265
+
2266
+ .FooterActions-module_footerAction__szvPs {
2267
+ display: flex;
2268
+ flex-grow: 1;
2269
+ flex-basis: auto;
2270
+ }
2271
+
2272
+ .FooterActions-module_footerActionPrevious__VJ6j1 {
2273
+ grid-area: 'prev';
2274
+ justify-content: start;
2275
+ }
2276
+
2277
+ .FooterActions-module_footerActionNext__koFhj {
2278
+ grid-area: 'next';
2279
+ justify-content: end;
2280
+ }
2281
+
2282
2282
  /** THIS IS AN AUTOGENERATED FILE **/
2283
2283
  /** THIS IS AN AUTOGENERATED FILE **/
2284
2284
  .ClearButton-module_clearButton__CSOIc {
@@ -2450,15 +2450,6 @@
2450
2450
  display: inline-flex;
2451
2451
  }
2452
2452
  /** THIS IS AN AUTOGENERATED FILE **/
2453
- .LabelledMessage-module_labelledMessage__8hqzY {
2454
- display: inline-flex;
2455
- white-space: nowrap;
2456
- }
2457
-
2458
- .LabelledMessage-module_labelSeparator__f3zFN {
2459
- margin-inline-end: var(--spacing-6, 0.375rem);
2460
- }
2461
- /** THIS IS AN AUTOGENERATED FILE **/
2462
2453
  /** THIS IS AN AUTOGENERATED FILE **/
2463
2454
  /** THIS IS AN AUTOGENERATED FILE **/
2464
2455
  .FieldMessage-module_message__bKbYp {
@@ -2521,6 +2512,15 @@
2521
2512
  color: var(--color-purple-800, #2f2438);
2522
2513
  }
2523
2514
  /** THIS IS AN AUTOGENERATED FILE **/
2515
+ .LabelledMessage-module_labelledMessage__8hqzY {
2516
+ display: inline-flex;
2517
+ white-space: nowrap;
2518
+ }
2519
+
2520
+ .LabelledMessage-module_labelSeparator__f3zFN {
2521
+ margin-inline-end: var(--spacing-6, 0.375rem);
2522
+ }
2523
+ /** THIS IS AN AUTOGENERATED FILE **/
2524
2524
  .MultiSelect-module_toggleContainer__AxNnf {
2525
2525
  margin-top: var(--spacing-6, 0.375rem);
2526
2526
  }
@@ -2531,6 +2531,87 @@
2531
2531
  /** THIS IS AN AUTOGENERATED FILE **/
2532
2532
  /** THIS IS AN AUTOGENERATED FILE **/
2533
2533
  /** THIS IS AN AUTOGENERATED FILE **/
2534
+ /** THIS IS AN AUTOGENERATED FILE **/
2535
+ .Label-module_label__Dmp7q {
2536
+ --icon-vertical-align: text-bottom;
2537
+ }
2538
+
2539
+ .Label-module_label__Dmp7q,
2540
+ .ideal-sans .Label-module_label__Dmp7q {
2541
+ opacity: inherit;
2542
+ color: var(--color-purple-800, #2f2438);
2543
+ visibility: visible;
2544
+ width: 100%;
2545
+ text-align: start;
2546
+ }
2547
+
2548
+ .Label-module_reversed__n6Q4r {
2549
+ color: var(--color-white, #ffffff);
2550
+ }
2551
+ .Label-module_reversed__n6Q4r a {
2552
+ color: var(--color-white, #ffffff);
2553
+ }
2554
+ .Label-module_reversed__n6Q4r a:hover {
2555
+ text-decoration: none;
2556
+ }
2557
+
2558
+ .Label-module_disabled__qOB4e {
2559
+ opacity: 30%;
2560
+ }
2561
+
2562
+ .Label-module_text__LUnIh,
2563
+ .ideal-sans .Label-module_text__LUnIh {
2564
+ font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2565
+ font-size: var(--typography-heading-6-font-size, 0.875rem);
2566
+ line-height: var(--typography-heading-6-line-height, 1.5rem);
2567
+ letter-spacing: var(--typography-heading-6-letter-spacing, normal);
2568
+ font-weight: var(--typography-heading-6-font-weight, 600);
2569
+ }
2570
+
2571
+ .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
2572
+ display: flex;
2573
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2574
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
2575
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2576
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2577
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
2578
+ }
2579
+
2580
+ .Label-module_toggle__4tyKF {
2581
+ display: flex;
2582
+ justify-content: space-between;
2583
+ align-items: center;
2584
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2585
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
2586
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2587
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2588
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
2589
+ }
2590
+
2591
+ .Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
2592
+ .Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
2593
+ .Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
2594
+ order: -1;
2595
+ margin-inline-end: var(--spacing-xs, 0.375rem);
2596
+ }
2597
+ .Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
2598
+ .Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
2599
+ .Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
2600
+ margin-inline-start: var(--spacing-xs, 0.375rem);
2601
+ }
2602
+
2603
+ .Label-module_prominent__SPdrr {
2604
+ font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2605
+ font-weight: var(--typography-heading-4-font-weight, 600);
2606
+ font-size: var(--typography-heading-4-font-size, 1.125rem);
2607
+ line-height: var(--typography-heading-4-line-height, 1.5rem);
2608
+ letter-spacing: var(--typography-heading-4-letter-spacing, normal);
2609
+ display: block;
2610
+ margin-bottom: var(--spacing-xs, 0.375rem);
2611
+ }
2612
+ /** THIS IS AN AUTOGENERATED FILE **/
2613
+ /** THIS IS AN AUTOGENERATED FILE **/
2614
+ /** THIS IS AN AUTOGENERATED FILE **/
2534
2615
  /* stylelint-disable no-descending-specificity */
2535
2616
  @keyframes LikertScaleLegacy-module_pop__hTH48 {
2536
2617
  0% {
@@ -2793,151 +2874,26 @@
2793
2874
  /* stylelint-enable no-descending-specificity */
2794
2875
  /** THIS IS AN AUTOGENERATED FILE **/
2795
2876
  /** THIS IS AN AUTOGENERATED FILE **/
2796
- /** THIS IS AN AUTOGENERATED FILE **/
2797
- /** THIS IS AN AUTOGENERATED FILE **/
2798
- .Label-module_label__Dmp7q {
2799
- --icon-vertical-align: text-bottom;
2877
+ .Popover-module_root__OrmwT {
2878
+ width: 220px;
2879
+ position: absolute;
2880
+ left: 50%;
2800
2881
  }
2801
2882
 
2802
- .Label-module_label__Dmp7q,
2803
- .ideal-sans .Label-module_label__Dmp7q {
2804
- opacity: inherit;
2883
+ .Popover-module_cautionaryBox__n7c9G, .Popover-module_negativeBox__dS4tj, .Popover-module_positiveBox__fUR-4, .Popover-module_informativeBox__c0Pen, .Popover-module_defaultBox__X9FWm {
2884
+ --border-width: var(--border-width-1);
2885
+ border: var(--border-width) var(--border-solid-border-style);
2886
+ filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
2887
+ border-radius: var(--border-solid-border-radius, 7px);
2805
2888
  color: var(--color-purple-800, #2f2438);
2806
- visibility: visible;
2807
- width: 100%;
2808
2889
  text-align: start;
2890
+ padding-block: calc(var(--spacing-12) - var(--border-width)) calc(var(--spacing-16) - var(--border-width));
2891
+ padding-inline: calc(var(--spacing-16) - var(--border-width));
2809
2892
  }
2810
2893
 
2811
- .Label-module_reversed__n6Q4r {
2812
- color: var(--color-white, #ffffff);
2813
- }
2814
- .Label-module_reversed__n6Q4r a {
2815
- color: var(--color-white, #ffffff);
2816
- }
2817
- .Label-module_reversed__n6Q4r a:hover {
2818
- text-decoration: none;
2819
- }
2820
-
2821
- .Label-module_disabled__qOB4e {
2822
- opacity: 30%;
2823
- }
2824
-
2825
- .Label-module_text__LUnIh,
2826
- .ideal-sans .Label-module_text__LUnIh {
2827
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2828
- font-size: var(--typography-heading-6-font-size, 0.875rem);
2829
- line-height: var(--typography-heading-6-line-height, 1.5rem);
2830
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
2831
- font-weight: var(--typography-heading-6-font-weight, 600);
2832
- }
2833
-
2834
- .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
2835
- display: flex;
2836
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2837
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2838
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2839
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2840
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2841
- }
2842
-
2843
- .Label-module_toggle__4tyKF {
2844
- display: flex;
2845
- justify-content: space-between;
2846
- align-items: center;
2847
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2848
- font-size: var(--typography-paragraph-body-font-size, 1rem);
2849
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
2850
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
2851
- font-weight: var(--typography-paragraph-body-font-weight, 400);
2852
- }
2853
-
2854
- .Label-module_checkbox__Fhjww .Label-module_prependedLabel__pdsEt,
2855
- .Label-module_radio__-Iu-D .Label-module_prependedLabel__pdsEt,
2856
- .Label-module_toggle__4tyKF .Label-module_prependedLabel__pdsEt {
2857
- order: -1;
2858
- margin-inline-end: var(--spacing-xs, 0.375rem);
2859
- }
2860
- .Label-module_checkbox__Fhjww .Label-module_appendedLabel__-OHis,
2861
- .Label-module_radio__-Iu-D .Label-module_appendedLabel__-OHis,
2862
- .Label-module_toggle__4tyKF .Label-module_appendedLabel__-OHis {
2863
- margin-inline-start: var(--spacing-xs, 0.375rem);
2864
- }
2865
-
2866
- .Label-module_prominent__SPdrr {
2867
- font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
2868
- font-weight: var(--typography-heading-4-font-weight, 600);
2869
- font-size: var(--typography-heading-4-font-size, 1.125rem);
2870
- line-height: var(--typography-heading-4-line-height, 1.5rem);
2871
- letter-spacing: var(--typography-heading-4-letter-spacing, normal);
2872
- display: block;
2873
- margin-bottom: var(--spacing-xs, 0.375rem);
2874
- }
2875
- /** THIS IS AN AUTOGENERATED FILE **/
2876
- /** THIS IS AN AUTOGENERATED FILE **/
2877
- /** THIS IS AN AUTOGENERATED FILE **/
2878
- .Pagination-module_container__JHnDH {
2879
- display: flex;
2880
- align-items: center;
2881
- justify-content: center;
2882
- }
2883
-
2884
- .Pagination-module_pagesIndicatorWrapper__taluU {
2885
- display: flex;
2886
- flex-direction: row;
2887
- justify-content: space-around;
2888
- }
2889
-
2890
- .Pagination-module_arrowIconWrapper__RMTET {
2891
- height: 36px;
2892
- width: 36px;
2893
- border-radius: 18px;
2894
- display: flex;
2895
- align-items: center;
2896
- justify-content: center;
2897
- border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-300, #73c0e8);
2898
- margin: 0 5px;
2899
- background-color: transparent;
2900
- color: var(--color-blue-500, #0168b3);
2901
- box-sizing: border-box;
2902
- }
2903
- .Pagination-module_arrowIconWrapper__RMTET:disabled {
2904
- opacity: 35%;
2905
- pointer-events: none;
2906
- }
2907
- .Pagination-module_arrowIconWrapper__RMTET:hover {
2908
- background-color: var(--color-blue-100, #e6f6ff);
2909
- }
2910
- .Pagination-module_arrowIconWrapper__RMTET:focus {
2911
- background-color: var(--color-blue-200, #bde2f5);
2912
- }
2913
- .Pagination-module_arrowIconWrapper__RMTET:focus:focus-visible {
2914
- outline: none;
2915
- }
2916
- .Pagination-module_arrowIconWrapper__RMTET:focus .Pagination-module_pageIndicatorFocusRing__57ku4 {
2917
- border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
2918
- }
2919
- /** THIS IS AN AUTOGENERATED FILE **/
2920
- /** THIS IS AN AUTOGENERATED FILE **/
2921
- .Popover-module_root__OrmwT {
2922
- width: 220px;
2923
- position: absolute;
2924
- left: 50%;
2925
- }
2926
-
2927
- .Popover-module_cautionaryBox__n7c9G, .Popover-module_negativeBox__dS4tj, .Popover-module_positiveBox__fUR-4, .Popover-module_informativeBox__c0Pen, .Popover-module_defaultBox__X9FWm {
2928
- --border-width: var(--border-width-1);
2929
- border: var(--border-width) var(--border-solid-border-style);
2930
- filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
2931
- border-radius: var(--border-solid-border-radius, 7px);
2932
- color: var(--color-purple-800, #2f2438);
2933
- text-align: start;
2934
- padding-block: calc(var(--spacing-12) - var(--border-width)) calc(var(--spacing-16) - var(--border-width));
2935
- padding-inline: calc(var(--spacing-16) - var(--border-width));
2936
- }
2937
-
2938
- .Popover-module_defaultBox__X9FWm {
2939
- background: var(--color-white);
2940
- border-color: var(--color-gray-500);
2894
+ .Popover-module_defaultBox__X9FWm {
2895
+ background: var(--color-white);
2896
+ border-color: var(--color-gray-500);
2941
2897
  }
2942
2898
 
2943
2899
  .Popover-module_defaultArrow__6rN-3 {
@@ -3187,6 +3143,50 @@
3187
3143
  /* stylelint-enable no-descending-specificity */
3188
3144
  /** THIS IS AN AUTOGENERATED FILE **/
3189
3145
  /** THIS IS AN AUTOGENERATED FILE **/
3146
+ /** THIS IS AN AUTOGENERATED FILE **/
3147
+ .Pagination-module_container__JHnDH {
3148
+ display: flex;
3149
+ align-items: center;
3150
+ justify-content: center;
3151
+ }
3152
+
3153
+ .Pagination-module_pagesIndicatorWrapper__taluU {
3154
+ display: flex;
3155
+ flex-direction: row;
3156
+ justify-content: space-around;
3157
+ }
3158
+
3159
+ .Pagination-module_arrowIconWrapper__RMTET {
3160
+ height: 36px;
3161
+ width: 36px;
3162
+ border-radius: 18px;
3163
+ display: flex;
3164
+ align-items: center;
3165
+ justify-content: center;
3166
+ border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-300, #73c0e8);
3167
+ margin: 0 5px;
3168
+ background-color: transparent;
3169
+ color: var(--color-blue-500, #0168b3);
3170
+ box-sizing: border-box;
3171
+ }
3172
+ .Pagination-module_arrowIconWrapper__RMTET:disabled {
3173
+ opacity: 35%;
3174
+ pointer-events: none;
3175
+ }
3176
+ .Pagination-module_arrowIconWrapper__RMTET:hover {
3177
+ background-color: var(--color-blue-100, #e6f6ff);
3178
+ }
3179
+ .Pagination-module_arrowIconWrapper__RMTET:focus {
3180
+ background-color: var(--color-blue-200, #bde2f5);
3181
+ }
3182
+ .Pagination-module_arrowIconWrapper__RMTET:focus:focus-visible {
3183
+ outline: none;
3184
+ }
3185
+ .Pagination-module_arrowIconWrapper__RMTET:focus .Pagination-module_pageIndicatorFocusRing__57ku4 {
3186
+ border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
3187
+ }
3188
+ /** THIS IS AN AUTOGENERATED FILE **/
3189
+ /** THIS IS AN AUTOGENERATED FILE **/
3190
3190
  .ProgressBar-module_subtext__eizyu {
3191
3191
  color: var(--color-purple-800, #2f2438);
3192
3192
  padding-top: var(--spacing-6, 0.375rem);
@@ -3265,11 +3265,6 @@
3265
3265
  transition: opacity 0.2s;
3266
3266
  }
3267
3267
  /** THIS IS AN AUTOGENERATED FILE **/
3268
- .SearchField-module_label__NxYfn {
3269
- display: block;
3270
- margin-bottom: var(--spacing-xs, 0.375rem);
3271
- }
3272
- /** THIS IS AN AUTOGENERATED FILE **/
3273
3268
  .Skirt-module_container__h4J-J {
3274
3269
  position: relative;
3275
3270
  }
@@ -3296,6 +3291,11 @@
3296
3291
  position: relative;
3297
3292
  z-index: 2;
3298
3293
  }
3294
+ /** THIS IS AN AUTOGENERATED FILE **/
3295
+ .SearchField-module_label__NxYfn {
3296
+ display: block;
3297
+ margin-bottom: var(--spacing-xs, 0.375rem);
3298
+ }
3299
3299
  .SplitButton-module_splitButton__oNIKE {
3300
3300
  display: inline-flex;
3301
3301
  align-items: center;
@@ -3303,46 +3303,6 @@
3303
3303
  /** THIS IS AN AUTOGENERATED FILE **/
3304
3304
  /** THIS IS AN AUTOGENERATED FILE **/
3305
3305
  /** THIS IS AN AUTOGENERATED FILE **/
3306
- .Slider-module_wrapper__zVX6g {
3307
- display: flex;
3308
- flex-direction: column;
3309
- }
3310
-
3311
- .Slider-module_labelWrapper__WuUIw {
3312
- margin-bottom: var(--spacing-sm, 0.75rem);
3313
- }
3314
-
3315
- .Slider-module_label__CfIjh {
3316
- margin-bottom: var(--spacing-4, 0.25rem);
3317
- }
3318
-
3319
- @media (min-width: 768px) {
3320
- .Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
3321
- align-items: center;
3322
- flex-direction: row;
3323
- }
3324
- .Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
3325
- flex: 1;
3326
- }
3327
- .Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
3328
- flex-basis: 50%;
3329
- }
3330
- }
3331
- .Slider-module_descriptionDisabled__8GwiS {
3332
- opacity: 30%;
3333
- }
3334
-
3335
- .Slider-module_readOnlyMessage__Zscoa {
3336
- text-align: center;
3337
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3338
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3339
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
3340
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3341
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3342
- }
3343
- /** THIS IS AN AUTOGENERATED FILE **/
3344
- /** THIS IS AN AUTOGENERATED FILE **/
3345
- /** THIS IS AN AUTOGENERATED FILE **/
3346
3306
  /** THIS IS AN AUTOGENERATED FILE **/
3347
3307
  .Select-module_specificityIncreaser__cZtQV.Select-module_secondary__0RpOQ.Select-module_default__hKuCo .Select-module_control__ehUuP.Select-module_focusedControl__3AwhP::after, .Select-module_specificityIncreaser__cZtQV.Select-module_secondarySmall__6yNEL.Select-module_default__hKuCo .Select-module_control__ehUuP.Select-module_focusedControl__3AwhP::after, .Select-module_specificityIncreaser__cZtQV .Select-module_control__ehUuP:focus-within::after {
3348
3308
  content: "";
@@ -3626,41 +3586,81 @@
3626
3586
  /* stylelint-enable no-descending-specificity */
3627
3587
  /** THIS IS AN AUTOGENERATED FILE **/
3628
3588
  /** THIS IS AN AUTOGENERATED FILE **/
3629
- .Text-module_text__Byo7R {
3630
- --icon-vertical-align: text-bottom;
3631
- margin: 0;
3632
- }
3633
- .Text-module_text__Byo7R strong {
3634
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
3635
- }
3636
-
3637
- .Text-module_intro-lede__ENE72 {
3638
- font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3639
- font-weight: var(--typography-paragraph-intro-lede-font-weight, 400);
3640
- font-size: var(--typography-paragraph-intro-lede-font-size, 1.25rem);
3641
- line-height: var(--typography-paragraph-intro-lede-line-height, 1.875rem);
3642
- letter-spacing: var(--typography-paragraph-intro-lede-letter-spacing, 0);
3589
+ /** THIS IS AN AUTOGENERATED FILE **/
3590
+ .Slider-module_wrapper__zVX6g {
3591
+ display: flex;
3592
+ flex-direction: column;
3643
3593
  }
3644
3594
 
3645
- .Text-module_body__cO-XH {
3646
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3647
- font-weight: var(--typography-paragraph-body-font-weight, 400);
3648
- font-size: var(--typography-paragraph-body-font-size, 1rem);
3649
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3650
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3595
+ .Slider-module_labelWrapper__WuUIw {
3596
+ margin-bottom: var(--spacing-sm, 0.75rem);
3651
3597
  }
3652
3598
 
3653
- .Text-module_small__uZNGn {
3654
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3655
- font-weight: var(--typography-paragraph-small-font-weight, 400);
3656
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3657
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
3658
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
3599
+ .Slider-module_label__CfIjh {
3600
+ margin-bottom: var(--spacing-4, 0.25rem);
3659
3601
  }
3660
3602
 
3661
- .Text-module_extra-small__3g9eN {
3662
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3663
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
3603
+ @media (min-width: 768px) {
3604
+ .Slider-module_labelInline__zjINd.Slider-module_wrapper__zVX6g {
3605
+ align-items: center;
3606
+ flex-direction: row;
3607
+ }
3608
+ .Slider-module_labelInline__zjINd .Slider-module_labelWrapper__WuUIw {
3609
+ flex: 1;
3610
+ }
3611
+ .Slider-module_labelInline__zjINd .Slider-module_inputWrapper__n16yj {
3612
+ flex-basis: 50%;
3613
+ }
3614
+ }
3615
+ .Slider-module_descriptionDisabled__8GwiS {
3616
+ opacity: 30%;
3617
+ }
3618
+
3619
+ .Slider-module_readOnlyMessage__Zscoa {
3620
+ text-align: center;
3621
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3622
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3623
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
3624
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3625
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3626
+ }
3627
+ /** THIS IS AN AUTOGENERATED FILE **/
3628
+ /** THIS IS AN AUTOGENERATED FILE **/
3629
+ .Text-module_text__Byo7R {
3630
+ --icon-vertical-align: text-bottom;
3631
+ margin: 0;
3632
+ }
3633
+ .Text-module_text__Byo7R strong {
3634
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
3635
+ }
3636
+
3637
+ .Text-module_intro-lede__ENE72 {
3638
+ font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3639
+ font-weight: var(--typography-paragraph-intro-lede-font-weight, 400);
3640
+ font-size: var(--typography-paragraph-intro-lede-font-size, 1.25rem);
3641
+ line-height: var(--typography-paragraph-intro-lede-line-height, 1.875rem);
3642
+ letter-spacing: var(--typography-paragraph-intro-lede-letter-spacing, 0);
3643
+ }
3644
+
3645
+ .Text-module_body__cO-XH {
3646
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3647
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
3648
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
3649
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
3650
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
3651
+ }
3652
+
3653
+ .Text-module_small__uZNGn {
3654
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3655
+ font-weight: var(--typography-paragraph-small-font-weight, 400);
3656
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
3657
+ line-height: var(--typography-paragraph-small-line-height, 1.125rem);
3658
+ letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
3659
+ }
3660
+
3661
+ .Text-module_extra-small__3g9eN {
3662
+ font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
3663
+ font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
3664
3664
  font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
3665
3665
  line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
3666
3666
  letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
@@ -5850,19 +5850,6 @@
5850
5850
  }
5851
5851
  /* stylelint-enable no-descending-specificity */
5852
5852
  /** THIS IS AN AUTOGENERATED FILE **/
5853
- .CheckboxGroup-module_checkboxGroupLabel__a9Iet {
5854
- margin-bottom: var(--spacing-sm, 0.75rem);
5855
- }
5856
-
5857
- .CheckboxGroup-module_checkboxGroupContainer__NTUWc {
5858
- display: flex;
5859
- flex-direction: column;
5860
- margin-bottom: var(--spacing-sm, 0.75rem);
5861
- }
5862
- .CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
5863
- margin-bottom: 0;
5864
- }
5865
- /** THIS IS AN AUTOGENERATED FILE **/
5866
5853
  /** THIS IS AN AUTOGENERATED FILE **/
5867
5854
  /** THIS IS AN AUTOGENERATED FILE **/
5868
5855
  /* stylelint-disable no-descending-specificity */
@@ -5953,6 +5940,19 @@
5953
5940
  }
5954
5941
 
5955
5942
  /* stylelint-enable no-descending-specificity */
5943
+ /** THIS IS AN AUTOGENERATED FILE **/
5944
+ .CheckboxGroup-module_checkboxGroupLabel__a9Iet {
5945
+ margin-bottom: var(--spacing-sm, 0.75rem);
5946
+ }
5947
+
5948
+ .CheckboxGroup-module_checkboxGroupContainer__NTUWc {
5949
+ display: flex;
5950
+ flex-direction: column;
5951
+ margin-bottom: var(--spacing-sm, 0.75rem);
5952
+ }
5953
+ .CheckboxGroup-module_checkboxGroupContainer__NTUWc.CheckboxGroup-module_noBottomMargin__J7ADb {
5954
+ margin-bottom: 0;
5955
+ }
5956
5956
  /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
5957
5957
  /** THIS IS AN AUTOGENERATED FILE **/
5958
5958
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -6011,36 +6011,11 @@
6011
6011
  }
6012
6012
  /** THIS IS AN AUTOGENERATED FILE **/
6013
6013
  /** THIS IS AN AUTOGENERATED FILE **/
6014
- /** THIS IS AN AUTOGENERATED FILE **/
6015
- /** THIS IS AN AUTOGENERATED FILE **/
6016
- .CheckboxField-module_container__3J-jG {
6017
- position: relative;
6018
- margin-bottom: var(--spacing-xs, 0.375rem);
6019
- }
6020
- .CheckboxField-module_container__3J-jG label {
6021
- padding-top: 0;
6022
- -webkit-tap-highlight-color: transparent;
6023
- }
6024
- .CheckboxField-module_container__3J-jG.CheckboxField-module_noBottomMargin__vTcJF {
6025
- margin-bottom: 0;
6026
- }
6027
- @media (hover: hover) and (pointer: fine) {
6028
- .CheckboxField-module_container__3J-jG label:hover input:not([disabled]) + div {
6029
- border-color: var(--color-gray-500, #878792);
6030
- background-color: var(--color-gray-100, #f9f9f9);
6031
- }
6032
- }
6033
- .CheckboxField-module_container__3J-jG.CheckboxField-module_checked__uAhcE label, .CheckboxField-module_container__3J-jG.CheckboxField-module_mixed__smfKh label {
6034
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6035
- font-size: var(--typography-paragraph-body-font-size, 1rem);
6036
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6037
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6038
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
6039
- position: static;
6040
- }
6041
-
6042
- .CheckboxField-module_label__KLacF:disabled {
6043
- pointer-events: none;
6014
+ .CollapsibleGroup-module_container__EjMRg {
6015
+ background-color: white;
6016
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
6017
+ border: var(--border-width-1) var(--border-solid-border-style) var(--color-gray-500);
6018
+ border-radius: var(--border-borderless-border-radius, 7px);
6044
6019
  }
6045
6020
  /** THIS IS AN AUTOGENERATED FILE **/
6046
6021
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -6147,6 +6122,80 @@
6147
6122
  /** THIS IS AN AUTOGENERATED FILE **/
6148
6123
  /** THIS IS AN AUTOGENERATED FILE **/
6149
6124
  /** THIS IS AN AUTOGENERATED FILE **/
6125
+ .CheckboxField-module_container__3J-jG {
6126
+ position: relative;
6127
+ margin-bottom: var(--spacing-xs, 0.375rem);
6128
+ }
6129
+ .CheckboxField-module_container__3J-jG label {
6130
+ padding-top: 0;
6131
+ -webkit-tap-highlight-color: transparent;
6132
+ }
6133
+ .CheckboxField-module_container__3J-jG.CheckboxField-module_noBottomMargin__vTcJF {
6134
+ margin-bottom: 0;
6135
+ }
6136
+ @media (hover: hover) and (pointer: fine) {
6137
+ .CheckboxField-module_container__3J-jG label:hover input:not([disabled]) + div {
6138
+ border-color: var(--color-gray-500, #878792);
6139
+ background-color: var(--color-gray-100, #f9f9f9);
6140
+ }
6141
+ }
6142
+ .CheckboxField-module_container__3J-jG.CheckboxField-module_checked__uAhcE label, .CheckboxField-module_container__3J-jG.CheckboxField-module_mixed__smfKh label {
6143
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
6144
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
6145
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
6146
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6147
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
6148
+ position: static;
6149
+ }
6150
+
6151
+ .CheckboxField-module_label__KLacF:disabled {
6152
+ pointer-events: none;
6153
+ }
6154
+ /** THIS IS AN AUTOGENERATED FILE **/
6155
+ /** THIS IS AN AUTOGENERATED FILE **/
6156
+ /** THIS IS AN AUTOGENERATED FILE **/
6157
+ .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
6158
+ background-color: var(--color-purple-100, #f4edf8);
6159
+ border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
6160
+ box-shadow: none;
6161
+ color: var(--color-purple-800, #2f2438);
6162
+ }
6163
+ .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
6164
+ border-color: var(--color-purple-500, #844587);
6165
+ }
6166
+
6167
+ .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
6168
+ background-color: var(--color-purple-100, #f4edf8);
6169
+ border-radius: var(--border-borderless-border-radius, 7px);
6170
+ }
6171
+
6172
+ .ExpertAdviceCollapsible-module_expertAdviceHeader__1wthc {
6173
+ background-color: var(--color-purple-100, #f4edf8);
6174
+ flex: 1 1 auto;
6175
+ align-items: center;
6176
+ display: flex;
6177
+ }
6178
+
6179
+ .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
6180
+ color: var(--color-purple-600, #5f3361);
6181
+ }
6182
+ .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
6183
+ color: var(--color-purple-700, #4a234d);
6184
+ }
6185
+
6186
+ .ExpertAdviceCollapsible-module_expertAdviceIcon__DMwbR {
6187
+ margin-inline-end: var(--spacing-sm, 0.75rem);
6188
+ width: 1.75rem;
6189
+ height: 1.75rem;
6190
+ }
6191
+
6192
+ .ExpertAdviceCollapsible-module_expertAdviceSection__ox-SR {
6193
+ padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
6194
+ }
6195
+ /** THIS IS AN AUTOGENERATED FILE **/
6196
+ /** THIS IS AN AUTOGENERATED FILE **/
6197
+ /** THIS IS AN AUTOGENERATED FILE **/
6198
+ /** THIS IS AN AUTOGENERATED FILE **/
6150
6199
  /** THIS IS AN AUTOGENERATED FILE **/
6151
6200
  .Collapsible-module_container__EBC1U {
6152
6201
  background-color: var(--color-white, #ffffff);
@@ -6232,55 +6281,6 @@
6232
6281
  display: none;
6233
6282
  }
6234
6283
  /** THIS IS AN AUTOGENERATED FILE **/
6235
- /** THIS IS AN AUTOGENERATED FILE **/
6236
- /** THIS IS AN AUTOGENERATED FILE **/
6237
- .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 {
6238
- background-color: var(--color-purple-100, #f4edf8);
6239
- border: var(--border-width-1) var(--border-solid-border-style) var(--color-purple-400);
6240
- box-shadow: none;
6241
- color: var(--color-purple-800, #2f2438);
6242
- }
6243
- .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover {
6244
- border-color: var(--color-purple-500, #844587);
6245
- }
6246
-
6247
- .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4 > div:first-of-type {
6248
- background-color: var(--color-purple-100, #f4edf8);
6249
- border-radius: var(--border-borderless-border-radius, 7px);
6250
- }
6251
-
6252
- .ExpertAdviceCollapsible-module_expertAdviceHeader__1wthc {
6253
- background-color: var(--color-purple-100, #f4edf8);
6254
- flex: 1 1 auto;
6255
- align-items: center;
6256
- display: flex;
6257
- }
6258
-
6259
- .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
6260
- color: var(--color-purple-600, #5f3361);
6261
- }
6262
- .ExpertAdviceCollapsible-module_expertAdviceContainer__RIHw4:hover .ExpertAdviceCollapsible-module_expertAdviceHeading__4G4Jh {
6263
- color: var(--color-purple-700, #4a234d);
6264
- }
6265
-
6266
- .ExpertAdviceCollapsible-module_expertAdviceIcon__DMwbR {
6267
- margin-inline-end: var(--spacing-sm, 0.75rem);
6268
- width: 1.75rem;
6269
- height: 1.75rem;
6270
- }
6271
-
6272
- .ExpertAdviceCollapsible-module_expertAdviceSection__ox-SR {
6273
- padding: 0 var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
6274
- }
6275
- /** THIS IS AN AUTOGENERATED FILE **/
6276
- /** THIS IS AN AUTOGENERATED FILE **/
6277
- .CollapsibleGroup-module_container__EjMRg {
6278
- background-color: white;
6279
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
6280
- border: var(--border-width-1) var(--border-solid-border-style) var(--color-gray-500);
6281
- border-radius: var(--border-borderless-border-radius, 7px);
6282
- }
6283
- /** THIS IS AN AUTOGENERATED FILE **/
6284
6284
  .DateInput-module_dateInput__f0Rs6 {
6285
6285
  width: 100%;
6286
6286
  }
@@ -6331,17 +6331,42 @@
6331
6331
  }
6332
6332
  /** THIS IS AN AUTOGENERATED FILE **/
6333
6333
  /** THIS IS AN AUTOGENERATED FILE **/
6334
- input[type=range].InputRange-module_ratingScaleRange__gI-rs {
6335
- all: unset;
6336
- appearance: none;
6337
- width: 100%;
6338
- margin: 0;
6339
- }
6340
- input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
6341
- opacity: 40%;
6342
- }
6343
- input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
6344
- border: 0;
6334
+ /** THIS IS AN AUTOGENERATED FILE **/
6335
+ /** THIS IS AN AUTOGENERATED FILE **/
6336
+ /** THIS IS AN AUTOGENERATED FILE **/
6337
+ .CalendarPopover-module_calendarPopover__p2xp9 {
6338
+ background-color: var(--color-white, #ffffff);
6339
+ z-index: 1010;
6340
+ box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
6341
+ border-radius: var(--border-borderless-border-radius, 7px);
6342
+ padding: var(--spacing-12, 0.75rem) var(--spacing-8, 0.5rem);
6343
+ box-sizing: border-box;
6344
+ overflow: auto;
6345
+ }
6346
+ @media (min-width: 768px) {
6347
+ .CalendarPopover-module_calendarPopover__p2xp9 {
6348
+ padding: var(--spacing-24, 1.5rem);
6349
+ }
6350
+ }
6351
+
6352
+ .CalendarPopover-module_calendarPopover__p2xp9[popover]:popover-open {
6353
+ z-index: unset;
6354
+ margin: 0;
6355
+ inset: unset;
6356
+ }
6357
+ /** THIS IS AN AUTOGENERATED FILE **/
6358
+ /** THIS IS AN AUTOGENERATED FILE **/
6359
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs {
6360
+ all: unset;
6361
+ appearance: none;
6362
+ width: 100%;
6363
+ margin: 0;
6364
+ }
6365
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs.InputRange-module_disabled__LCaIN {
6366
+ opacity: 40%;
6367
+ }
6368
+ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-moz-focus-outer {
6369
+ border: 0;
6345
6370
  }
6346
6371
  input[type=range].InputRange-module_ratingScaleRange__gI-rs:focus {
6347
6372
  outline: 0;
@@ -6495,31 +6520,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
6495
6520
  /** THIS IS AN AUTOGENERATED FILE **/
6496
6521
  /** THIS IS AN AUTOGENERATED FILE **/
6497
6522
  /** THIS IS AN AUTOGENERATED FILE **/
6498
- /** THIS IS AN AUTOGENERATED FILE **/
6499
- /** THIS IS AN AUTOGENERATED FILE **/
6500
- .CalendarPopover-module_calendarPopover__p2xp9 {
6501
- background-color: var(--color-white, #ffffff);
6502
- z-index: 1010;
6503
- box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
6504
- border-radius: var(--border-borderless-border-radius, 7px);
6505
- padding: var(--spacing-12, 0.75rem) var(--spacing-8, 0.5rem);
6506
- box-sizing: border-box;
6507
- overflow: auto;
6508
- }
6509
- @media (min-width: 768px) {
6510
- .CalendarPopover-module_calendarPopover__p2xp9 {
6511
- padding: var(--spacing-24, 1.5rem);
6512
- }
6513
- }
6514
-
6515
- .CalendarPopover-module_calendarPopover__p2xp9[popover]:popover-open {
6516
- z-index: unset;
6517
- margin: 0;
6518
- inset: unset;
6519
- }
6520
- /** THIS IS AN AUTOGENERATED FILE **/
6521
- /** THIS IS AN AUTOGENERATED FILE **/
6522
- /** THIS IS AN AUTOGENERATED FILE **/
6523
6523
  /* stylelint-disable */
6524
6524
  /* stylelint-enable */
6525
6525
  /* prettier-ignore */
@@ -7074,6 +7074,185 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7074
7074
  /** THIS IS AN AUTOGENERATED FILE **/
7075
7075
  /** THIS IS AN AUTOGENERATED FILE **/
7076
7076
  /** THIS IS AN AUTOGENERATED FILE **/
7077
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7078
+ /** THIS IS AN AUTOGENERATED FILE **/
7079
+ /** THIS IS AN AUTOGENERATED FILE **/
7080
+ /** THIS IS AN AUTOGENERATED FILE **/
7081
+ /** THIS IS AN AUTOGENERATED FILE **/
7082
+ /** THIS IS AN AUTOGENERATED FILE **/
7083
+ /* 16px */
7084
+ /* 16px */
7085
+ /* 16px */
7086
+ /*
7087
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
7088
+ as this is what consumers would have expected when pulling them in a the time.
7089
+ */
7090
+ /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7091
+ /** THIS IS AN AUTOGENERATED FILE **/
7092
+ /** THIS IS AN AUTOGENERATED FILE **/
7093
+ /* stylelint-disable */
7094
+ /* stylelint-enable */
7095
+ /* prettier-ignore */
7096
+ /* stylelint-disable */
7097
+ /* stylelint-enable */
7098
+ /* prettier-ignore */
7099
+ /* stylelint-disable */
7100
+ /* stylelint-enable */
7101
+ /* prettier-ignore */
7102
+ /* stylelint-disable */
7103
+ /* stylelint-enable */
7104
+ /* prettier-ignore */
7105
+ /* stylelint-disable scss/at-if-no-null */
7106
+ /* stylelint-enable scss/at-if-no-null */
7107
+ /** THIS IS AN AUTOGENERATED FILE **/
7108
+ /** THIS IS AN AUTOGENERATED FILE **/
7109
+ /** THIS IS AN AUTOGENERATED FILE **/
7110
+ /** THIS IS AN AUTOGENERATED FILE **/
7111
+ /** THIS IS AN AUTOGENERATED FILE **/
7112
+ /* stylelint-disable */
7113
+ /* stylelint-enable */
7114
+ /* prettier-ignore */
7115
+ /* stylelint-disable */
7116
+ /* stylelint-enable */
7117
+ /* prettier-ignore */
7118
+ /* prettier-ignore */
7119
+ /** THIS IS AN AUTOGENERATED FILE **/
7120
+ /** THIS IS AN AUTOGENERATED FILE **/
7121
+ /* stylelint-disable function-name-case, scss/at-function-pattern */
7122
+ /* stylelint-enable function-name-case, scss/at-function-pattern */
7123
+ /* prettier-ignore */
7124
+ /* prettier-ignore */
7125
+ /* prettier-ignore */
7126
+ /* prettier-ignore */
7127
+ /* prettier-ignore */
7128
+ /* prettier-ignore */
7129
+ .GenericModal-module_defaultModalWidth__kG7lU {
7130
+ min-width: 300px;
7131
+ max-width: 600px;
7132
+ }
7133
+
7134
+ .GenericModal-module_backdropLayer__RNQ-U {
7135
+ position: fixed;
7136
+ background-color: #000;
7137
+ opacity: 50%;
7138
+ z-index: 1040;
7139
+ top: 0;
7140
+ bottom: 0;
7141
+ inset-inline-end: 0;
7142
+ inset-inline-start: 0;
7143
+ }
7144
+
7145
+ .GenericModal-module_scrollLayer__A5VdY {
7146
+ position: fixed;
7147
+ display: flex;
7148
+ align-items: center;
7149
+ z-index: 1050;
7150
+ overflow-y: auto;
7151
+ top: 0;
7152
+ bottom: 0;
7153
+ inset-inline-end: 0;
7154
+ inset-inline-start: 0;
7155
+ }
7156
+
7157
+ .GenericModal-module_modalLayer__WfD1U {
7158
+ margin: auto;
7159
+ padding: 1.5rem 0;
7160
+ width: 100%;
7161
+ }
7162
+
7163
+ .GenericModal-module_animatingEnter__P3wuk {
7164
+ transition-duration: var(--animation-duration-fast, 300ms);
7165
+ }
7166
+ .GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
7167
+ /*
7168
+ There's a weird bug in Chrome/Blink 102.x that animates the opacity
7169
+ all the way to 1 with 200ms ("rapid" token), but is fine with
7170
+ 201ms, see Jira [KDS-523]
7171
+ */
7172
+ animation-duration: 201ms;
7173
+ animation-fill-mode: forwards;
7174
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7175
+ animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
7176
+ }
7177
+ @keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
7178
+ 0% {
7179
+ opacity: 0;
7180
+ }
7181
+ 100% {
7182
+ opacity: 0.5;
7183
+ }
7184
+ }
7185
+ .GenericModal-module_animatingEnter__P3wuk [data-modal] {
7186
+ animation-duration: var(--animation-duration-fast, 300ms);
7187
+ animation-fill-mode: forwards;
7188
+ animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7189
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7190
+ animation-name: GenericModal-module_custom-1__G0JT4;
7191
+ }
7192
+ @keyframes GenericModal-module_custom-1__G0JT4 {
7193
+ 0% {
7194
+ opacity: 0;
7195
+ transform: scale(0.5);
7196
+ }
7197
+ 100% {
7198
+ opacity: 1;
7199
+ transform: scale(1);
7200
+ }
7201
+ }
7202
+
7203
+ .GenericModal-module_animatingLeave__rNkKX {
7204
+ transition-duration: var(--animation-duration-rapid, 200ms);
7205
+ }
7206
+ .GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
7207
+ animation-duration: var(--animation-duration-rapid, 200ms);
7208
+ animation-fill-mode: forwards;
7209
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7210
+ animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
7211
+ }
7212
+ @keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
7213
+ 0% {
7214
+ opacity: 0.5;
7215
+ }
7216
+ 100% {
7217
+ opacity: 0;
7218
+ }
7219
+ }
7220
+ .GenericModal-module_animatingLeave__rNkKX [data-modal] {
7221
+ animation-duration: var(--animation-duration-rapid, 200ms);
7222
+ animation-fill-mode: forwards;
7223
+ animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7224
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7225
+ animation-name: GenericModal-module_custom-3__oWflS;
7226
+ }
7227
+ @keyframes GenericModal-module_custom-3__oWflS {
7228
+ 0% {
7229
+ opacity: 1;
7230
+ transform: scale(1);
7231
+ }
7232
+ 100% {
7233
+ opacity: 0;
7234
+ transform: scale(0.5);
7235
+ }
7236
+ }
7237
+
7238
+ .GenericModal-module_unscrollable__HjRaW {
7239
+ /* Tech debt - this !important existed before Stylelint rules */
7240
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
7241
+ }
7242
+
7243
+ .GenericModal-module_pseudoScrollbar__BhRqh {
7244
+ /* Tech debt - this !important existed before Stylelint rules */
7245
+ padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
7246
+ }
7247
+
7248
+ .GenericModal-module_hide__SK9PI {
7249
+ opacity: 0%;
7250
+ pointer-events: none;
7251
+ }
7252
+ /** THIS IS AN AUTOGENERATED FILE **/
7253
+ /** THIS IS AN AUTOGENERATED FILE **/
7254
+ /** THIS IS AN AUTOGENERATED FILE **/
7255
+ /** THIS IS AN AUTOGENERATED FILE **/
7077
7256
  /** THIS IS AN AUTOGENERATED FILE **/
7078
7257
  /** THIS IS AN AUTOGENERATED FILE **/
7079
7258
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -7271,7 +7450,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7271
7450
 
7272
7451
  .ContextModal-module_pseudoScrollbar__6RfHj {
7273
7452
  /* Tech debt - this !important existed before Stylelint rules */
7274
- padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
7453
+ padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
7275
7454
  }
7276
7455
 
7277
7456
  .ContextModal-module_hide__Sdnsg {
@@ -7346,7 +7525,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7346
7525
  }
7347
7526
 
7348
7527
  .ContextModal-module_footerWithSecondaryAction__-5sq8 {
7349
- margin-left: calc(-1 * var(--spacing-sm, 0.75rem));
7528
+ margin-inline-start: calc(-1 * var(--spacing-sm, 0.75rem));
7350
7529
  }
7351
7530
 
7352
7531
  .ContextModal-module_emptyFooter__UHWc- {
@@ -7386,7 +7565,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7386
7565
  justify-content: center;
7387
7566
  }
7388
7567
  .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
7389
- padding-left: 0;
7568
+ padding-inline-start: 0;
7390
7569
  }
7391
7570
  @media (min-width: 768px) {
7392
7571
  .ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF {
@@ -7397,21 +7576,92 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7397
7576
  /** THIS IS AN AUTOGENERATED FILE **/
7398
7577
  /** THIS IS AN AUTOGENERATED FILE **/
7399
7578
  /** THIS IS AN AUTOGENERATED FILE **/
7400
- /** THIS IS AN AUTOGENERATED FILE **/
7401
- /** THIS IS AN AUTOGENERATED FILE **/
7402
- /** THIS IS AN AUTOGENERATED FILE **/
7403
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7404
- /** THIS IS AN AUTOGENERATED FILE **/
7405
- /** THIS IS AN AUTOGENERATED FILE **/
7406
- /** THIS IS AN AUTOGENERATED FILE **/
7407
- /** THIS IS AN AUTOGENERATED FILE **/
7408
- /** THIS IS AN AUTOGENERATED FILE **/
7409
- /* 16px */
7410
- /* 16px */
7411
- /* 16px */
7412
- /*
7413
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
7414
- as this is what consumers would have expected when pulling them in a the time.
7579
+ .RadioField-module_container__r6T25 {
7580
+ position: relative;
7581
+ overflow-wrap: break-word;
7582
+ word-wrap: break-word;
7583
+ word-break: break-word;
7584
+ margin-bottom: var(--spacing-sm, 0.75rem);
7585
+ }
7586
+ .RadioField-module_container__r6T25 label {
7587
+ -webkit-tap-highlight-color: transparent;
7588
+ }
7589
+ .ideal-sans .RadioField-module_container__r6T25 label {
7590
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
7591
+ padding-top: 0;
7592
+ }
7593
+ .RadioField-module_container__r6T25.RadioField-module_selected__kdlz8 label {
7594
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
7595
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
7596
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
7597
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
7598
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
7599
+ position: static;
7600
+ }
7601
+ .RadioField-module_container__r6T25:not(.RadioField-module_reversed__EX79j) label:hover input:not([disabled]) + span {
7602
+ border-color: var(--color-gray-600, #524e56);
7603
+ background-color: var(--color-gray-200, #f4f4f5);
7604
+ }
7605
+ .RadioField-module_container__r6T25.RadioField-module_reversed__EX79j label:hover input:not([disabled]) + span {
7606
+ border-color: var(--color-white, #ffffff);
7607
+ background-color: transparent;
7608
+ }
7609
+ /** THIS IS AN AUTOGENERATED FILE **/
7610
+ /** THIS IS AN AUTOGENERATED FILE **/
7611
+ /** THIS IS AN AUTOGENERATED FILE **/
7612
+ /** THIS IS AN AUTOGENERATED FILE **/
7613
+ /* stylelint-disable */
7614
+ /* stylelint-enable */
7615
+ /* prettier-ignore */
7616
+ /* stylelint-disable */
7617
+ /* stylelint-enable */
7618
+ /* prettier-ignore */
7619
+ /* stylelint-disable */
7620
+ /* stylelint-enable */
7621
+ /* prettier-ignore */
7622
+ /* stylelint-disable */
7623
+ /* stylelint-enable */
7624
+ /* prettier-ignore */
7625
+ /* stylelint-disable scss/at-if-no-null */
7626
+ /* stylelint-enable scss/at-if-no-null */
7627
+ /** THIS IS AN AUTOGENERATED FILE **/
7628
+ /** THIS IS AN AUTOGENERATED FILE **/
7629
+ /** THIS IS AN AUTOGENERATED FILE **/
7630
+ /** THIS IS AN AUTOGENERATED FILE **/
7631
+ /** THIS IS AN AUTOGENERATED FILE **/
7632
+ /* stylelint-disable */
7633
+ /* stylelint-enable */
7634
+ /* prettier-ignore */
7635
+ /* stylelint-disable */
7636
+ /* stylelint-enable */
7637
+ /* prettier-ignore */
7638
+ /* prettier-ignore */
7639
+ /** THIS IS AN AUTOGENERATED FILE **/
7640
+ /** THIS IS AN AUTOGENERATED FILE **/
7641
+ /* stylelint-disable function-name-case, scss/at-function-pattern */
7642
+ /* stylelint-enable function-name-case, scss/at-function-pattern */
7643
+ /* prettier-ignore */
7644
+ /* prettier-ignore */
7645
+ /* prettier-ignore */
7646
+ /* prettier-ignore */
7647
+ /* prettier-ignore */
7648
+ /* prettier-ignore */
7649
+ /** THIS IS AN AUTOGENERATED FILE **/
7650
+ /** THIS IS AN AUTOGENERATED FILE **/
7651
+ /** THIS IS AN AUTOGENERATED FILE **/
7652
+ /** THIS IS AN AUTOGENERATED FILE **/
7653
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7654
+ /** THIS IS AN AUTOGENERATED FILE **/
7655
+ /** THIS IS AN AUTOGENERATED FILE **/
7656
+ /** THIS IS AN AUTOGENERATED FILE **/
7657
+ /** THIS IS AN AUTOGENERATED FILE **/
7658
+ /** THIS IS AN AUTOGENERATED FILE **/
7659
+ /* 16px */
7660
+ /* 16px */
7661
+ /* 16px */
7662
+ /*
7663
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
7664
+ as this is what consumers would have expected when pulling them in a the time.
7415
7665
  */
7416
7666
  /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7417
7667
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -7452,12 +7702,12 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7452
7702
  /* prettier-ignore */
7453
7703
  /* prettier-ignore */
7454
7704
  /* prettier-ignore */
7455
- .InputEditModal-module_defaultModalWidth__My9Eh {
7705
+ .ConfirmationModal-module_defaultModalWidth__K3fje {
7456
7706
  min-width: 300px;
7457
7707
  max-width: 600px;
7458
7708
  }
7459
7709
 
7460
- .InputEditModal-module_backdropLayer__aVLSb {
7710
+ .ConfirmationModal-module_backdropLayer__wvXnl {
7461
7711
  position: fixed;
7462
7712
  background-color: #000;
7463
7713
  opacity: 50%;
@@ -7468,7 +7718,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7468
7718
  inset-inline-start: 0;
7469
7719
  }
7470
7720
 
7471
- .InputEditModal-module_scrollLayer__isygg {
7721
+ .ConfirmationModal-module_scrollLayer__x-yP4 {
7472
7722
  position: fixed;
7473
7723
  display: flex;
7474
7724
  align-items: center;
@@ -7480,13 +7730,13 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7480
7730
  inset-inline-start: 0;
7481
7731
  }
7482
7732
 
7483
- .InputEditModal-module_modalLayer__r5vqj {
7733
+ .ConfirmationModal-module_modalLayer__MucTZ {
7484
7734
  margin: auto;
7485
7735
  padding: 1.5rem 0;
7486
7736
  width: 100%;
7487
7737
  }
7488
7738
 
7489
- .InputEditModal-module_modal__SbQqp {
7739
+ .ConfirmationModal-module_modal__k3pXu {
7490
7740
  margin: auto;
7491
7741
  background-color: var(--color-white, #ffffff);
7492
7742
  border-radius: var(--border-solid-border-radius, 7px);
@@ -7497,11 +7747,11 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7497
7747
  color: var(--color-purple-800, #2f2438);
7498
7748
  }
7499
7749
  @media (min-width: 768px) {
7500
- .InputEditModal-module_modal__SbQqp {
7750
+ .ConfirmationModal-module_modal__k3pXu {
7501
7751
  width: 100%;
7502
7752
  }
7503
7753
  }
7504
- .InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible)::after {
7754
+ .ConfirmationModal-module_modal__k3pXu:has([class*="modalLabel"]:focus-visible)::after {
7505
7755
  content: "";
7506
7756
  position: absolute;
7507
7757
  background: transparent;
@@ -7512,10 +7762,10 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7512
7762
  inset: -4px;
7513
7763
  }
7514
7764
 
7515
- .InputEditModal-module_animatingEnter__qZgX2 {
7765
+ .ConfirmationModal-module_animatingEnter__4W4xh {
7516
7766
  transition-duration: var(--animation-duration-fast, 300ms);
7517
7767
  }
7518
- .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_backdropLayer__aVLSb {
7768
+ .ConfirmationModal-module_animatingEnter__4W4xh .ConfirmationModal-module_backdropLayer__wvXnl {
7519
7769
  /*
7520
7770
  There's a weird bug in Chrome/Blink 102.x that animates the opacity
7521
7771
  all the way to 1 with 200ms ("rapid" token), but is fine with
@@ -7524,9 +7774,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7524
7774
  animation-duration: 201ms;
7525
7775
  animation-fill-mode: forwards;
7526
7776
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7527
- animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
7777
+ animation-name: ConfirmationModal-module_fade-0-to-0-5__353tZ;
7528
7778
  }
7529
- @keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
7779
+ @keyframes ConfirmationModal-module_fade-0-to-0-5__353tZ {
7530
7780
  0% {
7531
7781
  opacity: 0;
7532
7782
  }
@@ -7534,14 +7784,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7534
7784
  opacity: 0.5;
7535
7785
  }
7536
7786
  }
7537
- .InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
7787
+ .ConfirmationModal-module_animatingEnter__4W4xh [data-modal] {
7538
7788
  animation-duration: var(--animation-duration-fast, 300ms);
7539
7789
  animation-fill-mode: forwards;
7540
7790
  animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7541
7791
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7542
- animation-name: InputEditModal-module_custom-1__wSZX6;
7792
+ animation-name: ConfirmationModal-module_custom-1__Ibcy-;
7543
7793
  }
7544
- @keyframes InputEditModal-module_custom-1__wSZX6 {
7794
+ @keyframes ConfirmationModal-module_custom-1__Ibcy- {
7545
7795
  0% {
7546
7796
  opacity: 0;
7547
7797
  transform: scale(0.5);
@@ -7552,16 +7802,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7552
7802
  }
7553
7803
  }
7554
7804
 
7555
- .InputEditModal-module_animatingLeave__S2HGz {
7805
+ .ConfirmationModal-module_animatingLeave__n-S4X {
7556
7806
  transition-duration: var(--animation-duration-rapid, 200ms);
7557
7807
  }
7558
- .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
7808
+ .ConfirmationModal-module_animatingLeave__n-S4X .ConfirmationModal-module_backdropLayer__wvXnl {
7559
7809
  animation-duration: var(--animation-duration-rapid, 200ms);
7560
7810
  animation-fill-mode: forwards;
7561
7811
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7562
- animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
7812
+ animation-name: ConfirmationModal-module_fade-0-5-to-0__pfhV-;
7563
7813
  }
7564
- @keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
7814
+ @keyframes ConfirmationModal-module_fade-0-5-to-0__pfhV- {
7565
7815
  0% {
7566
7816
  opacity: 0.5;
7567
7817
  }
@@ -7569,14 +7819,14 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7569
7819
  opacity: 0;
7570
7820
  }
7571
7821
  }
7572
- .InputEditModal-module_animatingLeave__S2HGz [data-modal] {
7822
+ .ConfirmationModal-module_animatingLeave__n-S4X [data-modal] {
7573
7823
  animation-duration: var(--animation-duration-rapid, 200ms);
7574
7824
  animation-fill-mode: forwards;
7575
7825
  animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7576
7826
  /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7577
- animation-name: InputEditModal-module_custom-3__T3riv;
7827
+ animation-name: ConfirmationModal-module_custom-3__MEO7v;
7578
7828
  }
7579
- @keyframes InputEditModal-module_custom-3__T3riv {
7829
+ @keyframes ConfirmationModal-module_custom-3__MEO7v {
7580
7830
  0% {
7581
7831
  opacity: 1;
7582
7832
  transform: scale(1);
@@ -7587,426 +7837,114 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7587
7837
  }
7588
7838
  }
7589
7839
 
7590
- .InputEditModal-module_unscrollable__GN1M2 {
7840
+ .ConfirmationModal-module_unscrollable__wg2AZ {
7591
7841
  /* Tech debt - this !important existed before Stylelint rules */
7592
7842
  overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
7593
7843
  }
7594
7844
 
7595
- .InputEditModal-module_pseudoScrollbar__WCHmn {
7845
+ .ConfirmationModal-module_pseudoScrollbar__NqMuT {
7596
7846
  /* Tech debt - this !important existed before Stylelint rules */
7597
- padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
7847
+ padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
7598
7848
  }
7599
7849
 
7600
- .InputEditModal-module_hide__N88RW {
7850
+ .ConfirmationModal-module_hide__jOdWV {
7601
7851
  opacity: 0%;
7602
7852
  pointer-events: none;
7603
7853
  }
7604
7854
 
7605
- .InputEditModal-module_modal__SbQqp {
7855
+ .ConfirmationModal-module_modal__k3pXu {
7606
7856
  min-width: 300px;
7607
7857
  max-width: 600px;
7608
7858
  }
7609
- .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
7610
- animation-duration: var(--animation-duration-fast, 300ms);
7611
- animation-fill-mode: forwards;
7612
- animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7613
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7614
- animation-name: InputEditModal-module_custom-5__trORr;
7859
+ .ConfirmationModal-module_modal__k3pXu .ConfirmationModal-module_spotIcon__rFSHQ {
7860
+ color: var(--spot-icon-color);
7615
7861
  }
7616
- @keyframes InputEditModal-module_custom-5__trORr {
7617
- 0% {
7618
- opacity: 0;
7619
- transform: scale(0.5);
7620
- }
7621
- 100% {
7622
- opacity: 1;
7623
- transform: scale(1);
7862
+
7863
+ .ConfirmationModal-module_header__Ooy23 {
7864
+ display: grid;
7865
+ grid-template-columns: 0.2fr 2fr;
7866
+ align-items: center;
7867
+ color: var(--color-white, #ffffff);
7868
+ text-align: start;
7869
+ border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
7870
+ }
7871
+ .ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2- {
7872
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7873
+ }
7874
+ @media (max-width: 768px) {
7875
+ .ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2- {
7876
+ padding: var(--spacing-md, 1.5rem);
7624
7877
  }
7625
7878
  }
7626
- .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
7627
- animation-duration: var(--animation-duration-rapid, 200ms);
7628
- animation-fill-mode: forwards;
7629
- animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7630
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7631
- animation-name: InputEditModal-module_custom-7__-98CZ;
7879
+ .ConfirmationModal-module_header__Ooy23 h1 {
7880
+ color: var(color-purple-800);
7632
7881
  }
7633
- @keyframes InputEditModal-module_custom-7__-98CZ {
7634
- 0% {
7635
- opacity: 1;
7636
- transform: scale(1);
7882
+
7883
+ .ConfirmationModal-module_iconContainer__QjdGa {
7884
+ position: relative;
7885
+ align-self: flex-start;
7886
+ }
7887
+ @media (min-width: 768px) {
7888
+ .ConfirmationModal-module_iconContainer__QjdGa {
7889
+ align-self: center;
7637
7890
  }
7638
- 100% {
7639
- opacity: 0;
7640
- transform: scale(0.5);
7891
+ }
7892
+ .ConfirmationModal-module_iconContainer__QjdGa .ConfirmationModal-module_spotIcon__rFSHQ {
7893
+ --icon-size: 30;
7894
+ width: 30px;
7895
+ height: 30px;
7896
+ }
7897
+ @media (max-width: 768px) {
7898
+ .ConfirmationModal-module_iconContainer__QjdGa .ConfirmationModal-module_spotIcon__rFSHQ {
7899
+ margin-inline-end: 0.9375rem;
7900
+ position: relative;
7901
+ inset-block-start: 0.125rem;
7641
7902
  }
7642
7903
  }
7643
7904
 
7644
- .InputEditModal-module_header__nivTf {
7645
- color: var(--color-purple-800, #2f2438);
7646
- text-align: left;
7905
+ .ConfirmationModal-module_prominent__8-gkP {
7906
+ display: grid;
7907
+ grid-template-columns: 1.1fr 2fr;
7908
+ align-items: center;
7647
7909
  }
7648
- .InputEditModal-module_header__nivTf.InputEditModal-module_textAlignRTL__5QQP8 {
7649
- text-align: right;
7910
+ @media (max-width: 768px) {
7911
+ .ConfirmationModal-module_prominent__8-gkP {
7912
+ grid-template-columns: 1fr;
7913
+ display: flex;
7914
+ flex-direction: column;
7915
+ place-content: flex-start center;
7916
+ align-items: flex-start;
7917
+ }
7650
7918
  }
7651
- .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7652
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7919
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa {
7920
+ position: absolute;
7921
+ inset-block-start: 8%;
7653
7922
  }
7654
7923
  @media (max-width: 768px) {
7655
- .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
7656
- padding: var(--spacing-md, 1.5rem);
7924
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa {
7925
+ position: relative;
7926
+ inset-block-start: 0;
7927
+ margin-block-end: var(--spacing-sm, 0.75rem);
7657
7928
  }
7658
7929
  }
7659
-
7660
- .InputEditModal-module_body__LyxBE {
7661
- background: var(--color-gray-200, #f4f4f5);
7930
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
7931
+ width: 155px;
7932
+ height: 155px;
7933
+ margin: 0 auto;
7934
+ color: var(--color-purple-800, #2f2438);
7662
7935
  }
7663
- .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7936
+ @media (max-width: 768px) {
7937
+ .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
7938
+ width: 86px;
7939
+ height: 86px;
7940
+ }
7941
+ }
7942
+
7943
+ .ConfirmationModal-module_padded__nGa2- {
7664
7944
  padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7665
7945
  }
7666
7946
  @media (max-width: 768px) {
7667
- .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
7668
- padding: var(--spacing-md, 1.5rem);
7669
- }
7670
- }
7671
- /** THIS IS AN AUTOGENERATED FILE **/
7672
- /** THIS IS AN AUTOGENERATED FILE **/
7673
- /** THIS IS AN AUTOGENERATED FILE **/
7674
- /** THIS IS AN AUTOGENERATED FILE **/
7675
- /* stylelint-disable */
7676
- /* stylelint-enable */
7677
- /* prettier-ignore */
7678
- /* stylelint-disable */
7679
- /* stylelint-enable */
7680
- /* prettier-ignore */
7681
- /* stylelint-disable */
7682
- /* stylelint-enable */
7683
- /* prettier-ignore */
7684
- /* stylelint-disable */
7685
- /* stylelint-enable */
7686
- /* prettier-ignore */
7687
- /* stylelint-disable scss/at-if-no-null */
7688
- /* stylelint-enable scss/at-if-no-null */
7689
- /** THIS IS AN AUTOGENERATED FILE **/
7690
- /** THIS IS AN AUTOGENERATED FILE **/
7691
- /** THIS IS AN AUTOGENERATED FILE **/
7692
- /** THIS IS AN AUTOGENERATED FILE **/
7693
- /** THIS IS AN AUTOGENERATED FILE **/
7694
- /* stylelint-disable */
7695
- /* stylelint-enable */
7696
- /* prettier-ignore */
7697
- /* stylelint-disable */
7698
- /* stylelint-enable */
7699
- /* prettier-ignore */
7700
- /* prettier-ignore */
7701
- /** THIS IS AN AUTOGENERATED FILE **/
7702
- /** THIS IS AN AUTOGENERATED FILE **/
7703
- /* stylelint-disable function-name-case, scss/at-function-pattern */
7704
- /* stylelint-enable function-name-case, scss/at-function-pattern */
7705
- /* prettier-ignore */
7706
- /* prettier-ignore */
7707
- /* prettier-ignore */
7708
- /* prettier-ignore */
7709
- /* prettier-ignore */
7710
- /* prettier-ignore */
7711
- /** THIS IS AN AUTOGENERATED FILE **/
7712
- /** THIS IS AN AUTOGENERATED FILE **/
7713
- /** THIS IS AN AUTOGENERATED FILE **/
7714
- /** THIS IS AN AUTOGENERATED FILE **/
7715
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7716
- /** THIS IS AN AUTOGENERATED FILE **/
7717
- /** THIS IS AN AUTOGENERATED FILE **/
7718
- /** THIS IS AN AUTOGENERATED FILE **/
7719
- /** THIS IS AN AUTOGENERATED FILE **/
7720
- /** THIS IS AN AUTOGENERATED FILE **/
7721
- /* 16px */
7722
- /* 16px */
7723
- /* 16px */
7724
- /*
7725
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
7726
- as this is what consumers would have expected when pulling them in a the time.
7727
- */
7728
- /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
7729
- /** THIS IS AN AUTOGENERATED FILE **/
7730
- /** THIS IS AN AUTOGENERATED FILE **/
7731
- /* stylelint-disable */
7732
- /* stylelint-enable */
7733
- /* prettier-ignore */
7734
- /* stylelint-disable */
7735
- /* stylelint-enable */
7736
- /* prettier-ignore */
7737
- /* stylelint-disable */
7738
- /* stylelint-enable */
7739
- /* prettier-ignore */
7740
- /* stylelint-disable */
7741
- /* stylelint-enable */
7742
- /* prettier-ignore */
7743
- /* stylelint-disable scss/at-if-no-null */
7744
- /* stylelint-enable scss/at-if-no-null */
7745
- /** THIS IS AN AUTOGENERATED FILE **/
7746
- /** THIS IS AN AUTOGENERATED FILE **/
7747
- /** THIS IS AN AUTOGENERATED FILE **/
7748
- /** THIS IS AN AUTOGENERATED FILE **/
7749
- /** THIS IS AN AUTOGENERATED FILE **/
7750
- /* stylelint-disable */
7751
- /* stylelint-enable */
7752
- /* prettier-ignore */
7753
- /* stylelint-disable */
7754
- /* stylelint-enable */
7755
- /* prettier-ignore */
7756
- /* prettier-ignore */
7757
- /** THIS IS AN AUTOGENERATED FILE **/
7758
- /** THIS IS AN AUTOGENERATED FILE **/
7759
- /* stylelint-disable function-name-case, scss/at-function-pattern */
7760
- /* stylelint-enable function-name-case, scss/at-function-pattern */
7761
- /* prettier-ignore */
7762
- /* prettier-ignore */
7763
- /* prettier-ignore */
7764
- /* prettier-ignore */
7765
- /* prettier-ignore */
7766
- /* prettier-ignore */
7767
- .ConfirmationModal-module_defaultModalWidth__K3fje {
7768
- min-width: 300px;
7769
- max-width: 600px;
7770
- }
7771
-
7772
- .ConfirmationModal-module_backdropLayer__wvXnl {
7773
- position: fixed;
7774
- background-color: #000;
7775
- opacity: 50%;
7776
- z-index: 1040;
7777
- top: 0;
7778
- bottom: 0;
7779
- inset-inline-end: 0;
7780
- inset-inline-start: 0;
7781
- }
7782
-
7783
- .ConfirmationModal-module_scrollLayer__x-yP4 {
7784
- position: fixed;
7785
- display: flex;
7786
- align-items: center;
7787
- z-index: 1050;
7788
- overflow-y: auto;
7789
- top: 0;
7790
- bottom: 0;
7791
- inset-inline-end: 0;
7792
- inset-inline-start: 0;
7793
- }
7794
-
7795
- .ConfirmationModal-module_modalLayer__MucTZ {
7796
- margin: auto;
7797
- padding: 1.5rem 0;
7798
- width: 100%;
7799
- }
7800
-
7801
- .ConfirmationModal-module_modal__k3pXu {
7802
- margin: auto;
7803
- background-color: var(--color-white, #ffffff);
7804
- border-radius: var(--border-solid-border-radius, 7px);
7805
- box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
7806
- position: relative;
7807
- width: 90%;
7808
- -webkit-font-smoothing: antialiased;
7809
- color: var(--color-purple-800, #2f2438);
7810
- }
7811
- @media (min-width: 768px) {
7812
- .ConfirmationModal-module_modal__k3pXu {
7813
- width: 100%;
7814
- }
7815
- }
7816
- .ConfirmationModal-module_modal__k3pXu:has([class*="modalLabel"]:focus-visible)::after {
7817
- content: "";
7818
- position: absolute;
7819
- background: transparent;
7820
- border-radius: var(--border-focus-ring-border-radius, 10px);
7821
- border-width: var(--border-focus-ring-border-width, 2px);
7822
- border-style: var(--border-focus-ring-border-style, solid);
7823
- border-color: var(--color-blue-300, #73c0e8);
7824
- inset: -4px;
7825
- }
7826
-
7827
- .ConfirmationModal-module_animatingEnter__4W4xh {
7828
- transition-duration: var(--animation-duration-fast, 300ms);
7829
- }
7830
- .ConfirmationModal-module_animatingEnter__4W4xh .ConfirmationModal-module_backdropLayer__wvXnl {
7831
- /*
7832
- There's a weird bug in Chrome/Blink 102.x that animates the opacity
7833
- all the way to 1 with 200ms ("rapid" token), but is fine with
7834
- 201ms, see Jira [KDS-523]
7835
- */
7836
- animation-duration: 201ms;
7837
- animation-fill-mode: forwards;
7838
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7839
- animation-name: ConfirmationModal-module_fade-0-to-0-5__353tZ;
7840
- }
7841
- @keyframes ConfirmationModal-module_fade-0-to-0-5__353tZ {
7842
- 0% {
7843
- opacity: 0;
7844
- }
7845
- 100% {
7846
- opacity: 0.5;
7847
- }
7848
- }
7849
- .ConfirmationModal-module_animatingEnter__4W4xh [data-modal] {
7850
- animation-duration: var(--animation-duration-fast, 300ms);
7851
- animation-fill-mode: forwards;
7852
- animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
7853
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7854
- animation-name: ConfirmationModal-module_custom-1__Ibcy-;
7855
- }
7856
- @keyframes ConfirmationModal-module_custom-1__Ibcy- {
7857
- 0% {
7858
- opacity: 0;
7859
- transform: scale(0.5);
7860
- }
7861
- 100% {
7862
- opacity: 1;
7863
- transform: scale(1);
7864
- }
7865
- }
7866
-
7867
- .ConfirmationModal-module_animatingLeave__n-S4X {
7868
- transition-duration: var(--animation-duration-rapid, 200ms);
7869
- }
7870
- .ConfirmationModal-module_animatingLeave__n-S4X .ConfirmationModal-module_backdropLayer__wvXnl {
7871
- animation-duration: var(--animation-duration-rapid, 200ms);
7872
- animation-fill-mode: forwards;
7873
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7874
- animation-name: ConfirmationModal-module_fade-0-5-to-0__pfhV-;
7875
- }
7876
- @keyframes ConfirmationModal-module_fade-0-5-to-0__pfhV- {
7877
- 0% {
7878
- opacity: 0.5;
7879
- }
7880
- 100% {
7881
- opacity: 0;
7882
- }
7883
- }
7884
- .ConfirmationModal-module_animatingLeave__n-S4X [data-modal] {
7885
- animation-duration: var(--animation-duration-rapid, 200ms);
7886
- animation-fill-mode: forwards;
7887
- animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
7888
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
7889
- animation-name: ConfirmationModal-module_custom-3__MEO7v;
7890
- }
7891
- @keyframes ConfirmationModal-module_custom-3__MEO7v {
7892
- 0% {
7893
- opacity: 1;
7894
- transform: scale(1);
7895
- }
7896
- 100% {
7897
- opacity: 0;
7898
- transform: scale(0.5);
7899
- }
7900
- }
7901
-
7902
- .ConfirmationModal-module_unscrollable__wg2AZ {
7903
- /* Tech debt - this !important existed before Stylelint rules */
7904
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
7905
- }
7906
-
7907
- .ConfirmationModal-module_pseudoScrollbar__NqMuT {
7908
- /* Tech debt - this !important existed before Stylelint rules */
7909
- padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
7910
- }
7911
-
7912
- .ConfirmationModal-module_hide__jOdWV {
7913
- opacity: 0%;
7914
- pointer-events: none;
7915
- }
7916
-
7917
- .ConfirmationModal-module_modal__k3pXu {
7918
- min-width: 300px;
7919
- max-width: 600px;
7920
- }
7921
- .ConfirmationModal-module_modal__k3pXu .ConfirmationModal-module_spotIcon__rFSHQ {
7922
- color: var(--spot-icon-color);
7923
- }
7924
-
7925
- .ConfirmationModal-module_header__Ooy23 {
7926
- display: grid;
7927
- grid-template-columns: 0.2fr 2fr;
7928
- align-items: center;
7929
- color: var(--color-white, #ffffff);
7930
- text-align: left;
7931
- border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
7932
- }
7933
- .ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2- {
7934
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
7935
- }
7936
- @media (max-width: 768px) {
7937
- .ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2- {
7938
- padding: var(--spacing-md, 1.5rem);
7939
- }
7940
- }
7941
- .ConfirmationModal-module_header__Ooy23 h1 {
7942
- color: var(color-purple-800);
7943
- }
7944
-
7945
- .ConfirmationModal-module_iconContainer__QjdGa {
7946
- position: relative;
7947
- align-self: flex-start;
7948
- }
7949
- @media (min-width: 768px) {
7950
- .ConfirmationModal-module_iconContainer__QjdGa {
7951
- align-self: center;
7952
- }
7953
- }
7954
- .ConfirmationModal-module_iconContainer__QjdGa .ConfirmationModal-module_spotIcon__rFSHQ {
7955
- --icon-size: 30;
7956
- width: 30px;
7957
- height: 30px;
7958
- }
7959
- @media (max-width: 768px) {
7960
- .ConfirmationModal-module_iconContainer__QjdGa .ConfirmationModal-module_spotIcon__rFSHQ {
7961
- margin-right: 0.9375rem;
7962
- position: relative;
7963
- top: 0.125rem;
7964
- }
7965
- }
7966
-
7967
- .ConfirmationModal-module_prominent__8-gkP {
7968
- display: grid;
7969
- grid-template-columns: 1.1fr 2fr;
7970
- align-items: center;
7971
- }
7972
- @media (max-width: 768px) {
7973
- .ConfirmationModal-module_prominent__8-gkP {
7974
- grid-template-columns: 1fr;
7975
- display: flex;
7976
- flex-direction: column;
7977
- place-content: flex-start center;
7978
- align-items: flex-start;
7979
- }
7980
- }
7981
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa {
7982
- position: absolute;
7983
- top: 8%;
7984
- }
7985
- @media (max-width: 768px) {
7986
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa {
7987
- position: relative;
7988
- top: 0;
7989
- margin-bottom: var(--spacing-sm, 0.75rem);
7990
- }
7991
- }
7992
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
7993
- width: 155px;
7994
- height: 155px;
7995
- margin: 0 auto;
7996
- color: var(--color-purple-800, #2f2438);
7997
- }
7998
- @media (max-width: 768px) {
7999
- .ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ {
8000
- width: 86px;
8001
- height: 86px;
8002
- }
8003
- }
8004
-
8005
- .ConfirmationModal-module_padded__nGa2- {
8006
- padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
8007
- }
8008
- @media (max-width: 768px) {
8009
- .ConfirmationModal-module_padded__nGa2- {
7947
+ .ConfirmationModal-module_padded__nGa2- {
8010
7948
  padding: var(--spacing-md, 1.5rem);
8011
7949
  }
8012
7950
  }
@@ -8062,6 +8000,26 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8062
8000
  }
8063
8001
  /** THIS IS AN AUTOGENERATED FILE **/
8064
8002
  /** THIS IS AN AUTOGENERATED FILE **/
8003
+ .RadioGroup-module_radioGroupLabel__wIl4z {
8004
+ margin-bottom: var(--spacing-sm, 0.75rem);
8005
+ }
8006
+ .ideal-sans .RadioGroup-module_radioGroupLabel__wIl4z label {
8007
+ padding-top: 0;
8008
+ }
8009
+ .RadioGroup-module_radioGroupLabel__wIl4z.RadioGroup-module_reversed__VeBun {
8010
+ color: var(--color-white, #ffffff);
8011
+ }
8012
+
8013
+ .RadioGroup-module_radioGroupContainer__NKWpt {
8014
+ display: flex;
8015
+ flex-direction: column;
8016
+ margin-bottom: var(--spacing-sm, 0.75rem);
8017
+ }
8018
+ .RadioGroup-module_radioGroupContainer__NKWpt.RadioGroup-module_noBottomMargin__VKF2T {
8019
+ margin-bottom: 0;
8020
+ }
8021
+ /** THIS IS AN AUTOGENERATED FILE **/
8022
+ /** THIS IS AN AUTOGENERATED FILE **/
8065
8023
  /** THIS IS AN AUTOGENERATED FILE **/
8066
8024
  /** THIS IS AN AUTOGENERATED FILE **/
8067
8025
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8144,60 +8102,6 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8144
8102
  }
8145
8103
  /** THIS IS AN AUTOGENERATED FILE **/
8146
8104
  /** THIS IS AN AUTOGENERATED FILE **/
8147
- .RadioGroup-module_radioGroupLabel__wIl4z {
8148
- margin-bottom: var(--spacing-sm, 0.75rem);
8149
- }
8150
- .ideal-sans .RadioGroup-module_radioGroupLabel__wIl4z label {
8151
- padding-top: 0;
8152
- }
8153
- .RadioGroup-module_radioGroupLabel__wIl4z.RadioGroup-module_reversed__VeBun {
8154
- color: var(--color-white, #ffffff);
8155
- }
8156
-
8157
- .RadioGroup-module_radioGroupContainer__NKWpt {
8158
- display: flex;
8159
- flex-direction: column;
8160
- margin-bottom: var(--spacing-sm, 0.75rem);
8161
- }
8162
- .RadioGroup-module_radioGroupContainer__NKWpt.RadioGroup-module_noBottomMargin__VKF2T {
8163
- margin-bottom: 0;
8164
- }
8165
- /** THIS IS AN AUTOGENERATED FILE **/
8166
- /** THIS IS AN AUTOGENERATED FILE **/
8167
- /** THIS IS AN AUTOGENERATED FILE **/
8168
- /** THIS IS AN AUTOGENERATED FILE **/
8169
- .RadioField-module_container__r6T25 {
8170
- position: relative;
8171
- overflow-wrap: break-word;
8172
- word-wrap: break-word;
8173
- word-break: break-word;
8174
- margin-bottom: var(--spacing-sm, 0.75rem);
8175
- }
8176
- .RadioField-module_container__r6T25 label {
8177
- -webkit-tap-highlight-color: transparent;
8178
- }
8179
- .ideal-sans .RadioField-module_container__r6T25 label {
8180
- font-size: var(--typography-paragraph-body-font-size, 1rem);
8181
- padding-top: 0;
8182
- }
8183
- .RadioField-module_container__r6T25.RadioField-module_selected__kdlz8 label {
8184
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8185
- font-size: var(--typography-paragraph-body-font-size, 1rem);
8186
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
8187
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
8188
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
8189
- position: static;
8190
- }
8191
- .RadioField-module_container__r6T25:not(.RadioField-module_reversed__EX79j) label:hover input:not([disabled]) + span {
8192
- border-color: var(--color-gray-600, #524e56);
8193
- background-color: var(--color-gray-200, #f4f4f5);
8194
- }
8195
- .RadioField-module_container__r6T25.RadioField-module_reversed__EX79j label:hover input:not([disabled]) + span {
8196
- border-color: var(--color-white, #ffffff);
8197
- background-color: transparent;
8198
- }
8199
- /** THIS IS AN AUTOGENERATED FILE **/
8200
- /** THIS IS AN AUTOGENERATED FILE **/
8201
8105
  /** THIS IS AN AUTOGENERATED FILE **/
8202
8106
  /** THIS IS AN AUTOGENERATED FILE **/
8203
8107
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -8236,7 +8140,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8236
8140
  /** THIS IS AN AUTOGENERATED FILE **/
8237
8141
  /** THIS IS AN AUTOGENERATED FILE **/
8238
8142
  /** THIS IS AN AUTOGENERATED FILE **/
8239
- .RichTextContent-module_content__vVcWj > .ProseMirror {
8143
+ /** THIS IS AN AUTOGENERATED FILE **/
8144
+ /** THIS IS AN AUTOGENERATED FILE **/
8145
+ /** THIS IS AN AUTOGENERATED FILE **/
8146
+ /** THIS IS AN AUTOGENERATED FILE **/
8147
+ /** THIS IS AN AUTOGENERATED FILE **/
8148
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror {
8149
+ border-radius: var(--border-solid-border-radius, 7px);
8150
+ padding: var(--spacing-sm, 0.75rem) calc(var(--spacing-xs, 0.375rem) * 3);
8151
+ position: relative;
8152
+ transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
8240
8153
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8241
8154
  font-weight: var(--typography-paragraph-body-font-weight, 400);
8242
8155
  font-size: var(--typography-paragraph-body-font-size, 1rem);
@@ -8247,440 +8160,249 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8247
8160
  box-sizing: content-box;
8248
8161
  color: var(--color-purple-800, #2f2438);
8249
8162
  }
8250
- .RichTextContent-module_content__vVcWj > .ProseMirror > p {
8163
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror > p {
8251
8164
  margin: 0 0 var(--spacing-16, 1rem);
8252
8165
  }
8253
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child {
8166
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:last-child {
8254
8167
  margin-bottom: 0;
8255
8168
  }
8256
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child > li:last-of-type p {
8169
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:last-child > li:last-of-type p {
8257
8170
  margin-bottom: 0;
8258
8171
  }
8259
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child {
8172
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:first-child {
8260
8173
  margin-top: 0;
8261
8174
  }
8262
- .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child > li:first-of-type p {
8175
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:first-child > li:first-of-type p {
8263
8176
  margin-top: 0;
8264
8177
  }
8265
- .RichTextContent-module_content__vVcWj > .ProseMirror a {
8178
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror a {
8266
8179
  color: var(--color-blue-500, #0168b3);
8267
8180
  }
8268
- .RichTextContent-module_content__vVcWj > .ProseMirror a:hover {
8181
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror a:hover {
8269
8182
  text-decoration: none;
8270
8183
  }
8271
- .RichTextContent-module_content__vVcWj > .ProseMirror ul,
8272
- .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8273
- padding-inline-start: var(--spacing-40, 2.5rem);
8274
- }
8275
- .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8276
- list-style-type: decimal;
8277
- }
8278
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol {
8279
- list-style-type: lower-alpha;
8280
- }
8281
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol {
8282
- list-style-type: lower-roman;
8283
- }
8284
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul,
8285
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8184
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul,
8185
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol {
8286
8186
  padding-inline-start: var(--spacing-40, 2.5rem);
8287
8187
  }
8288
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8188
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol {
8289
8189
  list-style-type: decimal;
8290
8190
  }
8291
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol {
8191
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol {
8292
8192
  list-style-type: lower-alpha;
8293
8193
  }
8294
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol ol {
8194
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol {
8295
8195
  list-style-type: lower-roman;
8296
8196
  }
8297
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul {
8298
- list-style-type: disc;
8299
- }
8300
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul {
8301
- list-style-type: circle;
8302
- }
8303
- .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul ul {
8304
- list-style-type: square;
8305
- }
8306
- .RichTextContent-module_content__vVcWj > .ProseMirror ul {
8307
- list-style-type: disc;
8308
- }
8309
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul {
8310
- list-style-type: circle;
8311
- }
8312
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul {
8313
- list-style-type: square;
8314
- }
8315
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul,
8316
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8197
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul,
8198
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol {
8317
8199
  padding-inline-start: var(--spacing-40, 2.5rem);
8318
8200
  }
8319
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8320
- list-style-type: decimal;
8321
- }
8322
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol {
8323
- list-style-type: lower-alpha;
8324
- }
8325
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol ol {
8326
- list-style-type: lower-roman;
8327
- }
8328
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul {
8329
- list-style-type: disc;
8330
- }
8331
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul {
8332
- list-style-type: circle;
8333
- }
8334
- .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul ul {
8335
- list-style-type: square;
8336
- }
8337
- /** THIS IS AN AUTOGENERATED FILE **/
8338
- /** THIS IS AN AUTOGENERATED FILE **/
8339
- /** THIS IS AN AUTOGENERATED FILE **/
8340
- /** THIS IS AN AUTOGENERATED FILE **/
8341
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
8342
- /** THIS IS AN AUTOGENERATED FILE **/
8343
- /** THIS IS AN AUTOGENERATED FILE **/
8344
- /** THIS IS AN AUTOGENERATED FILE **/
8345
- /** THIS IS AN AUTOGENERATED FILE **/
8346
- /** THIS IS AN AUTOGENERATED FILE **/
8347
- /* 16px */
8348
- /* 16px */
8349
- /* 16px */
8350
- /*
8351
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
8352
- as this is what consumers would have expected when pulling them in a the time.
8353
- */
8354
- /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
8355
- /** THIS IS AN AUTOGENERATED FILE **/
8356
- /** THIS IS AN AUTOGENERATED FILE **/
8357
- /* stylelint-disable */
8358
- /* stylelint-enable */
8359
- /* prettier-ignore */
8360
- /* stylelint-disable */
8361
- /* stylelint-enable */
8362
- /* prettier-ignore */
8363
- /* stylelint-disable */
8364
- /* stylelint-enable */
8365
- /* prettier-ignore */
8366
- /* stylelint-disable */
8367
- /* stylelint-enable */
8368
- /* prettier-ignore */
8369
- /* stylelint-disable scss/at-if-no-null */
8370
- /* stylelint-enable scss/at-if-no-null */
8371
- /** THIS IS AN AUTOGENERATED FILE **/
8372
- /** THIS IS AN AUTOGENERATED FILE **/
8373
- /** THIS IS AN AUTOGENERATED FILE **/
8374
- /** THIS IS AN AUTOGENERATED FILE **/
8375
- /** THIS IS AN AUTOGENERATED FILE **/
8376
- /* stylelint-disable */
8377
- /* stylelint-enable */
8378
- /* prettier-ignore */
8379
- /* stylelint-disable */
8380
- /* stylelint-enable */
8381
- /* prettier-ignore */
8382
- /* prettier-ignore */
8383
- /** THIS IS AN AUTOGENERATED FILE **/
8384
- /** THIS IS AN AUTOGENERATED FILE **/
8385
- /* stylelint-disable function-name-case, scss/at-function-pattern */
8386
- /* stylelint-enable function-name-case, scss/at-function-pattern */
8387
- /* prettier-ignore */
8388
- /* prettier-ignore */
8389
- /* prettier-ignore */
8390
- /* prettier-ignore */
8391
- /* prettier-ignore */
8392
- /* prettier-ignore */
8393
- .GenericModal-module_defaultModalWidth__kG7lU {
8394
- min-width: 300px;
8395
- max-width: 600px;
8201
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol {
8202
+ list-style-type: decimal;
8396
8203
  }
8397
-
8398
- .GenericModal-module_backdropLayer__RNQ-U {
8399
- position: fixed;
8400
- background-color: #000;
8401
- opacity: 50%;
8402
- z-index: 1040;
8403
- top: 0;
8404
- bottom: 0;
8405
- inset-inline-end: 0;
8406
- inset-inline-start: 0;
8204
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol ol {
8205
+ list-style-type: lower-alpha;
8407
8206
  }
8408
-
8409
- .GenericModal-module_scrollLayer__A5VdY {
8410
- position: fixed;
8411
- display: flex;
8412
- align-items: center;
8413
- z-index: 1050;
8414
- overflow-y: auto;
8415
- top: 0;
8416
- bottom: 0;
8417
- inset-inline-end: 0;
8418
- inset-inline-start: 0;
8207
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol ol ol {
8208
+ list-style-type: lower-roman;
8419
8209
  }
8420
-
8421
- .GenericModal-module_modalLayer__WfD1U {
8422
- margin: auto;
8423
- padding: 1.5rem 0;
8424
- width: 100%;
8210
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul {
8211
+ list-style-type: disc;
8425
8212
  }
8426
-
8427
- .GenericModal-module_animatingEnter__P3wuk {
8428
- transition-duration: var(--animation-duration-fast, 300ms);
8213
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul ul {
8214
+ list-style-type: circle;
8429
8215
  }
8430
- .GenericModal-module_animatingEnter__P3wuk .GenericModal-module_backdropLayer__RNQ-U {
8431
- /*
8432
- There's a weird bug in Chrome/Blink 102.x that animates the opacity
8433
- all the way to 1 with 200ms ("rapid" token), but is fine with
8434
- 201ms, see Jira [KDS-523]
8435
- */
8436
- animation-duration: 201ms;
8437
- animation-fill-mode: forwards;
8438
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8439
- animation-name: GenericModal-module_fade-0-to-0-5__-4t3h;
8216
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul ul ul {
8217
+ list-style-type: square;
8440
8218
  }
8441
- @keyframes GenericModal-module_fade-0-to-0-5__-4t3h {
8442
- 0% {
8443
- opacity: 0;
8444
- }
8445
- 100% {
8446
- opacity: 0.5;
8447
- }
8219
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul {
8220
+ list-style-type: disc;
8448
8221
  }
8449
- .GenericModal-module_animatingEnter__P3wuk [data-modal] {
8450
- animation-duration: var(--animation-duration-fast, 300ms);
8451
- animation-fill-mode: forwards;
8452
- animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
8453
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8454
- animation-name: GenericModal-module_custom-1__G0JT4;
8222
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul {
8223
+ list-style-type: circle;
8455
8224
  }
8456
- @keyframes GenericModal-module_custom-1__G0JT4 {
8457
- 0% {
8458
- opacity: 0;
8459
- transform: scale(0.5);
8460
- }
8461
- 100% {
8462
- opacity: 1;
8463
- transform: scale(1);
8464
- }
8225
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul {
8226
+ list-style-type: square;
8465
8227
  }
8466
-
8467
- .GenericModal-module_animatingLeave__rNkKX {
8468
- transition-duration: var(--animation-duration-rapid, 200ms);
8228
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul,
8229
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
8230
+ padding-inline-start: var(--spacing-40, 2.5rem);
8469
8231
  }
8470
- .GenericModal-module_animatingLeave__rNkKX .GenericModal-module_backdropLayer__RNQ-U {
8471
- animation-duration: var(--animation-duration-rapid, 200ms);
8472
- animation-fill-mode: forwards;
8473
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8474
- animation-name: GenericModal-module_fade-0-5-to-0__JkaSn;
8232
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
8233
+ list-style-type: decimal;
8475
8234
  }
8476
- @keyframes GenericModal-module_fade-0-5-to-0__JkaSn {
8477
- 0% {
8478
- opacity: 0.5;
8479
- }
8480
- 100% {
8481
- opacity: 0;
8482
- }
8235
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol {
8236
+ list-style-type: lower-alpha;
8483
8237
  }
8484
- .GenericModal-module_animatingLeave__rNkKX [data-modal] {
8485
- animation-duration: var(--animation-duration-rapid, 200ms);
8486
- animation-fill-mode: forwards;
8487
- animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
8488
- /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8489
- animation-name: GenericModal-module_custom-3__oWflS;
8238
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol ol {
8239
+ list-style-type: lower-roman;
8490
8240
  }
8491
- @keyframes GenericModal-module_custom-3__oWflS {
8492
- 0% {
8493
- opacity: 1;
8494
- transform: scale(1);
8495
- }
8496
- 100% {
8497
- opacity: 0;
8498
- transform: scale(0.5);
8499
- }
8241
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul {
8242
+ list-style-type: disc;
8243
+ }
8244
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul {
8245
+ list-style-type: circle;
8246
+ }
8247
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul ul {
8248
+ list-style-type: square;
8249
+ }
8250
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror:hover, .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible {
8251
+ border-color: var(--color-gray-600, #524e56);
8252
+ background: var(--color-gray-200, #f4f4f5);
8253
+ }
8254
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus {
8255
+ outline: none;
8256
+ }
8257
+ .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible::after {
8258
+ content: "";
8259
+ pointer-events: none;
8260
+ position: absolute;
8261
+ background: transparent;
8262
+ border-radius: 2px 2px var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px);
8263
+ border-width: var(--border-focus-ring-border-width, 2px);
8264
+ border-style: var(--border-focus-ring-border-style, solid);
8265
+ border-color: var(--color-blue-500, #0168b3);
8266
+ inset: calc(-1 * 5px);
8500
8267
  }
8501
8268
 
8502
- .GenericModal-module_unscrollable__HjRaW {
8503
- /* Tech debt - this !important existed before Stylelint rules */
8504
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
8269
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_hasToolbar__EBxnG > .ProseMirror {
8270
+ border-top-left-radius: 0;
8271
+ border-top-right-radius: 0;
8505
8272
  }
8506
8273
 
8507
- .GenericModal-module_pseudoScrollbar__BhRqh {
8508
- /* Tech debt - this !important existed before Stylelint rules */
8509
- padding-right: 15px !important; /* stylelint-disable-line declaration-no-important */
8274
+ .RichTextEditor-module_editorLabel__om-dJ {
8275
+ margin-bottom: var(--spacing-6, 0.375rem);
8276
+ display: inline-block;
8510
8277
  }
8511
8278
 
8512
- .GenericModal-module_hide__SK9PI {
8513
- opacity: 0%;
8514
- pointer-events: none;
8279
+ /* stylelint-disable no-descending-specificity */
8280
+ .RichTextEditor-module_editorWrapper__5q3mG {
8281
+ position: relative;
8282
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
8283
+ background: var(--color-white, #ffffff);
8284
+ border-radius: var(--border-solid-border-radius, 7px);
8285
+ word-wrap: break-word;
8286
+ /* stylelint-enable no-descending-specificity */
8515
8287
  }
8516
- /** THIS IS AN AUTOGENERATED FILE **/
8517
- /** THIS IS AN AUTOGENERATED FILE **/
8518
- .TabPanel-module_tabPanel__I7hEK {
8519
- border: 2px solid transparent;
8288
+ .RichTextEditor-module_editorWrapper__5q3mG:hover, .RichTextEditor-module_editorWrapper__5q3mG:focus-within {
8289
+ border-color: var(--color-gray-600, #524e56);
8520
8290
  }
8521
- .TabPanel-module_tabPanel__I7hEK:focus {
8522
- outline: none;
8291
+ .RichTextEditor-module_editorWrapper__5q3mG:hover .RichTextEditor-module_toolbar__ceLvw, .RichTextEditor-module_editorWrapper__5q3mG:focus-within .RichTextEditor-module_toolbar__ceLvw {
8292
+ border-color: var(--color-gray-600, #524e56);
8523
8293
  }
8524
- .TabPanel-module_tabPanel__I7hEK:focus-visible {
8525
- border-color: var(--color-blue-500, #0168b3);
8526
- border-radius: var(--border-focus-ring-border-radius, 10px);
8294
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8,
8295
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8 .RichTextEditor-module_toolbar__ceLvw {
8296
+ border-color: var(--color-red-500, #c93b55);
8527
8297
  }
8528
- /** THIS IS AN AUTOGENERATED FILE **/
8529
- /** THIS IS AN AUTOGENERATED FILE **/
8530
- .TabList-module_tabList__A8Y9H {
8531
- border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
8532
- padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
8298
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover,
8299
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover .RichTextEditor-module_toolbar__ceLvw {
8300
+ border-color: var(--color-red-600, #a82433);
8301
+ }
8302
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6,
8303
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6 .RichTextEditor-module_toolbar__ceLvw {
8304
+ border-color: var(--color-yellow-600, #c68600);
8305
+ }
8306
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover,
8307
+ .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover .RichTextEditor-module_toolbar__ceLvw {
8308
+ border-color: var(--color-yellow-700, #876400);
8533
8309
  }
8534
8310
 
8535
- .TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
8536
- padding: 0;
8311
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows1__DDEf4 > .ProseMirror {
8312
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 1 - var(--spacing-16, 1rem));
8537
8313
  }
8538
- /** THIS IS AN AUTOGENERATED FILE **/
8539
- /** THIS IS AN AUTOGENERATED FILE **/
8540
- /** THIS IS AN AUTOGENERATED FILE **/
8541
- /** THIS IS AN AUTOGENERATED FILE **/
8542
- .Tab-module_tab__Rar3J {
8543
- display: inline-flex;
8544
- align-items: center;
8545
- border: 0;
8546
- border-top: 2px solid transparent;
8547
- border-left: 2px solid transparent;
8548
- border-right: 2px solid transparent;
8549
- border-top-left-radius: var(--border-borderless-border-radius, 7px);
8550
- border-top-right-radius: var(--border-borderless-border-radius, 7px);
8551
- background: var(--color-white, #ffffff);
8552
- white-space: nowrap;
8553
- text-decoration: none;
8554
- padding: var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
8555
- margin: 0;
8556
- font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8557
- font-size: var(--typography-heading-4-font-size, 1.125rem);
8558
- font-weight: var(--typography-heading-4-font-weight, 600);
8559
- line-height: var(--typography-heading-4-line-height, 1.5rem);
8560
- letter-spacing: var(--typography-heading-4-letter-spacing, normal);
8561
- color: var(--color-purple-800, #2f2438);
8314
+
8315
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows2__kzYgh > .ProseMirror {
8316
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 2 - var(--spacing-16, 1rem));
8562
8317
  }
8563
- .Tab-module_tab__Rar3J:focus {
8564
- outline: none;
8318
+
8319
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows3__SA7Zu > .ProseMirror {
8320
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 3 - var(--spacing-16, 1rem));
8565
8321
  }
8566
- .Tab-module_tab__Rar3J:focus-visible {
8567
- background: var(--color-blue-100, #e6f6ff);
8568
- color: var(--color-blue-500, #0168b3);
8569
- border-color: var(--color-blue-500, #0168b3);
8322
+
8323
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows4__gkZry > .ProseMirror {
8324
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 4 - var(--spacing-16, 1rem));
8570
8325
  }
8571
- .Tab-module_tab__Rar3J:disabled {
8572
- opacity: 30%;
8326
+
8327
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows5__4Rq2z > .ProseMirror {
8328
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 5 - var(--spacing-16, 1rem));
8573
8329
  }
8574
- .Tab-module_tab__Rar3J:not(:first-child) {
8575
- margin-inline-start: var(--spacing-xs, 0.375rem);
8330
+
8331
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows6__SH-4R > .ProseMirror {
8332
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 6 - var(--spacing-16, 1rem));
8576
8333
  }
8577
- .Tab-module_tab__Rar3J:not(:disabled):hover {
8578
- background: var(--color-blue-100, #e6f6ff);
8579
- color: var(--color-blue-500, #0168b3);
8334
+
8335
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows7__z02vY > .ProseMirror {
8336
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 7 - var(--spacing-16, 1rem));
8580
8337
  }
8581
8338
 
8582
- .Tab-module_tab__Rar3J[data-selected] {
8583
- position: relative;
8584
- color: var(--color-blue-500, #0168b3);
8339
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows8__4j-9e > .ProseMirror {
8340
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 8 - var(--spacing-16, 1rem));
8585
8341
  }
8586
- .Tab-module_tab__Rar3J[data-selected]::before {
8587
- content: "";
8588
- display: block;
8589
- border-top-left-radius: 5px;
8590
- border-top-right-radius: 5px;
8591
- background-color: currentcolor;
8592
- height: 5px;
8593
- width: 100%;
8594
- position: absolute;
8595
- left: 0;
8596
- right: 0;
8597
- bottom: 0;
8342
+
8343
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows9__67hDj > .ProseMirror {
8344
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 9 - var(--spacing-16, 1rem));
8598
8345
  }
8599
8346
 
8600
- .Tab-module_badge__4p2nd {
8601
- margin-inline-start: var(--spacing-sm, 0.75rem);
8602
- display: inline-flex;
8603
- align-items: center;
8347
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows10__qysh1 > .ProseMirror {
8348
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 10 - var(--spacing-16, 1rem));
8604
8349
  }
8605
8350
 
8606
- @media (forced-colors: active) {
8607
- .Tab-module_tab__Rar3J {
8608
- border: 2px solid transparent;
8609
- }
8610
- .Tab-module_tab__Rar3J:focus-visible::after {
8611
- content: "";
8612
- position: absolute;
8613
- background: transparent;
8614
- border-radius: var(--border-focus-ring-border-radius, 10px);
8615
- border-width: var(--border-focus-ring-border-width, 2px);
8616
- border-style: var(--border-focus-ring-border-style, solid);
8617
- border-color: transparent;
8618
- inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
8619
- }
8620
- .Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
8621
- content: "";
8622
- position: absolute;
8623
- left: 0;
8624
- right: 0;
8625
- bottom: 0;
8626
- border-bottom: 2px solid transparent;
8627
- }
8351
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows11__o5iYX > .ProseMirror {
8352
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 11 - var(--spacing-16, 1rem));
8628
8353
  }
8629
- /** THIS IS AN AUTOGENERATED FILE **/
8630
- .MultiActionTile-module_actions__mntsC {
8631
- display: flex;
8354
+
8355
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows12__ug-Nv > .ProseMirror {
8356
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 12 - var(--spacing-16, 1rem));
8632
8357
  }
8633
8358
 
8634
- .MultiActionTile-module_secondaryAction__DuXdD {
8635
- margin-inline-end: var(--spacing-8, 0.5rem);
8359
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows13__tFBG7 > .ProseMirror {
8360
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 13 - var(--spacing-16, 1rem));
8636
8361
  }
8637
- /** THIS IS AN AUTOGENERATED FILE **/
8638
- .TileGrid-module_grid__1WCNc {
8639
- list-style-type: none;
8640
- padding-inline-start: 0;
8641
- margin-block: 0;
8642
- display: grid;
8643
- grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
8644
- grid-gap: var(--spacing-md, 1.5rem);
8362
+
8363
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows14__xqS6h > .ProseMirror {
8364
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 14 - var(--spacing-16, 1rem));
8645
8365
  }
8646
- @media (max-width: 767px) {
8647
- .TileGrid-module_grid__1WCNc {
8648
- grid-template-columns: repeat(2, minmax(226px, 370px));
8649
- }
8650
- .TileGrid-module_grid__1WCNc > * {
8651
- width: 100%;
8652
- }
8366
+
8367
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows15__dzeUM > .ProseMirror {
8368
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 15 - var(--spacing-16, 1rem));
8653
8369
  }
8654
- @media (max-width: 480px) {
8655
- .TileGrid-module_grid__1WCNc {
8656
- grid-template-columns: repeat(1, 100%);
8657
- }
8370
+
8371
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows16__GyRco > .ProseMirror {
8372
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 16 - var(--spacing-16, 1rem));
8658
8373
  }
8659
- /** THIS IS AN AUTOGENERATED FILE **/
8660
- .ToggleSwitchField-module_container__e7TXD {
8661
- display: flex;
8374
+
8375
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows17__GyNby > .ProseMirror {
8376
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 17 - var(--spacing-16, 1rem));
8662
8377
  }
8663
8378
 
8664
- .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
8665
- width: 100%;
8379
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows18__fe-Rb > .ProseMirror {
8380
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 18 - var(--spacing-16, 1rem));
8666
8381
  }
8667
8382
 
8668
- .ToggleSwitchField-module_on__HQOkN label {
8669
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
8383
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows19__fc0-T > .ProseMirror {
8384
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 19 - var(--spacing-16, 1rem));
8385
+ }
8386
+
8387
+ .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows20__p9rwF > .ProseMirror {
8388
+ min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 20 - var(--spacing-16, 1rem));
8670
8389
  }
8671
8390
  /** THIS IS AN AUTOGENERATED FILE **/
8672
8391
  /** THIS IS AN AUTOGENERATED FILE **/
8392
+ .TabPanel-module_tabPanel__I7hEK {
8393
+ border: 2px solid transparent;
8394
+ }
8395
+ .TabPanel-module_tabPanel__I7hEK:focus {
8396
+ outline: none;
8397
+ }
8398
+ .TabPanel-module_tabPanel__I7hEK:focus-visible {
8399
+ border-color: var(--color-blue-500, #0168b3);
8400
+ border-radius: var(--border-focus-ring-border-radius, 10px);
8401
+ }
8673
8402
  /** THIS IS AN AUTOGENERATED FILE **/
8674
8403
  /** THIS IS AN AUTOGENERATED FILE **/
8675
8404
  /** THIS IS AN AUTOGENERATED FILE **/
8676
- /** THIS IS AN AUTOGENERATED FILE **/
8677
- /** THIS IS AN AUTOGENERATED FILE **/
8678
- /** THIS IS AN AUTOGENERATED FILE **/
8679
- .RichTextEditor-module_editor__pVKqW > .ProseMirror {
8680
- border-radius: var(--border-solid-border-radius, 7px);
8681
- padding: var(--spacing-sm, 0.75rem) calc(var(--spacing-xs, 0.375rem) * 3);
8682
- position: relative;
8683
- transition: background-color var(--animation-duration-immediate, 100ms), border-color var(--animation-duration-immediate, 100ms);
8405
+ .RichTextContent-module_content__vVcWj > .ProseMirror {
8684
8406
  font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8685
8407
  font-weight: var(--typography-paragraph-body-font-weight, 400);
8686
8408
  font-size: var(--typography-paragraph-body-font-size, 1rem);
@@ -8691,232 +8413,507 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8691
8413
  box-sizing: content-box;
8692
8414
  color: var(--color-purple-800, #2f2438);
8693
8415
  }
8694
- .RichTextEditor-module_editor__pVKqW > .ProseMirror > p {
8416
+ .RichTextContent-module_content__vVcWj > .ProseMirror > p {
8695
8417
  margin: 0 0 var(--spacing-16, 1rem);
8696
8418
  }
8697
- .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:last-child {
8419
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child {
8698
8420
  margin-bottom: 0;
8699
8421
  }
8700
- .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:last-child > li:last-of-type p {
8422
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:last-child > li:last-of-type p {
8701
8423
  margin-bottom: 0;
8702
8424
  }
8703
- .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:first-child {
8425
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child {
8704
8426
  margin-top: 0;
8705
8427
  }
8706
- .RichTextEditor-module_editor__pVKqW > .ProseMirror > *:first-child > li:first-of-type p {
8428
+ .RichTextContent-module_content__vVcWj > .ProseMirror > *:first-child > li:first-of-type p {
8707
8429
  margin-top: 0;
8708
8430
  }
8709
- .RichTextEditor-module_editor__pVKqW > .ProseMirror a {
8431
+ .RichTextContent-module_content__vVcWj > .ProseMirror a {
8710
8432
  color: var(--color-blue-500, #0168b3);
8711
8433
  }
8712
- .RichTextEditor-module_editor__pVKqW > .ProseMirror a:hover {
8434
+ .RichTextContent-module_content__vVcWj > .ProseMirror a:hover {
8713
8435
  text-decoration: none;
8714
8436
  }
8715
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul,
8716
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol {
8437
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul,
8438
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8717
8439
  padding-inline-start: var(--spacing-40, 2.5rem);
8718
8440
  }
8719
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol {
8441
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol {
8442
+ list-style-type: decimal;
8443
+ }
8444
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol {
8445
+ list-style-type: lower-alpha;
8446
+ }
8447
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol {
8448
+ list-style-type: lower-roman;
8449
+ }
8450
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul,
8451
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8452
+ padding-inline-start: var(--spacing-40, 2.5rem);
8453
+ }
8454
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol {
8455
+ list-style-type: decimal;
8456
+ }
8457
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol {
8458
+ list-style-type: lower-alpha;
8459
+ }
8460
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ol ol ol {
8461
+ list-style-type: lower-roman;
8462
+ }
8463
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul {
8464
+ list-style-type: disc;
8465
+ }
8466
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul {
8467
+ list-style-type: circle;
8468
+ }
8469
+ .RichTextContent-module_content__vVcWj > .ProseMirror ol ol ol ul ul ul {
8470
+ list-style-type: square;
8471
+ }
8472
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul {
8473
+ list-style-type: disc;
8474
+ }
8475
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul {
8476
+ list-style-type: circle;
8477
+ }
8478
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul {
8479
+ list-style-type: square;
8480
+ }
8481
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul,
8482
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8483
+ padding-inline-start: var(--spacing-40, 2.5rem);
8484
+ }
8485
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol {
8720
8486
  list-style-type: decimal;
8721
8487
  }
8722
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol {
8723
- list-style-type: lower-alpha;
8488
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol {
8489
+ list-style-type: lower-alpha;
8490
+ }
8491
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ol ol ol {
8492
+ list-style-type: lower-roman;
8493
+ }
8494
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul {
8495
+ list-style-type: disc;
8496
+ }
8497
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul {
8498
+ list-style-type: circle;
8499
+ }
8500
+ .RichTextContent-module_content__vVcWj > .ProseMirror ul ul ul ul ul ul {
8501
+ list-style-type: square;
8502
+ }
8503
+ /** THIS IS AN AUTOGENERATED FILE **/
8504
+ /** THIS IS AN AUTOGENERATED FILE **/
8505
+ /** THIS IS AN AUTOGENERATED FILE **/
8506
+ /** THIS IS AN AUTOGENERATED FILE **/
8507
+ /** THIS IS AN AUTOGENERATED FILE **/
8508
+ /** THIS IS AN AUTOGENERATED FILE **/
8509
+ /** THIS IS AN AUTOGENERATED FILE **/
8510
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
8511
+ /** THIS IS AN AUTOGENERATED FILE **/
8512
+ /** THIS IS AN AUTOGENERATED FILE **/
8513
+ /** THIS IS AN AUTOGENERATED FILE **/
8514
+ /** THIS IS AN AUTOGENERATED FILE **/
8515
+ /** THIS IS AN AUTOGENERATED FILE **/
8516
+ /* 16px */
8517
+ /* 16px */
8518
+ /* 16px */
8519
+ /*
8520
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
8521
+ as this is what consumers would have expected when pulling them in a the time.
8522
+ */
8523
+ /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
8524
+ /** THIS IS AN AUTOGENERATED FILE **/
8525
+ /** THIS IS AN AUTOGENERATED FILE **/
8526
+ /* stylelint-disable */
8527
+ /* stylelint-enable */
8528
+ /* prettier-ignore */
8529
+ /* stylelint-disable */
8530
+ /* stylelint-enable */
8531
+ /* prettier-ignore */
8532
+ /* stylelint-disable */
8533
+ /* stylelint-enable */
8534
+ /* prettier-ignore */
8535
+ /* stylelint-disable */
8536
+ /* stylelint-enable */
8537
+ /* prettier-ignore */
8538
+ /* stylelint-disable scss/at-if-no-null */
8539
+ /* stylelint-enable scss/at-if-no-null */
8540
+ /** THIS IS AN AUTOGENERATED FILE **/
8541
+ /** THIS IS AN AUTOGENERATED FILE **/
8542
+ /** THIS IS AN AUTOGENERATED FILE **/
8543
+ /** THIS IS AN AUTOGENERATED FILE **/
8544
+ /** THIS IS AN AUTOGENERATED FILE **/
8545
+ /* stylelint-disable */
8546
+ /* stylelint-enable */
8547
+ /* prettier-ignore */
8548
+ /* stylelint-disable */
8549
+ /* stylelint-enable */
8550
+ /* prettier-ignore */
8551
+ /* prettier-ignore */
8552
+ /** THIS IS AN AUTOGENERATED FILE **/
8553
+ /** THIS IS AN AUTOGENERATED FILE **/
8554
+ /* stylelint-disable function-name-case, scss/at-function-pattern */
8555
+ /* stylelint-enable function-name-case, scss/at-function-pattern */
8556
+ /* prettier-ignore */
8557
+ /* prettier-ignore */
8558
+ /* prettier-ignore */
8559
+ /* prettier-ignore */
8560
+ /* prettier-ignore */
8561
+ /* prettier-ignore */
8562
+ .InputEditModal-module_defaultModalWidth__My9Eh {
8563
+ min-width: 300px;
8564
+ max-width: 600px;
8565
+ }
8566
+
8567
+ .InputEditModal-module_backdropLayer__aVLSb {
8568
+ position: fixed;
8569
+ background-color: #000;
8570
+ opacity: 50%;
8571
+ z-index: 1040;
8572
+ top: 0;
8573
+ bottom: 0;
8574
+ inset-inline-end: 0;
8575
+ inset-inline-start: 0;
8724
8576
  }
8725
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol {
8726
- list-style-type: lower-roman;
8577
+
8578
+ .InputEditModal-module_scrollLayer__isygg {
8579
+ position: fixed;
8580
+ display: flex;
8581
+ align-items: center;
8582
+ z-index: 1050;
8583
+ overflow-y: auto;
8584
+ top: 0;
8585
+ bottom: 0;
8586
+ inset-inline-end: 0;
8587
+ inset-inline-start: 0;
8727
8588
  }
8728
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul,
8729
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol {
8730
- padding-inline-start: var(--spacing-40, 2.5rem);
8589
+
8590
+ .InputEditModal-module_modalLayer__r5vqj {
8591
+ margin: auto;
8592
+ padding: 1.5rem 0;
8593
+ width: 100%;
8731
8594
  }
8732
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol {
8733
- list-style-type: decimal;
8595
+
8596
+ .InputEditModal-module_modal__SbQqp {
8597
+ margin: auto;
8598
+ background-color: var(--color-white, #ffffff);
8599
+ border-radius: var(--border-solid-border-radius, 7px);
8600
+ box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
8601
+ position: relative;
8602
+ width: 90%;
8603
+ -webkit-font-smoothing: antialiased;
8604
+ color: var(--color-purple-800, #2f2438);
8734
8605
  }
8735
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol ol {
8736
- list-style-type: lower-alpha;
8606
+ @media (min-width: 768px) {
8607
+ .InputEditModal-module_modal__SbQqp {
8608
+ width: 100%;
8609
+ }
8737
8610
  }
8738
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ol ol ol {
8739
- list-style-type: lower-roman;
8611
+ .InputEditModal-module_modal__SbQqp:has([class*="modalLabel"]:focus-visible)::after {
8612
+ content: "";
8613
+ position: absolute;
8614
+ background: transparent;
8615
+ border-radius: var(--border-focus-ring-border-radius, 10px);
8616
+ border-width: var(--border-focus-ring-border-width, 2px);
8617
+ border-style: var(--border-focus-ring-border-style, solid);
8618
+ border-color: var(--color-blue-300, #73c0e8);
8619
+ inset: -4px;
8740
8620
  }
8741
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul {
8742
- list-style-type: disc;
8621
+
8622
+ .InputEditModal-module_animatingEnter__qZgX2 {
8623
+ transition-duration: var(--animation-duration-fast, 300ms);
8743
8624
  }
8744
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul ul {
8745
- list-style-type: circle;
8625
+ .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_backdropLayer__aVLSb {
8626
+ /*
8627
+ There's a weird bug in Chrome/Blink 102.x that animates the opacity
8628
+ all the way to 1 with 200ms ("rapid" token), but is fine with
8629
+ 201ms, see Jira [KDS-523]
8630
+ */
8631
+ animation-duration: 201ms;
8632
+ animation-fill-mode: forwards;
8633
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8634
+ animation-name: InputEditModal-module_fade-0-to-0-5__ywvjR;
8746
8635
  }
8747
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ol ol ol ul ul ul {
8748
- list-style-type: square;
8636
+ @keyframes InputEditModal-module_fade-0-to-0-5__ywvjR {
8637
+ 0% {
8638
+ opacity: 0;
8639
+ }
8640
+ 100% {
8641
+ opacity: 0.5;
8642
+ }
8749
8643
  }
8750
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul {
8751
- list-style-type: disc;
8644
+ .InputEditModal-module_animatingEnter__qZgX2 [data-modal] {
8645
+ animation-duration: var(--animation-duration-fast, 300ms);
8646
+ animation-fill-mode: forwards;
8647
+ animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
8648
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8649
+ animation-name: InputEditModal-module_custom-1__wSZX6;
8752
8650
  }
8753
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul {
8754
- list-style-type: circle;
8651
+ @keyframes InputEditModal-module_custom-1__wSZX6 {
8652
+ 0% {
8653
+ opacity: 0;
8654
+ transform: scale(0.5);
8655
+ }
8656
+ 100% {
8657
+ opacity: 1;
8658
+ transform: scale(1);
8659
+ }
8755
8660
  }
8756
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul {
8757
- list-style-type: square;
8661
+
8662
+ .InputEditModal-module_animatingLeave__S2HGz {
8663
+ transition-duration: var(--animation-duration-rapid, 200ms);
8758
8664
  }
8759
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul,
8760
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
8761
- padding-inline-start: var(--spacing-40, 2.5rem);
8665
+ .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb {
8666
+ animation-duration: var(--animation-duration-rapid, 200ms);
8667
+ animation-fill-mode: forwards;
8668
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8669
+ animation-name: InputEditModal-module_fade-0-5-to-0__s2WmG;
8762
8670
  }
8763
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol {
8764
- list-style-type: decimal;
8671
+ @keyframes InputEditModal-module_fade-0-5-to-0__s2WmG {
8672
+ 0% {
8673
+ opacity: 0.5;
8674
+ }
8675
+ 100% {
8676
+ opacity: 0;
8677
+ }
8765
8678
  }
8766
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol {
8767
- list-style-type: lower-alpha;
8679
+ .InputEditModal-module_animatingLeave__S2HGz [data-modal] {
8680
+ animation-duration: var(--animation-duration-rapid, 200ms);
8681
+ animation-fill-mode: forwards;
8682
+ animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
8683
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8684
+ animation-name: InputEditModal-module_custom-3__T3riv;
8768
8685
  }
8769
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ol ol ol {
8770
- list-style-type: lower-roman;
8686
+ @keyframes InputEditModal-module_custom-3__T3riv {
8687
+ 0% {
8688
+ opacity: 1;
8689
+ transform: scale(1);
8690
+ }
8691
+ 100% {
8692
+ opacity: 0;
8693
+ transform: scale(0.5);
8694
+ }
8771
8695
  }
8772
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul {
8773
- list-style-type: disc;
8696
+
8697
+ .InputEditModal-module_unscrollable__GN1M2 {
8698
+ /* Tech debt - this !important existed before Stylelint rules */
8699
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
8774
8700
  }
8775
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul {
8776
- list-style-type: circle;
8701
+
8702
+ .InputEditModal-module_pseudoScrollbar__WCHmn {
8703
+ /* Tech debt - this !important existed before Stylelint rules */
8704
+ padding-inline-end: 15px !important; /* stylelint-disable-line declaration-no-important */
8777
8705
  }
8778
- .RichTextEditor-module_editor__pVKqW > .ProseMirror ul ul ul ul ul ul {
8779
- list-style-type: square;
8706
+
8707
+ .InputEditModal-module_hide__N88RW {
8708
+ opacity: 0%;
8709
+ pointer-events: none;
8780
8710
  }
8781
- .RichTextEditor-module_editor__pVKqW > .ProseMirror:hover, .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible {
8782
- border-color: var(--color-gray-600, #524e56);
8783
- background: var(--color-gray-200, #f4f4f5);
8711
+
8712
+ .InputEditModal-module_modal__SbQqp {
8713
+ min-width: 300px;
8714
+ max-width: 600px;
8784
8715
  }
8785
- .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus {
8786
- outline: none;
8716
+ .InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp {
8717
+ animation-duration: var(--animation-duration-fast, 300ms);
8718
+ animation-fill-mode: forwards;
8719
+ animation-timing-function: var(--animation-easing-function-bounce-in, cubic-bezier(0.485, 0.155, 0.24, 1.245));
8720
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8721
+ animation-name: InputEditModal-module_custom-5__trORr;
8787
8722
  }
8788
- .RichTextEditor-module_editor__pVKqW > .ProseMirror:focus-visible::after {
8789
- content: "";
8790
- pointer-events: none;
8791
- position: absolute;
8792
- background: transparent;
8793
- border-radius: 2px 2px var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px);
8794
- border-width: var(--border-focus-ring-border-width, 2px);
8795
- border-style: var(--border-focus-ring-border-style, solid);
8796
- border-color: var(--color-blue-500, #0168b3);
8797
- inset: calc(-1 * 5px);
8723
+ @keyframes InputEditModal-module_custom-5__trORr {
8724
+ 0% {
8725
+ opacity: 0;
8726
+ transform: scale(0.5);
8727
+ }
8728
+ 100% {
8729
+ opacity: 1;
8730
+ transform: scale(1);
8731
+ }
8798
8732
  }
8799
-
8800
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_hasToolbar__EBxnG > .ProseMirror {
8801
- border-top-left-radius: 0;
8802
- border-top-right-radius: 0;
8733
+ .InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp {
8734
+ animation-duration: var(--animation-duration-rapid, 200ms);
8735
+ animation-fill-mode: forwards;
8736
+ animation-timing-function: var(--animation-easing-function-bounce-out, cubic-bezier(0.485, 0.155, 0.515, 0.845));
8737
+ /* stylelint-disable-next-line scss/function-unquote-no-unquoted-strings-inside */
8738
+ animation-name: InputEditModal-module_custom-7__-98CZ;
8803
8739
  }
8804
-
8805
- .RichTextEditor-module_editorLabel__om-dJ {
8806
- margin-bottom: var(--spacing-6, 0.375rem);
8807
- display: inline-block;
8740
+ @keyframes InputEditModal-module_custom-7__-98CZ {
8741
+ 0% {
8742
+ opacity: 1;
8743
+ transform: scale(1);
8744
+ }
8745
+ 100% {
8746
+ opacity: 0;
8747
+ transform: scale(0.5);
8748
+ }
8808
8749
  }
8809
8750
 
8810
- /* stylelint-disable no-descending-specificity */
8811
- .RichTextEditor-module_editorWrapper__5q3mG {
8812
- position: relative;
8813
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
8814
- background: var(--color-white, #ffffff);
8815
- border-radius: var(--border-solid-border-radius, 7px);
8816
- word-wrap: break-word;
8817
- /* stylelint-enable no-descending-specificity */
8818
- }
8819
- .RichTextEditor-module_editorWrapper__5q3mG:hover, .RichTextEditor-module_editorWrapper__5q3mG:focus-within {
8820
- border-color: var(--color-gray-600, #524e56);
8751
+ .InputEditModal-module_header__nivTf {
8752
+ color: var(--color-purple-800, #2f2438);
8753
+ text-align: start;
8821
8754
  }
8822
- .RichTextEditor-module_editorWrapper__5q3mG:hover .RichTextEditor-module_toolbar__ceLvw, .RichTextEditor-module_editorWrapper__5q3mG:focus-within .RichTextEditor-module_toolbar__ceLvw {
8823
- border-color: var(--color-gray-600, #524e56);
8755
+ .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
8756
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
8824
8757
  }
8825
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8,
8826
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8 .RichTextEditor-module_toolbar__ceLvw {
8827
- border-color: var(--color-red-500, #c93b55);
8758
+ @media (max-width: 768px) {
8759
+ .InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS {
8760
+ padding: var(--spacing-md, 1.5rem);
8761
+ }
8828
8762
  }
8829
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover,
8830
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_error__Xugz8:hover .RichTextEditor-module_toolbar__ceLvw {
8831
- border-color: var(--color-red-600, #a82433);
8763
+
8764
+ .InputEditModal-module_body__LyxBE {
8765
+ background: var(--color-gray-200, #f4f4f5);
8832
8766
  }
8833
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6,
8834
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6 .RichTextEditor-module_toolbar__ceLvw {
8835
- border-color: var(--color-yellow-600, #c68600);
8767
+ .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
8768
+ padding: var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem) var(--spacing-md, 1.5rem) var(--spacing-lg, 2.25rem);
8836
8769
  }
8837
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover,
8838
- .RichTextEditor-module_editorWrapper__5q3mG.RichTextEditor-module_caution__6q0z6:hover .RichTextEditor-module_toolbar__ceLvw {
8839
- border-color: var(--color-yellow-700, #876400);
8770
+ @media (max-width: 768px) {
8771
+ .InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS {
8772
+ padding: var(--spacing-md, 1.5rem);
8773
+ }
8840
8774
  }
8841
-
8842
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows1__DDEf4 > .ProseMirror {
8843
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 1 - var(--spacing-16, 1rem));
8775
+ /** THIS IS AN AUTOGENERATED FILE **/
8776
+ .MultiActionTile-module_actions__mntsC {
8777
+ display: flex;
8844
8778
  }
8845
8779
 
8846
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows2__kzYgh > .ProseMirror {
8847
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 2 - var(--spacing-16, 1rem));
8780
+ .MultiActionTile-module_secondaryAction__DuXdD {
8781
+ margin-inline-end: var(--spacing-8, 0.5rem);
8848
8782
  }
8849
-
8850
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows3__SA7Zu > .ProseMirror {
8851
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 3 - var(--spacing-16, 1rem));
8783
+ /** THIS IS AN AUTOGENERATED FILE **/
8784
+ /** THIS IS AN AUTOGENERATED FILE **/
8785
+ .TabList-module_tabList__A8Y9H {
8786
+ border-bottom: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
8787
+ padding: var(--spacing-xs, 0.375rem) var(--spacing-md, 1.5rem) 0;
8852
8788
  }
8853
8789
 
8854
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows4__gkZry > .ProseMirror {
8855
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 4 - var(--spacing-16, 1rem));
8790
+ .TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J {
8791
+ padding: 0;
8856
8792
  }
8857
-
8858
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows5__4Rq2z > .ProseMirror {
8859
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 5 - var(--spacing-16, 1rem));
8793
+ /** THIS IS AN AUTOGENERATED FILE **/
8794
+ .ToggleSwitchField-module_container__e7TXD {
8795
+ display: flex;
8860
8796
  }
8861
8797
 
8862
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows6__SH-4R > .ProseMirror {
8863
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 6 - var(--spacing-16, 1rem));
8798
+ .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
8799
+ width: 100%;
8864
8800
  }
8865
8801
 
8866
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows7__z02vY > .ProseMirror {
8867
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 7 - var(--spacing-16, 1rem));
8802
+ .ToggleSwitchField-module_on__HQOkN label {
8803
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
8868
8804
  }
8869
-
8870
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows8__4j-9e > .ProseMirror {
8871
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 8 - var(--spacing-16, 1rem));
8805
+ /** THIS IS AN AUTOGENERATED FILE **/
8806
+ .TileGrid-module_grid__1WCNc {
8807
+ list-style-type: none;
8808
+ padding-inline-start: 0;
8809
+ margin-block: 0;
8810
+ display: grid;
8811
+ grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
8812
+ grid-gap: var(--spacing-md, 1.5rem);
8872
8813
  }
8873
-
8874
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows9__67hDj > .ProseMirror {
8875
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 9 - var(--spacing-16, 1rem));
8814
+ @media (max-width: 767px) {
8815
+ .TileGrid-module_grid__1WCNc {
8816
+ grid-template-columns: repeat(2, minmax(226px, 370px));
8817
+ }
8818
+ .TileGrid-module_grid__1WCNc > * {
8819
+ width: 100%;
8820
+ }
8876
8821
  }
8877
-
8878
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows10__qysh1 > .ProseMirror {
8879
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 10 - var(--spacing-16, 1rem));
8822
+ @media (max-width: 480px) {
8823
+ .TileGrid-module_grid__1WCNc {
8824
+ grid-template-columns: repeat(1, 100%);
8825
+ }
8880
8826
  }
8881
-
8882
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows11__o5iYX > .ProseMirror {
8883
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 11 - var(--spacing-16, 1rem));
8827
+ /** THIS IS AN AUTOGENERATED FILE **/
8828
+ /** THIS IS AN AUTOGENERATED FILE **/
8829
+ /** THIS IS AN AUTOGENERATED FILE **/
8830
+ /** THIS IS AN AUTOGENERATED FILE **/
8831
+ .Tab-module_tab__Rar3J {
8832
+ display: inline-flex;
8833
+ align-items: center;
8834
+ border: 0;
8835
+ border-top: 2px solid transparent;
8836
+ border-left: 2px solid transparent;
8837
+ border-right: 2px solid transparent;
8838
+ border-top-left-radius: var(--border-borderless-border-radius, 7px);
8839
+ border-top-right-radius: var(--border-borderless-border-radius, 7px);
8840
+ background: var(--color-white, #ffffff);
8841
+ white-space: nowrap;
8842
+ text-decoration: none;
8843
+ padding: var(--spacing-md, 1.5rem) var(--spacing-md, 1.5rem);
8844
+ margin: 0;
8845
+ font-family: var(--typography-heading-4-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
8846
+ font-size: var(--typography-heading-4-font-size, 1.125rem);
8847
+ font-weight: var(--typography-heading-4-font-weight, 600);
8848
+ line-height: var(--typography-heading-4-line-height, 1.5rem);
8849
+ letter-spacing: var(--typography-heading-4-letter-spacing, normal);
8850
+ color: var(--color-purple-800, #2f2438);
8884
8851
  }
8885
-
8886
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows12__ug-Nv > .ProseMirror {
8887
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 12 - var(--spacing-16, 1rem));
8852
+ .Tab-module_tab__Rar3J:focus {
8853
+ outline: none;
8888
8854
  }
8889
-
8890
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows13__tFBG7 > .ProseMirror {
8891
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 13 - var(--spacing-16, 1rem));
8855
+ .Tab-module_tab__Rar3J:focus-visible {
8856
+ background: var(--color-blue-100, #e6f6ff);
8857
+ color: var(--color-blue-500, #0168b3);
8858
+ border-color: var(--color-blue-500, #0168b3);
8892
8859
  }
8893
-
8894
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows14__xqS6h > .ProseMirror {
8895
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 14 - var(--spacing-16, 1rem));
8860
+ .Tab-module_tab__Rar3J:disabled {
8861
+ opacity: 30%;
8896
8862
  }
8897
-
8898
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows15__dzeUM > .ProseMirror {
8899
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 15 - var(--spacing-16, 1rem));
8863
+ .Tab-module_tab__Rar3J:not(:first-child) {
8864
+ margin-inline-start: var(--spacing-xs, 0.375rem);
8900
8865
  }
8901
-
8902
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows16__GyRco > .ProseMirror {
8903
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 16 - var(--spacing-16, 1rem));
8866
+ .Tab-module_tab__Rar3J:not(:disabled):hover {
8867
+ background: var(--color-blue-100, #e6f6ff);
8868
+ color: var(--color-blue-500, #0168b3);
8904
8869
  }
8905
8870
 
8906
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows17__GyNby > .ProseMirror {
8907
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 17 - var(--spacing-16, 1rem));
8871
+ .Tab-module_tab__Rar3J[data-selected] {
8872
+ position: relative;
8873
+ color: var(--color-blue-500, #0168b3);
8908
8874
  }
8909
-
8910
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows18__fe-Rb > .ProseMirror {
8911
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 18 - var(--spacing-16, 1rem));
8875
+ .Tab-module_tab__Rar3J[data-selected]::before {
8876
+ content: "";
8877
+ display: block;
8878
+ border-top-left-radius: 5px;
8879
+ border-top-right-radius: 5px;
8880
+ background-color: currentcolor;
8881
+ height: 5px;
8882
+ width: 100%;
8883
+ position: absolute;
8884
+ left: 0;
8885
+ right: 0;
8886
+ bottom: 0;
8912
8887
  }
8913
8888
 
8914
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows19__fc0-T > .ProseMirror {
8915
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 19 - var(--spacing-16, 1rem));
8889
+ .Tab-module_badge__4p2nd {
8890
+ margin-inline-start: var(--spacing-sm, 0.75rem);
8891
+ display: inline-flex;
8892
+ align-items: center;
8916
8893
  }
8917
8894
 
8918
- .RichTextEditor-module_editor__pVKqW.RichTextEditor-module_rows20__p9rwF > .ProseMirror {
8919
- min-height: calc((var(--typography-paragraph-body-line-height, 1.5rem) + var(--spacing-16, 1rem)) * 20 - var(--spacing-16, 1rem));
8895
+ @media (forced-colors: active) {
8896
+ .Tab-module_tab__Rar3J {
8897
+ border: 2px solid transparent;
8898
+ }
8899
+ .Tab-module_tab__Rar3J:focus-visible::after {
8900
+ content: "";
8901
+ position: absolute;
8902
+ background: transparent;
8903
+ border-radius: var(--border-focus-ring-border-radius, 10px);
8904
+ border-width: var(--border-focus-ring-border-width, 2px);
8905
+ border-style: var(--border-focus-ring-border-style, solid);
8906
+ border-color: transparent;
8907
+ inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
8908
+ }
8909
+ .Tab-module_tab__Rar3J.Tab-module_selected__MApD6::before {
8910
+ content: "";
8911
+ position: absolute;
8912
+ left: 0;
8913
+ right: 0;
8914
+ bottom: 0;
8915
+ border-bottom: 2px solid transparent;
8916
+ }
8920
8917
  }
8921
8918
  /** THIS IS AN AUTOGENERATED FILE **/
8922
8919
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -9060,14 +9057,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9060
9057
 
9061
9058
  /* stylelint-enable no-descending-specificity */
9062
9059
  /** THIS IS AN AUTOGENERATED FILE **/
9063
- .MultiSelectOptions-module_multiSelectOptions__b8hYg {
9064
- display: flex;
9065
- flex-direction: column;
9066
- border: none;
9067
- padding: 0;
9068
- margin: 0;
9069
- }
9070
- /** THIS IS AN AUTOGENERATED FILE **/
9071
9060
  /** THIS IS AN AUTOGENERATED FILE **/
9072
9061
  /** THIS IS AN AUTOGENERATED FILE **/
9073
9062
  .MultiSelectToggle-module_multiSelectToggle__CeR4G {
@@ -9166,6 +9155,14 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9166
9155
  border-color: var(--color-blue-500, #0168b3);
9167
9156
  }
9168
9157
  /** THIS IS AN AUTOGENERATED FILE **/
9158
+ .MultiSelectOptions-module_multiSelectOptions__b8hYg {
9159
+ display: flex;
9160
+ flex-direction: column;
9161
+ border: none;
9162
+ padding: 0;
9163
+ margin: 0;
9164
+ }
9165
+ /** THIS IS AN AUTOGENERATED FILE **/
9169
9166
  /** THIS IS AN AUTOGENERATED FILE **/
9170
9167
  .ToastNotificationsList-module_toastNotificationsList__APiSP {
9171
9168
  display: flex;
@@ -9200,25 +9197,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9200
9197
  text-align: center;
9201
9198
  }
9202
9199
  /** THIS IS AN AUTOGENERATED FILE **/
9203
- /** THIS IS AN AUTOGENERATED FILE **/
9204
- .DropdownButton-module_dropdownButton__PqQH6 {
9205
- display: inline-flex;
9206
- position: relative;
9207
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9208
- margin-inline-start: var(--border-solid-border-width, 2px);
9209
- padding: var(--spacing-12, 0.75rem);
9210
- border-start-start-radius: 0;
9211
- border-end-start-radius: 0;
9212
- border-start-end-radius: var(--border-solid-border-radius, 7px);
9213
- border-end-end-radius: var(--border-solid-border-radius, 7px);
9214
- border-inline-start-width: 0;
9215
- }
9216
- .DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
9217
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9218
- margin-inline-start: unset;
9219
- border-inline-start-width: var(--border-solid-border-width, 2px);
9220
- }
9221
- /** THIS IS AN AUTOGENERATED FILE **/
9222
9200
  .ActionButton-module_actionButton__mJRl4 {
9223
9201
  border-start-start-radius: var(--border-solid-border-radius, 7px);
9224
9202
  border-end-start-radius: var(--border-solid-border-radius, 7px);
@@ -9557,38 +9535,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9557
9535
  color: var(--color-purple-800, #2f2438);
9558
9536
  --icon-color: var(--color-red-500);
9559
9537
  }
9560
- .DateInputField-module_disabled__-Y0lJ {
9561
- opacity: 0.3;
9562
- }
9563
- .SVG-module_icon__8J5Ev {
9564
- width: 20px;
9565
- height: 20px;
9566
- display: inline-block;
9567
- }
9568
- .SVG-module_icon__8J5Ev > use {
9569
- pointer-events: none;
9570
- }
9571
- @media screen and (-ms-high-contrast: active) {
9572
- .SVG-module_icon__8J5Ev {
9573
- color: black;
9574
- }
9575
- }
9576
- @media screen and (-ms-high-contrast: white-on-black) {
9577
- .SVG-module_icon__8J5Ev {
9578
- color: white;
9579
- }
9580
- }
9581
- @media screen and (-ms-high-contrast: black-on-white) {
9582
- .SVG-module_icon__8J5Ev {
9583
- color: black;
9584
- }
9585
- }
9586
-
9587
- .SVG-module_inheritSize__Q8iam {
9588
- width: inherit;
9589
- height: inherit;
9590
- display: block;
9591
- }
9592
9538
  /** THIS IS AN AUTOGENERATED FILE **/
9593
9539
  .TimeSegment-module_timeSegmentWrapper__WYD6y {
9594
9540
  white-space: nowrap;
@@ -9625,6 +9571,57 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
9625
9571
  .TimeSegment-module_dayPeriod__fzT5I {
9626
9572
  margin-right: 4px;
9627
9573
  }
9574
+ .DateInputField-module_disabled__-Y0lJ {
9575
+ opacity: 0.3;
9576
+ }
9577
+ .SVG-module_icon__8J5Ev {
9578
+ width: 20px;
9579
+ height: 20px;
9580
+ display: inline-block;
9581
+ }
9582
+ .SVG-module_icon__8J5Ev > use {
9583
+ pointer-events: none;
9584
+ }
9585
+ @media screen and (-ms-high-contrast: active) {
9586
+ .SVG-module_icon__8J5Ev {
9587
+ color: black;
9588
+ }
9589
+ }
9590
+ @media screen and (-ms-high-contrast: white-on-black) {
9591
+ .SVG-module_icon__8J5Ev {
9592
+ color: white;
9593
+ }
9594
+ }
9595
+ @media screen and (-ms-high-contrast: black-on-white) {
9596
+ .SVG-module_icon__8J5Ev {
9597
+ color: black;
9598
+ }
9599
+ }
9600
+
9601
+ .SVG-module_inheritSize__Q8iam {
9602
+ width: inherit;
9603
+ height: inherit;
9604
+ display: block;
9605
+ }
9606
+ /** THIS IS AN AUTOGENERATED FILE **/
9607
+ /** THIS IS AN AUTOGENERATED FILE **/
9608
+ .DropdownButton-module_dropdownButton__PqQH6 {
9609
+ display: inline-flex;
9610
+ position: relative;
9611
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9612
+ margin-inline-start: var(--border-solid-border-width, 2px);
9613
+ padding: var(--spacing-12, 0.75rem);
9614
+ border-start-start-radius: 0;
9615
+ border-end-start-radius: 0;
9616
+ border-start-end-radius: var(--border-solid-border-radius, 7px);
9617
+ border-end-end-radius: var(--border-solid-border-radius, 7px);
9618
+ border-inline-start-width: 0;
9619
+ }
9620
+ .DropdownButton-module_dropdownButton__PqQH6:hover, .DropdownButton-module_dropdownButton__PqQH6:active, .DropdownButton-module_dropdownButton__PqQH6:focus-visible {
9621
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
9622
+ margin-inline-start: unset;
9623
+ border-inline-start-width: var(--border-solid-border-width, 2px);
9624
+ }
9628
9625
  /** THIS IS AN AUTOGENERATED FILE **/
9629
9626
  /** THIS IS AN AUTOGENERATED FILE **/
9630
9627
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10118,9 +10115,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10118
10115
  margin-top: var(--spacing-sm, 0.75rem);
10119
10116
  height: var(--spacing-xl, 3rem);
10120
10117
  }
10121
- .ModalAccessibleDescription-module_modalDescription__gq-Mn {
10122
- grid-column-start: 2;
10123
- }
10124
10118
  /** THIS IS AN AUTOGENERATED FILE **/
10125
10119
  /** THIS IS AN AUTOGENERATED FILE **/
10126
10120
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10176,6 +10170,64 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10176
10170
  /** THIS IS AN AUTOGENERATED FILE **/
10177
10171
  /** THIS IS AN AUTOGENERATED FILE **/
10178
10172
  /** THIS IS AN AUTOGENERATED FILE **/
10173
+ @media (max-width: 768px) {
10174
+ .ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
10175
+ font-size: 1.625rem;
10176
+ line-height: 2rem;
10177
+ }
10178
+ }
10179
+ @media (max-width: 375px) {
10180
+ .ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
10181
+ font-size: 1.5rem;
10182
+ line-height: 1.875rem;
10183
+ }
10184
+ }
10185
+ .ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
10186
+ grid-column-start: 2;
10187
+ text-align: start;
10188
+ }
10189
+ .ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
10190
+ outline: none;
10191
+ }
10192
+ /** THIS IS AN AUTOGENERATED FILE **/
10193
+ /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10194
+ /** THIS IS AN AUTOGENERATED FILE **/
10195
+ /** THIS IS AN AUTOGENERATED FILE **/
10196
+ /** THIS IS AN AUTOGENERATED FILE **/
10197
+ /** THIS IS AN AUTOGENERATED FILE **/
10198
+ /** THIS IS AN AUTOGENERATED FILE **/
10199
+ /* 16px */
10200
+ /* 16px */
10201
+ /* 16px */
10202
+ /*
10203
+ Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
10204
+ as this is what consumers would have expected when pulling them in a the time.
10205
+ */
10206
+ /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10207
+ .ModalHeader-module_dismissButton__YhHZl {
10208
+ position: absolute;
10209
+ z-index: 1060;
10210
+ top: 0;
10211
+ inset-inline-end: 0;
10212
+ inset-inline-start: auto;
10213
+ }
10214
+
10215
+ .ModalHeader-module_layout__K8x4O {
10216
+ width: 100%;
10217
+ }
10218
+
10219
+ .ModalHeader-module_fixed__JEeic {
10220
+ position: absolute;
10221
+ inset-block-start: 0;
10222
+ inset-inline-start: 0;
10223
+ }
10224
+
10225
+ .ModalHeader-module_filler__w1MCN {
10226
+ visibility: hidden;
10227
+ }
10228
+ /** THIS IS AN AUTOGENERATED FILE **/
10229
+ /** THIS IS AN AUTOGENERATED FILE **/
10230
+ /** THIS IS AN AUTOGENERATED FILE **/
10179
10231
  .ModalFooter-module_actions__q2PiD {
10180
10232
  display: flex;
10181
10233
  flex-direction: row-reverse;
@@ -10208,11 +10260,11 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10208
10260
  }
10209
10261
 
10210
10262
  .ModalFooter-module_actionButton__YD4vG + .ModalFooter-module_actionButton__YD4vG {
10211
- margin-right: var(--spacing-sm, 0.75rem);
10263
+ margin-inline-end: var(--spacing-sm, 0.75rem);
10212
10264
  }
10213
10265
  @media (max-width: calc(768px - 1px)) {
10214
10266
  .ModalFooter-module_actionButton__YD4vG + .ModalFooter-module_actionButton__YD4vG {
10215
- margin-top: var(--spacing-sm, 0.75rem);
10267
+ margin-block-start: var(--spacing-sm, 0.75rem);
10216
10268
  }
10217
10269
  }
10218
10270
 
@@ -10228,7 +10280,7 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10228
10280
  }
10229
10281
 
10230
10282
  .ModalFooter-module_border__jj-Zy {
10231
- border-top: 1px solid var(--border-solid-border-color, #e1e2ea);
10283
+ border-block-start: 1px solid var(--border-solid-border-color, #e1e2ea);
10232
10284
  }
10233
10285
 
10234
10286
  .ModalFooter-module_start__0GJno {
@@ -10243,70 +10295,15 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10243
10295
 
10244
10296
  .ModalFooter-module_fixed__mV5fZ {
10245
10297
  position: absolute;
10246
- bottom: 0;
10247
- left: 0;
10298
+ inset-block-end: 0;
10299
+ inset-inline-start: 0;
10248
10300
  }
10249
10301
 
10250
10302
  .ModalFooter-module_filler__kElGb {
10251
10303
  visibility: hidden;
10252
10304
  }
10253
- /** THIS IS AN AUTOGENERATED FILE **/
10254
- /* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10255
- /** THIS IS AN AUTOGENERATED FILE **/
10256
- /** THIS IS AN AUTOGENERATED FILE **/
10257
- /** THIS IS AN AUTOGENERATED FILE **/
10258
- /** THIS IS AN AUTOGENERATED FILE **/
10259
- /** THIS IS AN AUTOGENERATED FILE **/
10260
- /* 16px */
10261
- /* 16px */
10262
- /* 16px */
10263
- /*
10264
- Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
10265
- as this is what consumers would have expected when pulling them in a the time.
10266
- */
10267
- /* stylelint-enable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
10268
- .ModalHeader-module_dismissButton__YhHZl {
10269
- position: absolute;
10270
- z-index: 1060;
10271
- top: 0;
10272
- inset-inline-end: 0;
10273
- inset-inline-start: auto;
10274
- }
10275
-
10276
- .ModalHeader-module_layout__K8x4O {
10277
- width: 100%;
10278
- }
10279
-
10280
- .ModalHeader-module_fixed__JEeic {
10281
- position: absolute;
10282
- top: 0;
10283
- left: 0;
10284
- }
10285
-
10286
- .ModalHeader-module_filler__w1MCN {
10287
- visibility: hidden;
10288
- }
10289
- /** THIS IS AN AUTOGENERATED FILE **/
10290
- /** THIS IS AN AUTOGENERATED FILE **/
10291
- /** THIS IS AN AUTOGENERATED FILE **/
10292
- @media (max-width: 768px) {
10293
- .ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
10294
- font-size: 1.625rem;
10295
- line-height: 2rem;
10296
- }
10297
- }
10298
- @media (max-width: 375px) {
10299
- .ModalAccessibleLabel-module_modalLabel__CQAIs h2 {
10300
- font-size: 1.5rem;
10301
- line-height: 1.875rem;
10302
- }
10303
- }
10304
- .ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY {
10305
+ .ModalAccessibleDescription-module_modalDescription__gq-Mn {
10305
10306
  grid-column-start: 2;
10306
- text-align: left;
10307
- }
10308
- .ModalAccessibleLabel-module_modalLabel__CQAIs:focus {
10309
- outline: none;
10310
10307
  }
10311
10308
  /** THIS IS AN AUTOGENERATED FILE **/
10312
10309
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10374,9 +10371,18 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10374
10371
  color: var(--color-white, #ffffff);
10375
10372
  }
10376
10373
  /** THIS IS AN AUTOGENERATED FILE **/
10377
- .Toolbar-module_toolbar__ooRzV {
10378
- display: block;
10379
- border-bottom: 2px solid var(--color-gray-500, #878792);
10374
+ /** THIS IS AN AUTOGENERATED FILE **/
10375
+ .ToolbarSection-module_toolbarSection__nCI0O {
10376
+ display: inline-flex;
10377
+ align-items: center;
10378
+ gap: var(--spacing-xs, 0.375rem);
10379
+ margin: var(--spacing-xs, 0.375rem) 0;
10380
+ padding: 0 var(--spacing-xs, 0.375rem);
10381
+ flex-wrap: wrap;
10382
+ }
10383
+
10384
+ .ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
10385
+ border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
10380
10386
  }
10381
10387
  /** THIS IS AN AUTOGENERATED FILE **/
10382
10388
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10475,36 +10481,13 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10475
10481
  opacity: 100%;
10476
10482
  outline: var(--color-purple-800, #2f2438) var(--border-solid-border-style, solid) var(--border-focus-ring-border-width, 2px);
10477
10483
  }
10478
- /** THIS IS AN AUTOGENERATED FILE **/
10479
- .FilterDatePickerField-module_filterDatePickerField__ClXMw {
10480
- width: 288px;
10481
- display: grid;
10482
- gap: var(--spacing-16, 1rem);
10483
- }
10484
- /** THIS IS AN AUTOGENERATED FILE **/
10485
- /** THIS IS AN AUTOGENERATED FILE **/
10486
- .ToolbarSection-module_toolbarSection__nCI0O {
10487
- display: inline-flex;
10488
- align-items: center;
10489
- gap: var(--spacing-xs, 0.375rem);
10490
- margin: var(--spacing-xs, 0.375rem) 0;
10491
- padding: 0 var(--spacing-xs, 0.375rem);
10492
- flex-wrap: wrap;
10493
- }
10494
-
10495
- .ToolbarSection-module_toolbarSection__nCI0O + .ToolbarSection-module_toolbarSection__nCI0O {
10496
- border-inline-start: 1px solid rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.1);
10497
- }
10498
10484
  .DateInputField-module_disabled__gfago {
10499
10485
  opacity: 0.3;
10500
10486
  }
10501
10487
  /** THIS IS AN AUTOGENERATED FILE **/
10502
- .FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
10503
- display: contents;
10504
- }
10505
-
10506
- .FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
10507
- margin-bottom: var(--spacing-24, 1.5rem);
10488
+ .Toolbar-module_toolbar__ooRzV {
10489
+ display: block;
10490
+ border-bottom: 2px solid var(--color-gray-500, #878792);
10508
10491
  }
10509
10492
  /** THIS IS AN AUTOGENERATED FILE **/
10510
10493
  .DateRangeDisplayLabel-module_dateRangeDisplayLabel__g7nVd {
@@ -10512,40 +10495,18 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10512
10495
  gap: var(--spacing-6, 0.375rem);
10513
10496
  }
10514
10497
  /** THIS IS AN AUTOGENERATED FILE **/
10515
- .DateRangeInputField-module_dateRangeInputContainer__zjhqr {
10516
- display: flex;
10517
- margin: 0;
10518
- padding: 0;
10519
- border: none;
10520
- }
10521
-
10522
- .DateRangeInputField-module_inputStartDate__fLwxZ input {
10523
- border-start-end-radius: 0;
10524
- border-end-end-radius: 0;
10525
- }
10526
- .DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
10527
- /* stylelint-disable declaration-no-important */
10528
- border-start-end-radius: 0 !important;
10529
- border-end-end-radius: 0 !important;
10530
- /* stylelint-enable declaration-no-important */
10531
- }
10532
-
10533
- .DateRangeInputField-module_inputEndDate__j0qQu input {
10534
- position: relative;
10535
- inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
10536
- border-start-start-radius: 0;
10537
- border-end-start-radius: 0;
10498
+ .FilterDatePickerField-module_filterDatePickerField__ClXMw {
10499
+ width: 288px;
10500
+ display: grid;
10501
+ gap: var(--spacing-16, 1rem);
10538
10502
  }
10539
- .DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
10540
- /* stylelint-disable declaration-no-important */
10541
- border-start-start-radius: 0 !important;
10542
- border-end-start-radius: 0 !important;
10543
- inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
10544
- /* stylelint-enable declaration-no-important */
10503
+ /** THIS IS AN AUTOGENERATED FILE **/
10504
+ .FilterDateRangePickerField-module_filterDateRangePickerField__fSmbz {
10505
+ display: contents;
10545
10506
  }
10546
10507
 
10547
- .DateRangeInputField-module_disabled__vOSK8 {
10548
- opacity: 0.3;
10508
+ .FilterDateRangePickerField-module_dateRangeInputField__EEU-X {
10509
+ margin-bottom: var(--spacing-24, 1.5rem);
10549
10510
  }
10550
10511
  /** THIS IS AN AUTOGENERATED FILE **/
10551
10512
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10625,9 +10586,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10625
10586
  color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
10626
10587
  margin: var(--spacing-6, 0.375rem) 0;
10627
10588
  }
10628
- .NoResults-module_container__2l8Ol {
10629
- padding: 1.125rem;
10630
- }
10631
10589
  /** THIS IS AN AUTOGENERATED FILE **/
10632
10590
  .LoadMoreButton-module_container__sXwB6 {
10633
10591
  padding: var(--spacing-sm, 0.75rem) var(--spacing-sm, 0.75rem) 0;
@@ -10650,33 +10608,6 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10650
10608
  width: 294px;
10651
10609
  }
10652
10610
  /** THIS IS AN AUTOGENERATED FILE **/
10653
- .SearchInput-module_inputSearchContainer__u9K6k {
10654
- position: relative;
10655
- margin: 0 var(--spacing-sm, 0.75rem);
10656
- }
10657
- .SectionDivider-module_divider__G-itP {
10658
- margin: 0.5rem 0;
10659
- }
10660
- .ListBox-module_listBox__BqCVd {
10661
- list-style: none;
10662
- margin-top: 0;
10663
- margin-bottom: 0;
10664
- padding: 0;
10665
- display: grid;
10666
- max-height: 22rem;
10667
- }
10668
-
10669
- .ListBox-module_listBox__BqCVd:focus-visible {
10670
- outline: none;
10671
- }
10672
- /** THIS IS AN AUTOGENERATED FILE **/
10673
- .SectionDivider-module_divider__EZpOd {
10674
- margin: var(--spacing-8, 0.5rem) 0;
10675
- }
10676
- .SectionDivider-module_divider__EZpOd:first-child, .SectionDivider-module_divider__EZpOd:last-child, .SectionDivider-module_divider__EZpOd + .SectionDivider-module_divider__EZpOd {
10677
- display: none;
10678
- }
10679
- /** THIS IS AN AUTOGENERATED FILE **/
10680
10611
  /** THIS IS AN AUTOGENERATED FILE **/
10681
10612
  /** THIS IS AN AUTOGENERATED FILE **/
10682
10613
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10734,6 +10665,14 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10734
10665
  .SelectionControlButton-module_button__u-ysH.SelectionControlButton-module_isDisabled__0axMR:focus-visible::after {
10735
10666
  border-color: var(--color-gray-400, #cdcdd0);
10736
10667
  }
10668
+ .SectionDivider-module_divider__G-itP {
10669
+ margin: 0.5rem 0;
10670
+ }
10671
+ /** THIS IS AN AUTOGENERATED FILE **/
10672
+ .SearchInput-module_inputSearchContainer__u9K6k {
10673
+ position: relative;
10674
+ margin: 0 var(--spacing-sm, 0.75rem);
10675
+ }
10737
10676
  /** THIS IS AN AUTOGENERATED FILE **/
10738
10677
  /** THIS IS AN AUTOGENERATED FILE **/
10739
10678
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -10821,6 +10760,45 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10821
10760
  .MultiSelectOption-module_isSelected__IZggh:hover .MultiSelectOption-module_icon__78XCm, .MultiSelectOption-module_isSelected__IZggh:active .MultiSelectOption-module_icon__78XCm, .MultiSelectOption-module_isSelected__IZggh:focus .MultiSelectOption-module_icon__78XCm {
10822
10761
  background-color: var(--color-gray-600, #524e56);
10823
10762
  }
10763
+ .NoResults-module_container__2l8Ol {
10764
+ padding: 1.125rem;
10765
+ }
10766
+ /** THIS IS AN AUTOGENERATED FILE **/
10767
+ .DateRangeInputField-module_dateRangeInputContainer__zjhqr {
10768
+ display: flex;
10769
+ margin: 0;
10770
+ padding: 0;
10771
+ border: none;
10772
+ }
10773
+
10774
+ .DateRangeInputField-module_inputStartDate__fLwxZ input {
10775
+ border-start-end-radius: 0;
10776
+ border-end-end-radius: 0;
10777
+ }
10778
+ .DateRangeInputField-module_inputStartDate__fLwxZ input + [class*=focusRing] {
10779
+ /* stylelint-disable declaration-no-important */
10780
+ border-start-end-radius: 0 !important;
10781
+ border-end-end-radius: 0 !important;
10782
+ /* stylelint-enable declaration-no-important */
10783
+ }
10784
+
10785
+ .DateRangeInputField-module_inputEndDate__j0qQu input {
10786
+ position: relative;
10787
+ inset-inline-start: calc(-1 * var(--border-solid-border-width, 2px));
10788
+ border-start-start-radius: 0;
10789
+ border-end-start-radius: 0;
10790
+ }
10791
+ .DateRangeInputField-module_inputEndDate__j0qQu input + [class*=focusRing] {
10792
+ /* stylelint-disable declaration-no-important */
10793
+ border-start-start-radius: 0 !important;
10794
+ border-end-start-radius: 0 !important;
10795
+ inset-inline: calc(-1 * (2 * var(--border-solid-border-width, 2px) + 1px)) -1px !important;
10796
+ /* stylelint-enable declaration-no-important */
10797
+ }
10798
+
10799
+ .DateRangeInputField-module_disabled__vOSK8 {
10800
+ opacity: 0.3;
10801
+ }
10824
10802
  /** THIS IS AN AUTOGENERATED FILE **/
10825
10803
  .ListBoxSection-module_sectionWrapper__SsXWN {
10826
10804
  display: flex;
@@ -10839,93 +10817,33 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
10839
10817
  flex-direction: column;
10840
10818
  padding: var(--spacing-xs, 0.375rem) 0 0 0;
10841
10819
  }
10842
- /** THIS IS AN AUTOGENERATED FILE **/
10843
- .SelectPopoverContents-module_selectPopoverContents__rmEWn {
10844
- padding: var(--spacing-12, 0.75rem);
10845
- }
10846
- /** THIS IS AN AUTOGENERATED FILE **/
10847
- .DateRangeValidationMessage-module_fieldMessageList__4-tJ7 {
10848
- margin: var(--spacing-0, 0);
10849
- padding-inline-start: var(--spacing-24, 1.5rem);
10850
- }
10851
- /** THIS IS AN AUTOGENERATED FILE **/
10852
- /** THIS IS AN AUTOGENERATED FILE **/
10853
- /** THIS IS AN AUTOGENERATED FILE **/
10854
- /** THIS IS AN AUTOGENERATED FILE **/
10855
- .Option-module_icon__6dMZa {
10856
- line-height: 1;
10857
- height: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10858
- width: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10859
- display: inline-flex;
10860
- justify-content: center;
10861
- align-items: center;
10820
+ .ListBox-module_listBox__BqCVd {
10821
+ list-style: none;
10822
+ margin-top: 0;
10823
+ margin-bottom: 0;
10824
+ padding: 0;
10825
+ display: grid;
10826
+ max-height: 22rem;
10862
10827
  }
10863
10828
 
10864
- .Option-module_option__q837b {
10865
- height: fit-content;
10866
- align-items: center;
10867
- display: inline-grid;
10868
- grid-template-columns: auto var(--spacing-md, 1.5rem);
10869
- gap: var(--spacing-xs, 0.375rem);
10870
- padding-block: var(--spacing-8, 0.5rem);
10871
- padding-inline: var(--spacing-12, 0.75rem) var(--spacing-6, 0.375rem);
10872
- position: relative;
10873
- font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
10874
- font-size: var(--typography-paragraph-body-font-size, 1rem);
10875
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
10876
- font-weight: var(--typography-paragraph-body-font-weight, 400);
10877
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
10878
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
10879
- border-color: var(--border-borderless-border-color, transparent);
10880
- border-radius: 4px;
10881
- cursor: default;
10882
- }
10883
- .Option-module_option__q837b:focus {
10829
+ .ListBox-module_listBox__BqCVd:focus-visible {
10884
10830
  outline: none;
10885
10831
  }
10886
- .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ {
10887
- background-color: var(--color-blue-100, #e6f6ff);
10888
- color: var(--color-blue-500, #0168b3);
10889
- }
10890
- .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ::after {
10891
- content: "";
10892
- position: absolute;
10893
- background: transparent;
10894
- border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
10895
- border-radius: 4px;
10896
- inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
10897
- z-index: 1;
10898
- }
10899
- .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ .Option-module_icon__6dMZa {
10900
- color: var(--color-blue-500, #0168b3);
10901
- }
10902
- .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U), .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) {
10903
- background-color: var(--color-blue-100, #e6f6ff);
10904
- color: var(--color-blue-500, #0168b3);
10905
- }
10906
- .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa, .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa {
10907
- color: var(--color-blue-500, #0168b3);
10908
- }
10909
-
10910
- .Option-module_isSelected__w9brB {
10911
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
10912
- color: var(--color-blue-500, #0168b3);
10832
+ /** THIS IS AN AUTOGENERATED FILE **/
10833
+ .SelectPopoverContents-module_selectPopoverContents__rmEWn {
10834
+ padding: var(--spacing-12, 0.75rem);
10913
10835
  }
10914
- .Option-module_isSelected__w9brB.Option-module_icon__6dMZa {
10915
- color: var(--color-blue-500, #0168b3);
10836
+ /** THIS IS AN AUTOGENERATED FILE **/
10837
+ .SectionDivider-module_divider__EZpOd {
10838
+ margin: var(--spacing-8, 0.5rem) 0;
10916
10839
  }
10917
-
10918
- .Option-module_disabled__rgx8U {
10919
- color: var(--color-gray-500, #878792);
10840
+ .SectionDivider-module_divider__EZpOd:first-child, .SectionDivider-module_divider__EZpOd:last-child, .SectionDivider-module_divider__EZpOd + .SectionDivider-module_divider__EZpOd {
10841
+ display: none;
10920
10842
  }
10921
10843
  /** THIS IS AN AUTOGENERATED FILE **/
10922
- .MenuLoadingSkeleton-module_loadingInput__-6KsQ {
10923
- margin-bottom: var(--spacing-sm, 0.75rem);
10924
- }
10925
-
10926
- .MenuLoadingSkeleton-module_loadingContainer__QFFBR {
10927
- margin-left: var(--spacing-sm, 0.75rem);
10928
- margin-right: var(--spacing-sm, 0.75rem);
10844
+ .DateRangeValidationMessage-module_fieldMessageList__4-tJ7 {
10845
+ margin: var(--spacing-0, 0);
10846
+ padding-inline-start: var(--spacing-24, 1.5rem);
10929
10847
  }
10930
10848
  /** THIS IS AN AUTOGENERATED FILE **/
10931
10849
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -11054,6 +10972,85 @@ label .ToggleSwitch-module_disabled__3H-9R.ToggleSwitch-module_track__fcDMP {
11054
10972
  text-overflow: ellipsis;
11055
10973
  padding-inline-end: var(--spacing-12);
11056
10974
  }
10975
+ /** THIS IS AN AUTOGENERATED FILE **/
10976
+ /** THIS IS AN AUTOGENERATED FILE **/
10977
+ /** THIS IS AN AUTOGENERATED FILE **/
10978
+ /** THIS IS AN AUTOGENERATED FILE **/
10979
+ .Option-module_icon__6dMZa {
10980
+ line-height: 1;
10981
+ height: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10982
+ width: calc(var(--spacing-md, 1.5rem) - var(--border-solid-border-width, 2px) * 2);
10983
+ display: inline-flex;
10984
+ justify-content: center;
10985
+ align-items: center;
10986
+ }
10987
+
10988
+ .Option-module_option__q837b {
10989
+ height: fit-content;
10990
+ align-items: center;
10991
+ display: inline-grid;
10992
+ grid-template-columns: auto var(--spacing-md, 1.5rem);
10993
+ gap: var(--spacing-xs, 0.375rem);
10994
+ padding-block: var(--spacing-8, 0.5rem);
10995
+ padding-inline: var(--spacing-12, 0.75rem) var(--spacing-6, 0.375rem);
10996
+ position: relative;
10997
+ font-family: var(--typography-paragraph-body-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
10998
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
10999
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
11000
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
11001
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
11002
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid);
11003
+ border-color: var(--border-borderless-border-color, transparent);
11004
+ border-radius: 4px;
11005
+ cursor: default;
11006
+ }
11007
+ .Option-module_option__q837b:focus {
11008
+ outline: none;
11009
+ }
11010
+ .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ {
11011
+ background-color: var(--color-blue-100, #e6f6ff);
11012
+ color: var(--color-blue-500, #0168b3);
11013
+ }
11014
+ .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ::after {
11015
+ content: "";
11016
+ position: absolute;
11017
+ background: transparent;
11018
+ border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) var(--color-blue-500, #0168b3);
11019
+ border-radius: 4px;
11020
+ inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px) * 2 + 1px));
11021
+ z-index: 1;
11022
+ }
11023
+ .Option-module_option__q837b.Option-module_isFocusVisible__gIulJ .Option-module_icon__6dMZa {
11024
+ color: var(--color-blue-500, #0168b3);
11025
+ }
11026
+ .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U), .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) {
11027
+ background-color: var(--color-blue-100, #e6f6ff);
11028
+ color: var(--color-blue-500, #0168b3);
11029
+ }
11030
+ .Option-module_option__q837b:hover:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa, .Option-module_option__q837b:active:not(.Option-module_disabled__rgx8U) .Option-module_icon__6dMZa {
11031
+ color: var(--color-blue-500, #0168b3);
11032
+ }
11033
+
11034
+ .Option-module_isSelected__w9brB {
11035
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
11036
+ color: var(--color-blue-500, #0168b3);
11037
+ }
11038
+ .Option-module_isSelected__w9brB.Option-module_icon__6dMZa {
11039
+ color: var(--color-blue-500, #0168b3);
11040
+ }
11041
+
11042
+ .Option-module_disabled__rgx8U {
11043
+ color: var(--color-gray-500, #878792);
11044
+ }
11045
+ /** THIS IS AN AUTOGENERATED FILE **/
11046
+ .MenuLoadingSkeleton-module_loadingInput__-6KsQ {
11047
+ margin-bottom: var(--spacing-sm, 0.75rem);
11048
+ }
11049
+
11050
+ .MenuLoadingSkeleton-module_loadingContainer__QFFBR {
11051
+ margin-left: var(--spacing-sm, 0.75rem);
11052
+ margin-right: var(--spacing-sm, 0.75rem);
11053
+ }
11057
11054
  .LinkModal-module_validationErrorMessage__APw4U ul {
11058
11055
  margin-bottom: 0;
11059
11056
  }