@hellobetterdigitalnz/betterui 0.0.3-330 → 0.0.3-331
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/Games/Strategy/Strategy.d.ts +4 -0
- package/dist/Components/Icons/index.d.ts +1 -0
- package/dist/index.cjs.js +13 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +381 -377
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
- package/src/Components/Icons/index.ts +1 -0
|
@@ -88,6 +88,7 @@ export { default as Diamond } from './Games/Diamond/Diamond.tsx';
|
|
|
88
88
|
export { default as DiceFive } from './Games/DiceFive/DiceFive.tsx';
|
|
89
89
|
export { default as DiceFour } from './Games/DiceFour/DiceFour.tsx';
|
|
90
90
|
export { default as MaskHappy } from './Games/MaskHappy/MaskHappy.tsx';
|
|
91
|
+
export { default as Strategy } from './Games/Strategy/Strategy.tsx';
|
|
91
92
|
export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
|
|
92
93
|
export { default as House } from './MapAndTravel/House/House.tsx';
|
|
93
94
|
export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
|