@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-35
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/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +6 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +807 -539
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -25,10 +25,15 @@ 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';
|
|
31
|
+
export { default as SilderHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
|
|
28
32
|
export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
|
|
29
33
|
export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
|
|
30
34
|
export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
|
|
31
35
|
export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBullets.tsx';
|
|
36
|
+
export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
|
|
32
37
|
export { default as User } from './People/User/User.tsx';
|
|
33
38
|
export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
|
|
34
39
|
export { default as Bell } from './SystemAndDevice/Bell/Bell';
|
|
@@ -38,5 +43,6 @@ export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertica
|
|
|
38
43
|
export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
|
|
39
44
|
export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
|
|
40
45
|
export { default as Gear } from './SystemAndDevice/Gear/Gear.tsx';
|
|
46
|
+
export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/DownloadSimple.tsx';
|
|
41
47
|
export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
|
|
42
48
|
export { default as Clock } from './Time/Clock/Clock';
|