@sbb-esta/lyne-elements-experimental-dev 5.3.0-dev.1784535977 → 5.3.0-dev.1784537379

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/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { SbbAutocompleteGridButtonElement, SbbAutocompleteGridCellElement, SbbAutocompleteGridElement, SbbAutocompleteGridOptgroupElement, SbbAutocompleteGridOptionElement, SbbAutocompleteGridRowElement } from "./autocomplete-grid.js";
2
+ import { SbbEasterEggElement } from "./easter-egg.js";
2
3
  import { SbbJourneySummaryElement } from "./journey-summary.js";
3
4
  import { SbbPearlChainElement } from "./pearl-chain.js";
4
5
  import { SbbPearlChainTimeElement } from "./pearl-chain-time.js";
@@ -14,6 +15,7 @@ declare global {
14
15
  var SbbAutocompleteGridOptgroupElement: SbbAutocompleteGridOptgroupElement;
15
16
  var SbbAutocompleteGridOptionElement: SbbAutocompleteGridOptionElement;
16
17
  var SbbAutocompleteGridRowElement: SbbAutocompleteGridRowElement;
18
+ var SbbEasterEggElement: SbbEasterEggElement;
17
19
  var SbbJourneySummaryElement: SbbJourneySummaryElement;
18
20
  var SbbPearlChainElement: SbbPearlChainElement;
19
21
  var SbbPearlChainTimeElement: SbbPearlChainTimeElement;
package/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import { SbbAutocompleteGridButtonElement, SbbAutocompleteGridCellElement, SbbAutocompleteGridElement, SbbAutocompleteGridOptgroupElement, SbbAutocompleteGridOptionElement, SbbAutocompleteGridRowElement } from "./autocomplete-grid.js";
2
+ import { SbbEasterEggElement } from "./easter-egg.js";
2
3
  import { SbbJourneySummaryElement } from "./journey-summary.js";
3
4
  import { SbbPearlChainElement } from "./pearl-chain.js";
4
5
  import { SbbPearlChainTimeElement } from "./pearl-chain-time.js";
@@ -14,6 +15,7 @@ globalThis.SbbAutocompleteGridElement = SbbAutocompleteGridElement;
14
15
  globalThis.SbbAutocompleteGridOptgroupElement = SbbAutocompleteGridOptgroupElement;
15
16
  globalThis.SbbAutocompleteGridOptionElement = SbbAutocompleteGridOptionElement;
16
17
  globalThis.SbbAutocompleteGridRowElement = SbbAutocompleteGridRowElement;
18
+ globalThis.SbbEasterEggElement = SbbEasterEggElement;
17
19
  globalThis.SbbJourneySummaryElement = SbbJourneySummaryElement;
18
20
  globalThis.SbbPearlChainElement = SbbPearlChainElement;
19
21
  globalThis.SbbPearlChainTimeElement = SbbPearlChainTimeElement;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "5.3.0-dev.1784535977",
3
+ "version": "5.3.0-dev.1784537379",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/3b7c56257729e47b4f40f3dcb1745e3012d597ee"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/ed3a2899b1bf101e8c0a73edae7e26ceb86db48a"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {
@@ -60,6 +60,16 @@
60
60
  "development": "./development/core.js",
61
61
  "default": "./core.js"
62
62
  },
63
+ "./easter-egg.js": {
64
+ "types": "./development/easter-egg.d.ts",
65
+ "development": "./development/easter-egg.js",
66
+ "default": "./easter-egg.js"
67
+ },
68
+ "./easter-egg.pure.js": {
69
+ "types": "./development/easter-egg.pure.d.ts",
70
+ "development": "./development/easter-egg.pure.js",
71
+ "default": "./easter-egg.pure.js"
72
+ },
63
73
  "./journey-summary.js": {
64
74
  "types": "./development/journey-summary.d.ts",
65
75
  "development": "./development/journey-summary.js",