@oiz/stzh-components 3.3.0-beta1 → 3.3.0-beta2
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/dist/cjs/{app-globals-c314a0a4.js → app-globals-a46f6656.js} +2 -2
- package/dist/cjs/{app-globals-c314a0a4.js.map → app-globals-a46f6656.js.map} +1 -1
- package/dist/cjs/index-92254d32.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-app-nav.cjs.entry.js +32 -0
- package/dist/cjs/stzh-app-nav.cjs.entry.js.map +1 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +38 -17
- package/dist/cjs/stzh-badge_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +2 -0
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-header.cjs.entry.js +57 -17
- package/dist/cjs/stzh-header.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-olmap.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-row.cjs.entry.js +1 -1
- package/dist/cjs/stzh-row.cjs.entry.js.map +1 -1
- package/dist/collection/assets/i18n/de.json +3 -0
- package/dist/collection/assets/i18n/en.json +3 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.css +247 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.e2e.js +16 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.e2e.js.map +1 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.js +79 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.js.map +1 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.localization.js +2 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.localization.js.map +1 -0
- package/dist/collection/components/stzh-app-nav/stzh-app-nav.stories.js +68 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +2 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js.map +1 -1
- package/dist/collection/components/stzh-header/stzh-header.css +31 -2
- package/dist/collection/components/stzh-header/stzh-header.js +144 -21
- package/dist/collection/components/stzh-header/stzh-header.js.map +1 -1
- package/dist/collection/components/stzh-header/stzh-header.stories.js +72 -62
- package/dist/collection/components/stzh-icon/stzh-icon.js +38 -17
- package/dist/collection/components/stzh-icon/stzh-icon.js.map +1 -1
- package/dist/collection/components/stzh-olmap/stzh-olmap.js +1 -1
- package/dist/collection/components/stzh-olmap/stzh-olmap.js.map +1 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +0 -1
- package/dist/collection/components/stzh-row/stzh-row.css +184 -240
- package/dist/collection/index.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js.map +1 -1
- package/dist/components/stzh-app-nav.d.ts +11 -0
- package/dist/components/stzh-app-nav.js +8 -0
- package/dist/components/stzh-app-nav.js.map +1 -0
- package/dist/components/stzh-app-nav2.js +64 -0
- package/dist/components/stzh-app-nav2.js.map +1 -0
- package/dist/components/stzh-datepicker2.js +2 -0
- package/dist/components/stzh-datepicker2.js.map +1 -1
- package/dist/components/stzh-header.js +84 -25
- package/dist/components/stzh-header.js.map +1 -1
- package/dist/components/stzh-icon2.js +38 -17
- package/dist/components/stzh-icon2.js.map +1 -1
- package/dist/components/stzh-olmap.js.map +1 -1
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-pagetitle.js.map +1 -1
- package/dist/components/stzh-row.js +1 -1
- package/dist/components/stzh-row.js.map +1 -1
- package/dist/esm/{app-globals-b82e4e9d.js → app-globals-93cc928b.js} +2 -2
- package/dist/esm/{app-globals-b82e4e9d.js.map → app-globals-93cc928b.js.map} +1 -1
- package/dist/esm/index-e3050b18.js +4 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-app-nav.entry.js +28 -0
- package/dist/esm/stzh-app-nav.entry.js.map +1 -0
- package/dist/esm/stzh-badge_3.entry.js +38 -17
- package/dist/esm/stzh-badge_3.entry.js.map +1 -1
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-datepicker_3.entry.js +2 -0
- package/dist/esm/stzh-datepicker_3.entry.js.map +1 -1
- package/dist/esm/stzh-header.entry.js +57 -17
- package/dist/esm/stzh-header.entry.js.map +1 -1
- package/dist/esm/stzh-olmap.entry.js.map +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js.map +1 -1
- package/dist/esm/stzh-row.entry.js +1 -1
- package/dist/esm/stzh-row.entry.js.map +1 -1
- package/dist/stzh-components/assets/i18n/de.json +3 -0
- package/dist/stzh-components/assets/i18n/en.json +3 -0
- package/dist/stzh-components/index.esm.js.map +1 -1
- package/dist/stzh-components/{p-d869745a.js → p-097bf2c2.js} +2 -2
- package/dist/stzh-components/p-10dc377b.entry.js +2 -0
- package/dist/stzh-components/p-10dc377b.entry.js.map +1 -0
- package/dist/stzh-components/p-487b6e52.entry.js +2 -0
- package/dist/stzh-components/p-487b6e52.entry.js.map +1 -0
- package/dist/stzh-components/p-4f7f4362.entry.js +2 -0
- package/dist/stzh-components/p-4f7f4362.entry.js.map +1 -0
- package/dist/stzh-components/p-6a1d65ce.entry.js +2 -0
- package/dist/stzh-components/p-6a1d65ce.entry.js.map +1 -0
- package/dist/stzh-components/p-b4f5d152.entry.js.map +1 -1
- package/dist/stzh-components/{p-c9265a65.entry.js → p-f0887c02.entry.js} +2 -2
- package/dist/stzh-components/p-f0887c02.entry.js.map +1 -0
- package/dist/stzh-components/p-f42f6787.entry.js +2 -0
- package/dist/stzh-components/p-f42f6787.entry.js.map +1 -0
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.esm.js.map +1 -1
- package/dist/types/components/stzh-app-nav/stzh-app-nav.d.ts +11 -0
- package/dist/types/components/stzh-app-nav/stzh-app-nav.localization.d.ts +4 -0
- package/dist/types/components/stzh-header/stzh-header.d.ts +18 -5
- package/dist/types/components/stzh-icon/stzh-icon.d.ts +3 -1
- package/dist/types/components/stzh-olmap/stzh-olmap.d.ts +1 -1
- package/dist/types/components.d.ts +75 -12
- package/dist/types/index.d.ts +10 -0
- package/dist/vscode-data.json +22 -6
- package/package.json +1 -1
- package/dist/stzh-components/p-6e29bc61.entry.js +0 -2
- package/dist/stzh-components/p-6e29bc61.entry.js.map +0 -1
- package/dist/stzh-components/p-b047262a.entry.js +0 -2
- package/dist/stzh-components/p-b047262a.entry.js.map +0 -1
- package/dist/stzh-components/p-b608bf1a.entry.js +0 -2
- package/dist/stzh-components/p-b608bf1a.entry.js.map +0 -1
- package/dist/stzh-components/p-b62c870a.entry.js +0 -2
- package/dist/stzh-components/p-b62c870a.entry.js.map +0 -1
- package/dist/stzh-components/p-c9265a65.entry.js.map +0 -1
- /package/dist/stzh-components/{p-d869745a.js.map → p-097bf2c2.js.map} +0 -0
|
@@ -167,342 +167,310 @@
|
|
|
167
167
|
--row-gap: var(--stzh-row-row-gap, 0px);
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
:host([span="1"]) ::slotted(stzh-cell
|
|
171
|
-
|
|
170
|
+
:host([span="1"]) ::slotted(stzh-cell) {
|
|
171
|
+
flex: 0 0 8.3333333333%;
|
|
172
|
+
max-width: 8.3333333333%;
|
|
172
173
|
}
|
|
173
174
|
|
|
174
|
-
:host([span="2"]) ::slotted(stzh-cell
|
|
175
|
-
|
|
175
|
+
:host([span="2"]) ::slotted(stzh-cell) {
|
|
176
|
+
flex: 0 0 16.6666666667%;
|
|
177
|
+
max-width: 16.6666666667%;
|
|
176
178
|
}
|
|
177
179
|
|
|
178
|
-
:host([span="3"]) ::slotted(stzh-cell
|
|
179
|
-
|
|
180
|
+
:host([span="3"]) ::slotted(stzh-cell) {
|
|
181
|
+
flex: 0 0 25%;
|
|
182
|
+
max-width: 25%;
|
|
180
183
|
}
|
|
181
184
|
|
|
182
|
-
:host([span="4"]) ::slotted(stzh-cell
|
|
183
|
-
|
|
185
|
+
:host([span="4"]) ::slotted(stzh-cell) {
|
|
186
|
+
flex: 0 0 33.3333333333%;
|
|
187
|
+
max-width: 33.3333333333%;
|
|
184
188
|
}
|
|
185
189
|
|
|
186
|
-
:host([span="5"]) ::slotted(stzh-cell
|
|
187
|
-
|
|
190
|
+
:host([span="5"]) ::slotted(stzh-cell) {
|
|
191
|
+
flex: 0 0 41.6666666667%;
|
|
192
|
+
max-width: 41.6666666667%;
|
|
188
193
|
}
|
|
189
194
|
|
|
190
|
-
:host([span="6"]) ::slotted(stzh-cell
|
|
191
|
-
|
|
195
|
+
:host([span="6"]) ::slotted(stzh-cell) {
|
|
196
|
+
flex: 0 0 50%;
|
|
197
|
+
max-width: 50%;
|
|
192
198
|
}
|
|
193
199
|
|
|
194
|
-
:host([span="7"]) ::slotted(stzh-cell
|
|
195
|
-
|
|
200
|
+
:host([span="7"]) ::slotted(stzh-cell) {
|
|
201
|
+
flex: 0 0 58.3333333333%;
|
|
202
|
+
max-width: 58.3333333333%;
|
|
196
203
|
}
|
|
197
204
|
|
|
198
|
-
:host([span="8"]) ::slotted(stzh-cell
|
|
199
|
-
|
|
205
|
+
:host([span="8"]) ::slotted(stzh-cell) {
|
|
206
|
+
flex: 0 0 66.6666666667%;
|
|
207
|
+
max-width: 66.6666666667%;
|
|
200
208
|
}
|
|
201
209
|
|
|
202
|
-
:host([span="9"]) ::slotted(stzh-cell
|
|
203
|
-
|
|
210
|
+
:host([span="9"]) ::slotted(stzh-cell) {
|
|
211
|
+
flex: 0 0 75%;
|
|
212
|
+
max-width: 75%;
|
|
204
213
|
}
|
|
205
214
|
|
|
206
|
-
:host([span="10"]) ::slotted(stzh-cell
|
|
207
|
-
|
|
215
|
+
:host([span="10"]) ::slotted(stzh-cell) {
|
|
216
|
+
flex: 0 0 83.3333333333%;
|
|
217
|
+
max-width: 83.3333333333%;
|
|
208
218
|
}
|
|
209
219
|
|
|
210
|
-
:host([span="11"]) ::slotted(stzh-cell
|
|
211
|
-
|
|
220
|
+
:host([span="11"]) ::slotted(stzh-cell) {
|
|
221
|
+
flex: 0 0 91.6666666667%;
|
|
222
|
+
max-width: 91.6666666667%;
|
|
212
223
|
}
|
|
213
224
|
|
|
214
|
-
:host([span="12"]) ::slotted(stzh-cell
|
|
215
|
-
|
|
225
|
+
:host([span="12"]) ::slotted(stzh-cell) {
|
|
226
|
+
flex: 0 0 100%;
|
|
227
|
+
max-width: 100%;
|
|
216
228
|
}
|
|
217
229
|
|
|
218
|
-
@media
|
|
219
|
-
:host([span-small="1"]) ::slotted(stzh-cell
|
|
220
|
-
|
|
230
|
+
@media (min-width: 600px) {
|
|
231
|
+
:host([span-small="1"]) ::slotted(stzh-cell) {
|
|
232
|
+
flex: 0 0 8.3333333333%;
|
|
233
|
+
max-width: 8.3333333333%;
|
|
221
234
|
}
|
|
222
|
-
}
|
|
223
235
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
236
|
+
:host([span-small="2"]) ::slotted(stzh-cell) {
|
|
237
|
+
flex: 0 0 16.6666666667%;
|
|
238
|
+
max-width: 16.6666666667%;
|
|
227
239
|
}
|
|
228
|
-
}
|
|
229
240
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
241
|
+
:host([span-small="3"]) ::slotted(stzh-cell) {
|
|
242
|
+
flex: 0 0 25%;
|
|
243
|
+
max-width: 25%;
|
|
233
244
|
}
|
|
234
|
-
}
|
|
235
245
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
246
|
+
:host([span-small="4"]) ::slotted(stzh-cell) {
|
|
247
|
+
flex: 0 0 33.3333333333%;
|
|
248
|
+
max-width: 33.3333333333%;
|
|
239
249
|
}
|
|
240
|
-
}
|
|
241
250
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
251
|
+
:host([span-small="5"]) ::slotted(stzh-cell) {
|
|
252
|
+
flex: 0 0 41.6666666667%;
|
|
253
|
+
max-width: 41.6666666667%;
|
|
245
254
|
}
|
|
246
|
-
}
|
|
247
255
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
256
|
+
:host([span-small="6"]) ::slotted(stzh-cell) {
|
|
257
|
+
flex: 0 0 50%;
|
|
258
|
+
max-width: 50%;
|
|
251
259
|
}
|
|
252
|
-
}
|
|
253
260
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
261
|
+
:host([span-small="7"]) ::slotted(stzh-cell) {
|
|
262
|
+
flex: 0 0 58.3333333333%;
|
|
263
|
+
max-width: 58.3333333333%;
|
|
257
264
|
}
|
|
258
|
-
}
|
|
259
265
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
266
|
+
:host([span-small="8"]) ::slotted(stzh-cell) {
|
|
267
|
+
flex: 0 0 66.6666666667%;
|
|
268
|
+
max-width: 66.6666666667%;
|
|
263
269
|
}
|
|
264
|
-
}
|
|
265
270
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
271
|
+
:host([span-small="9"]) ::slotted(stzh-cell) {
|
|
272
|
+
flex: 0 0 75%;
|
|
273
|
+
max-width: 75%;
|
|
269
274
|
}
|
|
270
|
-
}
|
|
271
275
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
276
|
+
:host([span-small="10"]) ::slotted(stzh-cell) {
|
|
277
|
+
flex: 0 0 83.3333333333%;
|
|
278
|
+
max-width: 83.3333333333%;
|
|
275
279
|
}
|
|
276
|
-
}
|
|
277
280
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
:host([span-small="11"]) ::slotted(stzh-cell) {
|
|
282
|
+
flex: 0 0 91.6666666667%;
|
|
283
|
+
max-width: 91.6666666667%;
|
|
281
284
|
}
|
|
282
|
-
}
|
|
283
285
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
286
|
+
:host([span-small="12"]) ::slotted(stzh-cell) {
|
|
287
|
+
flex: 0 0 100%;
|
|
288
|
+
max-width: 100%;
|
|
287
289
|
}
|
|
288
290
|
}
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
291
|
+
@media (min-width: 900px) {
|
|
292
|
+
:host([span-medium="1"]) ::slotted(stzh-cell) {
|
|
293
|
+
flex: 0 0 8.3333333333%;
|
|
294
|
+
max-width: 8.3333333333%;
|
|
293
295
|
}
|
|
294
|
-
}
|
|
295
296
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
:host([span-medium="2"]) ::slotted(stzh-cell) {
|
|
298
|
+
flex: 0 0 16.6666666667%;
|
|
299
|
+
max-width: 16.6666666667%;
|
|
299
300
|
}
|
|
300
|
-
}
|
|
301
301
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
302
|
+
:host([span-medium="3"]) ::slotted(stzh-cell) {
|
|
303
|
+
flex: 0 0 25%;
|
|
304
|
+
max-width: 25%;
|
|
305
305
|
}
|
|
306
|
-
}
|
|
307
306
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
307
|
+
:host([span-medium="4"]) ::slotted(stzh-cell) {
|
|
308
|
+
flex: 0 0 33.3333333333%;
|
|
309
|
+
max-width: 33.3333333333%;
|
|
311
310
|
}
|
|
312
|
-
}
|
|
313
311
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
312
|
+
:host([span-medium="5"]) ::slotted(stzh-cell) {
|
|
313
|
+
flex: 0 0 41.6666666667%;
|
|
314
|
+
max-width: 41.6666666667%;
|
|
317
315
|
}
|
|
318
|
-
}
|
|
319
316
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
317
|
+
:host([span-medium="6"]) ::slotted(stzh-cell) {
|
|
318
|
+
flex: 0 0 50%;
|
|
319
|
+
max-width: 50%;
|
|
323
320
|
}
|
|
324
|
-
}
|
|
325
321
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
322
|
+
:host([span-medium="7"]) ::slotted(stzh-cell) {
|
|
323
|
+
flex: 0 0 58.3333333333%;
|
|
324
|
+
max-width: 58.3333333333%;
|
|
329
325
|
}
|
|
330
|
-
}
|
|
331
326
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
327
|
+
:host([span-medium="8"]) ::slotted(stzh-cell) {
|
|
328
|
+
flex: 0 0 66.6666666667%;
|
|
329
|
+
max-width: 66.6666666667%;
|
|
335
330
|
}
|
|
336
|
-
}
|
|
337
331
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
332
|
+
:host([span-medium="9"]) ::slotted(stzh-cell) {
|
|
333
|
+
flex: 0 0 75%;
|
|
334
|
+
max-width: 75%;
|
|
341
335
|
}
|
|
342
|
-
}
|
|
343
336
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
337
|
+
:host([span-medium="10"]) ::slotted(stzh-cell) {
|
|
338
|
+
flex: 0 0 83.3333333333%;
|
|
339
|
+
max-width: 83.3333333333%;
|
|
347
340
|
}
|
|
348
|
-
}
|
|
349
341
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
342
|
+
:host([span-medium="11"]) ::slotted(stzh-cell) {
|
|
343
|
+
flex: 0 0 91.6666666667%;
|
|
344
|
+
max-width: 91.6666666667%;
|
|
353
345
|
}
|
|
354
|
-
}
|
|
355
346
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
347
|
+
:host([span-medium="12"]) ::slotted(stzh-cell) {
|
|
348
|
+
flex: 0 0 100%;
|
|
349
|
+
max-width: 100%;
|
|
359
350
|
}
|
|
360
351
|
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
352
|
+
@media (min-width: 1260px) {
|
|
353
|
+
:host([span-large="1"]) ::slotted(stzh-cell) {
|
|
354
|
+
flex: 0 0 8.3333333333%;
|
|
355
|
+
max-width: 8.3333333333%;
|
|
365
356
|
}
|
|
366
|
-
}
|
|
367
357
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
358
|
+
:host([span-large="2"]) ::slotted(stzh-cell) {
|
|
359
|
+
flex: 0 0 16.6666666667%;
|
|
360
|
+
max-width: 16.6666666667%;
|
|
371
361
|
}
|
|
372
|
-
}
|
|
373
362
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
363
|
+
:host([span-large="3"]) ::slotted(stzh-cell) {
|
|
364
|
+
flex: 0 0 25%;
|
|
365
|
+
max-width: 25%;
|
|
377
366
|
}
|
|
378
|
-
}
|
|
379
367
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
368
|
+
:host([span-large="4"]) ::slotted(stzh-cell) {
|
|
369
|
+
flex: 0 0 33.3333333333%;
|
|
370
|
+
max-width: 33.3333333333%;
|
|
383
371
|
}
|
|
384
|
-
}
|
|
385
372
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
373
|
+
:host([span-large="5"]) ::slotted(stzh-cell) {
|
|
374
|
+
flex: 0 0 41.6666666667%;
|
|
375
|
+
max-width: 41.6666666667%;
|
|
389
376
|
}
|
|
390
|
-
}
|
|
391
377
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
378
|
+
:host([span-large="6"]) ::slotted(stzh-cell) {
|
|
379
|
+
flex: 0 0 50%;
|
|
380
|
+
max-width: 50%;
|
|
395
381
|
}
|
|
396
|
-
}
|
|
397
382
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
383
|
+
:host([span-large="7"]) ::slotted(stzh-cell) {
|
|
384
|
+
flex: 0 0 58.3333333333%;
|
|
385
|
+
max-width: 58.3333333333%;
|
|
401
386
|
}
|
|
402
|
-
}
|
|
403
387
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
388
|
+
:host([span-large="8"]) ::slotted(stzh-cell) {
|
|
389
|
+
flex: 0 0 66.6666666667%;
|
|
390
|
+
max-width: 66.6666666667%;
|
|
407
391
|
}
|
|
408
|
-
}
|
|
409
392
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
393
|
+
:host([span-large="9"]) ::slotted(stzh-cell) {
|
|
394
|
+
flex: 0 0 75%;
|
|
395
|
+
max-width: 75%;
|
|
413
396
|
}
|
|
414
|
-
}
|
|
415
397
|
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
398
|
+
:host([span-large="10"]) ::slotted(stzh-cell) {
|
|
399
|
+
flex: 0 0 83.3333333333%;
|
|
400
|
+
max-width: 83.3333333333%;
|
|
419
401
|
}
|
|
420
|
-
}
|
|
421
402
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
403
|
+
:host([span-large="11"]) ::slotted(stzh-cell) {
|
|
404
|
+
flex: 0 0 91.6666666667%;
|
|
405
|
+
max-width: 91.6666666667%;
|
|
425
406
|
}
|
|
426
|
-
}
|
|
427
407
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
408
|
+
:host([span-large="12"]) ::slotted(stzh-cell) {
|
|
409
|
+
flex: 0 0 100%;
|
|
410
|
+
max-width: 100%;
|
|
431
411
|
}
|
|
432
412
|
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
413
|
+
@media (min-width: 1600px) {
|
|
414
|
+
:host([span-ultra="1"]) ::slotted(stzh-cell) {
|
|
415
|
+
flex: 0 0 8.3333333333%;
|
|
416
|
+
max-width: 8.3333333333%;
|
|
437
417
|
}
|
|
438
|
-
}
|
|
439
418
|
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
419
|
+
:host([span-ultra="2"]) ::slotted(stzh-cell) {
|
|
420
|
+
flex: 0 0 16.6666666667%;
|
|
421
|
+
max-width: 16.6666666667%;
|
|
443
422
|
}
|
|
444
|
-
}
|
|
445
423
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
424
|
+
:host([span-ultra="3"]) ::slotted(stzh-cell) {
|
|
425
|
+
flex: 0 0 25%;
|
|
426
|
+
max-width: 25%;
|
|
449
427
|
}
|
|
450
|
-
}
|
|
451
428
|
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
429
|
+
:host([span-ultra="4"]) ::slotted(stzh-cell) {
|
|
430
|
+
flex: 0 0 33.3333333333%;
|
|
431
|
+
max-width: 33.3333333333%;
|
|
455
432
|
}
|
|
456
|
-
}
|
|
457
433
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
434
|
+
:host([span-ultra="5"]) ::slotted(stzh-cell) {
|
|
435
|
+
flex: 0 0 41.6666666667%;
|
|
436
|
+
max-width: 41.6666666667%;
|
|
461
437
|
}
|
|
462
|
-
}
|
|
463
438
|
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
439
|
+
:host([span-ultra="6"]) ::slotted(stzh-cell) {
|
|
440
|
+
flex: 0 0 50%;
|
|
441
|
+
max-width: 50%;
|
|
467
442
|
}
|
|
468
|
-
}
|
|
469
443
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
444
|
+
:host([span-ultra="7"]) ::slotted(stzh-cell) {
|
|
445
|
+
flex: 0 0 58.3333333333%;
|
|
446
|
+
max-width: 58.3333333333%;
|
|
473
447
|
}
|
|
474
|
-
}
|
|
475
448
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
449
|
+
:host([span-ultra="8"]) ::slotted(stzh-cell) {
|
|
450
|
+
flex: 0 0 66.6666666667%;
|
|
451
|
+
max-width: 66.6666666667%;
|
|
479
452
|
}
|
|
480
|
-
}
|
|
481
453
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
454
|
+
:host([span-ultra="9"]) ::slotted(stzh-cell) {
|
|
455
|
+
flex: 0 0 75%;
|
|
456
|
+
max-width: 75%;
|
|
485
457
|
}
|
|
486
|
-
}
|
|
487
458
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
459
|
+
:host([span-ultra="10"]) ::slotted(stzh-cell) {
|
|
460
|
+
flex: 0 0 83.3333333333%;
|
|
461
|
+
max-width: 83.3333333333%;
|
|
491
462
|
}
|
|
492
|
-
}
|
|
493
463
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
464
|
+
:host([span-ultra="11"]) ::slotted(stzh-cell) {
|
|
465
|
+
flex: 0 0 91.6666666667%;
|
|
466
|
+
max-width: 91.6666666667%;
|
|
497
467
|
}
|
|
498
|
-
}
|
|
499
468
|
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
469
|
+
:host([span-ultra="12"]) ::slotted(stzh-cell) {
|
|
470
|
+
flex: 0 0 100%;
|
|
471
|
+
max-width: 100%;
|
|
503
472
|
}
|
|
504
473
|
}
|
|
505
|
-
|
|
506
474
|
.stzh-row {
|
|
507
475
|
display: flex;
|
|
508
476
|
flex-wrap: wrap;
|
|
@@ -514,30 +482,6 @@
|
|
|
514
482
|
/* Align items variants */
|
|
515
483
|
/* Align content variants */
|
|
516
484
|
}
|
|
517
|
-
@media screen and (min-width: 600px) {
|
|
518
|
-
.stzh-row {
|
|
519
|
-
margin-left: calc(var(--stzh-grid-gutter-small) / -2);
|
|
520
|
-
margin-right: calc(var(--stzh-grid-gutter-small) / -2);
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
@media screen and (min-width: 900px) {
|
|
524
|
-
.stzh-row {
|
|
525
|
-
margin-left: calc(var(--stzh-grid-gutter-medium) / -2);
|
|
526
|
-
margin-right: calc(var(--stzh-grid-gutter-medium) / -2);
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
@media screen and (min-width: 1260px) {
|
|
530
|
-
.stzh-row {
|
|
531
|
-
margin-left: calc(var(--stzh-grid-gutter-large) / -2);
|
|
532
|
-
margin-right: calc(var(--stzh-grid-gutter-large) / -2);
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
@media screen and (min-width: 1600px) {
|
|
536
|
-
.stzh-row {
|
|
537
|
-
margin-left: calc(var(--stzh-grid-gutter-ultra) / -2);
|
|
538
|
-
margin-right: calc(var(--stzh-grid-gutter-ultra) / -2);
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
485
|
.stzh-row--justify-end {
|
|
542
486
|
justify-content: flex-end;
|
|
543
487
|
}
|