@movable/ui 0.6.0 → 0.6.2
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/lib/components/Header/PageHeaderActionButtons.d.ts +1 -1
- package/lib/index.mjs +1541 -1434
- package/lib/index.mjs.map +1 -1
- package/lib/palette.d.ts +224 -0
- package/lib/theme.d.ts +76 -10
- package/package.json +1 -1
package/lib/palette.d.ts
ADDED
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
declare const palette: {
|
|
2
|
+
text: {
|
|
3
|
+
primary: "#212121";
|
|
4
|
+
secondary: "#616161";
|
|
5
|
+
disabled: "#616161";
|
|
6
|
+
};
|
|
7
|
+
focusVisible: string;
|
|
8
|
+
blue50: "#e3f2fd";
|
|
9
|
+
blue100: "#bbdefb";
|
|
10
|
+
blue200: "#90caf9";
|
|
11
|
+
blue300: "#64b5f6";
|
|
12
|
+
blue400: "#42a5f5";
|
|
13
|
+
blue500: "#2196f3";
|
|
14
|
+
blue600: string;
|
|
15
|
+
blue700: string;
|
|
16
|
+
blue800: string;
|
|
17
|
+
blue900: string;
|
|
18
|
+
blueA100: "#82b1ff";
|
|
19
|
+
blueA200: "#448aff";
|
|
20
|
+
blueA400: "#2979ff";
|
|
21
|
+
blueA700: "#2962ff";
|
|
22
|
+
blue1000: string;
|
|
23
|
+
green50: "#e8f5e9";
|
|
24
|
+
green100: "#c8e6c9";
|
|
25
|
+
green200: "#a5d6a7";
|
|
26
|
+
green300: "#81c784";
|
|
27
|
+
green400: "#66bb6a";
|
|
28
|
+
green500: "#4caf50";
|
|
29
|
+
green600: "#43a047";
|
|
30
|
+
green700: "#388e3c";
|
|
31
|
+
green800: "#2e7d32";
|
|
32
|
+
green900: "#1b5e20";
|
|
33
|
+
green1000: string;
|
|
34
|
+
greenA100: "#b9f6ca";
|
|
35
|
+
greenA200: "#69f0ae";
|
|
36
|
+
greenA400: "#00e676";
|
|
37
|
+
greenA700: string;
|
|
38
|
+
greenA900: string;
|
|
39
|
+
lightBlue50: "#e1f5fe";
|
|
40
|
+
lightBlue100: "#b3e5fc";
|
|
41
|
+
lightBlue200: "#81d4fa";
|
|
42
|
+
lightBlue300: "#4fc3f7";
|
|
43
|
+
lightBlue400: "#29b6f6";
|
|
44
|
+
lightBlue500: "#03a9f4";
|
|
45
|
+
lightBlue600: "#039be5";
|
|
46
|
+
lightBlue700: "#0288d1";
|
|
47
|
+
lightBlue800: "#0277bd";
|
|
48
|
+
lightBlue900: "#01579b";
|
|
49
|
+
lightBlue1000: string;
|
|
50
|
+
lightBlueA100: "#80d8ff";
|
|
51
|
+
lightBlueA200: "#40c4ff";
|
|
52
|
+
lightBlueA400: "#00b0ff";
|
|
53
|
+
lightBlueA700: "#0091ea";
|
|
54
|
+
lightGreen50: "#f1f8e9";
|
|
55
|
+
lightGreen100: "#dcedc8";
|
|
56
|
+
lightGreen200: "#c5e1a5";
|
|
57
|
+
lightGreen300: "#aed581";
|
|
58
|
+
lightGreen400: "#9ccc65";
|
|
59
|
+
lightGreen500: "#8bc34a";
|
|
60
|
+
lightGreen600: "#7cb342";
|
|
61
|
+
lightGreen700: "#689f38";
|
|
62
|
+
lightGreen800: "#558b2f";
|
|
63
|
+
lightGreen900: "#33691e";
|
|
64
|
+
neutral00: string;
|
|
65
|
+
neutral50: "#fafafa";
|
|
66
|
+
neutral100: "#f5f5f5";
|
|
67
|
+
neutral200: "#eeeeee";
|
|
68
|
+
neutral300: "#e0e0e0";
|
|
69
|
+
neutral400: "#bdbdbd";
|
|
70
|
+
neutral500: "#9e9e9e";
|
|
71
|
+
neutral600: "#757575";
|
|
72
|
+
neutral700: "#616161";
|
|
73
|
+
neutral800: "#424242";
|
|
74
|
+
neutral900: "#212121";
|
|
75
|
+
neutralA100: string;
|
|
76
|
+
neutralA200: string;
|
|
77
|
+
neutralA400: string;
|
|
78
|
+
neutralA700: string;
|
|
79
|
+
orange50: "#fff3e0";
|
|
80
|
+
orange100: "#ffe0b2";
|
|
81
|
+
orange200: "#ffcc80";
|
|
82
|
+
orange300: "#ffb74d";
|
|
83
|
+
orange400: "#ffa726";
|
|
84
|
+
orange500: "#ff9800";
|
|
85
|
+
orange600: "#fb8c00";
|
|
86
|
+
orange700: "#f57c00";
|
|
87
|
+
orange800: "#ef6c00";
|
|
88
|
+
orange900: "#e65100";
|
|
89
|
+
orange1000: string;
|
|
90
|
+
orangeA100: "#ffd180";
|
|
91
|
+
orangeA200: "#ffab40";
|
|
92
|
+
orangeA400: "#ff9100";
|
|
93
|
+
orangeA700: "#ff6d00";
|
|
94
|
+
purple50: "#f3e5f5";
|
|
95
|
+
purple100: "#e1bee7";
|
|
96
|
+
purple200: "#ce93d8";
|
|
97
|
+
purple300: "#ba68c8";
|
|
98
|
+
purple400: "#ab47bc";
|
|
99
|
+
purple500: "#9c27b0";
|
|
100
|
+
purple600: "#8e24aa";
|
|
101
|
+
purple700: "#7b1fa2";
|
|
102
|
+
purple800: "#6a1b9a";
|
|
103
|
+
purple900: "#4a148c";
|
|
104
|
+
purple1000: string;
|
|
105
|
+
purpleA100: "#ea80fc";
|
|
106
|
+
purpleA200: "#e040fb";
|
|
107
|
+
purpleA400: "#d500f9";
|
|
108
|
+
purpleA700: "#aa00ff";
|
|
109
|
+
yellow50: "#fffde7";
|
|
110
|
+
yellow100: "#fff9c4";
|
|
111
|
+
yellow200: "#fff59d";
|
|
112
|
+
yellow300: "#fff176";
|
|
113
|
+
yellow400: "#ffee58";
|
|
114
|
+
yellow500: "#ffeb3b";
|
|
115
|
+
yellow600: "#fdd835";
|
|
116
|
+
yellow700: "#fbc02d";
|
|
117
|
+
yellow800: "#f9a825";
|
|
118
|
+
yellow900: "#f57f17";
|
|
119
|
+
yellow1000: string;
|
|
120
|
+
yellowA100: "#ffff8d";
|
|
121
|
+
yellowA200: "#ffff00";
|
|
122
|
+
yellowA400: "#ffea00";
|
|
123
|
+
yellowA700: "#ffd600";
|
|
124
|
+
red50: "#ffebee";
|
|
125
|
+
red100: "#ffcdd2";
|
|
126
|
+
red200: "#ef9a9a";
|
|
127
|
+
red300: "#e57373";
|
|
128
|
+
red400: "#ef5350";
|
|
129
|
+
red500: "#f44336";
|
|
130
|
+
red600: "#e53935";
|
|
131
|
+
red700: "#d32f2f";
|
|
132
|
+
red800: "#c62828";
|
|
133
|
+
red900: "#b71c1c";
|
|
134
|
+
red1000: string;
|
|
135
|
+
redA100: "#ff8a80";
|
|
136
|
+
redA200: "#ff5252";
|
|
137
|
+
redA400: "#ff1744";
|
|
138
|
+
redA700: "#d50000";
|
|
139
|
+
cyan50: "#e0f7fa";
|
|
140
|
+
cyan100: "#b2ebf2";
|
|
141
|
+
cyan200: "#80deea";
|
|
142
|
+
cyan300: "#4dd0e1";
|
|
143
|
+
cyan400: "#26c6da";
|
|
144
|
+
cyan500: "#00bcd4";
|
|
145
|
+
cyan600: "#00acc1";
|
|
146
|
+
cyan700: "#0097a7";
|
|
147
|
+
cyan800: "#00838f";
|
|
148
|
+
cyan900: "#006064";
|
|
149
|
+
cyan1000: string;
|
|
150
|
+
cyanA100: "#84ffff";
|
|
151
|
+
cyanA200: "#18ffff";
|
|
152
|
+
cyanA400: "#00e5ff";
|
|
153
|
+
cyanA700: "#00b8d4";
|
|
154
|
+
deepPurple50: "#ede7f6";
|
|
155
|
+
deepPurple100: "#d1c4e9";
|
|
156
|
+
deepPurple200: "#b39ddb";
|
|
157
|
+
deepPurple300: "#9575cd";
|
|
158
|
+
deepPurple400: "#7e57c2";
|
|
159
|
+
deepPurple500: "#673ab7";
|
|
160
|
+
deepPurple600: "#5e35b1";
|
|
161
|
+
deepPurple700: "#512da8";
|
|
162
|
+
deepPurple800: "#4527a0";
|
|
163
|
+
deepPurple900: "#311b92";
|
|
164
|
+
deepPurple1000: string;
|
|
165
|
+
deepPurpleA100: "#b388ff";
|
|
166
|
+
deepPurpleA200: "#7c4dff";
|
|
167
|
+
deepPurpleA400: "#651fff";
|
|
168
|
+
deepPurpleA700: "#6200ea";
|
|
169
|
+
primary: {
|
|
170
|
+
main: "#2962ff";
|
|
171
|
+
dark: string;
|
|
172
|
+
light: "#448aff";
|
|
173
|
+
contrastText: string;
|
|
174
|
+
hover: string;
|
|
175
|
+
selected: string;
|
|
176
|
+
focus: string;
|
|
177
|
+
focusVisible: string;
|
|
178
|
+
outlinedBorder: "#90caf9";
|
|
179
|
+
};
|
|
180
|
+
secondary: {
|
|
181
|
+
main: "#aa00ff";
|
|
182
|
+
dark: "#7b1fa2";
|
|
183
|
+
light: "#d500f9";
|
|
184
|
+
contrastText: string;
|
|
185
|
+
hover: string;
|
|
186
|
+
selected: string;
|
|
187
|
+
focus: string;
|
|
188
|
+
focusVisible: string;
|
|
189
|
+
outlinedBorder: "#ce93d8";
|
|
190
|
+
};
|
|
191
|
+
error: {
|
|
192
|
+
main: "#d50000";
|
|
193
|
+
dark: "#c62828";
|
|
194
|
+
light: "#ff5252";
|
|
195
|
+
contrastText: string;
|
|
196
|
+
};
|
|
197
|
+
warning: {
|
|
198
|
+
main: "#f57f17";
|
|
199
|
+
dark: string;
|
|
200
|
+
light: "#f9a825";
|
|
201
|
+
contrastText: string;
|
|
202
|
+
};
|
|
203
|
+
info: {
|
|
204
|
+
main: "#0091ea";
|
|
205
|
+
dark: "#01579b";
|
|
206
|
+
light: "#00b0ff";
|
|
207
|
+
contrastText: string;
|
|
208
|
+
};
|
|
209
|
+
success: {
|
|
210
|
+
main: string;
|
|
211
|
+
dark: "#388e3c";
|
|
212
|
+
light: string;
|
|
213
|
+
contrastText: string;
|
|
214
|
+
};
|
|
215
|
+
action: {
|
|
216
|
+
active: "#616161";
|
|
217
|
+
hover: string;
|
|
218
|
+
selected: string;
|
|
219
|
+
focus: string;
|
|
220
|
+
disabledBackground: "#eeeeee";
|
|
221
|
+
disabled: "#616161";
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
export default palette;
|
package/lib/theme.d.ts
CHANGED
|
@@ -14,17 +14,11 @@ declare module '@mui/material/styles' {
|
|
|
14
14
|
blue700: string;
|
|
15
15
|
blue800: string;
|
|
16
16
|
blue900: string;
|
|
17
|
+
blueA100: string;
|
|
18
|
+
blueA200: string;
|
|
19
|
+
blueA400: string;
|
|
20
|
+
blueA700: string;
|
|
17
21
|
blue1000: string;
|
|
18
|
-
indigo50: string;
|
|
19
|
-
indigo100: string;
|
|
20
|
-
indigo200: string;
|
|
21
|
-
indigo300: string;
|
|
22
|
-
indigo400: string;
|
|
23
|
-
indigo500: string;
|
|
24
|
-
indigo600: string;
|
|
25
|
-
indigo700: string;
|
|
26
|
-
indigo800: string;
|
|
27
|
-
indigo900: string;
|
|
28
22
|
green50: string;
|
|
29
23
|
green100: string;
|
|
30
24
|
green200: string;
|
|
@@ -35,6 +29,12 @@ declare module '@mui/material/styles' {
|
|
|
35
29
|
green700: string;
|
|
36
30
|
green800: string;
|
|
37
31
|
green900: string;
|
|
32
|
+
green1000: string;
|
|
33
|
+
greenA100: string;
|
|
34
|
+
greenA200: string;
|
|
35
|
+
greenA400: string;
|
|
36
|
+
greenA700: string;
|
|
37
|
+
greenA900: string;
|
|
38
38
|
lightBlue50: string;
|
|
39
39
|
lightBlue100: string;
|
|
40
40
|
lightBlue200: string;
|
|
@@ -45,6 +45,11 @@ declare module '@mui/material/styles' {
|
|
|
45
45
|
lightBlue700: string;
|
|
46
46
|
lightBlue800: string;
|
|
47
47
|
lightBlue900: string;
|
|
48
|
+
lightBlue1000: string;
|
|
49
|
+
lightBlueA100: string;
|
|
50
|
+
lightBlueA200: string;
|
|
51
|
+
lightBlueA400: string;
|
|
52
|
+
lightBlueA700: string;
|
|
48
53
|
lightGreen50: string;
|
|
49
54
|
lightGreen100: string;
|
|
50
55
|
lightGreen200: string;
|
|
@@ -55,6 +60,7 @@ declare module '@mui/material/styles' {
|
|
|
55
60
|
lightGreen700: string;
|
|
56
61
|
lightGreen800: string;
|
|
57
62
|
lightGreen900: string;
|
|
63
|
+
neutral00: string;
|
|
58
64
|
neutral50: string;
|
|
59
65
|
neutral100: string;
|
|
60
66
|
neutral200: string;
|
|
@@ -79,6 +85,11 @@ declare module '@mui/material/styles' {
|
|
|
79
85
|
orange700: string;
|
|
80
86
|
orange800: string;
|
|
81
87
|
orange900: string;
|
|
88
|
+
orange1000: string;
|
|
89
|
+
orangeA100: string;
|
|
90
|
+
orangeA200: string;
|
|
91
|
+
orangeA400: string;
|
|
92
|
+
orangeA700: string;
|
|
82
93
|
purple50: string;
|
|
83
94
|
purple100: string;
|
|
84
95
|
purple200: string;
|
|
@@ -89,6 +100,11 @@ declare module '@mui/material/styles' {
|
|
|
89
100
|
purple700: string;
|
|
90
101
|
purple800: string;
|
|
91
102
|
purple900: string;
|
|
103
|
+
purple1000: string;
|
|
104
|
+
purpleA100: string;
|
|
105
|
+
purpleA200: string;
|
|
106
|
+
purpleA400: string;
|
|
107
|
+
purpleA700: string;
|
|
92
108
|
yellow50: string;
|
|
93
109
|
yellow100: string;
|
|
94
110
|
yellow200: string;
|
|
@@ -99,6 +115,56 @@ declare module '@mui/material/styles' {
|
|
|
99
115
|
yellow700: string;
|
|
100
116
|
yellow800: string;
|
|
101
117
|
yellow900: string;
|
|
118
|
+
yellow1000: string;
|
|
119
|
+
yellowA100: string;
|
|
120
|
+
yellowA200: string;
|
|
121
|
+
yellowA400: string;
|
|
122
|
+
yellowA700: string;
|
|
123
|
+
red50: string;
|
|
124
|
+
red100: string;
|
|
125
|
+
red200: string;
|
|
126
|
+
red300: string;
|
|
127
|
+
red400: string;
|
|
128
|
+
red500: string;
|
|
129
|
+
red600: string;
|
|
130
|
+
red700: string;
|
|
131
|
+
red800: string;
|
|
132
|
+
red900: string;
|
|
133
|
+
red1000: string;
|
|
134
|
+
redA100: string;
|
|
135
|
+
redA200: string;
|
|
136
|
+
redA400: string;
|
|
137
|
+
redA700: string;
|
|
138
|
+
cyan50: string;
|
|
139
|
+
cyan100: string;
|
|
140
|
+
cyan200: string;
|
|
141
|
+
cyan300: string;
|
|
142
|
+
cyan400: string;
|
|
143
|
+
cyan500: string;
|
|
144
|
+
cyan600: string;
|
|
145
|
+
cyan700: string;
|
|
146
|
+
cyan800: string;
|
|
147
|
+
cyan900: string;
|
|
148
|
+
cyan1000: string;
|
|
149
|
+
cyanA100: string;
|
|
150
|
+
cyanA200: string;
|
|
151
|
+
cyanA400: string;
|
|
152
|
+
cyanA700: string;
|
|
153
|
+
deepPurple50: string;
|
|
154
|
+
deepPurple100: string;
|
|
155
|
+
deepPurple200: string;
|
|
156
|
+
deepPurple300: string;
|
|
157
|
+
deepPurple400: string;
|
|
158
|
+
deepPurple500: string;
|
|
159
|
+
deepPurple600: string;
|
|
160
|
+
deepPurple700: string;
|
|
161
|
+
deepPurple800: string;
|
|
162
|
+
deepPurple900: string;
|
|
163
|
+
deepPurple1000: string;
|
|
164
|
+
deepPurpleA100: string;
|
|
165
|
+
deepPurpleA200: string;
|
|
166
|
+
deepPurpleA400: string;
|
|
167
|
+
deepPurpleA700: string;
|
|
102
168
|
}
|
|
103
169
|
interface PalletteOptions {
|
|
104
170
|
focusVisible: string;
|