@oiz/stzh-components 3.3.0-beta1 → 3.3.0-beta4

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 (118) hide show
  1. package/dist/cjs/{app-globals-c314a0a4.js → app-globals-add1c2c1.js} +2 -2
  2. package/dist/cjs/{app-globals-c314a0a4.js.map → app-globals-add1c2c1.js.map} +1 -1
  3. package/dist/cjs/index-92254d32.js +4 -0
  4. package/dist/cjs/index.cjs.js.map +1 -1
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/stzh-app-nav.cjs.entry.js +32 -0
  7. package/dist/cjs/stzh-app-nav.cjs.entry.js.map +1 -0
  8. package/dist/cjs/stzh-badge_3.cjs.entry.js +38 -17
  9. package/dist/cjs/stzh-badge_3.cjs.entry.js.map +1 -1
  10. package/dist/cjs/stzh-components.cjs.js +2 -2
  11. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +2 -0
  12. package/dist/cjs/stzh-datepicker_3.cjs.entry.js.map +1 -1
  13. package/dist/cjs/stzh-header.cjs.entry.js +57 -17
  14. package/dist/cjs/stzh-header.cjs.entry.js.map +1 -1
  15. package/dist/cjs/stzh-olmap.cjs.entry.js.map +1 -1
  16. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-pagetitle.cjs.entry.js.map +1 -1
  18. package/dist/cjs/stzh-row.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-row.cjs.entry.js.map +1 -1
  20. package/dist/collection/assets/i18n/de.json +3 -0
  21. package/dist/collection/assets/i18n/en.json +3 -0
  22. package/dist/collection/collection-manifest.json +1 -0
  23. package/dist/collection/components/stzh-app-nav/stzh-app-nav.css +247 -0
  24. package/dist/collection/components/stzh-app-nav/stzh-app-nav.e2e.js +16 -0
  25. package/dist/collection/components/stzh-app-nav/stzh-app-nav.e2e.js.map +1 -0
  26. package/dist/collection/components/stzh-app-nav/stzh-app-nav.js +79 -0
  27. package/dist/collection/components/stzh-app-nav/stzh-app-nav.js.map +1 -0
  28. package/dist/collection/components/stzh-app-nav/stzh-app-nav.localization.js +2 -0
  29. package/dist/collection/components/stzh-app-nav/stzh-app-nav.localization.js.map +1 -0
  30. package/dist/collection/components/stzh-app-nav/stzh-app-nav.stories.js +68 -0
  31. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +2 -0
  32. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js.map +1 -1
  33. package/dist/collection/components/stzh-header/stzh-header.css +31 -2
  34. package/dist/collection/components/stzh-header/stzh-header.js +144 -21
  35. package/dist/collection/components/stzh-header/stzh-header.js.map +1 -1
  36. package/dist/collection/components/stzh-header/stzh-header.stories.js +72 -62
  37. package/dist/collection/components/stzh-icon/stzh-icon.js +38 -17
  38. package/dist/collection/components/stzh-icon/stzh-icon.js.map +1 -1
  39. package/dist/collection/components/stzh-olmap/stzh-olmap.js +1 -1
  40. package/dist/collection/components/stzh-olmap/stzh-olmap.js.map +1 -1
  41. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +0 -1
  42. package/dist/collection/components/stzh-row/stzh-row.css +184 -240
  43. package/dist/collection/index.js.map +1 -1
  44. package/dist/components/index.js +1 -1
  45. package/dist/components/index2.js.map +1 -1
  46. package/dist/components/stzh-app-nav.d.ts +11 -0
  47. package/dist/components/stzh-app-nav.js +8 -0
  48. package/dist/components/stzh-app-nav.js.map +1 -0
  49. package/dist/components/stzh-app-nav2.js +64 -0
  50. package/dist/components/stzh-app-nav2.js.map +1 -0
  51. package/dist/components/stzh-datepicker2.js +2 -0
  52. package/dist/components/stzh-datepicker2.js.map +1 -1
  53. package/dist/components/stzh-header.js +84 -25
  54. package/dist/components/stzh-header.js.map +1 -1
  55. package/dist/components/stzh-icon2.js +38 -17
  56. package/dist/components/stzh-icon2.js.map +1 -1
  57. package/dist/components/stzh-olmap.js.map +1 -1
  58. package/dist/components/stzh-pagetitle.js +1 -1
  59. package/dist/components/stzh-pagetitle.js.map +1 -1
  60. package/dist/components/stzh-row.js +1 -1
  61. package/dist/components/stzh-row.js.map +1 -1
  62. package/dist/esm/{app-globals-b82e4e9d.js → app-globals-7f5414ca.js} +2 -2
  63. package/dist/esm/{app-globals-b82e4e9d.js.map → app-globals-7f5414ca.js.map} +1 -1
  64. package/dist/esm/index-e3050b18.js +4 -0
  65. package/dist/esm/index.js.map +1 -1
  66. package/dist/esm/loader.js +2 -2
  67. package/dist/esm/stzh-app-nav.entry.js +28 -0
  68. package/dist/esm/stzh-app-nav.entry.js.map +1 -0
  69. package/dist/esm/stzh-badge_3.entry.js +38 -17
  70. package/dist/esm/stzh-badge_3.entry.js.map +1 -1
  71. package/dist/esm/stzh-components.js +2 -2
  72. package/dist/esm/stzh-datepicker_3.entry.js +2 -0
  73. package/dist/esm/stzh-datepicker_3.entry.js.map +1 -1
  74. package/dist/esm/stzh-header.entry.js +57 -17
  75. package/dist/esm/stzh-header.entry.js.map +1 -1
  76. package/dist/esm/stzh-olmap.entry.js.map +1 -1
  77. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  78. package/dist/esm/stzh-pagetitle.entry.js.map +1 -1
  79. package/dist/esm/stzh-row.entry.js +1 -1
  80. package/dist/esm/stzh-row.entry.js.map +1 -1
  81. package/dist/stzh-components/assets/i18n/de.json +3 -0
  82. package/dist/stzh-components/assets/i18n/en.json +3 -0
  83. package/dist/stzh-components/index.esm.js.map +1 -1
  84. package/dist/stzh-components/p-10dc377b.entry.js +2 -0
  85. package/dist/stzh-components/p-10dc377b.entry.js.map +1 -0
  86. package/dist/stzh-components/p-487b6e52.entry.js +2 -0
  87. package/dist/stzh-components/p-487b6e52.entry.js.map +1 -0
  88. package/dist/stzh-components/p-4f7f4362.entry.js +2 -0
  89. package/dist/stzh-components/p-4f7f4362.entry.js.map +1 -0
  90. package/dist/stzh-components/{p-d869745a.js → p-6009632f.js} +2 -2
  91. package/dist/stzh-components/p-6a1d65ce.entry.js +2 -0
  92. package/dist/stzh-components/p-6a1d65ce.entry.js.map +1 -0
  93. package/dist/stzh-components/p-b4f5d152.entry.js.map +1 -1
  94. package/dist/stzh-components/{p-c9265a65.entry.js → p-f0887c02.entry.js} +2 -2
  95. package/dist/stzh-components/p-f0887c02.entry.js.map +1 -0
  96. package/dist/stzh-components/p-f42f6787.entry.js +2 -0
  97. package/dist/stzh-components/p-f42f6787.entry.js.map +1 -0
  98. package/dist/stzh-components/stzh-components.esm.js +1 -1
  99. package/dist/stzh-components/stzh-components.esm.js.map +1 -1
  100. package/dist/types/components/stzh-app-nav/stzh-app-nav.d.ts +11 -0
  101. package/dist/types/components/stzh-app-nav/stzh-app-nav.localization.d.ts +4 -0
  102. package/dist/types/components/stzh-header/stzh-header.d.ts +18 -5
  103. package/dist/types/components/stzh-icon/stzh-icon.d.ts +3 -1
  104. package/dist/types/components/stzh-olmap/stzh-olmap.d.ts +1 -1
  105. package/dist/types/components.d.ts +75 -12
  106. package/dist/types/index.d.ts +10 -0
  107. package/dist/vscode-data.json +22 -6
  108. package/package.json +1 -1
  109. package/dist/stzh-components/p-6e29bc61.entry.js +0 -2
  110. package/dist/stzh-components/p-6e29bc61.entry.js.map +0 -1
  111. package/dist/stzh-components/p-b047262a.entry.js +0 -2
  112. package/dist/stzh-components/p-b047262a.entry.js.map +0 -1
  113. package/dist/stzh-components/p-b608bf1a.entry.js +0 -2
  114. package/dist/stzh-components/p-b608bf1a.entry.js.map +0 -1
  115. package/dist/stzh-components/p-b62c870a.entry.js +0 -2
  116. package/dist/stzh-components/p-b62c870a.entry.js.map +0 -1
  117. package/dist/stzh-components/p-c9265a65.entry.js.map +0 -1
  118. /package/dist/stzh-components/{p-d869745a.js.map → p-6009632f.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:not([span])) {
171
- --cell-width: 8.3333333333%;
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:not([span])) {
175
- --cell-width: 16.6666666667%;
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:not([span])) {
179
- --cell-width: 25%;
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:not([span])) {
183
- --cell-width: 33.3333333333%;
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:not([span])) {
187
- --cell-width: 41.6666666667%;
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:not([span])) {
191
- --cell-width: 50%;
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:not([span])) {
195
- --cell-width: 58.3333333333%;
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:not([span])) {
199
- --cell-width: 66.6666666667%;
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:not([span])) {
203
- --cell-width: 75%;
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:not([span])) {
207
- --cell-width: 83.3333333333%;
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:not([span])) {
211
- --cell-width: 91.6666666667%;
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:not([span])) {
215
- --cell-width: 100%;
225
+ :host([span="12"]) ::slotted(stzh-cell) {
226
+ flex: 0 0 100%;
227
+ max-width: 100%;
216
228
  }
217
229
 
218
- @media screen and (min-width: 600px) {
219
- :host([span-small="1"]) ::slotted(stzh-cell:not([span-small])) {
220
- --cell-width: 8.3333333333%;
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
- @media screen and (min-width: 600px) {
225
- :host([span-small="2"]) ::slotted(stzh-cell:not([span-small])) {
226
- --cell-width: 16.6666666667%;
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
- @media screen and (min-width: 600px) {
231
- :host([span-small="3"]) ::slotted(stzh-cell:not([span-small])) {
232
- --cell-width: 25%;
241
+ :host([span-small="3"]) ::slotted(stzh-cell) {
242
+ flex: 0 0 25%;
243
+ max-width: 25%;
233
244
  }
234
- }
235
245
 
236
- @media screen and (min-width: 600px) {
237
- :host([span-small="4"]) ::slotted(stzh-cell:not([span-small])) {
238
- --cell-width: 33.3333333333%;
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
- @media screen and (min-width: 600px) {
243
- :host([span-small="5"]) ::slotted(stzh-cell:not([span-small])) {
244
- --cell-width: 41.6666666667%;
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
- @media screen and (min-width: 600px) {
249
- :host([span-small="6"]) ::slotted(stzh-cell:not([span-small])) {
250
- --cell-width: 50%;
256
+ :host([span-small="6"]) ::slotted(stzh-cell) {
257
+ flex: 0 0 50%;
258
+ max-width: 50%;
251
259
  }
252
- }
253
260
 
254
- @media screen and (min-width: 600px) {
255
- :host([span-small="7"]) ::slotted(stzh-cell:not([span-small])) {
256
- --cell-width: 58.3333333333%;
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
- @media screen and (min-width: 600px) {
261
- :host([span-small="8"]) ::slotted(stzh-cell:not([span-small])) {
262
- --cell-width: 66.6666666667%;
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
- @media screen and (min-width: 600px) {
267
- :host([span-small="9"]) ::slotted(stzh-cell:not([span-small])) {
268
- --cell-width: 75%;
271
+ :host([span-small="9"]) ::slotted(stzh-cell) {
272
+ flex: 0 0 75%;
273
+ max-width: 75%;
269
274
  }
270
- }
271
275
 
272
- @media screen and (min-width: 600px) {
273
- :host([span-small="10"]) ::slotted(stzh-cell:not([span-small])) {
274
- --cell-width: 83.3333333333%;
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
- @media screen and (min-width: 600px) {
279
- :host([span-small="11"]) ::slotted(stzh-cell:not([span-small])) {
280
- --cell-width: 91.6666666667%;
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
- @media screen and (min-width: 600px) {
285
- :host([span-small="12"]) ::slotted(stzh-cell:not([span-small])) {
286
- --cell-width: 100%;
286
+ :host([span-small="12"]) ::slotted(stzh-cell) {
287
+ flex: 0 0 100%;
288
+ max-width: 100%;
287
289
  }
288
290
  }
289
-
290
- @media screen and (min-width: 900px) {
291
- :host([span-medium="1"]) ::slotted(stzh-cell:not([span-medium])) {
292
- --cell-width: 8.3333333333%;
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
- @media screen and (min-width: 900px) {
297
- :host([span-medium="2"]) ::slotted(stzh-cell:not([span-medium])) {
298
- --cell-width: 16.6666666667%;
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
- @media screen and (min-width: 900px) {
303
- :host([span-medium="3"]) ::slotted(stzh-cell:not([span-medium])) {
304
- --cell-width: 25%;
302
+ :host([span-medium="3"]) ::slotted(stzh-cell) {
303
+ flex: 0 0 25%;
304
+ max-width: 25%;
305
305
  }
306
- }
307
306
 
308
- @media screen and (min-width: 900px) {
309
- :host([span-medium="4"]) ::slotted(stzh-cell:not([span-medium])) {
310
- --cell-width: 33.3333333333%;
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
- @media screen and (min-width: 900px) {
315
- :host([span-medium="5"]) ::slotted(stzh-cell:not([span-medium])) {
316
- --cell-width: 41.6666666667%;
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
- @media screen and (min-width: 900px) {
321
- :host([span-medium="6"]) ::slotted(stzh-cell:not([span-medium])) {
322
- --cell-width: 50%;
317
+ :host([span-medium="6"]) ::slotted(stzh-cell) {
318
+ flex: 0 0 50%;
319
+ max-width: 50%;
323
320
  }
324
- }
325
321
 
326
- @media screen and (min-width: 900px) {
327
- :host([span-medium="7"]) ::slotted(stzh-cell:not([span-medium])) {
328
- --cell-width: 58.3333333333%;
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
- @media screen and (min-width: 900px) {
333
- :host([span-medium="8"]) ::slotted(stzh-cell:not([span-medium])) {
334
- --cell-width: 66.6666666667%;
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
- @media screen and (min-width: 900px) {
339
- :host([span-medium="9"]) ::slotted(stzh-cell:not([span-medium])) {
340
- --cell-width: 75%;
332
+ :host([span-medium="9"]) ::slotted(stzh-cell) {
333
+ flex: 0 0 75%;
334
+ max-width: 75%;
341
335
  }
342
- }
343
336
 
344
- @media screen and (min-width: 900px) {
345
- :host([span-medium="10"]) ::slotted(stzh-cell:not([span-medium])) {
346
- --cell-width: 83.3333333333%;
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
- @media screen and (min-width: 900px) {
351
- :host([span-medium="11"]) ::slotted(stzh-cell:not([span-medium])) {
352
- --cell-width: 91.6666666667%;
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
- @media screen and (min-width: 900px) {
357
- :host([span-medium="12"]) ::slotted(stzh-cell:not([span-medium])) {
358
- --cell-width: 100%;
347
+ :host([span-medium="12"]) ::slotted(stzh-cell) {
348
+ flex: 0 0 100%;
349
+ max-width: 100%;
359
350
  }
360
351
  }
361
-
362
- @media screen and (min-width: 1260px) {
363
- :host([span-large="1"]) ::slotted(stzh-cell:not([span-large])) {
364
- --cell-width: 8.3333333333%;
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
- @media screen and (min-width: 1260px) {
369
- :host([span-large="2"]) ::slotted(stzh-cell:not([span-large])) {
370
- --cell-width: 16.6666666667%;
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
- @media screen and (min-width: 1260px) {
375
- :host([span-large="3"]) ::slotted(stzh-cell:not([span-large])) {
376
- --cell-width: 25%;
363
+ :host([span-large="3"]) ::slotted(stzh-cell) {
364
+ flex: 0 0 25%;
365
+ max-width: 25%;
377
366
  }
378
- }
379
367
 
380
- @media screen and (min-width: 1260px) {
381
- :host([span-large="4"]) ::slotted(stzh-cell:not([span-large])) {
382
- --cell-width: 33.3333333333%;
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
- @media screen and (min-width: 1260px) {
387
- :host([span-large="5"]) ::slotted(stzh-cell:not([span-large])) {
388
- --cell-width: 41.6666666667%;
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
- @media screen and (min-width: 1260px) {
393
- :host([span-large="6"]) ::slotted(stzh-cell:not([span-large])) {
394
- --cell-width: 50%;
378
+ :host([span-large="6"]) ::slotted(stzh-cell) {
379
+ flex: 0 0 50%;
380
+ max-width: 50%;
395
381
  }
396
- }
397
382
 
398
- @media screen and (min-width: 1260px) {
399
- :host([span-large="7"]) ::slotted(stzh-cell:not([span-large])) {
400
- --cell-width: 58.3333333333%;
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
- @media screen and (min-width: 1260px) {
405
- :host([span-large="8"]) ::slotted(stzh-cell:not([span-large])) {
406
- --cell-width: 66.6666666667%;
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
- @media screen and (min-width: 1260px) {
411
- :host([span-large="9"]) ::slotted(stzh-cell:not([span-large])) {
412
- --cell-width: 75%;
393
+ :host([span-large="9"]) ::slotted(stzh-cell) {
394
+ flex: 0 0 75%;
395
+ max-width: 75%;
413
396
  }
414
- }
415
397
 
416
- @media screen and (min-width: 1260px) {
417
- :host([span-large="10"]) ::slotted(stzh-cell:not([span-large])) {
418
- --cell-width: 83.3333333333%;
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
- @media screen and (min-width: 1260px) {
423
- :host([span-large="11"]) ::slotted(stzh-cell:not([span-large])) {
424
- --cell-width: 91.6666666667%;
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
- @media screen and (min-width: 1260px) {
429
- :host([span-large="12"]) ::slotted(stzh-cell:not([span-large])) {
430
- --cell-width: 100%;
408
+ :host([span-large="12"]) ::slotted(stzh-cell) {
409
+ flex: 0 0 100%;
410
+ max-width: 100%;
431
411
  }
432
412
  }
433
-
434
- @media screen and (min-width: 1600px) {
435
- :host([span-ultra="1"]) ::slotted(stzh-cell:not([span-ultra])) {
436
- --cell-width: 8.3333333333%;
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
- @media screen and (min-width: 1600px) {
441
- :host([span-ultra="2"]) ::slotted(stzh-cell:not([span-ultra])) {
442
- --cell-width: 16.6666666667%;
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
- @media screen and (min-width: 1600px) {
447
- :host([span-ultra="3"]) ::slotted(stzh-cell:not([span-ultra])) {
448
- --cell-width: 25%;
424
+ :host([span-ultra="3"]) ::slotted(stzh-cell) {
425
+ flex: 0 0 25%;
426
+ max-width: 25%;
449
427
  }
450
- }
451
428
 
452
- @media screen and (min-width: 1600px) {
453
- :host([span-ultra="4"]) ::slotted(stzh-cell:not([span-ultra])) {
454
- --cell-width: 33.3333333333%;
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
- @media screen and (min-width: 1600px) {
459
- :host([span-ultra="5"]) ::slotted(stzh-cell:not([span-ultra])) {
460
- --cell-width: 41.6666666667%;
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
- @media screen and (min-width: 1600px) {
465
- :host([span-ultra="6"]) ::slotted(stzh-cell:not([span-ultra])) {
466
- --cell-width: 50%;
439
+ :host([span-ultra="6"]) ::slotted(stzh-cell) {
440
+ flex: 0 0 50%;
441
+ max-width: 50%;
467
442
  }
468
- }
469
443
 
470
- @media screen and (min-width: 1600px) {
471
- :host([span-ultra="7"]) ::slotted(stzh-cell:not([span-ultra])) {
472
- --cell-width: 58.3333333333%;
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
- @media screen and (min-width: 1600px) {
477
- :host([span-ultra="8"]) ::slotted(stzh-cell:not([span-ultra])) {
478
- --cell-width: 66.6666666667%;
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
- @media screen and (min-width: 1600px) {
483
- :host([span-ultra="9"]) ::slotted(stzh-cell:not([span-ultra])) {
484
- --cell-width: 75%;
454
+ :host([span-ultra="9"]) ::slotted(stzh-cell) {
455
+ flex: 0 0 75%;
456
+ max-width: 75%;
485
457
  }
486
- }
487
458
 
488
- @media screen and (min-width: 1600px) {
489
- :host([span-ultra="10"]) ::slotted(stzh-cell:not([span-ultra])) {
490
- --cell-width: 83.3333333333%;
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
- @media screen and (min-width: 1600px) {
495
- :host([span-ultra="11"]) ::slotted(stzh-cell:not([span-ultra])) {
496
- --cell-width: 91.6666666667%;
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
- @media screen and (min-width: 1600px) {
501
- :host([span-ultra="12"]) ::slotted(stzh-cell:not([span-ultra])) {
502
- --cell-width: 100%;
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
  }