@hellobetterdigitalnz/betterui 0.0.3-220 → 0.0.3-222
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/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +3 -0
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +317 -176
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -62,6 +62,7 @@ export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
|
|
|
62
62
|
export { default as Trash } from './OfficeAndEditing/Trash/Trash.tsx';
|
|
63
63
|
export { default as FloppyDisk } from './OfficeAndEditing/FloppyDisk/FloppyDisk.tsx';
|
|
64
64
|
export { default as Copy } from './OfficeAndEditing/Copy/Copy.tsx';
|
|
65
|
+
export { default as Files } from './OfficeAndEditing/Files/Files.tsx';
|
|
65
66
|
export { default as User } from './People/User/User.tsx';
|
|
66
67
|
export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
|
|
67
68
|
export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';
|
|
@@ -85,6 +86,8 @@ export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/Down
|
|
|
85
86
|
export { default as SignOut } from './SystemAndDevice/SignOut/SignOut.tsx';
|
|
86
87
|
export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
|
|
87
88
|
export { default as Check } from './SystemAndDevice/Check/Check.tsx';
|
|
89
|
+
export { default as ToggleRight } from './SystemAndDevice/ToggleRight/ToggleRight.tsx';
|
|
90
|
+
export { default as ToggleLeft } from './SystemAndDevice/ToggleLeft/ToggleLeft.tsx';
|
|
88
91
|
export { default as Calendar } from './Time/Calendar/Calendar';
|
|
89
92
|
export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
|
|
90
93
|
export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
|