@digitaldefiance/express-suite-starter 4.23.3 → 4.23.5
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/package.json +1 -1
- package/scaffolding/react/src/app/theme.tsx.mustache +7 -7
- package/scaffolding/react/src/assets/fonts/Inter-Black.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Black.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-BlackItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-BlackItalic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Bold.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Bold.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-BoldItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-BoldItalic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraBold.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraBold.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraBoldItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraBoldItalic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraLight.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ExtraLightItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Italic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Italic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Light.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Light.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-LightItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Medium.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Medium.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-MediumItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-MediumItalic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Regular.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Regular.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-SemiBold.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-SemiBold.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-SemiBoldItalic.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-SemiBoldItalic.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Thin.otf +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-Thin.woff2 +0 -0
- package/scaffolding/react/src/assets/fonts/Inter-ThinItalic.otf +0 -0
- package/scaffolding/react/src/styles.scss +149 -0
package/package.json
CHANGED
|
@@ -41,31 +41,31 @@ export const createAppTheme = (mode: PaletteMode) => createTheme({
|
|
|
41
41
|
typography: {
|
|
42
42
|
fontFamily: "'Roboto', sans-serif",
|
|
43
43
|
h1: {
|
|
44
|
-
fontFamily: "'
|
|
44
|
+
fontFamily: "'Inter', sans-serif",
|
|
45
45
|
fontWeight: 400,
|
|
46
46
|
},
|
|
47
47
|
h2: {
|
|
48
|
-
fontFamily: "'
|
|
48
|
+
fontFamily: "'Inter', sans-serif",
|
|
49
49
|
fontWeight: 400,
|
|
50
50
|
},
|
|
51
51
|
h3: {
|
|
52
|
-
fontFamily: "'
|
|
52
|
+
fontFamily: "'Inter', sans-serif",
|
|
53
53
|
fontWeight: 400,
|
|
54
54
|
},
|
|
55
55
|
h4: {
|
|
56
|
-
fontFamily: "'
|
|
56
|
+
fontFamily: "'Inter', sans-serif",
|
|
57
57
|
fontWeight: 400,
|
|
58
58
|
},
|
|
59
59
|
h5: {
|
|
60
|
-
fontFamily: "'
|
|
60
|
+
fontFamily: "'Inter', sans-serif",
|
|
61
61
|
fontWeight: 400,
|
|
62
62
|
},
|
|
63
63
|
h6: {
|
|
64
|
-
fontFamily: "'
|
|
64
|
+
fontFamily: "'Inter', sans-serif",
|
|
65
65
|
fontWeight: 400,
|
|
66
66
|
},
|
|
67
67
|
subtitle1: {
|
|
68
|
-
fontFamily: "'
|
|
68
|
+
fontFamily: "'Inter', sans-serif",
|
|
69
69
|
fontWeight: 400,
|
|
70
70
|
textTransform: 'uppercase',
|
|
71
71
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -101,3 +101,152 @@ body {
|
|
|
101
101
|
.cursor-pointer {
|
|
102
102
|
cursor: pointer;
|
|
103
103
|
}
|
|
104
|
+
|
|
105
|
+
/* Inter - Thin (100) */
|
|
106
|
+
@font-face {
|
|
107
|
+
font-family: 'Inter';
|
|
108
|
+
src: url('./assets/fonts/Inter-Thin.woff2') format('woff2'),
|
|
109
|
+
url('./assets/fonts/Inter-Thin.otf') format('opentype');
|
|
110
|
+
font-weight: 100;
|
|
111
|
+
font-style: normal;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
@font-face {
|
|
115
|
+
font-family: 'Inter';
|
|
116
|
+
src: url('./assets/fonts/Inter-ThinItalic.otf') format('opentype');
|
|
117
|
+
font-weight: 100;
|
|
118
|
+
font-style: italic;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Inter - ExtraLight (200) */
|
|
122
|
+
@font-face {
|
|
123
|
+
font-family: 'Inter';
|
|
124
|
+
src: url('./assets/fonts/Inter-ExtraLight.otf') format('opentype');
|
|
125
|
+
font-weight: 200;
|
|
126
|
+
font-style: normal;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@font-face {
|
|
130
|
+
font-family: 'Inter';
|
|
131
|
+
src: url('./assets/fonts/Inter-ExtraLightItalic.otf') format('opentype');
|
|
132
|
+
font-weight: 200;
|
|
133
|
+
font-style: italic;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/* Inter - Light (300) */
|
|
137
|
+
@font-face {
|
|
138
|
+
font-family: 'Inter';
|
|
139
|
+
src: url('./assets/fonts/Inter-Light.woff2') format('woff2'),
|
|
140
|
+
url('./assets/fonts/Inter-Light.otf') format('opentype');
|
|
141
|
+
font-weight: 300;
|
|
142
|
+
font-style: normal;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@font-face {
|
|
146
|
+
font-family: 'Inter';
|
|
147
|
+
src: url('./assets/fonts/Inter-LightItalic.otf') format('opentype');
|
|
148
|
+
font-weight: 300;
|
|
149
|
+
font-style: italic;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* Inter - Regular (400) */
|
|
153
|
+
@font-face {
|
|
154
|
+
font-family: 'Inter';
|
|
155
|
+
src: url('./assets/fonts/Inter-Regular.woff2') format('woff2'),
|
|
156
|
+
url('./assets/fonts/Inter-Regular.otf') format('opentype');
|
|
157
|
+
font-weight: 400;
|
|
158
|
+
font-style: normal;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@font-face {
|
|
162
|
+
font-family: 'Inter';
|
|
163
|
+
src: url('./assets/fonts/Inter-Italic.woff2') format('woff2'),
|
|
164
|
+
url('./assets/fonts/Inter-Italic.otf') format('opentype');
|
|
165
|
+
font-weight: 400;
|
|
166
|
+
font-style: italic;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/* Inter - Medium (500) */
|
|
170
|
+
@font-face {
|
|
171
|
+
font-family: 'Inter';
|
|
172
|
+
src: url('./assets/fonts/Inter-Medium.woff2') format('woff2'),
|
|
173
|
+
url('./assets/fonts/Inter-Medium.otf') format('opentype');
|
|
174
|
+
font-weight: 500;
|
|
175
|
+
font-style: normal;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@font-face {
|
|
179
|
+
font-family: 'Inter';
|
|
180
|
+
src: url('./assets/fonts/Inter-MediumItalic.woff2') format('woff2'),
|
|
181
|
+
url('./assets/fonts/Inter-MediumItalic.otf') format('opentype');
|
|
182
|
+
font-weight: 500;
|
|
183
|
+
font-style: italic;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Inter - SemiBold (600) */
|
|
187
|
+
@font-face {
|
|
188
|
+
font-family: 'Inter';
|
|
189
|
+
src: url('./assets/fonts/Inter-SemiBold.woff2') format('woff2'),
|
|
190
|
+
url('./assets/fonts/Inter-SemiBold.otf') format('opentype');
|
|
191
|
+
font-weight: 600;
|
|
192
|
+
font-style: normal;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
@font-face {
|
|
196
|
+
font-family: 'Inter';
|
|
197
|
+
src: url('./assets/fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
|
|
198
|
+
url('./assets/fonts/Inter-SemiBoldItalic.otf') format('opentype');
|
|
199
|
+
font-weight: 600;
|
|
200
|
+
font-style: italic;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/* Inter - Bold (700) */
|
|
204
|
+
@font-face {
|
|
205
|
+
font-family: 'Inter';
|
|
206
|
+
src: url('./assets/fonts/Inter-Bold.woff2') format('woff2'),
|
|
207
|
+
url('./assets/fonts/Inter-Bold.otf') format('opentype');
|
|
208
|
+
font-weight: 700;
|
|
209
|
+
font-style: normal;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
@font-face {
|
|
213
|
+
font-family: 'Inter';
|
|
214
|
+
src: url('./assets/fonts/Inter-BoldItalic.woff2') format('woff2'),
|
|
215
|
+
url('./assets/fonts/Inter-BoldItalic.otf') format('opentype');
|
|
216
|
+
font-weight: 700;
|
|
217
|
+
font-style: italic;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/* Inter - ExtraBold (800) */
|
|
221
|
+
@font-face {
|
|
222
|
+
font-family: 'Inter';
|
|
223
|
+
src: url('./assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
|
|
224
|
+
url('./assets/fonts/Inter-ExtraBold.otf') format('opentype');
|
|
225
|
+
font-weight: 800;
|
|
226
|
+
font-style: normal;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
@font-face {
|
|
230
|
+
font-family: 'Inter';
|
|
231
|
+
src: url('./assets/fonts/Inter-ExtraBoldItalic.woff2') format('woff2'),
|
|
232
|
+
url('./assets/fonts/Inter-ExtraBoldItalic.otf') format('opentype');
|
|
233
|
+
font-weight: 800;
|
|
234
|
+
font-style: italic;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/* Inter - Black (900) */
|
|
238
|
+
@font-face {
|
|
239
|
+
font-family: 'Inter';
|
|
240
|
+
src: url('./assets/fonts/Inter-Black.woff2') format('woff2'),
|
|
241
|
+
url('./assets/fonts/Inter-Black.otf') format('opentype');
|
|
242
|
+
font-weight: 900;
|
|
243
|
+
font-style: normal;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@font-face {
|
|
247
|
+
font-family: 'Inter';
|
|
248
|
+
src: url('./assets/fonts/Inter-BlackItalic.woff2') format('woff2'),
|
|
249
|
+
url('./assets/fonts/Inter-BlackItalic.otf') format('opentype');
|
|
250
|
+
font-weight: 900;
|
|
251
|
+
font-style: italic;
|
|
252
|
+
}
|