@hellobetterdigitalnz/betterui 0.0.3-221 → 0.0.3-223
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/DataDisplay/Calendar/CalendarProps.d.ts +2 -2
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/index.cjs.js +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +762 -668
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -60,8 +60,10 @@ export { default as List } from './OfficeAndEditing/List/List.tsx';
|
|
|
60
60
|
export { default as ListDashes } from './OfficeAndEditing/ListDashes/ListDashes.tsx';
|
|
61
61
|
export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
|
|
62
62
|
export { default as Trash } from './OfficeAndEditing/Trash/Trash.tsx';
|
|
63
|
+
export { default as TrashSimple } from './OfficeAndEditing/TrashSimple/TrashSimple.tsx';
|
|
63
64
|
export { default as FloppyDisk } from './OfficeAndEditing/FloppyDisk/FloppyDisk.tsx';
|
|
64
65
|
export { default as Copy } from './OfficeAndEditing/Copy/Copy.tsx';
|
|
66
|
+
export { default as Files } from './OfficeAndEditing/Files/Files.tsx';
|
|
65
67
|
export { default as User } from './People/User/User.tsx';
|
|
66
68
|
export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
|
|
67
69
|
export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';
|