@razorpay/blade 12.57.0 → 12.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js +1 -1
  2. package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js.map +1 -1
  3. package/build/lib/native/components/Charts/DonutChart/DonutChart.native.js +12 -0
  4. package/build/lib/native/components/Charts/DonutChart/DonutChart.native.js.map +1 -0
  5. package/build/lib/native/components/index.js +1 -0
  6. package/build/lib/native/components/index.js.map +1 -1
  7. package/build/lib/native/tokens/theme/bladeTheme.js +1 -1
  8. package/build/lib/native/tokens/theme/bladeTheme.js.map +1 -1
  9. package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js +1 -1
  10. package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
  11. package/build/lib/web/development/components/Charts/BarChart/BarChart.web.js +2 -2
  12. package/build/lib/web/development/components/Charts/BarChart/BarChart.web.js.map +1 -1
  13. package/build/lib/web/development/components/Charts/BarChart/BarChartContext.js +1 -1
  14. package/build/lib/web/development/components/Charts/BarChart/BarChartContext.js.map +1 -1
  15. package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js +21 -6
  16. package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
  17. package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js +4 -1
  18. package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js.map +1 -1
  19. package/build/lib/web/development/components/Charts/DonutChart/DonutChart.web.js +256 -0
  20. package/build/lib/web/development/components/Charts/DonutChart/DonutChart.web.js.map +1 -0
  21. package/build/lib/web/development/components/Charts/DonutChart/index.js +2 -0
  22. package/build/lib/web/development/components/Charts/DonutChart/index.js.map +1 -0
  23. package/build/lib/web/development/components/Charts/DonutChart/tokens.js +78 -0
  24. package/build/lib/web/development/components/Charts/DonutChart/tokens.js.map +1 -0
  25. package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js +1 -1
  26. package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js.map +1 -1
  27. package/build/lib/web/development/components/Charts/index.js +1 -0
  28. package/build/lib/web/development/components/Charts/index.js.map +1 -1
  29. package/build/lib/web/development/components/Charts/utils/useColorTheme.js +13 -5
  30. package/build/lib/web/development/components/Charts/utils/useColorTheme.js.map +1 -1
  31. package/build/lib/web/development/components/index.js +1 -0
  32. package/build/lib/web/development/components/index.js.map +1 -1
  33. package/build/lib/web/development/tokens/theme/bladeTheme.js +22 -22
  34. package/build/lib/web/development/tokens/theme/bladeTheme.js.map +1 -1
  35. package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js +1 -1
  36. package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
  37. package/build/lib/web/production/components/Charts/BarChart/BarChart.web.js +2 -2
  38. package/build/lib/web/production/components/Charts/BarChart/BarChart.web.js.map +1 -1
  39. package/build/lib/web/production/components/Charts/BarChart/BarChartContext.js +1 -1
  40. package/build/lib/web/production/components/Charts/BarChart/BarChartContext.js.map +1 -1
  41. package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js +21 -6
  42. package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
  43. package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js +4 -1
  44. package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js.map +1 -1
  45. package/build/lib/web/production/components/Charts/DonutChart/DonutChart.web.js +256 -0
  46. package/build/lib/web/production/components/Charts/DonutChart/DonutChart.web.js.map +1 -0
  47. package/build/lib/web/production/components/Charts/DonutChart/index.js +2 -0
  48. package/build/lib/web/production/components/Charts/DonutChart/index.js.map +1 -0
  49. package/build/lib/web/production/components/Charts/DonutChart/tokens.js +78 -0
  50. package/build/lib/web/production/components/Charts/DonutChart/tokens.js.map +1 -0
  51. package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js +1 -1
  52. package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js.map +1 -1
  53. package/build/lib/web/production/components/Charts/index.js +1 -0
  54. package/build/lib/web/production/components/Charts/index.js.map +1 -1
  55. package/build/lib/web/production/components/Charts/utils/useColorTheme.js +13 -5
  56. package/build/lib/web/production/components/Charts/utils/useColorTheme.js.map +1 -1
  57. package/build/lib/web/production/components/index.js +1 -0
  58. package/build/lib/web/production/components/index.js.map +1 -1
  59. package/build/lib/web/production/tokens/theme/bladeTheme.js +22 -22
  60. package/build/lib/web/production/tokens/theme/bladeTheme.js.map +1 -1
  61. package/build/types/components/index.d.ts +89 -16
  62. package/build/types/components/index.native.d.ts +89 -16
  63. package/package.json +67 -68
@@ -6,7 +6,7 @@ import '../../Typography/Code/Code.js';
6
6
  import '../../Typography/Display/Display.js';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
- var ChartXAxis=function ChartXAxis(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartYAxis=function ChartYAxis(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartCartesianGrid=function ChartCartesianGrid(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartTooltip=function ChartTooltip(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartLegend=function ChartLegend(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartReferenceLine=function ChartReferenceLine(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};
9
+ var ChartXAxis=function ChartXAxis(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartYAxis=function ChartYAxis(){throwBladeError({message:'ChartYAxis is not yet implemented for native',moduleName:'ChartYAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartCartesianGrid=function ChartCartesianGrid(){throwBladeError({message:'ChartCartesianGrid is not yet implemented for native',moduleName:'ChartCartesianGrid'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartTooltip=function ChartTooltip(){throwBladeError({message:'ChartTooltip is not yet implemented for native',moduleName:'ChartTooltip'});return jsx(Text,{children:"ChartTooltip is not available for Native mobile apps."});};var ChartLegend=function ChartLegend(){throwBladeError({message:'ChartLegend is not yet implemented for native',moduleName:'ChartLegend'});return jsx(Text,{children:"ChartLegend is not available for Native mobile apps."});};var ChartReferenceLine=function ChartReferenceLine(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"XAxis is not available for Native mobile apps."});};
10
10
 
11
11
  export { ChartCartesianGrid, ChartLegend, ChartReferenceLine, ChartTooltip, ChartXAxis, ChartYAxis };
12
12
  //# sourceMappingURL=CommonChartComponents.native.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommonChartComponents.native.js","sources":["../../../../../../src/components/Charts/CommonChartComponents/CommonChartComponents.native.tsx"],"sourcesContent":["import React from 'react';\nimport type {\n ChartReferenceLineProps,\n ChartXAxisProps,\n ChartYAxisProps,\n ChartTooltipProps,\n ChartLegendProps,\n ChartCartesianGridProps,\n} from './types';\nimport { throwBladeError } from '~utils/logger';\nimport { Text } from '~components/Typography';\n\nconst ChartXAxis: React.FC<ChartXAxisProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartYAxis: React.FC<ChartYAxisProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartCartesianGrid: React.FC<ChartCartesianGridProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartTooltip: React.FC<ChartTooltipProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartLegend: React.FC<ChartLegendProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartReferenceLine: React.FC<ChartReferenceLineProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nexport type {\n ChartReferenceLineProps,\n ChartXAxisProps,\n ChartYAxisProps,\n ChartTooltipProps,\n ChartLegendProps,\n ChartCartesianGridProps,\n};\nexport {\n ChartXAxis,\n ChartYAxis,\n ChartCartesianGrid,\n ChartLegend,\n ChartTooltip,\n ChartReferenceLine,\n};\n"],"names":["ChartXAxis","throwBladeError","message","moduleName","_jsx","Text","children","ChartYAxis","ChartCartesianGrid","ChartTooltip","ChartLegend","ChartReferenceLine"],"mappings":";;;;;;;;AAYM,IAAAA,UAAqC,CAAG,SAAxCA,UAAqCA,EAAS,CAClDC,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAC,UAAqC,CAAG,SAAxCA,UAAqCA,EAAS,CAClDN,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAE,kBAAqD,CAAG,SAAxDA,kBAAqDA,EAAS,CAClEP,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAG,YAAyC,CAAG,SAA5CA,YAAyCA,EAAS,CACtDR,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAI,WAAuC,CAAG,SAA1CA,WAAuCA,EAAS,CACpDT,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAK,kBAAqD,CAAG,SAAxDA,kBAAqDA,EAAS,CAClEV,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE;;;;"}
1
+ {"version":3,"file":"CommonChartComponents.native.js","sources":["../../../../../../src/components/Charts/CommonChartComponents/CommonChartComponents.native.tsx"],"sourcesContent":["import React from 'react';\nimport type {\n ChartReferenceLineProps,\n ChartXAxisProps,\n ChartYAxisProps,\n ChartTooltipProps,\n ChartLegendProps,\n ChartCartesianGridProps,\n} from './types';\nimport { throwBladeError } from '~utils/logger';\nimport { Text } from '~components/Typography';\n\nconst ChartXAxis: React.FC<ChartXAxisProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartYAxis: React.FC<ChartYAxisProps> = () => {\n throwBladeError({\n message: 'ChartYAxis is not yet implemented for native',\n moduleName: 'ChartYAxis',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartCartesianGrid: React.FC<ChartCartesianGridProps> = () => {\n throwBladeError({\n message: 'ChartCartesianGrid is not yet implemented for native',\n moduleName: 'ChartCartesianGrid',\n });\n\n return <Text>LineChart is not available for Native mobile apps.</Text>;\n};\n\nconst ChartTooltip: React.FC<ChartTooltipProps> = () => {\n throwBladeError({\n message: 'ChartTooltip is not yet implemented for native',\n moduleName: 'ChartTooltip',\n });\n\n return <Text>ChartTooltip is not available for Native mobile apps.</Text>;\n};\n\nconst ChartLegend: React.FC<ChartLegendProps> = () => {\n throwBladeError({\n message: 'ChartLegend is not yet implemented for native',\n moduleName: 'ChartLegend',\n });\n\n return <Text>ChartLegend is not available for Native mobile apps.</Text>;\n};\n\nconst ChartReferenceLine: React.FC<ChartReferenceLineProps> = () => {\n throwBladeError({\n message: 'XAxis is not yet implemented for native',\n moduleName: 'XAxis',\n });\n\n return <Text>XAxis is not available for Native mobile apps.</Text>;\n};\n\nexport type {\n ChartReferenceLineProps,\n ChartXAxisProps,\n ChartYAxisProps,\n ChartTooltipProps,\n ChartLegendProps,\n ChartCartesianGridProps,\n};\nexport {\n ChartXAxis,\n ChartYAxis,\n ChartCartesianGrid,\n ChartLegend,\n ChartTooltip,\n ChartReferenceLine,\n};\n"],"names":["ChartXAxis","throwBladeError","message","moduleName","_jsx","Text","children","ChartYAxis","ChartCartesianGrid","ChartTooltip","ChartLegend","ChartReferenceLine"],"mappings":";;;;;;;;AAYM,IAAAA,UAAqC,CAAG,SAAxCA,UAAqCA,EAAS,CAClDC,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAC,UAAqC,CAAG,SAAxCA,UAAqCA,EAAS,CAClDN,eAAe,CAAC,CACdC,OAAO,CAAE,8CAA8C,CACvDC,UAAU,CAAE,YACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAE,kBAAqD,CAAG,SAAxDA,kBAAqDA,EAAS,CAClEP,eAAe,CAAC,CACdC,OAAO,CAAE,sDAAsD,CAC/DC,UAAU,CAAE,oBACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,oDAAkD,CAAM,CAAC,CACxE,EAEM,IAAAG,YAAyC,CAAG,SAA5CA,YAAyCA,EAAS,CACtDR,eAAe,CAAC,CACdC,OAAO,CAAE,gDAAgD,CACzDC,UAAU,CAAE,cACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,uDAAqD,CAAM,CAAC,CAC3E,EAEM,IAAAI,WAAuC,CAAG,SAA1CA,WAAuCA,EAAS,CACpDT,eAAe,CAAC,CACdC,OAAO,CAAE,+CAA+C,CACxDC,UAAU,CAAE,aACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,sDAAoD,CAAM,CAAC,CAC1E,EAEM,IAAAK,kBAAqD,CAAG,SAAxDA,kBAAqDA,EAAS,CAClEV,eAAe,CAAC,CACdC,OAAO,CAAE,yCAAyC,CAClDC,UAAU,CAAE,OACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,gDAA8C,CAAM,CAAC,CACpE;;;;"}
@@ -0,0 +1,12 @@
1
+ import 'react';
2
+ import '../../Typography/Heading/Heading.js';
3
+ import { Text } from '../../Typography/Text/Text.js';
4
+ import '../../Typography/Code/Code.js';
5
+ import '../../Typography/Display/Display.js';
6
+ import { throwBladeError } from '../../../utils/logger/logger.js';
7
+ import { jsx } from 'react/jsx-runtime';
8
+
9
+ var ChartDonutWrapper=function ChartDonutWrapper(_prop){throwBladeError({message:'ChartDonutWrapper is not yet implemented for native',moduleName:'ChartDonutWrapper'});return jsx(Text,{children:"ChartDonutWrapper is not available for Native mobile apps."});};var ChartDonut=function ChartDonut(_prop){throwBladeError({message:'ChartDonut is not yet implemented for native',moduleName:'ChartDonut'});return jsx(Text,{children:"ChartDonut is not available for Native mobile apps."});};var ChartDonutCell=function ChartDonutCell(_prop){throwBladeError({message:'ChartDonutCell is not yet implemented for native',moduleName:'ChartDonutCell'});return jsx(Text,{children:"ChartDonut is not available for Native mobile apps."});};
10
+
11
+ export { ChartDonut, ChartDonutCell, ChartDonutWrapper };
12
+ //# sourceMappingURL=DonutChart.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DonutChart.native.js","sources":["../../../../../../src/components/Charts/DonutChart/DonutChart.native.tsx"],"sourcesContent":["import React from 'react';\nimport type { ChartDonutWrapperProps, ChartDonutProps, ChartDonutCellProps } from './types';\nimport { Text } from '~components/Typography';\nimport { throwBladeError } from '~utils/logger';\n\nconst ChartDonutWrapper = (_prop: ChartDonutWrapperProps): React.ReactElement => {\n throwBladeError({\n message: 'ChartDonutWrapper is not yet implemented for native',\n moduleName: 'ChartDonutWrapper',\n });\n\n return <Text>ChartDonutWrapper is not available for Native mobile apps.</Text>;\n};\n\nconst ChartDonut = (_prop: ChartDonutProps): React.ReactElement => {\n throwBladeError({\n message: 'ChartDonut is not yet implemented for native',\n moduleName: 'ChartDonut',\n });\n\n return <Text>ChartDonut is not available for Native mobile apps.</Text>;\n};\n\nconst ChartDonutCell = (_prop: ChartDonutCellProps): React.ReactElement => {\n throwBladeError({\n message: 'ChartDonutCell is not yet implemented for native',\n moduleName: 'ChartDonutCell',\n });\n\n return <Text>ChartDonut is not available for Native mobile apps.</Text>;\n};\n\nexport type { ChartDonutWrapperProps, ChartDonutProps, ChartDonutCellProps };\nexport { ChartDonutWrapper, ChartDonut, ChartDonutCell };\n"],"names":["ChartDonutWrapper","_prop","throwBladeError","message","moduleName","_jsx","Text","children","ChartDonut","ChartDonutCell"],"mappings":";;;;;;;;AAKM,IAAAA,iBAAiB,CAAG,SAApBA,iBAAiBA,CAAIC,KAA6B,CAAyB,CAC/EC,eAAe,CAAC,CACdC,OAAO,CAAE,qDAAqD,CAC9DC,UAAU,CAAE,mBACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,4DAA0D,CAAM,CAAC,CAChF,EAEM,IAAAC,UAAU,CAAG,SAAbA,UAAUA,CAAIP,KAAsB,CAAyB,CACjEC,eAAe,CAAC,CACdC,OAAO,CAAE,8CAA8C,CACvDC,UAAU,CAAE,YACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAA,CAAAC,QAAA,CAAC,qDAAmD,CAAM,CAAC,CACzE,EAEM,IAAAE,cAAc,CAAG,SAAjBA,cAAcA,CAAIR,KAA0B,CAAyB,CACzEC,eAAe,CAAC,CACdC,OAAO,CAAE,kDAAkD,CAC3DC,UAAU,CAAE,gBACd,CAAC,CAAC,CAEF,OAAOC,GAAA,CAACC,IAAI,CAAAC,CAAAA,QAAA,CAAC,qDAAmD,CAAM,CAAC,CACzE;;;;"}
@@ -32,6 +32,7 @@ export { CheckboxGroup } from './Checkbox/CheckboxGroup/CheckboxGroup.js';
32
32
  export { ChatMessage } from './ChatMessage/ChatMessage.native.js';
33
33
  export { ChartLine, ChartLineWrapper } from './Charts/LineChart/LineChart.native.js';
34
34
  export { ChartArea, ChartAreaWrapper } from './Charts/AreaChart/AreaChart.native.js';
35
+ export { ChartDonut, ChartDonutCell, ChartDonutWrapper } from './Charts/DonutChart/DonutChart.native.js';
35
36
  export { ChartBar, ChartBarWrapper } from './Charts/BarChart/BarChart.native.js';
36
37
  export { ChartCartesianGrid, ChartLegend, ChartReferenceLine, ChartTooltip, ChartXAxis, ChartYAxis } from './Charts/CommonChartComponents/CommonChartComponents.native.js';
37
38
  export { Chip } from './Chip/Chip.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,7 +7,7 @@ import { spacing } from '../global/spacing.js';
7
7
  import { motion } from '../global/motion.js';
8
8
  import { elevation } from '../global/elevation/elevation.native.js';
9
9
 
10
- var colors={onLight:{surface:{background:{gray:{subtle:colors$1.neutral.blueGrayLight[100],moderate:colors$1.neutral.blueGrayLight[50],intense:colors$1.neutral.blueGrayLight[0]},primary:{subtle:colors$1.chromatic.azure.a50,intense:colors$1.chromatic.azure[500]},sea:{subtle:colors$1.chromatic.sea[50],intense:colors$1.chromatic.sea[800]},cloud:{subtle:colors$1.chromatic.cloud[50],intense:colors$1.chromatic.cloud[800]}},border:{gray:{normal:colors$1.neutral.blueGrayLight[400],subtle:colors$1.neutral.blueGrayLight[300],muted:colors$1.neutral.blueGrayLight.a100},primary:{normal:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure.a100}},text:{gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[500]},onSea:{onSubtle:colors$1.chromatic.forest[800],onIntense:colors$1.chromatic.forest[200]},onCloud:{onSubtle:colors$1.chromatic.azure[600],onIntense:colors$1.chromatic.azure[200]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}},icon:{gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[500]},onSea:{onSubtle:colors$1.chromatic.forest[600],onIntense:colors$1.chromatic.forest[400]},onCloud:{onSubtle:colors$1.chromatic.azure[400],onIntense:colors$1.chromatic.azure[300]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}}},feedback:{background:{positive:{subtle:colors$1.chromatic.emerald.a50,intense:colors$1.chromatic.emerald[600]},negative:{subtle:colors$1.chromatic.crimson.a50,intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider.a50,intense:colors$1.chromatic.cider[600]},information:{subtle:colors$1.chromatic.sapphire.a50,intense:colors$1.chromatic.sapphire[600]},neutral:{subtle:colors$1.neutral.blueGrayLight.a50,intense:colors$1.neutral.blueGrayLight[1000]}},border:{positive:{subtle:colors$1.chromatic.emerald.a100,intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson.a100,intense:colors$1.chromatic.crimson[700]},notice:{subtle:colors$1.chromatic.cider.a100,intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire.a100,intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight.a100,intense:colors$1.neutral.blueGrayLight[1100]}},text:{positive:{subtle:colors$1.chromatic.emerald[100],intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson[100],intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider[100],intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire[100],intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight[500],intense:colors$1.neutral.blueGrayLight[1100]}},icon:{positive:{subtle:colors$1.chromatic.emerald[100],intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson[100],intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider[100],intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire[100],intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight[500],intense:colors$1.neutral.blueGrayLight[1100]}}},interactive:{background:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a50,faded:colors$1.chromatic.emerald.a50,fadedHighlighted:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a50,faded:colors$1.chromatic.crimson.a50,fadedHighlighted:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a50,faded:colors$1.chromatic.cider.a50,fadedHighlighted:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a50,faded:colors$1.chromatic.sapphire.a50,fadedHighlighted:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayLight[1000],highlighted:colors$1.neutral.blueGrayLight[1100],disabled:colors$1.neutral.blueGrayLight.a100,faded:colors$1.neutral.blueGrayLight.a100,fadedHighlighted:colors$1.neutral.blueGrayLight.a200},gray:{default:colors$1.neutral.blueGrayLight.a75,highlighted:colors$1.neutral.blueGrayLight.a100,disabled:colors$1.neutral.blueGrayLight.a100,faded:colors$1.neutral.blueGrayLight.a25,fadedHighlighted:colors$1.neutral.blueGrayLight.a75},primary:{default:colors$1.chromatic.azure[500],highlighted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a100,faded:colors$1.chromatic.azure.a50,fadedHighlighted:colors$1.chromatic.azure.a100},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[200],faded:colors$1.neutral.black[50],fadedHighlighted:colors$1.neutral.black[100]},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[50],faded:colors$1.neutral.white[50],fadedHighlighted:colors$1.neutral.white[100]}},border:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayLight[700],highlighted:colors$1.neutral.blueGrayLight[700],disabled:colors$1.neutral.blueGrayLight[300],faded:colors$1.neutral.blueGrayLight.a100},gray:{default:colors$1.neutral.blueGrayLight[300],highlighted:colors$1.neutral.blueGrayLight[300],disabled:colors$1.neutral.blueGrayLight[200],faded:colors$1.neutral.blueGrayLight.a100},primary:{default:colors$1.chromatic.azure[500],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a100,faded:colors$1.chromatic.azure.a100},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[100],faded:colors$1.neutral.white[50]},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[100],faded:colors$1.neutral.black[100]}},text:{positive:{normal:colors$1.chromatic.emerald[700],subtle:colors$1.chromatic.emerald[600],muted:colors$1.chromatic.emerald[400],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[600],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[400],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[700],subtle:colors$1.chromatic.cider[600],muted:colors$1.chromatic.cider[400],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[700],subtle:colors$1.chromatic.sapphire[600],muted:colors$1.chromatic.sapphire[400],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayLight[1100],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[600],subtle:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure[400],disabled:colors$1.chromatic.azure.a200},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}},icon:{positive:{normal:colors$1.chromatic.emerald[700],subtle:colors$1.chromatic.emerald[600],muted:colors$1.chromatic.emerald[400],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[600],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[400],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[700],subtle:colors$1.chromatic.cider[600],muted:colors$1.chromatic.cider[400],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[700],subtle:colors$1.chromatic.sapphire[600],muted:colors$1.chromatic.sapphire[400],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayLight[1100],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[600],subtle:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure[400],disabled:colors$1.chromatic.azure.a200},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}}},overlay:{background:{moderate:colors$1.neutral.blueGrayLight.a200,subtle:colors$1.neutral.black[200]}},popup:{background:{subtle:colors$1.neutral.blueGrayLight[0],intense:colors$1.neutral.blueGrayLight[1000]},border:{subtle:colors$1.neutral.blueGrayLight.a100,intense:colors$1.neutral.blueGrayLight[900]}},chart:{background:{categorical:{azure:{faint:colors$1.chromatic.azure[50],subtle:colors$1.chromatic.azure[200],moderate:colors$1.chromatic.azure[500],intense:colors$1.chromatic.azure[600],strong:colors$1.chromatic.azure[800]},emerald:{faint:colors$1.chromatic.emerald[50],subtle:colors$1.chromatic.emerald[200],moderate:colors$1.chromatic.emerald[500],intense:colors$1.chromatic.emerald[600],strong:colors$1.chromatic.emerald[800]},crimson:{faint:colors$1.chromatic.crimson[50],subtle:colors$1.chromatic.crimson[200],moderate:colors$1.chromatic.crimson[600],intense:colors$1.chromatic.crimson[600],strong:colors$1.chromatic.crimson[800]},cider:{subtle:colors$1.chromatic.cider[50],moderate:colors$1.chromatic.cider[200],intense:colors$1.chromatic.cider[600],faint:colors$1.chromatic.cider[600],strong:colors$1.chromatic.cider[800]},sapphire:{subtle:colors$1.chromatic.sapphire[50],moderate:colors$1.chromatic.sapphire[200],intense:colors$1.chromatic.sapphire[600],faint:colors$1.chromatic.sapphire[600],strong:colors$1.chromatic.sapphire[800]},orchid:{subtle:colors$1.chromatic.orchid[50],moderate:colors$1.chromatic.orchid[200],intense:colors$1.chromatic.orchid[500],faint:colors$1.chromatic.orchid[600],strong:colors$1.chromatic.orchid[800]},magenta:{subtle:colors$1.chromatic.magenta[50],moderate:colors$1.chromatic.magenta[200],intense:colors$1.chromatic.magenta[600],faint:colors$1.chromatic.magenta[600],strong:colors$1.chromatic.magenta[800]},topaz:{subtle:colors$1.chromatic.topaz[50],moderate:colors$1.chromatic.topaz[200],intense:colors$1.chromatic.topaz[500],faint:colors$1.chromatic.topaz[600],strong:colors$1.chromatic.topaz[800]},gray:{subtle:colors$1.neutral.blueGrayDark.a50,moderate:colors$1.neutral.blueGrayDark[100],intense:colors$1.neutral.blueGrayDark[300],faint:colors$1.neutral.blueGrayDark[500],strong:colors$1.neutral.blueGrayDark[700]}},sequential:{azure:{50:colors$1.chromatic.azure[50],100:colors$1.chromatic.azure[100],200:colors$1.chromatic.azure[200],300:colors$1.chromatic.azure[300],400:colors$1.chromatic.azure[400],500:colors$1.chromatic.azure[500],600:colors$1.chromatic.azure[600],700:colors$1.chromatic.azure[700],800:colors$1.chromatic.azure[800],900:colors$1.chromatic.azure[900],1000:colors$1.chromatic.azure[1000]},emerald:{50:colors$1.chromatic.emerald[50],100:colors$1.chromatic.emerald[100],200:colors$1.chromatic.emerald[200],300:colors$1.chromatic.emerald[300],400:colors$1.chromatic.emerald[400],500:colors$1.chromatic.emerald[500],600:colors$1.chromatic.emerald[600],700:colors$1.chromatic.emerald[700],800:colors$1.chromatic.emerald[800],900:colors$1.chromatic.emerald[900],1000:colors$1.chromatic.emerald[1000]},crimson:{50:colors$1.chromatic.crimson[50],100:colors$1.chromatic.crimson[100],200:colors$1.chromatic.crimson[200],300:colors$1.chromatic.crimson[300],400:colors$1.chromatic.crimson[400],500:colors$1.chromatic.crimson[500],600:colors$1.chromatic.crimson[600],700:colors$1.chromatic.crimson[700],800:colors$1.chromatic.crimson[800],900:colors$1.chromatic.crimson[900],1000:colors$1.chromatic.crimson[1000]},cider:{50:colors$1.chromatic.cider[50],100:colors$1.chromatic.cider[100],200:colors$1.chromatic.cider[200],300:colors$1.chromatic.cider[300],400:colors$1.chromatic.cider[400],500:colors$1.chromatic.cider[500],600:colors$1.chromatic.cider[600],700:colors$1.chromatic.cider[700],800:colors$1.chromatic.cider[800],900:colors$1.chromatic.cider[900],1000:colors$1.chromatic.cider[1000]},sapphire:{50:colors$1.chromatic.sapphire[50],100:colors$1.chromatic.sapphire[100],200:colors$1.chromatic.sapphire[200],300:colors$1.chromatic.sapphire[300],400:colors$1.chromatic.sapphire[400],500:colors$1.chromatic.sapphire[500],600:colors$1.chromatic.sapphire[600],700:colors$1.chromatic.sapphire[700],800:colors$1.chromatic.sapphire[800],900:colors$1.chromatic.sapphire[900],1000:colors$1.chromatic.sapphire[1000]},orchid:{50:colors$1.chromatic.orchid[50],100:colors$1.chromatic.orchid[100],200:colors$1.chromatic.orchid[200],300:colors$1.chromatic.orchid[300],400:colors$1.chromatic.orchid[400],500:colors$1.chromatic.orchid[500],600:colors$1.chromatic.orchid[600],700:colors$1.chromatic.orchid[700],800:colors$1.chromatic.orchid[800],900:colors$1.chromatic.orchid[900],1000:colors$1.chromatic.orchid[1000]},magenta:{50:colors$1.chromatic.magenta[50],100:colors$1.chromatic.magenta[100],200:colors$1.chromatic.magenta[200],300:colors$1.chromatic.magenta[300],400:colors$1.chromatic.magenta[400],500:colors$1.chromatic.magenta[500],600:colors$1.chromatic.magenta[600],700:colors$1.chromatic.magenta[700],800:colors$1.chromatic.magenta[800],900:colors$1.chromatic.magenta[900],1000:colors$1.chromatic.magenta[1000]},topaz:{50:colors$1.chromatic.topaz[50],100:colors$1.chromatic.topaz[100],200:colors$1.chromatic.topaz[200],300:colors$1.chromatic.topaz[300],400:colors$1.chromatic.topaz[400],500:colors$1.chromatic.topaz[500],600:colors$1.chromatic.topaz[600],700:colors$1.chromatic.topaz[700],800:colors$1.chromatic.topaz[800],900:colors$1.chromatic.topaz[900],1000:colors$1.chromatic.topaz[1000]}}}},transparent:`hsla(0, 0%, 100%, ${opacity[0]})`},onDark:{surface:{background:{gray:{subtle:colors$1.neutral.blueGrayDark[1300],moderate:colors$1.neutral.blueGrayDark[1100],intense:colors$1.neutral.blueGrayDark[1000]},primary:{subtle:colors$1.chromatic.azure.a200,intense:colors$1.chromatic.azure[500]},sea:{subtle:colors$1.chromatic.sea[900],intense:colors$1.chromatic.sea[100]},cloud:{subtle:colors$1.chromatic.cloud[900],intense:colors$1.chromatic.cloud[100]}},border:{gray:{normal:colors$1.neutral.blueGrayDark[600],subtle:colors$1.neutral.blueGrayDark[800],muted:colors$1.neutral.blueGrayDark.a100},primary:{normal:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure.a200}},text:{gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300]},onSea:{onSubtle:colors$1.chromatic.forest[200],onIntense:colors$1.chromatic.forest[800]},onCloud:{onSubtle:colors$1.chromatic.azure[200],onIntense:colors$1.chromatic.azure[600]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}},icon:{gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300]},onSea:{onSubtle:colors$1.chromatic.forest[400],onIntense:colors$1.chromatic.forest[600]},onCloud:{onSubtle:colors$1.chromatic.azure[300],onIntense:colors$1.chromatic.azure[400]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}}},feedback:{background:{positive:{subtle:colors$1.chromatic.emerald.a100,intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson.a100,intense:colors$1.chromatic.crimson[700]},notice:{subtle:colors$1.chromatic.cider.a100,intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire.a100,intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark[900]}},border:{positive:{subtle:colors$1.chromatic.emerald.a200,intense:colors$1.chromatic.emerald[800]},negative:{subtle:colors$1.chromatic.crimson.a200,intense:colors$1.chromatic.crimson[800]},notice:{subtle:colors$1.chromatic.cider.a200,intense:colors$1.chromatic.cider[800]},information:{subtle:colors$1.chromatic.sapphire.a200,intense:colors$1.chromatic.sapphire[800]},neutral:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark[900]}},text:{positive:{subtle:colors$1.chromatic.emerald[50],intense:colors$1.chromatic.emerald[400]},negative:{subtle:colors$1.chromatic.crimson[50],intense:colors$1.chromatic.crimson[400]},notice:{subtle:colors$1.chromatic.cider[50],intense:colors$1.chromatic.cider[400]},information:{subtle:colors$1.chromatic.sapphire[50],intense:colors$1.chromatic.sapphire[400]},neutral:{subtle:colors$1.neutral.blueGrayDark[400],intense:colors$1.neutral.blueGrayDark[50]}},icon:{positive:{subtle:colors$1.chromatic.emerald[50],intense:colors$1.chromatic.emerald[400]},negative:{subtle:colors$1.chromatic.crimson[50],intense:colors$1.chromatic.crimson[400]},notice:{subtle:colors$1.chromatic.cider[50],intense:colors$1.chromatic.cider[400]},information:{subtle:colors$1.chromatic.sapphire[50],intense:colors$1.chromatic.sapphire[400]},neutral:{subtle:colors$1.neutral.blueGrayDark[700],intense:colors$1.neutral.blueGrayDark[50]}}},interactive:{background:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a150,fadedHighlighted:colors$1.chromatic.emerald.a200},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a150,fadedHighlighted:colors$1.chromatic.crimson.a200},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a150,fadedHighlighted:colors$1.chromatic.cider.a200},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a150,fadedHighlighted:colors$1.chromatic.sapphire.a200},neutral:{default:colors$1.neutral.blueGrayDark[50],highlighted:colors$1.neutral.blueGrayDark[200],disabled:colors$1.neutral.blueGrayDark.a100,faded:colors$1.neutral.blueGrayDark.a75,fadedHighlighted:colors$1.neutral.blueGrayDark.a100},gray:{default:colors$1.neutral.blueGrayDark.a75,highlighted:colors$1.neutral.blueGrayDark.a100,disabled:colors$1.neutral.blueGrayDark.a100,faded:colors$1.neutral.blueGrayDark.a25,fadedHighlighted:colors$1.neutral.blueGrayDark.a75},primary:{default:colors$1.chromatic.azure[400],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a150,faded:colors$1.chromatic.azure.a150,fadedHighlighted:colors$1.chromatic.azure.a200},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[200],faded:colors$1.neutral.black[50],fadedHighlighted:colors$1.neutral.black[100]},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[50],faded:colors$1.neutral.white[50],fadedHighlighted:colors$1.neutral.white[100]}},border:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayDark[200],highlighted:colors$1.neutral.blueGrayDark[200],disabled:colors$1.neutral.blueGrayDark[800],faded:colors$1.neutral.blueGrayDark.a100},gray:{default:colors$1.neutral.blueGrayDark[600],highlighted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark[700],faded:colors$1.neutral.blueGrayDark.a100},primary:{default:colors$1.chromatic.azure[400],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a200,faded:colors$1.chromatic.azure.a150},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[100],faded:colors$1.neutral.white[50]},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[100],faded:colors$1.neutral.black[100]}},text:{positive:{normal:colors$1.chromatic.emerald[400],subtle:colors$1.chromatic.emerald[500],muted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[400],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[400],subtle:colors$1.chromatic.cider[500],muted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[400],subtle:colors$1.chromatic.sapphire[500],muted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayDark[50],subtle:colors$1.neutral.blueGrayDark[300],muted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark.a200},gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300],subtle:colors$1.chromatic.azure[400],muted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a400},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}},icon:{positive:{normal:colors$1.chromatic.emerald[400],subtle:colors$1.chromatic.emerald[500],muted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[400],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[400],subtle:colors$1.chromatic.cider[500],muted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[400],subtle:colors$1.chromatic.sapphire[500],muted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayDark[50],subtle:colors$1.neutral.blueGrayDark[300],muted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark.a200},gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300],subtle:colors$1.chromatic.azure[400],muted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a400},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}}},overlay:{background:{moderate:colors$1.neutral.blueGrayDark.a200,subtle:colors$1.neutral.black[400]}},popup:{background:{subtle:colors$1.neutral.blueGrayDark[1000],intense:colors$1.neutral.blueGrayDark[700]},border:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark.a100}},chart:{background:{categorical:{azure:{faint:colors$1.chromatic.azure[900],subtle:colors$1.chromatic.azure[700],moderate:colors$1.chromatic.azure[500],intense:colors$1.chromatic.azure[300],strong:colors$1.chromatic.azure[200]},emerald:{faint:colors$1.chromatic.emerald[1000],subtle:colors$1.chromatic.emerald[800],moderate:colors$1.chromatic.emerald[700],intense:colors$1.chromatic.emerald[300],strong:colors$1.chromatic.emerald[200]},crimson:{faint:colors$1.chromatic.crimson[1000],subtle:colors$1.chromatic.crimson[800],moderate:colors$1.chromatic.crimson[700],intense:colors$1.chromatic.crimson[300],strong:colors$1.chromatic.crimson[200]},cider:{faint:colors$1.chromatic.cider[1000],subtle:colors$1.chromatic.cider[800],moderate:colors$1.chromatic.cider[600],intense:colors$1.chromatic.cider[300],strong:colors$1.chromatic.cider[200]},sapphire:{faint:colors$1.chromatic.sapphire[1000],subtle:colors$1.chromatic.sapphire[800],moderate:colors$1.chromatic.sapphire[600],intense:colors$1.chromatic.sapphire[300],strong:colors$1.chromatic.sapphire[200]},orchid:{faint:colors$1.chromatic.orchid[1000],subtle:colors$1.chromatic.orchid[800],moderate:colors$1.chromatic.orchid[600],intense:colors$1.chromatic.orchid[300],strong:colors$1.chromatic.orchid[200]},magenta:{faint:colors$1.chromatic.magenta[1000],subtle:colors$1.chromatic.magenta[800],moderate:colors$1.chromatic.magenta[700],intense:colors$1.chromatic.magenta[300],strong:colors$1.chromatic.magenta[200]},topaz:{faint:colors$1.chromatic.topaz[1000],subtle:colors$1.chromatic.topaz[800],moderate:colors$1.chromatic.topaz[600],intense:colors$1.chromatic.topaz[300],strong:colors$1.chromatic.topaz[200]},gray:{faint:colors$1.neutral.blueGrayDark[1300],subtle:colors$1.neutral.blueGrayDark[1100],moderate:colors$1.neutral.blueGrayDark[900],intense:colors$1.neutral.blueGrayDark[700],strong:colors$1.neutral.blueGrayDark[500]}},sequential:{azure:{50:colors$1.chromatic.azure[1000],100:colors$1.chromatic.azure[900],200:colors$1.chromatic.azure[800],300:colors$1.chromatic.azure[700],400:colors$1.chromatic.azure[600],500:colors$1.chromatic.azure[500],600:colors$1.chromatic.azure[400],700:colors$1.chromatic.azure[300],800:colors$1.chromatic.azure[200],900:colors$1.chromatic.azure[100],1000:colors$1.chromatic.azure[50]},emerald:{50:colors$1.chromatic.emerald[1000],100:colors$1.chromatic.emerald[900],200:colors$1.chromatic.emerald[800],300:colors$1.chromatic.emerald[700],400:colors$1.chromatic.emerald[600],500:colors$1.chromatic.emerald[500],600:colors$1.chromatic.emerald[400],700:colors$1.chromatic.emerald[300],800:colors$1.chromatic.emerald[200],900:colors$1.chromatic.emerald[100],1000:colors$1.chromatic.emerald[50]},crimson:{50:colors$1.chromatic.crimson[1000],100:colors$1.chromatic.crimson[900],200:colors$1.chromatic.crimson[800],300:colors$1.chromatic.crimson[700],400:colors$1.chromatic.crimson[600],500:colors$1.chromatic.crimson[500],600:colors$1.chromatic.crimson[400],700:colors$1.chromatic.crimson[300],800:colors$1.chromatic.crimson[200],900:colors$1.chromatic.crimson[100],1000:colors$1.chromatic.crimson[50]},cider:{50:colors$1.chromatic.cider[1000],100:colors$1.chromatic.cider[900],200:colors$1.chromatic.cider[800],300:colors$1.chromatic.cider[700],400:colors$1.chromatic.cider[600],500:colors$1.chromatic.cider[500],600:colors$1.chromatic.cider[400],700:colors$1.chromatic.cider[300],800:colors$1.chromatic.cider[200],900:colors$1.chromatic.cider[100],1000:colors$1.chromatic.cider[50]},sapphire:{50:colors$1.chromatic.sapphire[1000],100:colors$1.chromatic.sapphire[900],200:colors$1.chromatic.sapphire[800],300:colors$1.chromatic.sapphire[700],400:colors$1.chromatic.sapphire[600],500:colors$1.chromatic.sapphire[500],600:colors$1.chromatic.sapphire[400],700:colors$1.chromatic.sapphire[300],800:colors$1.chromatic.sapphire[200],900:colors$1.chromatic.sapphire[100],1000:colors$1.chromatic.sapphire[50]},orchid:{50:colors$1.chromatic.orchid[1000],100:colors$1.chromatic.orchid[900],200:colors$1.chromatic.orchid[800],300:colors$1.chromatic.orchid[700],400:colors$1.chromatic.orchid[600],500:colors$1.chromatic.orchid[500],600:colors$1.chromatic.orchid[400],700:colors$1.chromatic.orchid[300],800:colors$1.chromatic.orchid[200],900:colors$1.chromatic.orchid[100],1000:colors$1.chromatic.orchid[50]},magenta:{50:colors$1.chromatic.magenta[1000],100:colors$1.chromatic.magenta[900],200:colors$1.chromatic.magenta[800],300:colors$1.chromatic.magenta[700],400:colors$1.chromatic.magenta[600],500:colors$1.chromatic.magenta[500],600:colors$1.chromatic.magenta[400],700:colors$1.chromatic.magenta[300],800:colors$1.chromatic.magenta[200],900:colors$1.chromatic.magenta[100],1000:colors$1.chromatic.magenta[50]},topaz:{50:colors$1.chromatic.topaz[1000],100:colors$1.chromatic.topaz[900],200:colors$1.chromatic.topaz[800],300:colors$1.chromatic.topaz[700],400:colors$1.chromatic.topaz[600],500:colors$1.chromatic.topaz[500],600:colors$1.chromatic.topaz[400],700:colors$1.chromatic.topaz[300],800:colors$1.chromatic.topaz[200],900:colors$1.chromatic.topaz[100],1000:colors$1.chromatic.topaz[50]}}}},transparent:`hsla(217, 27%, 15%, ${opacity[0]})`}};var bladeTheme={name:'bladeTheme',border:border,breakpoints:breakpoints,colors:colors,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
10
+ var colors={onLight:{surface:{background:{gray:{subtle:colors$1.neutral.blueGrayLight[100],moderate:colors$1.neutral.blueGrayLight[50],intense:colors$1.neutral.blueGrayLight[0]},primary:{subtle:colors$1.chromatic.azure.a50,intense:colors$1.chromatic.azure[500]},sea:{subtle:colors$1.chromatic.sea[50],intense:colors$1.chromatic.sea[800]},cloud:{subtle:colors$1.chromatic.cloud[50],intense:colors$1.chromatic.cloud[800]}},border:{gray:{normal:colors$1.neutral.blueGrayLight[400],subtle:colors$1.neutral.blueGrayLight[300],muted:colors$1.neutral.blueGrayLight.a100},primary:{normal:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure.a100}},text:{gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[500]},onSea:{onSubtle:colors$1.chromatic.forest[800],onIntense:colors$1.chromatic.forest[200]},onCloud:{onSubtle:colors$1.chromatic.azure[600],onIntense:colors$1.chromatic.azure[200]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}},icon:{gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[500]},onSea:{onSubtle:colors$1.chromatic.forest[600],onIntense:colors$1.chromatic.forest[400]},onCloud:{onSubtle:colors$1.chromatic.azure[400],onIntense:colors$1.chromatic.azure[300]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}}},feedback:{background:{positive:{subtle:colors$1.chromatic.emerald.a50,intense:colors$1.chromatic.emerald[600]},negative:{subtle:colors$1.chromatic.crimson.a50,intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider.a50,intense:colors$1.chromatic.cider[600]},information:{subtle:colors$1.chromatic.sapphire.a50,intense:colors$1.chromatic.sapphire[600]},neutral:{subtle:colors$1.neutral.blueGrayLight.a50,intense:colors$1.neutral.blueGrayLight[1000]}},border:{positive:{subtle:colors$1.chromatic.emerald.a100,intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson.a100,intense:colors$1.chromatic.crimson[700]},notice:{subtle:colors$1.chromatic.cider.a100,intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire.a100,intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight.a100,intense:colors$1.neutral.blueGrayLight[1100]}},text:{positive:{subtle:colors$1.chromatic.emerald[100],intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson[100],intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider[100],intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire[100],intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight[500],intense:colors$1.neutral.blueGrayLight[1100]}},icon:{positive:{subtle:colors$1.chromatic.emerald[100],intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson[100],intense:colors$1.chromatic.crimson[600]},notice:{subtle:colors$1.chromatic.cider[100],intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire[100],intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayLight[500],intense:colors$1.neutral.blueGrayLight[1100]}}},interactive:{background:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a50,faded:colors$1.chromatic.emerald.a50,fadedHighlighted:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a50,faded:colors$1.chromatic.crimson.a50,fadedHighlighted:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a50,faded:colors$1.chromatic.cider.a50,fadedHighlighted:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a50,faded:colors$1.chromatic.sapphire.a50,fadedHighlighted:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayLight[1000],highlighted:colors$1.neutral.blueGrayLight[1100],disabled:colors$1.neutral.blueGrayLight.a100,faded:colors$1.neutral.blueGrayLight.a100,fadedHighlighted:colors$1.neutral.blueGrayLight.a200},gray:{default:colors$1.neutral.blueGrayLight.a75,highlighted:colors$1.neutral.blueGrayLight.a100,disabled:colors$1.neutral.blueGrayLight.a100,faded:colors$1.neutral.blueGrayLight.a25,fadedHighlighted:colors$1.neutral.blueGrayLight.a75},primary:{default:colors$1.chromatic.azure[500],highlighted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a100,faded:colors$1.chromatic.azure.a50,fadedHighlighted:colors$1.chromatic.azure.a100},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[200],faded:colors$1.neutral.black[50],fadedHighlighted:colors$1.neutral.black[100]},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[50],faded:colors$1.neutral.white[50],fadedHighlighted:colors$1.neutral.white[100]}},border:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayLight[700],highlighted:colors$1.neutral.blueGrayLight[700],disabled:colors$1.neutral.blueGrayLight[300],faded:colors$1.neutral.blueGrayLight.a100},gray:{default:colors$1.neutral.blueGrayLight[300],highlighted:colors$1.neutral.blueGrayLight[300],disabled:colors$1.neutral.blueGrayLight[200],faded:colors$1.neutral.blueGrayLight.a100},primary:{default:colors$1.chromatic.azure[500],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a100,faded:colors$1.chromatic.azure.a100},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[100],faded:colors$1.neutral.white[50]},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[100],faded:colors$1.neutral.black[100]}},text:{positive:{normal:colors$1.chromatic.emerald[700],subtle:colors$1.chromatic.emerald[600],muted:colors$1.chromatic.emerald[400],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[600],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[400],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[700],subtle:colors$1.chromatic.cider[600],muted:colors$1.chromatic.cider[400],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[700],subtle:colors$1.chromatic.sapphire[600],muted:colors$1.chromatic.sapphire[400],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayLight[1100],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[600],subtle:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure[400],disabled:colors$1.chromatic.azure.a200},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}},icon:{positive:{normal:colors$1.chromatic.emerald[700],subtle:colors$1.chromatic.emerald[600],muted:colors$1.chromatic.emerald[400],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[600],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[400],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[700],subtle:colors$1.chromatic.cider[600],muted:colors$1.chromatic.cider[400],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[700],subtle:colors$1.chromatic.sapphire[600],muted:colors$1.chromatic.sapphire[400],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayLight[1100],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},gray:{normal:colors$1.neutral.blueGrayLight[1200],subtle:colors$1.neutral.blueGrayLight[900],muted:colors$1.neutral.blueGrayLight[600],disabled:colors$1.neutral.blueGrayLight.a200},primary:{normal:colors$1.chromatic.azure[600],subtle:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure[400],disabled:colors$1.chromatic.azure.a200},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}}},overlay:{background:{moderate:colors$1.neutral.blueGrayLight.a200,subtle:colors$1.neutral.black[200]}},popup:{background:{subtle:colors$1.neutral.blueGrayLight[0],intense:colors$1.neutral.blueGrayLight[1000]},border:{subtle:colors$1.neutral.blueGrayLight.a100,intense:colors$1.neutral.blueGrayLight[900]}},chart:{background:{categorical:{azure:{faint:colors$1.chromatic.azure[50],subtle:colors$1.chromatic.azure[200],moderate:colors$1.chromatic.azure[500],intense:colors$1.chromatic.azure[600],strong:colors$1.chromatic.azure[800]},emerald:{faint:colors$1.chromatic.emerald[50],subtle:colors$1.chromatic.emerald[200],moderate:colors$1.chromatic.emerald[600],intense:colors$1.chromatic.emerald[600],strong:colors$1.chromatic.emerald[800]},crimson:{faint:colors$1.chromatic.crimson[50],subtle:colors$1.chromatic.crimson[200],moderate:colors$1.chromatic.crimson[600],intense:colors$1.chromatic.crimson[600],strong:colors$1.chromatic.crimson[800]},cider:{faint:colors$1.chromatic.cider[50],subtle:colors$1.chromatic.cider[200],moderate:colors$1.chromatic.cider[600],intense:colors$1.chromatic.cider[600],strong:colors$1.chromatic.cider[800]},sapphire:{faint:colors$1.chromatic.sapphire[50],subtle:colors$1.chromatic.sapphire[200],moderate:colors$1.chromatic.sapphire[600],intense:colors$1.chromatic.sapphire[600],strong:colors$1.chromatic.sapphire[800]},orchid:{faint:colors$1.chromatic.orchid[50],subtle:colors$1.chromatic.orchid[200],moderate:colors$1.chromatic.orchid[600],intense:colors$1.chromatic.orchid[600],strong:colors$1.chromatic.orchid[800]},magenta:{faint:colors$1.chromatic.magenta[50],subtle:colors$1.chromatic.magenta[200],moderate:colors$1.chromatic.magenta[600],intense:colors$1.chromatic.magenta[600],strong:colors$1.chromatic.magenta[800]},topaz:{faint:colors$1.chromatic.topaz[50],subtle:colors$1.chromatic.topaz[200],moderate:colors$1.chromatic.topaz[600],intense:colors$1.chromatic.topaz[600],strong:colors$1.chromatic.topaz[800]},gray:{faint:colors$1.neutral.blueGrayDark.a50,subtle:colors$1.neutral.blueGrayDark[100],moderate:colors$1.neutral.blueGrayDark[300],intense:colors$1.neutral.blueGrayDark[500],strong:colors$1.neutral.blueGrayDark[700]}},sequential:{azure:{50:colors$1.chromatic.azure[50],100:colors$1.chromatic.azure[100],200:colors$1.chromatic.azure[200],300:colors$1.chromatic.azure[300],400:colors$1.chromatic.azure[400],500:colors$1.chromatic.azure[500],600:colors$1.chromatic.azure[600],700:colors$1.chromatic.azure[700],800:colors$1.chromatic.azure[800],900:colors$1.chromatic.azure[900],1000:colors$1.chromatic.azure[1000]},emerald:{50:colors$1.chromatic.emerald[50],100:colors$1.chromatic.emerald[100],200:colors$1.chromatic.emerald[200],300:colors$1.chromatic.emerald[300],400:colors$1.chromatic.emerald[400],500:colors$1.chromatic.emerald[500],600:colors$1.chromatic.emerald[600],700:colors$1.chromatic.emerald[700],800:colors$1.chromatic.emerald[800],900:colors$1.chromatic.emerald[900],1000:colors$1.chromatic.emerald[1000]},crimson:{50:colors$1.chromatic.crimson[50],100:colors$1.chromatic.crimson[100],200:colors$1.chromatic.crimson[200],300:colors$1.chromatic.crimson[300],400:colors$1.chromatic.crimson[400],500:colors$1.chromatic.crimson[500],600:colors$1.chromatic.crimson[600],700:colors$1.chromatic.crimson[700],800:colors$1.chromatic.crimson[800],900:colors$1.chromatic.crimson[900],1000:colors$1.chromatic.crimson[1000]},cider:{50:colors$1.chromatic.cider[50],100:colors$1.chromatic.cider[100],200:colors$1.chromatic.cider[200],300:colors$1.chromatic.cider[300],400:colors$1.chromatic.cider[400],500:colors$1.chromatic.cider[500],600:colors$1.chromatic.cider[600],700:colors$1.chromatic.cider[700],800:colors$1.chromatic.cider[800],900:colors$1.chromatic.cider[900],1000:colors$1.chromatic.cider[1000]},sapphire:{50:colors$1.chromatic.sapphire[50],100:colors$1.chromatic.sapphire[100],200:colors$1.chromatic.sapphire[200],300:colors$1.chromatic.sapphire[300],400:colors$1.chromatic.sapphire[400],500:colors$1.chromatic.sapphire[500],600:colors$1.chromatic.sapphire[600],700:colors$1.chromatic.sapphire[700],800:colors$1.chromatic.sapphire[800],900:colors$1.chromatic.sapphire[900],1000:colors$1.chromatic.sapphire[1000]},orchid:{50:colors$1.chromatic.orchid[50],100:colors$1.chromatic.orchid[100],200:colors$1.chromatic.orchid[200],300:colors$1.chromatic.orchid[300],400:colors$1.chromatic.orchid[400],500:colors$1.chromatic.orchid[500],600:colors$1.chromatic.orchid[600],700:colors$1.chromatic.orchid[700],800:colors$1.chromatic.orchid[800],900:colors$1.chromatic.orchid[900],1000:colors$1.chromatic.orchid[1000]},magenta:{50:colors$1.chromatic.magenta[50],100:colors$1.chromatic.magenta[100],200:colors$1.chromatic.magenta[200],300:colors$1.chromatic.magenta[300],400:colors$1.chromatic.magenta[400],500:colors$1.chromatic.magenta[500],600:colors$1.chromatic.magenta[600],700:colors$1.chromatic.magenta[700],800:colors$1.chromatic.magenta[800],900:colors$1.chromatic.magenta[900],1000:colors$1.chromatic.magenta[1000]},topaz:{50:colors$1.chromatic.topaz[50],100:colors$1.chromatic.topaz[100],200:colors$1.chromatic.topaz[200],300:colors$1.chromatic.topaz[300],400:colors$1.chromatic.topaz[400],500:colors$1.chromatic.topaz[500],600:colors$1.chromatic.topaz[600],700:colors$1.chromatic.topaz[700],800:colors$1.chromatic.topaz[800],900:colors$1.chromatic.topaz[900],1000:colors$1.chromatic.topaz[1000]}}}},transparent:`hsla(0, 0%, 100%, ${opacity[0]})`},onDark:{surface:{background:{gray:{subtle:colors$1.neutral.blueGrayDark[1300],moderate:colors$1.neutral.blueGrayDark[1100],intense:colors$1.neutral.blueGrayDark[1000]},primary:{subtle:colors$1.chromatic.azure.a200,intense:colors$1.chromatic.azure[500]},sea:{subtle:colors$1.chromatic.sea[900],intense:colors$1.chromatic.sea[100]},cloud:{subtle:colors$1.chromatic.cloud[900],intense:colors$1.chromatic.cloud[100]}},border:{gray:{normal:colors$1.neutral.blueGrayDark[600],subtle:colors$1.neutral.blueGrayDark[800],muted:colors$1.neutral.blueGrayDark.a100},primary:{normal:colors$1.chromatic.azure[500],muted:colors$1.chromatic.azure.a200}},text:{gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300]},onSea:{onSubtle:colors$1.chromatic.forest[200],onIntense:colors$1.chromatic.forest[800]},onCloud:{onSubtle:colors$1.chromatic.azure[200],onIntense:colors$1.chromatic.azure[600]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}},icon:{gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300]},onSea:{onSubtle:colors$1.chromatic.forest[400],onIntense:colors$1.chromatic.forest[600]},onCloud:{onSubtle:colors$1.chromatic.azure[300],onIntense:colors$1.chromatic.azure[400]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[450],muted:colors$1.neutral.white[200],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[300],muted:colors$1.neutral.black[200],disabled:colors$1.neutral.black[100]}}},feedback:{background:{positive:{subtle:colors$1.chromatic.emerald.a100,intense:colors$1.chromatic.emerald[700]},negative:{subtle:colors$1.chromatic.crimson.a100,intense:colors$1.chromatic.crimson[700]},notice:{subtle:colors$1.chromatic.cider.a100,intense:colors$1.chromatic.cider[700]},information:{subtle:colors$1.chromatic.sapphire.a100,intense:colors$1.chromatic.sapphire[700]},neutral:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark[900]}},border:{positive:{subtle:colors$1.chromatic.emerald.a200,intense:colors$1.chromatic.emerald[800]},negative:{subtle:colors$1.chromatic.crimson.a200,intense:colors$1.chromatic.crimson[800]},notice:{subtle:colors$1.chromatic.cider.a200,intense:colors$1.chromatic.cider[800]},information:{subtle:colors$1.chromatic.sapphire.a200,intense:colors$1.chromatic.sapphire[800]},neutral:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark[900]}},text:{positive:{subtle:colors$1.chromatic.emerald[50],intense:colors$1.chromatic.emerald[400]},negative:{subtle:colors$1.chromatic.crimson[50],intense:colors$1.chromatic.crimson[400]},notice:{subtle:colors$1.chromatic.cider[50],intense:colors$1.chromatic.cider[400]},information:{subtle:colors$1.chromatic.sapphire[50],intense:colors$1.chromatic.sapphire[400]},neutral:{subtle:colors$1.neutral.blueGrayDark[400],intense:colors$1.neutral.blueGrayDark[50]}},icon:{positive:{subtle:colors$1.chromatic.emerald[50],intense:colors$1.chromatic.emerald[400]},negative:{subtle:colors$1.chromatic.crimson[50],intense:colors$1.chromatic.crimson[400]},notice:{subtle:colors$1.chromatic.cider[50],intense:colors$1.chromatic.cider[400]},information:{subtle:colors$1.chromatic.sapphire[50],intense:colors$1.chromatic.sapphire[400]},neutral:{subtle:colors$1.neutral.blueGrayDark[700],intense:colors$1.neutral.blueGrayDark[50]}}},interactive:{background:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a150,fadedHighlighted:colors$1.chromatic.emerald.a200},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a150,fadedHighlighted:colors$1.chromatic.crimson.a200},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a150,fadedHighlighted:colors$1.chromatic.cider.a200},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a150,fadedHighlighted:colors$1.chromatic.sapphire.a200},neutral:{default:colors$1.neutral.blueGrayDark[50],highlighted:colors$1.neutral.blueGrayDark[200],disabled:colors$1.neutral.blueGrayDark.a100,faded:colors$1.neutral.blueGrayDark.a75,fadedHighlighted:colors$1.neutral.blueGrayDark.a100},gray:{default:colors$1.neutral.blueGrayDark.a75,highlighted:colors$1.neutral.blueGrayDark.a100,disabled:colors$1.neutral.blueGrayDark.a100,faded:colors$1.neutral.blueGrayDark.a25,fadedHighlighted:colors$1.neutral.blueGrayDark.a75},primary:{default:colors$1.chromatic.azure[400],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a150,faded:colors$1.chromatic.azure.a150,fadedHighlighted:colors$1.chromatic.azure.a200},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[200],faded:colors$1.neutral.black[50],fadedHighlighted:colors$1.neutral.black[100]},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[50],faded:colors$1.neutral.white[50],fadedHighlighted:colors$1.neutral.white[100]}},border:{positive:{default:colors$1.chromatic.emerald[600],highlighted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a100,faded:colors$1.chromatic.emerald.a100},negative:{default:colors$1.chromatic.crimson[600],highlighted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a100,faded:colors$1.chromatic.crimson.a100},notice:{default:colors$1.chromatic.cider[600],highlighted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a100,faded:colors$1.chromatic.cider.a100},information:{default:colors$1.chromatic.sapphire[600],highlighted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a100,faded:colors$1.chromatic.sapphire.a100},neutral:{default:colors$1.neutral.blueGrayDark[200],highlighted:colors$1.neutral.blueGrayDark[200],disabled:colors$1.neutral.blueGrayDark[800],faded:colors$1.neutral.blueGrayDark.a100},gray:{default:colors$1.neutral.blueGrayDark[600],highlighted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark[700],faded:colors$1.neutral.blueGrayDark.a100},primary:{default:colors$1.chromatic.azure[400],highlighted:colors$1.chromatic.azure[500],disabled:colors$1.chromatic.azure.a200,faded:colors$1.chromatic.azure.a150},staticWhite:{default:colors$1.neutral.white[500],highlighted:colors$1.neutral.white[400],disabled:colors$1.neutral.white[100],faded:colors$1.neutral.white[50]},staticBlack:{default:colors$1.neutral.black[500],highlighted:colors$1.neutral.black[500],disabled:colors$1.neutral.black[100],faded:colors$1.neutral.black[100]}},text:{positive:{normal:colors$1.chromatic.emerald[400],subtle:colors$1.chromatic.emerald[500],muted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[400],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[400],subtle:colors$1.chromatic.cider[500],muted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[400],subtle:colors$1.chromatic.sapphire[500],muted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayDark[50],subtle:colors$1.neutral.blueGrayDark[300],muted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark.a200},gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300],subtle:colors$1.chromatic.azure[400],muted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a400},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}},icon:{positive:{normal:colors$1.chromatic.emerald[400],subtle:colors$1.chromatic.emerald[500],muted:colors$1.chromatic.emerald[700],disabled:colors$1.chromatic.emerald.a200},negative:{normal:colors$1.chromatic.crimson[400],subtle:colors$1.chromatic.crimson[500],muted:colors$1.chromatic.crimson[700],disabled:colors$1.chromatic.crimson.a200},notice:{normal:colors$1.chromatic.cider[400],subtle:colors$1.chromatic.cider[500],muted:colors$1.chromatic.cider[700],disabled:colors$1.chromatic.cider.a200},information:{normal:colors$1.chromatic.sapphire[400],subtle:colors$1.chromatic.sapphire[500],muted:colors$1.chromatic.sapphire[700],disabled:colors$1.chromatic.sapphire.a200},neutral:{normal:colors$1.neutral.blueGrayDark[50],subtle:colors$1.neutral.blueGrayDark[300],muted:colors$1.neutral.blueGrayDark[600],disabled:colors$1.neutral.blueGrayDark.a200},gray:{normal:colors$1.neutral.blueGrayDark[0],subtle:colors$1.neutral.blueGrayDark[50],muted:colors$1.neutral.blueGrayDark[300],disabled:colors$1.neutral.blueGrayDark.a200},primary:{normal:colors$1.chromatic.azure[300],subtle:colors$1.chromatic.azure[400],muted:colors$1.chromatic.azure[600],disabled:colors$1.chromatic.azure.a400},onPrimary:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticWhite:{normal:colors$1.neutral.white[500],subtle:colors$1.neutral.white[400],muted:colors$1.neutral.white[300],disabled:colors$1.neutral.white[100]},staticBlack:{normal:colors$1.neutral.black[500],subtle:colors$1.neutral.black[400],muted:colors$1.neutral.black[300],disabled:colors$1.neutral.black[100]}}},overlay:{background:{moderate:colors$1.neutral.blueGrayDark.a200,subtle:colors$1.neutral.black[400]}},popup:{background:{subtle:colors$1.neutral.blueGrayDark[1000],intense:colors$1.neutral.blueGrayDark[700]},border:{subtle:colors$1.neutral.blueGrayDark.a100,intense:colors$1.neutral.blueGrayDark.a100}},chart:{background:{categorical:{azure:{faint:colors$1.chromatic.azure[900],subtle:colors$1.chromatic.azure[700],moderate:colors$1.chromatic.azure[500],intense:colors$1.chromatic.azure[300],strong:colors$1.chromatic.azure[200]},emerald:{faint:colors$1.chromatic.emerald[1000],subtle:colors$1.chromatic.emerald[800],moderate:colors$1.chromatic.emerald[700],intense:colors$1.chromatic.emerald[300],strong:colors$1.chromatic.emerald[200]},crimson:{faint:colors$1.chromatic.crimson[1000],subtle:colors$1.chromatic.crimson[800],moderate:colors$1.chromatic.crimson[700],intense:colors$1.chromatic.crimson[300],strong:colors$1.chromatic.crimson[200]},cider:{faint:colors$1.chromatic.cider[1000],subtle:colors$1.chromatic.cider[800],moderate:colors$1.chromatic.cider[600],intense:colors$1.chromatic.cider[300],strong:colors$1.chromatic.cider[200]},sapphire:{faint:colors$1.chromatic.sapphire[1000],subtle:colors$1.chromatic.sapphire[800],moderate:colors$1.chromatic.sapphire[600],intense:colors$1.chromatic.sapphire[300],strong:colors$1.chromatic.sapphire[200]},orchid:{faint:colors$1.chromatic.orchid[1000],subtle:colors$1.chromatic.orchid[800],moderate:colors$1.chromatic.orchid[600],intense:colors$1.chromatic.orchid[300],strong:colors$1.chromatic.orchid[200]},magenta:{faint:colors$1.chromatic.magenta[1000],subtle:colors$1.chromatic.magenta[800],moderate:colors$1.chromatic.magenta[700],intense:colors$1.chromatic.magenta[300],strong:colors$1.chromatic.magenta[200]},topaz:{faint:colors$1.chromatic.topaz[1000],subtle:colors$1.chromatic.topaz[800],moderate:colors$1.chromatic.topaz[600],intense:colors$1.chromatic.topaz[300],strong:colors$1.chromatic.topaz[200]},gray:{faint:colors$1.neutral.blueGrayDark[1300],subtle:colors$1.neutral.blueGrayDark[1100],moderate:colors$1.neutral.blueGrayDark[900],intense:colors$1.neutral.blueGrayDark[700],strong:colors$1.neutral.blueGrayDark[500]}},sequential:{azure:{50:colors$1.chromatic.azure[1000],100:colors$1.chromatic.azure[900],200:colors$1.chromatic.azure[800],300:colors$1.chromatic.azure[700],400:colors$1.chromatic.azure[600],500:colors$1.chromatic.azure[500],600:colors$1.chromatic.azure[400],700:colors$1.chromatic.azure[300],800:colors$1.chromatic.azure[200],900:colors$1.chromatic.azure[100],1000:colors$1.chromatic.azure[50]},emerald:{50:colors$1.chromatic.emerald[1000],100:colors$1.chromatic.emerald[900],200:colors$1.chromatic.emerald[800],300:colors$1.chromatic.emerald[700],400:colors$1.chromatic.emerald[600],500:colors$1.chromatic.emerald[500],600:colors$1.chromatic.emerald[400],700:colors$1.chromatic.emerald[300],800:colors$1.chromatic.emerald[200],900:colors$1.chromatic.emerald[100],1000:colors$1.chromatic.emerald[50]},crimson:{50:colors$1.chromatic.crimson[1000],100:colors$1.chromatic.crimson[900],200:colors$1.chromatic.crimson[800],300:colors$1.chromatic.crimson[700],400:colors$1.chromatic.crimson[600],500:colors$1.chromatic.crimson[500],600:colors$1.chromatic.crimson[400],700:colors$1.chromatic.crimson[300],800:colors$1.chromatic.crimson[200],900:colors$1.chromatic.crimson[100],1000:colors$1.chromatic.crimson[50]},cider:{50:colors$1.chromatic.cider[1000],100:colors$1.chromatic.cider[900],200:colors$1.chromatic.cider[800],300:colors$1.chromatic.cider[700],400:colors$1.chromatic.cider[600],500:colors$1.chromatic.cider[500],600:colors$1.chromatic.cider[400],700:colors$1.chromatic.cider[300],800:colors$1.chromatic.cider[200],900:colors$1.chromatic.cider[100],1000:colors$1.chromatic.cider[50]},sapphire:{50:colors$1.chromatic.sapphire[1000],100:colors$1.chromatic.sapphire[900],200:colors$1.chromatic.sapphire[800],300:colors$1.chromatic.sapphire[700],400:colors$1.chromatic.sapphire[600],500:colors$1.chromatic.sapphire[500],600:colors$1.chromatic.sapphire[400],700:colors$1.chromatic.sapphire[300],800:colors$1.chromatic.sapphire[200],900:colors$1.chromatic.sapphire[100],1000:colors$1.chromatic.sapphire[50]},orchid:{50:colors$1.chromatic.orchid[1000],100:colors$1.chromatic.orchid[900],200:colors$1.chromatic.orchid[800],300:colors$1.chromatic.orchid[700],400:colors$1.chromatic.orchid[600],500:colors$1.chromatic.orchid[500],600:colors$1.chromatic.orchid[400],700:colors$1.chromatic.orchid[300],800:colors$1.chromatic.orchid[200],900:colors$1.chromatic.orchid[100],1000:colors$1.chromatic.orchid[50]},magenta:{50:colors$1.chromatic.magenta[1000],100:colors$1.chromatic.magenta[900],200:colors$1.chromatic.magenta[800],300:colors$1.chromatic.magenta[700],400:colors$1.chromatic.magenta[600],500:colors$1.chromatic.magenta[500],600:colors$1.chromatic.magenta[400],700:colors$1.chromatic.magenta[300],800:colors$1.chromatic.magenta[200],900:colors$1.chromatic.magenta[100],1000:colors$1.chromatic.magenta[50]},topaz:{50:colors$1.chromatic.topaz[1000],100:colors$1.chromatic.topaz[900],200:colors$1.chromatic.topaz[800],300:colors$1.chromatic.topaz[700],400:colors$1.chromatic.topaz[600],500:colors$1.chromatic.topaz[500],600:colors$1.chromatic.topaz[400],700:colors$1.chromatic.topaz[300],800:colors$1.chromatic.topaz[200],900:colors$1.chromatic.topaz[100],1000:colors$1.chromatic.topaz[50]}}}},transparent:`hsla(217, 27%, 15%, ${opacity[0]})`}};var bladeTheme={name:'bladeTheme',border:border,breakpoints:breakpoints,colors:colors,motion:motion,spacing:spacing,elevation:elevation,typography:typography};
11
11
 
12
12
  export { bladeTheme as default };
13
13
  //# sourceMappingURL=bladeTheme.js.map