@sbb-esta/lyne-elements-dev 4.11.0-dev.1776940229 → 4.11.0-dev.1776956590
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.css +4 -0
- package/custom-elements.json +1957 -1957
- package/off-brand-theme.css +4 -0
- package/package.json +2 -2
- package/safety-theme.css +4 -0
- package/standard-theme.css +4 -0
package/off-brand-theme.css
CHANGED
|
@@ -2210,6 +2210,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2210
2210
|
background-color: transparent;
|
|
2211
2211
|
padding: 0;
|
|
2212
2212
|
appearance: none;
|
|
2213
|
+
display: flex;
|
|
2213
2214
|
outline: none !important;
|
|
2214
2215
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2215
2216
|
width: 100%;
|
|
@@ -2255,6 +2256,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2255
2256
|
line-height: 1 !important;
|
|
2256
2257
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2257
2258
|
}
|
|
2259
|
+
:is(sbb-form-field, sbb-timetable-form-field)[size=s] > :not(sbb-chip-group):has(input, sbb-date-input, sbb-time-input, select, sbb-select) {
|
|
2260
|
+
margin-block-end: -0.125rem;
|
|
2261
|
+
}
|
|
2258
2262
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2259
2263
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
|
2260
2264
|
--sbb-scrollbar-thumb-width-hover: 0.25rem;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.11.0-dev.
|
|
3
|
+
"version": "4.11.0-dev.1776956590",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/f4d546082221c243a9cf370bafb5fbe46f6a456a"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|
package/safety-theme.css
CHANGED
|
@@ -2210,6 +2210,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2210
2210
|
background-color: transparent;
|
|
2211
2211
|
padding: 0;
|
|
2212
2212
|
appearance: none;
|
|
2213
|
+
display: flex;
|
|
2213
2214
|
outline: none !important;
|
|
2214
2215
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2215
2216
|
width: 100%;
|
|
@@ -2255,6 +2256,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2255
2256
|
line-height: 1 !important;
|
|
2256
2257
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2257
2258
|
}
|
|
2259
|
+
:is(sbb-form-field, sbb-timetable-form-field)[size=s] > :not(sbb-chip-group):has(input, sbb-date-input, sbb-time-input, select, sbb-select) {
|
|
2260
|
+
margin-block-end: -0.125rem;
|
|
2261
|
+
}
|
|
2258
2262
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2259
2263
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
|
2260
2264
|
--sbb-scrollbar-thumb-width-hover: 0.25rem;
|
package/standard-theme.css
CHANGED
|
@@ -2210,6 +2210,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2210
2210
|
background-color: transparent;
|
|
2211
2211
|
padding: 0;
|
|
2212
2212
|
appearance: none;
|
|
2213
|
+
display: flex;
|
|
2213
2214
|
outline: none !important;
|
|
2214
2215
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2215
2216
|
width: 100%;
|
|
@@ -2255,6 +2256,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2255
2256
|
line-height: 1 !important;
|
|
2256
2257
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2257
2258
|
}
|
|
2259
|
+
:is(sbb-form-field, sbb-timetable-form-field)[size=s] > :not(sbb-chip-group):has(input, sbb-date-input, sbb-time-input, select, sbb-select) {
|
|
2260
|
+
margin-block-end: -0.125rem;
|
|
2261
|
+
}
|
|
2258
2262
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2259
2263
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
|
2260
2264
|
--sbb-scrollbar-thumb-width-hover: 0.25rem;
|