@sbb-esta/lyne-elements-dev 4.7.0-dev.1773827807 → 4.8.0-dev.1773833170
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/custom-elements.json +1735 -1735
- package/index.d.ts +0 -2
- package/index.js +0 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ import { SbbChipElement, SbbChipGroupElement } from "./chip.js";
|
|
|
14
14
|
import { SbbChipLabelElement } from "./chip-label.js";
|
|
15
15
|
import { SbbClockElement } from "./clock.js";
|
|
16
16
|
import { SbbContainerElement, SbbStickyBarElement } from "./container.js";
|
|
17
|
-
import { SbbElement } from "./core.js";
|
|
18
17
|
import { SbbDateInputElement } from "./date-input.js";
|
|
19
18
|
import { SbbDatepickerElement, SbbDatepickerNextDayElement, SbbDatepickerPreviousDayElement, SbbDatepickerToggleElement } from "./datepicker.js";
|
|
20
19
|
import { SbbDialogActionsElement, SbbDialogCloseButtonElement, SbbDialogContentElement, SbbDialogElement, SbbDialogTitleElement } from "./dialog.js";
|
|
@@ -126,7 +125,6 @@ declare global {
|
|
|
126
125
|
var SbbDialogElement: SbbDialogElement;
|
|
127
126
|
var SbbDialogTitleElement: SbbDialogTitleElement;
|
|
128
127
|
var SbbDividerElement: SbbDividerElement;
|
|
129
|
-
var SbbElement: SbbElement;
|
|
130
128
|
var SbbErrorElement: SbbErrorElement;
|
|
131
129
|
var SbbExpansionPanelContentElement: SbbExpansionPanelContentElement;
|
|
132
130
|
var SbbExpansionPanelElement: SbbExpansionPanelElement;
|
package/index.js
CHANGED
|
@@ -14,7 +14,6 @@ import { SbbChipElement, SbbChipGroupElement } from "./chip.js";
|
|
|
14
14
|
import { SbbChipLabelElement } from "./chip-label.js";
|
|
15
15
|
import { SbbClockElement } from "./clock.js";
|
|
16
16
|
import { SbbContainerElement, SbbStickyBarElement } from "./container.js";
|
|
17
|
-
import { SbbElement } from "./core.js";
|
|
18
17
|
import { SbbDateInputElement } from "./date-input.js";
|
|
19
18
|
import { SbbDatepickerElement, SbbDatepickerNextDayElement, SbbDatepickerPreviousDayElement, SbbDatepickerToggleElement } from "./datepicker.js";
|
|
20
19
|
import { SbbDialogActionsElement, SbbDialogCloseButtonElement, SbbDialogContentElement, SbbDialogElement, SbbDialogTitleElement } from "./dialog.js";
|
|
@@ -126,7 +125,6 @@ globalThis.SbbDialogContentElement = SbbDialogContentElement;
|
|
|
126
125
|
globalThis.SbbDialogElement = SbbDialogElement;
|
|
127
126
|
globalThis.SbbDialogTitleElement = SbbDialogTitleElement;
|
|
128
127
|
globalThis.SbbDividerElement = SbbDividerElement;
|
|
129
|
-
globalThis.SbbElement = SbbElement;
|
|
130
128
|
globalThis.SbbErrorElement = SbbErrorElement;
|
|
131
129
|
globalThis.SbbExpansionPanelContentElement = SbbExpansionPanelContentElement;
|
|
132
130
|
globalThis.SbbExpansionPanelElement = SbbExpansionPanelElement;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0-dev.1773833170",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"storybook",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/2e842212599267977b57095acf4efa3d5c21f069"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|