@sbb-esta/lyne-elements-dev 4.9.0-dev.1775069332 → 4.9.0-dev.1775069358
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/table.scss +4 -0
- 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/table.css +4 -0
package/core/styles/table.scss
CHANGED
package/off-brand-theme.css
CHANGED
|
@@ -3501,6 +3501,10 @@ html.sbb-lean .sbb-table:not(.sbb-table-xs, .sbb-table-m) {
|
|
|
3501
3501
|
text-align: right;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
+
.sbb-table-header-subtitle {
|
|
3505
|
+
font-weight: normal;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3504
3508
|
.sbb-timetable-form {
|
|
3505
3509
|
--sbb-timetable-form-content-max-width: 46.25rem;
|
|
3506
3510
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.9.0-dev.
|
|
3
|
+
"version": "4.9.0-dev.1775069358",
|
|
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/bd37d267d39a90e114c55f125652cc650d5f01c9"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|
package/safety-theme.css
CHANGED
|
@@ -3501,6 +3501,10 @@ html.sbb-lean .sbb-table:not(.sbb-table-xs, .sbb-table-m) {
|
|
|
3501
3501
|
text-align: right;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
+
.sbb-table-header-subtitle {
|
|
3505
|
+
font-weight: normal;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3504
3508
|
.sbb-timetable-form {
|
|
3505
3509
|
--sbb-timetable-form-content-max-width: 46.25rem;
|
|
3506
3510
|
position: relative;
|
package/standard-theme.css
CHANGED
|
@@ -3501,6 +3501,10 @@ html.sbb-lean .sbb-table:not(.sbb-table-xs, .sbb-table-m) {
|
|
|
3501
3501
|
text-align: right;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
+
.sbb-table-header-subtitle {
|
|
3505
|
+
font-weight: normal;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3504
3508
|
.sbb-timetable-form {
|
|
3505
3509
|
--sbb-timetable-form-content-max-width: 46.25rem;
|
|
3506
3510
|
position: relative;
|