@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.
Files changed (157) hide show
  1. package/chunks/{chunk.SAMZYJOX.js → chunk.3AC2DPTP.js} +1 -1
  2. package/chunks/{chunk.4QJO5DDJ.js → chunk.3XJPIEZ2.js} +1 -1
  3. package/chunks/{chunk.THDZNZN3.js → chunk.4ORLLTNU.js} +2 -2
  4. package/chunks/{chunk.YHUB4WML.js → chunk.AVR7NUST.js} +4 -4
  5. package/chunks/{chunk.UAZRPROT.js → chunk.BQ5326OH.js} +4 -4
  6. package/chunks/{chunk.XVURPV2D.js → chunk.GC3JMF27.js} +1 -1
  7. package/chunks/{chunk.NNC2NFTQ.js → chunk.GDU72BCL.js} +3 -3
  8. package/chunks/{chunk.F6BQTTAR.js → chunk.GW74YIJX.js} +1 -1
  9. package/chunks/{chunk.USDO26JV.js → chunk.ILSWNTX5.js} +1 -1
  10. package/chunks/{chunk.2IOY2CAX.js → chunk.KKFW2S32.js} +1 -1
  11. package/chunks/{chunk.56HOZEJ3.js → chunk.L67I7UJP.js} +26 -8
  12. package/chunks/{chunk.ULS5BI7T.js → chunk.LSNJNXJW.js} +4 -4
  13. package/chunks/{chunk.SPZ5NXMK.js → chunk.LV62MN57.js} +4 -4
  14. package/chunks/{chunk.M2672FA2.js → chunk.MAFZVPDN.js} +2 -2
  15. package/chunks/chunk.MLXMQIEV.js +1 -1
  16. package/chunks/{chunk.2XMBTVYN.js → chunk.OPSBH4C7.js} +4 -4
  17. package/chunks/{chunk.IOQNZNRS.js → chunk.PTGTBSFG.js} +3 -3
  18. package/chunks/{chunk.TRQLPKGP.js → chunk.PXWCL6MR.js} +4 -4
  19. package/chunks/{chunk.7S7LKDQW.js → chunk.QPDI4FVN.js} +1 -1
  20. package/chunks/{chunk.B327JXB6.js → chunk.UI27E567.js} +1 -1
  21. package/chunks/{chunk.R64PZBNN.js → chunk.VR3KBPGL.js} +3 -3
  22. package/chunks/{chunk.3QEFEY64.js → chunk.WGTBHGQF.js} +1 -1
  23. package/chunks/{chunk.7OGYZCQR.js → chunk.XQQDPM5N.js} +5 -5
  24. package/chunks/{chunk.UUAPDBPT.js → chunk.YNTOQZQ5.js} +2 -2
  25. package/chunks/{chunk.LTQDU5ZN.js → chunk.YY7KNJZX.js} +4 -4
  26. package/chunks/{chunk.K5OR4BIK.js → chunk.ZBYZCBFS.js} +4 -4
  27. package/chunks/{chunk.MXEFII4P.js → chunk.ZUC2F6CX.js} +1 -1
  28. package/components/badge/badge.js +2 -2
  29. package/components/badge/index.js +2 -2
  30. package/components/button/button.js +3 -3
  31. package/components/button/index.js +3 -3
  32. package/components/calendar/calendar.js +3 -3
  33. package/components/calendar/index.js +3 -3
  34. package/components/card/card.js +14 -0
  35. package/components/card/index.js +15 -0
  36. package/components/{layout/container → container}/container.d.ts +1 -1
  37. package/components/container/container.js +12 -0
  38. package/components/container/index.js +13 -0
  39. package/components/context-menu/context-menu.js +1 -1
  40. package/components/context-menu/index.js +4 -4
  41. package/components/datepicker/datepicker.js +13 -13
  42. package/components/datepicker/index.js +13 -13
  43. package/components/{content/divider → divider}/divider.d.ts +1 -1
  44. package/components/divider/divider.js +12 -0
  45. package/components/divider/index.js +12 -0
  46. package/components/dropdown/dropdown.js +6 -6
  47. package/components/dropdown/index.js +9 -9
  48. package/components/fab/fab.js +21 -0
  49. package/components/fab/index.js +21 -0
  50. package/components/filter-chips/filter-chip/filter-chip.js +3 -3
  51. package/components/filter-chips/filter-chip/index.js +3 -3
  52. package/components/filter-chips/filter-chips.js +3 -3
  53. package/components/filter-chips/index.js +3 -3
  54. package/components/flex/flex.js +14 -0
  55. package/components/flex/index.js +15 -0
  56. package/components/form/index.js +8 -8
  57. package/components/form/summary/index.js +8 -8
  58. package/components/form/summary/summary.d.ts +3 -3
  59. package/components/form/summary/summary.js +8 -8
  60. package/components/grid/grid.js +14 -0
  61. package/components/grid/index.js +14 -0
  62. package/components/icon/icons/index.js +265 -265
  63. package/components/{media/img → img}/img.d.ts +1 -1
  64. package/components/img/img.js +12 -0
  65. package/components/img/index.js +12 -0
  66. package/components/index.d.ts +11 -10
  67. package/components/index.js +75 -71
  68. package/components/input/index.js +14 -14
  69. package/components/input/input.d.ts +5 -5
  70. package/components/input/input.js +14 -14
  71. package/components/mask/index.js +16 -0
  72. package/components/mask/mask.js +16 -0
  73. package/components/menu-button/index.js +2 -2
  74. package/components/menu-button/menu-button.js +2 -2
  75. package/components/popover/index.js +3 -3
  76. package/components/segmented-control/index.js +4 -4
  77. package/components/segmented-control/segment/index.js +2 -2
  78. package/components/segmented-control/segment/segment.js +2 -2
  79. package/components/segmented-control/segmented-control.js +4 -4
  80. package/{primitives → components}/signal/index.js +2 -2
  81. package/{primitives → components}/signal/signal.d.ts +2 -1
  82. package/{primitives → components}/signal/signal.js +2 -2
  83. package/components/spacer/index.js +12 -0
  84. package/components/{content/spacer → spacer}/spacer.d.ts +1 -1
  85. package/components/spacer/spacer.js +12 -0
  86. package/components/text/index.js +13 -0
  87. package/components/{content/text → text}/text.d.ts +1 -1
  88. package/components/text/text.js +12 -0
  89. package/components/textarea/index.js +14 -14
  90. package/components/textarea/textarea.d.ts +5 -5
  91. package/components/textarea/textarea.js +14 -14
  92. package/components/theme/index.js +2 -2
  93. package/components/theme/theme.js +2 -2
  94. package/components/video/index.js +12 -0
  95. package/components/{media/video → video}/video.d.ts +1 -1
  96. package/components/video/video.js +12 -0
  97. package/index.js +75 -71
  98. package/package.json +1 -1
  99. package/primitives/listbox/index.js +2 -2
  100. package/primitives/listbox/listbox.js +2 -2
  101. package/primitives/listbox/option.js +2 -2
  102. package/primitives/ripple/index.js +2 -2
  103. package/primitives/ripple/ripple.js +2 -2
  104. package/components/button/fab/fab.js +0 -20
  105. package/components/button/fab/index.js +0 -20
  106. package/components/content/divider/divider.js +0 -12
  107. package/components/content/divider/index.js +0 -12
  108. package/components/content/spacer/index.js +0 -12
  109. package/components/content/spacer/spacer.js +0 -12
  110. package/components/content/text/index.js +0 -13
  111. package/components/content/text/text.js +0 -12
  112. package/components/layout/card/card.js +0 -14
  113. package/components/layout/card/index.js +0 -15
  114. package/components/layout/container/container.js +0 -12
  115. package/components/layout/container/index.js +0 -13
  116. package/components/layout/flex/flex.js +0 -14
  117. package/components/layout/flex/index.js +0 -15
  118. package/components/layout/grid/grid.js +0 -14
  119. package/components/layout/grid/index.js +0 -14
  120. package/components/layout/mask/index.js +0 -16
  121. package/components/layout/mask/mask.js +0 -16
  122. package/components/media/img/img.js +0 -12
  123. package/components/media/img/index.js +0 -12
  124. package/components/media/video/index.js +0 -12
  125. package/components/media/video/video.js +0 -12
  126. /package/chunks/{chunk.A23HHQDO.js → chunk.3M4XRCEF.js} +0 -0
  127. /package/chunks/{chunk.BPGOHQLS.js → chunk.5HUS6CAH.js} +0 -0
  128. /package/chunks/{chunk.DCVDALVX.js → chunk.ALFDKEVN.js} +0 -0
  129. /package/chunks/{chunk.MRMXDOA5.js → chunk.CYWCFGJ4.js} +0 -0
  130. /package/chunks/{chunk.OJK4O3JQ.js → chunk.WFKUYHQY.js} +0 -0
  131. /package/components/{layout/card → card}/card.d.ts +0 -0
  132. /package/components/{layout/card → card}/index.d.ts +0 -0
  133. /package/components/{layout/container → container}/container.style.d.ts +0 -0
  134. /package/components/{layout/container → container}/index.d.ts +0 -0
  135. /package/components/{content/divider → divider}/divider.style.d.ts +0 -0
  136. /package/components/{content/divider → divider}/index.d.ts +0 -0
  137. /package/components/{button/fab → fab}/fab.d.ts +0 -0
  138. /package/components/{button/fab → fab}/fab.styles.d.ts +0 -0
  139. /package/components/{button/fab → fab}/index.d.ts +0 -0
  140. /package/components/{layout/flex → flex}/flex.d.ts +0 -0
  141. /package/components/{layout/flex → flex}/flex.style.d.ts +0 -0
  142. /package/components/{layout/flex → flex}/index.d.ts +0 -0
  143. /package/components/{layout/grid → grid}/grid.d.ts +0 -0
  144. /package/components/{layout/grid → grid}/grid.style.d.ts +0 -0
  145. /package/components/{layout/grid → grid}/index.d.ts +0 -0
  146. /package/components/{media/img → img}/img.style.d.ts +0 -0
  147. /package/components/{media/img → img}/index.d.ts +0 -0
  148. /package/components/{layout/mask → mask}/index.d.ts +0 -0
  149. /package/components/{layout/mask → mask}/mask.d.ts +0 -0
  150. /package/components/{layout/mask → mask}/mask.style.d.ts +0 -0
  151. /package/{primitives → components}/signal/index.d.ts +0 -0
  152. /package/{primitives → components}/signal/signal.style.d.ts +0 -0
  153. /package/components/{content/spacer → spacer}/index.d.ts +0 -0
  154. /package/components/{content/text → text}/index.d.ts +0 -0
  155. /package/components/{content/text → text}/text.style.d.ts +0 -0
  156. /package/components/{media/video → video}/index.d.ts +0 -0
  157. /package/components/{media/video → video}/video.style.d.ts +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk.TYGMNHNO.js";
11
11
  import {
12
12
  tokens
13
- } from "./chunk.56HOZEJ3.js";
13
+ } from "./chunk.L67I7UJP.js";
14
14
  import {
15
15
  GdsElement
16
16
  } from "./chunk.WIZDAKJ5.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tokens
3
- } from "./chunk.56HOZEJ3.js";
3
+ } from "./chunk.L67I7UJP.js";
4
4
  import {
5
5
  gdsCustomElement
6
6
  } from "./chunk.MLXMQIEV.js";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk.6UWYSL2J.js";
4
4
  import {
5
5
  forwardAttributes
6
- } from "./chunk.XVURPV2D.js";
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.56HOZEJ3.js";
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.56HOZEJ3.js";
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.56HOZEJ3.js";
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/media/img/img.ts
18
+ // libs/core/src/components/img/img.ts
19
19
  import { property } from "lit/decorators.js";
20
20
 
21
- // libs/core/src/components/media/img/img.style.ts
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/media/img/img.ts
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}" />`;
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk.TQCUATGL.js";
7
7
  import {
8
8
  tokens
9
- } from "./chunk.56HOZEJ3.js";
9
+ } from "./chunk.L67I7UJP.js";
10
10
  import {
11
11
  gdsCustomElement,
12
12
  html
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk.6UWYSL2J.js";
4
4
  import {
5
5
  GdsButton
6
- } from "./chunk.XVURPV2D.js";
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/button/fab/fab.styles.ts
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/button/fab/fab.ts
26
+ // libs/core/src/components/fab/fab.ts
27
27
  var GdsFab = class extends GdsButton {
28
28
  connectedCallback() {
29
29
  super.connectedCallback();
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk.TYGMNHNO.js";
10
10
  import {
11
11
  tokens
12
- } from "./chunk.56HOZEJ3.js";
12
+ } from "./chunk.L67I7UJP.js";
13
13
  import {
14
14
  GdsElement
15
15
  } from "./chunk.WIZDAKJ5.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tokens
3
- } from "./chunk.56HOZEJ3.js";
3
+ } from "./chunk.L67I7UJP.js";
4
4
  import {
5
5
  GdsElement
6
6
  } from "./chunk.WIZDAKJ5.js";
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk.TYGMNHNO.js";
14
14
  import {
15
15
  tokens
16
- } from "./chunk.56HOZEJ3.js";
16
+ } from "./chunk.L67I7UJP.js";
17
17
  import {
18
18
  gdsCustomElement,
19
19
  html
@@ -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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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 Thu, 17 Oct 2024 12:44:30 GMT
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.56HOZEJ3.js";
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/primitives/signal/signal.ts
17
+ // libs/core/src/components/signal/signal.ts
18
18
  import { html } from "lit/static-html.js";
19
19
 
20
- // libs/core/src/primitives/signal/signal.style.ts
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/primitives/signal/signal.ts
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.56HOZEJ3.js";
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/media/video/video.ts
18
+ // libs/core/src/components/video/video.ts
19
19
  import { property, query } from "lit/decorators.js";
20
20
 
21
- // libs/core/src/components/media/video/video.style.ts
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/media/video/video.ts
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.56HOZEJ3.js";
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/content/spacer/spacer.ts
18
+ // libs/core/src/components/spacer/spacer.ts
19
19
  var GdsSpacer = class extends GdsElement {
20
20
  render() {
21
21
  return html`<div></div>`;
@@ -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 = "-bc6460";
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.56HOZEJ3.js";
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/layout/container/container.ts
18
+ // libs/core/src/components/container/container.ts
19
19
  import { property } from "lit/decorators.js";
20
20
 
21
- // libs/core/src/components/layout/container/container.style.ts
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/layout/container/container.ts
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.56HOZEJ3.js";
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/content/divider/divider.style.ts
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/content/divider/divider.ts
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.2XMBTVYN.js";
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.56HOZEJ3.js";
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/layout/grid/grid.style.ts
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/layout/grid/grid.ts
44
+ // libs/core/src/components/grid/grid.ts
45
45
  var GdsGrid = class extends GdsContainer {
46
46
  constructor() {
47
47
  super();
@@ -7,7 +7,7 @@ import {
7
7
  import {
8
8
  dark_default,
9
9
  light_default
10
- } from "./chunk.56HOZEJ3.js";
10
+ } from "./chunk.L67I7UJP.js";
11
11
  import {
12
12
  GdsElement
13
13
  } from "./chunk.WIZDAKJ5.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tokens
3
- } from "./chunk.56HOZEJ3.js";
3
+ } from "./chunk.L67I7UJP.js";
4
4
  import {
5
5
  GdsElement
6
6
  } from "./chunk.WIZDAKJ5.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  GdsContainer
3
- } from "./chunk.2XMBTVYN.js";
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.56HOZEJ3.js";
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/layout/card/card.ts
18
+ // libs/core/src/components/card/card.ts
19
19
  var GdsCard = class extends GdsContainer {
20
20
  render() {
21
21
  return html`<slot></slot>`;
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk.TQCUATGL.js";
7
7
  import {
8
8
  tokens
9
- } from "./chunk.56HOZEJ3.js";
9
+ } from "./chunk.L67I7UJP.js";
10
10
  import {
11
11
  GdsElement
12
12
  } from "./chunk.WIZDAKJ5.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  GdsFlex
3
- } from "./chunk.LTQDU5ZN.js";
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.56HOZEJ3.js";
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/layout/mask/mask.ts
17
+ // libs/core/src/components/mask/mask.ts
18
18
  import { html } from "lit/static-html.js";
19
19
 
20
- // libs/core/src/components/layout/mask/mask.style.ts
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/layout/mask/mask.ts
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.XVURPV2D.js";
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.56HOZEJ3.js";
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.2XMBTVYN.js";
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.56HOZEJ3.js";
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/layout/flex/flex.style.ts
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/layout/flex/flex.ts
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.56HOZEJ3.js";
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/content/text/text.ts
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/content/text/text.style.ts
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/content/text/text.ts
97
+ // libs/core/src/components/text/text.ts
98
98
  var GdsText = class extends GdsElement {
99
99
  constructor() {
100
100
  super(...arguments);
@@ -12,7 +12,7 @@ import {
12
12
  } from "./chunk.TYGMNHNO.js";
13
13
  import {
14
14
  tokens
15
- } from "./chunk.56HOZEJ3.js";
15
+ } from "./chunk.L67I7UJP.js";
16
16
  import {
17
17
  gdsCustomElement,
18
18
  html
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  GdsBadge
3
- } from "../../chunks/chunk.B327JXB6.js";
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.B327JXB6.js";
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.XVURPV2D.js";
3
+ } from "../../chunks/chunk.GC3JMF27.js";
4
4
  import "../../chunks/chunk.TX64TTBN.js";
5
- import "../../chunks/chunk.4QJO5DDJ.js";
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";