@hellobetterdigitalnz/betterui 0.0.3-332 → 0.0.3-333
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/index.d.ts +1 -0
- package/dist/index.cjs.js +12 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +145 -141
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Components/Icons/index.ts +1 -0
package/package.json
CHANGED
|
@@ -270,6 +270,7 @@ export { default as HourglassSimple } from './Time/HourglassSimple/HourglassSimp
|
|
|
270
270
|
// Health And Wellness
|
|
271
271
|
export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';
|
|
272
272
|
export { default as Brain } from './HealthAndWellness/Brain/Brain.tsx';
|
|
273
|
+
export { default as Lifebuoy } from './HealthAndWellness/Lifebuoy/Lifebuoy.tsx';
|
|
273
274
|
|
|
274
275
|
// Weather And Nature
|
|
275
276
|
export { default as Mountains } from './WeatherAndNature/Mountains/Mountains';
|