@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776760644 → 5.0.0-next-dev.1776772864
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/container.js +3 -3
- package/development/container.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/package.json +12 -2
- package/teaser-panel/teaser-panel.component.js +11 -0
- package/teaser-panel.js +2 -0
package/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbStickyBar as e } from "./container/sticky-bar/sticky-bar.component.js";
|
|
2
|
+
import { SbbContainer as t } from "./container/container/container.component.js";
|
|
3
|
+
export { t as SbbContainer, e as SbbStickyBar };
|
package/development/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbContainer } from "./container/container/container.component.js";
|
|
2
1
|
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
2
|
+
import { SbbContainer } from "./container/container/container.component.js";
|
|
3
3
|
export { SbbContainer, SbbStickyBar };
|
|
@@ -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"}
|
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.1776772864",
|
|
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/49749de1a8fe0b4669a0ddb8465b02afb294a062"
|
|
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