@hellobetterdigitalnz/betterui 0.0.3-209 → 0.0.3-210
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/Commerce/Scale/Scale.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +3 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +8 -0
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1041 -679
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx'
|
|
|
9
9
|
export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
|
|
10
10
|
export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
|
|
11
11
|
export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
|
|
12
|
+
export { default as Scale } from './Commerce/Scale/Scale.tsx';
|
|
12
13
|
export { default as AddressBook } from './Communication/AddressBook/AddressBook';
|
|
13
14
|
export { default as Asterisk } from './Communication/Asterisk/Asterisk';
|
|
14
15
|
export { default as At } from './Communication/At/At';
|
|
@@ -27,12 +28,16 @@ export { default as DropHalfBottom } from './Design/DropHalfBottom/DropHalfBotto
|
|
|
27
28
|
export { default as SquaresFour } from './Design/SquaresFour/SquaresFour.tsx';
|
|
28
29
|
export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
|
|
29
30
|
export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
|
|
31
|
+
export { default as House } from './MapAndTravel/House/House.tsx';
|
|
30
32
|
export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
|
|
31
33
|
export { default as Path } from './MapAndTravel/Path/Path.tsx';
|
|
32
34
|
export { default as Tram } from './MapAndTravel/Tram/Tram.tsx';
|
|
33
35
|
export { default as RoadHorizon } from './MapAndTravel/RoadHorizon/RoadHorizon.tsx';
|
|
34
36
|
export { default as SwimmingPool } from './MapAndTravel/SwimmingPool/SwimmingPool.tsx';
|
|
35
37
|
export { default as MapPin } from './MapAndTravel/MapPin/MapPin.tsx';
|
|
38
|
+
export { default as MapTriFold } from './MapAndTravel/MapTriFold/MapTriFold.tsx';
|
|
39
|
+
export { default as SteeringWheel } from './MapAndTravel/SteeringWheel/SteeringWheel.tsx';
|
|
40
|
+
export { default as Van } from './MapAndTravel/Van/Van.tsx';
|
|
36
41
|
export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
|
|
37
42
|
export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
|
|
38
43
|
export { default as Minus } from './MathsAndFinance/Minus/Minus.tsx';
|
|
@@ -42,6 +47,7 @@ export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx'
|
|
|
42
47
|
export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
|
|
43
48
|
export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
|
|
44
49
|
export { default as PlusCircle } from './MathsAndFinance/PlusCircle/PlusCircle.tsx';
|
|
50
|
+
export { default as Calculator } from './MathsAndFinance/Calculator/Calculator.tsx';
|
|
45
51
|
export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
|
|
46
52
|
export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
|
|
47
53
|
export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
|
|
@@ -76,6 +82,8 @@ export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/Down
|
|
|
76
82
|
export { default as SignOut } from './SystemAndDevice/SignOut/SignOut.tsx';
|
|
77
83
|
export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
|
|
78
84
|
export { default as Check } from './SystemAndDevice/Check/Check.tsx';
|
|
85
|
+
export { default as Calendar } from './Time/Calendar/Calendar';
|
|
86
|
+
export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
|
|
79
87
|
export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
|
|
80
88
|
export { default as Clock } from './Time/Clock/Clock';
|
|
81
89
|
export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';
|