@sbb-esta/lyne-elements-dev 4.7.0-dev.1773217608 → 4.7.0-dev.1773224724
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/core/styles/core.scss +15 -19
- package/core.css +44 -12
- package/custom-elements.json +934 -934
- package/development/header/common/header-action-common.js +7 -28
- package/development/header/header/header.component.js +11 -11
- package/development/header/header-environment/header-environment.component.js +4 -12
- package/header/common/header-action-common.js +14 -14
- package/header/header/header.component.js +1 -1
- package/header/header-environment/header-environment.component.js +4 -4
- package/off-brand-theme.css +44 -12
- package/package.json +2 -2
- package/safety-theme.css +44 -12
- package/standard-theme.css +44 -12
package/standard-theme.css
CHANGED
|
@@ -1604,6 +1604,26 @@ summary {
|
|
|
1604
1604
|
--_sbb-form-field-label-to-input-overlapping: var(--sbb-spacing-fixed-1x);
|
|
1605
1605
|
--_sbb-form-field-floating-label-transform: 0.53125rem;
|
|
1606
1606
|
--_sbb-form-field-spacer-margin-block-end: calc(-1 * var(--_sbb-form-field-label-to-input-overlapping));
|
|
1607
|
+
--sbb-header-background: var(--sbb-background-color-1);
|
|
1608
|
+
--sbb-header-box-shadow: var(--sbb-box-shadow-level-9-soft);
|
|
1609
|
+
--sbb-header-inset-inline-end: 0;
|
|
1610
|
+
--sbb-header-position: fixed;
|
|
1611
|
+
--sbb-header-height: var(--sbb-spacing-fixed-14x);
|
|
1612
|
+
--sbb-header-action-color: var(--sbb-color-1);
|
|
1613
|
+
--sbb-header-action-background-color: transparent;
|
|
1614
|
+
--sbb-header-action-min-height: var(--sbb-size-element-s);
|
|
1615
|
+
--sbb-header-action-padding-inline: var(--sbb-spacing-fixed-5x);
|
|
1616
|
+
--sbb-header-action-transition-easing: var(--sbb-animation-easing);
|
|
1617
|
+
--sbb-header-action-border-color: transparent;
|
|
1618
|
+
--sbb-header-action-gap: var(--sbb-spacing-fixed-2x);
|
|
1619
|
+
--sbb-header-action-icon-dimension: var(--sbb-size-icon-ui-small);
|
|
1620
|
+
--sbb-header-action-active-border-width: var(--sbb-border-width-2x);
|
|
1621
|
+
--sbb-header-action-active-border-color: var(--sbb-header-action-color);
|
|
1622
|
+
--sbb-header-first-item-icon-shift: 0.125rem;
|
|
1623
|
+
--sbb-header-environment-background-color: var(--sbb-color-granite);
|
|
1624
|
+
--sbb-header-environment-color: var(--sbb-color-1-negative);
|
|
1625
|
+
--sbb-header-environment-size: 2.375rem;
|
|
1626
|
+
--sbb-header-environment-rotate: 45deg;
|
|
1607
1627
|
--sbb-icon-sidebar-background-color: var(--sbb-background-color-1);
|
|
1608
1628
|
--sbb-icon-sidebar-border-radius: var(--sbb-border-radius-8x);
|
|
1609
1629
|
--sbb-lead-container-background-color: var(--sbb-background-color-1);
|
|
@@ -1734,6 +1754,9 @@ summary {
|
|
|
1734
1754
|
--sbb-card-border-width: var(--sbb-border-width-2x);
|
|
1735
1755
|
--sbb-card-badge-border-display: block;
|
|
1736
1756
|
--sbb-card-badge-inline-border-display: none;
|
|
1757
|
+
--sbb-header-action-border-color: CanvasText;
|
|
1758
|
+
--sbb-header-action-color: LinkText;
|
|
1759
|
+
--sbb-header-action-active-border-width: 0;
|
|
1737
1760
|
--sbb-expansion-panel-header-text-color: ButtonText;
|
|
1738
1761
|
--sbb-form-field-border-color: ButtonBorder;
|
|
1739
1762
|
--sbb-visual-checkbox-selection-color: Canvas;
|
|
@@ -1753,7 +1776,6 @@ summary {
|
|
|
1753
1776
|
--sbb-train-formation-wagon-width: 5rem;
|
|
1754
1777
|
--sbb-train-formation-wagon-height: 2.5rem;
|
|
1755
1778
|
--sbb-train-formation-wagon-gap: var(--sbb-spacing-fixed-1x);
|
|
1756
|
-
--sbb-header-height: var(--sbb-spacing-fixed-14x);
|
|
1757
1779
|
--sbb-time-input-max-width: 3.625rem;
|
|
1758
1780
|
--sbb-overlay-default-z-index: 1000;
|
|
1759
1781
|
--sbb-cursor-default: default;
|
|
@@ -1779,9 +1801,6 @@ summary {
|
|
|
1779
1801
|
var(--sbb-spacing-fixed-1x);
|
|
1780
1802
|
--sbb-heading-margin-block-6-lean: var(--sbb-spacing-responsive-s) 0;
|
|
1781
1803
|
}
|
|
1782
|
-
:root:has(sbb-header[size=s]) {
|
|
1783
|
-
--sbb-header-height: 3.25rem;
|
|
1784
|
-
}
|
|
1785
1804
|
:root:where(.sbb-focus-modality-mouse, .sbb-focus-modality-touch) {
|
|
1786
1805
|
--sbb-focus-outline-style: none;
|
|
1787
1806
|
}
|
|
@@ -1848,17 +1867,14 @@ summary {
|
|
|
1848
1867
|
--_sbb-form-field-label-to-input-overlapping: var(--sbb-spacing-fixed-1x);
|
|
1849
1868
|
--_sbb-form-field-floating-label-transform: 0.65625rem;
|
|
1850
1869
|
--_sbb-form-field-spacer-margin-block-end: calc(-1 * var(--_sbb-form-field-label-to-input-overlapping));
|
|
1870
|
+
--sbb-header-height: var(--sbb-spacing-fixed-24x);
|
|
1851
1871
|
}
|
|
1852
1872
|
:root.sbb-lean {
|
|
1853
1873
|
--sbb-title-font-size-level-6-lean: var(--sbb-typo-scale-0-875x);
|
|
1854
1874
|
}
|
|
1855
1875
|
:root {
|
|
1856
|
-
--sbb-header-height: var(--sbb-spacing-fixed-24x);
|
|
1857
1876
|
--sbb-time-input-max-width: 4.0625rem;
|
|
1858
1877
|
}
|
|
1859
|
-
:root:has(sbb-header[size=s]) {
|
|
1860
|
-
--sbb-header-height: var(--sbb-spacing-fixed-14x);
|
|
1861
|
-
}
|
|
1862
1878
|
}
|
|
1863
1879
|
@media (min-width: calc(90rem)) {
|
|
1864
1880
|
:root {
|
|
@@ -2111,6 +2127,26 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2111
2127
|
}
|
|
2112
2128
|
}
|
|
2113
2129
|
|
|
2130
|
+
sbb-header + :where(sbb-sidebar-container, sbb-icon-sidebar-container) {
|
|
2131
|
+
margin-block-start: var(--sbb-header-height);
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
:root:has(sbb-header[size=m]) {
|
|
2135
|
+
--sbb-header-height: var(--sbb-spacing-fixed-14x);
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
:root:has(sbb-header[size=s]) {
|
|
2139
|
+
--sbb-header-height: 3.25rem;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
@media (min-width: calc(64rem)) {
|
|
2143
|
+
:root:has(sbb-header[size=m]) {
|
|
2144
|
+
--sbb-header-height: var(--sbb-spacing-fixed-24x);
|
|
2145
|
+
}
|
|
2146
|
+
:root:has(sbb-header[size=s]) {
|
|
2147
|
+
--sbb-header-height: var(--sbb-spacing-fixed-14x);
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2114
2150
|
sbb-icon-sidebar-content + sbb-icon-sidebar :is(sbb-icon-sidebar-link, sbb-icon-sidebar-button) {
|
|
2115
2151
|
--sbb-icon-sidebar-button__current-border-inset-inline-start: auto;
|
|
2116
2152
|
}
|
|
@@ -2361,10 +2397,6 @@ sbb-sidebar:has(sbb-sidebar-title) {
|
|
|
2361
2397
|
--sbb-sidebar__padding-block-start: 0;
|
|
2362
2398
|
}
|
|
2363
2399
|
|
|
2364
|
-
sbb-header + :where(sbb-sidebar-container, sbb-icon-sidebar-container) {
|
|
2365
|
-
margin-block-start: var(--sbb-header-height);
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
2400
|
.sbb-select-trigger {
|
|
2369
2401
|
width: 100%;
|
|
2370
2402
|
height: var(--sbb-size-element-xs);
|