@hellobetterdigitalnz/betterui 0.0.3-12 → 0.0.3-13
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/Design/PencilLine/PencilLine.d.ts +3 -0
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +9 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +952 -626
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -12,11 +12,19 @@ export { default as Broadcast } from './Communication/Broadcast/Broadcast';
|
|
|
12
12
|
export { default as Chat } from './Communication/Chat/Chat';
|
|
13
13
|
export { default as Eye } from './Design/Eye/Eye';
|
|
14
14
|
export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
|
|
15
|
+
export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
|
|
16
|
+
export { default as Ruler } from './Design/Ruler/Ruler.tsx';
|
|
15
17
|
export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
|
|
16
18
|
export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
|
|
19
|
+
export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
|
|
20
|
+
export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
|
|
21
|
+
export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
|
|
17
22
|
export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
|
|
18
23
|
export { default as Bell } from './SystemAndDevice/Bell/Bell';
|
|
19
24
|
export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
|
|
20
|
-
export { default as
|
|
25
|
+
export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
|
|
26
|
+
export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx';
|
|
27
|
+
export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
|
|
28
|
+
export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
|
|
21
29
|
export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
|
|
22
30
|
export { default as Clock } from './Time/Clock/Clock';
|