@sebgroup/green-core 1.44.9 → 1.45.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/chunks/{chunk.SAMZYJOX.js → chunk.3AC2DPTP.js} +1 -1
- package/chunks/{chunk.4QJO5DDJ.js → chunk.3XJPIEZ2.js} +1 -1
- package/chunks/{chunk.THDZNZN3.js → chunk.4ORLLTNU.js} +2 -2
- package/chunks/{chunk.YHUB4WML.js → chunk.AVR7NUST.js} +4 -4
- package/chunks/{chunk.UAZRPROT.js → chunk.BQ5326OH.js} +4 -4
- package/chunks/{chunk.XVURPV2D.js → chunk.GC3JMF27.js} +1 -1
- package/chunks/{chunk.NNC2NFTQ.js → chunk.GDU72BCL.js} +3 -3
- package/chunks/{chunk.F6BQTTAR.js → chunk.GW74YIJX.js} +1 -1
- package/chunks/{chunk.USDO26JV.js → chunk.ILSWNTX5.js} +1 -1
- package/chunks/{chunk.2IOY2CAX.js → chunk.KKFW2S32.js} +1 -1
- package/chunks/{chunk.56HOZEJ3.js → chunk.L67I7UJP.js} +26 -8
- package/chunks/{chunk.ULS5BI7T.js → chunk.LSNJNXJW.js} +4 -4
- package/chunks/{chunk.SPZ5NXMK.js → chunk.LV62MN57.js} +4 -4
- package/chunks/{chunk.M2672FA2.js → chunk.MAFZVPDN.js} +2 -2
- package/chunks/chunk.MLXMQIEV.js +1 -1
- package/chunks/{chunk.2XMBTVYN.js → chunk.OPSBH4C7.js} +4 -4
- package/chunks/{chunk.IOQNZNRS.js → chunk.PTGTBSFG.js} +3 -3
- package/chunks/{chunk.TRQLPKGP.js → chunk.PXWCL6MR.js} +4 -4
- package/chunks/{chunk.7S7LKDQW.js → chunk.QPDI4FVN.js} +1 -1
- package/chunks/{chunk.B327JXB6.js → chunk.UI27E567.js} +1 -1
- package/chunks/{chunk.R64PZBNN.js → chunk.VR3KBPGL.js} +3 -3
- package/chunks/{chunk.3QEFEY64.js → chunk.WGTBHGQF.js} +1 -1
- package/chunks/{chunk.7OGYZCQR.js → chunk.XQQDPM5N.js} +5 -5
- package/chunks/{chunk.UUAPDBPT.js → chunk.YNTOQZQ5.js} +2 -2
- package/chunks/{chunk.LTQDU5ZN.js → chunk.YY7KNJZX.js} +4 -4
- package/chunks/{chunk.K5OR4BIK.js → chunk.ZBYZCBFS.js} +4 -4
- package/chunks/{chunk.MXEFII4P.js → chunk.ZUC2F6CX.js} +1 -1
- package/components/badge/badge.js +2 -2
- package/components/badge/index.js +2 -2
- package/components/button/button.js +3 -3
- package/components/button/index.js +3 -3
- package/components/calendar/calendar.js +3 -3
- package/components/calendar/index.js +3 -3
- package/components/card/card.js +14 -0
- package/components/card/index.js +15 -0
- package/components/{layout/container → container}/container.d.ts +1 -1
- package/components/container/container.js +12 -0
- package/components/container/index.js +13 -0
- package/components/context-menu/context-menu.js +1 -1
- package/components/context-menu/index.js +4 -4
- package/components/datepicker/datepicker.js +13 -13
- package/components/datepicker/index.js +13 -13
- package/components/{content/divider → divider}/divider.d.ts +1 -1
- package/components/divider/divider.js +12 -0
- package/components/divider/index.js +12 -0
- package/components/dropdown/dropdown.js +6 -6
- package/components/dropdown/index.js +9 -9
- package/components/fab/fab.js +21 -0
- package/components/fab/index.js +21 -0
- package/components/filter-chips/filter-chip/filter-chip.js +3 -3
- package/components/filter-chips/filter-chip/index.js +3 -3
- package/components/filter-chips/filter-chips.js +3 -3
- package/components/filter-chips/index.js +3 -3
- package/components/flex/flex.js +14 -0
- package/components/flex/index.js +15 -0
- package/components/form/index.js +8 -8
- package/components/form/summary/index.js +8 -8
- package/components/form/summary/summary.d.ts +3 -3
- package/components/form/summary/summary.js +8 -8
- package/components/grid/grid.js +14 -0
- package/components/grid/index.js +14 -0
- package/components/icon/icons/index.js +265 -265
- package/components/{media/img → img}/img.d.ts +1 -1
- package/components/img/img.js +12 -0
- package/components/img/index.js +12 -0
- package/components/index.d.ts +11 -10
- package/components/index.js +75 -71
- package/components/input/index.js +14 -14
- package/components/input/input.d.ts +5 -5
- package/components/input/input.js +14 -14
- package/components/mask/index.js +16 -0
- package/components/mask/mask.js +16 -0
- package/components/menu-button/index.js +2 -2
- package/components/menu-button/menu-button.js +2 -2
- package/components/popover/index.js +3 -3
- package/components/segmented-control/index.js +4 -4
- package/components/segmented-control/segment/index.js +2 -2
- package/components/segmented-control/segment/segment.js +2 -2
- package/components/segmented-control/segmented-control.js +4 -4
- package/{primitives → components}/signal/index.js +2 -2
- package/{primitives → components}/signal/signal.d.ts +2 -1
- package/{primitives → components}/signal/signal.js +2 -2
- package/components/spacer/index.js +12 -0
- package/components/{content/spacer → spacer}/spacer.d.ts +1 -1
- package/components/spacer/spacer.js +12 -0
- package/components/text/index.js +13 -0
- package/components/{content/text → text}/text.d.ts +1 -1
- package/components/text/text.js +12 -0
- package/components/textarea/index.js +14 -14
- package/components/textarea/textarea.d.ts +5 -5
- package/components/textarea/textarea.js +14 -14
- package/components/theme/index.js +2 -2
- package/components/theme/theme.js +2 -2
- package/components/video/index.js +12 -0
- package/components/{media/video → video}/video.d.ts +1 -1
- package/components/video/video.js +12 -0
- package/index.js +75 -71
- package/package.json +1 -1
- package/primitives/listbox/index.js +2 -2
- package/primitives/listbox/listbox.js +2 -2
- package/primitives/listbox/option.js +2 -2
- package/primitives/ripple/index.js +2 -2
- package/primitives/ripple/ripple.js +2 -2
- package/components/button/fab/fab.js +0 -20
- package/components/button/fab/index.js +0 -20
- package/components/content/divider/divider.js +0 -12
- package/components/content/divider/index.js +0 -12
- package/components/content/spacer/index.js +0 -12
- package/components/content/spacer/spacer.js +0 -12
- package/components/content/text/index.js +0 -13
- package/components/content/text/text.js +0 -12
- package/components/layout/card/card.js +0 -14
- package/components/layout/card/index.js +0 -15
- package/components/layout/container/container.js +0 -12
- package/components/layout/container/index.js +0 -13
- package/components/layout/flex/flex.js +0 -14
- package/components/layout/flex/index.js +0 -15
- package/components/layout/grid/grid.js +0 -14
- package/components/layout/grid/index.js +0 -14
- package/components/layout/mask/index.js +0 -16
- package/components/layout/mask/mask.js +0 -16
- package/components/media/img/img.js +0 -12
- package/components/media/img/index.js +0 -12
- package/components/media/video/index.js +0 -12
- package/components/media/video/video.js +0 -12
- /package/chunks/{chunk.A23HHQDO.js → chunk.3M4XRCEF.js} +0 -0
- /package/chunks/{chunk.BPGOHQLS.js → chunk.5HUS6CAH.js} +0 -0
- /package/chunks/{chunk.DCVDALVX.js → chunk.ALFDKEVN.js} +0 -0
- /package/chunks/{chunk.MRMXDOA5.js → chunk.CYWCFGJ4.js} +0 -0
- /package/chunks/{chunk.OJK4O3JQ.js → chunk.WFKUYHQY.js} +0 -0
- /package/components/{layout/card → card}/card.d.ts +0 -0
- /package/components/{layout/card → card}/index.d.ts +0 -0
- /package/components/{layout/container → container}/container.style.d.ts +0 -0
- /package/components/{layout/container → container}/index.d.ts +0 -0
- /package/components/{content/divider → divider}/divider.style.d.ts +0 -0
- /package/components/{content/divider → divider}/index.d.ts +0 -0
- /package/components/{button/fab → fab}/fab.d.ts +0 -0
- /package/components/{button/fab → fab}/fab.styles.d.ts +0 -0
- /package/components/{button/fab → fab}/index.d.ts +0 -0
- /package/components/{layout/flex → flex}/flex.d.ts +0 -0
- /package/components/{layout/flex → flex}/flex.style.d.ts +0 -0
- /package/components/{layout/flex → flex}/index.d.ts +0 -0
- /package/components/{layout/grid → grid}/grid.d.ts +0 -0
- /package/components/{layout/grid → grid}/grid.style.d.ts +0 -0
- /package/components/{layout/grid → grid}/index.d.ts +0 -0
- /package/components/{media/img → img}/img.style.d.ts +0 -0
- /package/components/{media/img → img}/index.d.ts +0 -0
- /package/components/{layout/mask → mask}/index.d.ts +0 -0
- /package/components/{layout/mask → mask}/mask.d.ts +0 -0
- /package/components/{layout/mask → mask}/mask.style.d.ts +0 -0
- /package/{primitives → components}/signal/index.d.ts +0 -0
- /package/{primitives → components}/signal/signal.style.d.ts +0 -0
- /package/components/{content/spacer → spacer}/index.d.ts +0 -0
- /package/components/{content/text → text}/index.d.ts +0 -0
- /package/components/{content/text → text}/text.style.d.ts +0 -0
- /package/components/{media/video → video}/index.d.ts +0 -0
- /package/components/{media/video → video}/video.style.d.ts +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
forwardAttributes
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.GC3JMF27.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsFormControlElement
|
|
9
9
|
} from "./chunk.X7GD7UEM.js";
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk.TYGMNHNO.js";
|
|
13
13
|
import {
|
|
14
14
|
tokens
|
|
15
|
-
} from "./chunk.
|
|
15
|
+
} from "./chunk.L67I7UJP.js";
|
|
16
16
|
import {
|
|
17
17
|
gdsCustomElement,
|
|
18
18
|
html
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
renderMonthGridView
|
|
3
|
-
} from "./chunk.CTY24X3K.js";
|
|
4
1
|
import {
|
|
5
2
|
TransitionalStyles
|
|
6
3
|
} from "./chunk.TQCUATGL.js";
|
|
@@ -9,13 +6,16 @@ import {
|
|
|
9
6
|
} from "./chunk.TYGMNHNO.js";
|
|
10
7
|
import {
|
|
11
8
|
tokens
|
|
12
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
13
10
|
import {
|
|
14
11
|
GdsElement
|
|
15
12
|
} from "./chunk.WIZDAKJ5.js";
|
|
16
13
|
import {
|
|
17
14
|
gdsCustomElement
|
|
18
15
|
} from "./chunk.MLXMQIEV.js";
|
|
16
|
+
import {
|
|
17
|
+
renderMonthGridView
|
|
18
|
+
} from "./chunk.CTY24X3K.js";
|
|
19
19
|
import {
|
|
20
20
|
__decorateClass,
|
|
21
21
|
__privateAdd,
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/img/img.ts
|
|
19
19
|
import { property } from "lit/decorators.js";
|
|
20
20
|
|
|
21
|
-
// libs/core/src/components/
|
|
21
|
+
// libs/core/src/components/img/img.style.ts
|
|
22
22
|
import { css } from "lit";
|
|
23
23
|
var style = css`
|
|
24
24
|
:host {
|
|
@@ -40,7 +40,7 @@ var style = css`
|
|
|
40
40
|
`;
|
|
41
41
|
var img_style_default = style;
|
|
42
42
|
|
|
43
|
-
// libs/core/src/components/
|
|
43
|
+
// libs/core/src/components/img/img.ts
|
|
44
44
|
var GdsImg = class extends GdsElement {
|
|
45
45
|
render() {
|
|
46
46
|
return html`<img src="${this.src}" alt="${this.alt}" />`;
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
GdsButton
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.GC3JMF27.js";
|
|
7
7
|
import {
|
|
8
8
|
gdsCustomElement
|
|
9
9
|
} from "./chunk.MLXMQIEV.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
__decorateClass
|
|
12
12
|
} from "./chunk.SEHSDSX2.js";
|
|
13
13
|
|
|
14
|
-
// libs/core/src/components/
|
|
14
|
+
// libs/core/src/components/fab/fab.styles.ts
|
|
15
15
|
import { css } from "lit";
|
|
16
16
|
var style = css`
|
|
17
17
|
.button {
|
|
@@ -23,7 +23,7 @@ var style = css`
|
|
|
23
23
|
`;
|
|
24
24
|
var fab_styles_default = style;
|
|
25
25
|
|
|
26
|
-
// libs/core/src/components/
|
|
26
|
+
// libs/core/src/components/fab/fab.ts
|
|
27
27
|
var GdsFab = class extends GdsButton {
|
|
28
28
|
connectedCallback() {
|
|
29
29
|
super.connectedCallback();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// dist/libs/tokens/internal/light.css?inline
|
|
2
2
|
var light_default = `/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
color-scheme: light;
|
|
@@ -115,7 +115,7 @@ color-scheme: light;
|
|
|
115
115
|
// dist/libs/tokens/internal/dark.css?inline
|
|
116
116
|
var dark_default = `/**
|
|
117
117
|
* Do not edit directly
|
|
118
|
-
* Generated on
|
|
118
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
119
119
|
*/
|
|
120
120
|
|
|
121
121
|
color-scheme: dark;
|
|
@@ -232,7 +232,7 @@ import { unsafeCSS } from "lit";
|
|
|
232
232
|
// dist/libs/tokens/internal/pallet.css?inline
|
|
233
233
|
var pallet_default = `/**
|
|
234
234
|
* Do not edit directly
|
|
235
|
-
* Generated on
|
|
235
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
236
236
|
*/
|
|
237
237
|
|
|
238
238
|
:host {
|
|
@@ -393,7 +393,7 @@ var pallet_default = `/**
|
|
|
393
393
|
// dist/libs/tokens/internal/theme/light.css?inline
|
|
394
394
|
var light_default2 = `/**
|
|
395
395
|
* Do not edit directly
|
|
396
|
-
* Generated on
|
|
396
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
397
397
|
*/
|
|
398
398
|
|
|
399
399
|
:host {
|
|
@@ -619,7 +619,7 @@ var light_default2 = `/**
|
|
|
619
619
|
// dist/libs/tokens/internal/size.css?inline
|
|
620
620
|
var size_default = `/**
|
|
621
621
|
* Do not edit directly
|
|
622
|
-
* Generated on
|
|
622
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
623
623
|
*/
|
|
624
624
|
|
|
625
625
|
:host {
|
|
@@ -643,10 +643,27 @@ var size_default = `/**
|
|
|
643
643
|
}
|
|
644
644
|
`;
|
|
645
645
|
|
|
646
|
+
// dist/libs/tokens/internal/viewport.css?inline
|
|
647
|
+
var viewport_default = `/**
|
|
648
|
+
* Do not edit directly
|
|
649
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
650
|
+
*/
|
|
651
|
+
|
|
652
|
+
:host {
|
|
653
|
+
--gds-vp-3xl: 3840px;
|
|
654
|
+
--gds-vp-2xl: 2560px;
|
|
655
|
+
--gds-vp-xl: 1440px;
|
|
656
|
+
--gds-vp-l: 1024px;
|
|
657
|
+
--gds-vp-m: 768px;
|
|
658
|
+
--gds-vp-s: 430px;
|
|
659
|
+
--gds-vp-xs: 375px;
|
|
660
|
+
}
|
|
661
|
+
`;
|
|
662
|
+
|
|
646
663
|
// dist/libs/tokens/internal/text.css?inline
|
|
647
664
|
var text_default = `/**
|
|
648
665
|
* Do not edit directly
|
|
649
|
-
* Generated on
|
|
666
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
650
667
|
*/
|
|
651
668
|
|
|
652
669
|
:host {
|
|
@@ -707,7 +724,7 @@ var text_default = `/**
|
|
|
707
724
|
// dist/libs/tokens/internal/motion.css?inline
|
|
708
725
|
var motion_default = `/**
|
|
709
726
|
* Do not edit directly
|
|
710
|
-
* Generated on
|
|
727
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
711
728
|
*/
|
|
712
729
|
|
|
713
730
|
:host {
|
|
@@ -726,7 +743,7 @@ var motion_default = `/**
|
|
|
726
743
|
// dist/libs/tokens/internal/shadow.css?inline
|
|
727
744
|
var shadow_default = `/**
|
|
728
745
|
* Do not edit directly
|
|
729
|
-
* Generated on
|
|
746
|
+
* Generated on Tue, 22 Oct 2024 11:15:32 GMT
|
|
730
747
|
*/
|
|
731
748
|
|
|
732
749
|
:host {
|
|
@@ -743,6 +760,7 @@ var tokens = [
|
|
|
743
760
|
unsafeCSS(pallet_default),
|
|
744
761
|
unsafeCSS(light_default2),
|
|
745
762
|
unsafeCSS(size_default),
|
|
763
|
+
unsafeCSS(viewport_default),
|
|
746
764
|
unsafeCSS(text_default),
|
|
747
765
|
unsafeCSS(motion_default),
|
|
748
766
|
unsafeCSS(shadow_default)
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -14,10 +14,10 @@ import {
|
|
|
14
14
|
__decorateClass
|
|
15
15
|
} from "./chunk.SEHSDSX2.js";
|
|
16
16
|
|
|
17
|
-
// libs/core/src/
|
|
17
|
+
// libs/core/src/components/signal/signal.ts
|
|
18
18
|
import { html } from "lit/static-html.js";
|
|
19
19
|
|
|
20
|
-
// libs/core/src/
|
|
20
|
+
// libs/core/src/components/signal/signal.style.ts
|
|
21
21
|
import { css } from "lit";
|
|
22
22
|
var style = css`
|
|
23
23
|
:host {
|
|
@@ -63,7 +63,7 @@ var style = css`
|
|
|
63
63
|
`;
|
|
64
64
|
var signal_style_default = style;
|
|
65
65
|
|
|
66
|
-
// libs/core/src/
|
|
66
|
+
// libs/core/src/components/signal/signal.ts
|
|
67
67
|
var GdsSignal = class extends GdsElement {
|
|
68
68
|
render() {
|
|
69
69
|
return html`<div part="signal"></div>`;
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/video/video.ts
|
|
19
19
|
import { property, query } from "lit/decorators.js";
|
|
20
20
|
|
|
21
|
-
// libs/core/src/components/
|
|
21
|
+
// libs/core/src/components/video/video.style.ts
|
|
22
22
|
import { css } from "lit";
|
|
23
23
|
var style = css`
|
|
24
24
|
:host {
|
|
@@ -40,7 +40,7 @@ var style = css`
|
|
|
40
40
|
`;
|
|
41
41
|
var video_style_default = style;
|
|
42
42
|
|
|
43
|
-
// libs/core/src/components/
|
|
43
|
+
// libs/core/src/components/video/video.ts
|
|
44
44
|
var GdsVideo = class extends GdsElement {
|
|
45
45
|
// Method to programmatically apply video settings
|
|
46
46
|
applyVideoSettings() {
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/spacer/spacer.ts
|
|
19
19
|
var GdsSpacer = class extends GdsElement {
|
|
20
20
|
render() {
|
|
21
21
|
return html`<div></div>`;
|
package/chunks/chunk.MLXMQIEV.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
// libs/core/src/utils/helpers/custom-element-scoping.ts
|
|
7
7
|
import { html as litHtml } from "lit";
|
|
8
8
|
import { customElement } from "lit/decorators.js";
|
|
9
|
-
var VER_SUFFIX = "-
|
|
9
|
+
var VER_SUFFIX = "-4c427f";
|
|
10
10
|
var ScopedElementRegistry = class {
|
|
11
11
|
static get instance() {
|
|
12
12
|
var _a;
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/container/container.ts
|
|
19
19
|
import { property } from "lit/decorators.js";
|
|
20
20
|
|
|
21
|
-
// libs/core/src/components/
|
|
21
|
+
// libs/core/src/components/container/container.style.ts
|
|
22
22
|
import { css } from "lit";
|
|
23
23
|
var style = css`
|
|
24
24
|
:host {
|
|
@@ -27,7 +27,7 @@ var style = css`
|
|
|
27
27
|
`;
|
|
28
28
|
var container_style_default = style;
|
|
29
29
|
|
|
30
|
-
// libs/core/src/components/
|
|
30
|
+
// libs/core/src/components/container/container.ts
|
|
31
31
|
var GdsContainer = class extends GdsElement {
|
|
32
32
|
constructor() {
|
|
33
33
|
super(...arguments);
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/divider/divider.style.ts
|
|
19
19
|
import { css } from "lit";
|
|
20
20
|
var style = css`
|
|
21
21
|
:host {
|
|
@@ -32,7 +32,7 @@ var style = css`
|
|
|
32
32
|
`;
|
|
33
33
|
var divider_style_default = style;
|
|
34
34
|
|
|
35
|
-
// libs/core/src/components/
|
|
35
|
+
// libs/core/src/components/divider/divider.ts
|
|
36
36
|
var GdsDivider = class extends GdsElement {
|
|
37
37
|
render() {
|
|
38
38
|
return html``;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsContainer
|
|
3
|
-
} from "./chunk.
|
|
3
|
+
} from "./chunk.OPSBH4C7.js";
|
|
4
4
|
import {
|
|
5
5
|
styleExpressionProperty
|
|
6
6
|
} from "./chunk.6UWYSL2J.js";
|
|
7
7
|
import {
|
|
8
8
|
tokens
|
|
9
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement,
|
|
12
12
|
html
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/grid/grid.style.ts
|
|
19
19
|
import { css } from "lit";
|
|
20
20
|
var style = css`
|
|
21
21
|
:host {
|
|
@@ -41,7 +41,7 @@ var style = css`
|
|
|
41
41
|
`;
|
|
42
42
|
var grid_style_default = style;
|
|
43
43
|
|
|
44
|
-
// libs/core/src/components/
|
|
44
|
+
// libs/core/src/components/grid/grid.ts
|
|
45
45
|
var GdsGrid = class extends GdsContainer {
|
|
46
46
|
constructor() {
|
|
47
47
|
super();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsContainer
|
|
3
|
-
} from "./chunk.
|
|
3
|
+
} from "./chunk.OPSBH4C7.js";
|
|
4
4
|
import {
|
|
5
5
|
styleExpressionProperty
|
|
6
6
|
} from "./chunk.6UWYSL2J.js";
|
|
7
7
|
import {
|
|
8
8
|
tokens
|
|
9
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement,
|
|
12
12
|
html
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/card/card.ts
|
|
19
19
|
var GdsCard = class extends GdsContainer {
|
|
20
20
|
render() {
|
|
21
21
|
return html`<slot></slot>`;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsFlex
|
|
3
|
-
} from "./chunk.
|
|
3
|
+
} from "./chunk.YY7KNJZX.js";
|
|
4
4
|
import {
|
|
5
5
|
styleExpressionProperty
|
|
6
6
|
} from "./chunk.6UWYSL2J.js";
|
|
7
7
|
import {
|
|
8
8
|
tokens
|
|
9
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement
|
|
12
12
|
} from "./chunk.MLXMQIEV.js";
|
|
@@ -14,10 +14,10 @@ import {
|
|
|
14
14
|
__decorateClass
|
|
15
15
|
} from "./chunk.SEHSDSX2.js";
|
|
16
16
|
|
|
17
|
-
// libs/core/src/components/
|
|
17
|
+
// libs/core/src/components/mask/mask.ts
|
|
18
18
|
import { html } from "lit/static-html.js";
|
|
19
19
|
|
|
20
|
-
// libs/core/src/components/
|
|
20
|
+
// libs/core/src/components/mask/mask.style.ts
|
|
21
21
|
import { css } from "lit";
|
|
22
22
|
var style = css`
|
|
23
23
|
:host {
|
|
@@ -39,7 +39,7 @@ var style = css`
|
|
|
39
39
|
`;
|
|
40
40
|
var mask_style_default = style;
|
|
41
41
|
|
|
42
|
-
// libs/core/src/components/
|
|
42
|
+
// libs/core/src/components/mask/mask.ts
|
|
43
43
|
var GdsMask = class extends GdsFlex {
|
|
44
44
|
constructor() {
|
|
45
45
|
super();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
forwardAttributes
|
|
3
|
-
} from "./chunk.
|
|
3
|
+
} from "./chunk.GC3JMF27.js";
|
|
4
4
|
import {
|
|
5
5
|
GdsFormControlElement
|
|
6
6
|
} from "./chunk.X7GD7UEM.js";
|
|
7
7
|
import {
|
|
8
8
|
tokens
|
|
9
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement,
|
|
12
12
|
html
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsContainer
|
|
3
|
-
} from "./chunk.
|
|
3
|
+
} from "./chunk.OPSBH4C7.js";
|
|
4
4
|
import {
|
|
5
5
|
styleExpressionProperty
|
|
6
6
|
} from "./chunk.6UWYSL2J.js";
|
|
7
7
|
import {
|
|
8
8
|
tokens
|
|
9
|
-
} from "./chunk.
|
|
9
|
+
} from "./chunk.L67I7UJP.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement,
|
|
12
12
|
html
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__decorateClass
|
|
16
16
|
} from "./chunk.SEHSDSX2.js";
|
|
17
17
|
|
|
18
|
-
// libs/core/src/components/
|
|
18
|
+
// libs/core/src/components/flex/flex.style.ts
|
|
19
19
|
import { css } from "lit";
|
|
20
20
|
var style = css`
|
|
21
21
|
:host {
|
|
@@ -24,7 +24,7 @@ var style = css`
|
|
|
24
24
|
`;
|
|
25
25
|
var flex_style_default = style;
|
|
26
26
|
|
|
27
|
-
// libs/core/src/components/
|
|
27
|
+
// libs/core/src/components/flex/flex.ts
|
|
28
28
|
var GdsFlex = class extends GdsContainer {
|
|
29
29
|
connectedCallback() {
|
|
30
30
|
super.connectedCallback();
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk.6UWYSL2J.js";
|
|
4
4
|
import {
|
|
5
5
|
tokens
|
|
6
|
-
} from "./chunk.
|
|
6
|
+
} from "./chunk.L67I7UJP.js";
|
|
7
7
|
import {
|
|
8
8
|
GdsElement
|
|
9
9
|
} from "./chunk.WIZDAKJ5.js";
|
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
__decorateClass
|
|
15
15
|
} from "./chunk.SEHSDSX2.js";
|
|
16
16
|
|
|
17
|
-
// libs/core/src/components/
|
|
17
|
+
// libs/core/src/components/text/text.ts
|
|
18
18
|
import { classMap } from "lit/directives/class-map.js";
|
|
19
19
|
import { html, unsafeStatic } from "lit/static-html.js";
|
|
20
20
|
import { property } from "lit/decorators.js";
|
|
21
21
|
|
|
22
|
-
// libs/core/src/components/
|
|
22
|
+
// libs/core/src/components/text/text.style.ts
|
|
23
23
|
import { css } from "lit";
|
|
24
24
|
var style = css`
|
|
25
25
|
:host {
|
|
@@ -94,7 +94,7 @@ var style = css`
|
|
|
94
94
|
`;
|
|
95
95
|
var text_style_default = style;
|
|
96
96
|
|
|
97
|
-
// libs/core/src/components/
|
|
97
|
+
// libs/core/src/components/text/text.ts
|
|
98
98
|
var GdsText = class extends GdsElement {
|
|
99
99
|
constructor() {
|
|
100
100
|
super(...arguments);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsBadge
|
|
3
|
-
} from "../../chunks/chunk.
|
|
3
|
+
} from "../../chunks/chunk.UI27E567.js";
|
|
4
|
+
import "../../chunks/chunk.L67I7UJP.js";
|
|
4
5
|
import "../../chunks/chunk.YO24ZYAD.js";
|
|
5
|
-
import "../../chunks/chunk.56HOZEJ3.js";
|
|
6
6
|
import "../../chunks/chunk.WIZDAKJ5.js";
|
|
7
7
|
import "../../chunks/chunk.JY3EKAVI.js";
|
|
8
8
|
import "../../chunks/chunk.MLXMQIEV.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../../chunks/chunk.CK2UGCPG.js";
|
|
2
2
|
import {
|
|
3
3
|
GdsBadge
|
|
4
|
-
} from "../../chunks/chunk.
|
|
4
|
+
} from "../../chunks/chunk.UI27E567.js";
|
|
5
|
+
import "../../chunks/chunk.L67I7UJP.js";
|
|
5
6
|
import "../../chunks/chunk.YO24ZYAD.js";
|
|
6
|
-
import "../../chunks/chunk.56HOZEJ3.js";
|
|
7
7
|
import "../../chunks/chunk.WIZDAKJ5.js";
|
|
8
8
|
import "../../chunks/chunk.JY3EKAVI.js";
|
|
9
9
|
import "../../chunks/chunk.MLXMQIEV.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
GdsButton
|
|
3
|
-
} from "../../chunks/chunk.
|
|
3
|
+
} from "../../chunks/chunk.GC3JMF27.js";
|
|
4
4
|
import "../../chunks/chunk.TX64TTBN.js";
|
|
5
|
-
import "../../chunks/chunk.
|
|
5
|
+
import "../../chunks/chunk.3XJPIEZ2.js";
|
|
6
6
|
import "../../chunks/chunk.X7GD7UEM.js";
|
|
7
7
|
import "../../chunks/chunk.WM7HBMMV.js";
|
|
8
8
|
import "../../chunks/chunk.TQCUATGL.js";
|
|
9
9
|
import "../../chunks/chunk.TYGMNHNO.js";
|
|
10
|
+
import "../../chunks/chunk.L67I7UJP.js";
|
|
10
11
|
import "../../chunks/chunk.YO24ZYAD.js";
|
|
11
|
-
import "../../chunks/chunk.56HOZEJ3.js";
|
|
12
12
|
import "../../chunks/chunk.WIZDAKJ5.js";
|
|
13
13
|
import "../../chunks/chunk.JY3EKAVI.js";
|
|
14
14
|
import "../../chunks/chunk.MLXMQIEV.js";
|