@sebgroup/green-core 2.21.0-rc.20260113154959564 → 2.21.0-rc.20260113161030692
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/custom-elements.json +518 -518
- package/gds-element.js +1 -1
- package/generated/mcp/INSTRUCTIONS.md +4 -2
- 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 +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
|
@@ -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.20260113161030692";
|
|
16
16
|
this._isUsingTransitionalStyles = false;
|
|
17
17
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
18
18
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Green Design System - MCP Instructions
|
|
2
2
|
|
|
3
|
+
Welcome to the GDS MCP! Below are essential instructions to follow when creating code for apps using GDS components. You should also query the MCP to find out which tools and resources are available. Avoid assuming tool and resource names!
|
|
4
|
+
|
|
3
5
|
## Component Architecture
|
|
4
6
|
|
|
5
7
|
- All components use `gds-` prefix
|
|
@@ -13,7 +15,7 @@
|
|
|
13
15
|
- **NEVER guess or assume component API. ALWAYS look up properties in the API docs**
|
|
14
16
|
- **Verify full context understanding before writing code**
|
|
15
17
|
- **Ask user for clarification if ANY requirement is unclear**
|
|
16
|
-
- **ALWAYS read the declarative layout guide before creating any layout**
|
|
18
|
+
- **ALWAYS read the declarative layout guide ("declarative-layout") before creating any layout**
|
|
17
19
|
- **For new apps, ALWAYS read the setup guide for the used framework (Angular or React)**
|
|
18
20
|
|
|
19
21
|
### Typography Rules
|
|
@@ -25,7 +27,7 @@
|
|
|
25
27
|
### Layout Rules
|
|
26
28
|
|
|
27
29
|
- **REQUIRED**: Use declarative layout system for all layouts
|
|
28
|
-
- **REQUIRED**: Read declarative layout guide before implementing any layout
|
|
30
|
+
- **REQUIRED**: Read declarative layout guide ("declarative-layout") before implementing any layout
|
|
29
31
|
- **REQUIRED**: Look up property names in API for each declarative layout component
|
|
30
32
|
- **PREFERRED**: Declarative layout over custom CSS
|
|
31
33
|
- **FORBIDDEN**: Custom CSS for layout unless declarative system cannot support the requirement
|
package/generated/mcp/icons.json
CHANGED
package/generated/mcp/index.json
CHANGED
|
@@ -17,8 +17,8 @@ export * from './divider/index.js';
|
|
|
17
17
|
export * from './dropdown/index.js';
|
|
18
18
|
export * from './fab/index.js';
|
|
19
19
|
export * from './filter-chips/index.js';
|
|
20
|
-
export * from './form-summary/index.js';
|
|
21
20
|
export * from './flex/index.js';
|
|
21
|
+
export * from './form-summary/index.js';
|
|
22
22
|
export * from './grid/index.js';
|
|
23
23
|
export * from './grouped-list/index.js';
|
|
24
24
|
export * from './list-item/index.js';
|
|
@@ -49,6 +49,11 @@ 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';
|
|
53
|
+
export * from './segment/index.js';
|
|
54
|
+
export * from './sensitive-account/index.js';
|
|
55
|
+
export * from './sensitive-number/index.js';
|
|
56
|
+
export * from './sensitive-date/index.js';
|
|
52
57
|
export * from './icons/icon-ai/index.js';
|
|
53
58
|
export * from './icons/icon-airplane-up/index.js';
|
|
54
59
|
export * from './icons/icon-archive/index.js';
|
|
@@ -382,11 +387,6 @@ export * from './icons/icon-youtube/index.js';
|
|
|
382
387
|
export * from './icons/icon-zap/index.js';
|
|
383
388
|
export * from './icons/icon-zoom-in/index.js';
|
|
384
389
|
export * from './icons/icon-zoom-out/index.js';
|
|
385
|
-
export * from './radio-group/index.js';
|
|
386
|
-
export * from './segment/index.js';
|
|
387
|
-
export * from './sensitive-account/index.js';
|
|
388
|
-
export * from './sensitive-date/index.js';
|
|
389
|
-
export * from './sensitive-number/index.js';
|
|
390
390
|
export * from './option/index.js';
|
|
391
391
|
export * from './menu-heading/index.js';
|
|
392
392
|
export * from './menu-item/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -17,8 +17,8 @@ export * from "./divider/index.js";
|
|
|
17
17
|
export * from "./dropdown/index.js";
|
|
18
18
|
export * from "./fab/index.js";
|
|
19
19
|
export * from "./filter-chips/index.js";
|
|
20
|
-
export * from "./form-summary/index.js";
|
|
21
20
|
export * from "./flex/index.js";
|
|
21
|
+
export * from "./form-summary/index.js";
|
|
22
22
|
export * from "./grid/index.js";
|
|
23
23
|
export * from "./grouped-list/index.js";
|
|
24
24
|
export * from "./list-item/index.js";
|
|
@@ -49,6 +49,11 @@ 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";
|
|
53
|
+
export * from "./segment/index.js";
|
|
54
|
+
export * from "./sensitive-account/index.js";
|
|
55
|
+
export * from "./sensitive-number/index.js";
|
|
56
|
+
export * from "./sensitive-date/index.js";
|
|
52
57
|
export * from "./icons/icon-ai/index.js";
|
|
53
58
|
export * from "./icons/icon-airplane-up/index.js";
|
|
54
59
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -382,11 +387,6 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
382
387
|
export * from "./icons/icon-zap/index.js";
|
|
383
388
|
export * from "./icons/icon-zoom-in/index.js";
|
|
384
389
|
export * from "./icons/icon-zoom-out/index.js";
|
|
385
|
-
export * from "./radio-group/index.js";
|
|
386
|
-
export * from "./segment/index.js";
|
|
387
|
-
export * from "./sensitive-account/index.js";
|
|
388
|
-
export * from "./sensitive-date/index.js";
|
|
389
|
-
export * from "./sensitive-number/index.js";
|
|
390
390
|
export * from "./option/index.js";
|
|
391
391
|
export * from "./menu-heading/index.js";
|
|
392
392
|
export * from "./menu-item/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.20260113161030692",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|