@hellobetterdigitalnz/betterui 0.0.3-26 → 0.0.3-28
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/NotificationsPanel/NotificationProps.d.ts +1 -1
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +467 -380
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ export { default as CaretDown } from './Arrows/CaretDown/CaretDown';
|
|
|
3
3
|
export { default as CaretUp } from './Arrows/CaretUp/CaretUp';
|
|
4
4
|
export { default as CaretRight } from './Arrows/CaretRight/CaretRight';
|
|
5
5
|
export { default as CaretLeft } from './Arrows/CaretLeft/CaretLeft';
|
|
6
|
+
export { default as CaretUpDown } from './Arrows/CaretUpDown/CaretUpDown.tsx';
|
|
6
7
|
export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
|
|
7
8
|
export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
|
|
8
9
|
export { default as AddressBook } from './Communication/AddressBook/AddressBook';
|
|
@@ -10,6 +11,7 @@ export { default as Asterisk } from './Communication/Asterisk/Asterisk';
|
|
|
10
11
|
export { default as At } from './Communication/At/At';
|
|
11
12
|
export { default as Broadcast } from './Communication/Broadcast/Broadcast';
|
|
12
13
|
export { default as Chat } from './Communication/Chat/Chat';
|
|
14
|
+
export { default as Translate } from './Communication/Translate/Translate.tsx';
|
|
13
15
|
export { default as Eye } from './Design/Eye/Eye';
|
|
14
16
|
export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
|
|
15
17
|
export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
|