@sebgroup/green-core 3.21.2 → 3.21.3
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/search.js +15 -2
- package/custom-elements.json +3614 -3614
- 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 +12 -12
- package/generated/react/index.js +12 -12
- 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.21.
|
|
19
|
+
this.semanticVersion = "3.21.3";
|
|
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,19 +1,21 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './card-pattern-01/index.js';
|
|
2
|
+
export * from './list-item-pattern-01/index.js';
|
|
2
3
|
export * from './alert/index.js';
|
|
3
|
-
export * from './
|
|
4
|
+
export * from './avatar/index.js';
|
|
4
5
|
export * from './badge/index.js';
|
|
5
|
-
export * from './
|
|
6
|
+
export * from './blur/index.js';
|
|
6
7
|
export * from './button/index.js';
|
|
8
|
+
export * from './breadcrumbs/index.js';
|
|
7
9
|
export * from './calendar/index.js';
|
|
8
10
|
export * from './card/index.js';
|
|
9
11
|
export * from './card-linked/index.js';
|
|
10
12
|
export * from './checkbox/index.js';
|
|
11
13
|
export * from './coachmark/index.js';
|
|
12
|
-
export * from './context-menu/index.js';
|
|
13
14
|
export * from './datepicker/index.js';
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './div/index.js';
|
|
15
|
+
export * from './context-menu/index.js';
|
|
16
16
|
export * from './details/index.js';
|
|
17
|
+
export * from './div/index.js';
|
|
18
|
+
export * from './dialog/index.js';
|
|
17
19
|
export * from './divider/index.js';
|
|
18
20
|
export * from './dropdown/index.js';
|
|
19
21
|
export * from './option/index.js';
|
|
@@ -24,29 +26,27 @@ export * from './form-summary/index.js';
|
|
|
24
26
|
export * from './grid/index.js';
|
|
25
27
|
export * from './grouped-list/index.js';
|
|
26
28
|
export * from './img/index.js';
|
|
27
|
-
export * from './input/index.js';
|
|
28
29
|
export * from './link/index.js';
|
|
30
|
+
export * from './input/index.js';
|
|
29
31
|
export * from './list/index.js';
|
|
30
32
|
export * from './mask/index.js';
|
|
31
33
|
export * from './menu-button/index.js';
|
|
32
34
|
export * from './pagination/index.js';
|
|
33
35
|
export * from './backdrop/index.js';
|
|
34
36
|
export * from './popover/index.js';
|
|
35
|
-
export * from './radio/index.js';
|
|
36
37
|
export * from './rich-text/index.js';
|
|
38
|
+
export * from './radio/index.js';
|
|
37
39
|
export * from './segmented-control/index.js';
|
|
38
40
|
export * from './select/index.js';
|
|
39
41
|
export * from './signal/index.js';
|
|
40
|
-
export * from './table/index.js';
|
|
41
42
|
export * from './spinner/index.js';
|
|
42
43
|
export * from './switch/index.js';
|
|
44
|
+
export * from './table/index.js';
|
|
43
45
|
export * from './tabs/index.js';
|
|
44
46
|
export * from './text/index.js';
|
|
45
|
-
export * from './theme/index.js';
|
|
46
47
|
export * from './textarea/index.js';
|
|
48
|
+
export * from './theme/index.js';
|
|
47
49
|
export * from './video/index.js';
|
|
48
|
-
export * from './card-pattern-01/index.js';
|
|
49
|
-
export * from './list-item-pattern-01/index.js';
|
|
50
50
|
export * from './avatar-group/index.js';
|
|
51
51
|
export * from './breadcrumb/index.js';
|
|
52
52
|
export * from './checkbox-group/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./card-pattern-01/index.js";
|
|
2
|
+
export * from "./list-item-pattern-01/index.js";
|
|
2
3
|
export * from "./alert/index.js";
|
|
3
|
-
export * from "./
|
|
4
|
+
export * from "./avatar/index.js";
|
|
4
5
|
export * from "./badge/index.js";
|
|
5
|
-
export * from "./
|
|
6
|
+
export * from "./blur/index.js";
|
|
6
7
|
export * from "./button/index.js";
|
|
8
|
+
export * from "./breadcrumbs/index.js";
|
|
7
9
|
export * from "./calendar/index.js";
|
|
8
10
|
export * from "./card/index.js";
|
|
9
11
|
export * from "./card-linked/index.js";
|
|
10
12
|
export * from "./checkbox/index.js";
|
|
11
13
|
export * from "./coachmark/index.js";
|
|
12
|
-
export * from "./context-menu/index.js";
|
|
13
14
|
export * from "./datepicker/index.js";
|
|
14
|
-
export * from "./
|
|
15
|
-
export * from "./div/index.js";
|
|
15
|
+
export * from "./context-menu/index.js";
|
|
16
16
|
export * from "./details/index.js";
|
|
17
|
+
export * from "./div/index.js";
|
|
18
|
+
export * from "./dialog/index.js";
|
|
17
19
|
export * from "./divider/index.js";
|
|
18
20
|
export * from "./dropdown/index.js";
|
|
19
21
|
export * from "./option/index.js";
|
|
@@ -24,29 +26,27 @@ export * from "./form-summary/index.js";
|
|
|
24
26
|
export * from "./grid/index.js";
|
|
25
27
|
export * from "./grouped-list/index.js";
|
|
26
28
|
export * from "./img/index.js";
|
|
27
|
-
export * from "./input/index.js";
|
|
28
29
|
export * from "./link/index.js";
|
|
30
|
+
export * from "./input/index.js";
|
|
29
31
|
export * from "./list/index.js";
|
|
30
32
|
export * from "./mask/index.js";
|
|
31
33
|
export * from "./menu-button/index.js";
|
|
32
34
|
export * from "./pagination/index.js";
|
|
33
35
|
export * from "./backdrop/index.js";
|
|
34
36
|
export * from "./popover/index.js";
|
|
35
|
-
export * from "./radio/index.js";
|
|
36
37
|
export * from "./rich-text/index.js";
|
|
38
|
+
export * from "./radio/index.js";
|
|
37
39
|
export * from "./segmented-control/index.js";
|
|
38
40
|
export * from "./select/index.js";
|
|
39
41
|
export * from "./signal/index.js";
|
|
40
|
-
export * from "./table/index.js";
|
|
41
42
|
export * from "./spinner/index.js";
|
|
42
43
|
export * from "./switch/index.js";
|
|
44
|
+
export * from "./table/index.js";
|
|
43
45
|
export * from "./tabs/index.js";
|
|
44
46
|
export * from "./text/index.js";
|
|
45
|
-
export * from "./theme/index.js";
|
|
46
47
|
export * from "./textarea/index.js";
|
|
48
|
+
export * from "./theme/index.js";
|
|
47
49
|
export * from "./video/index.js";
|
|
48
|
-
export * from "./card-pattern-01/index.js";
|
|
49
|
-
export * from "./list-item-pattern-01/index.js";
|
|
50
50
|
export * from "./avatar-group/index.js";
|
|
51
51
|
export * from "./breadcrumb/index.js";
|
|
52
52
|
export * from "./checkbox-group/index.js";
|
package/package.json
CHANGED