@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776089255 → 5.0.0-next-dev.1776118183

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.
@@ -1,6 +1,6 @@
1
1
  import { SbbDialog } from "./dialog/dialog/dialog.component.js";
2
2
  import { SbbDialogActions } from "./dialog/dialog-actions/dialog-actions.component.js";
3
- import { SbbDialogCloseButton } from "./dialog/dialog-close-button/dialog-close-button.component.js";
4
3
  import { SbbDialogContent } from "./dialog/dialog-content/dialog-content.component.js";
5
4
  import { SbbDialogTitle } from "./dialog/dialog-title/dialog-title.component.js";
5
+ import { SbbDialogCloseButton } from "./dialog/dialog-close-button/dialog-close-button.component.js";
6
6
  export { SbbDialog, SbbDialogActions, SbbDialogCloseButton, SbbDialogContent, SbbDialogTitle };
package/dialog.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { SbbDialog as e } from "./dialog/dialog/dialog.component.js";
2
2
  import { SbbDialogActions as t } from "./dialog/dialog-actions/dialog-actions.component.js";
3
- import { SbbDialogCloseButton as n } from "./dialog/dialog-close-button/dialog-close-button.component.js";
4
- import { SbbDialogContent as r } from "./dialog/dialog-content/dialog-content.component.js";
5
- import { SbbDialogTitle as i } from "./dialog/dialog-title/dialog-title.component.js";
6
- export { e as SbbDialog, t as SbbDialogActions, n as SbbDialogCloseButton, r as SbbDialogContent, i as SbbDialogTitle };
3
+ import { SbbDialogContent as n } from "./dialog/dialog-content/dialog-content.component.js";
4
+ import { SbbDialogTitle as r } from "./dialog/dialog-title/dialog-title.component.js";
5
+ import { SbbDialogCloseButton as i } from "./dialog/dialog-close-button/dialog-close-button.component.js";
6
+ export { e as SbbDialog, t as SbbDialogActions, i as SbbDialogCloseButton, n as SbbDialogContent, r as SbbDialogTitle };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "5.0.0-next-dev.1776089255",
3
+ "version": "5.0.0-next-dev.1776118183",
4
4
  "description": "Lyne Design System React Library",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "react",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/14198275360a1e766f2a2137d816c67e3184741c"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/1744a8b10de90f014a85a93213d5b51e013c0374"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {