@sbb-esta/lyne-elements-experimental-dev 4.7.0-dev.1772858366 → 4.7.0-dev.1772873587
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/custom-elements.json +42 -42
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -1114,6 +1114,48 @@
|
|
|
1114
1114
|
}
|
|
1115
1115
|
]
|
|
1116
1116
|
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "javascript-module",
|
|
1119
|
+
"path": "pearl-chain-vertical/pearl-chain-vertical.component.js",
|
|
1120
|
+
"declarations": [
|
|
1121
|
+
{
|
|
1122
|
+
"kind": "class",
|
|
1123
|
+
"description": "It can be used as a container for the `sbb-pearl-chain-vertical-item` component.",
|
|
1124
|
+
"name": "SbbPearlChainVerticalElement",
|
|
1125
|
+
"slots": [
|
|
1126
|
+
{
|
|
1127
|
+
"description": "The unnamed slot is used for the `sbb-pearl-chain-vertical-item` component.",
|
|
1128
|
+
"name": ""
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"members": [],
|
|
1132
|
+
"superclass": {
|
|
1133
|
+
"name": "LitElement",
|
|
1134
|
+
"package": "lit"
|
|
1135
|
+
},
|
|
1136
|
+
"tagName": "sbb-pearl-chain-vertical",
|
|
1137
|
+
"customElement": true
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"exports": [
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "js",
|
|
1143
|
+
"name": "SbbPearlChainVerticalElement",
|
|
1144
|
+
"declaration": {
|
|
1145
|
+
"name": "SbbPearlChainVerticalElement",
|
|
1146
|
+
"module": "pearl-chain-vertical/pearl-chain-vertical.component.js"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"kind": "custom-element-definition",
|
|
1151
|
+
"name": "sbb-pearl-chain-vertical",
|
|
1152
|
+
"declaration": {
|
|
1153
|
+
"name": "SbbPearlChainVerticalElement",
|
|
1154
|
+
"module": "pearl-chain-vertical/pearl-chain-vertical.component.js"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
]
|
|
1158
|
+
},
|
|
1117
1159
|
{
|
|
1118
1160
|
"kind": "javascript-module",
|
|
1119
1161
|
"path": "pearl-chain-vertical-item/pearl-chain-vertical-item.component.js",
|
|
@@ -1204,48 +1246,6 @@
|
|
|
1204
1246
|
}
|
|
1205
1247
|
]
|
|
1206
1248
|
},
|
|
1207
|
-
{
|
|
1208
|
-
"kind": "javascript-module",
|
|
1209
|
-
"path": "pearl-chain-vertical/pearl-chain-vertical.component.js",
|
|
1210
|
-
"declarations": [
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "class",
|
|
1213
|
-
"description": "It can be used as a container for the `sbb-pearl-chain-vertical-item` component.",
|
|
1214
|
-
"name": "SbbPearlChainVerticalElement",
|
|
1215
|
-
"slots": [
|
|
1216
|
-
{
|
|
1217
|
-
"description": "The unnamed slot is used for the `sbb-pearl-chain-vertical-item` component.",
|
|
1218
|
-
"name": ""
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"members": [],
|
|
1222
|
-
"superclass": {
|
|
1223
|
-
"name": "LitElement",
|
|
1224
|
-
"package": "lit"
|
|
1225
|
-
},
|
|
1226
|
-
"tagName": "sbb-pearl-chain-vertical",
|
|
1227
|
-
"customElement": true
|
|
1228
|
-
}
|
|
1229
|
-
],
|
|
1230
|
-
"exports": [
|
|
1231
|
-
{
|
|
1232
|
-
"kind": "js",
|
|
1233
|
-
"name": "SbbPearlChainVerticalElement",
|
|
1234
|
-
"declaration": {
|
|
1235
|
-
"name": "SbbPearlChainVerticalElement",
|
|
1236
|
-
"module": "pearl-chain-vertical/pearl-chain-vertical.component.js"
|
|
1237
|
-
}
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"kind": "custom-element-definition",
|
|
1241
|
-
"name": "sbb-pearl-chain-vertical",
|
|
1242
|
-
"declaration": {
|
|
1243
|
-
"name": "SbbPearlChainVerticalElement",
|
|
1244
|
-
"module": "pearl-chain-vertical/pearl-chain-vertical.component.js"
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
]
|
|
1248
|
-
},
|
|
1249
1249
|
{
|
|
1250
1250
|
"kind": "javascript-module",
|
|
1251
1251
|
"path": "seat-reservation/common.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "4.7.0-dev.
|
|
3
|
+
"version": "4.7.0-dev.1772873587",
|
|
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/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/b46172d661ed7f8b64980a9b9f79a35a09383df8"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|