@admin-layout/client 9.0.2-alpha.4 → 9.0.4-alpha.102

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.
Files changed (145) hide show
  1. package/lib/antd-themes/ThemeProvider.d.ts +432 -0
  2. package/lib/antd-themes/ThemeProvider.d.ts.map +1 -0
  3. package/lib/antd-themes/ThemeProvider.js +35 -0
  4. package/lib/antd-themes/ThemeProvider.js.map +1 -0
  5. package/lib/antd-themes/airbnb-dark-theme.d.ts +230 -0
  6. package/lib/antd-themes/airbnb-dark-theme.d.ts.map +1 -0
  7. package/lib/antd-themes/airbnb-dark-theme.js +168 -0
  8. package/lib/antd-themes/airbnb-dark-theme.js.map +1 -0
  9. package/lib/antd-themes/airbnb-light-theme.d.ts +230 -0
  10. package/lib/antd-themes/airbnb-light-theme.d.ts.map +1 -0
  11. package/lib/antd-themes/airbnb-light-theme.js +168 -0
  12. package/lib/antd-themes/airbnb-light-theme.js.map +1 -0
  13. package/lib/antd-themes/colors.d.ts +29 -0
  14. package/lib/antd-themes/colors.d.ts.map +1 -0
  15. package/lib/antd-themes/colors.js +67 -0
  16. package/lib/antd-themes/colors.js.map +1 -0
  17. package/lib/antd-themes/default-dark-theme.d.ts +199 -0
  18. package/lib/antd-themes/default-dark-theme.d.ts.map +1 -0
  19. package/lib/antd-themes/default-dark-theme.js +136 -0
  20. package/lib/antd-themes/default-dark-theme.js.map +1 -0
  21. package/lib/antd-themes/default-light-theme.d.ts +199 -0
  22. package/lib/antd-themes/default-light-theme.d.ts.map +1 -0
  23. package/lib/antd-themes/default-light-theme.js +136 -0
  24. package/lib/antd-themes/default-light-theme.js.map +1 -0
  25. package/lib/antd-themes/github-dark-theme.d.ts +230 -0
  26. package/lib/antd-themes/github-dark-theme.d.ts.map +1 -0
  27. package/lib/antd-themes/github-dark-theme.js +168 -0
  28. package/lib/antd-themes/github-dark-theme.js.map +1 -0
  29. package/lib/antd-themes/github-light-theme.d.ts +230 -0
  30. package/lib/antd-themes/github-light-theme.d.ts.map +1 -0
  31. package/lib/antd-themes/github-light-theme.js +168 -0
  32. package/lib/antd-themes/github-light-theme.js.map +1 -0
  33. package/lib/antd-themes/index.d.ts +14 -0
  34. package/lib/antd-themes/index.d.ts.map +1 -0
  35. package/lib/antd-themes/slack-dark-theme.d.ts +229 -0
  36. package/lib/antd-themes/slack-dark-theme.d.ts.map +1 -0
  37. package/lib/antd-themes/slack-dark-theme.js +167 -0
  38. package/lib/antd-themes/slack-dark-theme.js.map +1 -0
  39. package/lib/antd-themes/slack-light-theme.d.ts +229 -0
  40. package/lib/antd-themes/slack-light-theme.d.ts.map +1 -0
  41. package/lib/antd-themes/slack-light-theme.js +167 -0
  42. package/lib/antd-themes/slack-light-theme.js.map +1 -0
  43. package/lib/antd-themes/spotify-dark-theme.d.ts +230 -0
  44. package/lib/antd-themes/spotify-dark-theme.d.ts.map +1 -0
  45. package/lib/antd-themes/spotify-dark-theme.js +168 -0
  46. package/lib/antd-themes/spotify-dark-theme.js.map +1 -0
  47. package/lib/antd-themes/spotify-light-theme.d.ts +230 -0
  48. package/lib/antd-themes/spotify-light-theme.d.ts.map +1 -0
  49. package/lib/antd-themes/spotify-light-theme.js +168 -0
  50. package/lib/antd-themes/spotify-light-theme.js.map +1 -0
  51. package/lib/antd-themes/themeRegistry.d.ts +2229 -0
  52. package/lib/antd-themes/themeRegistry.d.ts.map +1 -0
  53. package/lib/antd-themes/themeRegistry.js +12 -0
  54. package/lib/antd-themes/themeRegistry.js.map +1 -0
  55. package/lib/components/ApplicationErrorHandlerCommon.js.map +1 -1
  56. package/lib/components/ErrorBoundaryCommon.js.map +1 -1
  57. package/lib/components/UpdateSettings/UpdateSettings.server.d.ts +7 -0
  58. package/lib/components/UpdateSettings/UpdateSettings.server.d.ts.map +1 -0
  59. package/lib/components/UpdateSettings/UpdateSettings.server.js +36 -0
  60. package/lib/components/UpdateSettings/UpdateSettings.server.js.map +1 -0
  61. package/lib/config/defaultSettings.d.ts +5 -0
  62. package/lib/config/defaultSettings.d.ts.map +1 -1
  63. package/lib/config/defaultSettings.js +6 -2
  64. package/lib/config/defaultSettings.js.map +1 -1
  65. package/lib/config/env-config.d.ts +2 -2
  66. package/lib/config/env-config.d.ts.map +1 -1
  67. package/lib/config/env-config.js +2 -1
  68. package/lib/config/env-config.js.map +1 -1
  69. package/lib/config/index.d.ts +1 -0
  70. package/lib/config/index.d.ts.map +1 -1
  71. package/lib/constants/constants.js.map +1 -1
  72. package/lib/constants/error.js.map +1 -1
  73. package/lib/constants/languages.d.ts +1 -0
  74. package/lib/constants/languages.d.ts.map +1 -1
  75. package/lib/constants/languages.js +51 -51
  76. package/lib/constants/languages.js.map +1 -1
  77. package/lib/constants/layout.js.map +1 -1
  78. package/lib/graphql/link/error-link.d.ts.map +1 -1
  79. package/lib/graphql/link/error-link.js +3 -3
  80. package/lib/graphql/link/error-link.js.map +1 -1
  81. package/lib/hooks/index.d.ts +2 -0
  82. package/lib/hooks/index.d.ts.map +1 -0
  83. package/lib/hooks/useSettings.d.ts +5 -0
  84. package/lib/hooks/useSettings.d.ts.map +1 -0
  85. package/lib/hooks/useSettings.js +70 -0
  86. package/lib/hooks/useSettings.js.map +1 -0
  87. package/lib/index.d.ts +3 -0
  88. package/lib/index.d.ts.map +1 -1
  89. package/lib/index.js +1 -1
  90. package/lib/index.native.d.ts +1 -0
  91. package/lib/index.native.d.ts.map +1 -1
  92. package/lib/index.native.js +1 -1
  93. package/lib/index.server.d.ts +2 -0
  94. package/lib/index.server.d.ts.map +1 -0
  95. package/lib/index.server.js +1 -0
  96. package/lib/index.server.js.map +1 -0
  97. package/lib/interfaces/default-settings.d.ts +5 -0
  98. package/lib/interfaces/default-settings.d.ts.map +1 -1
  99. package/lib/interfaces/layout/base-menu.d.ts +1 -0
  100. package/lib/interfaces/layout/base-menu.d.ts.map +1 -1
  101. package/lib/interfaces/layout/breadcrum.d.ts +1 -0
  102. package/lib/interfaces/layout/breadcrum.d.ts.map +1 -1
  103. package/lib/interfaces/layout/global-footer.d.ts +1 -0
  104. package/lib/interfaces/layout/global-footer.d.ts.map +1 -1
  105. package/lib/interfaces/layout/global-header.d.ts +1 -0
  106. package/lib/interfaces/layout/global-header.d.ts.map +1 -1
  107. package/lib/interfaces/layout/menu.d.ts +1 -0
  108. package/lib/interfaces/layout/menu.d.ts.map +1 -1
  109. package/lib/interfaces/layout/sider-menu.d.ts +1 -0
  110. package/lib/interfaces/layout/sider-menu.d.ts.map +1 -1
  111. package/lib/redux/actions/error-actions.d.ts +1 -1
  112. package/lib/redux/actions/error-actions.d.ts.map +1 -1
  113. package/lib/redux/actions/error-actions.js.map +1 -1
  114. package/lib/redux/hooks.d.ts +5 -0
  115. package/lib/redux/hooks.d.ts.map +1 -0
  116. package/lib/redux/hooks.js +5 -0
  117. package/lib/redux/hooks.js.map +1 -0
  118. package/lib/redux/index.d.ts +2 -0
  119. package/lib/redux/index.d.ts.map +1 -1
  120. package/lib/redux/reducers/error.d.ts.map +1 -1
  121. package/lib/redux/reducers/error.js.map +1 -1
  122. package/lib/redux/settings.d.ts +14 -9
  123. package/lib/redux/settings.d.ts.map +1 -1
  124. package/lib/redux/settings.js.map +1 -1
  125. package/lib/redux/store.js +9 -0
  126. package/lib/redux/store.js.map +1 -0
  127. package/lib/themes/templates/darkLayoutTheme.js.map +1 -1
  128. package/lib/utils/componentSize.js.map +1 -1
  129. package/lib/utils/generateMenuLink.d.ts +2 -0
  130. package/lib/utils/generateMenuLink.d.ts.map +1 -0
  131. package/lib/utils/generateMenuLink.js +81 -0
  132. package/lib/utils/generateMenuLink.js.map +1 -0
  133. package/lib/utils/getAntdLocale.d.ts +3 -0
  134. package/lib/utils/getAntdLocale.d.ts.map +1 -0
  135. package/lib/utils/getAntdLocale.js +18 -0
  136. package/lib/utils/getAntdLocale.js.map +1 -0
  137. package/lib/utils/index.d.ts +3 -0
  138. package/lib/utils/index.d.ts.map +1 -1
  139. package/lib/utils/matchMenuKeys.d.ts +11 -0
  140. package/lib/utils/matchMenuKeys.d.ts.map +1 -0
  141. package/lib/utils/matchMenuKeys.js +44 -0
  142. package/lib/utils/matchMenuKeys.js.map +1 -0
  143. package/lib/utils/menuUtils.js.map +1 -1
  144. package/lib/utils/seperatedMenus.js.map +1 -1
  145. package/package.json +4 -2
@@ -0,0 +1,168 @@
1
+ import {theme}from'antd';const { defaultAlgorithm, darkAlgorithm } = theme;
2
+ const spotifyDarkTheme = {
3
+ algorithm: darkAlgorithm,
4
+ token: {
5
+ colorPrimary: '#1db954',
6
+ colorBgContainer: '#121212',
7
+ colorText: '#ffffff',
8
+ colorTextSecondary: '#b3b3b3',
9
+ fontFamily: 'Circular, Helvetica, Arial, sans-serif',
10
+ borderRadius: 500,
11
+ colorLink: '#1ed760',
12
+ colorLinkHover: '#1fdf64',
13
+ colorLinkActive: '#169c46',
14
+ },
15
+ components: {
16
+ Button: {
17
+ // colorPrimary: '#1db954',
18
+ algorithm: true,
19
+ borderRadius: 500,
20
+ controlHeight: 48,
21
+ controlHeightLG: 56,
22
+ controlHeightSM: 32,
23
+ paddingContentHorizontal: 32,
24
+ },
25
+ Menu: {
26
+ itemBg: 'transparent',
27
+ itemColor: '#b3b3b3',
28
+ itemHoverColor: '#ffffff',
29
+ itemSelectedColor: '#ffffff',
30
+ itemSelectedBg: '#282828',
31
+ itemHoverBg: '#282828',
32
+ activeBarWidth: 4,
33
+ activeBarHeight: 0,
34
+ activeBarBorderWidth: 0,
35
+ colorActiveBarColor: '#1db954',
36
+ },
37
+ Typography: {
38
+ fontSizeHeading1: 96,
39
+ fontSizeHeading2: 48,
40
+ fontSizeHeading3: 32,
41
+ fontSizeHeading4: 24,
42
+ fontSizeHeading5: 16,
43
+ },
44
+ Form: {
45
+ labelColor: '#ffffff',
46
+ colorError: '#f15e6c',
47
+ colorWarning: '#ffa42b',
48
+ colorSuccess: '#1db954',
49
+ },
50
+ Input: {
51
+ controlHeight: 40,
52
+ controlHeightLG: 48,
53
+ controlHeightSM: 32,
54
+ paddingHorizontal: 16,
55
+ borderRadius: 4,
56
+ },
57
+ },
58
+ scopes: [
59
+ {
60
+ scope: ['Button'],
61
+ settings: {
62
+ default: {
63
+ background: '#ffffff',
64
+ foreground: '#000000',
65
+ border: 'transparent',
66
+ },
67
+ primary: {
68
+ background: '#1DB954',
69
+ foreground: '#000000',
70
+ border: 'transparent',
71
+ },
72
+ hover: {
73
+ background: '#1ED760',
74
+ foreground: '#000000',
75
+ border: 'transparent',
76
+ },
77
+ active: {
78
+ background: '#169C46',
79
+ foreground: '#000000',
80
+ border: 'transparent',
81
+ },
82
+ disabled: {
83
+ background: '#535353',
84
+ foreground: '#B3B3B3',
85
+ border: 'transparent',
86
+ },
87
+ },
88
+ },
89
+ {
90
+ scope: ['Input'],
91
+ settings: {
92
+ default: {
93
+ background: '#ffffff',
94
+ foreground: '#000000',
95
+ border: 'transparent',
96
+ },
97
+ focus: {
98
+ border: '#1DB954',
99
+ boxShadow: '0 0 0 2px rgba(29, 185, 84, 0.5)',
100
+ },
101
+ hover: {
102
+ border: '#1ED760',
103
+ },
104
+ disabled: {
105
+ background: '#535353',
106
+ foreground: '#B3B3B3',
107
+ border: 'transparent',
108
+ },
109
+ },
110
+ },
111
+ {
112
+ scope: ['Menu'],
113
+ settings: {
114
+ background: '#121212',
115
+ item: {
116
+ default: {
117
+ background: 'transparent',
118
+ foreground: '#B3B3B3',
119
+ },
120
+ hover: {
121
+ background: '#282828',
122
+ foreground: '#FFFFFF',
123
+ },
124
+ active: {
125
+ background: '#282828',
126
+ foreground: '#1DB954',
127
+ },
128
+ },
129
+ },
130
+ },
131
+ {
132
+ scope: ['Table'],
133
+ settings: {
134
+ header: {
135
+ background: '#181818',
136
+ foreground: '#B3B3B3',
137
+ },
138
+ row: {
139
+ odd: {
140
+ background: '#121212',
141
+ },
142
+ even: {
143
+ background: '#181818',
144
+ },
145
+ hover: {
146
+ background: '#282828',
147
+ },
148
+ },
149
+ },
150
+ },
151
+ {
152
+ scope: ['Typography'],
153
+ settings: {
154
+ heading: {
155
+ 1: { fontSize: 96, fontWeight: 900 },
156
+ 2: { fontSize: 48, fontWeight: 700 },
157
+ 3: { fontSize: 32, fontWeight: 700 },
158
+ 4: { fontSize: 24, fontWeight: 700 },
159
+ 5: { fontSize: 16, fontWeight: 700 },
160
+ },
161
+ text: {
162
+ default: { fontSize: 14, fontWeight: 400 },
163
+ secondary: { fontSize: 14, fontWeight: 400, foreground: '#B3B3B3' },
164
+ },
165
+ },
166
+ },
167
+ ],
168
+ };export{spotifyDarkTheme};//# sourceMappingURL=spotify-dark-theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spotify-dark-theme.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,230 @@
1
+ export declare const spotifyLightTheme: {
2
+ algorithm: typeof import("antd/es/theme/themes/default").default;
3
+ token: {
4
+ colorPrimary: string;
5
+ colorBgContainer: string;
6
+ colorText: string;
7
+ colorTextSecondary: string;
8
+ fontFamily: string;
9
+ borderRadius: number;
10
+ colorLink: string;
11
+ colorLinkHover: string;
12
+ colorLinkActive: string;
13
+ };
14
+ components: {
15
+ Button: {
16
+ algorithm: boolean;
17
+ borderRadius: number;
18
+ controlHeight: number;
19
+ controlHeightLG: number;
20
+ controlHeightSM: number;
21
+ paddingContentHorizontal: number;
22
+ };
23
+ Menu: {
24
+ itemBg: string;
25
+ itemColor: string;
26
+ itemHoverColor: string;
27
+ itemSelectedColor: string;
28
+ itemSelectedBg: string;
29
+ itemHoverBg: string;
30
+ activeBarWidth: number;
31
+ activeBarHeight: number;
32
+ activeBarBorderWidth: number;
33
+ colorActiveBarColor: string;
34
+ };
35
+ Typography: {
36
+ fontSizeHeading1: number;
37
+ fontSizeHeading2: number;
38
+ fontSizeHeading3: number;
39
+ fontSizeHeading4: number;
40
+ fontSizeHeading5: number;
41
+ };
42
+ Form: {
43
+ labelColor: string;
44
+ colorError: string;
45
+ colorWarning: string;
46
+ colorSuccess: string;
47
+ };
48
+ Input: {
49
+ controlHeight: number;
50
+ controlHeightLG: number;
51
+ controlHeightSM: number;
52
+ paddingHorizontal: number;
53
+ borderRadius: number;
54
+ };
55
+ };
56
+ scopes: ({
57
+ scope: string[];
58
+ settings: {
59
+ default: {
60
+ background: string;
61
+ foreground: string;
62
+ border: string;
63
+ };
64
+ primary: {
65
+ background: string;
66
+ foreground: string;
67
+ border: string;
68
+ };
69
+ hover: {
70
+ background: string;
71
+ foreground: string;
72
+ border: string;
73
+ };
74
+ active: {
75
+ background: string;
76
+ foreground: string;
77
+ border: string;
78
+ };
79
+ disabled: {
80
+ background: string;
81
+ foreground: string;
82
+ border: string;
83
+ };
84
+ focus?: undefined;
85
+ background?: undefined;
86
+ item?: undefined;
87
+ header?: undefined;
88
+ row?: undefined;
89
+ heading?: undefined;
90
+ text?: undefined;
91
+ };
92
+ } | {
93
+ scope: string[];
94
+ settings: {
95
+ default: {
96
+ background: string;
97
+ foreground: string;
98
+ border: string;
99
+ };
100
+ focus: {
101
+ border: string;
102
+ boxShadow: string;
103
+ };
104
+ hover: {
105
+ border: string;
106
+ background?: undefined;
107
+ foreground?: undefined;
108
+ };
109
+ disabled: {
110
+ background: string;
111
+ foreground: string;
112
+ border: string;
113
+ };
114
+ primary?: undefined;
115
+ active?: undefined;
116
+ background?: undefined;
117
+ item?: undefined;
118
+ header?: undefined;
119
+ row?: undefined;
120
+ heading?: undefined;
121
+ text?: undefined;
122
+ };
123
+ } | {
124
+ scope: string[];
125
+ settings: {
126
+ background: string;
127
+ item: {
128
+ default: {
129
+ background: string;
130
+ foreground: string;
131
+ };
132
+ hover: {
133
+ background: string;
134
+ foreground: string;
135
+ };
136
+ active: {
137
+ background: string;
138
+ foreground: string;
139
+ };
140
+ };
141
+ default?: undefined;
142
+ primary?: undefined;
143
+ hover?: undefined;
144
+ active?: undefined;
145
+ disabled?: undefined;
146
+ focus?: undefined;
147
+ header?: undefined;
148
+ row?: undefined;
149
+ heading?: undefined;
150
+ text?: undefined;
151
+ };
152
+ } | {
153
+ scope: string[];
154
+ settings: {
155
+ header: {
156
+ background: string;
157
+ foreground: string;
158
+ };
159
+ row: {
160
+ odd: {
161
+ background: string;
162
+ };
163
+ even: {
164
+ background: string;
165
+ };
166
+ hover: {
167
+ background: string;
168
+ };
169
+ };
170
+ default?: undefined;
171
+ primary?: undefined;
172
+ hover?: undefined;
173
+ active?: undefined;
174
+ disabled?: undefined;
175
+ focus?: undefined;
176
+ background?: undefined;
177
+ item?: undefined;
178
+ heading?: undefined;
179
+ text?: undefined;
180
+ };
181
+ } | {
182
+ scope: string[];
183
+ settings: {
184
+ heading: {
185
+ 1: {
186
+ fontSize: number;
187
+ fontWeight: number;
188
+ };
189
+ 2: {
190
+ fontSize: number;
191
+ fontWeight: number;
192
+ };
193
+ 3: {
194
+ fontSize: number;
195
+ fontWeight: number;
196
+ };
197
+ 4: {
198
+ fontSize: number;
199
+ fontWeight: number;
200
+ };
201
+ 5: {
202
+ fontSize: number;
203
+ fontWeight: number;
204
+ };
205
+ };
206
+ text: {
207
+ default: {
208
+ fontSize: number;
209
+ fontWeight: number;
210
+ };
211
+ secondary: {
212
+ fontSize: number;
213
+ fontWeight: number;
214
+ foreground: string;
215
+ };
216
+ };
217
+ default?: undefined;
218
+ primary?: undefined;
219
+ hover?: undefined;
220
+ active?: undefined;
221
+ disabled?: undefined;
222
+ focus?: undefined;
223
+ background?: undefined;
224
+ item?: undefined;
225
+ header?: undefined;
226
+ row?: undefined;
227
+ };
228
+ })[];
229
+ };
230
+ //# sourceMappingURL=spotify-light-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spotify-light-theme.d.ts","sourceRoot":"","sources":["../../src/antd-themes/spotify-light-theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsK7B,CAAC"}
@@ -0,0 +1,168 @@
1
+ import {theme}from'antd';const { defaultAlgorithm, darkAlgorithm } = theme;
2
+ const spotifyLightTheme = {
3
+ algorithm: defaultAlgorithm,
4
+ token: {
5
+ colorPrimary: '#1db954',
6
+ colorBgContainer: '#ffffff',
7
+ colorText: '#181818',
8
+ colorTextSecondary: '#535353',
9
+ fontFamily: 'Circular, Helvetica, Arial, sans-serif',
10
+ borderRadius: 500,
11
+ colorLink: '#1db954',
12
+ colorLinkHover: '#1ed760',
13
+ colorLinkActive: '#169c46',
14
+ },
15
+ components: {
16
+ Button: {
17
+ // colorPrimary: '#1db954',
18
+ algorithm: true,
19
+ borderRadius: 500,
20
+ controlHeight: 48,
21
+ controlHeightLG: 56,
22
+ controlHeightSM: 32,
23
+ paddingContentHorizontal: 32,
24
+ },
25
+ Menu: {
26
+ itemBg: 'transparent',
27
+ itemColor: '#535353',
28
+ itemHoverColor: '#181818',
29
+ itemSelectedColor: '#181818',
30
+ itemSelectedBg: '#f0f0f0',
31
+ itemHoverBg: '#f0f0f0',
32
+ activeBarWidth: 4,
33
+ activeBarHeight: 0,
34
+ activeBarBorderWidth: 0,
35
+ colorActiveBarColor: '#1db954',
36
+ },
37
+ Typography: {
38
+ fontSizeHeading1: 96,
39
+ fontSizeHeading2: 48,
40
+ fontSizeHeading3: 32,
41
+ fontSizeHeading4: 24,
42
+ fontSizeHeading5: 16,
43
+ },
44
+ Form: {
45
+ labelColor: '#181818',
46
+ colorError: '#e91429',
47
+ colorWarning: '#ffa42b',
48
+ colorSuccess: '#1db954',
49
+ },
50
+ Input: {
51
+ controlHeight: 40,
52
+ controlHeightLG: 48,
53
+ controlHeightSM: 32,
54
+ paddingHorizontal: 16,
55
+ borderRadius: 4,
56
+ },
57
+ },
58
+ scopes: [
59
+ {
60
+ scope: ['Button'],
61
+ settings: {
62
+ default: {
63
+ background: '#ffffff',
64
+ foreground: '#181818',
65
+ border: '#c1c1c1',
66
+ },
67
+ primary: {
68
+ background: '#1DB954',
69
+ foreground: '#ffffff',
70
+ border: 'transparent',
71
+ },
72
+ hover: {
73
+ background: '#1ED760',
74
+ foreground: '#ffffff',
75
+ border: 'transparent',
76
+ },
77
+ active: {
78
+ background: '#169C46',
79
+ foreground: '#ffffff',
80
+ border: 'transparent',
81
+ },
82
+ disabled: {
83
+ background: '#f0f0f0',
84
+ foreground: '#a7a7a7',
85
+ border: 'transparent',
86
+ },
87
+ },
88
+ },
89
+ {
90
+ scope: ['Input'],
91
+ settings: {
92
+ default: {
93
+ background: '#ffffff',
94
+ foreground: '#181818',
95
+ border: '#c1c1c1',
96
+ },
97
+ focus: {
98
+ border: '#1DB954',
99
+ boxShadow: '0 0 0 2px rgba(29, 185, 84, 0.3)',
100
+ },
101
+ hover: {
102
+ border: '#1ED760',
103
+ },
104
+ disabled: {
105
+ background: '#f0f0f0',
106
+ foreground: '#a7a7a7',
107
+ border: '#e0e0e0',
108
+ },
109
+ },
110
+ },
111
+ {
112
+ scope: ['Menu'],
113
+ settings: {
114
+ background: '#ffffff',
115
+ item: {
116
+ default: {
117
+ background: 'transparent',
118
+ foreground: '#535353',
119
+ },
120
+ hover: {
121
+ background: '#f0f0f0',
122
+ foreground: '#181818',
123
+ },
124
+ active: {
125
+ background: '#f0f0f0',
126
+ foreground: '#1DB954',
127
+ },
128
+ },
129
+ },
130
+ },
131
+ {
132
+ scope: ['Table'],
133
+ settings: {
134
+ header: {
135
+ background: '#f7f7f7',
136
+ foreground: '#535353',
137
+ },
138
+ row: {
139
+ odd: {
140
+ background: '#ffffff',
141
+ },
142
+ even: {
143
+ background: '#f7f7f7',
144
+ },
145
+ hover: {
146
+ background: '#f0f0f0',
147
+ },
148
+ },
149
+ },
150
+ },
151
+ {
152
+ scope: ['Typography'],
153
+ settings: {
154
+ heading: {
155
+ 1: { fontSize: 96, fontWeight: 900 },
156
+ 2: { fontSize: 48, fontWeight: 700 },
157
+ 3: { fontSize: 32, fontWeight: 700 },
158
+ 4: { fontSize: 24, fontWeight: 700 },
159
+ 5: { fontSize: 16, fontWeight: 700 },
160
+ },
161
+ text: {
162
+ default: { fontSize: 14, fontWeight: 400 },
163
+ secondary: { fontSize: 14, fontWeight: 400, foreground: '#535353' },
164
+ },
165
+ },
166
+ },
167
+ ],
168
+ };export{spotifyLightTheme};//# sourceMappingURL=spotify-light-theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spotify-light-theme.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}