@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-34
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/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +3 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +615 -481
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -25,6 +25,9 @@ export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
|
|
|
25
25
|
export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
|
|
26
26
|
export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
|
|
27
27
|
export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
|
|
28
|
+
export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx';
|
|
29
|
+
export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
|
|
30
|
+
export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
|
|
28
31
|
export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
|
|
29
32
|
export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
|
|
30
33
|
export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
|