@sbb-esta/lyne-elements-dev 4.10.0-dev.1775727669 → 4.10.0-dev.1775737579
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
|
@@ -77846,6 +77846,26 @@
|
|
|
77846
77846
|
}
|
|
77847
77847
|
]
|
|
77848
77848
|
},
|
|
77849
|
+
{
|
|
77850
|
+
"kind": "javascript-module",
|
|
77851
|
+
"path": "core/styles/styles.js",
|
|
77852
|
+
"declarations": [
|
|
77853
|
+
{
|
|
77854
|
+
"kind": "variable",
|
|
77855
|
+
"name": "boxSizingStyles"
|
|
77856
|
+
}
|
|
77857
|
+
],
|
|
77858
|
+
"exports": [
|
|
77859
|
+
{
|
|
77860
|
+
"kind": "js",
|
|
77861
|
+
"name": "boxSizingStyles",
|
|
77862
|
+
"declaration": {
|
|
77863
|
+
"name": "boxSizingStyles",
|
|
77864
|
+
"module": "core/styles/styles.js"
|
|
77865
|
+
}
|
|
77866
|
+
}
|
|
77867
|
+
]
|
|
77868
|
+
},
|
|
77849
77869
|
{
|
|
77850
77870
|
"kind": "javascript-module",
|
|
77851
77871
|
"path": "core/testing/event-spy.js",
|
|
@@ -78243,26 +78263,6 @@
|
|
|
78243
78263
|
}
|
|
78244
78264
|
]
|
|
78245
78265
|
},
|
|
78246
|
-
{
|
|
78247
|
-
"kind": "javascript-module",
|
|
78248
|
-
"path": "core/styles/styles.js",
|
|
78249
|
-
"declarations": [
|
|
78250
|
-
{
|
|
78251
|
-
"kind": "variable",
|
|
78252
|
-
"name": "boxSizingStyles"
|
|
78253
|
-
}
|
|
78254
|
-
],
|
|
78255
|
-
"exports": [
|
|
78256
|
-
{
|
|
78257
|
-
"kind": "js",
|
|
78258
|
-
"name": "boxSizingStyles",
|
|
78259
|
-
"declaration": {
|
|
78260
|
-
"name": "boxSizingStyles",
|
|
78261
|
-
"module": "core/styles/styles.js"
|
|
78262
|
-
}
|
|
78263
|
-
}
|
|
78264
|
-
]
|
|
78265
|
-
},
|
|
78266
78266
|
{
|
|
78267
78267
|
"kind": "javascript-module",
|
|
78268
78268
|
"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.10.0-dev.
|
|
3
|
+
"version": "4.10.0-dev.1775737579",
|
|
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/3de4a502aee96411ef55f54d567d7a543116a8c6"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|