@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776760644 → 5.0.0-next-dev.1776866493
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/form-field.js +1 -1
- package/development/teaser-panel/teaser-panel.component.d.ts +3 -0
- package/development/teaser-panel/teaser-panel.component.d.ts.map +1 -0
- package/development/teaser-panel/teaser-panel.component.js +13 -0
- package/development/teaser-panel.d.ts +3 -0
- package/development/teaser-panel.d.ts.map +1 -0
- package/development/teaser-panel.js +2 -0
- package/development/teaser-product.js +1 -1
- package/form-field.js +3 -3
- package/package.json +12 -2
- package/teaser-panel/teaser-panel.component.js +11 -0
- package/teaser-panel.js +2 -0
- package/teaser-product.js +3 -3
|
@@ -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 };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teaser-panel.component.d.ts","sourceRoot":"","sources":["../../../../src/react/teaser-panel/teaser-panel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAIrF,eAAO,MAAM,cAAc,mEAIzB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createComponent } from "../core.js";
|
|
2
|
+
import react from "react";
|
|
3
|
+
import { SbbTeaserPanelElement } from "@sbb-esta/lyne-elements/teaser-panel.pure.js";
|
|
4
|
+
//#region src/react/teaser-panel/teaser-panel.component.ts
|
|
5
|
+
var SbbTeaserPanel = createComponent({
|
|
6
|
+
tagName: "sbb-teaser-panel",
|
|
7
|
+
elementClass: SbbTeaserPanelElement,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbTeaserPanel };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVhc2VyLXBhbmVsLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvdGVhc2VyLXBhbmVsL3RlYXNlci1wYW5lbC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJUZWFzZXJQYW5lbEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy90ZWFzZXItcGFuZWwucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVGVhc2VyUGFuZWwgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXRlYXNlci1wYW5lbCcsXG4gIGVsZW1lbnRDbGFzczogU2JiVGVhc2VyUGFuZWxFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxpQkFBaUIsZ0JBQWdCO0NBQzVDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teaser-panel.d.ts","sourceRoot":"","sources":["../../../src/react/teaser-panel.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
2
1
|
import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
2
|
+
import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
3
3
|
export { SbbTeaserProduct, SbbTeaserProductStatic };
|
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 {
|
|
4
|
-
import {
|
|
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,
|
|
6
|
+
export { e as SbbError, t as SbbFormField, r as SbbFormFieldClear, n as SbbFormFieldTextCounter, i as SbbHint };
|
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.
|
|
3
|
+
"version": "5.0.0-next-dev.1776866493",
|
|
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/c807fa7d298597cfcf77b13a895bb1d03229505c"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
@@ -1714,6 +1714,16 @@
|
|
|
1714
1714
|
"development": "./development/teaser-hero.js",
|
|
1715
1715
|
"default": "./teaser-hero.js"
|
|
1716
1716
|
},
|
|
1717
|
+
"./teaser-panel": {
|
|
1718
|
+
"types": "./development/teaser-panel.d.ts",
|
|
1719
|
+
"development": "./development/teaser-panel.js",
|
|
1720
|
+
"default": "./teaser-panel.js"
|
|
1721
|
+
},
|
|
1722
|
+
"./teaser-panel.js": {
|
|
1723
|
+
"types": "./development/teaser-panel.d.ts",
|
|
1724
|
+
"development": "./development/teaser-panel.js",
|
|
1725
|
+
"default": "./teaser-panel.js"
|
|
1726
|
+
},
|
|
1717
1727
|
"./teaser-product": {
|
|
1718
1728
|
"types": "./development/teaser-product.d.ts",
|
|
1719
1729
|
"development": "./development/teaser-product.js",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createComponent as e } from "../core.js";
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { SbbTeaserPanelElement as n } from "@sbb-esta/lyne-elements/teaser-panel.pure.js";
|
|
4
|
+
//#region src/react/teaser-panel/teaser-panel.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-teaser-panel",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTeaserPanel };
|
package/teaser-panel.js
ADDED
package/teaser-product.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbTeaserProductStatic as e } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
2
|
+
import { SbbTeaserProduct as t } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
3
|
+
export { t as SbbTeaserProduct, e as SbbTeaserProductStatic };
|