@hellobetterdigitalnz/betterui 0.0.3-161 → 0.0.3-163
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/PlusCircle/PlusCircle.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +858 -764
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -41,6 +41,7 @@ export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
|
|
|
41
41
|
export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx';
|
|
42
42
|
export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
|
|
43
43
|
export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
|
|
44
|
+
export { default as PlusCircle } from './MathsAndFinance/PlusCircle/PlusCircle.tsx';
|
|
44
45
|
export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
|
|
45
46
|
export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
|
|
46
47
|
export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
|
|
@@ -52,6 +53,7 @@ export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBulle
|
|
|
52
53
|
export { default as List } from './OfficeAndEditing/List/List.tsx';
|
|
53
54
|
export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
|
|
54
55
|
export { default as Trash } from './OfficeAndEditing/Trash/Trash.tsx';
|
|
56
|
+
export { default as FloppyDisk } from './OfficeAndEditing/FloppyDisk/FloppyDisk.tsx';
|
|
55
57
|
export { default as User } from './People/User/User.tsx';
|
|
56
58
|
export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
|
|
57
59
|
export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';
|