@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776934572 → 5.0.0-next-dev.1776939235
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 +1558 -1558
- 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
|
@@ -2231,6 +2231,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2231
2231
|
background-color: transparent;
|
|
2232
2232
|
padding: 0;
|
|
2233
2233
|
appearance: none;
|
|
2234
|
+
display: flex;
|
|
2234
2235
|
outline: none !important;
|
|
2235
2236
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2236
2237
|
width: 100%;
|
|
@@ -2276,6 +2277,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2276
2277
|
line-height: 1 !important;
|
|
2277
2278
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2278
2279
|
}
|
|
2280
|
+
: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) {
|
|
2281
|
+
margin-block-end: -0.125rem;
|
|
2282
|
+
}
|
|
2279
2283
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2280
2284
|
--sbb-scrollbar-width: var(--sbb-spacing-fixed-3x);
|
|
2281
2285
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "5.0.0-next-dev.
|
|
3
|
+
"version": "5.0.0-next-dev.1776939235",
|
|
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/1802ff3eee995918ef27bd85ed935331c6fecc4e"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|
package/safety-theme.css
CHANGED
|
@@ -2231,6 +2231,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2231
2231
|
background-color: transparent;
|
|
2232
2232
|
padding: 0;
|
|
2233
2233
|
appearance: none;
|
|
2234
|
+
display: flex;
|
|
2234
2235
|
outline: none !important;
|
|
2235
2236
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2236
2237
|
width: 100%;
|
|
@@ -2276,6 +2277,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2276
2277
|
line-height: 1 !important;
|
|
2277
2278
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2278
2279
|
}
|
|
2280
|
+
: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) {
|
|
2281
|
+
margin-block-end: -0.125rem;
|
|
2282
|
+
}
|
|
2279
2283
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2280
2284
|
--sbb-scrollbar-width: var(--sbb-spacing-fixed-3x);
|
|
2281
2285
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
package/standard-theme.css
CHANGED
|
@@ -2231,6 +2231,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2231
2231
|
background-color: transparent;
|
|
2232
2232
|
padding: 0;
|
|
2233
2233
|
appearance: none;
|
|
2234
|
+
display: flex;
|
|
2234
2235
|
outline: none !important;
|
|
2235
2236
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2236
2237
|
width: 100%;
|
|
@@ -2276,6 +2277,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2276
2277
|
line-height: 1 !important;
|
|
2277
2278
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2278
2279
|
}
|
|
2280
|
+
: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) {
|
|
2281
|
+
margin-block-end: -0.125rem;
|
|
2282
|
+
}
|
|
2279
2283
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2280
2284
|
--sbb-scrollbar-width: var(--sbb-spacing-fixed-3x);
|
|
2281
2285
|
--sbb-scrollbar-thumb-width: 0.125rem;
|