@sbb-esta/lyne-elements-dev 4.8.0-dev.1773833170 → 4.8.0-dev.1773833618

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Lyne Components are the building blocks of the Lyne Design System
4
4
  > and are based on standard compliant Web Components
5
5
  > created using [Lit](https://lit.dev/) and
6
- > browsable through [Storybook](https://lyne-storybook.app.sbb.ch/)
6
+ > browsable through [Docs App](https://lyne-elements.app.sbb.ch/)
7
7
 
8
8
  ## 🎯 Our aim
9
9
 
@@ -17,7 +17,7 @@ Lyne Design Tokens and Lyne Components are available for developers and designer
17
17
  ## 📚 Documentation
18
18
 
19
19
  - General docs: [digital.sbb.ch](https://digital.sbb.ch)
20
- - Component docs: [Storybook](https://lyne-storybook.app.sbb.ch)
20
+ - [Component docs](https://lyne-elements.app.sbb.ch)
21
21
  - [Getting started guide](./docs/GETTING_STARTED.md)
22
22
 
23
23
  ## 🔗 Packages
@@ -3490,36 +3490,6 @@
3490
3490
  }
3491
3491
  ]
3492
3492
  },
3493
- {
3494
- "kind": "javascript-module",
3495
- "path": "alert/alert-group.js",
3496
- "declarations": [],
3497
- "exports": [
3498
- {
3499
- "kind": "js",
3500
- "name": "*",
3501
- "declaration": {
3502
- "name": "*",
3503
- "module": "alert/alert-group/alert-group.component.js"
3504
- }
3505
- }
3506
- ]
3507
- },
3508
- {
3509
- "kind": "javascript-module",
3510
- "path": "alert/alert.js",
3511
- "declarations": [],
3512
- "exports": [
3513
- {
3514
- "kind": "js",
3515
- "name": "*",
3516
- "declaration": {
3517
- "name": "*",
3518
- "module": "alert/alert/alert.component.js"
3519
- }
3520
- }
3521
- ]
3522
- },
3523
3493
  {
3524
3494
  "kind": "javascript-module",
3525
3495
  "path": "action-group/action-group.component.js",
@@ -3802,6 +3772,36 @@
3802
3772
  }
3803
3773
  ]
3804
3774
  },
3775
+ {
3776
+ "kind": "javascript-module",
3777
+ "path": "alert/alert-group.js",
3778
+ "declarations": [],
3779
+ "exports": [
3780
+ {
3781
+ "kind": "js",
3782
+ "name": "*",
3783
+ "declaration": {
3784
+ "name": "*",
3785
+ "module": "alert/alert-group/alert-group.component.js"
3786
+ }
3787
+ }
3788
+ ]
3789
+ },
3790
+ {
3791
+ "kind": "javascript-module",
3792
+ "path": "alert/alert.js",
3793
+ "declarations": [],
3794
+ "exports": [
3795
+ {
3796
+ "kind": "js",
3797
+ "name": "*",
3798
+ "declaration": {
3799
+ "name": "*",
3800
+ "module": "alert/alert/alert.component.js"
3801
+ }
3802
+ }
3803
+ ]
3804
+ },
3805
3805
  {
3806
3806
  "kind": "javascript-module",
3807
3807
  "path": "autocomplete/autocomplete-base-element.js",
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.8.0-dev.1773833170",
3
+ "version": "4.8.0-dev.1773833618",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/2e842212599267977b57095acf4efa3d5c21f069"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/11e211a76adf08110b930b0276c3be317fafb069"
11
10
  ],
12
11
  "type": "module",
13
12
  "exports": {