@sbb-esta/lyne-elements-dev 4.7.0-dev.1773349426 → 4.7.0-dev.1773393164
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 +31 -31
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -114692,37 +114692,6 @@
|
|
|
114692
114692
|
}
|
|
114693
114693
|
]
|
|
114694
114694
|
},
|
|
114695
|
-
{
|
|
114696
|
-
"kind": "javascript-module",
|
|
114697
|
-
"path": "sidebar/common/styles.js",
|
|
114698
|
-
"declarations": [],
|
|
114699
|
-
"exports": [
|
|
114700
|
-
{
|
|
114701
|
-
"kind": "js",
|
|
114702
|
-
"name": "sidebarContainerCommonStyle",
|
|
114703
|
-
"declaration": {
|
|
114704
|
-
"name": "default",
|
|
114705
|
-
"module": "./sidebar-container-common.scss?lit&inline"
|
|
114706
|
-
}
|
|
114707
|
-
},
|
|
114708
|
-
{
|
|
114709
|
-
"kind": "js",
|
|
114710
|
-
"name": "sidebarContentCommonStyle",
|
|
114711
|
-
"declaration": {
|
|
114712
|
-
"name": "default",
|
|
114713
|
-
"module": "./sidebar-content-common.scss?lit&inline"
|
|
114714
|
-
}
|
|
114715
|
-
},
|
|
114716
|
-
{
|
|
114717
|
-
"kind": "js",
|
|
114718
|
-
"name": "iconSidebarButtonCommonStyle",
|
|
114719
|
-
"declaration": {
|
|
114720
|
-
"name": "default",
|
|
114721
|
-
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
114722
|
-
}
|
|
114723
|
-
}
|
|
114724
|
-
]
|
|
114725
|
-
},
|
|
114726
114695
|
{
|
|
114727
114696
|
"kind": "javascript-module",
|
|
114728
114697
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -115454,6 +115423,37 @@
|
|
|
115454
115423
|
}
|
|
115455
115424
|
]
|
|
115456
115425
|
},
|
|
115426
|
+
{
|
|
115427
|
+
"kind": "javascript-module",
|
|
115428
|
+
"path": "sidebar/common/styles.js",
|
|
115429
|
+
"declarations": [],
|
|
115430
|
+
"exports": [
|
|
115431
|
+
{
|
|
115432
|
+
"kind": "js",
|
|
115433
|
+
"name": "sidebarContainerCommonStyle",
|
|
115434
|
+
"declaration": {
|
|
115435
|
+
"name": "default",
|
|
115436
|
+
"module": "./sidebar-container-common.scss?lit&inline"
|
|
115437
|
+
}
|
|
115438
|
+
},
|
|
115439
|
+
{
|
|
115440
|
+
"kind": "js",
|
|
115441
|
+
"name": "sidebarContentCommonStyle",
|
|
115442
|
+
"declaration": {
|
|
115443
|
+
"name": "default",
|
|
115444
|
+
"module": "./sidebar-content-common.scss?lit&inline"
|
|
115445
|
+
}
|
|
115446
|
+
},
|
|
115447
|
+
{
|
|
115448
|
+
"kind": "js",
|
|
115449
|
+
"name": "iconSidebarButtonCommonStyle",
|
|
115450
|
+
"declaration": {
|
|
115451
|
+
"name": "default",
|
|
115452
|
+
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
115453
|
+
}
|
|
115454
|
+
}
|
|
115455
|
+
]
|
|
115456
|
+
},
|
|
115457
115457
|
{
|
|
115458
115458
|
"kind": "javascript-module",
|
|
115459
115459
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.7.0-dev.
|
|
3
|
+
"version": "4.7.0-dev.1773393164",
|
|
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/6fdee50a0219d445a2942e6e6591c8ded991b286"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|