@mittwald/flow-react-components 0.2.0-alpha.398 → 0.2.0-alpha.399
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.
- package/CHANGELOG.md +4 -0
- package/dist/assets/doc-properties.json +2624 -2624
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs +2 -3
- package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs +1 -2
- package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs +3 -4
- package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
- package/dist/js/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs +2 -8
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs.map +1 -1
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs +13 -1
- package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/design-tokens/dist/variables.json.mjs +1 -3
- package/dist/js/design-tokens/dist/variables.json.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +0 -1
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/CartesianChart/components/Area/Area.d.ts +2 -2
- package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/ChartLegend/LegendContent.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/Line/Line.d.ts +2 -2
- package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -1
- package/dist/types/components/DonutChart/DonutChart.d.ts +2 -2
- package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
- package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts +2 -2
- package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -2
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/lib/tokens/CategoricalColors.d.ts +1 -1
- package/dist/types/lib/tokens/CategoricalColors.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/js/components/src/lib/tokens/CategoricalColors.mjs +0 -10
- package/dist/js/components/src/lib/tokens/CategoricalColors.mjs.map +0 -1
- package/dist/js/components/src/lib/tokens/getCategoricalColorValue.mjs +0 -10
- package/dist/js/components/src/lib/tokens/getCategoricalColorValue.mjs.map +0 -1
- package/dist/types/lib/tokens/getCategoricalColorValue.d.ts +0 -3
- package/dist/types/lib/tokens/getCategoricalColorValue.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCategoricalColorValue.mjs","sources":["../../../../../../src/lib/tokens/getCategoricalColorValue.ts"],"sourcesContent":["import tokens from \"@mittwald/flow-design-tokens/variables.json\";\nimport type { CategoricalColors } from \"./CategoricalColors\";\n\nexport const getCategoricalColorValue = (color: CategoricalColors) => {\n return tokens.color.categorical[color].value;\n};\n"],"names":[],"mappings":";;AAGa,MAAA,wBAAA,GAA2B,CAAC,KAA6B,KAAA;AACpE,EAAA,OAAO,MAAO,CAAA,KAAA,CAAM,WAAY,CAAA,KAAK,CAAE,CAAA,KAAA;AACzC;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCategoricalColorValue.d.ts","sourceRoot":"","sources":["../../../../src/lib/tokens/getCategoricalColorValue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,eAAO,MAAM,wBAAwB,GAAI,OAAO,iBAAiB,WAEhE,CAAC"}
|