@sebgroup/green-core 1.41.4 → 1.43.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 (142) hide show
  1. package/chunks/{chunk.LFJRIUDW.js → chunk.27E4EAEK.js} +1 -1
  2. package/chunks/{chunk.OZKMO7MO.js → chunk.45G6WXHQ.js} +4 -4
  3. package/chunks/{chunk.U5ZRINAQ.js → chunk.5ILTFS7Z.js} +4 -4
  4. package/chunks/{chunk.TIZKFTOL.js → chunk.6TK2YLON.js} +4 -4
  5. package/chunks/{chunk.7LRXZSEN.js → chunk.7DT5MKRB.js} +16 -16
  6. package/chunks/{chunk.5HZZAANC.js → chunk.AYPTUHYC.js} +36 -8
  7. package/chunks/chunk.BMCPXEME.js +547 -0
  8. package/chunks/{chunk.PGF5IHBJ.js → chunk.BSBZ273F.js} +4 -5
  9. package/chunks/{chunk.QMCIUYKV.js → chunk.BV4C5SVG.js} +4 -4
  10. package/chunks/{chunk.46EN32JA.js → chunk.C7Y7PTZR.js} +4 -3
  11. package/chunks/chunk.CK2UGCPG.js +0 -0
  12. package/chunks/{chunk.3CMOBJLQ.js → chunk.COV7GAYR.js} +1 -1
  13. package/chunks/chunk.CXRT6D5K.js +37 -0
  14. package/chunks/chunk.FJYZD6XI.js +85 -0
  15. package/chunks/{chunk.UYKGWW26.js → chunk.G5USMKIK.js} +4 -4
  16. package/chunks/chunk.GWCQWDVH.js +652 -0
  17. package/chunks/{chunk.5OEMCN3X.js → chunk.GZZHMTT6.js} +4 -4
  18. package/chunks/{chunk.4VW724L2.js → chunk.JMCXGEXD.js} +1 -1
  19. package/chunks/{chunk.6UWH3HEF.js → chunk.MPWX3JFB.js} +185 -69
  20. package/chunks/chunk.MRMXDOA5.js +0 -0
  21. package/chunks/{chunk.KDPIWUU4.js → chunk.N36GFO5Q.js} +2 -2
  22. package/chunks/{chunk.NCVXC67U.js → chunk.O7DQRPML.js} +36 -12
  23. package/chunks/{chunk.CB6SQEYF.js → chunk.PINFIHVO.js} +1 -1
  24. package/chunks/{chunk.7QHWOINK.js → chunk.QX3VLACM.js} +2 -2
  25. package/chunks/chunk.SIMOQIAG.js +363 -0
  26. package/chunks/{chunk.35VXSWIL.js → chunk.U5ZHQXSW.js} +24 -14
  27. package/chunks/chunk.U7PZF5JG.js +142 -0
  28. package/chunks/{chunk.UNXDEINN.js → chunk.UO5V45G5.js} +3 -3
  29. package/chunks/{chunk.2WIGXRMD.js → chunk.VM32X2K4.js} +303 -301
  30. package/chunks/chunk.VOYMQ322.js +1 -1
  31. package/chunks/{chunk.GHL35SB7.js → chunk.WPF76QMP.js} +33 -9
  32. package/chunks/{chunk.ADPMTWTS.js → chunk.XKACXVCM.js} +55 -44
  33. package/chunks/{chunk.Z27WVNGN.js → chunk.XUSFHKBA.js} +1 -1
  34. package/chunks/chunk.YGBQCHTD.js +107 -0
  35. package/chunks/{chunk.2BMJPIND.js → chunk.YUFO2JLT.js} +4 -1
  36. package/components/badge/badge.d.ts +27 -3
  37. package/components/badge/badge.figma.js +2 -2
  38. package/components/badge/badge.js +2 -4
  39. package/components/badge/index.js +3 -4
  40. package/components/button/button.d.ts +1 -1
  41. package/components/button/button.js +4 -5
  42. package/components/button/fab/fab.js +6 -7
  43. package/components/button/fab/index.js +6 -7
  44. package/components/button/index.js +4 -5
  45. package/components/calendar/calendar.js +2 -2
  46. package/components/calendar/index.js +2 -2
  47. package/components/content/divider/divider.js +3 -3
  48. package/components/content/divider/index.js +3 -3
  49. package/components/content/spacer/index.js +3 -3
  50. package/components/content/spacer/spacer.js +3 -3
  51. package/components/content/text/index.js +4 -3
  52. package/components/content/text/text.d.ts +25 -9
  53. package/components/content/text/text.js +3 -3
  54. package/components/context-menu/context-menu.js +2 -2
  55. package/components/context-menu/index.js +2 -2
  56. package/components/datepicker/datepicker.js +9 -10
  57. package/components/datepicker/index.js +9 -10
  58. package/components/dropdown/dropdown.js +7 -8
  59. package/components/dropdown/index.js +7 -8
  60. package/components/filter-chips/filter-chip/filter-chip.js +4 -5
  61. package/components/filter-chips/filter-chip/index.js +4 -5
  62. package/components/filter-chips/filter-chips.js +5 -6
  63. package/components/filter-chips/index.js +5 -6
  64. package/components/form/form-control.d.ts +1 -0
  65. package/components/form/form-control.js +1 -1
  66. package/components/form/index.js +6 -6
  67. package/components/form/summary/index.js +6 -6
  68. package/components/form/summary/summary.js +6 -6
  69. package/components/icon/icons/index.js +3 -3
  70. package/components/index.d.ts +3 -0
  71. package/components/index.js +48 -36
  72. package/components/input/index.js +23 -4
  73. package/components/input/input.d.ts +21 -14
  74. package/components/input/input.js +23 -4
  75. package/components/layout/card/card.d.ts +1 -91
  76. package/components/layout/card/card.js +4 -4
  77. package/components/layout/card/index.js +4 -4
  78. package/components/layout/container/container.d.ts +229 -12
  79. package/components/layout/container/container.js +3 -3
  80. package/components/layout/container/index.js +3 -3
  81. package/components/layout/flex/flex.d.ts +35 -5
  82. package/components/layout/flex/flex.js +4 -4
  83. package/components/layout/flex/index.js +4 -4
  84. package/components/layout/grid/grid.d.ts +1 -1
  85. package/components/layout/grid/grid.js +4 -4
  86. package/components/layout/grid/index.js +4 -4
  87. package/components/layout/mask/index.d.ts +1 -0
  88. package/components/layout/mask/index.js +18 -0
  89. package/components/layout/mask/mask.d.ts +30 -0
  90. package/components/layout/mask/mask.js +18 -0
  91. package/components/media/img/img.d.ts +10 -10
  92. package/components/media/img/img.js +3 -4
  93. package/components/media/img/index.js +3 -4
  94. package/components/media/video/index.js +3 -4
  95. package/components/media/video/video.d.ts +10 -10
  96. package/components/media/video/video.js +3 -4
  97. package/components/menu-button/index.js +4 -4
  98. package/components/menu-button/menu-button.d.ts +1 -1
  99. package/components/menu-button/menu-button.js +4 -4
  100. package/components/segmented-control/index.js +3 -3
  101. package/components/segmented-control/segment/index.js +2 -2
  102. package/components/segmented-control/segment/segment.js +2 -2
  103. package/components/segmented-control/segmented-control.js +3 -3
  104. package/components/textarea/index.d.ts +1 -0
  105. package/components/textarea/index.js +37 -0
  106. package/components/textarea/textarea.d.ts +91 -0
  107. package/components/textarea/textarea.js +37 -0
  108. package/components/textarea/textarea.styles.d.ts +1 -0
  109. package/components/theme/index.js +2 -2
  110. package/components/theme/theme.js +2 -2
  111. package/index.js +47 -35
  112. package/package.json +1 -1
  113. package/primitives/listbox/index.js +3 -3
  114. package/primitives/listbox/listbox.js +3 -3
  115. package/primitives/listbox/option.js +3 -3
  116. package/primitives/menu/index.js +2 -2
  117. package/primitives/menu/menu-item.js +2 -2
  118. package/primitives/menu/menu.js +2 -2
  119. package/primitives/ripple/index.js +2 -2
  120. package/primitives/ripple/ripple.js +2 -2
  121. package/primitives/signal/index.js +3 -4
  122. package/primitives/signal/signal.js +3 -4
  123. package/utils/decorators/style-expression-property.d.ts +16 -1
  124. package/utils/helpers/style-expression-parser-tester.d.ts +1 -0
  125. package/utils/helpers/style-expression-parser.d.ts +5 -1
  126. package/chunks/chunk.7VC33K5Z.js +0 -49
  127. package/chunks/chunk.DONYL7JA.js +0 -625
  128. package/chunks/chunk.DXFB4XE4.js +0 -145
  129. package/chunks/chunk.NKSKWGNM.js +0 -28
  130. package/chunks/chunk.QQNADZQJ.js +0 -100
  131. package/chunks/chunk.S7GBHO2E.js +0 -40
  132. package/chunks/chunk.SXGACXKX.js +0 -28
  133. package/chunks/chunk.XAOS66M6.js +0 -103
  134. package/chunks/chunk.YBOK7MI7.js +0 -31
  135. package/components/media/img/img.style.css.js +0 -7
  136. package/components/media/video/video.style.css.js +0 -7
  137. package/primitives/signal/signal.style.css.js +0 -7
  138. /package/chunks/{chunk.WK7IKANC.js → chunk.BPGOHQLS.js} +0 -0
  139. /package/components/layout/{card/card.style.d.ts → mask/mask.style.d.ts} +0 -0
  140. /package/components/media/img/{img.style.css.d.ts → img.style.d.ts} +0 -0
  141. /package/components/media/video/{video.style.css.d.ts → video.style.d.ts} +0 -0
  142. /package/primitives/signal/{signal.style.css.d.ts → signal.style.d.ts} +0 -0
@@ -1,26 +1,34 @@
1
- import "../chunks/chunk.WK7IKANC.js";
1
+ import "../chunks/chunk.MRMXDOA5.js";
2
+ import {
3
+ GdsTheme
4
+ } from "../chunks/chunk.G5USMKIK.js";
2
5
  import {
3
6
  GdsSegmentedControl
4
- } from "../chunks/chunk.OZKMO7MO.js";
7
+ } from "../chunks/chunk.45G6WXHQ.js";
5
8
  import "../chunks/chunk.TSDZQZBY.js";
6
- import "../chunks/chunk.CB6SQEYF.js";
9
+ import "../chunks/chunk.PINFIHVO.js";
7
10
  import {
8
- GdsTheme
9
- } from "../chunks/chunk.UYKGWW26.js";
11
+ GdsTextarea
12
+ } from "../chunks/chunk.GWCQWDVH.js";
13
+ import {
14
+ GdsImg
15
+ } from "../chunks/chunk.WPF76QMP.js";
10
16
  import {
11
17
  GdsVideo
12
- } from "../chunks/chunk.NCVXC67U.js";
13
- import "../chunks/chunk.SXGACXKX.js";
18
+ } from "../chunks/chunk.O7DQRPML.js";
14
19
  import {
15
- MenuButton
16
- } from "../chunks/chunk.7LRXZSEN.js";
20
+ GdsMenuButton
21
+ } from "../chunks/chunk.7DT5MKRB.js";
17
22
  import {
18
23
  GdsGrid
19
- } from "../chunks/chunk.PGF5IHBJ.js";
24
+ } from "../chunks/chunk.BSBZ273F.js";
20
25
  import {
21
- GdsImg
22
- } from "../chunks/chunk.GHL35SB7.js";
23
- import "../chunks/chunk.NKSKWGNM.js";
26
+ GdsMask
27
+ } from "../chunks/chunk.YGBQCHTD.js";
28
+ import {
29
+ GdsInput
30
+ } from "../chunks/chunk.BMCPXEME.js";
31
+ import "../chunks/chunk.N2KGHIQK.js";
24
32
  import {
25
33
  GdsGroupedList
26
34
  } from "../chunks/chunk.IV4BHCMI.js";
@@ -28,7 +36,7 @@ import "../chunks/chunk.73TOOYEY.js";
28
36
  import "../chunks/chunk.V7ZQ5N3U.js";
29
37
  import {
30
38
  GdsFilterChips
31
- } from "../chunks/chunk.Z27WVNGN.js";
39
+ } from "../chunks/chunk.XUSFHKBA.js";
32
40
  import "../chunks/chunk.VHN4JEZC.js";
33
41
  import "../chunks/chunk.MURVRI5G.js";
34
42
  import {
@@ -38,23 +46,24 @@ import "../chunks/chunk.YL55SGZC.js";
38
46
  import "../chunks/chunk.US5K5OGQ.js";
39
47
  import {
40
48
  GdsFormSummary
41
- } from "../chunks/chunk.UNXDEINN.js";
49
+ } from "../chunks/chunk.UO5V45G5.js";
42
50
  import "../chunks/chunk.A23HHQDO.js";
43
51
  import {
44
52
  GdsFlex
45
- } from "../chunks/chunk.5HZZAANC.js";
53
+ } from "../chunks/chunk.AYPTUHYC.js";
46
54
  import "../chunks/chunk.DCVDALVX.js";
47
55
  import {
48
56
  GdsCard
49
- } from "../chunks/chunk.QQNADZQJ.js";
57
+ } from "../chunks/chunk.CXRT6D5K.js";
50
58
  import "../chunks/chunk.OJK4O3JQ.js";
51
59
  import {
52
60
  GdsContainer
53
- } from "../chunks/chunk.DXFB4XE4.js";
61
+ } from "../chunks/chunk.SIMOQIAG.js";
54
62
  import "../chunks/chunk.LRGDEZXT.js";
63
+ import "../chunks/chunk.BPGOHQLS.js";
55
64
  import {
56
65
  GdsText
57
- } from "../chunks/chunk.35VXSWIL.js";
66
+ } from "../chunks/chunk.U5ZHQXSW.js";
58
67
  import {
59
68
  GdsContextMenu
60
69
  } from "../chunks/chunk.DEMK2FD7.js";
@@ -62,23 +71,23 @@ import "../chunks/chunk.UF6IEONX.js";
62
71
  import "../chunks/chunk.34MAIINV.js";
63
72
  import {
64
73
  GdsMenuItem
65
- } from "../chunks/chunk.4VW724L2.js";
74
+ } from "../chunks/chunk.JMCXGEXD.js";
66
75
  import "../chunks/chunk.7TCXY7BP.js";
67
76
  import {
68
77
  GdsDatepicker
69
- } from "../chunks/chunk.U5ZRINAQ.js";
78
+ } from "../chunks/chunk.5ILTFS7Z.js";
70
79
  import "../chunks/chunk.PZ3JKDIQ.js";
71
80
  import "../chunks/chunk.Q6BGQYZP.js";
72
81
  import "../chunks/chunk.JIENYBLI.js";
73
82
  import "../chunks/chunk.Q2T57HE7.js";
74
83
  import {
75
84
  GdsDropdown
76
- } from "../chunks/chunk.5OEMCN3X.js";
85
+ } from "../chunks/chunk.GZZHMTT6.js";
77
86
  import "../chunks/chunk.MI4A2C2A.js";
78
87
  import "../chunks/chunk.Q54LZGGX.js";
79
88
  import {
80
89
  GdsOption
81
- } from "../chunks/chunk.QMCIUYKV.js";
90
+ } from "../chunks/chunk.BV4C5SVG.js";
82
91
  import "../chunks/chunk.O27XCCY5.js";
83
92
  import "../chunks/chunk.C3ECHGX7.js";
84
93
  import "../chunks/chunk.NPTXYRT4.js";
@@ -86,7 +95,7 @@ import {
86
95
  GdsMenuHeading
87
96
  } from "../chunks/chunk.IA5PLMWU.js";
88
97
  import "../chunks/chunk.2X23R32H.js";
89
- import "../chunks/chunk.LFJRIUDW.js";
98
+ import "../chunks/chunk.27E4EAEK.js";
90
99
  import "../chunks/chunk.ZJVOZRT5.js";
91
100
  import "../chunks/chunk.RPYPYJW6.js";
92
101
  import "../chunks/chunk.IZ4S7TBG.js";
@@ -96,34 +105,34 @@ import {
96
105
  } from "../chunks/chunk.IGJXZGV4.js";
97
106
  import "../chunks/chunk.WJDR7FTS.js";
98
107
  import "../chunks/chunk.DJ2OXJZN.js";
99
- import "../chunks/chunk.TIZKFTOL.js";
108
+ import "../chunks/chunk.6TK2YLON.js";
100
109
  import "../chunks/chunk.CTY24X3K.js";
101
110
  import {
102
111
  GdsCoachmark
103
112
  } from "../chunks/chunk.OZA4JG7D.js";
104
113
  import {
105
114
  GdsDivider
106
- } from "../chunks/chunk.7QHWOINK.js";
115
+ } from "../chunks/chunk.QX3VLACM.js";
107
116
  import {
108
117
  GdsSpacer
109
- } from "../chunks/chunk.KDPIWUU4.js";
118
+ } from "../chunks/chunk.N36GFO5Q.js";
119
+ import "../chunks/chunk.CK2UGCPG.js";
110
120
  import {
111
121
  GdsBadge
112
- } from "../chunks/chunk.XAOS66M6.js";
113
- import "../chunks/chunk.ADPMTWTS.js";
122
+ } from "../chunks/chunk.U7PZF5JG.js";
123
+ import "../chunks/chunk.XKACXVCM.js";
114
124
  import "../chunks/chunk.JGTSJ4J6.js";
115
125
  import {
116
126
  GdsButton
117
- } from "../chunks/chunk.6UWH3HEF.js";
127
+ } from "../chunks/chunk.MPWX3JFB.js";
118
128
  import "../chunks/chunk.TX64TTBN.js";
119
- import "../chunks/chunk.3CMOBJLQ.js";
120
- import "../chunks/chunk.YBOK7MI7.js";
121
- import "../chunks/chunk.2BMJPIND.js";
129
+ import "../chunks/chunk.COV7GAYR.js";
130
+ import "../chunks/chunk.YUFO2JLT.js";
122
131
  import "../chunks/chunk.KBYQYDL3.js";
123
132
  import "../chunks/chunk.WM7HBMMV.js";
124
133
  import "../chunks/chunk.3XCSDEVC.js";
125
- import "../chunks/chunk.2WIGXRMD.js";
126
134
  import "../chunks/chunk.2WO4NHJ2.js";
135
+ import "../chunks/chunk.VM32X2K4.js";
127
136
  import "../chunks/chunk.ZQ4D5K7J.js";
128
137
  import "../chunks/chunk.W7CV3QYI.js";
129
138
  import "../chunks/chunk.YO24ZYAD.js";
@@ -147,13 +156,16 @@ export {
147
156
  GdsGroupedList,
148
157
  GdsIcon,
149
158
  GdsImg,
159
+ GdsInput,
160
+ GdsMask,
161
+ GdsMenuButton,
150
162
  GdsMenuHeading,
151
163
  GdsMenuItem,
152
164
  GdsOption,
153
165
  GdsSegmentedControl,
154
166
  GdsSpacer,
155
167
  GdsText,
168
+ GdsTextarea,
156
169
  GdsTheme,
157
- GdsVideo,
158
- MenuButton
170
+ GdsVideo
159
171
  };
@@ -1,13 +1,32 @@
1
1
  import {
2
2
  GdsInput
3
- } from "../../chunks/chunk.DONYL7JA.js";
3
+ } from "../../chunks/chunk.BMCPXEME.js";
4
+ import "../../chunks/chunk.N2KGHIQK.js";
5
+ import "../../chunks/chunk.A23HHQDO.js";
6
+ import "../../chunks/chunk.AYPTUHYC.js";
7
+ import "../../chunks/chunk.DCVDALVX.js";
8
+ import "../../chunks/chunk.CXRT6D5K.js";
9
+ import "../../chunks/chunk.OJK4O3JQ.js";
10
+ import "../../chunks/chunk.SIMOQIAG.js";
11
+ import "../../chunks/chunk.LRGDEZXT.js";
12
+ import "../../chunks/chunk.BPGOHQLS.js";
13
+ import "../../chunks/chunk.U5ZHQXSW.js";
4
14
  import "../../chunks/chunk.7TCXY7BP.js";
5
- import "../../chunks/chunk.YBOK7MI7.js";
6
- import "../../chunks/chunk.2BMJPIND.js";
15
+ import "../../chunks/chunk.FQDJDWFN.js";
16
+ import "../../chunks/chunk.IGJXZGV4.js";
17
+ import "../../chunks/chunk.CK2UGCPG.js";
18
+ import "../../chunks/chunk.U7PZF5JG.js";
19
+ import "../../chunks/chunk.XKACXVCM.js";
20
+ import "../../chunks/chunk.JGTSJ4J6.js";
21
+ import "../../chunks/chunk.MPWX3JFB.js";
22
+ import "../../chunks/chunk.TX64TTBN.js";
23
+ import "../../chunks/chunk.COV7GAYR.js";
24
+ import "../../chunks/chunk.YUFO2JLT.js";
7
25
  import "../../chunks/chunk.KBYQYDL3.js";
8
26
  import "../../chunks/chunk.WM7HBMMV.js";
9
- import "../../chunks/chunk.2WIGXRMD.js";
27
+ import "../../chunks/chunk.3XCSDEVC.js";
10
28
  import "../../chunks/chunk.2WO4NHJ2.js";
29
+ import "../../chunks/chunk.VM32X2K4.js";
11
30
  import "../../chunks/chunk.ZQ4D5K7J.js";
12
31
  import "../../chunks/chunk.W7CV3QYI.js";
13
32
  import "../../chunks/chunk.YO24ZYAD.js";
@@ -1,4 +1,14 @@
1
1
  import { GdsFormControlElement } from '../form/form-control';
2
+ import '../layout/flex';
3
+ import '../icon/icons/cross-small';
4
+ import '../icon/icons/circle-info';
5
+ import '../icon/icons/triangle-exclamation';
6
+ import '../layout/flex';
7
+ import '../layout/container';
8
+ import '../layout/card';
9
+ import '../content/text';
10
+ import '../badge';
11
+ import '../button';
2
12
  /**
3
13
  * @summary A custom input element that can be used in forms.
4
14
  * @status beta
@@ -12,11 +22,6 @@ import { GdsFormControlElement } from '../form/form-control';
12
22
  */
13
23
  export declare class GdsInput extends GdsFormControlElement<string> {
14
24
  #private;
15
- static shadowRootOptions: {
16
- delegatesFocus: boolean;
17
- mode: ShadowRootMode;
18
- slotAssignment?: SlotAssignmentMode | undefined;
19
- };
20
25
  static styles: (import("lit").CSSResult | import("lit").CSSResult[])[];
21
26
  value: string;
22
27
  /**
@@ -31,6 +36,10 @@ export declare class GdsInput extends GdsFormControlElement<string> {
31
36
  * Whether the supporting text should be displayed or not.
32
37
  */
33
38
  showExtendedSupportingText: boolean;
39
+ /**
40
+ * If the input is Disabled
41
+ */
42
+ disabled: boolean;
34
43
  /**
35
44
  * Whether the field should be clearable or not. Clearable fields will display a clear button when
36
45
  * the field has a value.
@@ -42,26 +51,24 @@ export declare class GdsInput extends GdsFormControlElement<string> {
42
51
  maxlength: number;
43
52
  /**
44
53
  * The variant of the input field. The default variant displays a label, supporting text, and
45
- * extended supporting text. The simplified variant only displays the field itself and the
54
+ * extended supporting text. The floating-label variant only displays the field itself and the
46
55
  * supporting text below.
47
56
  *
48
- * The simplified variant should only be used in specific cases, for example when the input field
57
+ * The floating-label variant should only be used in specific cases, for example when the input field
49
58
  * is placed inside a table cell or in a space-constrained layout.
50
59
  *
51
60
  * A typical form should use the default variant.
52
61
  */
53
- variant: 'default' | 'simplified';
54
- /**
55
- * Whether the input field should be multiline or not. Multiline fields will render a textarea
56
- * internally instead of an input.
57
- */
58
- multiline: boolean;
62
+ variant: 'default' | 'floating-label';
63
+ size: 'default' | 'small';
59
64
  private elInputAsync;
60
65
  private elInput;
61
66
  private elExtendedSupportingTextSlot;
67
+ trailSlotOccupied: boolean;
62
68
  constructor();
63
69
  connectedCallback(): void;
70
+ disconnectedCallback(): void;
64
71
  render(): any;
65
- protected _getValidityAnchor(): HTMLInputElement | HTMLTextAreaElement;
72
+ protected _getValidityAnchor(): HTMLInputElement;
66
73
  private _setAutoHeight;
67
74
  }
@@ -1,13 +1,32 @@
1
1
  import {
2
2
  GdsInput
3
- } from "../../chunks/chunk.DONYL7JA.js";
3
+ } from "../../chunks/chunk.BMCPXEME.js";
4
+ import "../../chunks/chunk.N2KGHIQK.js";
5
+ import "../../chunks/chunk.A23HHQDO.js";
6
+ import "../../chunks/chunk.AYPTUHYC.js";
7
+ import "../../chunks/chunk.DCVDALVX.js";
8
+ import "../../chunks/chunk.CXRT6D5K.js";
9
+ import "../../chunks/chunk.OJK4O3JQ.js";
10
+ import "../../chunks/chunk.SIMOQIAG.js";
11
+ import "../../chunks/chunk.LRGDEZXT.js";
12
+ import "../../chunks/chunk.BPGOHQLS.js";
13
+ import "../../chunks/chunk.U5ZHQXSW.js";
4
14
  import "../../chunks/chunk.7TCXY7BP.js";
5
- import "../../chunks/chunk.YBOK7MI7.js";
6
- import "../../chunks/chunk.2BMJPIND.js";
15
+ import "../../chunks/chunk.FQDJDWFN.js";
16
+ import "../../chunks/chunk.IGJXZGV4.js";
17
+ import "../../chunks/chunk.CK2UGCPG.js";
18
+ import "../../chunks/chunk.U7PZF5JG.js";
19
+ import "../../chunks/chunk.XKACXVCM.js";
20
+ import "../../chunks/chunk.JGTSJ4J6.js";
21
+ import "../../chunks/chunk.MPWX3JFB.js";
22
+ import "../../chunks/chunk.TX64TTBN.js";
23
+ import "../../chunks/chunk.COV7GAYR.js";
24
+ import "../../chunks/chunk.YUFO2JLT.js";
7
25
  import "../../chunks/chunk.KBYQYDL3.js";
8
26
  import "../../chunks/chunk.WM7HBMMV.js";
9
- import "../../chunks/chunk.2WIGXRMD.js";
27
+ import "../../chunks/chunk.3XCSDEVC.js";
10
28
  import "../../chunks/chunk.2WO4NHJ2.js";
29
+ import "../../chunks/chunk.VM32X2K4.js";
11
30
  import "../../chunks/chunk.ZQ4D5K7J.js";
12
31
  import "../../chunks/chunk.W7CV3QYI.js";
13
32
  import "../../chunks/chunk.YO24ZYAD.js";
@@ -11,7 +11,7 @@ import { GdsContainer } from '../container';
11
11
  *
12
12
  */
13
13
  export declare class GdsCard extends GdsContainer {
14
- static styles: (import("lit").CSSResult | import("lit").CSSResult[])[];
14
+ static styles: import("lit").CSSResult[][];
15
15
  /**
16
16
  * Controls the box-shadow property of the card.
17
17
  *
@@ -30,95 +30,5 @@ export declare class GdsCard extends GdsContainer {
30
30
  *
31
31
  */
32
32
  shadow?: string;
33
- /**
34
- * Controls the border property of the card.
35
- * Supports all tokens from the design system.
36
- *
37
- * @property border
38
- *
39
- * Can be specified for each side using the size tokens like this:
40
- *
41
- * ```html
42
- * <gds-container border="4xs 0 0 0"></gds-container>
43
- * ```
44
- *
45
- * Also for different breakpoints like this:
46
- *
47
- * ```html
48
- * <gds-container border="s{2xs} m{3xs} l{4xs}"></gds-container>
49
- * ```
50
- *
51
- * When you want to apply the border in all breakpoints and sides you can use the following:
52
- *
53
- * ```html
54
- * <gds-container border="4xs"></gds-container>
55
- * ```
56
- */
57
- border?: string;
58
- /**
59
- * Controls the border-radius property of the container.
60
- * Supports all the size tokens from the design system.
61
- *
62
- * You can apply radius in each corner like this:
63
- *
64
- * ```html
65
- * <gds-container radius="none none m m" ></gds-container>
66
- * ```
67
- *
68
- * Also for different breakpoints like this:
69
- *
70
- * ```html
71
- * <gds-container radius="s{none none xs} m{none xs none xs} l{s}" ></gds-container>
72
- * ```
73
- *
74
- * Each corner can have a different radius value and also different values for different breakpoints.
75
- *
76
- * * These are the available values you can use to define Border Radius
77
- *
78
- * `0, 4XS, 3XS, 2XS, XS, S, M, L, XL, 2XL, 3XL, 4XL, 5XL, 6XL, 7XL, 8XL, MAX`
79
- *
80
- */
81
- radius?: string;
82
- /**
83
- * Controls the backdrop-filter property of the container.
84
- * When you want to apply a backdrop blur filter to the container you can use this property.
85
- *
86
- * ```html
87
- * <gds-container filter="20px"></gds-container>
88
- * ```
89
- *
90
- * The above example will apply a backdrop blur filter of `20px`.
91
- *
92
- * The filter also support breakpoint syntax like this:
93
- *
94
- * ```html
95
- * <gds-container filter="s{20px} m{40px} l{60px}"></gds-container>
96
- * ```
97
- *
98
- * The above example will apply the filter style of `20px` for `small` devices, `40px` for `medium` devices, and `60px` for large devices.
99
- */
100
- filter?: string;
101
- /**
102
- * Controls the mask-image property of the container.
103
- * Adds a predefined style of mask to the container.
104
- *
105
- * @property mask
106
- *
107
- * @example
108
- *
109
- * ```html
110
- * <gds-container mask="top"></gds-container>
111
- * ```
112
- *
113
- * The above example will apply the mask style of `top` with `40%` transparency.
114
- * The mask can be applied in different positions like `top`, `bottom`, `left`, `right`.
115
- *
116
- * It can also be combined with the color like this:
117
- * ```html
118
- * <gds-container mask="top/l1-background-tertiary/0.4"></gds-container>
119
- * ```
120
- *
121
- */
122
- mask?: string;
123
33
  render(): any;
124
34
  }
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  GdsCard
3
- } from "../../../chunks/chunk.QQNADZQJ.js";
3
+ } from "../../../chunks/chunk.CXRT6D5K.js";
4
4
  import "../../../chunks/chunk.OJK4O3JQ.js";
5
- import "../../../chunks/chunk.DXFB4XE4.js";
6
- import "../../../chunks/chunk.ADPMTWTS.js";
7
- import "../../../chunks/chunk.2WIGXRMD.js";
5
+ import "../../../chunks/chunk.SIMOQIAG.js";
6
+ import "../../../chunks/chunk.XKACXVCM.js";
8
7
  import "../../../chunks/chunk.2WO4NHJ2.js";
8
+ import "../../../chunks/chunk.VM32X2K4.js";
9
9
  import "../../../chunks/chunk.ZQ4D5K7J.js";
10
10
  import "../../../chunks/chunk.W7CV3QYI.js";
11
11
  import "../../../chunks/chunk.YO24ZYAD.js";
@@ -1,12 +1,12 @@
1
1
  import "../../../chunks/chunk.DCVDALVX.js";
2
2
  import {
3
3
  GdsCard
4
- } from "../../../chunks/chunk.QQNADZQJ.js";
4
+ } from "../../../chunks/chunk.CXRT6D5K.js";
5
5
  import "../../../chunks/chunk.OJK4O3JQ.js";
6
- import "../../../chunks/chunk.DXFB4XE4.js";
7
- import "../../../chunks/chunk.ADPMTWTS.js";
8
- import "../../../chunks/chunk.2WIGXRMD.js";
6
+ import "../../../chunks/chunk.SIMOQIAG.js";
7
+ import "../../../chunks/chunk.XKACXVCM.js";
9
8
  import "../../../chunks/chunk.2WO4NHJ2.js";
9
+ import "../../../chunks/chunk.VM32X2K4.js";
10
10
  import "../../../chunks/chunk.ZQ4D5K7J.js";
11
11
  import "../../../chunks/chunk.W7CV3QYI.js";
12
12
  import "../../../chunks/chunk.YO24ZYAD.js";