@sbb-esta/lyne-elements-dev 4.7.0-dev.1773234121 → 4.7.0-dev.1773242335

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.
@@ -33,7 +33,7 @@ let X = (() => {
33
33
  b(this, u, i);
34
34
  }
35
35
  /**
36
- * Overrides the behaviour of `orientation` property.
36
+ * Overrides the behavior of `orientation` property.
37
37
  */
38
38
  // TODO: Needs a breaking change to work with the 'no-default-reflect' behavior
39
39
  get horizontalFrom() {
@@ -46,7 +46,7 @@ let te = (() => {
46
46
  set size(t) {
47
47
  p(this, h, t);
48
48
  }
49
- /** Overrides the behaviour of `orientation` property. */
49
+ /** Overrides the behavior of `orientation` property. */
50
50
  get horizontalFrom() {
51
51
  return u(this, b);
52
52
  }
@@ -128,6 +128,9 @@ $theme: 'standard' !default;
128
128
  @use '../../lead-container/lead-container.global' as lead-container with (
129
129
  $theme: $theme
130
130
  );
131
+ @use '../../link/common/block-link.global' as block-link with (
132
+ $theme: $theme
133
+ );
131
134
  @use '../../option/option/option.global' as option with (
132
135
  $theme: $theme
133
136
  );
@@ -206,6 +209,7 @@ $theme: 'standard' !default;
206
209
  @include header-common.base;
207
210
  @include header-environment.base;
208
211
  @include icon-sidebar.base;
212
+ @include block-link.base;
209
213
  @include lead-container.base;
210
214
  @include option.base;
211
215
  @include option-hint.base;
package/core.css CHANGED
@@ -1522,6 +1522,9 @@
1522
1522
  --sbb-header-environment-rotate: 45deg;
1523
1523
  --sbb-icon-sidebar-background-color: var(--sbb-background-color-1);
1524
1524
  --sbb-icon-sidebar-border-radius: var(--sbb-border-radius-8x);
1525
+ --sbb-block-link-gap: var(--sbb-spacing-fixed-1x);
1526
+ --sbb-block-link-icon-size: var(--sbb-size-icon-ui-small);
1527
+ --sbb-block-link-font-size: var(--sbb-text-font-size-s);
1525
1528
  --sbb-lead-container-background-color: var(--sbb-background-color-1);
1526
1529
  --sbb-lead-container-image-ratio: 2 / 1;
1527
1530
  --sbb-lead-container-image-overlap: var(--sbb-spacing-fixed-24x);