@mittwald/flow-react-components 0.2.0-alpha.753 → 0.2.0-alpha.754

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 (115) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +4802 -4798
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/packages/components/src/components/Badge/Badge.mjs +2 -1
  5. package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
  6. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs +3 -1
  7. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs.map +1 -1
  8. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
  9. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs +3 -1
  10. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/Button/Button.mjs +1 -1
  12. package/dist/js/packages/components/src/components/Button/Button.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs +2 -0
  14. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs +6 -1
  16. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
  17. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs +3 -1
  18. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs.map +1 -1
  19. package/dist/js/packages/components/src/components/Heading/Heading.mjs.map +1 -1
  20. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs +6 -4
  21. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs.map +1 -1
  22. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs +4 -3
  23. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  24. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs +3 -1
  25. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs.map +1 -1
  26. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs +6 -1
  27. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs.map +1 -1
  28. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs +4 -3
  29. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs.map +1 -1
  30. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs +2 -2
  31. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs.map +1 -1
  32. package/dist/js/packages/components/src/components/Link/Link.mjs.map +1 -1
  33. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs +3 -1
  34. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs.map +1 -1
  35. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.mjs.map +1 -1
  36. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs +4 -2
  37. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs.map +1 -1
  38. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs +4 -5
  39. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs.map +1 -1
  40. package/dist/js/packages/components/src/components/Text/Text.mjs +3 -2
  41. package/dist/js/packages/components/src/components/Text/Text.mjs.map +1 -1
  42. package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs +4 -2
  43. package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs.map +1 -1
  44. package/dist/js/packages/components/src/lib/types/props.mjs +14 -0
  45. package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -0
  46. package/dist/js/packages/design-tokens/dist/variables.json.mjs +1 -1
  47. package/dist/types/components/Badge/Badge.d.ts +1 -1
  48. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  49. package/dist/types/components/Badge/stories/Default.stories.d.ts +1 -6
  50. package/dist/types/components/Badge/stories/Default.stories.d.ts.map +1 -1
  51. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +2 -1
  52. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  53. package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts +0 -2
  54. package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts.map +1 -1
  55. package/dist/types/components/Button/Button.d.ts +2 -1
  56. package/dist/types/components/Button/Button.d.ts.map +1 -1
  57. package/dist/types/components/Button/stories/Default.stories.d.ts +0 -3
  58. package/dist/types/components/Button/stories/Default.stories.d.ts.map +1 -1
  59. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +2 -2
  60. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts.map +1 -1
  61. package/dist/types/components/HeaderNavigation/stories/Default.stories.d.ts +0 -3
  62. package/dist/types/components/HeaderNavigation/stories/Default.stories.d.ts.map +1 -1
  63. package/dist/types/components/Heading/Heading.d.ts +2 -1
  64. package/dist/types/components/Heading/Heading.d.ts.map +1 -1
  65. package/dist/types/components/Heading/stories/Default.stories.d.ts +1 -6
  66. package/dist/types/components/Heading/stories/Default.stories.d.ts.map +1 -1
  67. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +2 -1
  68. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
  69. package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +0 -6
  70. package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +1 -1
  71. package/dist/types/components/InlineCode/InlineCode.d.ts +3 -2
  72. package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
  73. package/dist/types/components/InlineCode/stories/Default.stories.d.ts +0 -2
  74. package/dist/types/components/InlineCode/stories/Default.stories.d.ts.map +1 -1
  75. package/dist/types/components/Link/Link.d.ts +2 -2
  76. package/dist/types/components/Link/Link.d.ts.map +1 -1
  77. package/dist/types/components/Link/stories/Default.stories.d.ts +0 -4
  78. package/dist/types/components/Link/stories/Default.stories.d.ts.map +1 -1
  79. package/dist/types/components/LoadingSpinner/LoadingSpinner.d.ts +2 -1
  80. package/dist/types/components/LoadingSpinner/LoadingSpinner.d.ts.map +1 -1
  81. package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts +0 -2
  82. package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts.map +1 -1
  83. package/dist/types/components/Markdown/Markdown.d.ts +3 -3
  84. package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
  85. package/dist/types/components/Markdown/stories/Default.stories.d.ts +0 -3
  86. package/dist/types/components/Markdown/stories/Default.stories.d.ts.map +1 -1
  87. package/dist/types/components/Text/Text.d.ts +2 -2
  88. package/dist/types/components/Text/Text.d.ts.map +1 -1
  89. package/dist/types/components/Text/stories/Default.stories.d.ts +0 -10
  90. package/dist/types/components/Text/stories/Default.stories.d.ts.map +1 -1
  91. package/dist/types/lib/dev/StoryBackground.d.ts +7 -0
  92. package/dist/types/lib/dev/StoryBackground.d.ts.map +1 -0
  93. package/dist/types/lib/types/props.d.ts +3 -0
  94. package/dist/types/lib/types/props.d.ts.map +1 -1
  95. package/package.json +6 -6
  96. package/dist/types/components/Badge/stories/EdgeCases.stories.d.ts +0 -7
  97. package/dist/types/components/Badge/stories/EdgeCases.stories.d.ts.map +0 -1
  98. package/dist/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts +0 -7
  99. package/dist/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts.map +0 -1
  100. package/dist/types/components/Button/stories/EdgeCases.stories.d.ts +0 -7
  101. package/dist/types/components/Button/stories/EdgeCases.stories.d.ts.map +0 -1
  102. package/dist/types/components/Button/stories/States.stories.d.ts +0 -14
  103. package/dist/types/components/Button/stories/States.stories.d.ts.map +0 -1
  104. package/dist/types/components/Button/stories/Variants.stories.d.ts +0 -30
  105. package/dist/types/components/Button/stories/Variants.stories.d.ts.map +0 -1
  106. package/dist/types/components/Heading/stories/EdgeCases.stories.d.ts +0 -9
  107. package/dist/types/components/Heading/stories/EdgeCases.stories.d.ts.map +0 -1
  108. package/dist/types/components/Heading/stories/Levels.stories.d.ts +0 -12
  109. package/dist/types/components/Heading/stories/Levels.stories.d.ts.map +0 -1
  110. package/dist/types/components/IllustratedMessage/stories/EdgeCases.stories.d.ts +0 -8
  111. package/dist/types/components/IllustratedMessage/stories/EdgeCases.stories.d.ts.map +0 -1
  112. package/dist/types/components/InlineCode/stories/EdgeCases.stories.d.ts +0 -7
  113. package/dist/types/components/InlineCode/stories/EdgeCases.stories.d.ts.map +0 -1
  114. package/dist/types/components/Link/stories/EdgeCases.stories.d.ts +0 -7
  115. package/dist/types/components/Link/stories/EdgeCases.stories.d.ts.map +0 -1
@@ -5,6 +5,7 @@ import 'react';
5
5
  import * as Aria from 'react-aria-components';
6
6
  import '../../lib/propsContext/propsContext.mjs';
7
7
  import { PropsContextProvider } from '../../lib/propsContext/components/PropsContextProvider.mjs';
8
+ import { isAlphaColor } from '../../lib/types/props.mjs';
8
9
  import invariant from 'invariant';
9
10
  import { flowComponent } from '../../lib/componentFactory/flowComponent.mjs';
10
11
  import { EmulatedBoldText } from '../EmulatedBoldText/EmulatedBoldText.mjs';
@@ -19,7 +20,7 @@ const Text = flowComponent("Text", (props) => {
19
20
  elementType = "span",
20
21
  emulateBoldWidth,
21
22
  ref,
22
- color,
23
+ color = "default",
23
24
  align = "start",
24
25
  wrap,
25
26
  style: styleFromProps,
@@ -29,7 +30,7 @@ const Text = flowComponent("Text", (props) => {
29
30
  } = props;
30
31
  const rootClassName = clsx(
31
32
  styles.text,
32
- color && styles[color],
33
+ isAlphaColor(color) && styles[color],
33
34
  align && styles[`align-${align}`],
34
35
  wrap && styles[`wrap-${wrap}`],
35
36
  className
@@ -1 +1 @@
1
- {"version":3,"file":"Text.mjs","sources":["../../../../../../../src/components/Text/Text.tsx"],"sourcesContent":["import type { PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport * as Aria from \"react-aria-components\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport type { PropsWithElementType } from \"@/lib/types/props\";\nimport invariant from \"invariant\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport { EmulatedBoldText } from \"@/components/EmulatedBoldText\";\nimport { Wrap } from \"@/components/Wrap\";\nimport clsx from \"clsx\";\nimport styles from \"./Text.module.scss\";\n\nexport interface TextProps\n extends\n PropsWithChildren,\n Omit<Aria.TextProps, \"children\" | \"elementType\">,\n PropsWithElementType<\"span\" | \"div\" | \"p\">,\n FlowComponentProps {\n /* Whether the elements width should match the width it would have with mold text. */\n emulateBoldWidth?: boolean;\n /* The color of the text. */\n color?: \"light\" | \"dark\";\n /* The alignment of the text. @default \"start\" */\n align?: \"start\" | \"end\" | \"center\";\n /* The text-wrap property of the text. @default undefined */\n wrap?: \"wrap\" | \"balance\" | \"pretty\";\n /* The white-space property of the text. @default undefined */\n whiteSpace?: React.CSSProperties[\"whiteSpace\"];\n /* The word-break property of the text. @default undefined */\n wordBreak?: React.CSSProperties[\"wordBreak\"];\n}\n\n/** @flr-generate all */\nexport const Text = flowComponent(\"Text\", (props) => {\n const {\n children,\n className,\n elementType = \"span\",\n emulateBoldWidth,\n ref,\n color,\n align = \"start\",\n wrap,\n style: styleFromProps,\n whiteSpace,\n wordBreak,\n ...rest\n } = props;\n\n const rootClassName = clsx(\n styles.text,\n color && styles[color],\n align && styles[`align-${align}`],\n wrap && styles[`wrap-${wrap}`],\n className,\n );\n\n const textProps = { ...rest, className: rootClassName };\n\n const propsContext: PropsContext = {\n Link: {\n inline: true,\n },\n Icon: { className: styles.icon },\n Kbd: { variant: \"soft\" },\n };\n\n const style = { whiteSpace, wordBreak, ...styleFromProps };\n\n const childrenElement = (\n <PropsContextProvider props={propsContext}>\n <Wrap if={emulateBoldWidth}>\n <EmulatedBoldText>{children}</EmulatedBoldText>\n </Wrap>\n </PropsContextProvider>\n );\n\n if (!props.slot) {\n const Element = elementType;\n return (\n <Element style={style} {...textProps} ref={ref}>\n {childrenElement}\n </Element>\n );\n }\n\n invariant(\n typeof elementType === \"string\",\n \"'elementType' in Text component must be of type string\",\n );\n\n return (\n <Aria.Text style={style} {...textProps} elementType={elementType} ref={ref}>\n {childrenElement}\n </Aria.Text>\n );\n});\n\nexport default Text;\n"],"names":[],"mappings":";;;;;;;;;;;;AAmCO,MAAM,IAAA,GAAO,aAAA,CAAc,MAAA,EAAQ,CAAC,KAAA,KAAU;AACnD,EAAA,MAAM;AAAA,IACJ,QAAA;AAAA,IACA,SAAA;AAAA,IACA,WAAA,GAAc,MAAA;AAAA,IACd,gBAAA;AAAA,IACA,GAAA;AAAA,IACA,KAAA;AAAA,IACA,KAAA,GAAQ,OAAA;AAAA,IACR,IAAA;AAAA,IACA,KAAA,EAAO,cAAA;AAAA,IACP,UAAA;AAAA,IACA,SAAA;AAAA,IACA,GAAG;AAAA,GACL,GAAI,KAAA;AAEJ,EAAA,MAAM,aAAA,GAAgB,IAAA;AAAA,IACpB,MAAA,CAAO,IAAA;AAAA,IACP,KAAA,IAAS,OAAO,KAAK,CAAA;AAAA,IACrB,KAAA,IAAS,MAAA,CAAO,CAAA,MAAA,EAAS,KAAK,CAAA,CAAE,CAAA;AAAA,IAChC,IAAA,IAAQ,MAAA,CAAO,CAAA,KAAA,EAAQ,IAAI,CAAA,CAAE,CAAA;AAAA,IAC7B;AAAA,GACF;AAEA,EAAA,MAAM,SAAA,GAAY,EAAE,GAAG,IAAA,EAAM,WAAW,aAAA,EAAc;AAEtD,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,IAAA,EAAM;AAAA,MACJ,MAAA,EAAQ;AAAA,KACV;AAAA,IACA,IAAA,EAAM,EAAE,SAAA,EAAW,MAAA,CAAO,IAAA,EAAK;AAAA,IAC/B,GAAA,EAAK,EAAE,OAAA,EAAS,MAAA;AAAO,GACzB;AAEA,EAAA,MAAM,KAAA,GAAQ,EAAE,UAAA,EAAY,SAAA,EAAW,GAAG,cAAA,EAAe;AAEzD,EAAA,MAAM,eAAA,mBACJ,GAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAO,YAAA,EAC3B,QAAA,kBAAA,GAAA,CAAC,IAAA,EAAA,EAAK,EAAA,EAAI,gBAAA,EACR,QAAA,kBAAA,GAAA,CAAC,gBAAA,EAAA,EAAkB,QAAA,EAAS,GAC9B,CAAA,EACF,CAAA;AAGF,EAAA,IAAI,CAAC,MAAM,IAAA,EAAM;AACf,IAAA,MAAM,OAAA,GAAU,WAAA;AAChB,IAAA,2BACG,OAAA,EAAA,EAAQ,KAAA,EAAe,GAAG,SAAA,EAAW,KACnC,QAAA,EAAA,eAAA,EACH,CAAA;AAAA,EAEJ;AAEA,EAAA,SAAA;AAAA,IACE,OAAO,WAAA,KAAgB,QAAA;AAAA,IACvB;AAAA,GACF;AAEA,EAAA,uBACE,GAAA,CAAC,KAAK,IAAA,EAAL,EAAU,OAAe,GAAG,SAAA,EAAW,WAAA,EAA0B,GAAA,EAC/D,QAAA,EAAA,eAAA,EACH,CAAA;AAEJ,CAAC;;;;"}
1
+ {"version":3,"file":"Text.mjs","sources":["../../../../../../../src/components/Text/Text.tsx"],"sourcesContent":["import type { PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport * as Aria from \"react-aria-components\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport {\n type AlphaColor,\n isAlphaColor,\n type PropsWithElementType,\n} from \"@/lib/types/props\";\nimport invariant from \"invariant\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport { EmulatedBoldText } from \"@/components/EmulatedBoldText\";\nimport { Wrap } from \"@/components/Wrap\";\nimport clsx from \"clsx\";\nimport styles from \"./Text.module.scss\";\n\nexport interface TextProps\n extends\n PropsWithChildren,\n Omit<Aria.TextProps, \"children\" | \"elementType\">,\n PropsWithElementType<\"span\" | \"div\" | \"p\">,\n FlowComponentProps {\n /* Whether the elements width should match the width it would have with mold text. */\n emulateBoldWidth?: boolean;\n /* The color of the text. @default \"default\" */\n color?: \"default\" | AlphaColor;\n /* The alignment of the text. @default \"start\" */\n align?: \"start\" | \"end\" | \"center\";\n /* The text-wrap property of the text. @default undefined */\n wrap?: \"wrap\" | \"balance\" | \"pretty\";\n /* The white-space property of the text. @default undefined */\n whiteSpace?: React.CSSProperties[\"whiteSpace\"];\n /* The word-break property of the text. @default undefined */\n wordBreak?: React.CSSProperties[\"wordBreak\"];\n}\n\n/** @flr-generate all */\nexport const Text = flowComponent(\"Text\", (props) => {\n const {\n children,\n className,\n elementType = \"span\",\n emulateBoldWidth,\n ref,\n color = \"default\",\n align = \"start\",\n wrap,\n style: styleFromProps,\n whiteSpace,\n wordBreak,\n ...rest\n } = props;\n\n const rootClassName = clsx(\n styles.text,\n isAlphaColor(color) && styles[color],\n align && styles[`align-${align}`],\n wrap && styles[`wrap-${wrap}`],\n className,\n );\n\n const textProps = { ...rest, className: rootClassName };\n\n const propsContext: PropsContext = {\n Link: {\n inline: true,\n },\n Icon: { className: styles.icon },\n Kbd: { variant: \"soft\" },\n };\n\n const style = { whiteSpace, wordBreak, ...styleFromProps };\n\n const childrenElement = (\n <PropsContextProvider props={propsContext}>\n <Wrap if={emulateBoldWidth}>\n <EmulatedBoldText>{children}</EmulatedBoldText>\n </Wrap>\n </PropsContextProvider>\n );\n\n if (!props.slot) {\n const Element = elementType;\n return (\n <Element style={style} {...textProps} ref={ref}>\n {childrenElement}\n </Element>\n );\n }\n\n invariant(\n typeof elementType === \"string\",\n \"'elementType' in Text component must be of type string\",\n );\n\n return (\n <Aria.Text style={style} {...textProps} elementType={elementType} ref={ref}>\n {childrenElement}\n </Aria.Text>\n );\n});\n\nexport default Text;\n"],"names":[],"mappings":";;;;;;;;;;;;;AAuCO,MAAM,IAAA,GAAO,aAAA,CAAc,MAAA,EAAQ,CAAC,KAAA,KAAU;AACnD,EAAA,MAAM;AAAA,IACJ,QAAA;AAAA,IACA,SAAA;AAAA,IACA,WAAA,GAAc,MAAA;AAAA,IACd,gBAAA;AAAA,IACA,GAAA;AAAA,IACA,KAAA,GAAQ,SAAA;AAAA,IACR,KAAA,GAAQ,OAAA;AAAA,IACR,IAAA;AAAA,IACA,KAAA,EAAO,cAAA;AAAA,IACP,UAAA;AAAA,IACA,SAAA;AAAA,IACA,GAAG;AAAA,GACL,GAAI,KAAA;AAEJ,EAAA,MAAM,aAAA,GAAgB,IAAA;AAAA,IACpB,MAAA,CAAO,IAAA;AAAA,IACP,YAAA,CAAa,KAAK,CAAA,IAAK,MAAA,CAAO,KAAK,CAAA;AAAA,IACnC,KAAA,IAAS,MAAA,CAAO,CAAA,MAAA,EAAS,KAAK,CAAA,CAAE,CAAA;AAAA,IAChC,IAAA,IAAQ,MAAA,CAAO,CAAA,KAAA,EAAQ,IAAI,CAAA,CAAE,CAAA;AAAA,IAC7B;AAAA,GACF;AAEA,EAAA,MAAM,SAAA,GAAY,EAAE,GAAG,IAAA,EAAM,WAAW,aAAA,EAAc;AAEtD,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,IAAA,EAAM;AAAA,MACJ,MAAA,EAAQ;AAAA,KACV;AAAA,IACA,IAAA,EAAM,EAAE,SAAA,EAAW,MAAA,CAAO,IAAA,EAAK;AAAA,IAC/B,GAAA,EAAK,EAAE,OAAA,EAAS,MAAA;AAAO,GACzB;AAEA,EAAA,MAAM,KAAA,GAAQ,EAAE,UAAA,EAAY,SAAA,EAAW,GAAG,cAAA,EAAe;AAEzD,EAAA,MAAM,eAAA,mBACJ,GAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAO,YAAA,EAC3B,QAAA,kBAAA,GAAA,CAAC,IAAA,EAAA,EAAK,EAAA,EAAI,gBAAA,EACR,QAAA,kBAAA,GAAA,CAAC,gBAAA,EAAA,EAAkB,QAAA,EAAS,GAC9B,CAAA,EACF,CAAA;AAGF,EAAA,IAAI,CAAC,MAAM,IAAA,EAAM;AACf,IAAA,MAAM,OAAA,GAAU,WAAA;AAChB,IAAA,2BACG,OAAA,EAAA,EAAQ,KAAA,EAAe,GAAG,SAAA,EAAW,KACnC,QAAA,EAAA,eAAA,EACH,CAAA;AAAA,EAEJ;AAEA,EAAA,SAAA;AAAA,IACE,OAAO,WAAA,KAAgB,QAAA;AAAA,IACvB;AAAA,GACF;AAEA,EAAA,uBACE,GAAA,CAAC,KAAK,IAAA,EAAL,EAAU,OAAe,GAAG,SAAA,EAAW,WAAA,EAA0B,GAAA,EAC/D,QAAA,EAAA,eAAA,EACH,CAAA;AAEJ,CAAC;;;;"}
@@ -1,13 +1,15 @@
1
1
  "use client"
2
2
  /* */
3
3
  const text = "flow--text";
4
- const light = "flow--text--light";
5
4
  const dark = "flow--text--dark";
5
+ const light = "flow--text--light";
6
6
  const icon = "flow--text--icon";
7
7
  const styles = {
8
8
  text: text,
9
- light: light,
10
9
  dark: dark,
10
+ light: light,
11
+ "dark-static": "flow--text--dark-static",
12
+ "light-static": "flow--text--light-static",
11
13
  icon: icon,
12
14
  "align-start": "flow--text--align-start",
13
15
  "align-center": "flow--text--align-center",
@@ -1 +1 @@
1
- {"version":3,"file":"Text.module.scss.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Text.module.scss.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,14 @@
1
+ "use client"
2
+ /* */
3
+ const alphaColors = [
4
+ "dark",
5
+ "light",
6
+ "dark-static",
7
+ "light-static"
8
+ ];
9
+ function isAlphaColor(color) {
10
+ return alphaColors.includes(color);
11
+ }
12
+
13
+ export { alphaColors, isAlphaColor };
14
+ //# sourceMappingURL=props.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"props.mjs","sources":["../../../../../../../src/lib/types/props.ts"],"sourcesContent":["import type { ExoticComponent, HTMLAttributes } from \"react\";\n\nexport type Status = \"info\" | \"success\" | \"warning\" | \"danger\";\n\nexport type PropsWithStatus<T extends Status = Status, P = unknown> = P & {\n /** The elements status */\n status?: T;\n};\n\nexport interface PropsWithTunnel {\n /** @internal */\n tunnelId?: string | null;\n}\n\nexport interface PropsWithClassName {\n /** The elements class name. */\n className?: string;\n}\n\nexport type PropsWithElementType<\n T extends keyof HTMLElementTagNameMap = never,\n> = HTMLAttributes<HTMLElement> & {\n elementType?: T | ExoticComponent;\n};\n\nexport type ContainerBreakpointSize = \"xs\" | \"s\" | \"m\" | \"l\" | \"xl\";\n\nexport interface PropsWithContainerBreakpointSize {\n containerBreakpointSize?: ContainerBreakpointSize;\n}\n\nexport const alphaColors = [\n \"dark\",\n \"light\",\n \"dark-static\",\n \"light-static\",\n] as const;\n\nexport type AlphaColor = (typeof alphaColors)[number];\n\nexport function isAlphaColor(color: string): color is AlphaColor {\n return alphaColors.includes(color as AlphaColor);\n}\n"],"names":[],"mappings":"AA+BO,MAAM,WAAA,GAAc;AAAA,EACzB,MAAA;AAAA,EACA,OAAA;AAAA,EACA,aAAA;AAAA,EACA;AACF;AAIO,SAAS,aAAa,KAAA,EAAoC;AAC/D,EAAA,OAAO,WAAA,CAAY,SAAS,KAAmB,CAAA;AACjD;;;;"}
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- const color = /* #__PURE__ */ JSON.parse("{\"gray\":{\"100\":{\"key\":\"{color.gray.100}\",\"value\":\"#FFFFFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFFFFF\",\"key\":\"{color.gray.100}\"},\"name\":\"ColorGray100\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"100\"},\"path\":[\"color\",\"gray\",\"100\"]},\"200\":{\"key\":\"{color.gray.200}\",\"value\":\"#FDFDFD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FDFDFD\",\"key\":\"{color.gray.200}\"},\"name\":\"ColorGray200\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"200\"},\"path\":[\"color\",\"gray\",\"200\"]},\"300\":{\"key\":\"{color.gray.300}\",\"value\":\"#F8F8F8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F8F8F8\",\"key\":\"{color.gray.300}\"},\"name\":\"ColorGray300\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"300\"},\"path\":[\"color\",\"gray\",\"300\"]},\"400\":{\"key\":\"{color.gray.400}\",\"value\":\"#E6E6E6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E6E6E6\",\"key\":\"{color.gray.400}\"},\"name\":\"ColorGray400\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"400\"},\"path\":[\"color\",\"gray\",\"400\"]},\"500\":{\"key\":\"{color.gray.500}\",\"value\":\"#D5D5D5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#D5D5D5\",\"key\":\"{color.gray.500}\"},\"name\":\"ColorGray500\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"500\"},\"path\":[\"color\",\"gray\",\"500\"]},\"600\":{\"key\":\"{color.gray.600}\",\"value\":\"#B1B1B1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#B1B1B1\",\"key\":\"{color.gray.600}\"},\"name\":\"ColorGray600\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"600\"},\"path\":[\"color\",\"gray\",\"600\"]},\"700\":{\"key\":\"{color.gray.700}\",\"value\":\"#909090\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#909090\",\"key\":\"{color.gray.700}\"},\"name\":\"ColorGray700\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"700\"},\"path\":[\"color\",\"gray\",\"700\"]},\"800\":{\"key\":\"{color.gray.800}\",\"value\":\"#6D6D6D\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6D6D6D\",\"key\":\"{color.gray.800}\"},\"name\":\"ColorGray800\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"800\"},\"path\":[\"color\",\"gray\",\"800\"]},\"900\":{\"key\":\"{color.gray.900}\",\"value\":\"#464646\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#464646\",\"key\":\"{color.gray.900}\"},\"name\":\"ColorGray900\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"900\"},\"path\":[\"color\",\"gray\",\"900\"]},\"1000\":{\"key\":\"{color.gray.1000}\",\"value\":\"#222222\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#222222\",\"key\":\"{color.gray.1000}\"},\"name\":\"ColorGray1000\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"1000\"},\"path\":[\"color\",\"gray\",\"1000\"]},\"1100\":{\"key\":\"{color.gray.1100}\",\"value\":\"#000000\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#000000\",\"key\":\"{color.gray.1100}\"},\"name\":\"ColorGray1100\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"1100\"},\"path\":[\"color\",\"gray\",\"1100\"]}},\"hosting-blue\":{\"100\":{\"key\":\"{color.hosting-blue.100}\",\"value\":\"#F0F5FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F0F5FF\",\"key\":\"{color.hosting-blue.100}\"},\"name\":\"ColorHostingBlue100\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"100\"},\"path\":[\"color\",\"hosting-blue\",\"100\"]},\"200\":{\"key\":\"{color.hosting-blue.200}\",\"value\":\"#E0EBFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E0EBFF\",\"key\":\"{color.hosting-blue.200}\"},\"name\":\"ColorHostingBlue200\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"200\"},\"path\":[\"color\",\"hosting-blue\",\"200\"]},\"300\":{\"key\":\"{color.hosting-blue.300}\",\"value\":\"#ABC6FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ABC6FF\",\"key\":\"{color.hosting-blue.300}\"},\"name\":\"ColorHostingBlue300\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"300\"},\"path\":[\"color\",\"hosting-blue\",\"300\"]},\"400\":{\"key\":\"{color.hosting-blue.400}\",\"value\":\"#85AFFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#85AFFF\",\"key\":\"{color.hosting-blue.400}\"},\"name\":\"ColorHostingBlue400\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"400\"},\"path\":[\"color\",\"hosting-blue\",\"400\"]},\"500\":{\"key\":\"{color.hosting-blue.500}\",\"value\":\"#6197FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6197FF\",\"key\":\"{color.hosting-blue.500}\"},\"name\":\"ColorHostingBlue500\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"500\"},\"path\":[\"color\",\"hosting-blue\",\"500\"]},\"600\":{\"key\":\"{color.hosting-blue.600}\",\"value\":\"#3D80FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#3D80FF\",\"key\":\"{color.hosting-blue.600}\"},\"name\":\"ColorHostingBlue600\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"600\"},\"path\":[\"color\",\"hosting-blue\",\"600\"]},\"700\":{\"key\":\"{color.hosting-blue.700}\",\"value\":\"#1A68FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#1A68FF\",\"key\":\"{color.hosting-blue.700}\"},\"name\":\"ColorHostingBlue700\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"700\"},\"path\":[\"color\",\"hosting-blue\",\"700\"]},\"800\":{\"key\":\"{color.hosting-blue.800}\",\"value\":\"#0054F5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0054F5\",\"key\":\"{color.hosting-blue.800}\"},\"name\":\"ColorHostingBlue800\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"800\"},\"path\":[\"color\",\"hosting-blue\",\"800\"]},\"900\":{\"key\":\"{color.hosting-blue.900}\",\"value\":\"#003FB8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#003FB8\",\"key\":\"{color.hosting-blue.900}\"},\"name\":\"ColorHostingBlue900\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"900\"},\"path\":[\"color\",\"hosting-blue\",\"900\"]},\"1000\":{\"key\":\"{color.hosting-blue.1000}\",\"value\":\"#002A7B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#002A7B\",\"key\":\"{color.hosting-blue.1000}\"},\"name\":\"ColorHostingBlue1000\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"1000\"},\"path\":[\"color\",\"hosting-blue\",\"1000\"]},\"1100\":{\"key\":\"{color.hosting-blue.1100}\",\"value\":\"#00205C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00205C\",\"key\":\"{color.hosting-blue.1100}\"},\"name\":\"ColorHostingBlue1100\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"1100\"},\"path\":[\"color\",\"hosting-blue\",\"1100\"]}},\"amaranth-red\":{\"100\":{\"key\":\"{color.amaranth-red.100}\",\"value\":\"#FDF0F3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FDF0F3\",\"key\":\"{color.amaranth-red.100}\"},\"name\":\"ColorAmaranthRed100\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"100\"},\"path\":[\"color\",\"amaranth-red\",\"100\"]},\"200\":{\"key\":\"{color.amaranth-red.200}\",\"value\":\"#FBE0E6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FBE0E6\",\"key\":\"{color.amaranth-red.200}\"},\"name\":\"ColorAmaranthRed200\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"200\"},\"path\":[\"color\",\"amaranth-red\",\"200\"]},\"300\":{\"key\":\"{color.amaranth-red.300}\",\"value\":\"#F7C1CC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F7C1CC\",\"key\":\"{color.amaranth-red.300}\"},\"name\":\"ColorAmaranthRed300\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"300\"},\"path\":[\"color\",\"amaranth-red\",\"300\"]},\"400\":{\"key\":\"{color.amaranth-red.400}\",\"value\":\"#F2A2B3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F2A2B3\",\"key\":\"{color.amaranth-red.400}\"},\"name\":\"ColorAmaranthRed400\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"400\"},\"path\":[\"color\",\"amaranth-red\",\"400\"]},\"500\":{\"key\":\"{color.amaranth-red.500}\",\"value\":\"#EE8299\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EE8299\",\"key\":\"{color.amaranth-red.500}\"},\"name\":\"ColorAmaranthRed500\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"500\"},\"path\":[\"color\",\"amaranth-red\",\"500\"]},\"600\":{\"key\":\"{color.amaranth-red.600}\",\"value\":\"#EA637F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EA637F\",\"key\":\"{color.amaranth-red.600}\"},\"name\":\"ColorAmaranthRed600\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"600\"},\"path\":[\"color\",\"amaranth-red\",\"600\"]},\"700\":{\"key\":\"{color.amaranth-red.700}\",\"value\":\"#E54366\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E54366\",\"key\":\"{color.amaranth-red.700}\"},\"name\":\"ColorAmaranthRed700\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"700\"},\"path\":[\"color\",\"amaranth-red\",\"700\"]},\"800\":{\"key\":\"{color.amaranth-red.800}\",\"value\":\"#E1244C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E1244C\",\"key\":\"{color.amaranth-red.800}\"},\"name\":\"ColorAmaranthRed800\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"800\"},\"path\":[\"color\",\"amaranth-red\",\"800\"]},\"900\":{\"key\":\"{color.amaranth-red.900}\",\"value\":\"#B4193A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#B4193A\",\"key\":\"{color.amaranth-red.900}\"},\"name\":\"ColorAmaranthRed900\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"900\"},\"path\":[\"color\",\"amaranth-red\",\"900\"]},\"1000\":{\"key\":\"{color.amaranth-red.1000}\",\"value\":\"#83122A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#83122A\",\"key\":\"{color.amaranth-red.1000}\"},\"name\":\"ColorAmaranthRed1000\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"1000\"},\"path\":[\"color\",\"amaranth-red\",\"1000\"]},\"1100\":{\"key\":\"{color.amaranth-red.1100}\",\"value\":\"#6A0F22\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6A0F22\",\"key\":\"{color.amaranth-red.1100}\"},\"name\":\"ColorAmaranthRed1100\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"1100\"},\"path\":[\"color\",\"amaranth-red\",\"1100\"]}},\"royal-orange\":{\"100\":{\"key\":\"{color.royal-orange.100}\",\"value\":\"#FFF4EB\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFF4EB\",\"key\":\"{color.royal-orange.100}\"},\"name\":\"ColorRoyalOrange100\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"100\"},\"path\":[\"color\",\"royal-orange\",\"100\"]},\"200\":{\"key\":\"{color.royal-orange.200}\",\"value\":\"#FFEBDC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFEBDC\",\"key\":\"{color.royal-orange.200}\"},\"name\":\"ColorRoyalOrange200\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"200\"},\"path\":[\"color\",\"royal-orange\",\"200\"]},\"300\":{\"key\":\"{color.royal-orange.300}\",\"value\":\"#FFD9BD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFD9BD\",\"key\":\"{color.royal-orange.300}\"},\"name\":\"ColorRoyalOrange300\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"300\"},\"path\":[\"color\",\"royal-orange\",\"300\"]},\"400\":{\"key\":\"{color.royal-orange.400}\",\"value\":\"#FFC89F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFC89F\",\"key\":\"{color.royal-orange.400}\"},\"name\":\"ColorRoyalOrange400\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"400\"},\"path\":[\"color\",\"royal-orange\",\"400\"]},\"500\":{\"key\":\"{color.royal-orange.500}\",\"value\":\"#FFA562\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFA562\",\"key\":\"{color.royal-orange.500}\"},\"name\":\"ColorRoyalOrange500\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"500\"},\"path\":[\"color\",\"royal-orange\",\"500\"]},\"600\":{\"key\":\"{color.royal-orange.600}\",\"value\":\"#FF9343\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FF9343\",\"key\":\"{color.royal-orange.600}\"},\"name\":\"ColorRoyalOrange600\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"600\"},\"path\":[\"color\",\"royal-orange\",\"600\"]},\"700\":{\"key\":\"{color.royal-orange.700}\",\"value\":\"#FF8225\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FF8225\",\"key\":\"{color.royal-orange.700}\"},\"name\":\"ColorRoyalOrange700\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"700\"},\"path\":[\"color\",\"royal-orange\",\"700\"]},\"800\":{\"key\":\"{color.royal-orange.800}\",\"value\":\"#F56800\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F56800\",\"key\":\"{color.royal-orange.800}\"},\"name\":\"ColorRoyalOrange800\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"800\"},\"path\":[\"color\",\"royal-orange\",\"800\"]},\"900\":{\"key\":\"{color.royal-orange.900}\",\"value\":\"#C25200\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C25200\",\"key\":\"{color.royal-orange.900}\"},\"name\":\"ColorRoyalOrange900\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"900\"},\"path\":[\"color\",\"royal-orange\",\"900\"]},\"1000\":{\"key\":\"{color.royal-orange.1000}\",\"value\":\"#8F3D00\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8F3D00\",\"key\":\"{color.royal-orange.1000}\"},\"name\":\"ColorRoyalOrange1000\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"1000\"},\"path\":[\"color\",\"royal-orange\",\"1000\"]},\"1100\":{\"key\":\"{color.royal-orange.1100}\",\"value\":\"#763200\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#763200\",\"key\":\"{color.royal-orange.1100}\"},\"name\":\"ColorRoyalOrange1100\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"1100\"},\"path\":[\"color\",\"royal-orange\",\"1100\"]}},\"espelkamp-green\":{\"100\":{\"key\":\"{color.espelkamp-green.100}\",\"value\":\"#DCFFF4\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#DCFFF4\",\"key\":\"{color.espelkamp-green.100}\"},\"name\":\"ColorEspelkampGreen100\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"100\"},\"path\":[\"color\",\"espelkamp-green\",\"100\"]},\"200\":{\"key\":\"{color.espelkamp-green.200}\",\"value\":\"#C0FFEB\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C0FFEB\",\"key\":\"{color.espelkamp-green.200}\"},\"name\":\"ColorEspelkampGreen200\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"200\"},\"path\":[\"color\",\"espelkamp-green\",\"200\"]},\"300\":{\"key\":\"{color.espelkamp-green.300}\",\"value\":\"#87FFDA\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#87FFDA\",\"key\":\"{color.espelkamp-green.300}\"},\"name\":\"ColorEspelkampGreen300\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"300\"},\"path\":[\"color\",\"espelkamp-green\",\"300\"]},\"400\":{\"key\":\"{color.espelkamp-green.400}\",\"value\":\"#4FFFC9\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#4FFFC9\",\"key\":\"{color.espelkamp-green.400}\"},\"name\":\"ColorEspelkampGreen400\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"400\"},\"path\":[\"color\",\"espelkamp-green\",\"400\"]},\"500\":{\"key\":\"{color.espelkamp-green.500}\",\"value\":\"#17FFB8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#17FFB8\",\"key\":\"{color.espelkamp-green.500}\"},\"name\":\"ColorEspelkampGreen500\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"500\"},\"path\":[\"color\",\"espelkamp-green\",\"500\"]},\"600\":{\"key\":\"{color.espelkamp-green.600}\",\"value\":\"#00DE9A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00DE9A\",\"key\":\"{color.espelkamp-green.600}\"},\"name\":\"ColorEspelkampGreen600\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"600\"},\"path\":[\"color\",\"espelkamp-green\",\"600\"]},\"700\":{\"key\":\"{color.espelkamp-green.700}\",\"value\":\"#00A673\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00A673\",\"key\":\"{color.espelkamp-green.700}\"},\"name\":\"ColorEspelkampGreen700\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"700\"},\"path\":[\"color\",\"espelkamp-green\",\"700\"]},\"800\":{\"key\":\"{color.espelkamp-green.800}\",\"value\":\"#00825B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00825B\",\"key\":\"{color.espelkamp-green.800}\"},\"name\":\"ColorEspelkampGreen800\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"800\"},\"path\":[\"color\",\"espelkamp-green\",\"800\"]},\"900\":{\"key\":\"{color.espelkamp-green.900}\",\"value\":\"#005F42\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005F42\",\"key\":\"{color.espelkamp-green.900}\"},\"name\":\"ColorEspelkampGreen900\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"900\"},\"path\":[\"color\",\"espelkamp-green\",\"900\"]},\"1000\":{\"key\":\"{color.espelkamp-green.1000}\",\"value\":\"#003B29\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#003B29\",\"key\":\"{color.espelkamp-green.1000}\"},\"name\":\"ColorEspelkampGreen1000\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"1000\"},\"path\":[\"color\",\"espelkamp-green\",\"1000\"]},\"1100\":{\"key\":\"{color.espelkamp-green.1100}\",\"value\":\"#00291C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00291C\",\"key\":\"{color.espelkamp-green.1100}\"},\"name\":\"ColorEspelkampGreen1100\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"1100\"},\"path\":[\"color\",\"espelkamp-green\",\"1100\"]}},\"soft-contrast-violet\":{\"100\":{\"key\":\"{color.soft-contrast-violet.100}\",\"value\":\"#F4F3FE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F4F3FE\",\"key\":\"{color.soft-contrast-violet.100}\"},\"name\":\"ColorSoftContrastViolet100\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"100\"},\"path\":[\"color\",\"soft-contrast-violet\",\"100\"]},\"200\":{\"key\":\"{color.soft-contrast-violet.200}\",\"value\":\"#EAE7FD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EAE7FD\",\"key\":\"{color.soft-contrast-violet.200}\"},\"name\":\"ColorSoftContrastViolet200\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"200\"},\"path\":[\"color\",\"soft-contrast-violet\",\"200\"]},\"300\":{\"key\":\"{color.soft-contrast-violet.300}\",\"value\":\"#D6D0FA\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#D6D0FA\",\"key\":\"{color.soft-contrast-violet.300}\"},\"name\":\"ColorSoftContrastViolet300\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"300\"},\"path\":[\"color\",\"soft-contrast-violet\",\"300\"]},\"400\":{\"key\":\"{color.soft-contrast-violet.400}\",\"value\":\"#C2B9F8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C2B9F8\",\"key\":\"{color.soft-contrast-violet.400}\"},\"name\":\"ColorSoftContrastViolet400\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"400\"},\"path\":[\"color\",\"soft-contrast-violet\",\"400\"]},\"500\":{\"key\":\"{color.soft-contrast-violet.500}\",\"value\":\"#AEA2F5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#AEA2F5\",\"key\":\"{color.soft-contrast-violet.500}\"},\"name\":\"ColorSoftContrastViolet500\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"500\"},\"path\":[\"color\",\"soft-contrast-violet\",\"500\"]},\"600\":{\"key\":\"{color.soft-contrast-violet.600}\",\"value\":\"#998BF3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#998BF3\",\"key\":\"{color.soft-contrast-violet.600}\"},\"name\":\"ColorSoftContrastViolet600\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"600\"},\"path\":[\"color\",\"soft-contrast-violet\",\"600\"]},\"700\":{\"key\":\"{color.soft-contrast-violet.700}\",\"value\":\"#8574F0\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8574F0\",\"key\":\"{color.soft-contrast-violet.700}\"},\"name\":\"ColorSoftContrastViolet700\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"700\"},\"path\":[\"color\",\"soft-contrast-violet\",\"700\"]},\"800\":{\"key\":\"{color.soft-contrast-violet.800}\",\"value\":\"#715DEE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#715DEE\",\"key\":\"{color.soft-contrast-violet.800}\"},\"name\":\"ColorSoftContrastViolet800\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"800\"},\"path\":[\"color\",\"soft-contrast-violet\",\"800\"]},\"900\":{\"key\":\"{color.soft-contrast-violet.900}\",\"value\":\"#5d4abf\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5d4abf\",\"key\":\"{color.soft-contrast-violet.900}\"},\"name\":\"ColorSoftContrastViolet900\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"900\"},\"path\":[\"color\",\"soft-contrast-violet\",\"900\"]},\"1000\":{\"key\":\"{color.soft-contrast-violet.1000}\",\"value\":\"#483b9f\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#483b9f\",\"key\":\"{color.soft-contrast-violet.1000}\"},\"name\":\"ColorSoftContrastViolet1000\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"1000\"},\"path\":[\"color\",\"soft-contrast-violet\",\"1000\"]},\"1100\":{\"key\":\"{color.soft-contrast-violet.1100}\",\"value\":\"#302a6f\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#302a6f\",\"key\":\"{color.soft-contrast-violet.1100}\"},\"name\":\"ColorSoftContrastViolet1100\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"1100\"},\"path\":[\"color\",\"soft-contrast-violet\",\"1100\"]}},\"mittwald-navy\":{\"100\":{\"key\":\"{color.mittwald-navy.100}\",\"value\":\"#E4E7F6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E4E7F6\",\"key\":\"{color.mittwald-navy.100}\"},\"name\":\"ColorMittwaldNavy100\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"100\"},\"path\":[\"color\",\"mittwald-navy\",\"100\"]},\"200\":{\"key\":\"{color.mittwald-navy.200}\",\"value\":\"#C8CFEE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C8CFEE\",\"key\":\"{color.mittwald-navy.200}\"},\"name\":\"ColorMittwaldNavy200\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"200\"},\"path\":[\"color\",\"mittwald-navy\",\"200\"]},\"300\":{\"key\":\"{color.mittwald-navy.300}\",\"value\":\"#A5B0E2\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#A5B0E2\",\"key\":\"{color.mittwald-navy.300}\"},\"name\":\"ColorMittwaldNavy300\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"300\"},\"path\":[\"color\",\"mittwald-navy\",\"300\"]},\"400\":{\"key\":\"{color.mittwald-navy.400}\",\"value\":\"#8291D7\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8291D7\",\"key\":\"{color.mittwald-navy.400}\"},\"name\":\"ColorMittwaldNavy400\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"400\"},\"path\":[\"color\",\"mittwald-navy\",\"400\"]},\"500\":{\"key\":\"{color.mittwald-navy.500}\",\"value\":\"#5F73CC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5F73CC\",\"key\":\"{color.mittwald-navy.500}\"},\"name\":\"ColorMittwaldNavy500\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"500\"},\"path\":[\"color\",\"mittwald-navy\",\"500\"]},\"600\":{\"key\":\"{color.mittwald-navy.600}\",\"value\":\"#3D55C1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#3D55C1\",\"key\":\"{color.mittwald-navy.600}\"},\"name\":\"ColorMittwaldNavy600\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"600\"},\"path\":[\"color\",\"mittwald-navy\",\"600\"]},\"700\":{\"key\":\"{color.mittwald-navy.700}\",\"value\":\"#32459E\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#32459E\",\"key\":\"{color.mittwald-navy.700}\"},\"name\":\"ColorMittwaldNavy700\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"700\"},\"path\":[\"color\",\"mittwald-navy\",\"700\"]},\"800\":{\"key\":\"{color.mittwald-navy.800}\",\"value\":\"#27367B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#27367B\",\"key\":\"{color.mittwald-navy.800}\"},\"name\":\"ColorMittwaldNavy800\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"800\"},\"path\":[\"color\",\"mittwald-navy\",\"800\"]},\"900\":{\"key\":\"{color.mittwald-navy.900}\",\"value\":\"#1D285C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#1D285C\",\"key\":\"{color.mittwald-navy.900}\"},\"name\":\"ColorMittwaldNavy900\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"900\"},\"path\":[\"color\",\"mittwald-navy\",\"900\"]},\"1000\":{\"key\":\"{color.mittwald-navy.1000}\",\"value\":\"#131B3D\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#131B3D\",\"key\":\"{color.mittwald-navy.1000}\"},\"name\":\"ColorMittwaldNavy1000\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"1000\"},\"path\":[\"color\",\"mittwald-navy\",\"1000\"]},\"1100\":{\"key\":\"{color.mittwald-navy.1100}\",\"value\":\"#0E142E\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0E142E\",\"key\":\"{color.mittwald-navy.1100}\"},\"name\":\"ColorMittwaldNavy1100\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"1100\"},\"path\":[\"color\",\"mittwald-navy\",\"1100\"]}},\"bright-lilac\":{\"100\":{\"key\":\"{color.bright-lilac.100}\",\"value\":\"#f9e9ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f9e9ff\",\"key\":\"{color.bright-lilac.100}\"},\"name\":\"ColorBrightLilac100\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"100\"},\"path\":[\"color\",\"bright-lilac\",\"100\"]},\"200\":{\"key\":\"{color.bright-lilac.200}\",\"value\":\"#f6dfff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f6dfff\",\"key\":\"{color.bright-lilac.200}\"},\"name\":\"ColorBrightLilac200\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"200\"},\"path\":[\"color\",\"bright-lilac\",\"200\"]},\"300\":{\"key\":\"{color.bright-lilac.300}\",\"value\":\"#f1caff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f1caff\",\"key\":\"{color.bright-lilac.300}\"},\"name\":\"ColorBrightLilac300\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"300\"},\"path\":[\"color\",\"bright-lilac\",\"300\"]},\"400\":{\"key\":\"{color.bright-lilac.400}\",\"value\":\"#ebb6ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ebb6ff\",\"key\":\"{color.bright-lilac.400}\"},\"name\":\"ColorBrightLilac400\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"400\"},\"path\":[\"color\",\"bright-lilac\",\"400\"]},\"500\":{\"key\":\"{color.bright-lilac.500}\",\"value\":\"#e6a1ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e6a1ff\",\"key\":\"{color.bright-lilac.500}\"},\"name\":\"ColorBrightLilac500\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"500\"},\"path\":[\"color\",\"bright-lilac\",\"500\"]},\"600\":{\"key\":\"{color.bright-lilac.600}\",\"value\":\"#e08dff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e08dff\",\"key\":\"{color.bright-lilac.600}\"},\"name\":\"ColorBrightLilac600\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"600\"},\"path\":[\"color\",\"bright-lilac\",\"600\"]},\"700\":{\"key\":\"{color.bright-lilac.700}\",\"value\":\"#ce4bff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ce4bff\",\"key\":\"{color.bright-lilac.700}\"},\"name\":\"ColorBrightLilac700\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"700\"},\"path\":[\"color\",\"bright-lilac\",\"700\"]},\"800\":{\"key\":\"{color.bright-lilac.800}\",\"value\":\"#bc08ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#bc08ff\",\"key\":\"{color.bright-lilac.800}\"},\"name\":\"ColorBrightLilac800\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"800\"},\"path\":[\"color\",\"bright-lilac\",\"800\"]},\"900\":{\"key\":\"{color.bright-lilac.900}\",\"value\":\"#9000c5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#9000c5\",\"key\":\"{color.bright-lilac.900}\"},\"name\":\"ColorBrightLilac900\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"900\"},\"path\":[\"color\",\"bright-lilac\",\"900\"]},\"1000\":{\"key\":\"{color.bright-lilac.1000}\",\"value\":\"#5f0083\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5f0083\",\"key\":\"{color.bright-lilac.1000}\"},\"name\":\"ColorBrightLilac1000\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"1000\"},\"path\":[\"color\",\"bright-lilac\",\"1000\"]},\"1100\":{\"key\":\"{color.bright-lilac.1100}\",\"value\":\"#470062\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#470062\",\"key\":\"{color.bright-lilac.1100}\"},\"name\":\"ColorBrightLilac1100\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"1100\"},\"path\":[\"color\",\"bright-lilac\",\"1100\"]}},\"super-teal\":{\"100\":{\"key\":\"{color.super-teal.100}\",\"value\":\"#ebfdff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ebfdff\",\"key\":\"{color.super-teal.100}\"},\"name\":\"ColorSuperTeal100\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"100\"},\"path\":[\"color\",\"super-teal\",\"100\"]},\"200\":{\"key\":\"{color.super-teal.200}\",\"value\":\"#cffaff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cffaff\",\"key\":\"{color.super-teal.200}\"},\"name\":\"ColorSuperTeal200\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"200\"},\"path\":[\"color\",\"super-teal\",\"200\"]},\"300\":{\"key\":\"{color.super-teal.300}\",\"value\":\"#96f3ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#96f3ff\",\"key\":\"{color.super-teal.300}\"},\"name\":\"ColorSuperTeal300\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"300\"},\"path\":[\"color\",\"super-teal\",\"300\"]},\"400\":{\"key\":\"{color.super-teal.400}\",\"value\":\"#5eedff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5eedff\",\"key\":\"{color.super-teal.400}\"},\"name\":\"ColorSuperTeal400\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"400\"},\"path\":[\"color\",\"super-teal\",\"400\"]},\"500\":{\"key\":\"{color.super-teal.500}\",\"value\":\"#26e7ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#26e7ff\",\"key\":\"{color.super-teal.500}\"},\"name\":\"ColorSuperTeal500\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"500\"},\"path\":[\"color\",\"super-teal\",\"500\"]},\"600\":{\"key\":\"{color.super-teal.600}\",\"value\":\"#00d3ed\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00d3ed\",\"key\":\"{color.super-teal.600}\"},\"name\":\"ColorSuperTeal600\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"600\"},\"path\":[\"color\",\"super-teal\",\"600\"]},\"700\":{\"key\":\"{color.super-teal.700}\",\"value\":\"#00a1b5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00a1b5\",\"key\":\"{color.super-teal.700}\"},\"name\":\"ColorSuperTeal700\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"700\"},\"path\":[\"color\",\"super-teal\",\"700\"]},\"800\":{\"key\":\"{color.super-teal.800}\",\"value\":\"#008696\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#008696\",\"key\":\"{color.super-teal.800}\"},\"name\":\"ColorSuperTeal800\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"800\"},\"path\":[\"color\",\"super-teal\",\"800\"]},\"900\":{\"key\":\"{color.super-teal.900}\",\"value\":\"#006b78\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#006b78\",\"key\":\"{color.super-teal.900}\"},\"name\":\"ColorSuperTeal900\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"900\"},\"path\":[\"color\",\"super-teal\",\"900\"]},\"1000\":{\"key\":\"{color.super-teal.1000}\",\"value\":\"#004f59\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#004f59\",\"key\":\"{color.super-teal.1000}\"},\"name\":\"ColorSuperTeal1000\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"1000\"},\"path\":[\"color\",\"super-teal\",\"1000\"]},\"1100\":{\"key\":\"{color.super-teal.1100}\",\"value\":\"#00424a\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00424a\",\"key\":\"{color.super-teal.1100}\"},\"name\":\"ColorSuperTeal1100\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"1100\"},\"path\":[\"color\",\"super-teal\",\"1100\"]}},\"categorical\":{\"sea-green\":{\"key\":\"{color.categorical.sea-green}\",\"value\":\"#0fb5ae\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0fb5ae\",\"key\":\"{color.categorical.sea-green}\"},\"name\":\"ColorCategoricalSeaGreen\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"sea-green\"},\"path\":[\"color\",\"categorical\",\"sea-green\"]},\"palatinate-blue\":{\"key\":\"{color.categorical.palatinate-blue}\",\"value\":\"#4046ca\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#4046ca\",\"key\":\"{color.categorical.palatinate-blue}\"},\"name\":\"ColorCategoricalPalatinateBlue\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"palatinate-blue\"},\"path\":[\"color\",\"categorical\",\"palatinate-blue\"]},\"tangerine\":{\"key\":\"{color.categorical.tangerine}\",\"value\":\"#f68511\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f68511\",\"key\":\"{color.categorical.tangerine}\"},\"name\":\"ColorCategoricalTangerine\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"tangerine\"},\"path\":[\"color\",\"categorical\",\"tangerine\"]},\"magenta\":{\"key\":\"{color.categorical.magenta}\",\"value\":\"#de3d82\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#de3d82\",\"key\":\"{color.categorical.magenta}\"},\"name\":\"ColorCategoricalMagenta\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"magenta\"},\"path\":[\"color\",\"categorical\",\"magenta\"]},\"tropical-indigo\":{\"key\":\"{color.categorical.tropical-indigo}\",\"value\":\"#7e84fa\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#7e84fa\",\"key\":\"{color.categorical.tropical-indigo}\"},\"name\":\"ColorCategoricalTropicalIndigo\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"tropical-indigo\"},\"path\":[\"color\",\"categorical\",\"tropical-indigo\"]},\"malachite\":{\"key\":\"{color.categorical.malachite}\",\"value\":\"#72e06a\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#72e06a\",\"key\":\"{color.categorical.malachite}\"},\"name\":\"ColorCategoricalMalachite\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"malachite\"},\"path\":[\"color\",\"categorical\",\"malachite\"]},\"azure\":{\"key\":\"{color.categorical.azure}\",\"value\":\"#147af3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#147af3\",\"key\":\"{color.categorical.azure}\"},\"name\":\"ColorCategoricalAzure\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"azure\"},\"path\":[\"color\",\"categorical\",\"azure\"]},\"violet\":{\"key\":\"{color.categorical.violet}\",\"value\":\"#7326d3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#7326d3\",\"key\":\"{color.categorical.violet}\"},\"name\":\"ColorCategoricalViolet\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"violet\"},\"path\":[\"color\",\"categorical\",\"violet\"]},\"yellow\":{\"key\":\"{color.categorical.yellow}\",\"value\":\"#e8c600\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e8c600\",\"key\":\"{color.categorical.yellow}\"},\"name\":\"ColorCategoricalYellow\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"yellow\"},\"path\":[\"color\",\"categorical\",\"yellow\"]},\"alloy-orange\":{\"key\":\"{color.categorical.alloy-orange}\",\"value\":\"#cb5d00\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cb5d00\",\"key\":\"{color.categorical.alloy-orange}\"},\"name\":\"ColorCategoricalAlloyOrange\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"alloy-orange\"},\"path\":[\"color\",\"categorical\",\"alloy-orange\"]},\"green\":{\"key\":\"{color.categorical.green}\",\"value\":\"#008f5d\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#008f5d\",\"key\":\"{color.categorical.green}\"},\"name\":\"ColorCategoricalGreen\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"green\"},\"path\":[\"color\",\"categorical\",\"green\"]},\"lime\":{\"key\":\"{color.categorical.lime}\",\"value\":\"#bce931\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#bce931\",\"key\":\"{color.categorical.lime}\"},\"name\":\"ColorCategoricalLime\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"lime\"},\"path\":[\"color\",\"categorical\",\"lime\"]}},\"transparent\":{\"key\":\"{color.transparent}\",\"value\":\"transparent\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"transparent\",\"key\":\"{color.transparent}\"},\"name\":\"ColorTransparent\",\"attributes\":{\"category\":\"color\",\"type\":\"transparent\"},\"path\":[\"color\",\"transparent\"]},\"gradient\":{\"key\":\"{color.gradient}\",\"value\":\"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)\",\"key\":\"{color.gradient}\"},\"name\":\"ColorGradient\",\"attributes\":{\"category\":\"color\",\"type\":\"gradient\"},\"path\":[\"color\",\"gradient\"]},\"code-syntax\":{\"keyword\":{\"key\":\"{color.code-syntax.keyword}\",\"value\":\"#cf222e\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cf222e\",\"key\":\"{color.code-syntax.keyword}\"},\"name\":\"ColorCodeSyntaxKeyword\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"keyword\"},\"path\":[\"color\",\"code-syntax\",\"keyword\"]},\"type\":{\"key\":\"{color.code-syntax.type}\",\"value\":\"#6f42c1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6f42c1\",\"key\":\"{color.code-syntax.type}\"},\"name\":\"ColorCodeSyntaxType\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"type\"},\"path\":[\"color\",\"code-syntax\",\"type\"]},\"variable\":{\"key\":\"{color.code-syntax.variable}\",\"value\":\"#005cc5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005cc5\",\"key\":\"{color.code-syntax.variable}\"},\"name\":\"ColorCodeSyntaxVariable\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"variable\"},\"path\":[\"color\",\"code-syntax\",\"variable\"]},\"property\":{\"key\":\"{color.code-syntax.property}\",\"value\":\"#6f42c1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6f42c1\",\"key\":\"{color.code-syntax.property}\"},\"name\":\"ColorCodeSyntaxProperty\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"property\"},\"path\":[\"color\",\"code-syntax\",\"property\"]},\"string\":{\"key\":\"{color.code-syntax.string}\",\"value\":\"#032f62\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#032f62\",\"key\":\"{color.code-syntax.string}\"},\"name\":\"ColorCodeSyntaxString\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"string\"},\"path\":[\"color\",\"code-syntax\",\"string\"]},\"number\":{\"key\":\"{color.code-syntax.number}\",\"value\":\"#005cc5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005cc5\",\"key\":\"{color.code-syntax.number}\"},\"name\":\"ColorCodeSyntaxNumber\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"number\"},\"path\":[\"color\",\"code-syntax\",\"number\"]},\"comment\":{\"key\":\"{color.code-syntax.comment}\",\"value\":\"#6a737d\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6a737d\",\"key\":\"{color.code-syntax.comment}\"},\"name\":\"ColorCodeSyntaxComment\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"comment\"},\"path\":[\"color\",\"code-syntax\",\"comment\"]},\"function\":{\"key\":\"{color.code-syntax.function}\",\"value\":\"#8250df\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8250df\",\"key\":\"{color.code-syntax.function}\"},\"name\":\"ColorCodeSyntaxFunction\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"function\"},\"path\":[\"color\",\"code-syntax\",\"function\"]},\"operator\":{\"key\":\"{color.code-syntax.operator}\",\"value\":\"#C12F3F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C12F3F\",\"key\":\"{color.code-syntax.operator}\"},\"name\":\"ColorCodeSyntaxOperator\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"operator\"},\"path\":[\"color\",\"code-syntax\",\"operator\"]},\"invalid\":{\"key\":\"{color.code-syntax.invalid}\",\"value\":\"#cb2431\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cb2431\",\"key\":\"{color.code-syntax.invalid}\"},\"name\":\"ColorCodeSyntaxInvalid\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"invalid\"},\"path\":[\"color\",\"code-syntax\",\"invalid\"]}},\"blue\":{\"key\":\"{color.blue}\",\"value\":\"#002A7B\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{primary.color.1000}\",\"key\":\"{color.blue}\"},\"name\":\"ColorBlue\",\"attributes\":{\"category\":\"color\",\"type\":\"blue\"},\"path\":[\"color\",\"blue\"]},\"violet\":{\"key\":\"{color.violet}\",\"value\":\"#715DEE\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.soft-contrast-violet.800}\",\"key\":\"{color.violet}\"},\"name\":\"ColorViolet\",\"attributes\":{\"category\":\"color\",\"type\":\"violet\"},\"path\":[\"color\",\"violet\"]},\"teal\":{\"key\":\"{color.teal}\",\"value\":\"#008696\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.super-teal.800}\",\"key\":\"{color.teal}\"},\"name\":\"ColorTeal\",\"attributes\":{\"category\":\"color\",\"type\":\"teal\"},\"path\":[\"color\",\"teal\"]},\"lilac\":{\"key\":\"{color.lilac}\",\"value\":\"#bc08ff\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.bright-lilac.800}\",\"key\":\"{color.lilac}\"},\"name\":\"ColorLilac\",\"attributes\":{\"category\":\"color\",\"type\":\"lilac\"},\"path\":[\"color\",\"lilac\"]}}");
3
+ const color = /* #__PURE__ */ JSON.parse("{\"gray\":{\"100\":{\"key\":\"{color.gray.100}\",\"value\":\"#FFFFFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFFFFF\",\"key\":\"{color.gray.100}\"},\"name\":\"ColorGray100\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"100\"},\"path\":[\"color\",\"gray\",\"100\"]},\"200\":{\"key\":\"{color.gray.200}\",\"value\":\"#FDFDFD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FDFDFD\",\"key\":\"{color.gray.200}\"},\"name\":\"ColorGray200\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"200\"},\"path\":[\"color\",\"gray\",\"200\"]},\"300\":{\"key\":\"{color.gray.300}\",\"value\":\"#F8F8F8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F8F8F8\",\"key\":\"{color.gray.300}\"},\"name\":\"ColorGray300\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"300\"},\"path\":[\"color\",\"gray\",\"300\"]},\"400\":{\"key\":\"{color.gray.400}\",\"value\":\"#E6E6E6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E6E6E6\",\"key\":\"{color.gray.400}\"},\"name\":\"ColorGray400\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"400\"},\"path\":[\"color\",\"gray\",\"400\"]},\"500\":{\"key\":\"{color.gray.500}\",\"value\":\"#D5D5D5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#D5D5D5\",\"key\":\"{color.gray.500}\"},\"name\":\"ColorGray500\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"500\"},\"path\":[\"color\",\"gray\",\"500\"]},\"600\":{\"key\":\"{color.gray.600}\",\"value\":\"#B1B1B1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#B1B1B1\",\"key\":\"{color.gray.600}\"},\"name\":\"ColorGray600\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"600\"},\"path\":[\"color\",\"gray\",\"600\"]},\"700\":{\"key\":\"{color.gray.700}\",\"value\":\"#909090\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#909090\",\"key\":\"{color.gray.700}\"},\"name\":\"ColorGray700\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"700\"},\"path\":[\"color\",\"gray\",\"700\"]},\"800\":{\"key\":\"{color.gray.800}\",\"value\":\"#6D6D6D\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6D6D6D\",\"key\":\"{color.gray.800}\"},\"name\":\"ColorGray800\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"800\"},\"path\":[\"color\",\"gray\",\"800\"]},\"900\":{\"key\":\"{color.gray.900}\",\"value\":\"#464646\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#464646\",\"key\":\"{color.gray.900}\"},\"name\":\"ColorGray900\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"900\"},\"path\":[\"color\",\"gray\",\"900\"]},\"1000\":{\"key\":\"{color.gray.1000}\",\"value\":\"#222222\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#222222\",\"key\":\"{color.gray.1000}\"},\"name\":\"ColorGray1000\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"1000\"},\"path\":[\"color\",\"gray\",\"1000\"]},\"1100\":{\"key\":\"{color.gray.1100}\",\"value\":\"#000000\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#000000\",\"key\":\"{color.gray.1100}\"},\"name\":\"ColorGray1100\",\"attributes\":{\"category\":\"color\",\"type\":\"gray\",\"item\":\"1100\"},\"path\":[\"color\",\"gray\",\"1100\"]}},\"hosting-blue\":{\"100\":{\"key\":\"{color.hosting-blue.100}\",\"value\":\"#F0F5FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F0F5FF\",\"key\":\"{color.hosting-blue.100}\"},\"name\":\"ColorHostingBlue100\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"100\"},\"path\":[\"color\",\"hosting-blue\",\"100\"]},\"200\":{\"key\":\"{color.hosting-blue.200}\",\"value\":\"#E0EBFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E0EBFF\",\"key\":\"{color.hosting-blue.200}\"},\"name\":\"ColorHostingBlue200\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"200\"},\"path\":[\"color\",\"hosting-blue\",\"200\"]},\"300\":{\"key\":\"{color.hosting-blue.300}\",\"value\":\"#ABC6FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ABC6FF\",\"key\":\"{color.hosting-blue.300}\"},\"name\":\"ColorHostingBlue300\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"300\"},\"path\":[\"color\",\"hosting-blue\",\"300\"]},\"400\":{\"key\":\"{color.hosting-blue.400}\",\"value\":\"#85AFFF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#85AFFF\",\"key\":\"{color.hosting-blue.400}\"},\"name\":\"ColorHostingBlue400\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"400\"},\"path\":[\"color\",\"hosting-blue\",\"400\"]},\"500\":{\"key\":\"{color.hosting-blue.500}\",\"value\":\"#6197FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6197FF\",\"key\":\"{color.hosting-blue.500}\"},\"name\":\"ColorHostingBlue500\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"500\"},\"path\":[\"color\",\"hosting-blue\",\"500\"]},\"600\":{\"key\":\"{color.hosting-blue.600}\",\"value\":\"#3D80FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#3D80FF\",\"key\":\"{color.hosting-blue.600}\"},\"name\":\"ColorHostingBlue600\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"600\"},\"path\":[\"color\",\"hosting-blue\",\"600\"]},\"700\":{\"key\":\"{color.hosting-blue.700}\",\"value\":\"#1A68FF\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#1A68FF\",\"key\":\"{color.hosting-blue.700}\"},\"name\":\"ColorHostingBlue700\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"700\"},\"path\":[\"color\",\"hosting-blue\",\"700\"]},\"800\":{\"key\":\"{color.hosting-blue.800}\",\"value\":\"#0054F5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0054F5\",\"key\":\"{color.hosting-blue.800}\"},\"name\":\"ColorHostingBlue800\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"800\"},\"path\":[\"color\",\"hosting-blue\",\"800\"]},\"900\":{\"key\":\"{color.hosting-blue.900}\",\"value\":\"#003FB8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#003FB8\",\"key\":\"{color.hosting-blue.900}\"},\"name\":\"ColorHostingBlue900\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"900\"},\"path\":[\"color\",\"hosting-blue\",\"900\"]},\"1000\":{\"key\":\"{color.hosting-blue.1000}\",\"value\":\"#002A7B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#002A7B\",\"key\":\"{color.hosting-blue.1000}\"},\"name\":\"ColorHostingBlue1000\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"1000\"},\"path\":[\"color\",\"hosting-blue\",\"1000\"]},\"1100\":{\"key\":\"{color.hosting-blue.1100}\",\"value\":\"#00205C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00205C\",\"key\":\"{color.hosting-blue.1100}\"},\"name\":\"ColorHostingBlue1100\",\"attributes\":{\"category\":\"color\",\"type\":\"hosting-blue\",\"item\":\"1100\"},\"path\":[\"color\",\"hosting-blue\",\"1100\"]}},\"amaranth-red\":{\"100\":{\"key\":\"{color.amaranth-red.100}\",\"value\":\"#FDF0F3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FDF0F3\",\"key\":\"{color.amaranth-red.100}\"},\"name\":\"ColorAmaranthRed100\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"100\"},\"path\":[\"color\",\"amaranth-red\",\"100\"]},\"200\":{\"key\":\"{color.amaranth-red.200}\",\"value\":\"#FBE0E6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FBE0E6\",\"key\":\"{color.amaranth-red.200}\"},\"name\":\"ColorAmaranthRed200\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"200\"},\"path\":[\"color\",\"amaranth-red\",\"200\"]},\"300\":{\"key\":\"{color.amaranth-red.300}\",\"value\":\"#F7C1CC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F7C1CC\",\"key\":\"{color.amaranth-red.300}\"},\"name\":\"ColorAmaranthRed300\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"300\"},\"path\":[\"color\",\"amaranth-red\",\"300\"]},\"400\":{\"key\":\"{color.amaranth-red.400}\",\"value\":\"#F2A2B3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F2A2B3\",\"key\":\"{color.amaranth-red.400}\"},\"name\":\"ColorAmaranthRed400\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"400\"},\"path\":[\"color\",\"amaranth-red\",\"400\"]},\"500\":{\"key\":\"{color.amaranth-red.500}\",\"value\":\"#EE8299\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EE8299\",\"key\":\"{color.amaranth-red.500}\"},\"name\":\"ColorAmaranthRed500\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"500\"},\"path\":[\"color\",\"amaranth-red\",\"500\"]},\"600\":{\"key\":\"{color.amaranth-red.600}\",\"value\":\"#EA637F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EA637F\",\"key\":\"{color.amaranth-red.600}\"},\"name\":\"ColorAmaranthRed600\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"600\"},\"path\":[\"color\",\"amaranth-red\",\"600\"]},\"700\":{\"key\":\"{color.amaranth-red.700}\",\"value\":\"#E54366\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E54366\",\"key\":\"{color.amaranth-red.700}\"},\"name\":\"ColorAmaranthRed700\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"700\"},\"path\":[\"color\",\"amaranth-red\",\"700\"]},\"800\":{\"key\":\"{color.amaranth-red.800}\",\"value\":\"#E1244C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E1244C\",\"key\":\"{color.amaranth-red.800}\"},\"name\":\"ColorAmaranthRed800\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"800\"},\"path\":[\"color\",\"amaranth-red\",\"800\"]},\"900\":{\"key\":\"{color.amaranth-red.900}\",\"value\":\"#B4193A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#B4193A\",\"key\":\"{color.amaranth-red.900}\"},\"name\":\"ColorAmaranthRed900\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"900\"},\"path\":[\"color\",\"amaranth-red\",\"900\"]},\"1000\":{\"key\":\"{color.amaranth-red.1000}\",\"value\":\"#83122A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#83122A\",\"key\":\"{color.amaranth-red.1000}\"},\"name\":\"ColorAmaranthRed1000\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"1000\"},\"path\":[\"color\",\"amaranth-red\",\"1000\"]},\"1100\":{\"key\":\"{color.amaranth-red.1100}\",\"value\":\"#6A0F22\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6A0F22\",\"key\":\"{color.amaranth-red.1100}\"},\"name\":\"ColorAmaranthRed1100\",\"attributes\":{\"category\":\"color\",\"type\":\"amaranth-red\",\"item\":\"1100\"},\"path\":[\"color\",\"amaranth-red\",\"1100\"]}},\"royal-orange\":{\"100\":{\"key\":\"{color.royal-orange.100}\",\"value\":\"#FFF4EB\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFF4EB\",\"key\":\"{color.royal-orange.100}\"},\"name\":\"ColorRoyalOrange100\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"100\"},\"path\":[\"color\",\"royal-orange\",\"100\"]},\"200\":{\"key\":\"{color.royal-orange.200}\",\"value\":\"#FFEBDC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFEBDC\",\"key\":\"{color.royal-orange.200}\"},\"name\":\"ColorRoyalOrange200\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"200\"},\"path\":[\"color\",\"royal-orange\",\"200\"]},\"300\":{\"key\":\"{color.royal-orange.300}\",\"value\":\"#FFD9BD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFD9BD\",\"key\":\"{color.royal-orange.300}\"},\"name\":\"ColorRoyalOrange300\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"300\"},\"path\":[\"color\",\"royal-orange\",\"300\"]},\"400\":{\"key\":\"{color.royal-orange.400}\",\"value\":\"#FFC89F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFC89F\",\"key\":\"{color.royal-orange.400}\"},\"name\":\"ColorRoyalOrange400\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"400\"},\"path\":[\"color\",\"royal-orange\",\"400\"]},\"500\":{\"key\":\"{color.royal-orange.500}\",\"value\":\"#FFA562\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FFA562\",\"key\":\"{color.royal-orange.500}\"},\"name\":\"ColorRoyalOrange500\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"500\"},\"path\":[\"color\",\"royal-orange\",\"500\"]},\"600\":{\"key\":\"{color.royal-orange.600}\",\"value\":\"#FF9343\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FF9343\",\"key\":\"{color.royal-orange.600}\"},\"name\":\"ColorRoyalOrange600\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"600\"},\"path\":[\"color\",\"royal-orange\",\"600\"]},\"700\":{\"key\":\"{color.royal-orange.700}\",\"value\":\"#FF8225\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#FF8225\",\"key\":\"{color.royal-orange.700}\"},\"name\":\"ColorRoyalOrange700\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"700\"},\"path\":[\"color\",\"royal-orange\",\"700\"]},\"800\":{\"key\":\"{color.royal-orange.800}\",\"value\":\"#F56800\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F56800\",\"key\":\"{color.royal-orange.800}\"},\"name\":\"ColorRoyalOrange800\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"800\"},\"path\":[\"color\",\"royal-orange\",\"800\"]},\"900\":{\"key\":\"{color.royal-orange.900}\",\"value\":\"#C25200\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C25200\",\"key\":\"{color.royal-orange.900}\"},\"name\":\"ColorRoyalOrange900\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"900\"},\"path\":[\"color\",\"royal-orange\",\"900\"]},\"1000\":{\"key\":\"{color.royal-orange.1000}\",\"value\":\"#8F3D00\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8F3D00\",\"key\":\"{color.royal-orange.1000}\"},\"name\":\"ColorRoyalOrange1000\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"1000\"},\"path\":[\"color\",\"royal-orange\",\"1000\"]},\"1100\":{\"key\":\"{color.royal-orange.1100}\",\"value\":\"#763200\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#763200\",\"key\":\"{color.royal-orange.1100}\"},\"name\":\"ColorRoyalOrange1100\",\"attributes\":{\"category\":\"color\",\"type\":\"royal-orange\",\"item\":\"1100\"},\"path\":[\"color\",\"royal-orange\",\"1100\"]}},\"espelkamp-green\":{\"100\":{\"key\":\"{color.espelkamp-green.100}\",\"value\":\"#DCFFF4\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#DCFFF4\",\"key\":\"{color.espelkamp-green.100}\"},\"name\":\"ColorEspelkampGreen100\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"100\"},\"path\":[\"color\",\"espelkamp-green\",\"100\"]},\"200\":{\"key\":\"{color.espelkamp-green.200}\",\"value\":\"#C0FFEB\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C0FFEB\",\"key\":\"{color.espelkamp-green.200}\"},\"name\":\"ColorEspelkampGreen200\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"200\"},\"path\":[\"color\",\"espelkamp-green\",\"200\"]},\"300\":{\"key\":\"{color.espelkamp-green.300}\",\"value\":\"#87FFDA\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#87FFDA\",\"key\":\"{color.espelkamp-green.300}\"},\"name\":\"ColorEspelkampGreen300\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"300\"},\"path\":[\"color\",\"espelkamp-green\",\"300\"]},\"400\":{\"key\":\"{color.espelkamp-green.400}\",\"value\":\"#4FFFC9\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#4FFFC9\",\"key\":\"{color.espelkamp-green.400}\"},\"name\":\"ColorEspelkampGreen400\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"400\"},\"path\":[\"color\",\"espelkamp-green\",\"400\"]},\"500\":{\"key\":\"{color.espelkamp-green.500}\",\"value\":\"#17FFB8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#17FFB8\",\"key\":\"{color.espelkamp-green.500}\"},\"name\":\"ColorEspelkampGreen500\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"500\"},\"path\":[\"color\",\"espelkamp-green\",\"500\"]},\"600\":{\"key\":\"{color.espelkamp-green.600}\",\"value\":\"#00DE9A\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00DE9A\",\"key\":\"{color.espelkamp-green.600}\"},\"name\":\"ColorEspelkampGreen600\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"600\"},\"path\":[\"color\",\"espelkamp-green\",\"600\"]},\"700\":{\"key\":\"{color.espelkamp-green.700}\",\"value\":\"#00A673\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00A673\",\"key\":\"{color.espelkamp-green.700}\"},\"name\":\"ColorEspelkampGreen700\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"700\"},\"path\":[\"color\",\"espelkamp-green\",\"700\"]},\"800\":{\"key\":\"{color.espelkamp-green.800}\",\"value\":\"#00825B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00825B\",\"key\":\"{color.espelkamp-green.800}\"},\"name\":\"ColorEspelkampGreen800\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"800\"},\"path\":[\"color\",\"espelkamp-green\",\"800\"]},\"900\":{\"key\":\"{color.espelkamp-green.900}\",\"value\":\"#005F42\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005F42\",\"key\":\"{color.espelkamp-green.900}\"},\"name\":\"ColorEspelkampGreen900\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"900\"},\"path\":[\"color\",\"espelkamp-green\",\"900\"]},\"1000\":{\"key\":\"{color.espelkamp-green.1000}\",\"value\":\"#003B29\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#003B29\",\"key\":\"{color.espelkamp-green.1000}\"},\"name\":\"ColorEspelkampGreen1000\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"1000\"},\"path\":[\"color\",\"espelkamp-green\",\"1000\"]},\"1100\":{\"key\":\"{color.espelkamp-green.1100}\",\"value\":\"#00291C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00291C\",\"key\":\"{color.espelkamp-green.1100}\"},\"name\":\"ColorEspelkampGreen1100\",\"attributes\":{\"category\":\"color\",\"type\":\"espelkamp-green\",\"item\":\"1100\"},\"path\":[\"color\",\"espelkamp-green\",\"1100\"]}},\"soft-contrast-violet\":{\"100\":{\"key\":\"{color.soft-contrast-violet.100}\",\"value\":\"#F4F3FE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#F4F3FE\",\"key\":\"{color.soft-contrast-violet.100}\"},\"name\":\"ColorSoftContrastViolet100\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"100\"},\"path\":[\"color\",\"soft-contrast-violet\",\"100\"]},\"200\":{\"key\":\"{color.soft-contrast-violet.200}\",\"value\":\"#EAE7FD\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#EAE7FD\",\"key\":\"{color.soft-contrast-violet.200}\"},\"name\":\"ColorSoftContrastViolet200\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"200\"},\"path\":[\"color\",\"soft-contrast-violet\",\"200\"]},\"300\":{\"key\":\"{color.soft-contrast-violet.300}\",\"value\":\"#D6D0FA\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#D6D0FA\",\"key\":\"{color.soft-contrast-violet.300}\"},\"name\":\"ColorSoftContrastViolet300\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"300\"},\"path\":[\"color\",\"soft-contrast-violet\",\"300\"]},\"400\":{\"key\":\"{color.soft-contrast-violet.400}\",\"value\":\"#C2B9F8\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C2B9F8\",\"key\":\"{color.soft-contrast-violet.400}\"},\"name\":\"ColorSoftContrastViolet400\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"400\"},\"path\":[\"color\",\"soft-contrast-violet\",\"400\"]},\"500\":{\"key\":\"{color.soft-contrast-violet.500}\",\"value\":\"#AEA2F5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#AEA2F5\",\"key\":\"{color.soft-contrast-violet.500}\"},\"name\":\"ColorSoftContrastViolet500\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"500\"},\"path\":[\"color\",\"soft-contrast-violet\",\"500\"]},\"600\":{\"key\":\"{color.soft-contrast-violet.600}\",\"value\":\"#998BF3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#998BF3\",\"key\":\"{color.soft-contrast-violet.600}\"},\"name\":\"ColorSoftContrastViolet600\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"600\"},\"path\":[\"color\",\"soft-contrast-violet\",\"600\"]},\"700\":{\"key\":\"{color.soft-contrast-violet.700}\",\"value\":\"#8574F0\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8574F0\",\"key\":\"{color.soft-contrast-violet.700}\"},\"name\":\"ColorSoftContrastViolet700\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"700\"},\"path\":[\"color\",\"soft-contrast-violet\",\"700\"]},\"800\":{\"key\":\"{color.soft-contrast-violet.800}\",\"value\":\"#715DEE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#715DEE\",\"key\":\"{color.soft-contrast-violet.800}\"},\"name\":\"ColorSoftContrastViolet800\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"800\"},\"path\":[\"color\",\"soft-contrast-violet\",\"800\"]},\"900\":{\"key\":\"{color.soft-contrast-violet.900}\",\"value\":\"#5d4abf\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5d4abf\",\"key\":\"{color.soft-contrast-violet.900}\"},\"name\":\"ColorSoftContrastViolet900\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"900\"},\"path\":[\"color\",\"soft-contrast-violet\",\"900\"]},\"1000\":{\"key\":\"{color.soft-contrast-violet.1000}\",\"value\":\"#483b9f\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#483b9f\",\"key\":\"{color.soft-contrast-violet.1000}\"},\"name\":\"ColorSoftContrastViolet1000\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"1000\"},\"path\":[\"color\",\"soft-contrast-violet\",\"1000\"]},\"1100\":{\"key\":\"{color.soft-contrast-violet.1100}\",\"value\":\"#302a6f\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#302a6f\",\"key\":\"{color.soft-contrast-violet.1100}\"},\"name\":\"ColorSoftContrastViolet1100\",\"attributes\":{\"category\":\"color\",\"type\":\"soft-contrast-violet\",\"item\":\"1100\"},\"path\":[\"color\",\"soft-contrast-violet\",\"1100\"]}},\"mittwald-navy\":{\"100\":{\"key\":\"{color.mittwald-navy.100}\",\"value\":\"#E4E7F6\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#E4E7F6\",\"key\":\"{color.mittwald-navy.100}\"},\"name\":\"ColorMittwaldNavy100\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"100\"},\"path\":[\"color\",\"mittwald-navy\",\"100\"]},\"200\":{\"key\":\"{color.mittwald-navy.200}\",\"value\":\"#C8CFEE\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C8CFEE\",\"key\":\"{color.mittwald-navy.200}\"},\"name\":\"ColorMittwaldNavy200\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"200\"},\"path\":[\"color\",\"mittwald-navy\",\"200\"]},\"300\":{\"key\":\"{color.mittwald-navy.300}\",\"value\":\"#A5B0E2\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#A5B0E2\",\"key\":\"{color.mittwald-navy.300}\"},\"name\":\"ColorMittwaldNavy300\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"300\"},\"path\":[\"color\",\"mittwald-navy\",\"300\"]},\"400\":{\"key\":\"{color.mittwald-navy.400}\",\"value\":\"#8291D7\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8291D7\",\"key\":\"{color.mittwald-navy.400}\"},\"name\":\"ColorMittwaldNavy400\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"400\"},\"path\":[\"color\",\"mittwald-navy\",\"400\"]},\"500\":{\"key\":\"{color.mittwald-navy.500}\",\"value\":\"#5F73CC\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5F73CC\",\"key\":\"{color.mittwald-navy.500}\"},\"name\":\"ColorMittwaldNavy500\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"500\"},\"path\":[\"color\",\"mittwald-navy\",\"500\"]},\"600\":{\"key\":\"{color.mittwald-navy.600}\",\"value\":\"#3D55C1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#3D55C1\",\"key\":\"{color.mittwald-navy.600}\"},\"name\":\"ColorMittwaldNavy600\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"600\"},\"path\":[\"color\",\"mittwald-navy\",\"600\"]},\"700\":{\"key\":\"{color.mittwald-navy.700}\",\"value\":\"#32459E\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#32459E\",\"key\":\"{color.mittwald-navy.700}\"},\"name\":\"ColorMittwaldNavy700\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"700\"},\"path\":[\"color\",\"mittwald-navy\",\"700\"]},\"800\":{\"key\":\"{color.mittwald-navy.800}\",\"value\":\"#27367B\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#27367B\",\"key\":\"{color.mittwald-navy.800}\"},\"name\":\"ColorMittwaldNavy800\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"800\"},\"path\":[\"color\",\"mittwald-navy\",\"800\"]},\"900\":{\"key\":\"{color.mittwald-navy.900}\",\"value\":\"#1D285C\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#1D285C\",\"key\":\"{color.mittwald-navy.900}\"},\"name\":\"ColorMittwaldNavy900\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"900\"},\"path\":[\"color\",\"mittwald-navy\",\"900\"]},\"1000\":{\"key\":\"{color.mittwald-navy.1000}\",\"value\":\"#131B3D\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#131B3D\",\"key\":\"{color.mittwald-navy.1000}\"},\"name\":\"ColorMittwaldNavy1000\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"1000\"},\"path\":[\"color\",\"mittwald-navy\",\"1000\"]},\"1100\":{\"key\":\"{color.mittwald-navy.1100}\",\"value\":\"#0E142E\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0E142E\",\"key\":\"{color.mittwald-navy.1100}\"},\"name\":\"ColorMittwaldNavy1100\",\"attributes\":{\"category\":\"color\",\"type\":\"mittwald-navy\",\"item\":\"1100\"},\"path\":[\"color\",\"mittwald-navy\",\"1100\"]}},\"bright-lilac\":{\"100\":{\"key\":\"{color.bright-lilac.100}\",\"value\":\"#f9e9ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f9e9ff\",\"key\":\"{color.bright-lilac.100}\"},\"name\":\"ColorBrightLilac100\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"100\"},\"path\":[\"color\",\"bright-lilac\",\"100\"]},\"200\":{\"key\":\"{color.bright-lilac.200}\",\"value\":\"#f6dfff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f6dfff\",\"key\":\"{color.bright-lilac.200}\"},\"name\":\"ColorBrightLilac200\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"200\"},\"path\":[\"color\",\"bright-lilac\",\"200\"]},\"300\":{\"key\":\"{color.bright-lilac.300}\",\"value\":\"#f1caff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f1caff\",\"key\":\"{color.bright-lilac.300}\"},\"name\":\"ColorBrightLilac300\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"300\"},\"path\":[\"color\",\"bright-lilac\",\"300\"]},\"400\":{\"key\":\"{color.bright-lilac.400}\",\"value\":\"#ebb6ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ebb6ff\",\"key\":\"{color.bright-lilac.400}\"},\"name\":\"ColorBrightLilac400\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"400\"},\"path\":[\"color\",\"bright-lilac\",\"400\"]},\"500\":{\"key\":\"{color.bright-lilac.500}\",\"value\":\"#e6a1ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e6a1ff\",\"key\":\"{color.bright-lilac.500}\"},\"name\":\"ColorBrightLilac500\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"500\"},\"path\":[\"color\",\"bright-lilac\",\"500\"]},\"600\":{\"key\":\"{color.bright-lilac.600}\",\"value\":\"#e08dff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e08dff\",\"key\":\"{color.bright-lilac.600}\"},\"name\":\"ColorBrightLilac600\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"600\"},\"path\":[\"color\",\"bright-lilac\",\"600\"]},\"700\":{\"key\":\"{color.bright-lilac.700}\",\"value\":\"#ce4bff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ce4bff\",\"key\":\"{color.bright-lilac.700}\"},\"name\":\"ColorBrightLilac700\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"700\"},\"path\":[\"color\",\"bright-lilac\",\"700\"]},\"800\":{\"key\":\"{color.bright-lilac.800}\",\"value\":\"#bc08ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#bc08ff\",\"key\":\"{color.bright-lilac.800}\"},\"name\":\"ColorBrightLilac800\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"800\"},\"path\":[\"color\",\"bright-lilac\",\"800\"]},\"900\":{\"key\":\"{color.bright-lilac.900}\",\"value\":\"#9000c5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#9000c5\",\"key\":\"{color.bright-lilac.900}\"},\"name\":\"ColorBrightLilac900\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"900\"},\"path\":[\"color\",\"bright-lilac\",\"900\"]},\"1000\":{\"key\":\"{color.bright-lilac.1000}\",\"value\":\"#5f0083\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5f0083\",\"key\":\"{color.bright-lilac.1000}\"},\"name\":\"ColorBrightLilac1000\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"1000\"},\"path\":[\"color\",\"bright-lilac\",\"1000\"]},\"1100\":{\"key\":\"{color.bright-lilac.1100}\",\"value\":\"#470062\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#470062\",\"key\":\"{color.bright-lilac.1100}\"},\"name\":\"ColorBrightLilac1100\",\"attributes\":{\"category\":\"color\",\"type\":\"bright-lilac\",\"item\":\"1100\"},\"path\":[\"color\",\"bright-lilac\",\"1100\"]}},\"super-teal\":{\"100\":{\"key\":\"{color.super-teal.100}\",\"value\":\"#ebfdff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#ebfdff\",\"key\":\"{color.super-teal.100}\"},\"name\":\"ColorSuperTeal100\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"100\"},\"path\":[\"color\",\"super-teal\",\"100\"]},\"200\":{\"key\":\"{color.super-teal.200}\",\"value\":\"#cffaff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cffaff\",\"key\":\"{color.super-teal.200}\"},\"name\":\"ColorSuperTeal200\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"200\"},\"path\":[\"color\",\"super-teal\",\"200\"]},\"300\":{\"key\":\"{color.super-teal.300}\",\"value\":\"#96f3ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#96f3ff\",\"key\":\"{color.super-teal.300}\"},\"name\":\"ColorSuperTeal300\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"300\"},\"path\":[\"color\",\"super-teal\",\"300\"]},\"400\":{\"key\":\"{color.super-teal.400}\",\"value\":\"#5eedff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#5eedff\",\"key\":\"{color.super-teal.400}\"},\"name\":\"ColorSuperTeal400\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"400\"},\"path\":[\"color\",\"super-teal\",\"400\"]},\"500\":{\"key\":\"{color.super-teal.500}\",\"value\":\"#26e7ff\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#26e7ff\",\"key\":\"{color.super-teal.500}\"},\"name\":\"ColorSuperTeal500\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"500\"},\"path\":[\"color\",\"super-teal\",\"500\"]},\"600\":{\"key\":\"{color.super-teal.600}\",\"value\":\"#00d3ed\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00d3ed\",\"key\":\"{color.super-teal.600}\"},\"name\":\"ColorSuperTeal600\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"600\"},\"path\":[\"color\",\"super-teal\",\"600\"]},\"700\":{\"key\":\"{color.super-teal.700}\",\"value\":\"#00a1b5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00a1b5\",\"key\":\"{color.super-teal.700}\"},\"name\":\"ColorSuperTeal700\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"700\"},\"path\":[\"color\",\"super-teal\",\"700\"]},\"800\":{\"key\":\"{color.super-teal.800}\",\"value\":\"#008696\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#008696\",\"key\":\"{color.super-teal.800}\"},\"name\":\"ColorSuperTeal800\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"800\"},\"path\":[\"color\",\"super-teal\",\"800\"]},\"900\":{\"key\":\"{color.super-teal.900}\",\"value\":\"#006b78\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#006b78\",\"key\":\"{color.super-teal.900}\"},\"name\":\"ColorSuperTeal900\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"900\"},\"path\":[\"color\",\"super-teal\",\"900\"]},\"1000\":{\"key\":\"{color.super-teal.1000}\",\"value\":\"#004f59\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#004f59\",\"key\":\"{color.super-teal.1000}\"},\"name\":\"ColorSuperTeal1000\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"1000\"},\"path\":[\"color\",\"super-teal\",\"1000\"]},\"1100\":{\"key\":\"{color.super-teal.1100}\",\"value\":\"#00424a\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#00424a\",\"key\":\"{color.super-teal.1100}\"},\"name\":\"ColorSuperTeal1100\",\"attributes\":{\"category\":\"color\",\"type\":\"super-teal\",\"item\":\"1100\"},\"path\":[\"color\",\"super-teal\",\"1100\"]}},\"categorical\":{\"sea-green\":{\"key\":\"{color.categorical.sea-green}\",\"value\":\"#0fb5ae\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#0fb5ae\",\"key\":\"{color.categorical.sea-green}\"},\"name\":\"ColorCategoricalSeaGreen\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"sea-green\"},\"path\":[\"color\",\"categorical\",\"sea-green\"]},\"palatinate-blue\":{\"key\":\"{color.categorical.palatinate-blue}\",\"value\":\"#4046ca\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#4046ca\",\"key\":\"{color.categorical.palatinate-blue}\"},\"name\":\"ColorCategoricalPalatinateBlue\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"palatinate-blue\"},\"path\":[\"color\",\"categorical\",\"palatinate-blue\"]},\"tangerine\":{\"key\":\"{color.categorical.tangerine}\",\"value\":\"#f68511\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#f68511\",\"key\":\"{color.categorical.tangerine}\"},\"name\":\"ColorCategoricalTangerine\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"tangerine\"},\"path\":[\"color\",\"categorical\",\"tangerine\"]},\"magenta\":{\"key\":\"{color.categorical.magenta}\",\"value\":\"#de3d82\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#de3d82\",\"key\":\"{color.categorical.magenta}\"},\"name\":\"ColorCategoricalMagenta\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"magenta\"},\"path\":[\"color\",\"categorical\",\"magenta\"]},\"tropical-indigo\":{\"key\":\"{color.categorical.tropical-indigo}\",\"value\":\"#7e84fa\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#7e84fa\",\"key\":\"{color.categorical.tropical-indigo}\"},\"name\":\"ColorCategoricalTropicalIndigo\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"tropical-indigo\"},\"path\":[\"color\",\"categorical\",\"tropical-indigo\"]},\"malachite\":{\"key\":\"{color.categorical.malachite}\",\"value\":\"#72e06a\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#72e06a\",\"key\":\"{color.categorical.malachite}\"},\"name\":\"ColorCategoricalMalachite\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"malachite\"},\"path\":[\"color\",\"categorical\",\"malachite\"]},\"azure\":{\"key\":\"{color.categorical.azure}\",\"value\":\"#147af3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#147af3\",\"key\":\"{color.categorical.azure}\"},\"name\":\"ColorCategoricalAzure\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"azure\"},\"path\":[\"color\",\"categorical\",\"azure\"]},\"violet\":{\"key\":\"{color.categorical.violet}\",\"value\":\"#7326d3\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#7326d3\",\"key\":\"{color.categorical.violet}\"},\"name\":\"ColorCategoricalViolet\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"violet\"},\"path\":[\"color\",\"categorical\",\"violet\"]},\"yellow\":{\"key\":\"{color.categorical.yellow}\",\"value\":\"#e8c600\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#e8c600\",\"key\":\"{color.categorical.yellow}\"},\"name\":\"ColorCategoricalYellow\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"yellow\"},\"path\":[\"color\",\"categorical\",\"yellow\"]},\"alloy-orange\":{\"key\":\"{color.categorical.alloy-orange}\",\"value\":\"#cb5d00\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cb5d00\",\"key\":\"{color.categorical.alloy-orange}\"},\"name\":\"ColorCategoricalAlloyOrange\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"alloy-orange\"},\"path\":[\"color\",\"categorical\",\"alloy-orange\"]},\"green\":{\"key\":\"{color.categorical.green}\",\"value\":\"#008f5d\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#008f5d\",\"key\":\"{color.categorical.green}\"},\"name\":\"ColorCategoricalGreen\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"green\"},\"path\":[\"color\",\"categorical\",\"green\"]},\"lime\":{\"key\":\"{color.categorical.lime}\",\"value\":\"#bce931\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#bce931\",\"key\":\"{color.categorical.lime}\"},\"name\":\"ColorCategoricalLime\",\"attributes\":{\"category\":\"color\",\"type\":\"categorical\",\"item\":\"lime\"},\"path\":[\"color\",\"categorical\",\"lime\"]}},\"transparent\":{\"key\":\"{color.transparent}\",\"value\":\"transparent\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"transparent\",\"key\":\"{color.transparent}\"},\"name\":\"ColorTransparent\",\"attributes\":{\"category\":\"color\",\"type\":\"transparent\"},\"path\":[\"color\",\"transparent\"]},\"gradient\":{\"key\":\"{color.gradient}\",\"value\":\"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)\",\"key\":\"{color.gradient}\"},\"name\":\"ColorGradient\",\"attributes\":{\"category\":\"color\",\"type\":\"gradient\"},\"path\":[\"color\",\"gradient\"]},\"code-syntax\":{\"keyword\":{\"key\":\"{color.code-syntax.keyword}\",\"value\":\"#cf222e\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cf222e\",\"key\":\"{color.code-syntax.keyword}\"},\"name\":\"ColorCodeSyntaxKeyword\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"keyword\"},\"path\":[\"color\",\"code-syntax\",\"keyword\"]},\"type\":{\"key\":\"{color.code-syntax.type}\",\"value\":\"#6f42c1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6f42c1\",\"key\":\"{color.code-syntax.type}\"},\"name\":\"ColorCodeSyntaxType\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"type\"},\"path\":[\"color\",\"code-syntax\",\"type\"]},\"variable\":{\"key\":\"{color.code-syntax.variable}\",\"value\":\"#005cc5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005cc5\",\"key\":\"{color.code-syntax.variable}\"},\"name\":\"ColorCodeSyntaxVariable\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"variable\"},\"path\":[\"color\",\"code-syntax\",\"variable\"]},\"property\":{\"key\":\"{color.code-syntax.property}\",\"value\":\"#6f42c1\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6f42c1\",\"key\":\"{color.code-syntax.property}\"},\"name\":\"ColorCodeSyntaxProperty\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"property\"},\"path\":[\"color\",\"code-syntax\",\"property\"]},\"string\":{\"key\":\"{color.code-syntax.string}\",\"value\":\"#032f62\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#032f62\",\"key\":\"{color.code-syntax.string}\"},\"name\":\"ColorCodeSyntaxString\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"string\"},\"path\":[\"color\",\"code-syntax\",\"string\"]},\"number\":{\"key\":\"{color.code-syntax.number}\",\"value\":\"#005cc5\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#005cc5\",\"key\":\"{color.code-syntax.number}\"},\"name\":\"ColorCodeSyntaxNumber\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"number\"},\"path\":[\"color\",\"code-syntax\",\"number\"]},\"comment\":{\"key\":\"{color.code-syntax.comment}\",\"value\":\"#6a737d\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#6a737d\",\"key\":\"{color.code-syntax.comment}\"},\"name\":\"ColorCodeSyntaxComment\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"comment\"},\"path\":[\"color\",\"code-syntax\",\"comment\"]},\"function\":{\"key\":\"{color.code-syntax.function}\",\"value\":\"#8250df\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#8250df\",\"key\":\"{color.code-syntax.function}\"},\"name\":\"ColorCodeSyntaxFunction\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"function\"},\"path\":[\"color\",\"code-syntax\",\"function\"]},\"operator\":{\"key\":\"{color.code-syntax.operator}\",\"value\":\"#C12F3F\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#C12F3F\",\"key\":\"{color.code-syntax.operator}\"},\"name\":\"ColorCodeSyntaxOperator\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"operator\"},\"path\":[\"color\",\"code-syntax\",\"operator\"]},\"invalid\":{\"key\":\"{color.code-syntax.invalid}\",\"value\":\"#cb2431\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"#cb2431\",\"key\":\"{color.code-syntax.invalid}\"},\"name\":\"ColorCodeSyntaxInvalid\",\"attributes\":{\"category\":\"color\",\"type\":\"code-syntax\",\"item\":\"invalid\"},\"path\":[\"color\",\"code-syntax\",\"invalid\"]}},\"black-alpha\":{\"100\":{\"key\":\"{color.black-alpha.100}\",\"value\":\"rgb(0 0 0 / 12.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 12.5%)\",\"key\":\"{color.black-alpha.100}\"},\"name\":\"ColorBlackAlpha100\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"100\"},\"path\":[\"color\",\"black-alpha\",\"100\"]},\"200\":{\"key\":\"{color.black-alpha.200}\",\"value\":\"rgb(0 0 0 / 25%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 25%)\",\"key\":\"{color.black-alpha.200}\"},\"name\":\"ColorBlackAlpha200\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"200\"},\"path\":[\"color\",\"black-alpha\",\"200\"]},\"300\":{\"key\":\"{color.black-alpha.300}\",\"value\":\"rgb(0 0 0 / 37.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 37.5%)\",\"key\":\"{color.black-alpha.300}\"},\"name\":\"ColorBlackAlpha300\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"300\"},\"path\":[\"color\",\"black-alpha\",\"300\"]},\"400\":{\"key\":\"{color.black-alpha.400}\",\"value\":\"rgb(0 0 0 / 50%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 50%)\",\"key\":\"{color.black-alpha.400}\"},\"name\":\"ColorBlackAlpha400\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"400\"},\"path\":[\"color\",\"black-alpha\",\"400\"]},\"500\":{\"key\":\"{color.black-alpha.500}\",\"value\":\"rgb(0 0 0 / 62.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 62.5%)\",\"key\":\"{color.black-alpha.500}\"},\"name\":\"ColorBlackAlpha500\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"500\"},\"path\":[\"color\",\"black-alpha\",\"500\"]},\"600\":{\"key\":\"{color.black-alpha.600}\",\"value\":\"rgb(0 0 0 / 75%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 75%)\",\"key\":\"{color.black-alpha.600}\"},\"name\":\"ColorBlackAlpha600\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"600\"},\"path\":[\"color\",\"black-alpha\",\"600\"]},\"700\":{\"key\":\"{color.black-alpha.700}\",\"value\":\"rgb(0 0 0 / 87.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 87.5%)\",\"key\":\"{color.black-alpha.700}\"},\"name\":\"ColorBlackAlpha700\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"700\"},\"path\":[\"color\",\"black-alpha\",\"700\"]},\"800\":{\"key\":\"{color.black-alpha.800}\",\"value\":\"rgb(0 0 0 / 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 100%)\",\"key\":\"{color.black-alpha.800}\"},\"name\":\"ColorBlackAlpha800\",\"attributes\":{\"category\":\"color\",\"type\":\"black-alpha\",\"item\":\"800\"},\"path\":[\"color\",\"black-alpha\",\"800\"]}},\"white-alpha\":{\"100\":{\"key\":\"{color.white-alpha.100}\",\"value\":\"rgb(255 255 255 / 12.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 12.5%)\",\"key\":\"{color.white-alpha.100}\"},\"name\":\"ColorWhiteAlpha100\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"100\"},\"path\":[\"color\",\"white-alpha\",\"100\"]},\"200\":{\"key\":\"{color.white-alpha.200}\",\"value\":\"rgb(255 255 255 / 25%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 25%)\",\"key\":\"{color.white-alpha.200}\"},\"name\":\"ColorWhiteAlpha200\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"200\"},\"path\":[\"color\",\"white-alpha\",\"200\"]},\"300\":{\"key\":\"{color.white-alpha.300}\",\"value\":\"rgb(255 255 255 / 37.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 37.5%)\",\"key\":\"{color.white-alpha.300}\"},\"name\":\"ColorWhiteAlpha300\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"300\"},\"path\":[\"color\",\"white-alpha\",\"300\"]},\"400\":{\"key\":\"{color.white-alpha.400}\",\"value\":\"rgb(255 255 255 / 50%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 50%)\",\"key\":\"{color.white-alpha.400}\"},\"name\":\"ColorWhiteAlpha400\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"400\"},\"path\":[\"color\",\"white-alpha\",\"400\"]},\"500\":{\"key\":\"{color.white-alpha.500}\",\"value\":\"rgb(255 255 255 / 62.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 62.5%)\",\"key\":\"{color.white-alpha.500}\"},\"name\":\"ColorWhiteAlpha500\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"500\"},\"path\":[\"color\",\"white-alpha\",\"500\"]},\"600\":{\"key\":\"{color.white-alpha.600}\",\"value\":\"rgb(255 255 255 / 75%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 75%)\",\"key\":\"{color.white-alpha.600}\"},\"name\":\"ColorWhiteAlpha600\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"600\"},\"path\":[\"color\",\"white-alpha\",\"600\"]},\"700\":{\"key\":\"{color.white-alpha.700}\",\"value\":\"rgb(255 255 255 / 87.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 87.5%)\",\"key\":\"{color.white-alpha.700}\"},\"name\":\"ColorWhiteAlpha700\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"700\"},\"path\":[\"color\",\"white-alpha\",\"700\"]},\"800\":{\"key\":\"{color.white-alpha.800}\",\"value\":\"rgb(255 255 255 / 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 100%)\",\"key\":\"{color.white-alpha.800}\"},\"name\":\"ColorWhiteAlpha800\",\"attributes\":{\"category\":\"color\",\"type\":\"white-alpha\",\"item\":\"800\"},\"path\":[\"color\",\"white-alpha\",\"800\"]}},\"static-black-alpha\":{\"100\":{\"key\":\"{color.static-black-alpha.100}\",\"value\":\"rgb(0 0 0 / 12.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 12.5%)\",\"key\":\"{color.static-black-alpha.100}\"},\"name\":\"ColorStaticBlackAlpha100\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"100\"},\"path\":[\"color\",\"static-black-alpha\",\"100\"]},\"200\":{\"key\":\"{color.static-black-alpha.200}\",\"value\":\"rgb(0 0 0 / 25%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 25%)\",\"key\":\"{color.static-black-alpha.200}\"},\"name\":\"ColorStaticBlackAlpha200\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"200\"},\"path\":[\"color\",\"static-black-alpha\",\"200\"]},\"300\":{\"key\":\"{color.static-black-alpha.300}\",\"value\":\"rgb(0 0 0 / 37.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 37.5%)\",\"key\":\"{color.static-black-alpha.300}\"},\"name\":\"ColorStaticBlackAlpha300\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"300\"},\"path\":[\"color\",\"static-black-alpha\",\"300\"]},\"400\":{\"key\":\"{color.static-black-alpha.400}\",\"value\":\"rgb(0 0 0 / 50%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 50%)\",\"key\":\"{color.static-black-alpha.400}\"},\"name\":\"ColorStaticBlackAlpha400\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"400\"},\"path\":[\"color\",\"static-black-alpha\",\"400\"]},\"500\":{\"key\":\"{color.static-black-alpha.500}\",\"value\":\"rgb(0 0 0 / 62.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 62.5%)\",\"key\":\"{color.static-black-alpha.500}\"},\"name\":\"ColorStaticBlackAlpha500\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"500\"},\"path\":[\"color\",\"static-black-alpha\",\"500\"]},\"600\":{\"key\":\"{color.static-black-alpha.600}\",\"value\":\"rgb(0 0 0 / 75%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 75%)\",\"key\":\"{color.static-black-alpha.600}\"},\"name\":\"ColorStaticBlackAlpha600\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"600\"},\"path\":[\"color\",\"static-black-alpha\",\"600\"]},\"700\":{\"key\":\"{color.static-black-alpha.700}\",\"value\":\"rgb(0 0 0 / 87.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 87.5%)\",\"key\":\"{color.static-black-alpha.700}\"},\"name\":\"ColorStaticBlackAlpha700\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"700\"},\"path\":[\"color\",\"static-black-alpha\",\"700\"]},\"800\":{\"key\":\"{color.static-black-alpha.800}\",\"value\":\"rgb(0 0 0 / 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(0 0 0 / 100%)\",\"key\":\"{color.static-black-alpha.800}\"},\"name\":\"ColorStaticBlackAlpha800\",\"attributes\":{\"category\":\"color\",\"type\":\"static-black-alpha\",\"item\":\"800\"},\"path\":[\"color\",\"static-black-alpha\",\"800\"]}},\"static-white-alpha\":{\"100\":{\"key\":\"{color.static-white-alpha.100}\",\"value\":\"rgb(255 255 255 / 12.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 12.5%)\",\"key\":\"{color.static-white-alpha.100}\"},\"name\":\"ColorStaticWhiteAlpha100\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"100\"},\"path\":[\"color\",\"static-white-alpha\",\"100\"]},\"200\":{\"key\":\"{color.static-white-alpha.200}\",\"value\":\"rgb(255 255 255 / 25%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 25%)\",\"key\":\"{color.static-white-alpha.200}\"},\"name\":\"ColorStaticWhiteAlpha200\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"200\"},\"path\":[\"color\",\"static-white-alpha\",\"200\"]},\"300\":{\"key\":\"{color.static-white-alpha.300}\",\"value\":\"rgb(255 255 255 / 37.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 37.5%)\",\"key\":\"{color.static-white-alpha.300}\"},\"name\":\"ColorStaticWhiteAlpha300\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"300\"},\"path\":[\"color\",\"static-white-alpha\",\"300\"]},\"400\":{\"key\":\"{color.static-white-alpha.400}\",\"value\":\"rgb(255 255 255 / 50%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 50%)\",\"key\":\"{color.static-white-alpha.400}\"},\"name\":\"ColorStaticWhiteAlpha400\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"400\"},\"path\":[\"color\",\"static-white-alpha\",\"400\"]},\"500\":{\"key\":\"{color.static-white-alpha.500}\",\"value\":\"rgb(255 255 255 / 62.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 62.5%)\",\"key\":\"{color.static-white-alpha.500}\"},\"name\":\"ColorStaticWhiteAlpha500\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"500\"},\"path\":[\"color\",\"static-white-alpha\",\"500\"]},\"600\":{\"key\":\"{color.static-white-alpha.600}\",\"value\":\"rgb(255 255 255 / 75%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 75%)\",\"key\":\"{color.static-white-alpha.600}\"},\"name\":\"ColorStaticWhiteAlpha600\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"600\"},\"path\":[\"color\",\"static-white-alpha\",\"600\"]},\"700\":{\"key\":\"{color.static-white-alpha.700}\",\"value\":\"rgb(255 255 255 / 87.5%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 87.5%)\",\"key\":\"{color.static-white-alpha.700}\"},\"name\":\"ColorStaticWhiteAlpha700\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"700\"},\"path\":[\"color\",\"static-white-alpha\",\"700\"]},\"800\":{\"key\":\"{color.static-white-alpha.800}\",\"value\":\"rgb(255 255 255 / 100%)\",\"filePath\":\"src/color-palette.yml\",\"isSource\":true,\"original\":{\"value\":\"rgb(255 255 255 / 100%)\",\"key\":\"{color.static-white-alpha.800}\"},\"name\":\"ColorStaticWhiteAlpha800\",\"attributes\":{\"category\":\"color\",\"type\":\"static-white-alpha\",\"item\":\"800\"},\"path\":[\"color\",\"static-white-alpha\",\"800\"]}},\"blue\":{\"key\":\"{color.blue}\",\"value\":\"#002A7B\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{primary.color.1000}\",\"key\":\"{color.blue}\"},\"name\":\"ColorBlue\",\"attributes\":{\"category\":\"color\",\"type\":\"blue\"},\"path\":[\"color\",\"blue\"]},\"violet\":{\"key\":\"{color.violet}\",\"value\":\"#715DEE\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.soft-contrast-violet.800}\",\"key\":\"{color.violet}\"},\"name\":\"ColorViolet\",\"attributes\":{\"category\":\"color\",\"type\":\"violet\"},\"path\":[\"color\",\"violet\"]},\"teal\":{\"key\":\"{color.teal}\",\"value\":\"#008696\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.super-teal.800}\",\"key\":\"{color.teal}\"},\"name\":\"ColorTeal\",\"attributes\":{\"category\":\"color\",\"type\":\"teal\"},\"path\":[\"color\",\"teal\"]},\"lilac\":{\"key\":\"{color.lilac}\",\"value\":\"#bc08ff\",\"filePath\":\"src/content/color.yml\",\"isSource\":true,\"original\":{\"value\":\"{color.bright-lilac.800}\",\"key\":\"{color.lilac}\"},\"name\":\"ColorLilac\",\"attributes\":{\"category\":\"color\",\"type\":\"lilac\"},\"path\":[\"color\",\"lilac\"]}}");
4
4
  const area = {"border-width":{"value":"2px"},"border-color":{"value":"#FFFFFF"}};
5
5
  const axis = {"spacing":{"value":"8px"},"font-size":{"value":"0.875rem"},"text-color":{"value":"#222222"},"tick-size":{"value":"8px"}};
6
6
  const line = {"border-width":{"value":"2px"}};
@@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react';
2
2
  import { PropsWithClassName } from '../../lib/types/props';
3
3
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
4
4
  import { PressEvent } from '@react-types/shared';
5
- export declare const badgeColors: readonly ["neutral", "blue", "navy", "violet", "teal", "lilac", "green", "orange", "red", "dark", "light"];
5
+ export declare const badgeColors: readonly ["neutral", "blue", "navy", "violet", "teal", "lilac", "green", "orange", "red", "dark", "light", "dark-static", "light-static"];
6
6
  export type BadgeColors = (typeof badgeColors)[number];
7
7
  export interface BadgeProps extends PropsWithChildren, FlowComponentProps, PropsWithClassName {
8
8
  /** Handler that is called when the badge is pressed. */
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAMtD,eAAO,MAAM,WAAW,4GAYd,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,MAAM,WAAW,UACf,SAAQ,iBAAiB,EAAE,kBAAkB,EAAE,kBAAkB;IACjE,wDAAwD;IACxD,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,oEAAoE;IACpE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,KAAK,+FA0EhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,EAGL,KAAK,kBAAkB,EACxB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAMtD,eAAO,MAAM,WAAW,2IAWd,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,MAAM,WAAW,UACf,SAAQ,iBAAiB,EAAE,kBAAkB,EAAE,kBAAkB;IACjE,wDAAwD;IACxD,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,oEAAoE;IACpE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,KAAK,+FA0EhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
@@ -5,11 +5,6 @@ export default meta;
5
5
  type Story = StoryObj<typeof Badge>;
6
6
  export declare const Default: Story;
7
7
  export declare const WithScope: Story;
8
- export declare const WithOnPress: Story;
9
- export declare const WithOnClose: Story;
10
- export declare const WithScopeAndOnClose: Story;
11
- export declare const WithOnPressAndOnClose: Story;
8
+ export declare const WithActions: Story;
12
9
  export declare const WithContextMenu: Story;
13
- export declare const Light: Story;
14
- export declare const Dark: Story;
15
10
  //# sourceMappingURL=Default.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Badge/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAsB,MAAM,UAAU,CAAC;AAQ9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAiB5B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAWzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAYjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAenC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAkB7B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAkBnB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAkBlB,CAAC"}
1
+ {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Badge/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAsB,MAAM,UAAU,CAAC;AAS9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAqB5B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,SAAS,EAAE,KASvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAiBzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAkB7B,CAAC"}
@@ -1,9 +1,10 @@
1
1
  import { FC, PropsWithChildren } from 'react';
2
2
  import { BreadcrumbItemProps } from './components/BreadcrumbItem';
3
+ import { AlphaColor } from '../../lib/types/props';
3
4
  import * as Aria from "react-aria-components";
4
5
  export interface BreadcrumbProps extends Omit<Aria.BreadcrumbsProps<BreadcrumbItemProps>, "children">, PropsWithChildren {
5
6
  /** The color of the breadcrumb. @default "primary" */
6
- color?: "primary" | "dark" | "light";
7
+ color?: "primary" | AlphaColor;
7
8
  /** The size of the element. @default "m" */
8
9
  size?: "s" | "m";
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAKvE,MAAM,WAAW,eACf,SACE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,EAAE,UAAU,CAAC,EAC5D,iBAAiB;IACnB,sDAAsD;IACtD,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,4CAA4C;IAC5C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAClB;AAED,wBAAwB;AACxB,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAyB1C,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,WAAW,eACf,SACE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,EAAE,UAAU,CAAC,EAC5D,iBAAiB;IACnB,sDAAsD;IACtD,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC/B,4CAA4C;IAC5C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAClB;AAED,wBAAwB;AACxB,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAyB1C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -4,6 +4,4 @@ declare const meta: Meta<typeof Breadcrumb>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Breadcrumb>;
6
6
  export declare const Default: Story;
7
- export declare const Dark: Story;
8
- export declare const Light: Story;
9
7
  //# sourceMappingURL=Default.stories.d.ts.map