@sebgroup/green-core 2.21.0-rc.20260113143213999 → 2.21.0-rc.20260113151650310
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/bin/mcp-server/resources.js +4 -4
- package/bin/mcp-server/tools.js +25 -3
- package/custom-elements.json +9160 -9160
- 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/react/index.d.ts +2 -2
- package/generated/react/index.js +2 -2
- package/package.json +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
package/gds-element.js
CHANGED
|
@@ -12,7 +12,7 @@ class GdsElement extends LitElement {
|
|
|
12
12
|
/**
|
|
13
13
|
* The semantic version of this element. Can be used for troubleshooting to verify the version being used.
|
|
14
14
|
*/
|
|
15
|
-
this.semanticVersion = "2.21.0-rc.
|
|
15
|
+
this.semanticVersion = "2.21.0-rc.20260113151650310";
|
|
16
16
|
this._isUsingTransitionalStyles = false;
|
|
17
17
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
18
18
|
}
|
package/generated/mcp/icons.json
CHANGED
package/generated/mcp/index.json
CHANGED
|
@@ -36,8 +36,8 @@ export * from './segmented-control/index.js';
|
|
|
36
36
|
export * from './select/index.js';
|
|
37
37
|
export * from './signal/index.js';
|
|
38
38
|
export * from './spinner/index.js';
|
|
39
|
-
export * from './table/index.js';
|
|
40
39
|
export * from './text/index.js';
|
|
40
|
+
export * from './table/index.js';
|
|
41
41
|
export * from './textarea/index.js';
|
|
42
42
|
export * from './theme/index.js';
|
|
43
43
|
export * from './video/index.js';
|
|
@@ -49,6 +49,7 @@ export * from './filter-chip/index.js';
|
|
|
49
49
|
export * from './formatted-account/index.js';
|
|
50
50
|
export * from './formatted-date/index.js';
|
|
51
51
|
export * from './formatted-number/index.js';
|
|
52
|
+
export * from './radio-group/index.js';
|
|
52
53
|
export * from './icons/icon-ai/index.js';
|
|
53
54
|
export * from './icons/icon-airplane-up/index.js';
|
|
54
55
|
export * from './icons/icon-archive/index.js';
|
|
@@ -382,7 +383,6 @@ export * from './icons/icon-youtube/index.js';
|
|
|
382
383
|
export * from './icons/icon-zap/index.js';
|
|
383
384
|
export * from './icons/icon-zoom-in/index.js';
|
|
384
385
|
export * from './icons/icon-zoom-out/index.js';
|
|
385
|
-
export * from './radio-group/index.js';
|
|
386
386
|
export * from './segment/index.js';
|
|
387
387
|
export * from './sensitive-account/index.js';
|
|
388
388
|
export * from './sensitive-date/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -36,8 +36,8 @@ export * from "./segmented-control/index.js";
|
|
|
36
36
|
export * from "./select/index.js";
|
|
37
37
|
export * from "./signal/index.js";
|
|
38
38
|
export * from "./spinner/index.js";
|
|
39
|
-
export * from "./table/index.js";
|
|
40
39
|
export * from "./text/index.js";
|
|
40
|
+
export * from "./table/index.js";
|
|
41
41
|
export * from "./textarea/index.js";
|
|
42
42
|
export * from "./theme/index.js";
|
|
43
43
|
export * from "./video/index.js";
|
|
@@ -49,6 +49,7 @@ export * from "./filter-chip/index.js";
|
|
|
49
49
|
export * from "./formatted-account/index.js";
|
|
50
50
|
export * from "./formatted-date/index.js";
|
|
51
51
|
export * from "./formatted-number/index.js";
|
|
52
|
+
export * from "./radio-group/index.js";
|
|
52
53
|
export * from "./icons/icon-ai/index.js";
|
|
53
54
|
export * from "./icons/icon-airplane-up/index.js";
|
|
54
55
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -382,7 +383,6 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
382
383
|
export * from "./icons/icon-zap/index.js";
|
|
383
384
|
export * from "./icons/icon-zoom-in/index.js";
|
|
384
385
|
export * from "./icons/icon-zoom-out/index.js";
|
|
385
|
-
export * from "./radio-group/index.js";
|
|
386
386
|
export * from "./segment/index.js";
|
|
387
387
|
export * from "./sensitive-account/index.js";
|
|
388
388
|
export * from "./sensitive-date/index.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core",
|
|
3
3
|
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
|
|
4
|
-
"version": "2.21.0-rc.
|
|
4
|
+
"version": "2.21.0-rc.20260113151650310",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|