@sebgroup/green-core 3.17.3 → 3.17.4
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/components/table/table.component.js +1 -0
- package/custom-elements.json +3136 -3136
- package/gds-element.js +1 -1
- package/generated/mcp/components.json +1 -1
- package/generated/mcp/icons.json +1 -1
- package/generated/mcp/index.json +1 -1
- package/generated/mcp/tokens.json +1 -1
- package/generated/react/index.d.ts +6 -6
- package/generated/react/index.js +6 -6
- package/package.json +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
package/gds-element.js
CHANGED
|
@@ -16,7 +16,7 @@ class GdsElement extends LitElement {
|
|
|
16
16
|
/**
|
|
17
17
|
* The semantic version of this element. Can be used for troubleshooting to verify the version being used.
|
|
18
18
|
*/
|
|
19
|
-
this.semanticVersion = "3.17.
|
|
19
|
+
this.semanticVersion = "3.17.4";
|
|
20
20
|
this.syncFirstRender = false;
|
|
21
21
|
this._isUsingTransitionalStyles = false;
|
|
22
22
|
this._dynamicStylesController = new DynamicStylesController(this);
|
package/generated/mcp/icons.json
CHANGED
package/generated/mcp/index.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from './badge/index.js';
|
|
2
|
-
export * from './blur/index.js';
|
|
3
1
|
export * from './alert/index.js';
|
|
4
2
|
export * from './avatar/index.js';
|
|
3
|
+
export * from './badge/index.js';
|
|
4
|
+
export * from './blur/index.js';
|
|
5
5
|
export * from './breadcrumbs/index.js';
|
|
6
6
|
export * from './button/index.js';
|
|
7
|
-
export * from './calendar/index.js';
|
|
8
7
|
export * from './card/index.js';
|
|
8
|
+
export * from './calendar/index.js';
|
|
9
9
|
export * from './card-linked/index.js';
|
|
10
10
|
export * from './checkbox/index.js';
|
|
11
11
|
export * from './coachmark/index.js';
|
|
12
12
|
export * from './context-menu/index.js';
|
|
13
|
-
export * from './datepicker/index.js';
|
|
14
13
|
export * from './details/index.js';
|
|
14
|
+
export * from './datepicker/index.js';
|
|
15
15
|
export * from './dialog/index.js';
|
|
16
16
|
export * from './div/index.js';
|
|
17
17
|
export * from './divider/index.js';
|
|
@@ -25,8 +25,8 @@ export * from './grouped-list/index.js';
|
|
|
25
25
|
export * from './img/index.js';
|
|
26
26
|
export * from './input/index.js';
|
|
27
27
|
export * from './link/index.js';
|
|
28
|
-
export * from './list/index.js';
|
|
29
28
|
export * from './mask/index.js';
|
|
29
|
+
export * from './list/index.js';
|
|
30
30
|
export * from './menu-button/index.js';
|
|
31
31
|
export * from './pagination/index.js';
|
|
32
32
|
export * from './backdrop/index.js';
|
|
@@ -39,8 +39,8 @@ export * from './signal/index.js';
|
|
|
39
39
|
export * from './spinner/index.js';
|
|
40
40
|
export * from './switch/index.js';
|
|
41
41
|
export * from './table/index.js';
|
|
42
|
-
export * from './tabs/index.js';
|
|
43
42
|
export * from './text/index.js';
|
|
43
|
+
export * from './tabs/index.js';
|
|
44
44
|
export * from './textarea/index.js';
|
|
45
45
|
export * from './theme/index.js';
|
|
46
46
|
export * from './video/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./badge/index.js";
|
|
2
|
-
export * from "./blur/index.js";
|
|
3
1
|
export * from "./alert/index.js";
|
|
4
2
|
export * from "./avatar/index.js";
|
|
3
|
+
export * from "./badge/index.js";
|
|
4
|
+
export * from "./blur/index.js";
|
|
5
5
|
export * from "./breadcrumbs/index.js";
|
|
6
6
|
export * from "./button/index.js";
|
|
7
|
-
export * from "./calendar/index.js";
|
|
8
7
|
export * from "./card/index.js";
|
|
8
|
+
export * from "./calendar/index.js";
|
|
9
9
|
export * from "./card-linked/index.js";
|
|
10
10
|
export * from "./checkbox/index.js";
|
|
11
11
|
export * from "./coachmark/index.js";
|
|
12
12
|
export * from "./context-menu/index.js";
|
|
13
|
-
export * from "./datepicker/index.js";
|
|
14
13
|
export * from "./details/index.js";
|
|
14
|
+
export * from "./datepicker/index.js";
|
|
15
15
|
export * from "./dialog/index.js";
|
|
16
16
|
export * from "./div/index.js";
|
|
17
17
|
export * from "./divider/index.js";
|
|
@@ -25,8 +25,8 @@ export * from "./grouped-list/index.js";
|
|
|
25
25
|
export * from "./img/index.js";
|
|
26
26
|
export * from "./input/index.js";
|
|
27
27
|
export * from "./link/index.js";
|
|
28
|
-
export * from "./list/index.js";
|
|
29
28
|
export * from "./mask/index.js";
|
|
29
|
+
export * from "./list/index.js";
|
|
30
30
|
export * from "./menu-button/index.js";
|
|
31
31
|
export * from "./pagination/index.js";
|
|
32
32
|
export * from "./backdrop/index.js";
|
|
@@ -39,8 +39,8 @@ export * from "./signal/index.js";
|
|
|
39
39
|
export * from "./spinner/index.js";
|
|
40
40
|
export * from "./switch/index.js";
|
|
41
41
|
export * from "./table/index.js";
|
|
42
|
-
export * from "./tabs/index.js";
|
|
43
42
|
export * from "./text/index.js";
|
|
43
|
+
export * from "./tabs/index.js";
|
|
44
44
|
export * from "./textarea/index.js";
|
|
45
45
|
export * from "./theme/index.js";
|
|
46
46
|
export * from "./video/index.js";
|
package/package.json
CHANGED