@hellobetterdigitalnz/betterui 0.0.3-80 → 0.0.3-81
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/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +443 -356
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,6 +15,8 @@ export { default as At } from './Communication/At/At';
|
|
|
15
15
|
export { default as Broadcast } from './Communication/Broadcast/Broadcast';
|
|
16
16
|
export { default as Chat } from './Communication/Chat/Chat';
|
|
17
17
|
export { default as Translate } from './Communication/Translate/Translate.tsx';
|
|
18
|
+
export { default as Phone } from './Communication/Phone/Phone.tsx';
|
|
19
|
+
export { default as EnvelopeSimple } from './Communication/EnvelopeSimple/EnvelopeSimple.tsx';
|
|
18
20
|
export { default as Eye } from './Design/Eye/Eye';
|
|
19
21
|
export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
|
|
20
22
|
export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
|