@sbb-esta/lyne-elements-dev 4.7.0-dev.1773397316 → 4.7.0-dev.1773405905

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.
@@ -141,6 +141,9 @@ $theme: 'standard' !default;
141
141
  @use '../../logo/logo.global' as logo with (
142
142
  $theme: $theme
143
143
  );
144
+ @use '../../map-container/map-container.global' as map-container with (
145
+ $theme: $theme
146
+ );
144
147
  @use '../../message/message.global' as message with (
145
148
  $theme: $theme
146
149
  );
@@ -234,6 +237,7 @@ $theme: 'standard' !default;
234
237
  @include loading-indicator.base;
235
238
  @include loading-indicator-circle.base;
236
239
  @include logo.base;
240
+ @include map-container.base;
237
241
  @include message.base;
238
242
  @include mini-calendar-day.base;
239
243
  @include mini-calendar-month.base;
@@ -351,6 +355,7 @@ $theme: 'standard' !default;
351
355
  @include sbb-css-tokens.breakpoint-ultra;
352
356
 
353
357
  @include lead-container.base-breakpoint-ultra;
358
+ @include map-container.base-breakpoint-ultra;
354
359
  }
355
360
  }
356
361
 
package/core.css CHANGED
@@ -1548,6 +1548,11 @@
1548
1548
  --sbb-logo-word-mark-color: var(--sbb-color-black);
1549
1549
  --sbb-logo-word-mark-color: light-dark(var(--sbb-color-black), var(--sbb-color-white));
1550
1550
  --sbb-logo-aspect-ratio: 454 / 48;
1551
+ --sbb-map-container-map-height-zero: 18.4375rem;
1552
+ --sbb-map-container-map-height-small: 20rem;
1553
+ --sbb-map-container-sidebar-width: 25rem;
1554
+ --sbb-map-container-sidebar-background-color: var(--sbb-background-color-1);
1555
+ --sbb-map-container-border-radius: var(--sbb-border-radius-4x);
1551
1556
  --sbb-message-action-margin-block: var(--sbb-spacing-responsive-xxxs) 0;
1552
1557
  --sbb-message-image-margin-block: 0 var(--sbb-spacing-responsive-s);
1553
1558
  --sbb-message-image-border-radius: var(--sbb-border-radius-4x);
@@ -1827,6 +1832,7 @@
1827
1832
  --sbb-grid-base-gutter-responsive: var(--sbb-layout-base-grid-gutter-responsive-ultra);
1828
1833
  --sbb-lead-container-image-ratio: 21 / 9;
1829
1834
  --sbb-lead-container-image-border-radius: var(--sbb-lead-container-border-radius);
1835
+ --sbb-map-container-sidebar-width: 30rem;
1830
1836
  }
1831
1837
  }
1832
1838