@sbb-esta/lyne-react 3.0.1 → 3.1.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.
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +8 -0
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -0
- package/development/dialog/dialog-close-button/dialog-close-button.component.js +12 -0
- package/development/dialog/dialog-close-button.d.ts +5 -0
- package/development/dialog/dialog-close-button.d.ts.map +1 -0
- package/development/dialog/dialog-close-button.js +4 -0
- package/development/dialog.d.ts +1 -0
- package/development/dialog.d.ts.map +1 -1
- package/development/dialog.js +2 -0
- package/development/header/header-environment/header-environment.component.d.ts +3 -0
- package/development/header/header-environment/header-environment.component.d.ts.map +1 -0
- package/development/header/header-environment/header-environment.component.js +11 -0
- package/development/header/header-environment.d.ts +5 -0
- package/development/header/header-environment.d.ts.map +1 -0
- package/development/header/header-environment.js +4 -0
- package/development/header.d.ts +1 -0
- package/development/header.d.ts.map +1 -1
- package/development/header.js +2 -0
- package/development/option/option-hint/option-hint.component.d.ts +3 -0
- package/development/option/option-hint/option-hint.component.d.ts.map +1 -0
- package/development/option/option-hint/option-hint.component.js +11 -0
- package/development/option/option-hint.d.ts +5 -0
- package/development/option/option-hint.d.ts.map +1 -0
- package/development/option/option-hint.js +4 -0
- package/development/option.d.ts +1 -0
- package/development/option.d.ts.map +1 -1
- package/development/option.js +3 -1
- package/development/selection-action-panel/selection-action-panel.component.d.ts +3 -0
- package/development/selection-action-panel/selection-action-panel.component.d.ts.map +1 -0
- package/development/selection-action-panel/selection-action-panel.component.js +11 -0
- package/development/selection-action-panel.d.ts +5 -0
- package/development/selection-action-panel.d.ts.map +1 -0
- package/development/selection-action-panel.js +4 -0
- package/dialog/dialog-close-button/dialog-close-button.component.d.ts +8 -0
- package/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -0
- package/dialog/dialog-close-button/dialog-close-button.component.js +11 -0
- package/dialog/dialog-close-button.d.ts +5 -0
- package/dialog/dialog-close-button.d.ts.map +1 -0
- package/dialog/dialog-close-button.js +4 -0
- package/dialog.d.ts +1 -0
- package/dialog.d.ts.map +1 -1
- package/dialog.js +8 -6
- package/header/header-environment/header-environment.component.d.ts +3 -0
- package/header/header-environment/header-environment.component.d.ts.map +1 -0
- package/header/header-environment/header-environment.component.js +11 -0
- package/header/header-environment.d.ts +5 -0
- package/header/header-environment.d.ts.map +1 -0
- package/header/header-environment.js +4 -0
- package/header.d.ts +1 -0
- package/header.d.ts.map +1 -1
- package/header.js +2 -0
- package/option/option-hint/option-hint.component.d.ts +3 -0
- package/option/option-hint/option-hint.component.d.ts.map +1 -0
- package/option/option-hint/option-hint.component.js +11 -0
- package/option/option-hint.d.ts +5 -0
- package/option/option-hint.d.ts.map +1 -0
- package/option/option-hint.js +4 -0
- package/option.d.ts +1 -0
- package/option.d.ts.map +1 -1
- package/option.js +4 -2
- package/package.json +43 -3
- package/selection-action-panel/selection-action-panel.component.d.ts +3 -0
- package/selection-action-panel/selection-action-panel.component.d.ts.map +1 -0
- package/selection-action-panel/selection-action-panel.component.js +11 -0
- package/selection-action-panel.d.ts +5 -0
- package/selection-action-panel.d.ts.map +1 -0
- package/selection-action-panel.js +4 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbDialogCloseButtonElement } from '@sbb-esta/lyne-elements/dialog/dialog-close-button.js';
|
|
2
|
+
declare class SbbDialogCloseButtonComponentType extends SbbDialogCloseButtonElement {
|
|
3
|
+
set form(value: string | SbbDialogCloseButtonElement['form']);
|
|
4
|
+
get form(): string | SbbDialogCloseButtonElement['form'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbDialogCloseButton: import('../../core.js').ReactWebComponent<SbbDialogCloseButtonComponentType, {}>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=dialog-close-button.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-close-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/dialog/dialog-close-button/dialog-close-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AAGpG,OAAO,OAAO,iCAAkC,SAAQ,2BAA2B;IAEjF,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B,CAAC,MAAM,CAAC,EAElE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAE9D;CAEF;AAKD,eAAO,MAAM,oBAAoB,kFAI/B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbDialogCloseButtonElement } from "@sbb-esta/lyne-elements/dialog/dialog-close-button.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbDialogCloseButtonComponent = SbbDialogCloseButtonElement;
|
|
5
|
+
const SbbDialogCloseButton = createComponent({
|
|
6
|
+
tagName: "sbb-dialog-close-button",
|
|
7
|
+
elementClass: SbbDialogCloseButtonComponent,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
SbbDialogCloseButton
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-close-button.d.ts","sourceRoot":"","sources":["../../../../src/react/dialog/dialog-close-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wDAAwD,CAAC"}
|
package/development/dialog.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/react/dialog.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/react/dialog.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC"}
|
package/development/dialog.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { SbbDialog } from "./dialog/dialog/dialog.component.js";
|
|
2
2
|
import { SbbDialogActions } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
3
|
+
import { SbbDialogCloseButton } from "./dialog/dialog-close-button/dialog-close-button.component.js";
|
|
3
4
|
import { SbbDialogContent } from "./dialog/dialog-content/dialog-content.component.js";
|
|
4
5
|
import { SbbDialogTitle } from "./dialog/dialog-title/dialog-title.component.js";
|
|
5
6
|
export {
|
|
6
7
|
SbbDialog,
|
|
7
8
|
SbbDialogActions,
|
|
9
|
+
SbbDialogCloseButton,
|
|
8
10
|
SbbDialogContent,
|
|
9
11
|
SbbDialogTitle
|
|
10
12
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbHeaderEnvironmentElement } from '@sbb-esta/lyne-elements/header/header-environment.js';
|
|
2
|
+
export declare const SbbHeaderEnvironment: import('../../core.js').ReactWebComponent<SbbHeaderEnvironmentElement, {}>;
|
|
3
|
+
//# sourceMappingURL=header-environment.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-environment.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/header/header-environment/header-environment.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAInG,eAAO,MAAM,oBAAoB,4EAI/B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbHeaderEnvironmentElement } from "@sbb-esta/lyne-elements/header/header-environment.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbHeaderEnvironment = createComponent({
|
|
5
|
+
tagName: "sbb-header-environment",
|
|
6
|
+
elementClass: SbbHeaderEnvironmentElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbHeaderEnvironment
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-environment.d.ts","sourceRoot":"","sources":["../../../../src/react/header/header-environment.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sDAAsD,CAAC"}
|
package/development/header.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/react/header.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/react/header.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC"}
|
package/development/header.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { SbbHeader } from "./header/header/header.component.js";
|
|
2
2
|
import { SbbHeaderButton } from "./header/header-button/header-button.component.js";
|
|
3
|
+
import { SbbHeaderEnvironment } from "./header/header-environment/header-environment.component.js";
|
|
3
4
|
import { SbbHeaderLink } from "./header/header-link/header-link.component.js";
|
|
4
5
|
export {
|
|
5
6
|
SbbHeader,
|
|
6
7
|
SbbHeaderButton,
|
|
8
|
+
SbbHeaderEnvironment,
|
|
7
9
|
SbbHeaderLink
|
|
8
10
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-hint.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/option/option-hint/option-hint.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAIrF,eAAO,MAAM,aAAa,qEAIxB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbOptionHintElement } from "@sbb-esta/lyne-elements/option/option-hint.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbOptionHint = createComponent({
|
|
5
|
+
tagName: "sbb-option-hint",
|
|
6
|
+
elementClass: SbbOptionHintElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbOptionHint
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-hint.d.ts","sourceRoot":"","sources":["../../../../src/react/option/option-hint.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wCAAwC,CAAC"}
|
package/development/option.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../src/react/option.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../src/react/option.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC"}
|
package/development/option.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SbbOptGroup } from "./option/optgroup/optgroup.component.js";
|
|
2
2
|
import { SbbOption } from "./option/option/option.component.js";
|
|
3
|
+
import { SbbOptionHint } from "./option/option-hint/option-hint.component.js";
|
|
3
4
|
export {
|
|
4
5
|
SbbOptGroup,
|
|
5
|
-
SbbOption
|
|
6
|
+
SbbOption,
|
|
7
|
+
SbbOptionHint
|
|
6
8
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbSelectionActionPanelElement } from '@sbb-esta/lyne-elements/selection-action-panel.js';
|
|
2
|
+
export declare const SbbSelectionActionPanel: import('../core.js').ReactWebComponent<SbbSelectionActionPanelElement, {}>;
|
|
3
|
+
//# sourceMappingURL=selection-action-panel.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection-action-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/selection-action-panel/selection-action-panel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,mDAAmD,CAAC;AAInG,eAAO,MAAM,uBAAuB,4EAIlC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as createComponent } from "../create-component-D2eL6dzj.js";
|
|
2
|
+
import { SbbSelectionActionPanelElement } from "@sbb-esta/lyne-elements/selection-action-panel.js";
|
|
3
|
+
import react from "react";
|
|
4
|
+
const SbbSelectionActionPanel = createComponent({
|
|
5
|
+
tagName: "sbb-selection-action-panel",
|
|
6
|
+
elementClass: SbbSelectionActionPanelElement,
|
|
7
|
+
react
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
SbbSelectionActionPanel
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection-action-panel.d.ts","sourceRoot":"","sources":["../../../src/react/selection-action-panel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbDialogCloseButtonElement } from '@sbb-esta/lyne-elements/dialog/dialog-close-button.js';
|
|
2
|
+
declare class SbbDialogCloseButtonComponentType extends SbbDialogCloseButtonElement {
|
|
3
|
+
set form(value: string | SbbDialogCloseButtonElement['form']);
|
|
4
|
+
get form(): string | SbbDialogCloseButtonElement['form'];
|
|
5
|
+
}
|
|
6
|
+
export declare const SbbDialogCloseButton: import('../../core.js').ReactWebComponent<SbbDialogCloseButtonComponentType, {}>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=dialog-close-button.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-close-button.component.d.ts","sourceRoot":"","sources":["../../../../src/react/dialog/dialog-close-button/dialog-close-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AAGpG,OAAO,OAAO,iCAAkC,SAAQ,2BAA2B;IAEjF,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B,CAAC,MAAM,CAAC,EAElE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAE9D;CAEF;AAKD,eAAO,MAAM,oBAAoB,kFAI/B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as o } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbDialogCloseButtonElement as t } from "@sbb-esta/lyne-elements/dialog/dialog-close-button.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const n = t, s = o({
|
|
5
|
+
tagName: "sbb-dialog-close-button",
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
s as SbbDialogCloseButton
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog-close-button.d.ts","sourceRoot":"","sources":["../../../src/react/dialog/dialog-close-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wDAAwD,CAAC"}
|
package/dialog.d.ts
CHANGED
package/dialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../src/react/dialog.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../src/react/dialog.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC"}
|
package/dialog.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { SbbDialog as
|
|
1
|
+
import { SbbDialog as b } from "./dialog/dialog/dialog.component.js";
|
|
2
2
|
import { SbbDialogActions as e } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { SbbDialogCloseButton as l } from "./dialog/dialog-close-button/dialog-close-button.component.js";
|
|
4
|
+
import { SbbDialogContent as f } from "./dialog/dialog-content/dialog-content.component.js";
|
|
5
|
+
import { SbbDialogTitle as m } from "./dialog/dialog-title/dialog-title.component.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
b as SbbDialog,
|
|
7
8
|
e as SbbDialogActions,
|
|
8
|
-
l as
|
|
9
|
-
f as
|
|
9
|
+
l as SbbDialogCloseButton,
|
|
10
|
+
f as SbbDialogContent,
|
|
11
|
+
m as SbbDialogTitle
|
|
10
12
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbHeaderEnvironmentElement } from '@sbb-esta/lyne-elements/header/header-environment.js';
|
|
2
|
+
export declare const SbbHeaderEnvironment: import('../../core.js').ReactWebComponent<SbbHeaderEnvironmentElement, {}>;
|
|
3
|
+
//# sourceMappingURL=header-environment.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-environment.component.d.ts","sourceRoot":"","sources":["../../../../src/react/header/header-environment/header-environment.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAInG,eAAO,MAAM,oBAAoB,4EAI/B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbHeaderEnvironmentElement as r } from "@sbb-esta/lyne-elements/header/header-environment.js";
|
|
3
|
+
import n from "react";
|
|
4
|
+
const a = e({
|
|
5
|
+
tagName: "sbb-header-environment",
|
|
6
|
+
elementClass: r,
|
|
7
|
+
react: n
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
a as SbbHeaderEnvironment
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-environment.d.ts","sourceRoot":"","sources":["../../../src/react/header/header-environment.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sDAAsD,CAAC"}
|
package/header.d.ts
CHANGED
package/header.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../src/react/header.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../src/react/header.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC"}
|
package/header.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { SbbHeader as o } from "./header/header/header.component.js";
|
|
2
2
|
import { SbbHeaderButton as t } from "./header/header-button/header-button.component.js";
|
|
3
|
+
import { SbbHeaderEnvironment as n } from "./header/header-environment/header-environment.component.js";
|
|
3
4
|
import { SbbHeaderLink as d } from "./header/header-link/header-link.component.js";
|
|
4
5
|
export {
|
|
5
6
|
o as SbbHeader,
|
|
6
7
|
t as SbbHeaderButton,
|
|
8
|
+
n as SbbHeaderEnvironment,
|
|
7
9
|
d as SbbHeaderLink
|
|
8
10
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-hint.component.d.ts","sourceRoot":"","sources":["../../../../src/react/option/option-hint/option-hint.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AAIrF,eAAO,MAAM,aAAa,qEAIxB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as t } from "../../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbOptionHintElement as o } from "@sbb-esta/lyne-elements/option/option-hint.js";
|
|
3
|
+
import e from "react";
|
|
4
|
+
const r = t({
|
|
5
|
+
tagName: "sbb-option-hint",
|
|
6
|
+
elementClass: o,
|
|
7
|
+
react: e
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
r as SbbOptionHint
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-hint.d.ts","sourceRoot":"","sources":["../../../src/react/option/option-hint.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wCAAwC,CAAC"}
|
package/option.d.ts
CHANGED
package/option.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../src/react/option.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../src/react/option.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC"}
|
package/option.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SbbOptGroup as r } from "./option/optgroup/optgroup.component.js";
|
|
2
|
-
import { SbbOption as
|
|
2
|
+
import { SbbOption as b } from "./option/option/option.component.js";
|
|
3
|
+
import { SbbOptionHint as f } from "./option/option-hint/option-hint.component.js";
|
|
3
4
|
export {
|
|
4
5
|
r as SbbOptGroup,
|
|
5
|
-
|
|
6
|
+
b as SbbOption,
|
|
7
|
+
f as SbbOptionHint
|
|
6
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@sbb-esta/lyne-elements": "3.0
|
|
13
|
+
"@sbb-esta/lyne-elements": "3.1.0",
|
|
14
14
|
"react": "^18.2.0 || ^19.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@lit/react": "^1.0.
|
|
17
|
+
"@lit/react": "^1.0.8",
|
|
18
18
|
"tslib": "^2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"publishConfig": {
|
|
@@ -623,6 +623,16 @@
|
|
|
623
623
|
"development": "./development/dialog/dialog-actions.js",
|
|
624
624
|
"default": "./dialog/dialog-actions.js"
|
|
625
625
|
},
|
|
626
|
+
"./dialog/dialog-close-button": {
|
|
627
|
+
"types": "./development/dialog/dialog-close-button.d.ts",
|
|
628
|
+
"development": "./development/dialog/dialog-close-button.js",
|
|
629
|
+
"default": "./dialog/dialog-close-button.js"
|
|
630
|
+
},
|
|
631
|
+
"./dialog/dialog-close-button.js": {
|
|
632
|
+
"types": "./development/dialog/dialog-close-button.d.ts",
|
|
633
|
+
"development": "./development/dialog/dialog-close-button.js",
|
|
634
|
+
"default": "./dialog/dialog-close-button.js"
|
|
635
|
+
},
|
|
626
636
|
"./dialog/dialog-content": {
|
|
627
637
|
"types": "./development/dialog/dialog-content.d.ts",
|
|
628
638
|
"development": "./development/dialog/dialog-content.js",
|
|
@@ -843,6 +853,16 @@
|
|
|
843
853
|
"development": "./development/header/header-button.js",
|
|
844
854
|
"default": "./header/header-button.js"
|
|
845
855
|
},
|
|
856
|
+
"./header/header-environment": {
|
|
857
|
+
"types": "./development/header/header-environment.d.ts",
|
|
858
|
+
"development": "./development/header/header-environment.js",
|
|
859
|
+
"default": "./header/header-environment.js"
|
|
860
|
+
},
|
|
861
|
+
"./header/header-environment.js": {
|
|
862
|
+
"types": "./development/header/header-environment.d.ts",
|
|
863
|
+
"development": "./development/header/header-environment.js",
|
|
864
|
+
"default": "./header/header-environment.js"
|
|
865
|
+
},
|
|
846
866
|
"./header/header-link": {
|
|
847
867
|
"types": "./development/header/header-link.d.ts",
|
|
848
868
|
"development": "./development/header/header-link.js",
|
|
@@ -1193,6 +1213,16 @@
|
|
|
1193
1213
|
"development": "./development/option/option.js",
|
|
1194
1214
|
"default": "./option/option.js"
|
|
1195
1215
|
},
|
|
1216
|
+
"./option/option-hint": {
|
|
1217
|
+
"types": "./development/option/option-hint.d.ts",
|
|
1218
|
+
"development": "./development/option/option-hint.js",
|
|
1219
|
+
"default": "./option/option-hint.js"
|
|
1220
|
+
},
|
|
1221
|
+
"./option/option-hint.js": {
|
|
1222
|
+
"types": "./development/option/option-hint.d.ts",
|
|
1223
|
+
"development": "./development/option/option-hint.js",
|
|
1224
|
+
"default": "./option/option-hint.js"
|
|
1225
|
+
},
|
|
1196
1226
|
"./overlay": {
|
|
1197
1227
|
"types": "./development/overlay.d.ts",
|
|
1198
1228
|
"development": "./development/overlay.js",
|
|
@@ -1323,6 +1353,16 @@
|
|
|
1323
1353
|
"development": "./development/select.js",
|
|
1324
1354
|
"default": "./select.js"
|
|
1325
1355
|
},
|
|
1356
|
+
"./selection-action-panel": {
|
|
1357
|
+
"types": "./development/selection-action-panel.d.ts",
|
|
1358
|
+
"development": "./development/selection-action-panel.js",
|
|
1359
|
+
"default": "./selection-action-panel.js"
|
|
1360
|
+
},
|
|
1361
|
+
"./selection-action-panel.js": {
|
|
1362
|
+
"types": "./development/selection-action-panel.d.ts",
|
|
1363
|
+
"development": "./development/selection-action-panel.js",
|
|
1364
|
+
"default": "./selection-action-panel.js"
|
|
1365
|
+
},
|
|
1326
1366
|
"./selection-expansion-panel": {
|
|
1327
1367
|
"types": "./development/selection-expansion-panel.d.ts",
|
|
1328
1368
|
"development": "./development/selection-expansion-panel.js",
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SbbSelectionActionPanelElement } from '@sbb-esta/lyne-elements/selection-action-panel.js';
|
|
2
|
+
export declare const SbbSelectionActionPanel: import('../core.js').ReactWebComponent<SbbSelectionActionPanelElement, {}>;
|
|
3
|
+
//# sourceMappingURL=selection-action-panel.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection-action-panel.component.d.ts","sourceRoot":"","sources":["../../../src/react/selection-action-panel/selection-action-panel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,mDAAmD,CAAC;AAInG,eAAO,MAAM,uBAAuB,4EAIlC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { c as e } from "../create-component-BzQJ4c_K.js";
|
|
2
|
+
import { SbbSelectionActionPanelElement as t } from "@sbb-esta/lyne-elements/selection-action-panel.js";
|
|
3
|
+
import o from "react";
|
|
4
|
+
const m = e({
|
|
5
|
+
tagName: "sbb-selection-action-panel",
|
|
6
|
+
elementClass: t,
|
|
7
|
+
react: o
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
m as SbbSelectionActionPanel
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection-action-panel.d.ts","sourceRoot":"","sources":["../../src/react/selection-action-panel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8DAA8D,CAAC"}
|