@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776402874 → 5.0.0-next-dev.1776413417

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 { SbbError } from "./form-field/error/error.component.js";
2
2
  import { SbbFormField } from "./form-field/form-field/form-field.component.js";
3
- import { SbbFormFieldClear } from "./form-field/form-field-clear/form-field-clear.component.js";
4
3
  import { SbbFormFieldTextCounter } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
4
+ import { SbbFormFieldClear } from "./form-field/form-field-clear/form-field-clear.component.js";
5
5
  import { SbbHint } from "./form-field/hint/hint.component.js";
6
6
  export { SbbError, SbbFormField, SbbFormFieldClear, SbbFormFieldTextCounter, SbbHint };
@@ -1,6 +1,6 @@
1
1
  import { SbbBlockLink } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
3
2
  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/form-field.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { SbbError as e } from "./form-field/error/error.component.js";
2
2
  import { SbbFormField as t } from "./form-field/form-field/form-field.component.js";
3
- import { SbbFormFieldClear as n } from "./form-field/form-field-clear/form-field-clear.component.js";
4
- import { SbbFormFieldTextCounter as r } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
3
+ import { SbbFormFieldTextCounter as n } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
4
+ import { SbbFormFieldClear as r } from "./form-field/form-field-clear/form-field-clear.component.js";
5
5
  import { SbbHint as i } from "./form-field/hint/hint.component.js";
6
- export { e as SbbError, t as SbbFormField, n as SbbFormFieldClear, r as SbbFormFieldTextCounter, i as SbbHint };
6
+ export { e as SbbError, t as SbbFormField, r as SbbFormFieldClear, n as SbbFormFieldTextCounter, i as SbbHint };
package/link.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SbbBlockLink as e } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkButton as t } from "./link/block-link-button/block-link-button.component.js";
3
- import { SbbBlockLinkStatic as n } from "./link/block-link-static/block-link-static.component.js";
2
+ import { SbbBlockLinkStatic as t } from "./link/block-link-static/block-link-static.component.js";
3
+ import { SbbBlockLinkButton as n } from "./link/block-link-button/block-link-button.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 { e as SbbBlockLink, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
7
+ export { e as SbbBlockLink, n as SbbBlockLinkButton, t 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": "5.0.0-next-dev.1776402874",
3
+ "version": "5.0.0-next-dev.1776413417",
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/eb8570ceaf3c6c99a7f3a88c10488ceb0d043b20"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/d06ff1a015f9bd07498124a41fb9024dd3a98016"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {