vitrify 0.18.2 → 0.18.3
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.
|
@@ -133,6 +133,19 @@ const componentsSafelistMap = {
|
|
|
133
133
|
'vertical-top',
|
|
134
134
|
'vertical-middle',
|
|
135
135
|
'vertical-bottom'
|
|
136
|
+
],
|
|
137
|
+
QTabs: [
|
|
138
|
+
'q-tab',
|
|
139
|
+
'q-tab--full',
|
|
140
|
+
'q-tab--no-caps',
|
|
141
|
+
'q-tab__content',
|
|
142
|
+
'q-tab__content--inline',
|
|
143
|
+
'q-tab__icon',
|
|
144
|
+
'q-tab__label',
|
|
145
|
+
'q-tab__alert',
|
|
146
|
+
'q-tab__alert-icon',
|
|
147
|
+
'q-tab__indicator',
|
|
148
|
+
'q-tab--active'
|
|
136
149
|
]
|
|
137
150
|
};
|
|
138
151
|
const pluginSafelistMap = {
|
package/package.json
CHANGED
|
@@ -232,6 +232,19 @@ const componentsSafelistMap: Partial<Record<keyof QuasarComponents, string[]>> =
|
|
|
232
232
|
'vertical-top',
|
|
233
233
|
'vertical-middle',
|
|
234
234
|
'vertical-bottom'
|
|
235
|
+
],
|
|
236
|
+
QTabs: [
|
|
237
|
+
'q-tab',
|
|
238
|
+
'q-tab--full',
|
|
239
|
+
'q-tab--no-caps',
|
|
240
|
+
'q-tab__content',
|
|
241
|
+
'q-tab__content--inline',
|
|
242
|
+
'q-tab__icon',
|
|
243
|
+
'q-tab__label',
|
|
244
|
+
'q-tab__alert',
|
|
245
|
+
'q-tab__alert-icon',
|
|
246
|
+
'q-tab__indicator',
|
|
247
|
+
'q-tab--active'
|
|
235
248
|
]
|
|
236
249
|
}
|
|
237
250
|
|