spotlibs-components 0.1.12 → 0.1.13
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/atoms → atoms}/icons/index.mjs +2 -2
- package/dist/{components/index.d.mts → index.d.mts} +1 -1
- package/dist/{components/index.mjs → index.mjs} +4 -4
- package/dist/index.mjs.map +1 -0
- package/dist/{components/mui → mui}/index.mjs +1 -1
- package/dist/{components/types.d.mts → types.d.mts} +1 -1
- package/package.json +2 -2
- package/dist/components/index.mjs.map +0 -1
- /package/dist/{components/atoms → atoms}/icons/index.d.mts +0 -0
- /package/dist/{components/atoms → atoms}/icons/index.mjs.map +0 -0
- /package/dist/{components/mui → mui}/index.d.mts +0 -0
- /package/dist/{components/mui → mui}/index.mjs.map +0 -0
- /package/dist/{components/types.mjs → types.mjs} +0 -0
- /package/dist/{components/types.mjs.map → types.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as BaseAlertProps, w as BaseButtonProps, x as BaseCardProps, y as BaseCheckboxOption, z as BaseCheckboxProps, A as BaseDatatableAlign, E as BaseDatatableColumn, F as BaseDatatableFeatures, G as BaseDatatableHeaderCell, H as BaseDatatableLayout, I as BaseDatatablePagination, J as BaseDatatableProps, K as BaseDatatableSelection, L as BaseDatatableSortPayload, M as BaseDatatableSortState, N as BaseDatePickerProps, O as BaseDropdownProps, Q as BaseDropzoneProps, U as BaseModalOTPProps, W as BaseModalProps, X as BaseModalStepperProps, Y as BaseModalStepperStep, Z as BaseRadioButtonProps, _ as BaseStepperDashboardStep, $ as BaseStepperProps, a0 as BaseStepperSimpleStep, a1 as BaseSwitchProps, a2 as BaseTextAreaProps, a3 as BaseTextFieldProps, a4 as ContentSpacingProps, a5 as DerivedColorType, a6 as PrimitiveColorType, a7 as RadiusLevel, a8 as RadiusMap, a9 as RadiusTokenProps, aa as ShadowElevation, ab as ShadowLevel, ac as ShadowMap, ad as ShadowTokenProps, ae as SpacingProps, af as TextFieldUploadProps, ag as TypographyColor, ah as TypographyProps, ai as TypographyVariant } from '
|
|
1
|
+
export { v as BaseAlertProps, w as BaseButtonProps, x as BaseCardProps, y as BaseCheckboxOption, z as BaseCheckboxProps, A as BaseDatatableAlign, E as BaseDatatableColumn, F as BaseDatatableFeatures, G as BaseDatatableHeaderCell, H as BaseDatatableLayout, I as BaseDatatablePagination, J as BaseDatatableProps, K as BaseDatatableSelection, L as BaseDatatableSortPayload, M as BaseDatatableSortState, N as BaseDatePickerProps, O as BaseDropdownProps, Q as BaseDropzoneProps, U as BaseModalOTPProps, W as BaseModalProps, X as BaseModalStepperProps, Y as BaseModalStepperStep, Z as BaseRadioButtonProps, _ as BaseStepperDashboardStep, $ as BaseStepperProps, a0 as BaseStepperSimpleStep, a1 as BaseSwitchProps, a2 as BaseTextAreaProps, a3 as BaseTextFieldProps, a4 as ContentSpacingProps, a5 as DerivedColorType, a6 as PrimitiveColorType, a7 as RadiusLevel, a8 as RadiusMap, a9 as RadiusTokenProps, aa as ShadowElevation, ab as ShadowLevel, ac as ShadowMap, ad as ShadowTokenProps, ae as SpacingProps, af as TextFieldUploadProps, ag as TypographyColor, ah as TypographyProps, ai as TypographyVariant } from './types-D1akE7ak.mjs';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@mui/material/styles';
|
|
4
4
|
import 'react-hook-form';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spotlibs-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"default": "./dist/mui/index.mjs"
|
|
30
30
|
},
|
|
31
31
|
"./utils": {
|
|
32
|
-
"types": "./
|
|
32
|
+
"types": "./dist/utils/index.d.mts",
|
|
33
33
|
"import": "./dist/utils/index.mjs",
|
|
34
34
|
"default": "./dist/utils/index.mjs"
|
|
35
35
|
},
|