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.
@@ -23,36 +23,89 @@ declare function BaseAlert(
23
23
  interface PrimitiveColorType {
24
24
  color_overlay: string;
25
25
 
26
- color_palette_neutral_100: string;
27
- color_palette_neutral_90: string;
28
- color_palette_neutral_80: string;
29
- color_palette_neutral_70: string;
30
- color_palette_neutral_60: string;
31
- color_palette_neutral_50: string;
32
- color_palette_neutral_40: string;
33
- color_palette_neutral_30: string;
34
- color_palette_neutral_20: string;
35
- color_palette_neutral_10: string;
36
-
37
- color_palette_dark_blue: string;
38
- color_palette_blue: string;
39
- color_palette_light_blue: string;
40
-
41
- color_palette_dark_orange: string;
42
- color_palette_orange: string;
43
- color_palette_light_orange: string;
44
-
45
- color_palette_dark_green: string;
46
- color_palette_green: string;
47
- color_palette_light_green: string;
48
-
49
- color_palette_dark_red: string;
50
- color_palette_red: string;
51
- color_palette_light_red: string;
52
-
53
- color_palette_dark_yellow: string;
54
- color_palette_yellow: string;
55
- color_palette_light_yellow: string;
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
- color_bg_default: string;
65
- color_bg_white: string;
66
- color_bg_black: string;
67
- color_bg_dark_grey: string;
68
- color_bg_dark_blue: string;
69
- color_bg_blue: string;
70
- color_bg_light_blue: string;
71
- color_bg_orange: string;
72
- color_bg_light_orange: string;
73
- color_bg_green: string;
74
- color_bg_light_green: string;
75
- color_bg_red: string;
76
- color_bg_light_red: string;
77
- color_bg_yellow: string;
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
- color_border_grey: string;
82
- color_border_dark_grey: string;
83
- color_border_white: string;
84
- color_border_blue: string;
85
- color_border_orange: string;
86
- color_border_green: string;
87
- color_border_red: string;
88
- color_border_yellow: string;
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
- color_text_black: string;
92
- color_text_dark_grey: string;
93
- color_text_grey: string;
94
- color_text_light_grey: string;
95
- color_text_white: string;
96
- color_text_blue: string;
97
- color_text_orange: string;
98
- color_text_green: string;
99
- color_text_red: string;
100
- color_text_yellow: string;
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
- color_icon_grey: string;
104
- color_icon_light_grey: string;
105
- color_icon_white: string;
106
- color_icon_blue: string;
107
- color_icon_orange: string;
108
- color_icon_green: string;
109
- color_icon_red: string;
110
- color_icon_yellow: string;
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-dakVJwjl.mjs';
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.8",
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/legacy/atoms/icons/index.d.mts",
22
- "import": "./dist/legacy/atoms/icons/index.mjs",
23
- "default": "./dist/legacy/atoms/icons/index.mjs"
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",