@wavemaker/rn-codegen 11.7.0-next.139418 → 11.7.0-next.24768
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.
- rn-codegen/command.js +1 -9
- rn-codegen/command.js.map +1 -1
- rn-codegen/index.js +28 -1
- rn-codegen/index.js.map +1 -1
- rn-codegen/package.json +1 -1
- rn-codegen/src/app.generator.js +16 -40
- rn-codegen/src/app.generator.js.map +1 -1
- rn-codegen/src/increment-builder.js +0 -3
- rn-codegen/src/increment-builder.js.map +1 -1
- rn-codegen/src/project.service.js +0 -14
- rn-codegen/src/project.service.js.map +1 -1
- rn-codegen/src/templates/app.template +2 -22
- rn-codegen/src/templates/app.theme.template +2 -9
- rn-codegen/src/templates/bootstrap.template +0 -7
- rn-codegen/src/templates/component/component.template +1 -1
- rn-codegen/src/templates/package.web.json +3 -6
- rn-codegen/src/templates/project/esbuild/esbuild.script.js +1 -5
- rn-codegen/src/templates/project/esbuild/jsconfig.json +1 -2
- rn-codegen/src/templates/project/package.json +4 -7
- rn-codegen/src/templates/theme/wavemaker/assets/fonts/font.config.js.hbs +1 -4
- rn-codegen/src/templates/theme/wavemaker/variables.less.template +1 -1
- rn-codegen/src/theme/components/basic/buttongroup.styledef.js +2 -2
- rn-codegen/src/theme/components/basic/buttongroup.styledef.js.map +1 -1
- rn-codegen/src/theme/components/chart/area-chart.styledef.js +1 -15
- rn-codegen/src/theme/components/chart/area-chart.styledef.js.map +1 -1
- rn-codegen/src/theme/components/chart/bar-chart.styledef.js +1 -23
- rn-codegen/src/theme/components/chart/bar-chart.styledef.js.map +1 -1
- rn-codegen/src/theme/components/chart/bubble-chart.styledef.js +1 -16
- rn-codegen/src/theme/components/chart/bubble-chart.styledef.js.map +1 -1
- rn-codegen/src/theme/components/chart/column-chart.styledef.js +1 -15
- rn-codegen/src/theme/components/chart/column-chart.styledef.js.map +1 -1
- rn-codegen/src/theme/components/chart/line-chart.styledef.js +1 -16
- rn-codegen/src/theme/components/chart/line-chart.styledef.js.map +1 -1
- rn-codegen/src/theme/components/data/list.styledef.js +1 -13
- rn-codegen/src/theme/components/data/list.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/checkbox.styledef.js +1 -12
- rn-codegen/src/theme/components/input/checkbox.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/checkboxset.styledef.js +9 -14
- rn-codegen/src/theme/components/input/checkboxset.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/currency.styledef.js +0 -8
- rn-codegen/src/theme/components/input/currency.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/epoch/datetime.styledef.js +1 -25
- rn-codegen/src/theme/components/input/epoch/datetime.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/number.styledef.js +0 -8
- rn-codegen/src/theme/components/input/number.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/radioset.styledef.js +0 -10
- rn-codegen/src/theme/components/input/radioset.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/text.styledef.js +0 -8
- rn-codegen/src/theme/components/input/text.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/textarea.styledef.js +0 -8
- rn-codegen/src/theme/components/input/textarea.styledef.js.map +1 -1
- rn-codegen/src/theme/components/navigation/appnavbar.styledef.js +0 -7
- rn-codegen/src/theme/components/navigation/appnavbar.styledef.js.map +1 -1
- rn-codegen/src/theme/components/page/tabbar.styledef.js +0 -12
- rn-codegen/src/theme/components/page/tabbar.styledef.js.map +1 -1
- rn-codegen/src/theme/font-stylesheet.transpiler.js +0 -3
- rn-codegen/src/theme/font-stylesheet.transpiler.js.map +1 -1
- rn-codegen/src/theme/rn-stylesheet.transpiler.js +1 -15
- rn-codegen/src/theme/rn-stylesheet.transpiler.js.map +1 -1
- rn-codegen/src/theme/theme.service.js +4 -34
- rn-codegen/src/theme/theme.service.js.map +1 -1
- rn-codegen/src/theme/variables.js +14 -38
- rn-codegen/src/theme/variables.js.map +1 -1
- rn-codegen/src/transpile/components/basic/buttongroup.transformer.js +2 -5
- rn-codegen/src/transpile/components/basic/buttongroup.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/basic/search.transformer.js +0 -1
- rn-codegen/src/transpile/components/basic/search.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/container/wizard/wizardstep.transformer.js +1 -7
- rn-codegen/src/transpile/components/container/wizard/wizardstep.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/data/form/form-action.transformer.js +5 -5
- rn-codegen/src/transpile/components/data/form/form-action.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/data/form/form-field.transformer.js +8 -36
- rn-codegen/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/data/form.transformer.js +1 -14
- rn-codegen/src/transpile/components/data/form.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/data/list.transformer.js +6 -10
- rn-codegen/src/transpile/components/data/list.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/input/checkboxset.transformer.js +1 -1
- rn-codegen/src/transpile/components/input/checkboxset.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/input/radioset.transformer.js +1 -1
- rn-codegen/src/transpile/components/input/radioset.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/page/page.transformer.js +1 -23
- rn-codegen/src/transpile/components/page/page.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/utils.js +2 -10
- rn-codegen/src/transpile/components/utils.js.map +1 -1
- rn-codegen/src/transpile/property/property-parser.js +2 -24
- rn-codegen/src/transpile/property/property-parser.js.map +1 -1
- rn-codegen/src/transpile/transpile.js +8 -30
- rn-codegen/src/transpile/transpile.js.map +1 -1
- rn-codegen/src/utils.js +3 -4
- rn-codegen/src/utils.js.map +1 -1
- rn-codegen/src/templates/project/component/dynamic/component-generator.js +0 -77
- rn-codegen/src/templates/project/component/dynamic/form.generator.js +0 -45
- rn-codegen/src/templates/project/revert-to-1.0.styles.js +0 -433
|
@@ -1,433 +0,0 @@
|
|
|
1
|
-
import BASE_THEME from '@wavemaker/app-rn-runtime/styles/theme';
|
|
2
|
-
|
|
3
|
-
const oldStyles = {
|
|
4
|
-
|
|
5
|
-
'app-search': {
|
|
6
|
-
text: {
|
|
7
|
-
height: 48,
|
|
8
|
-
minHeight: 0,
|
|
9
|
-
paddingLeft: 12,
|
|
10
|
-
paddingRight: 12,
|
|
11
|
-
borderTopLeftRadius: 6,
|
|
12
|
-
borderBottomLeftRadius: 6,
|
|
13
|
-
},
|
|
14
|
-
focusedText: {
|
|
15
|
-
borderBottomLeftRadius: 0,
|
|
16
|
-
},
|
|
17
|
-
searchButton: {
|
|
18
|
-
root: {
|
|
19
|
-
height: 48,
|
|
20
|
-
borderTopRightRadius: 4,
|
|
21
|
-
borderBottomRightRadius: 4,
|
|
22
|
-
},
|
|
23
|
-
icon: {
|
|
24
|
-
icon: {
|
|
25
|
-
marginRight: 0,
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
'app-message': {
|
|
31
|
-
closeBtn: {
|
|
32
|
-
paddingRight: 8,
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
'app-anchor': {
|
|
36
|
-
text: {
|
|
37
|
-
paddingRight: 0,
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
'app-popover': {
|
|
41
|
-
link: {
|
|
42
|
-
text: {
|
|
43
|
-
paddingRight: 0,
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
popover: {
|
|
47
|
-
borderTopLeftRadius: 0,
|
|
48
|
-
borderTopRightRadius: 0,
|
|
49
|
-
},
|
|
50
|
-
modalContent: {
|
|
51
|
-
borderTopLeftRadius: 0,
|
|
52
|
-
borderTopRightRadius: 0,
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
'app-select': {
|
|
56
|
-
arrowButton: {
|
|
57
|
-
paddingTop: 0,
|
|
58
|
-
paddingBottom: 0,
|
|
59
|
-
paddingLeft: 0,
|
|
60
|
-
paddingRight: 0,
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
'app-alertdialog': {
|
|
64
|
-
okButton: {
|
|
65
|
-
root: {
|
|
66
|
-
width: '100%',
|
|
67
|
-
borderRadius: 4,
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
'app-buttongroup': {
|
|
72
|
-
root: {
|
|
73
|
-
overflow: 'hidden'
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
},
|
|
77
|
-
'app-barcodescanner': {
|
|
78
|
-
button: {
|
|
79
|
-
root: {
|
|
80
|
-
minheight: 0
|
|
81
|
-
},
|
|
82
|
-
icon: {
|
|
83
|
-
icon: {
|
|
84
|
-
paddingLeft: 8,
|
|
85
|
-
fontsize: 24
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
},
|
|
90
|
-
'app-camera': {
|
|
91
|
-
button: {
|
|
92
|
-
root: {
|
|
93
|
-
minheight: 0,
|
|
94
|
-
borderRadius: 0,
|
|
95
|
-
},
|
|
96
|
-
icon: {
|
|
97
|
-
icon: {
|
|
98
|
-
paddingLeft: 8,
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
|
-
'app-confirmdialog': {
|
|
104
|
-
okButton: {
|
|
105
|
-
root: {
|
|
106
|
-
flexGrow: 1,
|
|
107
|
-
flexShrink: 1,
|
|
108
|
-
flexBasis: 0,
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
cancelButton: {
|
|
112
|
-
root: {
|
|
113
|
-
flexGrow: 1,
|
|
114
|
-
flexShrink: 1,
|
|
115
|
-
flexBasis: 0,
|
|
116
|
-
marginRight: 8,
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
'app-dialog': {
|
|
121
|
-
root: {
|
|
122
|
-
borderRadius: 6,
|
|
123
|
-
paddingTop: 24,
|
|
124
|
-
paddingBottom: 24,
|
|
125
|
-
paddingLeft: 24,
|
|
126
|
-
paddingRight: 24,
|
|
127
|
-
elevation: 6,
|
|
128
|
-
},
|
|
129
|
-
icon: {
|
|
130
|
-
text: {
|
|
131
|
-
fontSize: 20,
|
|
132
|
-
},
|
|
133
|
-
},
|
|
134
|
-
headerLabel: {
|
|
135
|
-
paddingBottom: 0,
|
|
136
|
-
},
|
|
137
|
-
closeBtn: {
|
|
138
|
-
root: {
|
|
139
|
-
paddingTop: 8,
|
|
140
|
-
paddingRight: 8,
|
|
141
|
-
paddingBottom: 8,
|
|
142
|
-
paddingLeft: 8,
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
'app-text': {
|
|
147
|
-
root: {
|
|
148
|
-
paddingTop: 12,
|
|
149
|
-
paddingRight: 12,
|
|
150
|
-
paddingBottom: 12,
|
|
151
|
-
paddingLeft: 12,
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
|
-
'app-number': {
|
|
155
|
-
root: {
|
|
156
|
-
paddingTop: 12,
|
|
157
|
-
paddingRight: 12,
|
|
158
|
-
paddingBottom: 12,
|
|
159
|
-
paddingLeft: 12,
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
'app-currency': {
|
|
163
|
-
label: {
|
|
164
|
-
marginTop: 0,
|
|
165
|
-
marginBottom: 0,
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
'app-icon': {
|
|
169
|
-
icon: {
|
|
170
|
-
paddingRight: 8
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
'app-button': {
|
|
175
|
-
root: {
|
|
176
|
-
paddingTop: 12,
|
|
177
|
-
paddingBottom: 12,
|
|
178
|
-
paddingLeft: 12,
|
|
179
|
-
paddingRight: 12,
|
|
180
|
-
borderRadius: 6,
|
|
181
|
-
},
|
|
182
|
-
text: {
|
|
183
|
-
fontSize: 16,
|
|
184
|
-
marginHorizontal: 4
|
|
185
|
-
},
|
|
186
|
-
badge: {
|
|
187
|
-
top: -16,
|
|
188
|
-
},
|
|
189
|
-
icon: {
|
|
190
|
-
root: {
|
|
191
|
-
paddingLeft: 0,
|
|
192
|
-
paddingRight: 0,
|
|
193
|
-
alignSelf: 'auto'
|
|
194
|
-
},
|
|
195
|
-
},
|
|
196
|
-
},
|
|
197
|
-
|
|
198
|
-
'app-progress-bar': {
|
|
199
|
-
progressBar: {
|
|
200
|
-
height: 2,
|
|
201
|
-
},
|
|
202
|
-
},
|
|
203
|
-
'app-spinner': {
|
|
204
|
-
text: {
|
|
205
|
-
fontSize: 14,
|
|
206
|
-
},
|
|
207
|
-
icon: {
|
|
208
|
-
text: {
|
|
209
|
-
fontSize: 24,
|
|
210
|
-
},
|
|
211
|
-
},
|
|
212
|
-
},
|
|
213
|
-
'app-slider': {
|
|
214
|
-
thumb: {
|
|
215
|
-
height: 16,
|
|
216
|
-
width: 16,
|
|
217
|
-
marginTop: -18,
|
|
218
|
-
backgroundSize: '100% 100%',
|
|
219
|
-
backgroundPosition: 'center'
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
'app-tabheader': {
|
|
223
|
-
header: {
|
|
224
|
-
paddingTop: 0,
|
|
225
|
-
paddingBottom: 0,
|
|
226
|
-
},
|
|
227
|
-
headerIcon: {
|
|
228
|
-
icon: {
|
|
229
|
-
fontSize: 16,
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
headerText: {
|
|
233
|
-
fontWeight: 'bold',
|
|
234
|
-
fontSize: 16,
|
|
235
|
-
paddingTop: 16
|
|
236
|
-
},
|
|
237
|
-
activeIndicator: {
|
|
238
|
-
height: 4,
|
|
239
|
-
marginTop: -4
|
|
240
|
-
},
|
|
241
|
-
},
|
|
242
|
-
'app-wizard': {
|
|
243
|
-
stepIcon: {
|
|
244
|
-
root: {
|
|
245
|
-
paddingLeft: 0
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
wizardFooter: {
|
|
249
|
-
paddingTop: 12,
|
|
250
|
-
paddingBottom: 12,
|
|
251
|
-
paddingLeft: 12,
|
|
252
|
-
paddingRight: 12,
|
|
253
|
-
marginLeft: 0,
|
|
254
|
-
},
|
|
255
|
-
},
|
|
256
|
-
'app-list': {
|
|
257
|
-
listIcon: {
|
|
258
|
-
root: {
|
|
259
|
-
marginTop: 4,
|
|
260
|
-
},
|
|
261
|
-
},
|
|
262
|
-
subheading: {
|
|
263
|
-
text: {
|
|
264
|
-
fontSize: 12,
|
|
265
|
-
lineHeight: 16,
|
|
266
|
-
},
|
|
267
|
-
},
|
|
268
|
-
item: {
|
|
269
|
-
minHeight: 0,
|
|
270
|
-
},
|
|
271
|
-
},
|
|
272
|
-
'app-chips': {
|
|
273
|
-
chip: {
|
|
274
|
-
borderRadius: 500,
|
|
275
|
-
minHeight: 40,
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
'app-fileupload': {
|
|
279
|
-
root: {
|
|
280
|
-
borderRadius: 6,
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
'app-switch': {
|
|
285
|
-
button: {
|
|
286
|
-
fontSize: 16,
|
|
287
|
-
minHeight: 0,
|
|
288
|
-
borderRadius: 0,
|
|
289
|
-
fontWeight: 'bold',
|
|
290
|
-
},
|
|
291
|
-
},
|
|
292
|
-
'app-switch-first-btn': {
|
|
293
|
-
borderTopLeftRadius: 6,
|
|
294
|
-
borderBottomLeftRadius: 6
|
|
295
|
-
},
|
|
296
|
-
'app-switch-last-btn': {
|
|
297
|
-
borderTopRightRadius: 6,
|
|
298
|
-
borderBottomRightRadius: 6
|
|
299
|
-
|
|
300
|
-
},
|
|
301
|
-
'app-toggle': {
|
|
302
|
-
root: {
|
|
303
|
-
width: 36,
|
|
304
|
-
height: null,
|
|
305
|
-
flexDirection: 'row',
|
|
306
|
-
justifyContent: 'flex-start',
|
|
307
|
-
alignItems: 'center',
|
|
308
|
-
borderRadius: 18,
|
|
309
|
-
borderWidth: 1
|
|
310
|
-
},
|
|
311
|
-
handle: {
|
|
312
|
-
width: 18,
|
|
313
|
-
height: 18,
|
|
314
|
-
borderRadius: 18,
|
|
315
|
-
backgroundSize: '100% 100%',
|
|
316
|
-
backgroundPosition: 'center'
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
'app-toggle-on': {
|
|
320
|
-
root: {
|
|
321
|
-
justifyContent: 'flex-end'
|
|
322
|
-
},
|
|
323
|
-
handle: {
|
|
324
|
-
width: 18,
|
|
325
|
-
height: 18,
|
|
326
|
-
marginLeft: 0,
|
|
327
|
-
marginRight: 0,
|
|
328
|
-
borderRadius: 18,
|
|
329
|
-
backgroundSize: '100% 100%',
|
|
330
|
-
backgroundPosition: 'center',
|
|
331
|
-
},
|
|
332
|
-
},
|
|
333
|
-
'app-toggle-off': {
|
|
334
|
-
handle: {
|
|
335
|
-
width: 18,
|
|
336
|
-
height: 18,
|
|
337
|
-
marginLeft: 0,
|
|
338
|
-
marginRight: 0,
|
|
339
|
-
borderRadius: 18,
|
|
340
|
-
backgroundSize: '100% 100%',
|
|
341
|
-
backgroundPosition: 'center',
|
|
342
|
-
},
|
|
343
|
-
},
|
|
344
|
-
'app-tabbar': {
|
|
345
|
-
root: {
|
|
346
|
-
height: 88
|
|
347
|
-
},
|
|
348
|
-
tabItem: {
|
|
349
|
-
minWidth: 60,
|
|
350
|
-
opacity: 0.4,
|
|
351
|
-
},
|
|
352
|
-
tabLabel: {
|
|
353
|
-
fontSize: 14,
|
|
354
|
-
marginTop: -32,
|
|
355
|
-
paddingBottom: 14,
|
|
356
|
-
textAlign: 'center',
|
|
357
|
-
},
|
|
358
|
-
tabIcon: {
|
|
359
|
-
icon: {
|
|
360
|
-
fontSize: 36,
|
|
361
|
-
paddingLeft: 6
|
|
362
|
-
},
|
|
363
|
-
root: {
|
|
364
|
-
paddingBottom: 32,
|
|
365
|
-
borderBottomWidth: 4,
|
|
366
|
-
},
|
|
367
|
-
},
|
|
368
|
-
},
|
|
369
|
-
'app-menu': {
|
|
370
|
-
menu: {
|
|
371
|
-
paddingTop: 12,
|
|
372
|
-
paddingBottom: 12,
|
|
373
|
-
paddingLeft: 12,
|
|
374
|
-
paddingRight: 12,
|
|
375
|
-
borderRadius: 6,
|
|
376
|
-
},
|
|
377
|
-
menuItem: {
|
|
378
|
-
root: {
|
|
379
|
-
width: '100%',
|
|
380
|
-
paddingTop: 8,
|
|
381
|
-
paddingRight: 8,
|
|
382
|
-
paddingBottom: 8,
|
|
383
|
-
paddingLeft: 8,
|
|
384
|
-
},
|
|
385
|
-
icon: {
|
|
386
|
-
root: {
|
|
387
|
-
fontSize: 16,
|
|
388
|
-
},
|
|
389
|
-
},
|
|
390
|
-
},
|
|
391
|
-
},
|
|
392
|
-
'app-navitem': {
|
|
393
|
-
root: {
|
|
394
|
-
borderWidth: 0,
|
|
395
|
-
borderBottomWidth: 1,
|
|
396
|
-
borderStyle: 'solid',
|
|
397
|
-
},
|
|
398
|
-
navAnchorItem: {
|
|
399
|
-
text: {
|
|
400
|
-
fontSize: 18,
|
|
401
|
-
fontWeight: '400',
|
|
402
|
-
},
|
|
403
|
-
icon: {
|
|
404
|
-
text: {
|
|
405
|
-
fontSize: 16,
|
|
406
|
-
},
|
|
407
|
-
},
|
|
408
|
-
},
|
|
409
|
-
},
|
|
410
|
-
'app-navitem-active': {
|
|
411
|
-
text: {
|
|
412
|
-
fontSize: 18,
|
|
413
|
-
fontWeight: 'bold',
|
|
414
|
-
},
|
|
415
|
-
},
|
|
416
|
-
'app-navitem-child': {
|
|
417
|
-
text: {
|
|
418
|
-
textDecorationLine: 'underline',
|
|
419
|
-
textDecorationColor: 'black',
|
|
420
|
-
textDecorationStyle: 'solid',
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
'app-left-panel': {
|
|
424
|
-
root: {
|
|
425
|
-
borderTopRightRadius: 0,
|
|
426
|
-
borderBottomRightRadius: 0,
|
|
427
|
-
},
|
|
428
|
-
}
|
|
429
|
-
};
|
|
430
|
-
export const resetTheme = (theme) => {
|
|
431
|
-
const overrideTheme = BASE_THEME.$new('material3-override', oldStyles);
|
|
432
|
-
theme.parent = overrideTheme;
|
|
433
|
-
};
|