@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776118183 → 5.0.0-next-dev.1776240748
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/development/dialog.js +1 -1
- package/dialog.js +4 -4
- package/package.json +2 -2
package/development/dialog.js
CHANGED
|
@@ -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";
|
|
3
4
|
import { SbbDialogContent } from "./dialog/dialog-content/dialog-content.component.js";
|
|
4
5
|
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 {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export { e as SbbDialog, t as SbbDialogActions,
|
|
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 };
|
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.
|
|
3
|
+
"version": "5.0.0-next-dev.1776240748",
|
|
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/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/1a58a6c9fcde044d2f6a7afb8d55a6768b2f4a12"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|