@movable/ui 0.2.0-alpha.4 → 0.2.0
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/README.md +0 -20
- package/package.json +2 -3
- package/lib/components/Header/HeaderMetadata.d.ts +0 -6
- package/lib/components/Header/InkPageHeader.d.ts +0 -20
- package/lib/components/Header/LinkBreadcrumbs.d.ts +0 -6
- package/lib/components/Header/TabsWithRouter.d.ts +0 -9
- package/lib/components/Header/index.d.ts +0 -4
- package/lib/components/index.d.ts +0 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.mjs +0 -34157
- package/lib/index.mjs.map +0 -1
- package/lib/theme.d.ts +0 -127
package/lib/theme.d.ts
DELETED
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
declare module '@mui/material/styles' {
|
|
2
|
-
interface PaletteColor {
|
|
3
|
-
selected?: string;
|
|
4
|
-
}
|
|
5
|
-
interface Palette {
|
|
6
|
-
focusVisible: string;
|
|
7
|
-
blue50: string;
|
|
8
|
-
blue100: string;
|
|
9
|
-
blue200: string;
|
|
10
|
-
blue300: string;
|
|
11
|
-
blue400: string;
|
|
12
|
-
blue500: string;
|
|
13
|
-
blue600: string;
|
|
14
|
-
blue700: string;
|
|
15
|
-
blue800: string;
|
|
16
|
-
blue900: string;
|
|
17
|
-
indigo50: string;
|
|
18
|
-
indigo100: string;
|
|
19
|
-
indigo200: string;
|
|
20
|
-
indigo300: string;
|
|
21
|
-
indigo400: string;
|
|
22
|
-
indigo500: string;
|
|
23
|
-
indigo600: string;
|
|
24
|
-
indigo700: string;
|
|
25
|
-
indigo800: string;
|
|
26
|
-
indigo900: string;
|
|
27
|
-
green50: string;
|
|
28
|
-
green100: string;
|
|
29
|
-
green200: string;
|
|
30
|
-
green300: string;
|
|
31
|
-
green400: string;
|
|
32
|
-
green500: string;
|
|
33
|
-
green600: string;
|
|
34
|
-
green700: string;
|
|
35
|
-
green800: string;
|
|
36
|
-
green900: string;
|
|
37
|
-
lightBlue50: string;
|
|
38
|
-
lightBlue100: string;
|
|
39
|
-
lightBlue200: string;
|
|
40
|
-
lightBlue300: string;
|
|
41
|
-
lightBlue400: string;
|
|
42
|
-
lightBlue500: string;
|
|
43
|
-
lightBlue600: string;
|
|
44
|
-
lightBlue700: string;
|
|
45
|
-
lightBlue800: string;
|
|
46
|
-
lightBlue900: string;
|
|
47
|
-
lightGreen50: string;
|
|
48
|
-
lightGreen100: string;
|
|
49
|
-
lightGreen200: string;
|
|
50
|
-
lightGreen300: string;
|
|
51
|
-
lightGreen400: string;
|
|
52
|
-
lightGreen500: string;
|
|
53
|
-
lightGreen600: string;
|
|
54
|
-
lightGreen700: string;
|
|
55
|
-
lightGreen800: string;
|
|
56
|
-
lightGreen900: string;
|
|
57
|
-
neutral50: string;
|
|
58
|
-
neutral100: string;
|
|
59
|
-
neutral200: string;
|
|
60
|
-
neutral300: string;
|
|
61
|
-
neutral400: string;
|
|
62
|
-
neutral500: string;
|
|
63
|
-
neutral600: string;
|
|
64
|
-
neutral700: string;
|
|
65
|
-
neutral800: string;
|
|
66
|
-
neutral900: string;
|
|
67
|
-
neutralA100: string;
|
|
68
|
-
neutralA200: string;
|
|
69
|
-
neutralA400: string;
|
|
70
|
-
neutralA700: string;
|
|
71
|
-
orange50: string;
|
|
72
|
-
orange100: string;
|
|
73
|
-
orange200: string;
|
|
74
|
-
orange300: string;
|
|
75
|
-
orange400: string;
|
|
76
|
-
orange500: string;
|
|
77
|
-
orange600: string;
|
|
78
|
-
orange700: string;
|
|
79
|
-
orange800: string;
|
|
80
|
-
orange900: string;
|
|
81
|
-
purple50: string;
|
|
82
|
-
purple100: string;
|
|
83
|
-
purple200: string;
|
|
84
|
-
purple300: string;
|
|
85
|
-
purple400: string;
|
|
86
|
-
purple500: string;
|
|
87
|
-
purple600: string;
|
|
88
|
-
purple700: string;
|
|
89
|
-
purple800: string;
|
|
90
|
-
purple900: string;
|
|
91
|
-
yellow50: string;
|
|
92
|
-
yellow100: string;
|
|
93
|
-
yellow200: string;
|
|
94
|
-
yellow300: string;
|
|
95
|
-
yellow400: string;
|
|
96
|
-
yellow500: string;
|
|
97
|
-
yellow600: string;
|
|
98
|
-
yellow700: string;
|
|
99
|
-
yellow800: string;
|
|
100
|
-
yellow900: string;
|
|
101
|
-
}
|
|
102
|
-
interface PalletteOptions {
|
|
103
|
-
focusVisible: string;
|
|
104
|
-
neutral50: string;
|
|
105
|
-
neutral100: string;
|
|
106
|
-
neutral200: string;
|
|
107
|
-
neutral300: string;
|
|
108
|
-
neutral400: string;
|
|
109
|
-
neutral500: string;
|
|
110
|
-
neutral600: string;
|
|
111
|
-
neutral700: string;
|
|
112
|
-
neutral800: string;
|
|
113
|
-
neutral900: string;
|
|
114
|
-
neutralA100: string;
|
|
115
|
-
neutralA200: string;
|
|
116
|
-
neutralA400: string;
|
|
117
|
-
neutralA700: string;
|
|
118
|
-
blue50: string;
|
|
119
|
-
blue100: string;
|
|
120
|
-
blue200: string;
|
|
121
|
-
blue300: string;
|
|
122
|
-
blue400: string;
|
|
123
|
-
blue500: string;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
declare const theme: import("@mui/material/styles").Theme;
|
|
127
|
-
export default theme;
|