@sbb-esta/lyne-react 3.5.0 → 3.7.0

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.
Files changed (97) hide show
  1. package/carousel/carousel/carousel.component.d.ts +3 -0
  2. package/carousel/carousel/carousel.component.d.ts.map +1 -0
  3. package/carousel/carousel/carousel.component.js +11 -0
  4. package/carousel/carousel-item/carousel-item.component.d.ts +7 -0
  5. package/carousel/carousel-item/carousel-item.component.d.ts.map +1 -0
  6. package/carousel/carousel-item/carousel-item.component.js +15 -0
  7. package/carousel/carousel-item.d.ts +5 -0
  8. package/carousel/carousel-item.d.ts.map +1 -0
  9. package/carousel/carousel-item.js +4 -0
  10. package/carousel/carousel-list/carousel-list.component.d.ts +3 -0
  11. package/carousel/carousel-list/carousel-list.component.d.ts.map +1 -0
  12. package/carousel/carousel-list/carousel-list.component.js +11 -0
  13. package/carousel/carousel-list.d.ts +5 -0
  14. package/carousel/carousel-list.d.ts.map +1 -0
  15. package/carousel/carousel-list.js +4 -0
  16. package/carousel/carousel.d.ts +5 -0
  17. package/carousel/carousel.d.ts.map +1 -0
  18. package/carousel/carousel.js +4 -0
  19. package/carousel.d.ts +7 -0
  20. package/carousel.d.ts.map +1 -0
  21. package/carousel.js +8 -0
  22. package/development/carousel/carousel/carousel.component.d.ts +3 -0
  23. package/development/carousel/carousel/carousel.component.d.ts.map +1 -0
  24. package/development/carousel/carousel/carousel.component.js +11 -0
  25. package/development/carousel/carousel-item/carousel-item.component.d.ts +7 -0
  26. package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -0
  27. package/development/carousel/carousel-item/carousel-item.component.js +15 -0
  28. package/development/carousel/carousel-item.d.ts +5 -0
  29. package/development/carousel/carousel-item.d.ts.map +1 -0
  30. package/development/carousel/carousel-item.js +4 -0
  31. package/development/carousel/carousel-list/carousel-list.component.d.ts +3 -0
  32. package/development/carousel/carousel-list/carousel-list.component.d.ts.map +1 -0
  33. package/development/carousel/carousel-list/carousel-list.component.js +11 -0
  34. package/development/carousel/carousel-list.d.ts +5 -0
  35. package/development/carousel/carousel-list.d.ts.map +1 -0
  36. package/development/carousel/carousel-list.js +4 -0
  37. package/development/carousel/carousel.d.ts +5 -0
  38. package/development/carousel/carousel.d.ts.map +1 -0
  39. package/development/carousel/carousel.js +4 -0
  40. package/development/carousel.d.ts +7 -0
  41. package/development/carousel.d.ts.map +1 -0
  42. package/development/carousel.js +8 -0
  43. package/development/timetable-form/timetable-form/timetable-form.component.d.ts +3 -0
  44. package/development/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -0
  45. package/development/timetable-form/timetable-form/timetable-form.component.js +11 -0
  46. package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +3 -0
  47. package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -0
  48. package/development/timetable-form/timetable-form-details/timetable-form-details.component.js +11 -0
  49. package/development/timetable-form/timetable-form-details.d.ts +5 -0
  50. package/development/timetable-form/timetable-form-details.d.ts.map +1 -0
  51. package/development/timetable-form/timetable-form-details.js +4 -0
  52. package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +3 -0
  53. package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -0
  54. package/development/timetable-form/timetable-form-field/timetable-form-field.component.js +11 -0
  55. package/development/timetable-form/timetable-form-field.d.ts +5 -0
  56. package/development/timetable-form/timetable-form-field.d.ts.map +1 -0
  57. package/development/timetable-form/timetable-form-field.js +4 -0
  58. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +8 -0
  59. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -0
  60. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +12 -0
  61. package/development/timetable-form/timetable-form-swap-button.d.ts +5 -0
  62. package/development/timetable-form/timetable-form-swap-button.d.ts.map +1 -0
  63. package/development/timetable-form/timetable-form-swap-button.js +4 -0
  64. package/development/timetable-form/timetable-form.d.ts +5 -0
  65. package/development/timetable-form/timetable-form.d.ts.map +1 -0
  66. package/development/timetable-form/timetable-form.js +4 -0
  67. package/development/timetable-form.d.ts +8 -0
  68. package/development/timetable-form.d.ts.map +1 -0
  69. package/development/timetable-form.js +10 -0
  70. package/package.json +92 -2
  71. package/timetable-form/timetable-form/timetable-form.component.d.ts +3 -0
  72. package/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -0
  73. package/timetable-form/timetable-form/timetable-form.component.js +11 -0
  74. package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +3 -0
  75. package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -0
  76. package/timetable-form/timetable-form-details/timetable-form-details.component.js +11 -0
  77. package/timetable-form/timetable-form-details.d.ts +5 -0
  78. package/timetable-form/timetable-form-details.d.ts.map +1 -0
  79. package/timetable-form/timetable-form-details.js +4 -0
  80. package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +3 -0
  81. package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -0
  82. package/timetable-form/timetable-form-field/timetable-form-field.component.js +11 -0
  83. package/timetable-form/timetable-form-field.d.ts +5 -0
  84. package/timetable-form/timetable-form-field.d.ts.map +1 -0
  85. package/timetable-form/timetable-form-field.js +4 -0
  86. package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +8 -0
  87. package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -0
  88. package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +11 -0
  89. package/timetable-form/timetable-form-swap-button.d.ts +5 -0
  90. package/timetable-form/timetable-form-swap-button.d.ts.map +1 -0
  91. package/timetable-form/timetable-form-swap-button.js +4 -0
  92. package/timetable-form/timetable-form.d.ts +5 -0
  93. package/timetable-form/timetable-form.d.ts.map +1 -0
  94. package/timetable-form/timetable-form.js +4 -0
  95. package/timetable-form.d.ts +8 -0
  96. package/timetable-form.d.ts.map +1 -0
  97. package/timetable-form.js +10 -0
@@ -0,0 +1,3 @@
1
+ import { SbbCarouselElement } from '@sbb-esta/lyne-elements/carousel/carousel.js';
2
+ export declare const SbbCarousel: import('../../core.js').ReactWebComponent<SbbCarouselElement, {}>;
3
+ //# sourceMappingURL=carousel.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,eAAO,MAAM,WAAW,mEAItB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbCarouselElement as o } from "@sbb-esta/lyne-elements/carousel/carousel.js";
3
+ import r from "react";
4
+ const s = e({
5
+ tagName: "sbb-carousel",
6
+ elementClass: o,
7
+ react: r
8
+ });
9
+ export {
10
+ s as SbbCarousel
11
+ };
@@ -0,0 +1,7 @@
1
+ import { EventName } from '../../core.js';
2
+ import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel/carousel-item.js';
3
+ export declare const SbbCarouselItem: import('../../core.js').ReactWebComponent<SbbCarouselItemElement, {
4
+ onBeforeshow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
5
+ onShow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
6
+ }>;
7
+ //# sourceMappingURL=carousel-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,mDAAmD,CAAC;AAI5H,eAAO,MAAM,eAAe;kBAKQ,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC9D,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;EAGxE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbCarouselItemElement as o } from "@sbb-esta/lyne-elements/carousel/carousel-item.js";
3
+ import t from "react";
4
+ const a = e({
5
+ tagName: "sbb-carousel-item",
6
+ elementClass: o,
7
+ react: t,
8
+ events: {
9
+ onBeforeshow: "beforeshow",
10
+ onShow: "show"
11
+ }
12
+ });
13
+ export {
14
+ a as SbbCarouselItem
15
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel-item/carousel-item.component.js';
5
+ //# sourceMappingURL=carousel-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarouselItem as r } from "./carousel-item/carousel-item.component.js";
2
+ export {
3
+ r as SbbCarouselItem
4
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbCarouselListElement } from '@sbb-esta/lyne-elements/carousel/carousel-list.js';
2
+ export declare const SbbCarouselList: import('../../core.js').ReactWebComponent<SbbCarouselListElement, {}>;
3
+ //# sourceMappingURL=carousel-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAI3F,eAAO,MAAM,eAAe,uEAI1B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbCarouselListElement as t } from "@sbb-esta/lyne-elements/carousel/carousel-list.js";
3
+ import o from "react";
4
+ const a = e({
5
+ tagName: "sbb-carousel-list",
6
+ elementClass: t,
7
+ react: o
8
+ });
9
+ export {
10
+ a as SbbCarouselList
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel-list/carousel-list.component.js';
5
+ //# sourceMappingURL=carousel-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarouselList as b } from "./carousel-list/carousel-list.component.js";
2
+ export {
3
+ b as SbbCarouselList
4
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel/carousel.component.js';
5
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/react/carousel/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarousel as b } from "./carousel/carousel.component.js";
2
+ export {
3
+ b as SbbCarousel
4
+ };
package/carousel.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel/carousel.js';
5
+ export * from './carousel/carousel-item.js';
6
+ export * from './carousel/carousel-list.js';
7
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../src/react/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
package/carousel.js ADDED
@@ -0,0 +1,8 @@
1
+ import { SbbCarousel as e } from "./carousel/carousel/carousel.component.js";
2
+ import { SbbCarouselItem as t } from "./carousel/carousel-item/carousel-item.component.js";
3
+ import { SbbCarouselList as s } from "./carousel/carousel-list/carousel-list.component.js";
4
+ export {
5
+ e as SbbCarousel,
6
+ t as SbbCarouselItem,
7
+ s as SbbCarouselList
8
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbCarouselElement } from '@sbb-esta/lyne-elements/carousel/carousel.js';
2
+ export declare const SbbCarousel: import('../../core.js').ReactWebComponent<SbbCarouselElement, {}>;
3
+ //# sourceMappingURL=carousel.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,eAAO,MAAM,WAAW,mEAItB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbCarouselElement } from "@sbb-esta/lyne-elements/carousel/carousel.js";
3
+ import react from "react";
4
+ const SbbCarousel = createComponent({
5
+ tagName: "sbb-carousel",
6
+ elementClass: SbbCarouselElement,
7
+ react
8
+ });
9
+ export {
10
+ SbbCarousel
11
+ };
@@ -0,0 +1,7 @@
1
+ import { EventName } from '../../core.js';
2
+ import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel/carousel-item.js';
3
+ export declare const SbbCarouselItem: import('../../core.js').ReactWebComponent<SbbCarouselItemElement, {
4
+ onBeforeshow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
5
+ onShow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
6
+ }>;
7
+ //# sourceMappingURL=carousel-item.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,mDAAmD,CAAC;AAI5H,eAAO,MAAM,eAAe;kBAKQ,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC9D,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;EAGxE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbCarouselItemElement } from "@sbb-esta/lyne-elements/carousel/carousel-item.js";
3
+ import react from "react";
4
+ const SbbCarouselItem = createComponent({
5
+ tagName: "sbb-carousel-item",
6
+ elementClass: SbbCarouselItemElement,
7
+ react,
8
+ events: {
9
+ "onBeforeshow": "beforeshow",
10
+ "onShow": "show"
11
+ }
12
+ });
13
+ export {
14
+ SbbCarouselItem
15
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel-item/carousel-item.component.js';
5
+ //# sourceMappingURL=carousel-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarouselItem } from "./carousel-item/carousel-item.component.js";
2
+ export {
3
+ SbbCarouselItem
4
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbCarouselListElement } from '@sbb-esta/lyne-elements/carousel/carousel-list.js';
2
+ export declare const SbbCarouselList: import('../../core.js').ReactWebComponent<SbbCarouselListElement, {}>;
3
+ //# sourceMappingURL=carousel-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAI3F,eAAO,MAAM,eAAe,uEAI1B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbCarouselListElement } from "@sbb-esta/lyne-elements/carousel/carousel-list.js";
3
+ import react from "react";
4
+ const SbbCarouselList = createComponent({
5
+ tagName: "sbb-carousel-list",
6
+ elementClass: SbbCarouselListElement,
7
+ react
8
+ });
9
+ export {
10
+ SbbCarouselList
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel-list/carousel-list.component.js';
5
+ //# sourceMappingURL=carousel-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarouselList } from "./carousel-list/carousel-list.component.js";
2
+ export {
3
+ SbbCarouselList
4
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel/carousel.component.js';
5
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbCarousel } from "./carousel/carousel.component.js";
2
+ export {
3
+ SbbCarousel
4
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './carousel/carousel.js';
5
+ export * from './carousel/carousel-item.js';
6
+ export * from './carousel/carousel-list.js';
7
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/react/carousel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { SbbCarousel } from "./carousel/carousel/carousel.component.js";
2
+ import { SbbCarouselItem } from "./carousel/carousel-item/carousel-item.component.js";
3
+ import { SbbCarouselList } from "./carousel/carousel-list/carousel-list.component.js";
4
+ export {
5
+ SbbCarousel,
6
+ SbbCarouselItem,
7
+ SbbCarouselList
8
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form.js';
2
+ export declare const SbbTimetableForm: import('../../core.js').ReactWebComponent<SbbTimetableFormElement, {}>;
3
+ //# sourceMappingURL=timetable-form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form/timetable-form.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0DAA0D,CAAC;AAInG,eAAO,MAAM,gBAAgB,wEAI3B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbTimetableFormElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form.js";
3
+ import react from "react";
4
+ const SbbTimetableForm = createComponent({
5
+ tagName: "sbb-timetable-form",
6
+ elementClass: SbbTimetableFormElement,
7
+ react
8
+ });
9
+ export {
10
+ SbbTimetableForm
11
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormDetailsElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js';
2
+ export declare const SbbTimetableFormDetails: import('../../core.js').ReactWebComponent<SbbTimetableFormDetailsElement, {}>;
3
+ //# sourceMappingURL=timetable-form-details.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-details/timetable-form-details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AAIlH,eAAO,MAAM,uBAAuB,+EAIlC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbTimetableFormDetailsElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js";
3
+ import react from "react";
4
+ const SbbTimetableFormDetails = createComponent({
5
+ tagName: "sbb-timetable-form-details",
6
+ elementClass: SbbTimetableFormDetailsElement,
7
+ react
8
+ });
9
+ export {
10
+ SbbTimetableFormDetails
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-details/timetable-form-details.component.js';
5
+ //# sourceMappingURL=timetable-form-details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-details.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-details.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormDetails } from "./timetable-form-details/timetable-form-details.component.js";
2
+ export {
3
+ SbbTimetableFormDetails
4
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormFieldElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js';
2
+ export declare const SbbTimetableFormField: import('../../core.js').ReactWebComponent<SbbTimetableFormFieldElement, {}>;
3
+ //# sourceMappingURL=timetable-form-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-field/timetable-form-field.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gEAAgE,CAAC;AAI9G,eAAO,MAAM,qBAAqB,6EAIhC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbTimetableFormFieldElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js";
3
+ import react from "react";
4
+ const SbbTimetableFormField = createComponent({
5
+ tagName: "sbb-timetable-form-field",
6
+ elementClass: SbbTimetableFormFieldElement,
7
+ react
8
+ });
9
+ export {
10
+ SbbTimetableFormField
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-field/timetable-form-field.component.js';
5
+ //# sourceMappingURL=timetable-form-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-field.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-field.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0DAA0D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormField } from "./timetable-form-field/timetable-form-field.component.js";
2
+ export {
3
+ SbbTimetableFormField
4
+ };
@@ -0,0 +1,8 @@
1
+ import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js';
2
+ declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
3
+ set form(value: string | SbbTimetableFormSwapButtonElement['form']);
4
+ get form(): string | SbbTimetableFormSwapButtonElement['form'];
5
+ }
6
+ export declare const SbbTimetableFormSwapButton: import('../../core.js').ReactWebComponent<SbbTimetableFormSwapButtonComponentType, {}>;
7
+ export {};
8
+ //# sourceMappingURL=timetable-form-swap-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAGzH,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B,wFAIrC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { c as createComponent } from "../../create-component-D2eL6dzj.js";
2
+ import { SbbTimetableFormSwapButtonElement } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js";
3
+ import react from "react";
4
+ const SbbTimetableFormSwapButtonComponent = SbbTimetableFormSwapButtonElement;
5
+ const SbbTimetableFormSwapButton = createComponent({
6
+ tagName: "sbb-timetable-form-swap-button",
7
+ elementClass: SbbTimetableFormSwapButtonComponent,
8
+ react
9
+ });
10
+ export {
11
+ SbbTimetableFormSwapButton
12
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-swap-button/timetable-form-swap-button.component.js';
5
+ //# sourceMappingURL=timetable-form-swap-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-swap-button.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-swap-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sEAAsE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormSwapButton } from "./timetable-form-swap-button/timetable-form-swap-button.component.js";
2
+ export {
3
+ SbbTimetableFormSwapButton
4
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form/timetable-form.component.js';
5
+ //# sourceMappingURL=timetable-form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableForm } from "./timetable-form/timetable-form.component.js";
2
+ export {
3
+ SbbTimetableForm
4
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form/timetable-form.js';
5
+ export * from './timetable-form/timetable-form-details.js';
6
+ export * from './timetable-form/timetable-form-field.js';
7
+ export * from './timetable-form/timetable-form-swap-button.js';
8
+ //# sourceMappingURL=timetable-form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
2
+ import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
+ import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
+ import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
+ export {
6
+ SbbTimetableForm,
7
+ SbbTimetableFormDetails,
8
+ SbbTimetableFormField,
9
+ SbbTimetableFormSwapButton
10
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react",
3
- "version": "3.5.0",
3
+ "version": "3.7.0",
4
4
  "description": "Lyne Design System React Library",
5
5
  "keywords": [
6
6
  "design system",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "type": "module",
12
12
  "peerDependencies": {
13
- "@sbb-esta/lyne-elements": "3.5.0",
13
+ "@sbb-esta/lyne-elements": "3.7.0",
14
14
  "react": "^18.2.0 || ^19.0.0"
15
15
  },
16
16
  "dependencies": {
@@ -403,6 +403,46 @@
403
403
  "development": "./development/card/card-link.js",
404
404
  "default": "./card/card-link.js"
405
405
  },
406
+ "./carousel": {
407
+ "types": "./development/carousel.d.ts",
408
+ "development": "./development/carousel.js",
409
+ "default": "./carousel.js"
410
+ },
411
+ "./carousel.js": {
412
+ "types": "./development/carousel.d.ts",
413
+ "development": "./development/carousel.js",
414
+ "default": "./carousel.js"
415
+ },
416
+ "./carousel/carousel": {
417
+ "types": "./development/carousel/carousel.d.ts",
418
+ "development": "./development/carousel/carousel.js",
419
+ "default": "./carousel/carousel.js"
420
+ },
421
+ "./carousel/carousel.js": {
422
+ "types": "./development/carousel/carousel.d.ts",
423
+ "development": "./development/carousel/carousel.js",
424
+ "default": "./carousel/carousel.js"
425
+ },
426
+ "./carousel/carousel-item": {
427
+ "types": "./development/carousel/carousel-item.d.ts",
428
+ "development": "./development/carousel/carousel-item.js",
429
+ "default": "./carousel/carousel-item.js"
430
+ },
431
+ "./carousel/carousel-item.js": {
432
+ "types": "./development/carousel/carousel-item.d.ts",
433
+ "development": "./development/carousel/carousel-item.js",
434
+ "default": "./carousel/carousel-item.js"
435
+ },
436
+ "./carousel/carousel-list": {
437
+ "types": "./development/carousel/carousel-list.d.ts",
438
+ "development": "./development/carousel/carousel-list.js",
439
+ "default": "./carousel/carousel-list.js"
440
+ },
441
+ "./carousel/carousel-list.js": {
442
+ "types": "./development/carousel/carousel-list.d.ts",
443
+ "development": "./development/carousel/carousel-list.js",
444
+ "default": "./carousel/carousel-list.js"
445
+ },
406
446
  "./checkbox": {
407
447
  "types": "./development/checkbox.d.ts",
408
448
  "development": "./development/checkbox.js",
@@ -1713,6 +1753,56 @@
1713
1753
  "development": "./development/time-input.js",
1714
1754
  "default": "./time-input.js"
1715
1755
  },
1756
+ "./timetable-form": {
1757
+ "types": "./development/timetable-form.d.ts",
1758
+ "development": "./development/timetable-form.js",
1759
+ "default": "./timetable-form.js"
1760
+ },
1761
+ "./timetable-form.js": {
1762
+ "types": "./development/timetable-form.d.ts",
1763
+ "development": "./development/timetable-form.js",
1764
+ "default": "./timetable-form.js"
1765
+ },
1766
+ "./timetable-form/timetable-form": {
1767
+ "types": "./development/timetable-form/timetable-form.d.ts",
1768
+ "development": "./development/timetable-form/timetable-form.js",
1769
+ "default": "./timetable-form/timetable-form.js"
1770
+ },
1771
+ "./timetable-form/timetable-form.js": {
1772
+ "types": "./development/timetable-form/timetable-form.d.ts",
1773
+ "development": "./development/timetable-form/timetable-form.js",
1774
+ "default": "./timetable-form/timetable-form.js"
1775
+ },
1776
+ "./timetable-form/timetable-form-details": {
1777
+ "types": "./development/timetable-form/timetable-form-details.d.ts",
1778
+ "development": "./development/timetable-form/timetable-form-details.js",
1779
+ "default": "./timetable-form/timetable-form-details.js"
1780
+ },
1781
+ "./timetable-form/timetable-form-details.js": {
1782
+ "types": "./development/timetable-form/timetable-form-details.d.ts",
1783
+ "development": "./development/timetable-form/timetable-form-details.js",
1784
+ "default": "./timetable-form/timetable-form-details.js"
1785
+ },
1786
+ "./timetable-form/timetable-form-field": {
1787
+ "types": "./development/timetable-form/timetable-form-field.d.ts",
1788
+ "development": "./development/timetable-form/timetable-form-field.js",
1789
+ "default": "./timetable-form/timetable-form-field.js"
1790
+ },
1791
+ "./timetable-form/timetable-form-field.js": {
1792
+ "types": "./development/timetable-form/timetable-form-field.d.ts",
1793
+ "development": "./development/timetable-form/timetable-form-field.js",
1794
+ "default": "./timetable-form/timetable-form-field.js"
1795
+ },
1796
+ "./timetable-form/timetable-form-swap-button": {
1797
+ "types": "./development/timetable-form/timetable-form-swap-button.d.ts",
1798
+ "development": "./development/timetable-form/timetable-form-swap-button.js",
1799
+ "default": "./timetable-form/timetable-form-swap-button.js"
1800
+ },
1801
+ "./timetable-form/timetable-form-swap-button.js": {
1802
+ "types": "./development/timetable-form/timetable-form-swap-button.d.ts",
1803
+ "development": "./development/timetable-form/timetable-form-swap-button.js",
1804
+ "default": "./timetable-form/timetable-form-swap-button.js"
1805
+ },
1716
1806
  "./timetable-occupancy": {
1717
1807
  "types": "./development/timetable-occupancy.d.ts",
1718
1808
  "development": "./development/timetable-occupancy.js",
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form.js';
2
+ export declare const SbbTimetableForm: import('../../core.js').ReactWebComponent<SbbTimetableFormElement, {}>;
3
+ //# sourceMappingURL=timetable-form.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form/timetable-form.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0DAA0D,CAAC;AAInG,eAAO,MAAM,gBAAgB,wEAI3B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbTimetableFormElement as m } from "@sbb-esta/lyne-elements/timetable-form/timetable-form.js";
3
+ import t from "react";
4
+ const b = e({
5
+ tagName: "sbb-timetable-form",
6
+ elementClass: m,
7
+ react: t
8
+ });
9
+ export {
10
+ b as SbbTimetableForm
11
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormDetailsElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js';
2
+ export declare const SbbTimetableFormDetails: import('../../core.js').ReactWebComponent<SbbTimetableFormDetailsElement, {}>;
3
+ //# sourceMappingURL=timetable-form-details.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-details.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-details/timetable-form-details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AAIlH,eAAO,MAAM,uBAAuB,+EAIlC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbTimetableFormDetailsElement as t } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-details.js";
3
+ import m from "react";
4
+ const b = e({
5
+ tagName: "sbb-timetable-form-details",
6
+ elementClass: t,
7
+ react: m
8
+ });
9
+ export {
10
+ b as SbbTimetableFormDetails
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-details/timetable-form-details.component.js';
5
+ //# sourceMappingURL=timetable-form-details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-details.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-details.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormDetails as m } from "./timetable-form-details/timetable-form-details.component.js";
2
+ export {
3
+ m as SbbTimetableFormDetails
4
+ };
@@ -0,0 +1,3 @@
1
+ import { SbbTimetableFormFieldElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js';
2
+ export declare const SbbTimetableFormField: import('../../core.js').ReactWebComponent<SbbTimetableFormFieldElement, {}>;
3
+ //# sourceMappingURL=timetable-form-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-field.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-field/timetable-form-field.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gEAAgE,CAAC;AAI9G,eAAO,MAAM,qBAAqB,6EAIhC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as e } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbTimetableFormFieldElement as m } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-field.js";
3
+ import t from "react";
4
+ const b = e({
5
+ tagName: "sbb-timetable-form-field",
6
+ elementClass: m,
7
+ react: t
8
+ });
9
+ export {
10
+ b as SbbTimetableFormField
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-field/timetable-form-field.component.js';
5
+ //# sourceMappingURL=timetable-form-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-field.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-field.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0DAA0D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormField as m } from "./timetable-form-field/timetable-form-field.component.js";
2
+ export {
3
+ m as SbbTimetableFormField
4
+ };
@@ -0,0 +1,8 @@
1
+ import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js';
2
+ declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
3
+ set form(value: string | SbbTimetableFormSwapButtonElement['form']);
4
+ get form(): string | SbbTimetableFormSwapButtonElement['form'];
5
+ }
6
+ export declare const SbbTimetableFormSwapButton: import('../../core.js').ReactWebComponent<SbbTimetableFormSwapButtonComponentType, {}>;
7
+ export {};
8
+ //# sourceMappingURL=timetable-form-swap-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAGzH,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B,wFAIrC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { c as t } from "../../create-component-BzQJ4c_K.js";
2
+ import { SbbTimetableFormSwapButtonElement as o } from "@sbb-esta/lyne-elements/timetable-form/timetable-form-swap-button.js";
3
+ import e from "react";
4
+ const m = o, n = t({
5
+ tagName: "sbb-timetable-form-swap-button",
6
+ elementClass: m,
7
+ react: e
8
+ });
9
+ export {
10
+ n as SbbTimetableFormSwapButton
11
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form-swap-button/timetable-form-swap-button.component.js';
5
+ //# sourceMappingURL=timetable-form-swap-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form-swap-button.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form-swap-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sEAAsE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableFormSwapButton as b } from "./timetable-form-swap-button/timetable-form-swap-button.component.js";
2
+ export {
3
+ b as SbbTimetableFormSwapButton
4
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form/timetable-form.component.js';
5
+ //# sourceMappingURL=timetable-form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../../src/react/timetable-form/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SbbTimetableForm as m } from "./timetable-form/timetable-form.component.js";
2
+ export {
3
+ m as SbbTimetableForm
4
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @entrypoint
3
+ */
4
+ export * from './timetable-form/timetable-form.js';
5
+ export * from './timetable-form/timetable-form-details.js';
6
+ export * from './timetable-form/timetable-form-field.js';
7
+ export * from './timetable-form/timetable-form-swap-button.js';
8
+ //# sourceMappingURL=timetable-form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timetable-form.d.ts","sourceRoot":"","sources":["../../src/react/timetable-form.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { SbbTimetableForm as b } from "./timetable-form/timetable-form/timetable-form.component.js";
2
+ import { SbbTimetableFormDetails as r } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
+ import { SbbTimetableFormField as a } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
+ import { SbbTimetableFormSwapButton as l } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
+ export {
6
+ b as SbbTimetableForm,
7
+ r as SbbTimetableFormDetails,
8
+ a as SbbTimetableFormField,
9
+ l as SbbTimetableFormSwapButton
10
+ };