spotlibs-components 0.1.8 → 0.1.9
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/atoms/icons/index.d.mts +105 -0
- package/dist/atoms/icons/index.mjs +5 -0
- package/dist/{legacy/atoms → atoms}/icons/index.mjs.map +1 -1
- package/dist/{chunk-ZA4TTXLC.mjs → chunk-J3F77MZN.mjs} +235 -2264
- package/dist/chunk-J3F77MZN.mjs.map +1 -0
- package/dist/index.d.mts +442 -3
- package/dist/index.mjs +2173 -70
- package/dist/index.mjs.map +1 -1
- package/dist/{types-dakVJwjl.d.mts → types-qsnVqq6_.d.mts} +124 -71
- package/dist/types.d.mts +1 -1
- package/package.json +5 -4
- package/dist/chunk-ZA4TTXLC.mjs.map +0 -1
- package/dist/legacy/atoms/icons/index.d.mts +0 -542
- package/dist/legacy/atoms/icons/index.mjs +0 -4
|
@@ -23,36 +23,89 @@ declare function BaseAlert(
|
|
|
23
23
|
interface PrimitiveColorType {
|
|
24
24
|
color_overlay: string;
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
26
|
+
color_neutral_900: string;
|
|
27
|
+
color_neutral_700: string;
|
|
28
|
+
color_neutral_600: string;
|
|
29
|
+
color_neutral_500: string;
|
|
30
|
+
color_neutral_400: string;
|
|
31
|
+
color_neutral_300: string;
|
|
32
|
+
color_neutral_200: string;
|
|
33
|
+
color_neutral_100: string;
|
|
34
|
+
color_neutral_50: string;
|
|
35
|
+
|
|
36
|
+
color_blue_cakrawala_900: string;
|
|
37
|
+
color_blue_cakrawala_800: string;
|
|
38
|
+
color_blue_cakrawala_700: string;
|
|
39
|
+
color_blue_cakrawala_600: string;
|
|
40
|
+
color_blue_cakrawala_500: string;
|
|
41
|
+
color_blue_cakrawala_400: string;
|
|
42
|
+
color_blue_cakrawala_300: string;
|
|
43
|
+
color_blue_cakrawala_200: string;
|
|
44
|
+
color_blue_cakrawala_100: string;
|
|
45
|
+
|
|
46
|
+
color_blue_mentari_900: string;
|
|
47
|
+
color_blue_mentari_700: string;
|
|
48
|
+
color_blue_mentari_600: string;
|
|
49
|
+
color_blue_mentari_500: string;
|
|
50
|
+
color_blue_mentari_400: string;
|
|
51
|
+
color_blue_mentari_300: string;
|
|
52
|
+
color_blue_mentari_100: string;
|
|
53
|
+
|
|
54
|
+
color_blue_neon_900: string;
|
|
55
|
+
color_blue_neon_700: string;
|
|
56
|
+
color_blue_neon_600: string;
|
|
57
|
+
color_blue_neon_500: string;
|
|
58
|
+
color_blue_neon_400: string;
|
|
59
|
+
color_blue_neon_300: string;
|
|
60
|
+
color_blue_neon_100: string;
|
|
61
|
+
|
|
62
|
+
color_blue_sky_900: string;
|
|
63
|
+
color_blue_sky_700: string;
|
|
64
|
+
color_blue_sky_600: string;
|
|
65
|
+
color_blue_sky_500: string;
|
|
66
|
+
color_blue_sky_400: string;
|
|
67
|
+
color_blue_sky_300: string;
|
|
68
|
+
color_blue_sky_100: string;
|
|
69
|
+
|
|
70
|
+
color_green_900: string;
|
|
71
|
+
color_green_700: string;
|
|
72
|
+
color_green_600: string;
|
|
73
|
+
color_green_500: string;
|
|
74
|
+
color_green_400: string;
|
|
75
|
+
color_green_300: string;
|
|
76
|
+
color_green_100: string;
|
|
77
|
+
|
|
78
|
+
color_red_900: string;
|
|
79
|
+
color_red_700: string;
|
|
80
|
+
color_red_600: string;
|
|
81
|
+
color_red_500: string;
|
|
82
|
+
color_red_400: string;
|
|
83
|
+
color_red_300: string;
|
|
84
|
+
color_red_100: string;
|
|
85
|
+
|
|
86
|
+
color_yellow_900: string;
|
|
87
|
+
color_yellow_700: string;
|
|
88
|
+
color_yellow_600: string;
|
|
89
|
+
color_yellow_500: string;
|
|
90
|
+
color_yellow_400: string;
|
|
91
|
+
color_yellow_300: string;
|
|
92
|
+
color_yellow_100: string;
|
|
93
|
+
|
|
94
|
+
color_briva_900: string;
|
|
95
|
+
color_briva_700: string;
|
|
96
|
+
color_briva_600: string;
|
|
97
|
+
color_briva_500: string;
|
|
98
|
+
color_briva_400: string;
|
|
99
|
+
color_briva_300: string;
|
|
100
|
+
color_briva_100: string;
|
|
101
|
+
|
|
102
|
+
color_brizzi_900: string;
|
|
103
|
+
color_brizzi_700: string;
|
|
104
|
+
color_brizzi_600: string;
|
|
105
|
+
color_brizzi_500: string;
|
|
106
|
+
color_brizzi_400: string;
|
|
107
|
+
color_brizzi_300: string;
|
|
108
|
+
color_brizzi_100: string;
|
|
56
109
|
|
|
57
110
|
[key: string]: string;
|
|
58
111
|
}
|
|
@@ -61,53 +114,53 @@ declare const PrimitiveColor: PrimitiveColorType;
|
|
|
61
114
|
|
|
62
115
|
interface DerivedColorType {
|
|
63
116
|
/* Background */
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
color_bg_light_yellow: string;
|
|
117
|
+
color_bg_page: string;
|
|
118
|
+
color_bg_surface: string;
|
|
119
|
+
color_bg_inverse: string;
|
|
120
|
+
color_bg_disabled: string;
|
|
121
|
+
color_bg_brand_primary: string;
|
|
122
|
+
color_bg_brand_primary_subtle: string;
|
|
123
|
+
color_bg_brand_secondary: string;
|
|
124
|
+
color_bg_brand_secondary_subtle: string;
|
|
125
|
+
color_bg_success: string;
|
|
126
|
+
color_bg_success_subtle: string;
|
|
127
|
+
color_bg_danger: string;
|
|
128
|
+
color_bg_danger_subtle: string;
|
|
129
|
+
color_bg_warning: string;
|
|
130
|
+
color_bg_warning_subtle: string;
|
|
79
131
|
|
|
80
132
|
/* Border */
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
133
|
+
color_border_default: string;
|
|
134
|
+
color_border_strong: string;
|
|
135
|
+
color_border_inverse: string;
|
|
136
|
+
color_border_brand_primary: string;
|
|
137
|
+
color_border_brand_secondary: string;
|
|
138
|
+
color_border_success: string;
|
|
139
|
+
color_border_danger: string;
|
|
140
|
+
color_border_warning: string;
|
|
89
141
|
|
|
90
142
|
/* Text */
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
143
|
+
color_text_default: string;
|
|
144
|
+
color_text_subtle: string;
|
|
145
|
+
color_text_disabled: string;
|
|
146
|
+
color_text_placeholder: string;
|
|
147
|
+
color_text_inverse: string;
|
|
148
|
+
color_text_brand_primary: string;
|
|
149
|
+
color_text_brand_secondary: string;
|
|
150
|
+
color_text_success: string;
|
|
151
|
+
color_text_danger: string;
|
|
152
|
+
color_text_warning: string;
|
|
101
153
|
|
|
102
154
|
/* Icon */
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
155
|
+
color_icon_subtle: string;
|
|
156
|
+
color_icon_strong: string;
|
|
157
|
+
color_icon_disabled: string;
|
|
158
|
+
color_icon_inverse: string;
|
|
159
|
+
color_icon_brand_primary: string;
|
|
160
|
+
color_icon_brand_secondary: string;
|
|
161
|
+
color_icon_success: string;
|
|
162
|
+
color_icon_danger: string;
|
|
163
|
+
color_icon_warning: string;
|
|
111
164
|
}
|
|
112
165
|
|
|
113
166
|
declare const DerivedColor: DerivedColorType;
|
package/dist/types.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as BaseAlertProps, w as BaseButtonProps, x as BaseCardDataItem, y as BaseCardProps, z as BaseCheckboxOption, A as BaseCheckboxProps, E as BaseDatatableAlign, F as BaseDatatableColumn, G as BaseDatatableFeatures, H as BaseDatatableHeaderCell, I as BaseDatatableLayout, J as BaseDatatablePagination, K as BaseDatatableProps, L as BaseDatatableSelection, M as BaseDatatableSortPayload, N as BaseDatatableSortState, O as BaseDatePickerProps, Q as BaseDropdownProps, U as BaseDropzoneProps, W as BaseModalOTPProps, X as BaseModalProps, Y as BaseModalStepperProps, Z as BaseModalStepperStep, _ as BaseRadioButtonProps, $ as BaseStepperDashboardStep, a0 as BaseStepperProps, a1 as BaseStepperSimpleStep, a2 as BaseSwitchProps, a3 as BaseTextAreaProps, a4 as BaseTextFieldProps, a5 as ContentSpacingProps, a6 as DerivedColorType, a7 as PrimitiveColorType, a8 as RadiusKey, a9 as RadiusMap, aa as RadiusTokenProps, ab as ShadowElevation, ac as ShadowLevel, ad as ShadowMap, ae as ShadowTokenProps, af as SpacingProps, ag as TextFieldUploadProps, ah as TypographyColorToken, ai as TypographyProps } from './types-
|
|
1
|
+
export { v as BaseAlertProps, w as BaseButtonProps, x as BaseCardDataItem, y as BaseCardProps, z as BaseCheckboxOption, A as BaseCheckboxProps, E as BaseDatatableAlign, F as BaseDatatableColumn, G as BaseDatatableFeatures, H as BaseDatatableHeaderCell, I as BaseDatatableLayout, J as BaseDatatablePagination, K as BaseDatatableProps, L as BaseDatatableSelection, M as BaseDatatableSortPayload, N as BaseDatatableSortState, O as BaseDatePickerProps, Q as BaseDropdownProps, U as BaseDropzoneProps, W as BaseModalOTPProps, X as BaseModalProps, Y as BaseModalStepperProps, Z as BaseModalStepperStep, _ as BaseRadioButtonProps, $ as BaseStepperDashboardStep, a0 as BaseStepperProps, a1 as BaseStepperSimpleStep, a2 as BaseSwitchProps, a3 as BaseTextAreaProps, a4 as BaseTextFieldProps, a5 as ContentSpacingProps, a6 as DerivedColorType, a7 as PrimitiveColorType, a8 as RadiusKey, a9 as RadiusMap, aa as RadiusTokenProps, ab as ShadowElevation, ac as ShadowLevel, ad as ShadowMap, ae as ShadowTokenProps, af as SpacingProps, ag as TextFieldUploadProps, ah as TypographyColorToken, ai as TypographyProps } from './types-qsnVqq6_.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.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"types": "./dist/types.d.mts"
|
|
19
19
|
},
|
|
20
20
|
"./icons": {
|
|
21
|
-
"types": "./dist/
|
|
22
|
-
"import": "./dist/
|
|
23
|
-
"default": "./dist/
|
|
21
|
+
"types": "./dist/atoms/icons/index.d.mts",
|
|
22
|
+
"import": "./dist/atoms/icons/index.mjs",
|
|
23
|
+
"default": "./dist/atoms/icons/index.mjs"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"@mui/lab": "^5.0.0-alpha.175",
|
|
33
33
|
"@mui/material": "^5.16.14",
|
|
34
34
|
"@mui/x-date-pickers": "5.0.20",
|
|
35
|
+
"@tabler/icons-react": "^3.43.0",
|
|
35
36
|
"@tinymce/tinymce-react": "^5.0.1",
|
|
36
37
|
"chart.js": "^4.5.1",
|
|
37
38
|
"date-fns": "2.30.0",
|