@sbb-esta/lyne-elements-experimental-dev 4.11.0-dev.1776944050 → 4.11.0-dev.1776958547

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.
@@ -1437,6 +1437,74 @@
1437
1437
  }
1438
1438
  ]
1439
1439
  },
1440
+ {
1441
+ "kind": "javascript-module",
1442
+ "path": "timetable-duration/timetable-duration.component.js",
1443
+ "declarations": [
1444
+ {
1445
+ "kind": "class",
1446
+ "description": "Used in `sbb-timetable-row`, it displays information about the trip duration.",
1447
+ "name": "SbbTimetableDurationElement",
1448
+ "members": [
1449
+ {
1450
+ "kind": "field",
1451
+ "name": "elementName",
1452
+ "type": {
1453
+ "text": "string"
1454
+ },
1455
+ "privacy": "public",
1456
+ "static": true,
1457
+ "readonly": true,
1458
+ "default": "'sbb-timetable-duration'"
1459
+ },
1460
+ {
1461
+ "kind": "field",
1462
+ "name": "config",
1463
+ "type": {
1464
+ "text": "string"
1465
+ },
1466
+ "privacy": "public",
1467
+ "default": "''",
1468
+ "description": "Stringified JSON which defines most of the\ncontent of the component. Please check the\nindividual stories to get an idea of the\nstructure.",
1469
+ "attribute": "config"
1470
+ },
1471
+ {
1472
+ "kind": "field",
1473
+ "name": "_language",
1474
+ "privacy": "private",
1475
+ "default": "new SbbLanguageController(this)"
1476
+ }
1477
+ ],
1478
+ "attributes": [
1479
+ {
1480
+ "name": "config",
1481
+ "type": {
1482
+ "text": "string"
1483
+ },
1484
+ "default": "''",
1485
+ "description": "Stringified JSON which defines most of the\ncontent of the component. Please check the\nindividual stories to get an idea of the\nstructure.",
1486
+ "fieldName": "config"
1487
+ }
1488
+ ],
1489
+ "superclass": {
1490
+ "name": "SbbElement",
1491
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
1492
+ },
1493
+ "tagName": "sbb-timetable-duration",
1494
+ "customElement": true
1495
+ }
1496
+ ],
1497
+ "exports": [
1498
+ {
1499
+ "kind": "js",
1500
+ "name": "SbbTimetableDurationElement",
1501
+ "declaration": {
1502
+ "name": "SbbTimetableDurationElement",
1503
+ "module": "timetable-duration/timetable-duration.component.js"
1504
+ }
1505
+ }
1506
+ ]
1507
+ },
1440
1508
  {
1441
1509
  "kind": "javascript-module",
1442
1510
  "path": "seat-reservation/common.js",
@@ -1589,74 +1657,6 @@
1589
1657
  }
1590
1658
  ]
1591
1659
  },
1592
- {
1593
- "kind": "javascript-module",
1594
- "path": "timetable-duration/timetable-duration.component.js",
1595
- "declarations": [
1596
- {
1597
- "kind": "class",
1598
- "description": "Used in `sbb-timetable-row`, it displays information about the trip duration.",
1599
- "name": "SbbTimetableDurationElement",
1600
- "members": [
1601
- {
1602
- "kind": "field",
1603
- "name": "elementName",
1604
- "type": {
1605
- "text": "string"
1606
- },
1607
- "privacy": "public",
1608
- "static": true,
1609
- "readonly": true,
1610
- "default": "'sbb-timetable-duration'"
1611
- },
1612
- {
1613
- "kind": "field",
1614
- "name": "config",
1615
- "type": {
1616
- "text": "string"
1617
- },
1618
- "privacy": "public",
1619
- "default": "''",
1620
- "description": "Stringified JSON which defines most of the\ncontent of the component. Please check the\nindividual stories to get an idea of the\nstructure.",
1621
- "attribute": "config"
1622
- },
1623
- {
1624
- "kind": "field",
1625
- "name": "_language",
1626
- "privacy": "private",
1627
- "default": "new SbbLanguageController(this)"
1628
- }
1629
- ],
1630
- "attributes": [
1631
- {
1632
- "name": "config",
1633
- "type": {
1634
- "text": "string"
1635
- },
1636
- "default": "''",
1637
- "description": "Stringified JSON which defines most of the\ncontent of the component. Please check the\nindividual stories to get an idea of the\nstructure.",
1638
- "fieldName": "config"
1639
- }
1640
- ],
1641
- "superclass": {
1642
- "name": "SbbElement",
1643
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
1644
- },
1645
- "tagName": "sbb-timetable-duration",
1646
- "customElement": true
1647
- }
1648
- ],
1649
- "exports": [
1650
- {
1651
- "kind": "js",
1652
- "name": "SbbTimetableDurationElement",
1653
- "declaration": {
1654
- "name": "SbbTimetableDurationElement",
1655
- "module": "timetable-duration/timetable-duration.component.js"
1656
- }
1657
- }
1658
- ]
1659
- },
1660
1660
  {
1661
1661
  "kind": "javascript-module",
1662
1662
  "path": "timetable-row/timetable-row.component.js",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "4.11.0-dev.1776944050",
3
+ "version": "4.11.0-dev.1776958547",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/69ff2895fadbbb7c6505e67ff51f5ba35e4c1999"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/7eb13512553695ee919ef6205bc078a610f46f53"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {