@sbb-esta/lyne-react-dev 4.9.0-dev.1775058594 → 4.9.0-dev.1775065833
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/container.js +3 -3
- package/development/button.js +1 -1
- package/development/container.js +1 -1
- package/package.json +2 -2
package/button.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbAccentButton as e } from "./button/accent-button/accent-button.component.js";
|
|
2
|
+
import { SbbAccentButtonLink as t } from "./button/accent-button-link/accent-button-link.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 { e as SbbAccentButton, t 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/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbContainer as e } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar as t } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
|
+
export { e as SbbContainer, t as SbbStickyBar };
|
package/development/button.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SbbAccentButtonLink } from "./button/accent-button-link/accent-button-link.component.js";
|
|
2
1
|
import { SbbAccentButton } from "./button/accent-button/accent-button.component.js";
|
|
2
|
+
import { SbbAccentButtonLink } from "./button/accent-button-link/accent-button-link.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/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
2
1
|
import { SbbContainer } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
3
|
export { SbbContainer, SbbStickyBar };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.9.0-dev.
|
|
3
|
+
"version": "4.9.0-dev.1775065833",
|
|
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/cdc0832c6b7113f0ca1ca439078da3de3d9d0e66"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|