@modul/mbui 0.0.36-beta-pv-53652-4260052c → 0.0.36
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Alert/index.js +1 -1
- package/dist/Checkbox/index.js +1 -1
- package/dist/Collapsible/index.js +1 -1
- package/dist/DatePicker/index.js +1 -1
- package/dist/Icon/icons/ClockSolid.d.ts +4 -0
- package/dist/Icon/icons/index.d.ts +1 -0
- package/dist/Icon/icons/index.js +1 -1
- package/dist/Icon/index.js +1 -1
- package/dist/Loading/index.js +1 -1
- package/dist/Page/index.js +1 -1
- package/dist/Select/components/index.js +1 -1
- package/dist/Select/index.js +1 -1
- package/dist/Toaster/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
@@ -49,6 +49,7 @@ export { default as Checklist } from './Checklist';
|
|
49
49
|
export { default as Circle } from './Circle';
|
50
50
|
export { default as Close } from './Close';
|
51
51
|
export { default as Clock } from './Clock';
|
52
|
+
export { default as ClockSolid } from './ClockSolid';
|
52
53
|
export { default as Coins } from './Coins';
|
53
54
|
export { default as Collapse } from './Collapse';
|
54
55
|
export { default as Copy } from './Copy';
|