@sbb-esta/lyne-react-dev 4.10.0-dev.1776065797 → 4.10.0-dev.1776087157

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/datepicker.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { SbbDatepicker as e } from "./datepicker/datepicker/datepicker.component.js";
2
- import { SbbDatepickerPreviousDay as t } from "./datepicker/datepicker-previous-day/datepicker-previous-day.component.js";
3
- import { SbbDatepickerNextDay as n } from "./datepicker/datepicker-next-day/datepicker-next-day.component.js";
2
+ import { SbbDatepickerNextDay as t } from "./datepicker/datepicker-next-day/datepicker-next-day.component.js";
3
+ import { SbbDatepickerPreviousDay as n } from "./datepicker/datepicker-previous-day/datepicker-previous-day.component.js";
4
4
  import { SbbDatepickerToggle as r } from "./datepicker/datepicker-toggle/datepicker-toggle.component.js";
5
- export { e as SbbDatepicker, n as SbbDatepickerNextDay, t as SbbDatepickerPreviousDay, r as SbbDatepickerToggle };
5
+ export { e as SbbDatepicker, t as SbbDatepickerNextDay, n as SbbDatepickerPreviousDay, r as SbbDatepickerToggle };
@@ -1,5 +1,5 @@
1
1
  import { SbbDatepicker } from "./datepicker/datepicker/datepicker.component.js";
2
- import { SbbDatepickerPreviousDay } from "./datepicker/datepicker-previous-day/datepicker-previous-day.component.js";
3
2
  import { SbbDatepickerNextDay } from "./datepicker/datepicker-next-day/datepicker-next-day.component.js";
3
+ import { SbbDatepickerPreviousDay } from "./datepicker/datepicker-previous-day/datepicker-previous-day.component.js";
4
4
  import { SbbDatepickerToggle } from "./datepicker/datepicker-toggle/datepicker-toggle.component.js";
5
5
  export { SbbDatepicker, SbbDatepickerNextDay, SbbDatepickerPreviousDay, SbbDatepickerToggle };
@@ -1,6 +1,6 @@
1
1
  import { SbbBlockLink } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.component.js";
3
2
  import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
3
+ import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.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";
@@ -1,4 +1,4 @@
1
- import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
2
1
  import { SbbMenu } from "./menu/menu/menu.component.js";
2
+ import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
3
3
  import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
4
4
  export { SbbMenu, SbbMenuButton, SbbMenuLink };
@@ -1,4 +1,4 @@
1
- import { SbbStepLabel } from "./stepper/step-label/step-label.component.js";
2
1
  import { SbbStep } from "./stepper/step/step.component.js";
2
+ import { SbbStepLabel } from "./stepper/step-label/step-label.component.js";
3
3
  import { SbbStepper } from "./stepper/stepper/stepper.component.js";
4
4
  export { SbbStep, SbbStepLabel, SbbStepper };
package/link.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SbbBlockLink as e } from "./link/block-link/block-link.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";
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";
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, n as SbbBlockLinkButton, t as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
7
+ export { e as SbbBlockLink, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
package/menu.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbMenuButton as e } from "./menu/menu-button/menu-button.component.js";
2
- import { SbbMenu as t } from "./menu/menu/menu.component.js";
1
+ import { SbbMenu as e } from "./menu/menu/menu.component.js";
2
+ import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
3
3
  import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
4
- export { t as SbbMenu, e as SbbMenuButton, n as SbbMenuLink };
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.10.0-dev.1776065797",
3
+ "version": "4.10.0-dev.1776087157",
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/d743b42954a562c4afff9ea74d59fb3cee82336b"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/b8e801f3da07346251a737fb2d80815a4d388658"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/stepper.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbStepLabel as e } from "./stepper/step-label/step-label.component.js";
2
- import { SbbStep as t } from "./stepper/step/step.component.js";
1
+ import { SbbStep as e } from "./stepper/step/step.component.js";
2
+ import { SbbStepLabel as t } from "./stepper/step-label/step-label.component.js";
3
3
  import { SbbStepper as n } from "./stepper/stepper/stepper.component.js";
4
- export { t as SbbStep, e as SbbStepLabel, n as SbbStepper };
4
+ export { e as SbbStep, t as SbbStepLabel, n as SbbStepper };