@hopper-ui/styled-system 0.0.0 → 0.2.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 (39) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +38 -17
  3. package/dist/StyledSystemProvider-173b78af.d.ts +226 -0
  4. package/dist/StyledSystemProvider.css +1 -0
  5. package/dist/StyledSystemProvider.d.ts +5 -28
  6. package/dist/StyledSystemProvider.js +11 -9
  7. package/dist/index.css +1 -0
  8. package/dist/index.d.ts +2387 -12
  9. package/dist/index.js +10 -8
  10. package/dist/styled-system-props-1c231c50.d.ts +3403 -0
  11. package/dist/styled-system-props.d.ts +3 -0
  12. package/dist/styled-system-props.js +3 -0
  13. package/dist/styled-system-root-css-class.js +2 -2
  14. package/dist/useStyledSystem.css +1 -0
  15. package/dist/useStyledSystem.d.ts +24 -0
  16. package/dist/useStyledSystem.js +5 -0
  17. package/package.json +29 -17
  18. package/dist/global-styles/BodyStyleProvider.d.ts +0 -5
  19. package/dist/global-styles/BodyStyleProvider.js +0 -23
  20. package/dist/tokens/TokenProvider.d.ts +0 -20
  21. package/dist/tokens/TokenProvider.js +0 -6
  22. package/dist/tokens/generated/dark-semantic-tokens.d.ts +0 -258
  23. package/dist/tokens/generated/dark-semantic-tokens.js +0 -3
  24. package/dist/tokens/generated/light-tokens.d.ts +0 -609
  25. package/dist/tokens/generated/light-tokens.js +0 -3
  26. package/dist/tokens/tokens.d.ts +0 -866
  27. package/dist/tokens/tokens.js +0 -3
  28. package/dist/utils/assertion.d.ts +0 -15
  29. package/dist/utils/assertion.js +0 -3
  30. package/dist/utils/clsx.d.ts +0 -6
  31. package/dist/utils/clsx.js +0 -3
  32. package/dist/utils/useInsertStyleElement.d.ts +0 -6
  33. package/dist/utils/useInsertStyleElement.js +0 -5
  34. package/dist/utils/useIsomorphicInsertionEffect.d.ts +0 -16
  35. package/dist/utils/useIsomorphicInsertionEffect.js +0 -5
  36. package/dist/utils/useIsomorphicLayoutEffect.d.ts +0 -16
  37. package/dist/utils/useIsomorphicLayoutEffect.js +0 -5
  38. package/dist/utils/useThemeComputedStyle.d.ts +0 -14
  39. package/dist/utils/useThemeComputedStyle.js +0 -3
@@ -0,0 +1,3 @@
1
+ import 'csstype';
2
+ import 'react';
3
+ export { aB as StyledComponentProps, aA as StyledSystemProps, az as UnsafePrefix } from './styled-system-props-1c231c50.js';
@@ -0,0 +1,3 @@
1
+ var e="UNSAFE_";
2
+
3
+ export { e as UnsafePrefix };
@@ -1,3 +1,3 @@
1
- var e={name:"@hopper-ui/styled-system",author:"Workleap",version:"0.0.0",description:"The styled-system package.",license:"Apache-2.0",repository:{type:"git",url:"git+https://github.com/gsoft-inc/wl-hopper.git",directory:"packages/styled-system"},publishConfig:{access:"public",provenance:!0},type:"module",sideEffects:["*.css"],exports:"./dist/index.js",types:"./dist/index.d.ts",files:["/dist","CHANGELOG.md","README.md"],scripts:{dev:"tsup --config ./tsup.dev.ts",build:"tsup --config ./tsup.build.ts",test:"jest"},peerDependencies:{react:"*","react-dom":"*"},dependencies:{"react-aria":"3.29.1"},devDependencies:{"@swc/core":"1.3.95","@swc/helpers":"0.5.3","@swc/jest":"0.2.29","@testing-library/jest-dom":"6.1.4","@testing-library/react":"14.0.0","@types/jest":"29.5.6","@types/react":"18.2.32","@types/react-dom":"18.2.14","@types/react-test-renderer":"18.0.5","@workleap/eslint-plugin":"3.0.0","@workleap/swc-configs":"2.1.2","@workleap/typescript-configs":"3.0.2",jest:"29.7.0","jest-environment-jsdom":"29.7.0",react:"18.2.0","react-dom":"18.2.0","react-test-renderer":"18.2.0","ts-jest":"29.1.1","ts-node":"10.9.1",tsup:"7.2.0",typescript:"5.2.2"},engines:{node:">=18.0.0"}};var t="hop",i=`${t}-${e.version.replaceAll(".","-")}`;
1
+ var e={name:"@hopper-ui/styled-system",author:"Workleap",version:"0.2.0",description:"The styled-system package.",license:"Apache-2.0",repository:{type:"git",url:"git+https://github.com/gsoft-inc/wl-hopper.git",directory:"packages/styled-system"},publishConfig:{access:"public",provenance:!0},type:"module",sideEffects:["*.css"],main:"dist/index.js",types:"dist/index.d.ts",style:"dist/index.css",exports:{".":{import:"./dist/index.js",types:"./dist/index.d.ts",default:"./dist/index.js"},"./index.css":"./dist/index.css"},files:["/dist","CHANGELOG.md","README.md"],scripts:{dev:"tsup --config ./tsup.dev.ts",build:"tsup --config ./tsup.build.ts",test:"jest"},peerDependencies:{react:"*","react-dom":"*"},dependencies:{clsx:"2.0.0","react-aria":"3.30.0"},devDependencies:{"@hopper-ui/tokens":"workspace:*","@swc/core":"1.3.96","@swc/helpers":"0.5.3","@swc/jest":"0.2.29","@testing-library/jest-dom":"6.1.4","@testing-library/react":"14.1.0","@types/jest":"29.5.8","@types/react-dom":"18.2.15","@types/react-test-renderer":"18.0.6","@types/react":"18.2.37","@workleap/eslint-plugin":"3.0.0","@workleap/swc-configs":"2.1.2","@workleap/tsup-configs":"3.0.1","@workleap/typescript-configs":"3.0.2","identity-obj-proxy":"3.0.0","jest-environment-jsdom":"29.7.0",jest:"29.7.0","postcss-modules":"6.0.0",postcss:"8.4.31","react-dom":"18.2.0","react-test-renderer":"18.2.0",react:"18.2.0","ts-jest":"29.1.1",tsup:"7.2.0","type-fest":"4.7.1",typescript:"5.2.2"}};var t="hop",r=`${t}-${e.version.replaceAll(".","-")}`;
2
2
 
3
- export { t as HopperRootCssClass, i as StyledSystemRootCssClass };
3
+ export { t as HopperRootCssClass, r as StyledSystemRootCssClass };
@@ -0,0 +1 @@
1
+ .UseStyledSystem-module__hop-b-hover___CfKj8:hover{--hop-b-hover: initial;border:var(--hop-b-hover)!important}.UseStyledSystem-module__hop-bb-hover___Hu3-Q:hover{--hop-bb-hover: initial;border-bottom:var(--hop-bb-hover)!important}.UseStyledSystem-module__hop-bl-hover___CzOAl:hover{--hop-bl-hover: initial;border-left:var(--hop-bl-hover)!important}.UseStyledSystem-module__hop-br-hover___vKdvf:hover{--hop-br-hover: initial;border-right:var(--hop-br-hover)!important}.UseStyledSystem-module__hop-bt-hover___i82Tb:hover{--hop-bt-hover: initial;border-top:var(--hop-bt-hover)!important}.UseStyledSystem-module__hop-b-focus___y3r5B:focus-visible{--hop-b-focus: initial;border:var(--hop-b-focus)!important}.UseStyledSystem-module__hop-bb-focus___UzwTX:focus-visible{--hop-bb-focus: initial;border-bottom:var(--hop-bb-focus)!important}.UseStyledSystem-module__hop-bl-focus___u-OfB:focus-visible{--hop-bl-focus: initial;border-left:var(--hop-bl-focus)!important}.UseStyledSystem-module__hop-br-focus___wBhUY:focus-visible{--hop-br-focus: initial;border-right:var(--hop-br-focus)!important}.UseStyledSystem-module__hop-bt-focus___MnZa1:focus-visible{--hop-bt-focus: initial;border-top:var(--hop-bt-focus)!important}.UseStyledSystem-module__hop-b-active___JDXLg:active{--hop-b-active: initial;border:var(--hop-b-active)!important}.UseStyledSystem-module__hop-bb-active___40n0M:active{--hop-bb-active: initial;border-bottom:var(--hop-bb-active)!important}.UseStyledSystem-module__hop-bl-active___TkJsC:active{--hop-bl-active: initial;border-left:var(--hop-bl-active)!important}.UseStyledSystem-module__hop-br-active___TmbHF:active{--hop-br-active: initial;border-right:var(--hop-br-active)!important}.UseStyledSystem-module__hop-bt-active___r8vje:active{--hop-bt-active: initial;border-top:var(--hop-bt-active)!important}.UseStyledSystem-module__hop-bg-hover___LA70G:hover{--hop-bg-hover: initial;background-color:var(--hop-bg-hover)!important}.UseStyledSystem-module__hop-bg-focus___6R-wa:focus-visible{--hop-bg-focus: initial;background-color:var(--hop-bg-focus)!important}.UseStyledSystem-module__hop-bg-active___vfqXn:active{--hop-bg-active: initial;background-color:var(--hop-bg-active)!important}.UseStyledSystem-module__hop-bs-hover___vRDwD:hover{--hop-bs-hover: initial;box-shadow:var(--hop-bs-hover)!important}.UseStyledSystem-module__hop-bs-focus___Nk99m:focus-visible{--hop-bs-focus: initial;box-shadow:var(--hop-bs-focus)!important}.UseStyledSystem-module__hop-bs-active___SYvR1:active{--hop-bs-active: initial;box-shadow:var(--hop-bs-active)!important}.UseStyledSystem-module__hop-c-hover___oebME:hover{--hop-c-hover: initial;color:var(--hop-c-hover)!important}.UseStyledSystem-module__hop-c-focus___m3au4:focus-visible{--hop-c-focus: initial;color:var(--hop-c-focus)!important}.UseStyledSystem-module__hop-c-active___qgNTm:active{--hop-c-active: initial;color:var(--hop-c-active)!important}.UseStyledSystem-module__hop-cs-hover___cvviM:hover{--hop-cs-hover: initial;cursor:var(--hop-cs-hover)!important}.UseStyledSystem-module__hop-f-hover___8xdeJ:hover{--hop-f-hover: initial;fill:var(--hop-f-hover)!important}.UseStyledSystem-module__hop-f-focus___6Ah2L:focus-visible{--hop-f-focus: initial;fill:var(--hop-f-focus)!important}.UseStyledSystem-module__hop-o-hover___cyKhF:hover{--hop-o-hover: initial;opacity:var(--hop-o-hover)!important}.UseStyledSystem-module__hop-o-focus___Kg5kM:focus-visible{--hop-o-focus: initial;opacity:var(--hop-o-focus)!important}.UseStyledSystem-module__hop-o-active___-Crm-:active{--hop-o-active: initial;opacity:var(--hop-o-active)!important}.UseStyledSystem-module__hop-ol-focus___XyC84:focus-visible{--hop-ol-focus: initial;color:var(--hop-ol-focus)!important}
@@ -0,0 +1,24 @@
1
+ import { CSSProperties } from 'react';
2
+ import { aA as StyledSystemProps, B as Breakpoint } from './styled-system-props-1c231c50.js';
3
+ import 'csstype';
4
+
5
+ type PropHandler = (name: string, value: string | number, context: StylingContext) => void;
6
+ declare const PropsHandlers: Record<string, PropHandler>;
7
+ declare function isStyledSystemProp(name: string): name is keyof typeof PropsHandlers;
8
+ declare class StylingContext {
9
+ #private;
10
+ matchedBreakpoints: Breakpoint[];
11
+ constructor(className: string | undefined, style: CSSProperties | undefined, matchedBreakpoints: Breakpoint[]);
12
+ addClass(className: string): this;
13
+ addStyleValue(name: string, value: unknown): this;
14
+ computeStyling(): {
15
+ className: string | undefined;
16
+ style: CSSProperties | undefined;
17
+ };
18
+ }
19
+ declare function useStyledSystem<TProps extends StyledSystemProps>(props: TProps): Omit<TProps, keyof StyledSystemProps> & {
20
+ className?: string;
21
+ style?: CSSProperties;
22
+ };
23
+
24
+ export { isStyledSystemProp, useStyledSystem };
@@ -0,0 +1,5 @@
1
+ import { createContext, useMemo, useContext } from 'react';
2
+
3
+ function sr(e){return e==null}function cr(e){return typeof e>"u"||e===void 0}function s(e){return sr(e)||cr(e)}function Y(e){return typeof e=="object"&&!Array.isArray(e)&&e!=null}var lr=createContext(void 0);function $(){let e=useContext(lr);if(s(e))throw new Error("useBreakpointContext must be used within a BreakpointProvider");return e}var J={xs:640,sm:768,md:1024,lg:1280,xl:1440};var gr=[...Object.keys(J),"base"];function vr(e){return Y(e)?Object.keys(e).every(t=>gr.includes(t)):!1}function b(e,t){if(vr(e)){for(let r=0;r<t.length;r++){let a=e[t[r]];if(!s(a))return a}return e.base}return e}var K="--hop",U={"core_coastal-25":"coastal-25","core_coastal-50":"coastal-50","core_coastal-75":"coastal-75","core_coastal-100":"coastal-100","core_coastal-200":"coastal-200","core_coastal-300":"coastal-300","core_coastal-400":"coastal-400","core_coastal-500":"coastal-500","core_coastal-600":"coastal-600","core_coastal-700":"coastal-700","core_coastal-800":"coastal-800","core_coastal-900":"coastal-900","core_quetzal-25":"quetzal-25","core_quetzal-50":"quetzal-50","core_quetzal-75":"quetzal-75","core_quetzal-100":"quetzal-100","core_quetzal-200":"quetzal-200","core_quetzal-300":"quetzal-300","core_quetzal-400":"quetzal-400","core_quetzal-500":"quetzal-500","core_quetzal-600":"quetzal-600","core_quetzal-700":"quetzal-700","core_quetzal-800":"quetzal-800","core_quetzal-900":"quetzal-900","core_orchid-bloom-25":"orchid-bloom-25","core_orchid-bloom-50":"orchid-bloom-50","core_orchid-bloom-75":"orchid-bloom-75","core_orchid-bloom-100":"orchid-bloom-100","core_orchid-bloom-200":"orchid-bloom-200","core_orchid-bloom-300":"orchid-bloom-300","core_orchid-bloom-400":"orchid-bloom-400","core_orchid-bloom-500":"orchid-bloom-500","core_orchid-bloom-600":"orchid-bloom-600","core_orchid-bloom-700":"orchid-bloom-700","core_orchid-bloom-800":"orchid-bloom-800","core_orchid-bloom-900":"orchid-bloom-900","core_sapphire-25":"sapphire-25","core_sapphire-50":"sapphire-50","core_sapphire-75":"sapphire-75","core_sapphire-100":"sapphire-100","core_sapphire-200":"sapphire-200","core_sapphire-300":"sapphire-300","core_sapphire-400":"sapphire-400","core_sapphire-500":"sapphire-500","core_sapphire-600":"sapphire-600","core_sapphire-700":"sapphire-700","core_sapphire-800":"sapphire-800","core_sapphire-900":"sapphire-900","core_fog-25":"fog-25","core_fog-50":"fog-50","core_fog-75":"fog-75","core_fog-100":"fog-100","core_fog-200":"fog-200","core_fog-300":"fog-300","core_fog-400":"fog-400","core_fog-500":"fog-500","core_fog-600":"fog-600","core_fog-700":"fog-700","core_fog-800":"fog-800","core_fog-900":"fog-900","core_toad-25":"toad-25","core_toad-50":"toad-50","core_toad-75":"toad-75","core_toad-100":"toad-100","core_toad-200":"toad-200","core_toad-300":"toad-300","core_toad-400":"toad-400","core_toad-500":"toad-500","core_toad-600":"toad-600","core_toad-700":"toad-700","core_toad-800":"toad-800","core_toad-900":"toad-900","core_sunken-treasure-25":"sunken-treasure-25","core_sunken-treasure-50":"sunken-treasure-50","core_sunken-treasure-75":"sunken-treasure-75","core_sunken-treasure-100":"sunken-treasure-100","core_sunken-treasure-200":"sunken-treasure-200","core_sunken-treasure-300":"sunken-treasure-300","core_sunken-treasure-400":"sunken-treasure-400","core_sunken-treasure-500":"sunken-treasure-500","core_sunken-treasure-600":"sunken-treasure-600","core_sunken-treasure-700":"sunken-treasure-700","core_sunken-treasure-800":"sunken-treasure-800","core_sunken-treasure-900":"sunken-treasure-900","core_koi-25":"koi-25","core_koi-50":"koi-50","core_koi-75":"koi-75","core_koi-100":"koi-100","core_koi-200":"koi-200","core_koi-300":"koi-300","core_koi-400":"koi-400","core_koi-500":"koi-500","core_koi-600":"koi-600","core_koi-700":"koi-700","core_koi-800":"koi-800","core_koi-900":"koi-900","core_amanita-25":"amanita-25","core_amanita-50":"amanita-50","core_amanita-75":"amanita-75","core_amanita-100":"amanita-100","core_amanita-200":"amanita-200","core_amanita-300":"amanita-300","core_amanita-400":"amanita-400","core_amanita-500":"amanita-500","core_amanita-600":"amanita-600","core_amanita-700":"amanita-700","core_amanita-800":"amanita-800","core_amanita-900":"amanita-900","core_moss-25":"moss-25","core_moss-50":"moss-50","core_moss-75":"moss-75","core_moss-100":"moss-100","core_moss-200":"moss-200","core_moss-300":"moss-300","core_moss-400":"moss-400","core_moss-500":"moss-500","core_moss-600":"moss-600","core_moss-700":"moss-700","core_moss-800":"moss-800","core_moss-900":"moss-900",core_abyss:"abyss","core_rock-20":"rock-20","core_rock-25":"rock-25","core_rock-50":"rock-50","core_rock-75":"rock-75","core_rock-100":"rock-100","core_rock-200":"rock-200","core_rock-300":"rock-300","core_rock-400":"rock-400","core_rock-500":"rock-500","core_rock-600":"rock-600","core_rock-700":"rock-700","core_rock-800":"rock-800","core_rock-900":"rock-900",core_samoyed:"samoyed"},V={"upsell-hover":"upsell-surface-hover","upsell-weak":"upsell-surface-weak","upsell-disabled":"upsell-surface-disabled","upsell-active":"upsell-surface-active",upsell:"upsell-surface",danger:"danger-surface","danger-disabled":"danger-surface-disabled","danger-hover":"danger-surface-hover","danger-strong":"danger-surface-strong","danger-strong-hover":"danger-surface-strong-hover","danger-weak":"danger-surface-weak","danger-active":"danger-surface-active","primary-disabled":"primary-surface-disabled","primary-focus":"primary-surface-focus",primary:"primary-surface","primary-weak":"primary-surface-weak","primary-strong":"primary-surface-strong","primary-strong-active":"primary-surface-strong-active","primary-strong-hover":"primary-surface-strong-hover","primary-hover":"primary-surface-hover","primary-active":"primary-surface-active","decorative-option9":"decorative-option9-surface","decorative-option9-strong":"decorative-option9-surface-strong","decorative-option9-hover":"decorative-option9-surface-hover","decorative-option9-weak":"decorative-option9-surface-weak","decorative-option9-weak-hover":"decorative-option9-surface-weak-hover","decorative-option9-weakest":"decorative-option9-surface-weakest","decorative-option8-weakest":"decorative-option8-surface-weakest","decorative-option8-weak":"decorative-option8-surface-weak","decorative-option8-weak-hover":"decorative-option8-surface-weak-hover","decorative-option8-hover":"decorative-option8-surface-hover","decorative-option8-strong":"decorative-option8-surface-strong","decorative-option8":"decorative-option8-surface","decorative-option7-weakest":"decorative-option7-surface-weakest","decorative-option7-weak":"decorative-option7-surface-weak","decorative-option7-weak-hover":"decorative-option7-surface-weak-hover","decorative-option7-strong":"decorative-option7-surface-strong","decorative-option7-hover":"decorative-option7-surface-hover","decorative-option7":"decorative-option7-surface","decorative-option5-weakest":"decorative-option5-surface-weakest","decorative-option5-weak":"decorative-option5-surface-weak","decorative-option5-strong":"decorative-option5-surface-strong","decorative-option5-hover":"decorative-option5-surface-hover","decorative-option5":"decorative-option5-surface","decorative-option6-weakest":"decorative-option6-surface-weakest","decorative-option6-weak":"decorative-option6-surface-weak","decorative-option6-weak-hover":"decorative-option6-surface-weak-hover","decorative-option6-hover":"decorative-option6-surface-hover","decorative-option6-strong":"decorative-option6-surface-strong","decorative-option6":"decorative-option6-surface","decorative-option4-weakest":"decorative-option4-surface-weakest","decorative-option4-weak":"decorative-option4-surface-weak","decorative-option4-weak-hover":"decorative-option4-surface-weak-hover","decorative-option4-strong":"decorative-option4-surface-strong","decorative-option4-hover":"decorative-option4-surface-hover","decorative-option4":"decorative-option4-surface","decorative-option3-weak":"decorative-option3-surface-weak","decorative-option3-weak-hover":"decorative-option3-surface-weak-hover","decorative-option3-weakest":"decorative-option3-surface-weakest","decorative-option3-strong":"decorative-option3-surface-strong","decorative-option3-hover":"decorative-option3-surface-hover","decorative-option3":"decorative-option3-surface","decorative-option2-weakest":"decorative-option2-surface-weakest","decorative-option2-weak":"decorative-option2-surface-weak","decorative-option2-weak-hover":"decorative-option2-surface-weak-hover","decorative-option2-strong":"decorative-option2-surface-strong","decorative-option2":"decorative-option2-surface","decorative-option2-hover":"decorative-option2-surface-hover","decorative-option1-weak":"decorative-option1-surface-weak","decorative-option1-weak-hover":"decorative-option1-surface-weak-hover","decorative-option1-weakest":"decorative-option1-surface-weakest","decorative-option1-strong":"decorative-option1-surface-strong","decorative-option1-hover":"decorative-option1-surface-hover","decorative-option1":"decorative-option1-surface","neutral-weakest-active":"neutral-surface-weakest-active","neutral-weakest-hover":"neutral-surface-weakest-hover","neutral-disabled":"neutral-surface-disabled","neutral-active":"neutral-surface-active","neutral-weak":"neutral-surface-weak",neutral:"neutral-surface","neutral-strong":"neutral-surface-strong","neutral-hover":"neutral-surface-hover","neutral-weak-hover":"neutral-surface-weak-hover","neutral-weakest":"neutral-surface-weakest",warning:"warning-surface","warning-strong":"warning-surface-strong","warning-weak":"warning-surface-weak",success:"success-surface","success-strong":"success-surface-strong","success-weak":"success-surface-weak","information-strong":"information-surface-strong",information:"information-surface","information-weak":"information-surface-weak","status-neutral-strong":"status-neutral-surface-strong","status-neutral":"status-neutral-surface","status-progress-strong":"status-progress-surface-strong","status-progress":"status-progress-surface","status-option6-strong":"status-option6-surface-strong","status-option6":"status-option6-surface","status-option5-strong":"status-option5-surface-strong","status-option5":"status-option5-surface","status-option1-strong":"status-option1-surface-strong","status-option1":"status-option1-surface","status-option2-strong":"status-option2-surface-strong","status-option2":"status-option2-surface","status-option3-strong":"status-option3-surface-strong","status-option3":"status-option3-surface","status-option4-strong":"status-option4-surface-strong","status-option4":"status-option4-surface","status-caution-strong":"status-caution-surface-strong","status-caution":"status-caution-surface","status-negative-strong":"status-negative-surface-strong","status-negative":"status-negative-surface","status-inactive-strong":"status-inactive-surface-strong","status-inactive":"status-inactive-surface","status-positive-strong":"status-positive-surface-strong","status-positive":"status-positive-surface"},Z={"upsell-active":"upsell-text-active",upsell:"upsell-text","upsell-hover":"upsell-text-hover","upsell-disabled":"upsell-text-disabled","danger-active":"danger-text-active","danger-hover":"danger-text-hover",danger:"danger-text","danger-weak":"danger-text-weak","danger-strong":"danger-text-strong","danger-strong-hover":"danger-text-strong-hover","danger-disabled":"danger-text-disabled","primary-active":"primary-text-active","primary-disabled":"primary-text-disabled",primary:"primary-text","primary-strong":"primary-text-strong","primary-strong-hover":"primary-text-strong-hover","primary-hover":"primary-text-hover","decorative-option9":"decorative-option9-text","decorative-option9-weak":"decorative-option9-text-weak","decorative-option8-weak":"decorative-option8-text-weak","decorative-option8":"decorative-option8-text","decorative-option7-weak":"decorative-option7-text-weak","decorative-option7":"decorative-option7-text","decorative-option5-weak":"decorative-option5-text-weak","decorative-option5":"decorative-option5-text","decorative-option6":"decorative-option6-text","decorative-option6-weak":"decorative-option6-text-weak","decorative-option4-weak":"decorative-option4-text-weak","decorative-option4":"decorative-option4-text","decorative-option3":"decorative-option3-text","decorative-option3-weak":"decorative-option3-text-weak","decorative-option2":"decorative-option2-text","decorative-option2-weak":"decorative-option2-text-weak","decorative-option1-weak":"decorative-option1-text-weak","decorative-option1":"decorative-option1-text","neutral-hover":"neutral-text-hover","neutral-weak":"neutral-text-weak","neutral-disabled":"neutral-text-disabled","neutral-active":"neutral-text-active","neutral-strong":"neutral-text-strong",neutral:"neutral-text","neutral-weakest":"neutral-text-weakest","warning-weak":"warning-text-weak",warning:"warning-text","success-weak":"success-text-weak","success-hover":"success-text-hover",success:"success-text",information:"information-text","information-weak":"information-text-weak","status-neutral":"status-neutral-text","status-progress":"status-progress-text","status-option6":"status-option6-text","status-option5":"status-option5-text","status-option1":"status-option1-text","status-option2":"status-option2-text","status-option3":"status-option3-text","status-option4":"status-option4-text","status-caution":"status-caution-text","status-negative":"status-negative-text","status-inactive":"status-inactive-text","status-positive":"status-positive-text"},Q={"upsell-weakest":"upsell-icon-weakest","upsell-weak":"upsell-icon-weak","upsell-active":"upsell-icon-active",upsell:"upsell-icon","danger-active":"danger-icon-active",danger:"danger-icon","danger-weak":"danger-icon-weak","danger-strong":"danger-icon-strong","danger-strong-hover":"danger-icon-strong-hover","danger-hover":"danger-icon-hover","danger-disabled":"danger-icon-disabled","primary-active":"primary-icon-active","primary-strong":"primary-icon-strong","primary-strong-hover":"primary-icon-strong-hover",primary:"primary-icon","primary-hover":"primary-icon-hover","primary-disabled":"primary-icon-disabled","decorative-option9":"decorative-option9-icon","decorative-option8":"decorative-option8-icon","decorative-option7":"decorative-option7-icon","decorative-option5":"decorative-option5-icon","decorative-option6":"decorative-option6-icon","decorative-option4":"decorative-option4-icon","decorative-option3":"decorative-option3-icon","decorative-option2":"decorative-option2-icon","decorative-option1":"decorative-option1-icon","neutral-disabled":"neutral-icon-disabled",neutral:"neutral-icon","neutral-weak":"neutral-icon-weak","neutral-weak-hover":"neutral-icon-weak-hover","neutral-weakest":"neutral-icon-weakest","neutral-strong":"neutral-icon-strong","neutral-hover":"neutral-icon-hover","neutral-active":"neutral-icon-active","warning-weakest":"warning-icon-weakest","warning-weak":"warning-icon-weak",warning:"warning-icon","success-weak":"success-icon-weak","success-weakest":"success-icon-weakest",success:"success-icon","information-weakest":"information-icon-weakest","information-weak":"information-icon-weak",information:"information-icon","status-neutral":"status-neutral-icon","status-progress":"status-progress-icon","status-option6":"status-option6-icon","status-option5":"status-option5-icon","status-option1":"status-option1-icon","status-option2":"status-option2-icon","status-option3":"status-option3-icon","status-option4":"status-option4-icon","status-caution":"status-caution-icon","status-negative":"status-negative-icon","status-inactive":"status-inactive-icon","status-positive":"status-positive-icon"};var E={"dataviz_monochromatic-primary-25":"dataviz-monochromatic-primary-25","dataviz_monochromatic-primary-50":"dataviz-monochromatic-primary-50","dataviz_monochromatic-primary-75":"dataviz-monochromatic-primary-75","dataviz_monochromatic-primary-100":"dataviz-monochromatic-primary-100","dataviz_monochromatic-primary-200":"dataviz-monochromatic-primary-200","dataviz_monochromatic-primary-300":"dataviz-monochromatic-primary-300","dataviz_monochromatic-primary-400":"dataviz-monochromatic-primary-400","dataviz_monochromatic-primary-500":"dataviz-monochromatic-primary-500","dataviz_monochromatic-primary-600":"dataviz-monochromatic-primary-600","dataviz_monochromatic-primary-700":"dataviz-monochromatic-primary-700","dataviz_monochromatic-primary-800":"dataviz-monochromatic-primary-800","dataviz_monochromatic-primary-900":"dataviz-monochromatic-primary-900","dataviz_monochromatic-primary-25-hover":"dataviz-monochromatic-primary-25-hover","dataviz_monochromatic-primary-50-hover":"dataviz-monochromatic-primary-50-hover","dataviz_monochromatic-primary-75-hover":"dataviz-monochromatic-primary-75-hover","dataviz_monochromatic-primary-100-hover":"dataviz-monochromatic-primary-100-hover","dataviz_monochromatic-primary-200-hover":"dataviz-monochromatic-primary-200-hover","dataviz_monochromatic-primary-300-hover":"dataviz-monochromatic-primary-300-hover","dataviz_monochromatic-primary-400-hover":"dataviz-monochromatic-primary-400-hover","dataviz_monochromatic-primary-500-hover":"dataviz-monochromatic-primary-500-hover","dataviz_monochromatic-primary-600-hover":"dataviz-monochromatic-primary-600-hover","dataviz_monochromatic-primary-700-hover":"dataviz-monochromatic-primary-700-hover","dataviz_monochromatic-primary-800-hover":"dataviz-monochromatic-primary-800-hover","dataviz_monochromatic-primary-900-hover":"dataviz-monochromatic-primary-900-hover","dataviz_monochromatic-positive-25":"dataviz-monochromatic-positive-25","dataviz_monochromatic-positive-50":"dataviz-monochromatic-positive-50","dataviz_monochromatic-positive-75":"dataviz-monochromatic-positive-75","dataviz_monochromatic-positive-100":"dataviz-monochromatic-positive-100","dataviz_monochromatic-positive-200":"dataviz-monochromatic-positive-200","dataviz_monochromatic-positive-300":"dataviz-monochromatic-positive-300","dataviz_monochromatic-positive-400":"dataviz-monochromatic-positive-400","dataviz_monochromatic-positive-500":"dataviz-monochromatic-positive-500","dataviz_monochromatic-positive-600":"dataviz-monochromatic-positive-600","dataviz_monochromatic-positive-700":"dataviz-monochromatic-positive-700","dataviz_monochromatic-positive-800":"dataviz-monochromatic-positive-800","dataviz_monochromatic-positive-900":"dataviz-monochromatic-positive-900","dataviz_monochromatic-positive-25-hover":"dataviz-monochromatic-positive-25-hover","dataviz_monochromatic-positive-50-hover":"dataviz-monochromatic-positive-50-hover","dataviz_monochromatic-positive-75-hover":"dataviz-monochromatic-positive-75-hover","dataviz_monochromatic-positive-100-hover":"dataviz-monochromatic-positive-100-hover","dataviz_monochromatic-positive-200-hover":"dataviz-monochromatic-positive-200-hover","dataviz_monochromatic-positive-300-hover":"dataviz-monochromatic-positive-300-hover","dataviz_monochromatic-positive-400-hover":"dataviz-monochromatic-positive-400-hover","dataviz_monochromatic-positive-500-hover":"dataviz-monochromatic-positive-500-hover","dataviz_monochromatic-positive-600-hover":"dataviz-monochromatic-positive-600-hover","dataviz_monochromatic-positive-700-hover":"dataviz-monochromatic-positive-700-hover","dataviz_monochromatic-positive-800-hover":"dataviz-monochromatic-positive-800-hover","dataviz_monochromatic-positive-900-hover":"dataviz-monochromatic-positive-900-hover","dataviz_monochromatic-negative-25":"dataviz-monochromatic-negative-25","dataviz_monochromatic-negative-50":"dataviz-monochromatic-negative-50","dataviz_monochromatic-negative-75":"dataviz-monochromatic-negative-75","dataviz_monochromatic-negative-100":"dataviz-monochromatic-negative-100","dataviz_monochromatic-negative-200":"dataviz-monochromatic-negative-200","dataviz_monochromatic-negative-300":"dataviz-monochromatic-negative-300","dataviz_monochromatic-negative-400":"dataviz-monochromatic-negative-400","dataviz_monochromatic-negative-500":"dataviz-monochromatic-negative-500","dataviz_monochromatic-negative-600":"dataviz-monochromatic-negative-600","dataviz_monochromatic-negative-700":"dataviz-monochromatic-negative-700","dataviz_monochromatic-negative-800":"dataviz-monochromatic-negative-800","dataviz_monochromatic-negative-900":"dataviz-monochromatic-negative-900","dataviz_monochromatic-negative-25-hover":"dataviz-monochromatic-negative-25-hover","dataviz_monochromatic-negative-50-hover":"dataviz-monochromatic-negative-50-hover","dataviz_monochromatic-negative-75-hover":"dataviz-monochromatic-negative-75-hover","dataviz_monochromatic-negative-100-hover":"dataviz-monochromatic-negative-100-hover","dataviz_monochromatic-negative-200-hover":"dataviz-monochromatic-negative-200-hover","dataviz_monochromatic-negative-300-hover":"dataviz-monochromatic-negative-300-hover","dataviz_monochromatic-negative-400-hover":"dataviz-monochromatic-negative-400-hover","dataviz_monochromatic-negative-500-hover":"dataviz-monochromatic-negative-500-hover","dataviz_monochromatic-negative-600-hover":"dataviz-monochromatic-negative-600-hover","dataviz_monochromatic-negative-700-hover":"dataviz-monochromatic-negative-700-hover","dataviz_monochromatic-negative-800-hover":"dataviz-monochromatic-negative-800-hover","dataviz_monochromatic-negative-900-hover":"dataviz-monochromatic-negative-900-hover","dataviz_diverging-sequence-1-positive9":"dataviz-diverging-sequence-1-positive9","dataviz_diverging-sequence-1-positive9-hover":"dataviz-diverging-sequence-1-positive9-hover","dataviz_diverging-sequence-1-positive8":"dataviz-diverging-sequence-1-positive8","dataviz_diverging-sequence-1-positive8-hover":"dataviz-diverging-sequence-1-positive8-hover","dataviz_diverging-sequence-1-positive7":"dataviz-diverging-sequence-1-positive7","dataviz_diverging-sequence-1-positive7-hover":"dataviz-diverging-sequence-1-positive7-hover","dataviz_diverging-sequence-1-positive6":"dataviz-diverging-sequence-1-positive6","dataviz_diverging-sequence-1-positive6-hover":"dataviz-diverging-sequence-1-positive6-hover","dataviz_diverging-sequence-1-positive5":"dataviz-diverging-sequence-1-positive5","dataviz_diverging-sequence-1-positive5-hover":"dataviz-diverging-sequence-1-positive5-hover","dataviz_diverging-sequence-1-positive4":"dataviz-diverging-sequence-1-positive4","dataviz_diverging-sequence-1-positive-4-hover":"dataviz-diverging-sequence-1-positive-4-hover","dataviz_diverging-sequence-1-positive3":"dataviz-diverging-sequence-1-positive3","dataviz_diverging-sequence-1-positive3-hover":"dataviz-diverging-sequence-1-positive3-hover","dataviz_diverging-sequence-1-positive2":"dataviz-diverging-sequence-1-positive2","dataviz_diverging-sequence-1-positive2-hover":"dataviz-diverging-sequence-1-positive2-hover","dataviz_diverging-sequence-1-positive1":"dataviz-diverging-sequence-1-positive1","dataviz_diverging-sequence-1-positive1-hover":"dataviz-diverging-sequence-1-positive1-hover","dataviz_diverging-sequence-1-neutral":"dataviz-diverging-sequence-1-neutral","dataviz_diverging-sequence-1-neutral-hover":"dataviz-diverging-sequence-1-neutral-hover","dataviz_diverging-sequence-1-negative1":"dataviz-diverging-sequence-1-negative1","dataviz_diverging-sequence-1-negative1-hover":"dataviz-diverging-sequence-1-negative1-hover","dataviz_diverging-sequence-1-negative2":"dataviz-diverging-sequence-1-negative2","dataviz_diverging-sequence-1-negative2-hover":"dataviz-diverging-sequence-1-negative2-hover","dataviz_diverging-sequence-1-negative3":"dataviz-diverging-sequence-1-negative3","dataviz_diverging-sequence-1-negative3-hover":"dataviz-diverging-sequence-1-negative3-hover","dataviz_diverging-sequence-1-negative4":"dataviz-diverging-sequence-1-negative4","dataviz_diverging-sequence-1-negative4-hover":"dataviz-diverging-sequence-1-negative4-hover","dataviz_diverging-sequence-1-negative5":"dataviz-diverging-sequence-1-negative5","dataviz_diverging-sequence-1-negative5-hover":"dataviz-diverging-sequence-1-negative5-hover","dataviz_diverging-sequence-1-negative6":"dataviz-diverging-sequence-1-negative6","dataviz_diverging-sequence-1-negative6-hover":"dataviz-diverging-sequence-1-negative6-hover","dataviz_diverging-sequence-1-negative7":"dataviz-diverging-sequence-1-negative7","dataviz_diverging-sequence-1-negative7-hover":"dataviz-diverging-sequence-1-negative7-hover","dataviz_diverging-sequence-1-negative8":"dataviz-diverging-sequence-1-negative8","dataviz_diverging-sequence-1-negative8-hover":"dataviz-diverging-sequence-1-negative8-hover","dataviz_diverging-sequence-1-negative9":"dataviz-diverging-sequence-1-negative9","dataviz_diverging-sequence-1-negative9-hover":"dataviz-diverging-sequence-1-negative9-hover","dataviz_diverging-sequence-2-positive10":"dataviz-diverging-sequence-2-positive10","dataviz_diverging-sequence-2-positive10-hover":"dataviz-diverging-sequence-2-positive10-hover","dataviz_diverging-sequence-2-positive9":"dataviz-diverging-sequence-2-positive9","dataviz_diverging-sequence-2-positive9-hover":"dataviz-diverging-sequence-2-positive9-hover","dataviz_diverging-sequence-2-positive8":"dataviz-diverging-sequence-2-positive8","dataviz_diverging-sequence-2-positive8-hover":"dataviz-diverging-sequence-2-positive8-hover","dataviz_diverging-sequence-2-positive7":"dataviz-diverging-sequence-2-positive7","dataviz_diverging-sequence-2-positive7-hover":"dataviz-diverging-sequence-2-positive7-hover","dataviz_diverging-sequence-2-positive6":"dataviz-diverging-sequence-2-positive6","dataviz_diverging-sequence-2-positive6-hover":"dataviz-diverging-sequence-2-positive6-hover","dataviz_diverging-sequence-2-positive5":"dataviz-diverging-sequence-2-positive5","dataviz_diverging-sequence-2-positive5-hover":"dataviz-diverging-sequence-2-positive5-hover","dataviz_diverging-sequence-2-positive4":"dataviz-diverging-sequence-2-positive4","dataviz_diverging-sequence-2-positive4-hover":"dataviz-diverging-sequence-2-positive4-hover","dataviz_diverging-sequence-2-positive3":"dataviz-diverging-sequence-2-positive3","dataviz_diverging-sequence-2-positive3-hover":"dataviz-diverging-sequence-2-positive3-hover","dataviz_diverging-sequence-2-positive2":"dataviz-diverging-sequence-2-positive2","dataviz_diverging-sequence-2-positive2-hover":"dataviz-diverging-sequence-2-positive2-hover","dataviz_diverging-sequence-2-positive1":"dataviz-diverging-sequence-2-positive1","dataviz_diverging-sequence-2-positive1-hover":"dataviz-diverging-sequence-2-positive1-hover","dataviz_diverging-sequence-2-negative1":"dataviz-diverging-sequence-2-negative1","dataviz_diverging-sequence-2-negative1-hover":"dataviz-diverging-sequence-2-negative1-hover","dataviz_diverging-sequence-2-negative2":"dataviz-diverging-sequence-2-negative2","dataviz_diverging-sequence-2-negative2-hover":"dataviz-diverging-sequence-2-negative2-hover","dataviz_diverging-sequence-2-negative3":"dataviz-diverging-sequence-2-negative3","dataviz_diverging-sequence-2-negative3-hover":"dataviz-diverging-sequence-2-negative3-hover","dataviz_diverging-sequence-2-negative4":"dataviz-diverging-sequence-2-negative4","dataviz_diverging-sequence-2-negative4-hover":"dataviz-diverging-sequence-2-negative4-hover","dataviz_diverging-sequence-2-negative5":"dataviz-diverging-sequence-2-negative5","dataviz_diverging-sequence-2-negative5-hover":"dataviz-diverging-sequence-2-negative5-hover","dataviz_diverging-sequence-2-negative6":"dataviz-diverging-sequence-2-negative6","dataviz_diverging-sequence-2-negative6-hover":"dataviz-diverging-sequence-2-negative6-hover","dataviz_diverging-sequence-2-negative7":"dataviz-diverging-sequence-2-negative7","dataviz_diverging-sequence-2-negative7-hover":"dataviz-diverging-sequence-2-negative7-hover","dataviz_diverging-sequence-2-negative8":"dataviz-diverging-sequence-2-negative8","dataviz_diverging-sequence-2-negative8-hover":"dataviz-diverging-sequence-2-negative8-hover","dataviz_diverging-sequence-2-negative9":"dataviz-diverging-sequence-2-negative9","dataviz_diverging-sequence-2-negative9-hover":"dataviz-diverging-sequence-2-negative9-hover","dataviz_diverging-sequence-2-negative10":"dataviz-diverging-sequence-2-negative10","dataviz_diverging-sequence-2-negative10-hover":"dataviz-diverging-sequence-2-negative10-hover","dataviz_categorical-sequence-category1":"dataviz-categorical-sequence-category1","dataviz_categorical-sequence-category1-hover":"dataviz-categorical-sequence-category1-hover","dataviz_categorical-sequence-category2":"dataviz-categorical-sequence-category2","dataviz_categorical-sequence-category2-hover":"dataviz-categorical-sequence-category2-hover","dataviz_categorical-sequence-category3":"dataviz-categorical-sequence-category3","dataviz_categorical-sequence-category3-hover":"dataviz-categorical-sequence-category3-hover","dataviz_categorical-sequence-category4":"dataviz-categorical-sequence-category4","dataviz_categorical-sequence-category4-hover":"dataviz-categorical-sequence-category4-hover","dataviz_categorical-sequence-category5":"dataviz-categorical-sequence-category5","dataviz_categorical-sequence-category5-hover":"dataviz-categorical-sequence-category5-hover","dataviz_categorical-sequence-category6":"dataviz-categorical-sequence-category6","dataviz_categorical-sequence-category6-hover":"dataviz-categorical-sequence-category6-hover","dataviz_categorical-sequence-category7":"dataviz-categorical-sequence-category7","dataviz_categorical-sequence-category7-hover":"dataviz-categorical-sequence-category7-hover","dataviz_categorical-sequence-category8":"dataviz-categorical-sequence-category8","dataviz_categorical-sequence-category8-hover":"dataviz-categorical-sequence-category8-hover","dataviz_categorical-sequence-category9":"dataviz-categorical-sequence-category9","dataviz_categorical-sequence-category9-hover":"dataviz-categorical-sequence-category9-hover","dataviz_categorical-sequence-category10":"dataviz-categorical-sequence-category10","dataviz_categorical-sequence-category10-hover":"dataviz-categorical-sequence-category10-hover","dataviz_categorical-sequence-category11":"dataviz-categorical-sequence-category11","dataviz_categorical-sequence-category-11-hover":"dataviz-categorical-sequence-category-11-hover","dataviz_categorical-sequence-category12":"dataviz-categorical-sequence-category12","dataviz_categorical-sequence-cateogry12-hover":"dataviz-categorical-sequence-cateogry12-hover","dataviz_categorical-sequence-category13":"dataviz-categorical-sequence-category13","dataviz_categorical-sequence-category13-hover":"dataviz-categorical-sequence-category13-hover","dataviz_categorical-2colorgroup-option6-category2":"dataviz-categorical-2colorgroup-option6-category2","dataviz_categorical-2colorgroup-option6-category1":"dataviz-categorical-2colorgroup-option6-category1","dataviz_categorical-2colorgroup-option5-category2":"dataviz-categorical-2colorgroup-option5-category2","dataviz_categorical-2colorgroup-option5-category1":"dataviz-categorical-2colorgroup-option5-category1","dataviz_categorical-2colorgroup-option4-category2":"dataviz-categorical-2colorgroup-option4-category2","dataviz_categorical-2colorgroup-option4-category1":"dataviz-categorical-2colorgroup-option4-category1","dataviz_categorical-2colorgroup-option3-category2":"dataviz-categorical-2colorgroup-option3-category2","dataviz_categorical-2colorgroup-option3-category1":"dataviz-categorical-2colorgroup-option3-category1","dataviz_categorical-2colorgroup-option2-category2":"dataviz-categorical-2colorgroup-option2-category2","dataviz_categorical-2colorgroup-option2-category1":"dataviz-categorical-2colorgroup-option2-category1","dataviz_categorical-2colorgroup-option1-category2":"dataviz-categorical-2colorgroup-option1-category2","dataviz_categorical-2colorgroup-option1-category1":"dataviz-categorical-2colorgroup-option1-category1","dataviz_categorical-3colorgroup-option1-category1":"dataviz-categorical-3colorgroup-option1-category1","dataviz_categorical-3colorgroup-option1-category2":"dataviz-categorical-3colorgroup-option1-category2","dataviz_categorical-3colorgroup-option1-category3":"dataviz-categorical-3colorgroup-option1-category3","dataviz_categorical-3colorgroup-option2-category1":"dataviz-categorical-3colorgroup-option2-category1","dataviz_categorical-3colorgroup-option2-category2":"dataviz-categorical-3colorgroup-option2-category2","dataviz_categorical-3colorgroup-option2-category3":"dataviz-categorical-3colorgroup-option2-category3","dataviz_categorical-3colorgroup-option3-category1":"dataviz-categorical-3colorgroup-option3-category1","dataviz_categorical-3colorgroup-option3-category2":"dataviz-categorical-3colorgroup-option3-category2","dataviz_categorical-3colorgroup-option3-category3":"dataviz-categorical-3colorgroup-option3-category3","dataviz_categorical-3colorgroup-option4-category1":"dataviz-categorical-3colorgroup-option4-category1","dataviz_categorical-3colorgroup-option4-category2":"dataviz-categorical-3colorgroup-option4-category2","dataviz_categorical-3colorgroup-option4-category3":"dataviz-categorical-3colorgroup-option4-category3","dataviz_categorical-4colorgroup-option1-category1":"dataviz-categorical-4colorgroup-option1-category1","dataviz_categorical-4colorgroup-option1-category2":"dataviz-categorical-4colorgroup-option1-category2","dataviz_categorical-4colorgroup-option1-category3":"dataviz-categorical-4colorgroup-option1-category3","dataviz_categorical-4colorgroup-option1-category4":"dataviz-categorical-4colorgroup-option1-category4","dataviz_categorical-4colorgroup-option2-category1":"dataviz-categorical-4colorgroup-option2-category1","dataviz_categorical-4colorgroup-option2-category2":"dataviz-categorical-4colorgroup-option2-category2","dataviz_categorical-4colorgroup-option2-category3":"dataviz-categorical-4colorgroup-option2-category3","dataviz_categorical-4colorgroup-option2-category4":"dataviz-categorical-4colorgroup-option2-category4","dataviz_categorical-4colorgroup-option3-category1":"dataviz-categorical-4colorgroup-option3-category1","dataviz_categorical-4colorgroup-option3-category2":"dataviz-categorical-4colorgroup-option3-category2","dataviz_categorical-4colorgroup-option3-category3":"dataviz-categorical-4colorgroup-option3-category3","dataviz_categorical-4colorgroup-option3-category4":"dataviz-categorical-4colorgroup-option3-category4","dataviz_categorical-4colorgroup-option4-category1":"dataviz-categorical-4colorgroup-option4-category1","dataviz_categorical-4colorgroup-option4-category2":"dataviz-categorical-4colorgroup-option4-category2","dataviz_categorical-4colorgroup-option4-category3":"dataviz-categorical-4colorgroup-option4-category3","dataviz_categorical-4colorgroup-option4-category4":"dataviz-categorical-4colorgroup-option4-category4","dataviz_categorical-5colorgroup-option1-category1":"dataviz-categorical-5colorgroup-option1-category1","dataviz_categorical-5colorgroup-option1-category2":"dataviz-categorical-5colorgroup-option1-category2","dataviz_categorical-5colorgroup-option1-category3":"dataviz-categorical-5colorgroup-option1-category3","dataviz_categorical-5colorgroup-option1-category4":"dataviz-categorical-5colorgroup-option1-category4","dataviz_categorical-5colorgroup-option1-category5":"dataviz-categorical-5colorgroup-option1-category5","dataviz_categorical-5colorgroup-option2-category1":"dataviz-categorical-5colorgroup-option2-category1","dataviz_categorical-5colorgroup-option2-category2":"dataviz-categorical-5colorgroup-option2-category2","dataviz_categorical-5colorgroup-option2-category3":"dataviz-categorical-5colorgroup-option2-category3","dataviz_categorical-5colorgroup-option2-category4":"dataviz-categorical-5colorgroup-option2-category4","dataviz_categorical-5colorgroup-option2-category5":"dataviz-categorical-5colorgroup-option2-category5","dataviz_categorical-5colorgroup-option3-category1":"dataviz-categorical-5colorgroup-option3-category1","dataviz_categorical-5colorgroup-option3-category2":"dataviz-categorical-5colorgroup-option3-category2","dataviz_categorical-5colorgroup-option3-category3":"dataviz-categorical-5colorgroup-option3-category3","dataviz_categorical-5colorgroup-option3-category4":"dataviz-categorical-5colorgroup-option3-category4","dataviz_categorical-5colorgroup-option3-category5":"dataviz-categorical-5colorgroup-option3-category5","dataviz_categorical-5colorgroup-option4-category1":"dataviz-categorical-5colorgroup-option4-category1","dataviz_categorical-5colorgroup-option4-category2":"dataviz-categorical-5colorgroup-option4-category2","dataviz_categorical-5colorgroup-option4-category3":"dataviz-categorical-5colorgroup-option4-category3","dataviz_categorical-5colorgroup-option4-category4":"dataviz-categorical-5colorgroup-option4-category4","dataviz_categorical-5colorgroup-option4-category5":"dataviz-categorical-5colorgroup-option4-category5","dataviz_categorical-6colorgroup-option1-category1":"dataviz-categorical-6colorgroup-option1-category1","dataviz_categorical-6colorgroup-option1-category2":"dataviz-categorical-6colorgroup-option1-category2","dataviz_categorical-6colorgroup-option1-category3":"dataviz-categorical-6colorgroup-option1-category3","dataviz_categorical-6colorgroup-option1-category4":"dataviz-categorical-6colorgroup-option1-category4","dataviz_categorical-6colorgroup-option1-category5":"dataviz-categorical-6colorgroup-option1-category5","dataviz_categorical-6colorgroup-option1-category6":"dataviz-categorical-6colorgroup-option1-category6","dataviz_categorical-6colorgroup-option2-category1":"dataviz-categorical-6colorgroup-option2-category1","dataviz_categorical-6colorgroup-option2-category2":"dataviz-categorical-6colorgroup-option2-category2","dataviz_categorical-6colorgroup-option2-category3":"dataviz-categorical-6colorgroup-option2-category3","dataviz_categorical-6colorgroup-option2-category4":"dataviz-categorical-6colorgroup-option2-category4","dataviz_categorical-6colorgroup-option2-category5":"dataviz-categorical-6colorgroup-option2-category5","dataviz_categorical-6colorgroup-option2-category6":"dataviz-categorical-6colorgroup-option2-category6","dataviz_categorical-6colorgroup-option3-category1":"dataviz-categorical-6colorgroup-option3-category1","dataviz_categorical-6colorgroup-option3-category2":"dataviz-categorical-6colorgroup-option3-category2","dataviz_categorical-6colorgroup-option3-category3":"dataviz-categorical-6colorgroup-option3-category3","dataviz_categorical-6colorgroup-option3-category4":"dataviz-categorical-6colorgroup-option3-category4","dataviz_categorical-6colorgroup-option3-category5":"dataviz-categorical-6colorgroup-option3-category5","dataviz_categorical-6colorgroup-option3-category6":"dataviz-categorical-6colorgroup-option3-category6","dataviz_categorical-6colorgroup-option4-category1":"dataviz-categorical-6colorgroup-option4-category1","dataviz_categorical-6colorgroup-option4-category2":"dataviz-categorical-6colorgroup-option4-category2","dataviz_categorical-6colorgroup-option4-category3":"dataviz-categorical-6colorgroup-option4-category3","dataviz_categorical-6colorgroup-option4-category4":"dataviz-categorical-6colorgroup-option4-category4","dataviz_categorical-6colorgroup-option4-category5":"dataviz-categorical-6colorgroup-option4-category5","dataviz_categorical-6colorgroup-option4-category6":"dataviz-categorical-6colorgroup-option4-category6",dataviz_unavailable:"dataviz-unavailable","dataviz_unavailable-weak":"dataviz-unavailable-weak","dataviz_unavailable-strong":"dataviz-unavailable-strong","dataviz_text-onlight":"dataviz-text-onlight","dataviz_text-ondark":"dataviz-text-ondark"},oo={core_none:"shadow-none",core_sm:"shadow-sm",core_md:"shadow-md",core_lg:"shadow-lg",none:"elevation-none",raised:"elevation-raised",lifted:"elevation-lifted",floating:"elevation-floating"},eo={core_primary:"font-family-primary",core_secondary:"font-family-secondary",core_tertiary:"font-family-tertiary","heading-3xl":"heading-3xl-font-family","heading-2xl":"heading-2xl-font-family","heading-xl":"heading-xl-font-family","heading-lg":"heading-lg-font-family","heading-md":"heading-md-font-family","heading-sm":"heading-sm-font-family","heading-xs":"heading-xs-font-family","heading-xs-medium":"heading-xs-medium-font-family",overline:"overline-font-family","body-2xl":"body-2xl-font-family","body-xl":"body-xl-font-family","body-lg":"body-lg-font-family","body-lg-medium":"body-lg-medium-font-family","body-lg-semibold":"body-lg-semibold-font-family","body-lg-bold":"body-lg-bold-font-family","body-lg-underline":"body-lg-underline-font-family","body-md":"body-md-font-family","body-md-medium":"body-md-medium-font-family","body-md-semibold":"body-md-semibold-font-family","body-md-bold":"body-md-bold-font-family","body-md-underline":"body-md-underline-font-family","body-sm":"body-sm-font-family","body-sm-medium":"body-sm-medium-font-family","body-sm-semibold":"body-sm-semibold-font-family","body-sm-bold":"body-sm-bold-font-family","body-sm-underline":"body-sm-underline-font-family","body-xs":"body-xs-font-family","body-xs-medium":"body-xs-medium-font-family","body-xs-semibold":"body-xs-semibold-font-family","body-xs-bold":"body-xs-bold-font-family","body-xs-underline":"body-xs-underline-font-family","accent-lg":"accent-lg-font-family","accent-sm":"accent-sm-font-family"},to={core_400:"font-weight-400",core_410:"font-weight-410",core_505:"font-weight-505",core_580:"font-weight-580",core_590:"font-weight-590",core_680:"font-weight-680",core_690:"font-weight-690","heading-3xl":"heading-3xl-font-weight","heading-2xl":"heading-2xl-font-weight","heading-xl":"heading-xl-font-weight","heading-lg":"heading-lg-font-weight","heading-md":"heading-md-font-weight","heading-sm":"heading-sm-font-weight","heading-xs":"heading-xs-font-weight","heading-xs-medium":"heading-xs-medium-font-weight",overline:"overline-font-weight","body-2xl":"body-2xl-font-weight","body-xl":"body-xl-font-weight","body-lg":"body-lg-font-weight","body-lg-medium":"body-lg-medium-font-weight","body-lg-semibold":"body-lg-semibold-font-weight","body-lg-bold":"body-lg-bold-font-weight","body-lg-underline":"body-lg-underline-font-weight","body-md":"body-md-font-weight","body-md-medium":"body-md-medium-font-weight","body-md-semibold":"body-md-semibold-font-weight","body-md-bold":"body-md-bold-font-weight","body-md-underline":"body-md-underline-font-weight","body-sm":"body-sm-font-weight","body-sm-medium":"body-sm-medium-font-weight","body-sm-semibold":"body-sm-semibold-font-weight","body-sm-bold":"body-sm-bold-font-weight","body-sm-underline":"body-sm-underline-font-weight","body-xs":"body-xs-font-weight","body-xs-medium":"body-xs-medium-font-weight","body-xs-semibold":"body-xs-semibold-font-weight","body-xs-bold":"body-xs-bold-font-weight","body-xs-underline":"body-xs-underline-font-weight","accent-lg":"accent-lg-font-weight","accent-sm":"accent-sm-font-weight"},io={core_120:"font-size-120",core_140:"font-size-140",core_160:"font-size-160",core_180:"font-size-180",core_200:"font-size-200",core_240:"font-size-240",core_280:"font-size-280",core_320:"font-size-320",core_360:"font-size-360",core_480:"font-size-480","heading-3xl":"heading-3xl-font-size","heading-2xl":"heading-2xl-font-size","heading-xl":"heading-xl-font-size","heading-lg":"heading-lg-font-size","heading-md":"heading-md-font-size","heading-sm":"heading-sm-font-size","heading-xs":"heading-xs-font-size","heading-xs-medium":"heading-xs-medium-font-size",overline:"overline-font-size","body-2xl":"body-2xl-font-size","body-xl":"body-xl-font-size","body-lg":"body-lg-font-size","body-lg-medium":"body-lg-medium-font-size","body-lg-semibold":"body-lg-semibold-font-size","body-lg-bold":"body-lg-bold-font-size","body-lg-underline":"body-lg-underline-font-size","body-md":"body-md-font-size","body-md-medium":"body-md-medium-font-size","body-md-semibold":"body-md-semibold-font-size","body-md-bold":"body-md-bold-font-size","body-md-underline":"body-md-underline-font-size","body-sm":"body-sm-font-size","body-sm-medium":"body-sm-medium-font-size","body-sm-semibold":"body-sm-semibold-font-size","body-sm-bold":"body-sm-bold-font-size","body-sm-underline":"body-sm-underline-font-size","body-xs":"body-xs-font-size","body-xs-medium":"body-xs-medium-font-size","body-xs-semibold":"body-xs-semibold-font-size","body-xs-bold":"body-xs-bold-font-size","body-xs-underline":"body-xs-underline-font-size","accent-lg":"accent-lg-font-size","accent-sm":"accent-sm-font-size"},ro={"core_1-125":"line-height-1-125","core_1-14":"line-height-1-14","core_1-20":"line-height-1-20","core_1-25":"line-height-1-25","core_1-33":"line-height-1-33","core_1-4285":"line-height-1-4285","core_1-50":"line-height-1-50","heading-3xl":"heading-3xl-line-height","heading-2xl":"heading-2xl-line-height","heading-xl":"heading-xl-line-height","heading-lg":"heading-lg-line-height","heading-md":"heading-md-line-height","heading-sm":"heading-sm-line-height","heading-xs":"heading-xs-line-height","heading-xs-medium":"heading-xs-medium-line-height",overline:"overline-line-height","body-2xl":"body-2xl-line-height","body-xl":"body-xl-line-height","body-lg":"body-lg-line-height","body-lg-medium":"body-lg-medium-line-height","body-lg-semibold":"body-lg-semibold-line-height","body-lg-bold":"body-lg-bold-line-height","body-lg-underline":"body-lg-underline-line-height","body-md":"body-md-line-height","body-md-medium":"body-md-medium-line-height","body-md-semibold":"body-md-semibold-line-height","body-md-bold":"body-md-bold-line-height","body-md-underline":"body-md-underline-line-height","body-sm":"body-sm-line-height","body-sm-medium":"body-sm-medium-line-height","body-sm-semibold":"body-sm-semibold-line-height","body-sm-bold":"body-sm-bold-line-height","body-sm-underline":"body-sm-underline-line-height","body-xs":"body-xs-line-height","body-xs-medium":"body-xs-medium-line-height","body-xs-semibold":"body-xs-semibold-line-height","body-xs-bold":"body-xs-bold-line-height","body-xs-underline":"body-xs-underline-line-height","accent-lg":"accent-lg-line-height","accent-sm":"accent-sm-line-height"},ao={core_0:"border-radius-0",core_1:"border-radius-1",core_2:"border-radius-2",core_3:"border-radius-3",core_4:"border-radius-4",core_9999:"border-radius-9999",circle:"shape-circle",pill:"shape-pill","rounded-lg":"shape-rounded-lg","rounded-md":"shape-rounded-md","rounded-sm":"shape-rounded-sm"},no={core_0:"space-0",core_20:"space-20",core_40:"space-40",core_80:"space-80",core_160:"space-160",core_240:"space-240",core_320:"space-320",core_400:"space-400",core_480:"space-480",core_640:"space-640",core_800:"space-800",core_960:"space-960",core_1280:"space-1280"},so={"inset-xs":"space-inset-xs","inset-sm":"space-inset-sm","inset-md":"space-inset-md","inset-lg":"space-inset-lg","inset-xl":"space-inset-xl"},co={"inset-squish-sm":"space-inset-squish-sm","inset-squish-md":"space-inset-squish-md","inset-squish-lg":"space-inset-squish-lg","inset-stretch-sm":"space-inset-stretch-sm","inset-stretch-md":"space-inset-stretch-md","inset-stretch-lg":"space-inset-stretch-lg"},po={"stack-xs":"space-stack-xs","stack-sm":"space-stack-sm","stack-md":"space-stack-md","stack-lg":"space-stack-lg","stack-xl":"space-stack-xl","inline-xs":"space-inline-xs","inline-sm":"space-inline-sm","inline-md":"space-inline-md","inline-lg":"space-inline-lg","inline-xl":"space-inline-xl"},lo={};var q=["#","rgb","rgba","hsl","hsla"],A="1px solid";function d(e,t=vo){return Object.entries(e).reduce((r,[a,c])=>(r[a]=t(c),r),{})}function vo(e){return `var(${`${K}-${e}`})`}function N(e){return `${A} ${vo(e)}`}var C=d(U),B=d(E),S={...d(V),...C,...B},p={...d(V,N),...d(U,N),...d(E,N)},x={...d(Z),...C,...B},k={...d(Q),...C,...B},P=d(oo),uo=d(io),mo=d(to),ho=d(ro),yo=d(eo),z=d(ao),T=d(no),_={...d(so),...T},_o={..._,...d(co)},h={...d(po),...T},fo={...h,...d(lo)},y={...T};function R(e,t,r){if(s(e))return e;let a=go(e,t);if(!s(a))return a;let c=b(e,r);if(!s(c)){let v=go(c,t);if(!s(v))return v}return c}function go(e,t){return t[e]}var n={"hop-b-hover":"UseStyledSystem-module__hop-b-hover___CfKj8","hop-bb-hover":"UseStyledSystem-module__hop-bb-hover___Hu3-Q","hop-bl-hover":"UseStyledSystem-module__hop-bl-hover___CzOAl","hop-br-hover":"UseStyledSystem-module__hop-br-hover___vKdvf","hop-bt-hover":"UseStyledSystem-module__hop-bt-hover___i82Tb","hop-b-focus":"UseStyledSystem-module__hop-b-focus___y3r5B","hop-bb-focus":"UseStyledSystem-module__hop-bb-focus___UzwTX","hop-bl-focus":"UseStyledSystem-module__hop-bl-focus___u-OfB","hop-br-focus":"UseStyledSystem-module__hop-br-focus___wBhUY","hop-bt-focus":"UseStyledSystem-module__hop-bt-focus___MnZa1","hop-b-active":"UseStyledSystem-module__hop-b-active___JDXLg","hop-bb-active":"UseStyledSystem-module__hop-bb-active___40n0M","hop-bl-active":"UseStyledSystem-module__hop-bl-active___TkJsC","hop-br-active":"UseStyledSystem-module__hop-br-active___TmbHF","hop-bt-active":"UseStyledSystem-module__hop-bt-active___r8vje","hop-bg-hover":"UseStyledSystem-module__hop-bg-hover___LA70G","hop-bg-focus":"UseStyledSystem-module__hop-bg-focus___6R-wa","hop-bg-active":"UseStyledSystem-module__hop-bg-active___vfqXn","hop-bs-hover":"UseStyledSystem-module__hop-bs-hover___vRDwD","hop-bs-focus":"UseStyledSystem-module__hop-bs-focus___Nk99m","hop-bs-active":"UseStyledSystem-module__hop-bs-active___SYvR1","hop-c-hover":"UseStyledSystem-module__hop-c-hover___oebME","hop-c-focus":"UseStyledSystem-module__hop-c-focus___m3au4","hop-c-active":"UseStyledSystem-module__hop-c-active___qgNTm","hop-cs-hover":"UseStyledSystem-module__hop-cs-hover___cvviM","hop-f-hover":"UseStyledSystem-module__hop-f-hover___8xdeJ","hop-f-focus":"UseStyledSystem-module__hop-f-focus___6Ah2L","hop-o-hover":"UseStyledSystem-module__hop-o-hover___cyKhF","hop-o-focus":"UseStyledSystem-module__hop-o-focus___Kg5kM","hop-o-active":"UseStyledSystem-module__hop-o-active___-Crm-","hop-ol-focus":"UseStyledSystem-module__hop-ol-focus___XyC84"};var bo="UNSAFE_";function i(e){return (t,r,a)=>{let c=R(r,e,a.matchedBreakpoints);s(c)||a.addStyleValue(t,c);}}function o(){return (e,t,r)=>{let a=b(t,r.matchedBreakpoints);s(a)||r.addStyleValue(e,a);}}function w(e,t,r){let a=i(r),c=i(r);return (v,u,m)=>{a(e,u,m),c(t,u,m);}}function l(e,t,r){let a=(v,u,m)=>{let f=R(u,r,m.matchedBreakpoints);s(f)||(m.addClass(e),m.addStyleValue(t,f));},c=(v,u,m)=>{let f=b(u,m.matchedBreakpoints);s(f)||(m.addClass(e),m.addStyleValue(t,f));};return s(r)?c:a}function F(e){return (t,r,a)=>{let c=R(r,e,a.matchedBreakpoints);s(c)||(typeof c=="string"&&q.some(v=>c.startsWith(v))?a.addStyleValue(t,`${A} ${c}`):a.addStyleValue(t,c));}}function g(e,t,r){return (a,c,v)=>{let u=R(c,r,v.matchedBreakpoints);s(u)||(v.addClass(e),typeof u=="string"&&q.some(m=>u.startsWith(m))?v.addStyleValue(t,`${A} ${u}`):v.addStyleValue(t,u));}}var mr=(e,t,r)=>{let a=b(t,r.matchedBreakpoints);s(a)||r.addStyleValue("gridColumn",`span ${a} / span ${a}`);},hr=(e,t,r)=>{let a=b(t,r.matchedBreakpoints);s(a)||r.addStyleValue("gridRow",`span ${a} / span ${a}`);},zo={alignContent:o(),alignItems:o(),alignSelf:o(),aspectRatio:o(),backgroundColor:i(S),backgroundColorActive:l(n["hop-bg-active"],"--hop-bg-active",S),backgroundColorFocus:l(n["hop-bg-focus"],"--hop-bg-focus",S),backgroundColorHover:l(n["hop-bg-hover"],"--hop-bg-hover",S),backgroundImage:o(),backgroundPosition:o(),backgroundRepeat:o(),backgroundSize:o(),border:F(p),borderBottom:F(p),borderBottomActive:g(n["hop-bb-active"],"--hop-bb-active",p),borderBottomFocus:g(n["hop-bb-focus"],"--hop-bb-focus",p),borderBottomHover:g(n["hop-bb-hover"],"--hop-bb-hover",p),borderBottomLeftRadius:i(z),borderBottomRightRadius:i(z),borderActive:g(n["hop-b-active"],"--hop-b-active",p),borderFocus:g(n["hop-b-focus"],"--hop-b-focus",p),borderHover:g(n["hop-b-hover"],"--hop-b-hover",p),borderLeft:F(p),borderLeftActive:g(n["hop-bl-active"],"--hop-bl-active",p),borderLeftFocus:g(n["hop-bl-focus"],"--hop-bl-focus",p),borderLeftHover:g(n["hop-bl-hover"],"--hop-bl-hover",p),borderRadius:i(z),borderRight:F(p),borderRightActive:g(n["hop-br-active"],"--hop-br-active",p),borderRightFocus:g(n["hop-br-focus"],"--hop-br-focus",p),borderRightHover:g(n["hop-br-hover"],"--hop-br-hover",p),borderTop:F(p),borderTopActive:g(n["hop-bt-active"],"--hop-bt-active",p),borderTopFocus:g(n["hop-bt-focus"],"--hop-bt-focus",p),borderTopHover:g(n["hop-bt-hover"],"--hop-bt-hover",p),borderTopLeftRadius:i(z),borderTopRightRadius:i(z),bottom:o(),boxShadow:i(P),boxShadowActive:l(n["hop-bs-active"],"--hop-bs-active",P),boxShadowFocus:l(n["hop-bs-focus"],"--hop-bs-focus",P),boxShadowHover:l(n["hop-bs-hover"],"--hop-bs-hover",P),color:i(x),colorActive:l(n["hop-c-active"],"--hop-c-active",x),colorFocus:l(n["hop-c-focus"],"--hop-c-focus",x),colorHover:l(n["hop-c-hover"],"--hop-c-hover",x),columnGap:i(h),content:o(),contentVisibility:o(),cursor:o(),cursorHover:l(n["hop-cs-hover"],"--hop-cs-hover"),display:o(),fill:i(k),fillFocus:l(n["hop-f-focus"],"--hop-f-focus",k),fillHover:l(n["hop-f-hover"],"--hop-f-hover",k),filter:o(),flex:o(),flexBasis:o(),flexDirection:o(),flexFlow:o(),flexGrow:o(),flexShrink:o(),flexWrap:o(),fontFamily:i(yo),fontSize:i(uo),fontStyle:o(),fontWeight:i(mo),gap:i(h),grid:o(),gridArea:o(),gridAutoColumns:i(y),gridAutoFlow:o(),gridAutoRows:i(y),gridColumn:o(),gridColumnEnd:o(),gridColumnSpan:mr,gridColumnStart:o(),gridRow:o(),gridRowEnd:o(),gridRowSpan:hr,gridRowStart:o(),gridTemplate:o(),gridTemplateAreas:o(),gridTemplateColumns:i(y),gridTemplateRows:i(y),height:i(y),justifyContent:o(),justifyItems:o(),justifySelf:o(),left:o(),letterSpacing:o(),lineHeight:i(ho),margin:i(fo),marginBottom:i(h),marginLeft:i(h),marginRight:i(h),marginTop:i(h),marginX:w("marginLeft","marginRight",h),marginY:w("marginBottom","marginTop",h),maxHeight:i(y),maxWidth:i(y),minHeight:i(y),minWidth:i(y),objectFit:o(),objectPosition:o(),opacity:o(),opacityActive:l(n["hop-o-active"],"hop-o-active"),opacityFocus:l(n["hop-o-focus"],"hop-o-focus"),opacityHover:l(n["hop-o-hover"],"hop-o-hover"),order:o(),outline:o(),outlineFocus:l(n["hop-ol-focus"],"hop-ol-focus"),overflow:o(),overflowX:o(),overflowY:o(),padding:i(_o),paddingBottom:i(_),paddingLeft:i(_),paddingRight:i(_),paddingTop:i(_),paddingX:w("paddingLeft","paddingRight",_),paddingY:w("paddingBottom","paddingTop",_),pointerEvents:o(),position:o(),resize:o(),right:o(),rowGap:i(h),stroke:i(k),textAlign:o(),textDecoration:o(),textOverflow:o(),textTransform:o(),top:o(),transform:o(),transformOrigin:o(),transformStyle:o(),verticalAlign:o(),visibility:o(),whiteSpace:o(),width:i(y),willChange:o(),wordBreak:o(),zIndex:o()};function Or(e){return !s(zo[e])}var M=class{#o;#e;matchedBreakpoints;constructor(t,r,a){this.#o=s(t)?[]:[t],this.#e={...r},this.matchedBreakpoints=a;}addClass(t){return this.#o.includes(t)||this.#o.push(t),this}addStyleValue(t,r){return this.#e[t]=r,this}computeStyling(){let t=this.#o.length!==0?this.#o.join(" "):void 0,r=Object.keys(this.#e).length!==0?this.#e:void 0;return {className:t,style:r}}};function Wr(e){let{alignContent:t,alignItems:r,alignSelf:a,aspectRatio:c,backgroundColor:v,backgroundColorActive:u,backgroundColorFocus:m,backgroundColorHover:f,backgroundImage:So,backgroundPosition:xo,backgroundRepeat:ko,backgroundSize:Po,border:Ro,borderBottom:Fo,borderBottomActive:Ao,borderBottomFocus:wo,borderBottomHover:Uo,borderBottomLeftRadius:Vo,borderBottomRightRadius:Eo,borderFocus:No,borderHover:qo,borderActive:Co,borderLeft:Bo,borderLeftActive:To,borderLeftFocus:Mo,borderLeftHover:Ho,borderRadius:Go,borderRight:Lo,borderRightActive:Oo,borderRightFocus:Wo,borderRightHover:jo,borderTop:Do,borderTopActive:Io,borderTopFocus:Xo,borderTopHover:Yo,borderTopLeftRadius:$o,borderTopRightRadius:Jo,bottom:Ko,boxShadow:Zo,boxShadowActive:Qo,boxShadowFocus:oe,boxShadowHover:ee,className:H,color:te,colorActive:ie,colorFocus:re,colorHover:ae,columnGap:ne,content:se,contentVisibility:ce,cursor:pe,cursorHover:de,display:le,fill:ge,fillFocus:ve,fillHover:ue,filter:me,flex:he,flexBasis:ye,flexDirection:_e,flexFlow:fe,flexGrow:be,flexShrink:ze,flexWrap:Se,fontFamily:xe,fontSize:ke,fontStyle:Pe,fontWeight:Re,gap:Fe,grid:Ae,gridArea:we,gridAutoColumns:Ue,gridAutoFlow:Ve,gridAutoRows:Ee,gridColumn:Ne,gridColumnEnd:qe,gridColumnSpan:Ce,gridColumnStart:Be,gridRow:Te,gridRowEnd:Me,gridRowSpan:He,gridRowStart:Ge,gridTemplate:Le,gridTemplateAreas:Oe,gridTemplateColumns:We,gridTemplateRows:je,height:De,justifyContent:Ie,justifyItems:Xe,justifySelf:Ye,left:$e,letterSpacing:Je,lineHeight:Ke,margin:Ze,marginBottom:Qe,marginLeft:ot,marginRight:et,marginTop:tt,marginX:it,marginY:rt,maxHeight:at,maxWidth:nt,minHeight:st,minWidth:ct,objectFit:pt,objectPosition:dt,opacity:lt,opacityActive:gt,opacityFocus:vt,opacityHover:ut,order:mt,outline:ht,outlineFocus:yt,overflow:_t,overflowX:ft,overflowY:bt,padding:zt,paddingBottom:St,paddingLeft:xt,paddingRight:kt,paddingTop:Pt,paddingX:Rt,paddingY:Ft,pointerEvents:At,position:wt,resize:Ut,right:Vt,rowGap:Et,stroke:Nt,style:G,textAlign:qt,textDecoration:Ct,textOverflow:Bt,textTransform:Tt,top:Mt,transition:Ht,transform:Gt,transformOrigin:Lt,transformStyle:Ot,verticalAlign:Wt,visibility:jt,whiteSpace:Dt,width:It,willChange:Xt,wordBreak:Yt,zIndex:$t,UNSAFE_backgroundColor:Jt,UNSAFE_backgroundColorActive:Kt,UNSAFE_backgroundColorFocus:Zt,UNSAFE_backgroundColorHover:Qt,UNSAFE_border:oi,UNSAFE_borderActive:ei,UNSAFE_borderBottom:ti,UNSAFE_borderBottomActive:ii,UNSAFE_borderBottomFocus:ri,UNSAFE_borderBottomHover:ai,UNSAFE_borderBottomLeftRadius:ni,UNSAFE_borderBottomRightRadius:si,UNSAFE_borderFocus:ci,UNSAFE_borderHover:pi,UNSAFE_borderLeft:di,UNSAFE_borderLeftActive:li,UNSAFE_borderLeftFocus:gi,UNSAFE_borderLeftHover:vi,UNSAFE_borderRadius:ui,UNSAFE_borderRight:mi,UNSAFE_borderRightActive:hi,UNSAFE_borderRightFocus:yi,UNSAFE_borderRightHover:_i,UNSAFE_borderTop:fi,UNSAFE_borderTopActive:bi,UNSAFE_borderTopFocus:zi,UNSAFE_borderTopHover:Si,UNSAFE_borderTopLeftRadius:xi,UNSAFE_borderTopRightRadius:ki,UNSAFE_boxShadow:Pi,UNSAFE_color:Ri,UNSAFE_columnGap:Fi,UNSAFE_fill:Ai,UNSAFE_fontFamily:wi,UNSAFE_fontSize:Ui,UNSAFE_fontWeight:Vi,UNSAFE_gap:Ei,UNSAFE_gridAutoColumns:Ni,UNSAFE_gridAutoRows:qi,UNSAFE_gridTemplateColumns:Ci,UNSAFE_gridTemplateRows:Bi,UNSAFE_height:Ti,UNSAFE_lineHeight:Mi,UNSAFE_margin:Hi,UNSAFE_marginBottom:Gi,UNSAFE_marginLeft:Li,UNSAFE_marginRight:Oi,UNSAFE_marginTop:Wi,UNSAFE_marginX:ji,UNSAFE_marginY:Di,UNSAFE_maxHeight:Ii,UNSAFE_maxWidth:Xi,UNSAFE_minHeight:Yi,UNSAFE_minWidth:$i,UNSAFE_padding:Ji,UNSAFE_paddingBottom:Ki,UNSAFE_paddingLeft:Zi,UNSAFE_paddingRight:Qi,UNSAFE_paddingTop:or,UNSAFE_paddingX:er,UNSAFE_paddingY:tr,UNSAFE_rowGap:ir,UNSAFE_stroke:rr,UNSAFE_width:ar,...nr}=e,{matchedBreakpoints:L}=$(),O=useMemo(()=>{let W=new M(H,G,L);return Object.keys(e).forEach(j=>{let D=e[j];if(!s(D)){let I=j.replace(bo,""),X=zo[I];s(X)||X(I,D,W);}}),W.computeStyling()},[t,r,a,c,v,u,m,f,So,xo,ko,Po,Ro,Fo,Ao,wo,Uo,Bo,To,Mo,Ho,Lo,Oo,Wo,jo,Do,Io,Xo,Yo,Co,No,qo,Go,Vo,Eo,$o,Jo,Zo,Qo,oe,ee,Ko,L,H,te,ie,re,ae,ne,se,ce,pe,de,le,ge,ve,ue,me,he,ye,_e,fe,be,ze,Se,xe,ke,Pe,Re,Fe,Ae,we,Ue,Ve,Ee,Ne,qe,Ce,Be,Te,Me,He,Ge,Le,Oe,We,je,De,Ie,Xe,Ye,$e,Je,Ke,Ze,Qe,ot,et,tt,it,rt,at,nt,st,ct,pt,dt,lt,gt,vt,ut,mt,ht,yt,_t,ft,bt,zt,St,xt,kt,Pt,Rt,Ft,At,wt,Ut,Vt,Et,Nt,G,qt,Ct,Bt,Tt,Mt,Ht,Gt,Lt,Ot,Wt,jt,Dt,It,Xt,Yt,$t,Jt,Kt,Zt,Qt,oi,ei,ti,ii,ri,ai,ni,si,ci,pi,di,li,gi,vi,ui,mi,hi,yi,_i,fi,bi,zi,Si,xi,ki,Pi,Ri,Fi,Ai,wi,Ui,Vi,Ei,Ni,qi,Ci,Bi,Ti,Mi,Hi,Gi,Li,Oi,Wi,ji,Di,Ii,Xi,Yi,$i,Ji,Ki,Zi,Qi,or,er,tr,ir,rr,ar]);return {...nr,className:O.className,style:O.style}}
4
+
5
+ export { Or as isStyledSystemProp, Wr as useStyledSystem };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/styled-system",
3
3
  "author": "Workleap",
4
- "version": "0.0.0",
4
+ "version": "0.2.0",
5
5
  "description": "The styled-system package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -17,8 +17,17 @@
17
17
  "sideEffects": [
18
18
  "*.css"
19
19
  ],
20
- "exports": "./dist/index.js",
21
- "types": "./dist/index.d.ts",
20
+ "main": "dist/index.js",
21
+ "types": "dist/index.d.ts",
22
+ "style": "dist/index.css",
23
+ "exports": {
24
+ ".": {
25
+ "import": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
+ "default": "./dist/index.js"
28
+ },
29
+ "./index.css": "./dist/index.css"
30
+ },
22
31
  "files": [
23
32
  "/dist",
24
33
  "CHANGELOG.md",
@@ -29,33 +38,36 @@
29
38
  "react-dom": "*"
30
39
  },
31
40
  "dependencies": {
32
- "react-aria": "3.29.1"
41
+ "clsx": "2.0.0",
42
+ "react-aria": "3.30.0"
33
43
  },
34
44
  "devDependencies": {
35
- "@swc/core": "1.3.95",
45
+ "@swc/core": "1.3.96",
36
46
  "@swc/helpers": "0.5.3",
37
47
  "@swc/jest": "0.2.29",
38
48
  "@testing-library/jest-dom": "6.1.4",
39
- "@testing-library/react": "14.0.0",
40
- "@types/jest": "29.5.6",
41
- "@types/react": "18.2.32",
42
- "@types/react-dom": "18.2.14",
43
- "@types/react-test-renderer": "18.0.5",
49
+ "@testing-library/react": "14.1.0",
50
+ "@types/jest": "29.5.8",
51
+ "@types/react-dom": "18.2.15",
52
+ "@types/react-test-renderer": "18.0.6",
53
+ "@types/react": "18.2.37",
44
54
  "@workleap/eslint-plugin": "3.0.0",
45
55
  "@workleap/swc-configs": "2.1.2",
56
+ "@workleap/tsup-configs": "3.0.1",
46
57
  "@workleap/typescript-configs": "3.0.2",
47
- "jest": "29.7.0",
58
+ "identity-obj-proxy": "3.0.0",
48
59
  "jest-environment-jsdom": "29.7.0",
49
- "react": "18.2.0",
60
+ "jest": "29.7.0",
61
+ "postcss-modules": "6.0.0",
62
+ "postcss": "8.4.31",
50
63
  "react-dom": "18.2.0",
51
64
  "react-test-renderer": "18.2.0",
65
+ "react": "18.2.0",
52
66
  "ts-jest": "29.1.1",
53
- "ts-node": "10.9.1",
54
67
  "tsup": "7.2.0",
55
- "typescript": "5.2.2"
56
- },
57
- "engines": {
58
- "node": ">=18.0.0"
68
+ "type-fest": "4.7.1",
69
+ "typescript": "5.2.2",
70
+ "@hopper-ui/tokens": "3.1.0"
59
71
  },
60
72
  "scripts": {
61
73
  "dev": "tsup --config ./tsup.dev.ts",
@@ -1,5 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
-
3
- declare function BodyStyleProvider(): react_jsx_runtime.JSX.Element;
4
-
5
- export { BodyStyleProvider };
@@ -1,23 +0,0 @@
1
- import { useRef, useState, useLayoutEffect, useEffect, useInsertionEffect } from 'react';
2
- import { jsx } from 'react/jsx-runtime';
3
-
4
- var l={name:"@hopper-ui/styled-system",author:"Workleap",version:"0.0.0",description:"The styled-system package.",license:"Apache-2.0",repository:{type:"git",url:"git+https://github.com/gsoft-inc/wl-hopper.git",directory:"packages/styled-system"},publishConfig:{access:"public",provenance:!0},type:"module",sideEffects:["*.css"],exports:"./dist/index.js",types:"./dist/index.d.ts",files:["/dist","CHANGELOG.md","README.md"],scripts:{dev:"tsup --config ./tsup.dev.ts",build:"tsup --config ./tsup.build.ts",test:"jest"},peerDependencies:{react:"*","react-dom":"*"},dependencies:{"react-aria":"3.29.1"},devDependencies:{"@swc/core":"1.3.95","@swc/helpers":"0.5.3","@swc/jest":"0.2.29","@testing-library/jest-dom":"6.1.4","@testing-library/react":"14.0.0","@types/jest":"29.5.6","@types/react":"18.2.32","@types/react-dom":"18.2.14","@types/react-test-renderer":"18.0.5","@workleap/eslint-plugin":"3.0.0","@workleap/swc-configs":"2.1.2","@workleap/typescript-configs":"3.0.2",jest:"29.7.0","jest-environment-jsdom":"29.7.0",react:"18.2.0","react-dom":"18.2.0","react-test-renderer":"18.2.0","ts-jest":"29.1.1","ts-node":"10.9.1",tsup:"7.2.0",typescript:"5.2.2"},engines:{node:">=18.0.0"}};var x="hop",p=`${x}-${l.version.replaceAll(".","-")}`;function E(e){return e==null}function S(e){return typeof e>"u"||e===void 0}function r(e){return E(e)||S(e)}var u=typeof window<"u"?useInsertionEffect:useEffect;function a(e,t,n=!0){u(()=>{let o=document.getElementById(e);if(r(o)){if(!r(t))return o=document.createElement("style"),o.id=e,document.head.appendChild(o),o.innerText=f(t),()=>{o?.remove();}}else n&&(o.innerText=f(t));},[e,t]);}function f(e){return e?.replace(/(\r\n|\n|\r|\s\s)/gm,"")??""}var d=typeof window<"u"?useLayoutEffect:useEffect;var s=class{#e;#t;constructor(t,n){this.#e=t,this.#t=n;}getThemeElement(){let t=this.#e.current?.closest(this.#t);if(r(t))throw new Error("Cannot find a theme element, is the scope assigned to a DOM element?");return t}getPropertyValue(t){return window.getComputedStyle(this.getThemeElement()).getPropertyValue(t)}};var i={color:"--hop-neutral-text",backgroundColor:"--hop-neutral-surface",lineHeight:"--hop-body-md-line-height",fontFamily:"--hop-body-md-font-family",fontSize:"--hop-body-md-font-size"};function Q(){let e=useRef(null),[t,n]=useState(void 0);return d(()=>{if(e.current){let o=new s(e,`.${p}`),c=o.getPropertyValue(i.color),y=o.getPropertyValue(i.backgroundColor),m=o.getPropertyValue(i.fontFamily),g=o.getPropertyValue(i.lineHeight),h=o.getPropertyValue(i.fontSize);n({color:c,backgroundColor:y,lineHeight:g,fontFamily:m,fontSize:h});}},[e]),a(`hop-body-styles-${p}`,r(t)?"":A(t)),jsx("div",{ref:e})}function A({color:e,backgroundColor:t,fontFamily:n,lineHeight:o,fontSize:c}){return `
5
- body {
6
- -webkit-font-smoothing: antialiased;
7
- font-family: ${n}, Arial, sans-serif;
8
- line-height: ${o};
9
- font-size: ${c};
10
- color: ${e};
11
- background-color: ${t};
12
- margin: 0;
13
- padding: 0;
14
- }
15
-
16
- @media not (prefers-reduced-motion) {
17
- body {
18
- scroll-behavior: smooth;
19
- }
20
- }
21
- `}
22
-
23
- export { Q as BodyStyleProvider };
@@ -1,20 +0,0 @@
1
- /** The TokenProvider injects tokens in the document's head.
2
- * This is a component and not a hook, so it's easier to conditionally call it
3
- * @example
4
- * assuming different versions of the design system loaded at the same time, one with version 1, the other with version 2.0.0
5
- * <head>
6
- * <style id="hop-tokens-1.0.0">
7
- * .hop-1-0-0 {
8
- * --token: red
9
- * }
10
- * </style>
11
- * <style id="hop-tokens-2.0.0">
12
- * .hop-2-0-0 {
13
- * --token: blue
14
- * }
15
- * </style>
16
- * </head>
17
- */
18
- declare function TokenProvider(): null;
19
-
20
- export { TokenProvider };
@@ -1,6 +0,0 @@
1
- import { useInsertionEffect, useEffect } from 'react';
2
-
3
- var n={name:"@hopper-ui/styled-system",author:"Workleap",version:"0.0.0",description:"The styled-system package.",license:"Apache-2.0",repository:{type:"git",url:"git+https://github.com/gsoft-inc/wl-hopper.git",directory:"packages/styled-system"},publishConfig:{access:"public",provenance:!0},type:"module",sideEffects:["*.css"],exports:"./dist/index.js",types:"./dist/index.d.ts",files:["/dist","CHANGELOG.md","README.md"],scripts:{dev:"tsup --config ./tsup.dev.ts",build:"tsup --config ./tsup.build.ts",test:"jest"},peerDependencies:{react:"*","react-dom":"*"},dependencies:{"react-aria":"3.29.1"},devDependencies:{"@swc/core":"1.3.95","@swc/helpers":"0.5.3","@swc/jest":"0.2.29","@testing-library/jest-dom":"6.1.4","@testing-library/react":"14.0.0","@types/jest":"29.5.6","@types/react":"18.2.32","@types/react-dom":"18.2.14","@types/react-test-renderer":"18.0.5","@workleap/eslint-plugin":"3.0.0","@workleap/swc-configs":"2.1.2","@workleap/typescript-configs":"3.0.2",jest:"29.7.0","jest-environment-jsdom":"29.7.0",react:"18.2.0","react-dom":"18.2.0","react-test-renderer":"18.2.0","ts-jest":"29.1.1","ts-node":"10.9.1",tsup:"7.2.0",typescript:"5.2.2"},engines:{node:">=18.0.0"}};var k="hop",e=`${k}-${n.version.replaceAll(".","-")}`;function y(o){return o==null}function b(o){return typeof o>"u"||o===void 0}function i(o){return y(o)||b(o)}var c=typeof window<"u"?useInsertionEffect:useEffect;function p(o,r,h=!0){c(()=>{let a=document.getElementById(o);if(i(a)){if(!i(r))return a=document.createElement("style"),a.id=o,document.head.appendChild(a),a.innerText=v(r),()=>{a?.remove();}}else h&&(a.innerText=v(r));},[o,r]);}function v(o){return o?.replace(/(\r\n|\n|\r|\s\s)/gm,"")??""}var d={"--hop-upsell-border-active":"var(--hop-sunken-treasure-500)","--hop-upsell-text-active":"var(--hop-sunken-treasure-300)","--hop-upsell-icon-weakest":"var(--hop-sunken-treasure-100)","--hop-upsell-icon-weak":"var(--hop-sunken-treasure-300)","--hop-upsell-border":"var(--hop-sunken-treasure-200)","--hop-upsell-surface-hover":"var(--hop-sunken-treasure-600)","--hop-upsell-border-disabled":"var(--hop-sunken-treasure-700)","--hop-upsell-icon-active":"var(--hop-sunken-treasure-300)","--hop-upsell-surface-weak":"var(--hop-sunken-treasure-800)","--hop-upsell-surface-disabled":"var(--hop-sunken-treasure-700)","--hop-upsell-text":"var(--hop-sunken-treasure-900)","--hop-upsell-icon":"var(--hop-sunken-treasure-900)","--hop-upsell-text-hover":"var(--hop-sunken-treasure-700)","--hop-upsell-text-disabled":"var(--hop-sunken-treasure-300)","--hop-upsell-surface-active":"var(--hop-sunken-treasure-800)","--hop-upsell-surface":"var(--hop-sunken-treasure-50)","--hop-danger-border-active":"var(--hop-amanita-400)","--hop-danger-icon-active":"var(--hop-amanita-300)","--hop-danger-text-active":"var(--hop-amanita-300)","--hop-danger-surface":"var(--hop-amanita-200)","--hop-danger-text-hover":"var(--hop-amanita-200)","--hop-danger-surface-disabled":"var(--hop-amanita-600)","--hop-danger-surface-hover":"var(--hop-amanita-200)","--hop-danger-surface-strong":"var(--hop-amanita-300)","--hop-danger-surface-strong-hover":"var(--hop-amanita-200)","--hop-danger-surface-weak":"var(--hop-amanita-900)","--hop-danger-border-strong":"var(--hop-amanita-300)","--hop-danger-icon":"var(--hop-amanita-900)","--hop-danger-icon-weak":"var(--hop-amanita-100)","--hop-danger-text":"var(--hop-amanita-900)","--hop-danger-surface-active":"var(--hop-amanita-800)","--hop-danger-text-weak":"var(--hop-amanita-100)","--hop-danger-text-strong":"var(--hop-samoyed)","--hop-danger-text-strong-hover":"var(--hop-samoyed)","--hop-danger-icon-strong":"var(--hop-samoyed)","--hop-danger-icon-hover":"var(--hop-amanita-200)","--hop-danger-text-disabled":"var(--hop-amanita-600)","--hop-danger-icon-disabled":"var(--hop-amanita-600)","--hop-danger-border":"var(--hop-amanita-500)","--hop-primary-icon-active":"var(--hop-sapphire-200)","--hop-primary-border-active":"var(--hop-sapphire-300)","--hop-primary-text-active":"var(--hop-sapphire-200)","--hop-primary-icon-strong":"var(--hop-samoyed)","--hop-primary-icon-strong-hover":"var(--hop-sapphire-300)","--hop-primary-icon":"var(--hop-sapphire-200)","--hop-primary-border-focus":"var(--hop-sapphire-200)","--hop-primary-border":"var(--hop-sapphire-300)","--hop-primary-icon-hover":"var(--hop-sapphire-300)","--hop-primary-icon-disabled":"var(--hop-sapphire-700)","--hop-primary-surface-disabled":"var(--hop-sapphire-700)","--hop-primary-surface-focus":"var(--hop-sapphire-900)","--hop-primary-text-disabled":"var(--hop-sapphire-700)","--hop-primary-surface":"var(--hop-sapphire-200)","--hop-primary-surface-weak":"var(--hop-sapphire-800)","--hop-primary-surface-strong":"var(--hop-sapphire-400)","--hop-primary-surface-strong-hover":"var(--hop-sapphire-200)","--hop-primary-surface-strong-active":"var(--hop-sapphire-800)","--hop-primary-text":"var(--hop-sapphire-200)","--hop-primary-surface-hover":"var(--hop-sapphire-200)","--hop-primary-text-strong":"var(--hop-samoyed)","--hop-primary-text-strong-hover":"var(--hop-sapphire-300)","--hop-primary-text-hover":"var(--hop-sapphire-300)","--hop-primary-surface-active":"var(--hop-sapphire-800)","--hop-decorative-option9-border":"var(--hop-rock-400)","--hop-decorative-option9-icon":"var(--hop-samoyed)","--hop-decorative-option9-surface-weakest":"var(--hop-rock-25)","--hop-decorative-option9-surface-weak":"var(--hop-rock-50)","--hop-decorative-option9-surface-strong":"var(--hop-rock-800)","--hop-decorative-option9-surface-hover":"var(--hop-rock-500)","--hop-decorative-option9-surface":"var(--hop-rock-400)","--hop-decorative-option9-text":"var(--hop-samoyed)","--hop-decorative-option9-text-weak":"var(--hop-rock-300)","--hop-decorative-option8-border":"var(--hop-amanita-400)","--hop-decorative-option8-icon":"var(--hop-amanita-900)","--hop-decorative-option8-surface-weakest":"var(--hop-amanita-25)","--hop-decorative-option8-surface-weak":"var(--hop-amanita-50)","--hop-decorative-option8-surface-strong":"var(--hop-amanita-100)","--hop-decorative-option8-surface-hover":"var(--hop-amanita-200)","--hop-decorative-option8-text-weak":"var(--hop-amanita-300)","--hop-decorative-option8-surface":"var(--hop-amanita-100)","--hop-decorative-option8-text":"var(--hop-amanita-900)","--hop-decorative-option7-border":"var(--hop-toad-400)","--hop-decorative-option7-icon":"var(--hop-toad-900)","--hop-decorative-option7-surface-weakest":"var(--hop-toad-25)","--hop-decorative-option7-surface-weak":"var(--hop-toad-50)","--hop-decorative-option7-surface-strong":"var(--hop-toad-75)","--hop-decorative-option7-surface-hover":"var(--hop-toad-75)","--hop-decorative-option7-surface":"var(--hop-toad-50)","--hop-decorative-option7-text-weak":"var(--hop-toad-500)","--hop-decorative-option7-text":"var(--hop-toad-900)","--hop-decorative-option5-text-weak":"var(--hop-coastal-300)","--hop-decorative-option5-text":"var(--hop-coastal-900)","--hop-decorative-option5-surface-weakest":"var(--hop-coastal-25)","--hop-decorative-option5-surface-weak":"var(--hop-coastal-50)","--hop-decorative-option5-surface-strong":"var(--hop-coastal-100)","--hop-decorative-option5-surface-hover":"var(--hop-coastal-100)","--hop-decorative-option5-surface":"var(--hop-coastal-75)","--hop-decorative-option5-border":"var(--hop-coastal-400)","--hop-decorative-option5-icon":"var(--hop-coastal-900)","--hop-decorative-option6-surface-weakest":"var(--hop-sunken-treasure-25)","--hop-decorative-option6-surface-weak":"var(--hop-sunken-treasure-50)","--hop-decorative-option6-surface-strong":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface-hover":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface":"var(--hop-sunken-treasure-75)","--hop-decorative-option6-border":"var(--hop-sunken-treasure-400)","--hop-decorative-option6-icon":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text-weak":"var(--hop-sunken-treasure-200)","--hop-decorative-option4-surface-weakest":"var(--hop-moss-25)","--hop-decorative-option4-surface-weak":"var(--hop-moss-50)","--hop-decorative-option4-surface-strong":"var(--hop-moss-100)","--hop-decorative-option4-surface-hover":"var(--hop-moss-100)","--hop-decorative-option4-surface":"var(--hop-moss-75)","--hop-decorative-option4-border":"var(--hop-moss-400)","--hop-decorative-option4-icon":"var(--hop-moss-900)","--hop-decorative-option4-text-weak":"var(--hop-moss-400)","--hop-decorative-option4-text":"var(--hop-moss-900)","--hop-decorative-option3-surface-strong":"var(--hop-koi-200)","--hop-decorative-option3-surface-weakest":"var(--hop-koi-25)","--hop-decorative-option3-surface-weak":"var(--hop-koi-50)","--hop-decorative-option3-surface-hover":"var(--hop-koi-200)","--hop-decorative-option3-surface":"var(--hop-koi-100)","--hop-decorative-option3-border":"var(--hop-koi-400)","--hop-decorative-option3-icon":"var(--hop-koi-900)","--hop-decorative-option3-text":"var(--hop-koi-900)","--hop-decorative-option3-text-weak":"var(--hop-koi-300)","--hop-decorative-option2-surface-weakest":"var(--hop-quetzal-25)","--hop-decorative-option2-surface-weak":"var(--hop-quetzal-50)","--hop-decorative-option2-surface-strong":"var(--hop-quetzal-100)","--hop-decorative-option2-surface-hover":"var(--hop-quetzal-100)","--hop-decorative-option2-surface":"var(--hop-quetzal-75)","--hop-decorative-option2-text":"var(--hop-quetzal-900)","--hop-decorative-option2-text-weak":"var(--hop-quetzal-300)","--hop-decorative-option2-border":"var(--hop-quetzal-400)","--hop-decorative-option2-icon":"var(--hop-quetzal-900)","--hop-decorative-option1-surface-strong":"var(--hop-sapphire-200)","--hop-decorative-option1-surface-weakest":"var(--hop-sapphire-25)","--hop-decorative-option1-surface-weak":"var(--hop-sapphire-50)","--hop-decorative-option1-surface-hover":"var(--hop-sapphire-200)","--hop-decorative-option1-surface":"var(--hop-sapphire-100)","--hop-decorative-option1-text-weak":"var(--hop-sapphire-300)","--hop-decorative-option1-border":"var(--hop-sapphire-400)","--hop-decorative-option1-icon":"var(--hop-sapphire-900)","--hop-decorative-option1-text":"var(--hop-sapphire-900)","--hop-neutral-text-hover":"var(--hop-rock-50)","--hop-neutral-surface-weakest-hover":"var(--hop-rock-800)","--hop-neutral-text-weak":"var(--hop-rock-200)","--hop-neutral-surface-disabled":"var(--hop-rock-700)","--hop-neutral-surface-active":"var(--hop-toad-25)","--hop-neutral-surface-weak":"var(--hop-rock-800)","--hop-neutral-surface":"var(--hop-abyss)","--hop-neutral-text-disabled":"var(--hop-rock-500)","--hop-neutral-text-active":"var(--hop-rock-900)","--hop-neutral-text-strong":"var(--hop-rock-900)","--hop-neutral-text":"var(--hop-rock-25)","--hop-neutral-text-weakest":"var(--hop-rock-400)","--hop-neutral-border-disabled":"var(--hop-rock-800)","--hop-neutral-border-strong-hover":"var(--hop-samoyed)","--hop-neutral-border-strong":"var(--hop-samoyed)","--hop-neutral-surface-strong":"var(--hop-samoyed)","--hop-neutral-surface-hover":"var(--hop-rock-800)","--hop-neutral-icon-disabled":"var(--hop-rock-500)","--hop-neutral-icon":"var(--hop-rock-25)","--hop-neutral-icon-weak":"var(--hop-rock-200)","--hop-neutral-border":"var(--hop-rock-500)","--hop-neutral-border-weak":"var(--hop-rock-800)","--hop-neutral-icon-weakest":"var(--hop-rock-400)","--hop-neutral-icon-strong":"var(--hop-rock-900)","--hop-neutral-icon-hover":"var(--hop-rock-50)","--hop-neutral-icon-active":"var(--hop-rock-900)","--hop-neutral-border-hover":"var(--hop-rock-300)","--hop-neutral-border-active":"var(--hop-toad-25)","--hop-neutral-surface-weak-hover":"var(--hop-rock-700)","--hop-neutral-border-weakest":"var(--hop-rock-800)","--hop-neutral-surface-weakest":"var(--hop-rock-900)","--hop-warning-icon-weakest":"var(--hop-koi-200)","--hop-warning-icon-weak":"var(--hop-koi-75)","--hop-warning-text-weak":"var(--hop-koi-75)","--hop-warning-surface":"var(--hop-koi-75)","--hop-warning-surface-strong":"var(--hop-koi-300)","--hop-warning-surface-weak":"var(--hop-koi-800)","--hop-warning-border":"var(--hop-koi-500)","--hop-warning-icon":"var(--hop-koi-900)","--hop-warning-text":"var(--hop-koi-900)","--hop-success-border":"var(--hop-moss-500)","--hop-success-icon-weak":"var(--hop-moss-75)","--hop-success-icon-weakest":"var(--hop-moss-200)","--hop-success-text-weak":"var(--hop-moss-75)","--hop-success-surface":"var(--hop-moss-75)","--hop-success-surface-strong":"var(--hop-moss-300)","--hop-success-text-hover":"var(--hop-moss-700)","--hop-success-text":"var(--hop-moss-900)","--hop-success-icon":"var(--hop-moss-900)","--hop-success-surface-weak":"var(--hop-moss-800)","--hop-information-icon-weakest":"var(--hop-coastal-200)","--hop-information-surface-strong":"var(--hop-coastal-300)","--hop-information-icon-weak":"var(--hop-coastal-300)","--hop-information-text":"var(--hop-coastal-900)","--hop-information-surface":"var(--hop-coastal-75)","--hop-information-surface-weak":"var(--hop-coastal-800)","--hop-information-text-weak":"var(--hop-coastal-75)","--hop-information-icon":"var(--hop-coastal-900)","--hop-information-border":"var(--hop-coastal-400)","--hop-status-neutral-surface-strong":"var(--hop-rock-100)","--hop-status-neutral-text":"var(--hop-rock-25)","--hop-status-neutral-icon":"var(--hop-rock-25)","--hop-status-neutral-surface":"var(--hop-abyss)","--hop-status-progress-surface-strong":"var(--hop-sapphire-200)","--hop-status-progress-icon":"var(--hop-sapphire-900)","--hop-status-progress-surface":"var(--hop-sapphire-100)","--hop-status-progress-text":"var(--hop-sapphire-900)","--hop-status-option6-surface-strong":"var(--hop-sunken-treasure-100)","--hop-status-option6-icon":"var(--hop-sunken-treasure-900)","--hop-status-option6-surface":"var(--hop-sunken-treasure-75)","--hop-status-option6-text":"var(--hop-sunken-treasure-900)","--hop-status-option5-surface-strong":"var(--hop-toad-100)","--hop-status-option5-icon":"var(--hop-toad-900)","--hop-status-option5-surface":"var(--hop-toad-200)","--hop-status-option5-text":"var(--hop-toad-900)","--hop-status-option1-surface-strong":"var(--hop-coastal-100)","--hop-status-option1-icon":"var(--hop-coastal-900)","--hop-status-option1-surface":"var(--hop-coastal-200)","--hop-status-option1-text":"var(--hop-coastal-900)","--hop-status-option2-surface-strong":"var(--hop-orchid-bloom-100)","--hop-status-option2-text":"var(--hop-orchid-bloom-900)","--hop-status-option2-surface":"var(--hop-orchid-bloom-200)","--hop-status-option2-icon":"var(--hop-orchid-bloom-900)","--hop-status-option3-surface-strong":"var(--hop-quetzal-100)","--hop-status-option3-icon":"var(--hop-quetzal-900)","--hop-status-option3-surface":"var(--hop-quetzal-200)","--hop-status-option3-text":"var(--hop-quetzal-900)","--hop-status-option4-surface-strong":"var(--hop-fog-100)","--hop-status-option4-icon":"var(--hop-fog-900)","--hop-status-option4-surface":"var(--hop-fog-200)","--hop-status-option4-text":"var(--hop-fog-900)","--hop-status-inactive-surface-strong":"var(--hop-rock-100)","--hop-status-inactive-icon":"var(--hop-rock-800)","--hop-status-inactive-surface":"var(--hop-rock-75)","--hop-status-inactive-text":"var(--hop-rock-900)","--hop-status-caution-surface-strong":"var(--hop-koi-200)","--hop-status-caution-icon":"var(--hop-koi-900)","--hop-status-caution-surface":"var(--hop-koi-75)","--hop-status-caution-text":"var(--hop-koi-900)","--hop-status-negative-surface-strong":"var(--hop-amanita-200)","--hop-status-negative-icon":"var(--hop-amanita-900)","--hop-status-negative-surface":"var(--hop-amanita-75)","--hop-status-negative-text":"var(--hop-amanita-900)","--hop-status-positive-icon":"var(--hop-moss-900)","--hop-status-positive-surface-strong":"var(--hop-moss-200)","--hop-status-positive-surface":"var(--hop-moss-75)","--hop-status-positive-text":"var(--hop-moss-900)"};var u={"--hop-coastal-25":"#f0f8ff","--hop-coastal-50":"#d9efff","--hop-coastal-75":"#bae6ff","--hop-coastal-100":"#9fd2f7","--hop-coastal-200":"#81b9e4","--hop-coastal-300":"#5d9acd","--hop-coastal-400":"#3a7bb2","--hop-coastal-500":"#2e70a8","--hop-coastal-600":"#23669f","--hop-coastal-700":"#0a538b","--hop-coastal-800":"#003d70","--hop-coastal-900":"#00274b","--hop-quetzal-25":"#ddfdf9","--hop-quetzal-50":"#cff4ef","--hop-quetzal-75":"#bde8e1","--hop-quetzal-100":"#a3d6cb","--hop-quetzal-200":"#83beaf","--hop-quetzal-300":"#5da18c","--hop-quetzal-400":"#38836a","--hop-quetzal-500":"#2b795e","--hop-quetzal-600":"#206f54","--hop-quetzal-700":"#055c41","--hop-quetzal-800":"#00452d","--hop-quetzal-900":"#002d1c","--hop-orchid-bloom-25":"#f6f5ff","--hop-orchid-bloom-50":"#eae9fb","--hop-orchid-bloom-75":"#ddddf7","--hop-orchid-bloom-100":"#c8caf0","--hop-orchid-bloom-200":"#aeb3e8","--hop-orchid-bloom-300":"#8d91dc","--hop-orchid-bloom-400":"#6b6ecc","--hop-orchid-bloom-500":"#5f61c5","--hop-orchid-bloom-600":"#5454be","--hop-orchid-bloom-700":"#433fac","--hop-orchid-bloom-800":"#322b8d","--hop-orchid-bloom-900":"#1e1c5d","--hop-sapphire-25":"#f5f6ff","--hop-sapphire-50":"#e6ebff","--hop-sapphire-75":"#d6e0ff","--hop-sapphire-100":"#b9cbff","--hop-sapphire-200":"#95b1ff","--hop-sapphire-300":"#6c8ffd","--hop-sapphire-400":"#4767fe","--hop-sapphire-500":"#3b57ff","--hop-sapphire-600":"#2a43e8","--hop-sapphire-700":"#2040c7","--hop-sapphire-800":"#1b3587","--hop-sapphire-900":"#152450","--hop-fog-25":"#f2f8fa","--hop-fog-50":"#e1eef1","--hop-fog-75":"#d2e3e7","--hop-fog-100":"#bad0d5","--hop-fog-200":"#9cb7be","--hop-fog-300":"#7c9aa3","--hop-fog-400":"#5e7b84","--hop-fog-500":"#557079","--hop-fog-600":"#4e6770","--hop-fog-700":"#40535a","--hop-fog-800":"#313e43","--hop-fog-900":"#20282a","--hop-toad-25":"#fef6ef","--hop-toad-50":"#f0eae3","--hop-toad-75":"#e5ded6","--hop-toad-100":"#d4cbc0","--hop-toad-200":"#bdb1a3","--hop-toad-300":"#a19382","--hop-toad-400":"#837463","--hop-toad-500":"#776a59","--hop-toad-600":"#6e6151","--hop-toad-700":"#594f41","--hop-toad-800":"#433b31","--hop-toad-900":"#2a2620","--hop-sunken-treasure-25":"#fff8d6","--hop-sunken-treasure-50":"#fff2b8","--hop-sunken-treasure-75":"#f7e694","--hop-sunken-treasure-100":"#eac96d","--hop-sunken-treasure-200":"#e2a934","--hop-sunken-treasure-300":"#c28b12","--hop-sunken-treasure-400":"#996f08","--hop-sunken-treasure-500":"#8b6609","--hop-sunken-treasure-600":"#7e5e0a","--hop-sunken-treasure-700":"#654c0d","--hop-sunken-treasure-800":"#4b390f","--hop-sunken-treasure-900":"#2f250d","--hop-koi-25":"#fff5e9","--hop-koi-50":"#ffe8d3","--hop-koi-75":"#ffd8be","--hop-koi-100":"#ffbf92","--hop-koi-200":"#ff9b3f","--hop-koi-300":"#e57723","--hop-koi-400":"#c95109","--hop-koi-500":"#ba4705","--hop-koi-600":"#ab4104","--hop-koi-700":"#8c3504","--hop-koi-800":"#692803","--hop-koi-900":"#451a02","--hop-amanita-25":"#fdf6f6","--hop-amanita-50":"#fde6e5","--hop-amanita-75":"#ffd6d3","--hop-amanita-100":"#ffbcb7","--hop-amanita-200":"#ff8e8e","--hop-amanita-300":"#fa4d59","--hop-amanita-400":"#df3236","--hop-amanita-500":"#cb2e31","--hop-amanita-600":"#ba2d2d","--hop-amanita-700":"#952927","--hop-amanita-800":"#6c2320","--hop-amanita-900":"#431a17","--hop-moss-25":"#f4f9e9","--hop-moss-50":"#e3f3b9","--hop-moss-75":"#cde8ac","--hop-moss-100":"#aad89d","--hop-moss-200":"#7dc291","--hop-moss-300":"#47a584","--hop-moss-400":"#188a71","--hop-moss-500":"#0c796b","--hop-moss-600":"#0a6f64","--hop-moss-700":"#115a52","--hop-moss-800":"#16433d","--hop-moss-900":"#132a27","--hop-abyss":"#1d1d1c","--hop-rock-20":"#fcfbfb","--hop-rock-25":"#f8f6f3","--hop-rock-50":"#ecebe8","--hop-rock-75":"#e0dfdd","--hop-rock-100":"#ccccca","--hop-rock-200":"#b3b3b1","--hop-rock-300":"#959593","--hop-rock-400":"#777775","--hop-rock-500":"#6c6c6b","--hop-rock-600":"#636362","--hop-rock-700":"#505050","--hop-rock-800":"#3c3c3c","--hop-rock-900":"#292929","--hop-samoyed":"#ffffff","--hop-shadow-none":"none","--hop-shadow-sm":"0 1px 6px 0 rgba(60, 60, 60, 0.10)","--hop-shadow-md":"0 4px 10px 4px rgba(60, 60, 60, 0.08)","--hop-shadow-lg":"0 10px 18px 8px rgba(60, 60, 60, 0.08)","--hop-font-family-primary":"ABC Favorit","--hop-font-family-secondary":"Inter","--hop-font-family-tertiary":"ABC Favorit Mono","--hop-font-size-120":"0.75rem","--hop-font-size-140":"0.875rem","--hop-font-size-160":"1rem","--hop-font-size-180":"1.125rem","--hop-font-size-200":"1.25rem","--hop-font-size-240":"1.5rem","--hop-font-size-280":"1.75rem","--hop-font-size-320":"2rem","--hop-font-size-360":"2.25rem","--hop-font-size-480":"3rem","--hop-font-weight-400":"400","--hop-font-weight-410":"410","--hop-font-weight-505":"505","--hop-font-weight-580":"580","--hop-font-weight-590":"590","--hop-font-weight-680":"680","--hop-font-weight-690":"690","--hop-line-height-1-125":"1.125","--hop-line-height-1-14":"1.1428571","--hop-line-height-1-20":"1.2","--hop-line-height-1-25":"1.25","--hop-line-height-1-33":"1.3333333","--hop-line-height-1-4285":"1.4285714","--hop-line-height-1-50":"1.5","--hop-border-radius-0":"0","--hop-border-radius-1":"0.25rem","--hop-border-radius-2":"0.5rem","--hop-border-radius-3":"1rem","--hop-border-radius-4":"1.5rem","--hop-border-radius-9999":"624.9375rem","--hop-space-0":"0","--hop-space-20":"0.125rem","--hop-space-40":"0.25rem","--hop-space-80":"0.5rem","--hop-space-160":"1rem","--hop-space-240":"1.5rem","--hop-space-320":"2rem","--hop-space-400":"2.5rem","--hop-space-480":"3rem","--hop-space-640":"4rem","--hop-space-800":"5rem","--hop-space-960":"6rem","--hop-space-1280":"8rem"},f={"--hop-space-inset-xs":"var(--hop-space-40)","--hop-space-inset-sm":"var(--hop-space-80)","--hop-space-inset-md":"var(--hop-space-160)","--hop-space-inset-lg":"var(--hop-space-240)","--hop-space-inset-xl":"var(--hop-space-320)","--hop-space-inset-squish-sm":"0.25rem var(--hop-space-80)","--hop-space-inset-squish-md":"0.5rem var(--hop-space-160)","--hop-space-inset-squish-lg":"1rem var(--hop-space-320)","--hop-space-inset-stretch-sm":"1rem var(--hop-space-80)","--hop-space-inset-stretch-md":"1.5rem var(--hop-space-160)","--hop-space-inset-stretch-lg":"3rem var(--hop-space-240)","--hop-space-stack-xs":"var(--hop-space-40)","--hop-space-stack-sm":"var(--hop-space-80)","--hop-space-stack-md":"var(--hop-space-160)","--hop-space-stack-lg":"var(--hop-space-240)","--hop-space-stack-xl":"var(--hop-space-320)","--hop-space-inline-xs":"var(--hop-space-40)","--hop-space-inline-sm":"var(--hop-space-80)","--hop-space-inline-md":"var(--hop-space-160)","--hop-space-inline-lg":"var(--hop-space-240)","--hop-space-inline-xl":"var(--hop-space-320)","--hop-upsell-border-active":"var(--hop-sunken-treasure-200)","--hop-upsell-text-active":"var(--hop-sunken-treasure-400)","--hop-upsell-icon-weakest":"var(--hop-sunken-treasure-75)","--hop-upsell-icon-weak":"var(--hop-sunken-treasure-100)","--hop-upsell-border":"var(--hop-sunken-treasure-100)","--hop-upsell-surface-hover":"var(--hop-sunken-treasure-100)","--hop-upsell-border-disabled":"var(--hop-sunken-treasure-75)","--hop-upsell-icon-active":"var(--hop-sunken-treasure-400)","--hop-upsell-surface-weak":"var(--hop-sunken-treasure-25)","--hop-upsell-surface-disabled":"var(--hop-sunken-treasure-75)","--hop-upsell-text":"var(--hop-sunken-treasure-800)","--hop-upsell-icon":"var(--hop-sunken-treasure-800)","--hop-upsell-text-hover":"var(--hop-sunken-treasure-900)","--hop-upsell-text-disabled":"var(--hop-sunken-treasure-400)","--hop-upsell-surface-active":"var(--hop-sunken-treasure-50)","--hop-upsell-surface":"var(--hop-sunken-treasure-25)","--hop-danger-border-active":"var(--hop-amanita-300)","--hop-danger-icon-active":"var(--hop-amanita-400)","--hop-danger-text-active":"var(--hop-amanita-400)","--hop-danger-surface":"var(--hop-amanita-25)","--hop-danger-text-hover":"var(--hop-amanita-500)","--hop-danger-surface-disabled":"var(--hop-amanita-100)","--hop-danger-surface-hover":"var(--hop-amanita-500)","--hop-danger-surface-strong":"var(--hop-amanita-300)","--hop-danger-surface-strong-hover":"var(--hop-amanita-500)","--hop-danger-surface-weak":"var(--hop-amanita-50)","--hop-danger-border-strong":"var(--hop-amanita-300)","--hop-danger-icon":"var(--hop-amanita-700)","--hop-danger-icon-weak":"var(--hop-amanita-300)","--hop-danger-text":"var(--hop-amanita-700)","--hop-danger-surface-active":"var(--hop-amanita-50)","--hop-danger-text-weak":"var(--hop-amanita-300)","--hop-danger-text-strong":"var(--hop-samoyed)","--hop-danger-text-strong-hover":"var(--hop-samoyed)","--hop-danger-icon-strong":"var(--hop-samoyed)","--hop-danger-icon-strong-hover":"var(--hop-samoyed)","--hop-danger-icon-hover":"var(--hop-amanita-500)","--hop-danger-text-disabled":"var(--hop-amanita-100)","--hop-danger-icon-disabled":"var(--hop-amanita-100)","--hop-danger-border":"var(--hop-amanita-100)","--hop-primary-icon-active":"var(--hop-sapphire-500)","--hop-primary-border-active":"var(--hop-sapphire-400)","--hop-primary-text-active":"var(--hop-sapphire-500)","--hop-primary-icon-strong":"var(--hop-samoyed)","--hop-primary-icon-strong-hover":"var(--hop-samoyed)","--hop-primary-icon":"var(--hop-sapphire-500)","--hop-primary-border-focus":"var(--hop-sapphire-500)","--hop-primary-border":"var(--hop-sapphire-400)","--hop-primary-icon-hover":"var(--hop-sapphire-600)","--hop-primary-icon-disabled":"var(--hop-sapphire-200)","--hop-primary-surface-disabled":"var(--hop-sapphire-200)","--hop-primary-surface-focus":"var(--hop-sapphire-25)","--hop-primary-text-disabled":"var(--hop-sapphire-200)","--hop-primary-surface":"var(--hop-sapphire-50)","--hop-primary-surface-weak":"var(--hop-sapphire-25)","--hop-primary-surface-strong":"var(--hop-sapphire-400)","--hop-primary-surface-strong-active":"var(--hop-sapphire-50)","--hop-primary-surface-strong-hover":"var(--hop-sapphire-600)","--hop-primary-text":"var(--hop-sapphire-500)","--hop-primary-surface-hover":"var(--hop-sapphire-600)","--hop-primary-text-strong":"var(--hop-samoyed)","--hop-primary-text-strong-hover":"var(--hop-samoyed)","--hop-primary-text-hover":"var(--hop-sapphire-600)","--hop-primary-surface-active":"var(--hop-sapphire-50)","--hop-decorative-option9-icon":"var(--hop-samoyed)","--hop-decorative-option9-surface":"var(--hop-rock-400)","--hop-decorative-option9-surface-strong":"var(--hop-rock-800)","--hop-decorative-option9-surface-hover":"var(--hop-rock-500)","--hop-decorative-option9-surface-weak":"var(--hop-rock-50)","--hop-decorative-option9-surface-weakest":"var(--hop-rock-25)","--hop-decorative-option9-text":"var(--hop-samoyed)","--hop-decorative-option9-text-weak":"var(--hop-rock-300)","--hop-decorative-option9-border":"var(--hop-rock-100)","--hop-decorative-option8-icon":"var(--hop-amanita-900)","--hop-decorative-option8-surface-weakest":"var(--hop-amanita-25)","--hop-decorative-option8-surface-weak":"var(--hop-amanita-50)","--hop-decorative-option8-surface-hover":"var(--hop-amanita-200)","--hop-decorative-option8-surface-strong":"var(--hop-amanita-100)","--hop-decorative-option8-text-weak":"var(--hop-amanita-300)","--hop-decorative-option8-surface":"var(--hop-amanita-100)","--hop-decorative-option8-text":"var(--hop-amanita-900)","--hop-decorative-option8-border":"var(--hop-amanita-100)","--hop-decorative-option7-icon":"var(--hop-toad-900)","--hop-decorative-option7-surface-weakest":"var(--hop-toad-25)","--hop-decorative-option7-surface-weak":"var(--hop-toad-50)","--hop-decorative-option7-surface-strong":"var(--hop-toad-75)","--hop-decorative-option7-surface-hover":"var(--hop-toad-75)","--hop-decorative-option7-surface":"var(--hop-toad-75)","--hop-decorative-option7-text-weak":"var(--hop-toad-500)","--hop-decorative-option7-text":"var(--hop-toad-900)","--hop-decorative-option7-border":"var(--hop-toad-100)","--hop-decorative-option5-text-weak":"var(--hop-coastal-300)","--hop-decorative-option5-text":"var(--hop-coastal-900)","--hop-decorative-option5-surface-weakest":"var(--hop-coastal-25)","--hop-decorative-option5-surface-weak":"var(--hop-coastal-50)","--hop-decorative-option5-surface-strong":"var(--hop-coastal-100)","--hop-decorative-option5-surface-hover":"var(--hop-coastal-100)","--hop-decorative-option5-surface":"var(--hop-coastal-75)","--hop-decorative-option5-icon":"var(--hop-coastal-900)","--hop-decorative-option5-border":"var(--hop-coastal-100)","--hop-decorative-option6-surface-weakest":"var(--hop-sunken-treasure-25)","--hop-decorative-option6-surface-weak":"var(--hop-sunken-treasure-50)","--hop-decorative-option6-surface-hover":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface-strong":"var(--hop-sunken-treasure-100)","--hop-decorative-option6-surface":"var(--hop-sunken-treasure-75)","--hop-decorative-option6-icon":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text":"var(--hop-sunken-treasure-900)","--hop-decorative-option6-text-weak":"var(--hop-sunken-treasure-200)","--hop-decorative-option6-border":"var(--hop-sunken-treasure-100)","--hop-decorative-option4-surface-weakest":"var(--hop-moss-25)","--hop-decorative-option4-surface-weak":"var(--hop-moss-50)","--hop-decorative-option4-surface-strong":"var(--hop-moss-100)","--hop-decorative-option4-surface-hover":"var(--hop-moss-100)","--hop-decorative-option4-surface":"var(--hop-moss-75)","--hop-decorative-option4-icon":"var(--hop-moss-900)","--hop-decorative-option4-text-weak":"var(--hop-moss-400)","--hop-decorative-option4-text":"var(--hop-moss-900)","--hop-decorative-option4-border":"var(--hop-moss-100)","--hop-decorative-option3-surface-weak":"var(--hop-koi-100)","--hop-decorative-option3-surface-weakest":"var(--hop-koi-25)","--hop-decorative-option3-surface-strong":"var(--hop-koi-200)","--hop-decorative-option3-surface-hover":"var(--hop-koi-200)","--hop-decorative-option3-surface":"var(--hop-koi-200)","--hop-decorative-option3-icon":"var(--hop-koi-900)","--hop-decorative-option3-text":"var(--hop-koi-900)","--hop-decorative-option3-text-weak":"var(--hop-koi-300)","--hop-decorative-option3-border":"var(--hop-koi-100)","--hop-decorative-option2-surface-weakest":"var(--hop-quetzal-25)","--hop-decorative-option2-surface-weak":"var(--hop-quetzal-50)","--hop-decorative-option2-surface-strong":"var(--hop-quetzal-100)","--hop-decorative-option2-surface":"var(--hop-quetzal-75)","--hop-decorative-option2-surface-hover":"var(--hop-quetzal-100)","--hop-decorative-option2-text":"var(--hop-quetzal-900)","--hop-decorative-option2-text-weak":"var(--hop-quetzal-300)","--hop-decorative-option2-icon":"var(--hop-quetzal-900)","--hop-decorative-option2-border":"var(--hop-quetzal-100)","--hop-decorative-option1-surface-weak":"var(--hop-sapphire-50)","--hop-decorative-option1-surface-weakest":"var(--hop-sapphire-25)","--hop-decorative-option1-surface-strong":"var(--hop-sapphire-200)","--hop-decorative-option1-surface-hover":"var(--hop-sapphire-200)","--hop-decorative-option1-surface":"var(--hop-sapphire-100)","--hop-decorative-option1-border":"var(--hop-sapphire-100)","--hop-decorative-option1-text-weak":"var(--hop-sapphire-300)","--hop-decorative-option1-icon":"var(--hop-sapphire-900)","--hop-decorative-option1-text":"var(--hop-sapphire-900)","--hop-neutral-text-hover":"var(--hop-rock-700)","--hop-neutral-surface-weakest-active":"var(--hop-rock-50)","--hop-neutral-surface-weakest-hover":"var(--hop-rock-50)","--hop-neutral-text-weak":"var(--hop-rock-400)","--hop-neutral-surface-disabled":"var(--hop-rock-50)","--hop-neutral-surface-active":"var(--hop-rock-800)","--hop-neutral-surface-weak":"var(--hop-rock-50)","--hop-neutral-surface":"var(--hop-samoyed)","--hop-neutral-text-disabled":"var(--hop-rock-300)","--hop-neutral-text-active":"var(--hop-samoyed)","--hop-neutral-text-strong":"var(--hop-samoyed)","--hop-neutral-text":"var(--hop-rock-800)","--hop-neutral-text-weakest":"var(--hop-rock-200)","--hop-neutral-border-disabled":"var(--hop-rock-50)","--hop-neutral-border-strong":"var(--hop-rock-800)","--hop-neutral-surface-strong":"var(--hop-rock-800)","--hop-neutral-surface-hover":"var(--hop-rock-25)","--hop-neutral-icon-disabled":"var(--hop-rock-300)","--hop-neutral-icon":"var(--hop-rock-800)","--hop-neutral-icon-weak":"var(--hop-rock-400)","--hop-neutral-icon-weak-hover":"var(--hop-rock-700)","--hop-neutral-border":"var(--hop-rock-200)","--hop-neutral-border-weak":"var(--hop-rock-75)","--hop-neutral-icon-weakest":"var(--hop-rock-200)","--hop-neutral-icon-strong":"var(--hop-samoyed)","--hop-neutral-icon-hover":"var(--hop-rock-700)","--hop-neutral-icon-active":"var(--hop-samoyed)","--hop-neutral-border-hover":"var(--hop-rock-300)","--hop-neutral-border-active":"var(--hop-rock-800)","--hop-neutral-surface-weak-hover":"var(--hop-rock-50)","--hop-neutral-border-weakest":"var(--hop-rock-50)","--hop-neutral-surface-weakest":"var(--hop-rock-25)","--hop-warning-icon-weakest":"var(--hop-koi-100)","--hop-warning-icon-weak":"var(--hop-koi-300)","--hop-warning-text-weak":"var(--hop-koi-300)","--hop-warning-surface":"var(--hop-koi-25)","--hop-warning-surface-strong":"var(--hop-koi-100)","--hop-warning-surface-weak":"var(--hop-koi-50)","--hop-warning-border":"var(--hop-koi-100)","--hop-warning-icon":"var(--hop-koi-700)","--hop-warning-text":"var(--hop-koi-700)","--hop-success-border":"var(--hop-moss-100)","--hop-success-icon-weak":"var(--hop-moss-300)","--hop-success-icon-weakest":"var(--hop-moss-100)","--hop-success-text-weak":"var(--hop-moss-300)","--hop-success-surface":"var(--hop-moss-25)","--hop-success-surface-strong":"var(--hop-moss-100)","--hop-success-text-hover":"var(--hop-moss-800)","--hop-success-text":"var(--hop-moss-700)","--hop-success-icon":"var(--hop-moss-700)","--hop-success-surface-weak":"var(--hop-moss-50)","--hop-information-icon-weakest":"var(--hop-coastal-75)","--hop-information-surface-strong":"var(--hop-coastal-100)","--hop-information-icon-weak":"var(--hop-coastal-300)","--hop-information-text":"var(--hop-coastal-800)","--hop-information-surface":"var(--hop-coastal-25)","--hop-information-surface-weak":"var(--hop-coastal-50)","--hop-information-text-weak":"var(--hop-coastal-300)","--hop-information-icon":"var(--hop-coastal-700)","--hop-information-border":"var(--hop-coastal-100)","--hop-status-neutral-surface-strong":"var(--hop-rock-200)","--hop-status-neutral-text":"var(--hop-rock-800)","--hop-status-neutral-icon":"var(--hop-rock-800)","--hop-status-neutral-surface":"var(--hop-samoyed)","--hop-status-progress-surface-strong":"var(--hop-sapphire-200)","--hop-status-progress-icon":"var(--hop-sapphire-500)","--hop-status-progress-surface":"var(--hop-sapphire-50)","--hop-status-progress-text":"var(--hop-sapphire-500)","--hop-status-option6-surface-strong":"var(--hop-sunken-treasure-200)","--hop-status-option6-icon":"var(--hop-sunken-treasure-600)","--hop-status-option6-surface":"var(--hop-sunken-treasure-25)","--hop-status-option6-text":"var(--hop-sunken-treasure-600)","--hop-status-option5-surface-strong":"var(--hop-toad-200)","--hop-status-option5-icon":"var(--hop-toad-600)","--hop-status-option5-surface":"var(--hop-toad-50)","--hop-status-option5-text":"var(--hop-toad-600)","--hop-status-option1-surface-strong":"var(--hop-coastal-200)","--hop-status-option1-icon":"var(--hop-coastal-700)","--hop-status-option1-surface":"var(--hop-coastal-50)","--hop-status-option1-text":"var(--hop-coastal-700)","--hop-status-option2-surface-strong":"var(--hop-orchid-bloom-200)","--hop-status-option2-text":"var(--hop-orchid-bloom-700)","--hop-status-option2-surface":"var(--hop-orchid-bloom-50)","--hop-status-option2-icon":"var(--hop-orchid-bloom-700)","--hop-status-option3-surface-strong":"var(--hop-quetzal-200)","--hop-status-option3-icon":"var(--hop-quetzal-700)","--hop-status-option3-surface":"var(--hop-quetzal-50)","--hop-status-option3-text":"var(--hop-quetzal-700)","--hop-status-option4-surface-strong":"var(--hop-fog-200)","--hop-status-option4-icon":"var(--hop-fog-600)","--hop-status-option4-surface":"var(--hop-fog-50)","--hop-status-option4-text":"var(--hop-fog-600)","--hop-status-caution-surface-strong":"var(--hop-koi-200)","--hop-status-caution-icon":"var(--hop-koi-700)","--hop-status-caution-surface":"var(--hop-koi-50)","--hop-status-caution-text":"var(--hop-koi-700)","--hop-status-negative-surface-strong":"var(--hop-amanita-200)","--hop-status-negative-icon":"var(--hop-amanita-700)","--hop-status-negative-surface":"var(--hop-amanita-50)","--hop-status-negative-text":"var(--hop-amanita-700)","--hop-status-inactive-surface-strong":"var(--hop-rock-100)","--hop-status-inactive-icon":"var(--hop-rock-500)","--hop-status-inactive-surface":"var(--hop-rock-50)","--hop-status-inactive-text":"var(--hop-rock-700)","--hop-status-positive-icon":"var(--hop-moss-700)","--hop-status-positive-surface-strong":"var(--hop-moss-200)","--hop-status-positive-surface":"var(--hop-moss-50)","--hop-status-positive-text":"var(--hop-moss-700)","--hop-elevation-none":"var(--hop-shadow-none)","--hop-elevation-raised":"var(--hop-shadow-sm)","--hop-elevation-lifted":"var(--hop-shadow-md)","--hop-elevation-floating":"var(--hop-shadow-lg)","--hop-heading-3xl-font-family":"var(--hop-font-family-primary)","--hop-heading-3xl-font-size":"var(--hop-font-size-360)","--hop-heading-3xl-font-weight":"var(--hop-font-weight-680)","--hop-heading-3xl-line-height":"var(--hop-line-height-1-33)","--hop-heading-2xl-font-family":"var(--hop-font-family-primary)","--hop-heading-2xl-font-size":"var(--hop-font-size-320)","--hop-heading-2xl-font-weight":"var(--hop-font-weight-580)","--hop-heading-2xl-line-height":"var(--hop-line-height-1-25)","--hop-heading-xl-font-family":"var(--hop-font-family-primary)","--hop-heading-xl-font-size":"var(--hop-font-size-280)","--hop-heading-xl-font-weight":"var(--hop-font-weight-680)","--hop-heading-xl-line-height":"var(--hop-line-height-1-14)","--hop-heading-lg-font-family":"var(--hop-font-family-primary)","--hop-heading-lg-font-size":"var(--hop-font-size-240)","--hop-heading-lg-font-weight":"var(--hop-font-weight-680)","--hop-heading-lg-line-height":"var(--hop-line-height-1-33)","--hop-heading-md-font-family":"var(--hop-font-family-primary)","--hop-heading-md-font-size":"var(--hop-font-size-200)","--hop-heading-md-font-weight":"var(--hop-font-weight-580)","--hop-heading-md-line-height":"var(--hop-line-height-1-20)","--hop-heading-sm-font-family":"var(--hop-font-family-primary)","--hop-heading-sm-font-size":"var(--hop-font-size-180)","--hop-heading-sm-font-weight":"var(--hop-font-weight-580)","--hop-heading-sm-line-height":"var(--hop-line-height-1-50)","--hop-heading-xs-font-family":"var(--hop-font-family-primary)","--hop-heading-xs-font-size":"var(--hop-font-size-160)","--hop-heading-xs-font-weight":"var(--hop-font-weight-410)","--hop-heading-xs-line-height":"var(--hop-line-height-1-50)","--hop-heading-xs-medium-font-family":"var(--hop-font-family-primary)","--hop-heading-xs-medium-font-size":"var(--hop-font-size-160)","--hop-heading-xs-medium-font-weight":"var(--hop-font-weight-580)","--hop-heading-xs-medium-line-height":"var(--hop-line-height-1-50)","--hop-overline-font-family":"var(--hop-font-family-tertiary)","--hop-overline-font-size":"var(--hop-font-size-120)","--hop-overline-font-weight":"var(--hop-font-weight-400)","--hop-overline-line-height":"var(--hop-line-height-1-33)","--hop-body-2xl-font-family":"var(--hop-font-family-secondary)","--hop-body-2xl-font-size":"var(--hop-font-size-320)","--hop-body-2xl-font-weight":"var(--hop-font-weight-410)","--hop-body-2xl-line-height":"var(--hop-line-height-1-125)","--hop-body-xl-font-family":"var(--hop-font-family-secondary)","--hop-body-xl-font-size":"var(--hop-font-size-280)","--hop-body-xl-font-weight":"var(--hop-font-weight-410)","--hop-body-xl-line-height":"var(--hop-line-height-1-14)","--hop-body-lg-font-family":"var(--hop-font-family-secondary)","--hop-body-lg-font-size":"var(--hop-font-size-180)","--hop-body-lg-font-weight":"var(--hop-font-weight-410)","--hop-body-lg-line-height":"var(--hop-line-height-1-33)","--hop-body-lg-medium-font-family":"var(--hop-font-family-secondary)","--hop-body-lg-medium-font-size":"var(--hop-font-size-180)","--hop-body-lg-medium-font-weight":"var(--hop-font-weight-505)","--hop-body-lg-medium-line-height":"var(--hop-line-height-1-33)","--hop-body-lg-semibold-font-family":"var(--hop-font-family-secondary)","--hop-body-lg-semibold-font-size":"var(--hop-font-size-180)","--hop-body-lg-semibold-font-weight":"var(--hop-font-weight-590)","--hop-body-lg-semibold-line-height":"var(--hop-line-height-1-33)","--hop-body-lg-bold-font-family":"var(--hop-font-family-secondary)","--hop-body-lg-bold-font-size":"var(--hop-font-size-180)","--hop-body-lg-bold-font-weight":"var(--hop-font-weight-690)","--hop-body-lg-bold-line-height":"var(--hop-line-height-1-33)","--hop-body-lg-underline-font-family":"var(--hop-font-family-secondary)","--hop-body-lg-underline-font-size":"var(--hop-font-size-180)","--hop-body-lg-underline-font-weight":"var(--hop-font-weight-505)","--hop-body-lg-underline-line-height":"var(--hop-line-height-1-33)","--hop-body-md-font-family":"var(--hop-font-family-secondary)","--hop-body-md-font-size":"var(--hop-font-size-160)","--hop-body-md-font-weight":"var(--hop-font-weight-410)","--hop-body-md-line-height":"var(--hop-line-height-1-50)","--hop-body-md-medium-font-family":"var(--hop-font-family-secondary)","--hop-body-md-medium-font-size":"var(--hop-font-size-160)","--hop-body-md-medium-font-weight":"var(--hop-font-weight-505)","--hop-body-md-medium-line-height":"var(--hop-line-height-1-50)","--hop-body-md-semibold-font-family":"var(--hop-font-family-secondary)","--hop-body-md-semibold-font-size":"var(--hop-font-size-160)","--hop-body-md-semibold-font-weight":"var(--hop-font-weight-590)","--hop-body-md-semibold-line-height":"var(--hop-line-height-1-50)","--hop-body-md-bold-font-family":"var(--hop-font-family-secondary)","--hop-body-md-bold-font-size":"var(--hop-font-size-160)","--hop-body-md-bold-font-weight":"var(--hop-font-weight-690)","--hop-body-md-bold-line-height":"var(--hop-line-height-1-50)","--hop-body-md-underline-font-family":"var(--hop-font-family-secondary)","--hop-body-md-underline-font-size":"var(--hop-font-size-160)","--hop-body-md-underline-font-weight":"var(--hop-font-weight-410)","--hop-body-md-underline-line-height":"var(--hop-line-height-1-50)","--hop-body-sm-font-family":"var(--hop-font-family-secondary)","--hop-body-sm-font-size":"var(--hop-font-size-140)","--hop-body-sm-font-weight":"var(--hop-font-weight-410)","--hop-body-sm-line-height":"var(--hop-line-height-1-4285)","--hop-body-sm-medium-font-family":"var(--hop-font-family-secondary)","--hop-body-sm-medium-font-size":"var(--hop-font-size-140)","--hop-body-sm-medium-font-weight":"var(--hop-font-weight-505)","--hop-body-sm-medium-line-height":"var(--hop-line-height-1-4285)","--hop-body-sm-semibold-font-family":"var(--hop-font-family-secondary)","--hop-body-sm-semibold-font-size":"var(--hop-font-size-140)","--hop-body-sm-semibold-font-weight":"var(--hop-font-weight-590)","--hop-body-sm-semibold-line-height":"var(--hop-line-height-1-4285)","--hop-body-sm-bold-font-family":"var(--hop-font-family-secondary)","--hop-body-sm-bold-font-size":"var(--hop-font-size-140)","--hop-body-sm-bold-font-weight":"var(--hop-font-weight-690)","--hop-body-sm-bold-line-height":"var(--hop-line-height-1-4285)","--hop-body-sm-underline-font-family":"var(--hop-font-family-secondary)","--hop-body-sm-underline-font-size":"var(--hop-font-size-140)","--hop-body-sm-underline-font-weight":"var(--hop-font-weight-505)","--hop-body-sm-underline-line-height":"var(--hop-line-height-1-4285)","--hop-body-xs-font-family":"var(--hop-font-family-secondary)","--hop-body-xs-font-size":"var(--hop-font-size-120)","--hop-body-xs-font-weight":"var(--hop-font-weight-410)","--hop-body-xs-line-height":"var(--hop-line-height-1-33)","--hop-body-xs-medium-font-family":"var(--hop-font-family-secondary)","--hop-body-xs-medium-font-size":"var(--hop-font-size-120)","--hop-body-xs-medium-font-weight":"var(--hop-font-weight-505)","--hop-body-xs-medium-line-height":"var(--hop-line-height-1-33)","--hop-body-xs-semibold-font-family":"var(--hop-font-family-secondary)","--hop-body-xs-semibold-font-size":"var(--hop-font-size-120)","--hop-body-xs-semibold-font-weight":"var(--hop-font-weight-590)","--hop-body-xs-semibold-line-height":"var(--hop-line-height-1-33)","--hop-body-xs-bold-font-family":"var(--hop-font-family-secondary)","--hop-body-xs-bold-font-size":"var(--hop-font-size-120)","--hop-body-xs-bold-font-weight":"var(--hop-font-weight-690)","--hop-body-xs-bold-line-height":"var(--hop-line-height-1-33)","--hop-body-xs-underline-font-family":"var(--hop-font-family-secondary)","--hop-body-xs-underline-font-size":"var(--hop-font-size-120)","--hop-body-xs-underline-font-weight":"var(--hop-font-weight-505)","--hop-body-xs-underline-line-height":"var(--hop-line-height-1-33)","--hop-accent-lg-font-family":"var(--hop-font-family-primary)","--hop-accent-lg-font-size":"var(--hop-font-size-480)","--hop-accent-lg-font-weight":"var(--hop-font-weight-580)","--hop-accent-lg-line-height":"var(--hop-line-height-1-125)","--hop-accent-sm-font-family":"var(--hop-font-family-primary)","--hop-accent-sm-font-size":"var(--hop-font-size-180)","--hop-accent-sm-font-weight":"var(--hop-font-weight-580)","--hop-accent-sm-line-height":"var(--hop-line-height-1-33)","--hop-shape-circle":"var(--hop-border-radius-9999)","--hop-shape-pill":"var(--hop-border-radius-4)","--hop-shape-rounded-lg":"var(--hop-border-radius-3)","--hop-shape-rounded-md":"var(--hop-border-radius-2)","--hop-shape-rounded-sm":"var(--hop-border-radius-1)"};var t={Core:u,Semantic:f,DarkSemantic:d};function F(){return p(`hop-tokens-${e}`,s(`.hop.${e}`,t.Core),!1),p(`hop-tokens-semantic-${e}`,s(`.hop.${e}`,t.Semantic),!1),p(`hop-tokens-semantic-dark-${e}`,s(`.hop.${e}.${e}-dark`,t.DarkSemantic),!1),null}function s(o,r){let h=Object.entries(r).reduce((a,[l,m])=>`${a} ${l}: ${m};`,"");return `${o} {${h}
4
- }`}
5
-
6
- export { F as TokenProvider };