@hellobetterdigitalnz/betterui 0.0.3-7 → 0.0.3-9
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/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +1 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +557 -510
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -16,5 +16,6 @@ export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
|
|
|
16
16
|
export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
|
|
17
17
|
export { default as Bell } from './SystemAndDevice/Bell/Bell';
|
|
18
18
|
export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
|
|
19
|
+
export { default as DotSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
|
|
19
20
|
export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
|
|
20
21
|
export { default as Clock } from './Time/Clock/Clock';
|