@sbb-esta/lyne-react-dev 4.12.1-dev.1778133134 → 4.12.1-dev.1778136199
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/button.js +3 -3
- package/development/button.js +1 -1
- package/development/menu.js +1 -1
- package/development/toggle.js +1 -1
- package/menu.js +3 -3
- package/package.json +2 -2
- package/toggle.js +3 -3
package/button.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbAccentButtonLink as e } from "./button/accent-button-link/accent-button-link.component.js";
|
|
2
|
+
import { SbbAccentButton as t } from "./button/accent-button/accent-button.component.js";
|
|
3
3
|
import { SbbAccentButtonStatic as n } from "./button/accent-button-static/accent-button-static.component.js";
|
|
4
4
|
import { SbbButton as r } from "./button/button/button.component.js";
|
|
5
5
|
import { SbbButtonLink as i } from "./button/button-link/button-link.component.js";
|
|
@@ -13,4 +13,4 @@ import { SbbSecondaryButtonStatic as d } from "./button/secondary-button-static/
|
|
|
13
13
|
import { SbbTransparentButton as f } from "./button/transparent-button/transparent-button.component.js";
|
|
14
14
|
import { SbbTransparentButtonLink as p } from "./button/transparent-button-link/transparent-button-link.component.js";
|
|
15
15
|
import { SbbTransparentButtonStatic as m } from "./button/transparent-button-static/transparent-button-static.component.js";
|
|
16
|
-
export {
|
|
16
|
+
export { t as SbbAccentButton, e as SbbAccentButtonLink, n as SbbAccentButtonStatic, r as SbbButton, i as SbbButtonLink, a as SbbButtonStatic, o as SbbMiniButton, s as SbbMiniButtonGroup, c as SbbMiniButtonLink, l as SbbSecondaryButton, u as SbbSecondaryButtonLink, d as SbbSecondaryButtonStatic, f as SbbTransparentButton, p as SbbTransparentButtonLink, m as SbbTransparentButtonStatic };
|
package/development/button.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SbbAccentButton } from "./button/accent-button/accent-button.component.js";
|
|
2
1
|
import { SbbAccentButtonLink } from "./button/accent-button-link/accent-button-link.component.js";
|
|
2
|
+
import { SbbAccentButton } from "./button/accent-button/accent-button.component.js";
|
|
3
3
|
import { SbbAccentButtonStatic } from "./button/accent-button-static/accent-button-static.component.js";
|
|
4
4
|
import { SbbButton } from "./button/button/button.component.js";
|
|
5
5
|
import { SbbButtonLink } from "./button/button-link/button-link.component.js";
|
package/development/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SbbMenu } from "./menu/menu/menu.component.js";
|
|
2
|
-
import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
|
|
3
2
|
import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
|
|
3
|
+
import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
|
|
4
4
|
export { SbbMenu, SbbMenuButton, SbbMenuLink };
|
package/development/toggle.js
CHANGED
package/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SbbMenu as e } from "./menu/menu/menu.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export { e as SbbMenu,
|
|
2
|
+
import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
|
|
3
|
+
import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
|
|
4
|
+
export { e as SbbMenu, t as SbbMenuButton, n as SbbMenuLink };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.12.1-dev.
|
|
3
|
+
"version": "4.12.1-dev.1778136199",
|
|
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/38e93e892679d68064917d643fcc40a60b50c167"
|
|
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 };
|