@sbb-esta/lyne-elements-dev 4.9.0-dev.1775154606 → 4.9.0-dev.1775154663
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 +20 -20
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -77844,26 +77844,6 @@
|
|
|
77844
77844
|
}
|
|
77845
77845
|
]
|
|
77846
77846
|
},
|
|
77847
|
-
{
|
|
77848
|
-
"kind": "javascript-module",
|
|
77849
|
-
"path": "core/styles/styles.js",
|
|
77850
|
-
"declarations": [
|
|
77851
|
-
{
|
|
77852
|
-
"kind": "variable",
|
|
77853
|
-
"name": "boxSizingStyles"
|
|
77854
|
-
}
|
|
77855
|
-
],
|
|
77856
|
-
"exports": [
|
|
77857
|
-
{
|
|
77858
|
-
"kind": "js",
|
|
77859
|
-
"name": "boxSizingStyles",
|
|
77860
|
-
"declaration": {
|
|
77861
|
-
"name": "boxSizingStyles",
|
|
77862
|
-
"module": "core/styles/styles.js"
|
|
77863
|
-
}
|
|
77864
|
-
}
|
|
77865
|
-
]
|
|
77866
|
-
},
|
|
77867
77847
|
{
|
|
77868
77848
|
"kind": "javascript-module",
|
|
77869
77849
|
"path": "core/testing/event-spy.js",
|
|
@@ -78261,6 +78241,26 @@
|
|
|
78261
78241
|
}
|
|
78262
78242
|
]
|
|
78263
78243
|
},
|
|
78244
|
+
{
|
|
78245
|
+
"kind": "javascript-module",
|
|
78246
|
+
"path": "core/styles/styles.js",
|
|
78247
|
+
"declarations": [
|
|
78248
|
+
{
|
|
78249
|
+
"kind": "variable",
|
|
78250
|
+
"name": "boxSizingStyles"
|
|
78251
|
+
}
|
|
78252
|
+
],
|
|
78253
|
+
"exports": [
|
|
78254
|
+
{
|
|
78255
|
+
"kind": "js",
|
|
78256
|
+
"name": "boxSizingStyles",
|
|
78257
|
+
"declaration": {
|
|
78258
|
+
"name": "boxSizingStyles",
|
|
78259
|
+
"module": "core/styles/styles.js"
|
|
78260
|
+
}
|
|
78261
|
+
}
|
|
78262
|
+
]
|
|
78263
|
+
},
|
|
78264
78264
|
{
|
|
78265
78265
|
"kind": "javascript-module",
|
|
78266
78266
|
"path": "datepicker/common/datepicker-button.js",
|
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.1775154663",
|
|
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/45edad4df51a7dcc6ff7bd90500ed1829a0e9805"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|