@kaizen/components 1.64.14 → 1.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/cjs/__future__/Tabs/Tabs.cjs +23 -0
  2. package/dist/cjs/__future__/Tabs/subcomponents/Tab/Tab.cjs +39 -0
  3. package/dist/cjs/__future__/Tabs/subcomponents/Tab/Tab.module.css.cjs +7 -0
  4. package/dist/cjs/__future__/Tabs/subcomponents/TabList/TabList.cjs +31 -0
  5. package/dist/cjs/__future__/Tabs/subcomponents/TabList/TabList.module.css.cjs +7 -0
  6. package/dist/cjs/__future__/Tabs/subcomponents/TabPanel/TabPanel.cjs +24 -0
  7. package/dist/cjs/future.cjs +8 -0
  8. package/dist/esm/__future__/Tabs/Tabs.mjs +15 -0
  9. package/dist/esm/__future__/Tabs/subcomponents/Tab/Tab.mjs +30 -0
  10. package/dist/esm/__future__/Tabs/subcomponents/Tab/Tab.module.css.mjs +5 -0
  11. package/dist/esm/__future__/Tabs/subcomponents/TabList/TabList.mjs +22 -0
  12. package/dist/esm/__future__/Tabs/subcomponents/TabList/TabList.module.css.mjs +5 -0
  13. package/dist/esm/__future__/Tabs/subcomponents/TabPanel/TabPanel.mjs +16 -0
  14. package/dist/esm/future.mjs +4 -0
  15. package/dist/styles.css +188 -71
  16. package/dist/types/Tabs/subcomponents/index.d.ts +0 -1
  17. package/dist/types/__future__/Tabs/Tabs.d.ts +11 -0
  18. package/dist/types/__future__/Tabs/index.d.ts +2 -0
  19. package/dist/types/__future__/Tabs/subcomponents/Tab/Tab.d.ts +12 -0
  20. package/dist/types/__future__/Tabs/subcomponents/Tab/index.d.ts +1 -0
  21. package/dist/types/__future__/Tabs/subcomponents/TabList/TabList.d.ts +17 -0
  22. package/dist/types/__future__/Tabs/subcomponents/TabList/index.d.ts +1 -0
  23. package/dist/types/__future__/Tabs/subcomponents/TabPanel/TabPanel.d.ts +6 -0
  24. package/dist/types/__future__/Tabs/subcomponents/TabPanel/index.d.ts +1 -0
  25. package/dist/types/__future__/Tabs/subcomponents/index.d.ts +3 -0
  26. package/dist/types/__future__/index.d.ts +1 -0
  27. package/package.json +2 -2
  28. package/src/Tabs/subcomponents/index.ts +0 -1
  29. package/src/__future__/Tabs/Tabs.tsx +18 -0
  30. package/src/__future__/Tabs/_docs/Tabs--api-specification.mdx +43 -0
  31. package/src/__future__/Tabs/_docs/Tabs--migration-guide.mdx +93 -0
  32. package/src/__future__/Tabs/_docs/Tabs.stories.tsx +74 -0
  33. package/src/__future__/Tabs/index.ts +2 -0
  34. package/src/__future__/Tabs/subcomponents/Tab/Tab.module.css +94 -0
  35. package/src/__future__/Tabs/subcomponents/Tab/Tab.tsx +58 -0
  36. package/src/__future__/Tabs/subcomponents/Tab/index.ts +1 -0
  37. package/src/__future__/Tabs/subcomponents/TabList/TabList.module.css +8 -0
  38. package/src/__future__/Tabs/subcomponents/TabList/TabList.tsx +45 -0
  39. package/src/__future__/Tabs/subcomponents/TabList/index.ts +1 -0
  40. package/src/__future__/Tabs/subcomponents/TabPanel/TabPanel.module.css +12 -0
  41. package/src/__future__/Tabs/subcomponents/TabPanel/TabPanel.tsx +20 -0
  42. package/src/__future__/Tabs/subcomponents/TabPanel/index.ts +1 -0
  43. package/src/__future__/Tabs/subcomponents/index.ts +3 -0
  44. package/src/__future__/index.ts +1 -0
package/dist/styles.css CHANGED
@@ -1,62 +1,4 @@
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:700;--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:700;--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:700;--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:700;--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:700;--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
- /** THIS IS AN AUTOGENERATED FILE **/
3
- /** THIS IS AN AUTOGENERATED FILE **/
4
- .OverlayArrow-module_overlayArrow__hoDyK {
5
- display: flex;
6
- padding: 8px;
7
- }
8
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
9
- padding: 0 8px;
10
- }
11
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
12
- padding: 8px 0;
13
- }
14
- .OverlayArrow-module_overlayArrow__hoDyK path {
15
- fill: var(--color-purple-800, #2f2438);
16
- 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));
17
- }
18
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
19
- transform: rotate(90deg);
20
- }
21
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
22
- transform: rotate(180deg);
23
- }
24
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
25
- transform: rotate(270deg);
26
- }
27
- .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
28
- fill: var(--color-white, #ffffff);
29
- }
30
- .Menu-module_menu__iHYqh {
31
- background-color: var(--color-white);
32
- color: var(--color-purple-800);
33
- width: 248px;
34
- max-height: 22rem;
35
- overflow: auto;
36
- padding-block: var(--spacing-6);
37
- outline: none;
38
- border-radius: var(--border-solid-border-radius);
39
- box-shadow: var(--shadow-large-box-shadow);
40
- }
41
-
42
- .Menu-module_menu__iHYqh .react-aria-Header {
43
- font-family: var(--typography-heading-6-font-family);
44
- font-size: var(--typography-heading-6-font-size);
45
- letter-spacing: var(--typography-heading-6-letter-spacing);
46
- font-weight: var(--typography-heading-6-font-weight);
47
- line-height: var(--typography-heading-6-line-height);
48
- padding: var(--spacing-6) 10px;
49
- margin-inline: var(--spacing-6);
50
- }
51
-
52
- .Menu-module_menu__iHYqh section:not(:last-of-type)::after {
53
- width: 100%;
54
- height: 1px;
55
- background-color: var(--border-solid-border-color);
56
- content: "";
57
- display: block;
58
- margin-block: var(--spacing-6);
59
- }
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:700;--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}}
60
2
  .MenuItem-module_item__DPerF {
61
3
  font-family: var(--typography-paragraph-body-font-family);
62
4
  font-size: var(--typography-paragraph-body-font-size);
@@ -182,6 +124,36 @@
182
124
  .Focusable-module_focusableWrapper__NfuIi {
183
125
  display: inline-flex;
184
126
  }
127
+ .Menu-module_menu__iHYqh {
128
+ background-color: var(--color-white);
129
+ color: var(--color-purple-800);
130
+ width: 248px;
131
+ max-height: 22rem;
132
+ overflow: auto;
133
+ padding-block: var(--spacing-6);
134
+ outline: none;
135
+ border-radius: var(--border-solid-border-radius);
136
+ box-shadow: var(--shadow-large-box-shadow);
137
+ }
138
+
139
+ .Menu-module_menu__iHYqh .react-aria-Header {
140
+ font-family: var(--typography-heading-6-font-family);
141
+ font-size: var(--typography-heading-6-font-size);
142
+ letter-spacing: var(--typography-heading-6-letter-spacing);
143
+ font-weight: var(--typography-heading-6-font-weight);
144
+ line-height: var(--typography-heading-6-line-height);
145
+ padding: var(--spacing-6) 10px;
146
+ margin-inline: var(--spacing-6);
147
+ }
148
+
149
+ .Menu-module_menu__iHYqh section:not(:last-of-type)::after {
150
+ width: 100%;
151
+ height: 1px;
152
+ background-color: var(--border-solid-border-color);
153
+ content: "";
154
+ display: block;
155
+ margin-block: var(--spacing-6);
156
+ }
185
157
  /** THIS IS AN AUTOGENERATED FILE **/
186
158
  /** THIS IS AN AUTOGENERATED FILE **/
187
159
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -238,6 +210,34 @@
238
210
  opacity: 1;
239
211
  }
240
212
  }
213
+ /** THIS IS AN AUTOGENERATED FILE **/
214
+ /** THIS IS AN AUTOGENERATED FILE **/
215
+ .OverlayArrow-module_overlayArrow__hoDyK {
216
+ display: flex;
217
+ padding: 8px;
218
+ }
219
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
220
+ padding: 0 8px;
221
+ }
222
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
223
+ padding: 8px 0;
224
+ }
225
+ .OverlayArrow-module_overlayArrow__hoDyK path {
226
+ fill: var(--color-purple-800, #2f2438);
227
+ 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));
228
+ }
229
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
230
+ transform: rotate(90deg);
231
+ }
232
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
233
+ transform: rotate(180deg);
234
+ }
235
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
236
+ transform: rotate(270deg);
237
+ }
238
+ .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
239
+ fill: var(--color-white, #ffffff);
240
+ }
241
241
  .SVG-module_icon__8J5Ev {
242
242
  width: 20px;
243
243
  height: 20px;
@@ -378,7 +378,7 @@
378
378
  width: 100%;
379
379
  font-size: 22px;
380
380
  font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
381
- font-weight: var(--typography-heading-1-font-weight, 700);
381
+ font-weight: var(--typography-heading-1-font-weight, 500);
382
382
  letter-spacing: var(--typography-heading-3-letter-spacing, normal);
383
383
  }
384
384
  .Avatar-module_initials__VDY2Q:not(.Avatar-module_longName__31Yuf)::before {
@@ -461,7 +461,7 @@
461
461
  height: 4.5rem;
462
462
  font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
463
463
  font-size: var(--typography-heading-3-font-size, 1.375rem);
464
- font-weight: var(--typography-heading-3-font-weight, 700);
464
+ font-weight: var(--typography-heading-3-font-weight, 600);
465
465
  letter-spacing: var(--typography-heading-3-letter-spacing, normal);
466
466
  }
467
467
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -591,7 +591,7 @@
591
591
 
592
592
  .Heading-module_heading-1__PbAcw {
593
593
  font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
594
- font-weight: var(--typography-heading-1-font-weight, 700);
594
+ font-weight: var(--typography-heading-1-font-weight, 500);
595
595
  font-size: var(--typography-heading-1-font-size, 2.125rem);
596
596
  line-height: var(--typography-heading-1-line-height, 2.625rem);
597
597
  letter-spacing: var(--typography-heading-1-letter-spacing, normal);
@@ -599,7 +599,7 @@
599
599
 
600
600
  .Heading-module_heading-2__Ovpfe {
601
601
  font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
602
- font-weight: var(--typography-heading-2-font-weight, 700);
602
+ font-weight: var(--typography-heading-2-font-weight, 600);
603
603
  font-size: var(--typography-heading-2-font-size, 1.75rem);
604
604
  line-height: var(--typography-heading-2-line-height, 2.25rem);
605
605
  letter-spacing: var(--typography-heading-2-letter-spacing, normal);
@@ -607,7 +607,7 @@
607
607
 
608
608
  .Heading-module_heading-3__S4Pb1 {
609
609
  font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
610
- font-weight: var(--typography-heading-3-font-weight, 700);
610
+ font-weight: var(--typography-heading-3-font-weight, 600);
611
611
  font-size: var(--typography-heading-3-font-size, 1.375rem);
612
612
  line-height: var(--typography-heading-3-line-height, 1.875rem);
613
613
  letter-spacing: var(--typography-heading-3-letter-spacing, normal);
@@ -631,7 +631,7 @@
631
631
 
632
632
  .Heading-module_heading-6__kts-- {
633
633
  font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
634
- font-weight: var(--typography-heading-6-font-weight, 700);
634
+ font-weight: var(--typography-heading-6-font-weight, 600);
635
635
  font-size: var(--typography-heading-6-font-size, 0.875rem);
636
636
  line-height: var(--typography-heading-6-line-height, 1.5rem);
637
637
  letter-spacing: var(--typography-heading-6-letter-spacing, normal);
@@ -2431,7 +2431,7 @@
2431
2431
  font-size: var(--typography-heading-6-font-size, 0.875rem);
2432
2432
  line-height: var(--typography-heading-6-line-height, 1.5rem);
2433
2433
  letter-spacing: var(--typography-heading-6-letter-spacing, normal);
2434
- font-weight: var(--typography-heading-6-font-weight, 700);
2434
+ font-weight: var(--typography-heading-6-font-weight, 600);
2435
2435
  }
2436
2436
 
2437
2437
  .Label-module_radio__-Iu-D, .Label-module_checkbox__Fhjww {
@@ -4560,7 +4560,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
4560
4560
  .ListBoxSection-module_listBoxSectionHeader__N-2Fi {
4561
4561
  font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
4562
4562
  font-size: var(--typography-heading-6-font-size, 0.875rem);
4563
- font-weight: var(--typography-heading-6-font-weight, 700);
4563
+ font-weight: var(--typography-heading-6-font-weight, 600);
4564
4564
  line-height: var(--typography-heading-6-line-height, 1.5rem);
4565
4565
  color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
4566
4566
  margin: var(--spacing-6, 0.375rem) 0;
@@ -5541,7 +5541,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
5541
5541
  .GenericNotification-module_title__dvQOr {
5542
5542
  position: relative;
5543
5543
  font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5544
- font-weight: var(--typography-heading-6-font-weight, 700);
5544
+ font-weight: var(--typography-heading-6-font-weight, 600);
5545
5545
  font-size: var(--typography-heading-6-font-size, 0.875rem);
5546
5546
  line-height: var(--typography-heading-6-line-height, 1.5rem);
5547
5547
  letter-spacing: var(--typography-heading-6-letter-spacing, normal);
@@ -7703,6 +7703,123 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7703
7703
  padding-block: var(--spacing-4, 0.25rem);
7704
7704
  padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
7705
7705
  }
7706
+ .Tab-module_tab__-XtyL {
7707
+ display: inline-flex;
7708
+ align-items: center;
7709
+ border: 2px solid transparent;
7710
+ border-bottom: 0;
7711
+ border-top-left-radius: var(--border-borderless-border-radius);
7712
+ border-top-right-radius: var(--border-borderless-border-radius);
7713
+ background: var(--color-white);
7714
+ white-space: nowrap;
7715
+ text-decoration: none;
7716
+ padding: var(--spacing-md) var(--spacing-md);
7717
+ margin: 0;
7718
+ font-family: var(--typography-heading-4-font-family);
7719
+ font-size: var(--typography-heading-4-font-size);
7720
+ font-weight: var(--typography-heading-4-font-weight);
7721
+ line-height: var(--typography-heading-4-line-height);
7722
+ letter-spacing: var(--typography-heading-4-letter-spacing);
7723
+ color: var(--color-purple-800);
7724
+
7725
+ &:focus {
7726
+ outline: none;
7727
+ }
7728
+
7729
+ &:focus-visible {
7730
+ background: var(--color-blue-100);
7731
+ color: var(--color-blue-500);
7732
+ border-color: var(--color-blue-500);
7733
+ }
7734
+
7735
+ &[data-disabled] {
7736
+ opacity: 0.3;
7737
+ }
7738
+
7739
+ &:not(:first-child) {
7740
+ margin-inline-start: var(--spacing-xs);
7741
+ }
7742
+
7743
+ &:not([data-disabled]):hover {
7744
+ background: var(--color-blue-100);
7745
+ color: var(--color-blue-500);
7746
+ }
7747
+ }
7748
+
7749
+ .Tab-module_tab__-XtyL[data-selected] {
7750
+ position: relative;
7751
+ color: var(--color-blue-500);
7752
+
7753
+ &::before {
7754
+ content: "";
7755
+ display: block;
7756
+ border-top-left-radius: 5px;
7757
+ border-top-right-radius: 5px;
7758
+ background-color: currentcolor;
7759
+ height: 5px;
7760
+ width: 100%;
7761
+ position: absolute;
7762
+ left: 0;
7763
+ right: 0;
7764
+ bottom: 0;
7765
+ }
7766
+ }
7767
+
7768
+ .Tab-module_badge__Zfili {
7769
+ margin-inline-start: var(--spacing-sm);
7770
+ display: inline-flex;
7771
+ align-items: center;
7772
+ }
7773
+
7774
+ @media (forced-colors: active) {
7775
+ .Tab-module_tab__-XtyL {
7776
+ border: 2px solid transparent;
7777
+
7778
+ &:focus-visible::after {
7779
+ content: "";
7780
+ position: absolute;
7781
+ background: transparent;
7782
+ border-radius: var(--border-focus-ring-border-radius);
7783
+ border-width: var(--border-focus-ring-border-width);
7784
+ border-style: var(--border-focus-ring-border-style);
7785
+ border-color: transparent;
7786
+ inset: -2px;
7787
+ }
7788
+ }
7789
+
7790
+ .Tab-module_tab__-XtyL[data-selected]::before {
7791
+ /* High contrast also doesn't see the pseudo element created to show the active tab. */
7792
+ content: "";
7793
+ position: absolute;
7794
+ left: 0;
7795
+ right: 0;
7796
+ bottom: 0;
7797
+ border-bottom: 2px solid transparent;
7798
+ }
7799
+ }
7800
+
7801
+ .TabList-module_tabList__e1qAi {
7802
+ border-bottom: 1px solid rgba(var(--color-gray-600-rgb), 0.1);
7803
+ padding: var(--spacing-xs) var(--spacing-md) 0;
7804
+ }
7805
+
7806
+ .TabList-module_noPadding__YM23K {
7807
+ padding: 0;
7808
+ }
7809
+
7810
+ .TabPanel-module_tabPanel__ae5Rx {
7811
+ border: 2px solid transparent;
7812
+
7813
+ &:focus {
7814
+ outline: none;
7815
+ }
7816
+
7817
+ &:focus-visible {
7818
+ border-color: var(--color-blue-500);
7819
+ border-radius: var(--border-focus-ring-border-radius);
7820
+ }
7821
+ }
7822
+
7706
7823
  /** THIS IS AN AUTOGENERATED FILE **/
7707
7824
  /** THIS IS AN AUTOGENERATED FILE **/
7708
7825
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -9378,7 +9495,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
9378
9495
  }
9379
9496
  .Select-module_specificityIncreaser__cZtQV .Select-module_groupHeading__eNw6U {
9380
9497
  font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
9381
- font-weight: var(--typography-heading-6-font-weight, 700);
9498
+ font-weight: var(--typography-heading-6-font-weight, 600);
9382
9499
  font-size: var(--typography-heading-6-font-size, 0.875rem);
9383
9500
  line-height: var(--typography-heading-6-line-height, 1.5rem);
9384
9501
  letter-spacing: var(--typography-heading-6-letter-spacing, normal);
@@ -11404,7 +11521,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
11404
11521
  margin-right: 1.5rem;
11405
11522
  margin-left: 0;
11406
11523
  font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
11407
- font-weight: var(--typography-heading-2-font-weight, 700);
11524
+ font-weight: var(--typography-heading-2-font-weight, 600);
11408
11525
  font-size: var(--typography-heading-2-font-size, 1.75rem);
11409
11526
  line-height: var(--typography-heading-2-line-height, 2.25rem);
11410
11527
  letter-spacing: var(--typography-heading-2-letter-spacing, normal);
@@ -11416,7 +11533,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
11416
11533
  @media (max-width: 1644px) {
11417
11534
  .TitleBlockZen-module_sectionTitleOverride__GDHqp.TitleBlockZen-module_sectionTitleOverride__GDHqp {
11418
11535
  font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
11419
- font-weight: var(--typography-heading-3-font-weight, 700);
11536
+ font-weight: var(--typography-heading-3-font-weight, 600);
11420
11537
  font-size: var(--typography-heading-3-font-size, 1.375rem);
11421
11538
  line-height: var(--typography-heading-3-line-height, 1.875rem);
11422
11539
  letter-spacing: var(--typography-heading-3-letter-spacing, normal);
@@ -2,4 +2,3 @@ export * from "./Tab";
2
2
  export * from "./TabList";
3
3
  export * from "./TabPanel";
4
4
  export * from "./TabPanels";
5
- export * from "./Tab";
@@ -0,0 +1,11 @@
1
+ import { TabsProps as RACTabsProps, Key as RACKey } from "react-aria-components";
2
+ export type TabsProps = Omit<RACTabsProps, "orientation">;
3
+ export type Key = RACKey;
4
+ /**
5
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081929117/Tabs Guidance} |
6
+ * {@link https://cultureamp.design/?path=/docs/components-tabs--controlled Storybook}
7
+ *
8
+ * Wrapper around all of the tab subcomponents
9
+ * Holds a TabList and TabPanels
10
+ */
11
+ export declare const Tabs: (props: TabsProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from "./Tabs";
2
+ export * from "./subcomponents";
@@ -0,0 +1,12 @@
1
+ import { TabProps as RACTabProps } from "react-aria-components";
2
+ export type TabProps = {
3
+ /**
4
+ * Adds a Kaizen Badge component to the tab.
5
+ * Comes with some logic baked in - changes variant based on active/focus/hover state.
6
+ */
7
+ badge?: string;
8
+ } & Omit<RACTabProps, "href" | "hrefLang" | "target" | "rel" | "download" | "ping" | "referrerPolicy">;
9
+ /**
10
+ * A tab button
11
+ */
12
+ export declare const Tab: (props: TabProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from "./Tab";
@@ -0,0 +1,17 @@
1
+ import { ReactNode } from "react";
2
+ import { TabListProps as RACTabListProps } from "react-aria-components";
3
+ export type TabListProps = {
4
+ /**
5
+ * Accessible name for the set of tabs
6
+ */
7
+ "aria-label": string;
8
+ /**
9
+ * Removes the built in padding
10
+ */
11
+ noPadding?: boolean;
12
+ children: ReactNode;
13
+ } & RACTabListProps<HTMLElement>;
14
+ /**
15
+ * Wrapper for the tabs themselves
16
+ */
17
+ export declare const TabList: (props: TabListProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from "./TabList";
@@ -0,0 +1,6 @@
1
+ import { TabPanelProps as RACTabPanelProps } from "react-aria-components";
2
+ export type TabPanelProps = RACTabPanelProps;
3
+ /**
4
+ * Wrapper for the content that shows when tab is active
5
+ */
6
+ export declare const TabPanel: (props: TabPanelProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from "./TabPanel";
@@ -0,0 +1,3 @@
1
+ export * from "./Tab/";
2
+ export * from "./TabList/";
3
+ export * from "./TabPanel/";
@@ -1,2 +1,3 @@
1
1
  export * from "./Select";
2
2
  export * from "./Tag";
3
+ export * from "./Tabs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.64.14",
3
+ "version": "1.65.0",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -119,7 +119,7 @@
119
119
  "svgo": "^3.3.2",
120
120
  "tslib": "^2.7.0",
121
121
  "tsx": "^4.19.1",
122
- "@kaizen/design-tokens": "10.6.3",
122
+ "@kaizen/design-tokens": "10.7.0",
123
123
  "@kaizen/package-bundler": "1.1.7"
124
124
  },
125
125
  "peerDependencies": {
@@ -2,4 +2,3 @@ export * from "./Tab"
2
2
  export * from "./TabList"
3
3
  export * from "./TabPanel"
4
4
  export * from "./TabPanels"
5
- export * from "./Tab"
@@ -0,0 +1,18 @@
1
+ import React from "react"
2
+ import {
3
+ Tabs as RACTabs,
4
+ TabsProps as RACTabsProps,
5
+ Key as RACKey,
6
+ } from "react-aria-components"
7
+
8
+ export type TabsProps = Omit<RACTabsProps, "orientation">
9
+ export type Key = RACKey
10
+
11
+ /**
12
+ * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081929117/Tabs Guidance} |
13
+ * {@link https://cultureamp.design/?path=/docs/components-tabs--controlled Storybook}
14
+ *
15
+ * Wrapper around all of the tab subcomponents
16
+ * Holds a TabList and TabPanels
17
+ */
18
+ export const Tabs = (props: TabsProps): JSX.Element => <RACTabs {...props} />
@@ -0,0 +1,43 @@
1
+ import { Canvas, Controls, Meta } from "@storybook/blocks"
2
+ import { ResourceLinks, KAIOInstallation } from "~storybook/components"
3
+ import * as TabsStories from "./Tabs.stories"
4
+
5
+ <Meta title="Components/Tabs/Tabs (Future)/API Specification" />
6
+
7
+ # Tabs
8
+
9
+ <ResourceLinks
10
+ sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Tabs"
11
+ figma="https://www.figma.com/file/eZKEE5kXbEMY3lx84oz8iN/%F0%9F%92%9C-UI-Kit%3A-Heart?type=design&node-id=1929%3A28886&mode=design&t=AGMmnoJia9RscurE-1"
12
+ designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081929117/Tabs"
13
+
14
+ />
15
+
16
+ <KAIOInstallation
17
+ exportNames={["Tabs", "TabList", "Tab", "TabPanel"]}
18
+ isFuture
19
+ />
20
+
21
+ ## Overview
22
+
23
+ <Canvas of={TabsStories.Playground} />
24
+ <Controls of={TabsStories.Playground} />
25
+
26
+ ## Uncontrolled vs controlled
27
+
28
+ This component is uncontrolled by default. You can specify a default active tab on load with `defaultSelectedKey`.
29
+
30
+ If you need to control the state of the active tabs on the consuming side, use the `selectedKey` prop instead of `defaultSelectedKey`, and hook into `onSelectionChange`.
31
+
32
+ <Canvas of={TabsStories.Controlled} />
33
+
34
+
35
+ ## `tablist|tab` role vs `nav|link`
36
+
37
+ This component implements the `tablist` role and WAI ARIA guidelines for tabs:
38
+ https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tablist_role
39
+ https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
40
+
41
+ It's not intended to be used for a navigation bar where you need links wrapped in a `<nav>` instead.
42
+
43
+ If you really need to, you can add a URL history change here (using onChange), but that's probably a sign that this component is being misused.