@modul/mbui 0.0.33-beta-sbplogo-2706b17f → 0.0.33-beta-pv-53449-47fa9aab
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/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/index.d.ts +0 -1
- 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/assets/css/global.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/Icon/icons/SbpColoredFull.d.ts +0 -4
|
@@ -157,7 +157,6 @@ export { default as Route } from './Route';
|
|
|
157
157
|
export { default as Ruble } from './Ruble';
|
|
158
158
|
export { default as Sbp } from './Sbp';
|
|
159
159
|
export { default as SbpColored } from './SbpColored';
|
|
160
|
-
export { default as SbpColoredFull } from './SbpColoredFull';
|
|
161
160
|
export { default as Search } from './Search';
|
|
162
161
|
export { default as Send } from './Send';
|
|
163
162
|
export { default as Services } from './Services';
|