@sbb-esta/lyne-react-dev 4.13.0-dev.1779742163 → 4.13.0-dev.1779773611
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/icon-sidebar.js +1 -1
- package/development/link.js +1 -1
- package/development/toggle.js +1 -1
- package/icon-sidebar.js +3 -3
- package/link.js +4 -4
- package/package.json +2 -2
- package/toggle.js +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbIconSidebar } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
2
2
|
import { SbbIconSidebarButton } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
3
|
-
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
3
|
import { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
4
|
+
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
5
5
|
import { SbbIconSidebarLink } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
6
|
export { SbbIconSidebar, SbbIconSidebarButton, SbbIconSidebarContainer, SbbIconSidebarContent, SbbIconSidebarLink };
|
package/development/link.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
|
|
1
2
|
import { SbbBlockLink } from "./link/block-link/block-link.component.js";
|
|
2
3
|
import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.component.js";
|
|
3
|
-
import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
|
|
4
4
|
import { SbbLink } from "./link/link/link.component.js";
|
|
5
5
|
import { SbbLinkButton } from "./link/link-button/link-button.component.js";
|
|
6
6
|
import { SbbLinkStatic } from "./link/link-static/link-static.component.js";
|
package/development/toggle.js
CHANGED
package/icon-sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbIconSidebar as e } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
2
2
|
import { SbbIconSidebarButton as t } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { SbbIconSidebarContent as n } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
4
|
+
import { SbbIconSidebarContainer as r } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
5
5
|
import { SbbIconSidebarLink as i } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
|
-
export { e as SbbIconSidebar, t as SbbIconSidebarButton,
|
|
6
|
+
export { e as SbbIconSidebar, t as SbbIconSidebarButton, r as SbbIconSidebarContainer, n as SbbIconSidebarContent, i as SbbIconSidebarLink };
|
package/link.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbBlockLinkButton as e } from "./link/block-link-button/block-link-button.component.js";
|
|
2
|
+
import { SbbBlockLink as t } from "./link/block-link/block-link.component.js";
|
|
3
|
+
import { SbbBlockLinkStatic as n } from "./link/block-link-static/block-link-static.component.js";
|
|
4
4
|
import { SbbLink as r } from "./link/link/link.component.js";
|
|
5
5
|
import { SbbLinkButton as i } from "./link/link-button/link-button.component.js";
|
|
6
6
|
import { SbbLinkStatic as a } from "./link/link-static/link-static.component.js";
|
|
7
|
-
export {
|
|
7
|
+
export { t as SbbBlockLink, e as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.13.0-dev.
|
|
3
|
+
"version": "4.13.0-dev.1779773611",
|
|
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/9438eed45633ed78b7577e44c4c754d9abe5ba3d"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
package/toggle.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbToggleOption as e } from "./toggle/toggle-option/toggle-option.component.js";
|
|
2
|
+
import { SbbToggle as t } from "./toggle/toggle/toggle.component.js";
|
|
3
|
+
export { t as SbbToggle, e as SbbToggleOption };
|