@sebgroup/green-core 3.8.0 → 3.8.1
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/text/text.component.js +1 -1
- package/custom-elements.json +32995 -32995
- 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 +5 -5
- package/generated/react/index.js +5 -5
- 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.8.
|
|
19
|
+
this.semanticVersion = "3.8.1";
|
|
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,6 +1,6 @@
|
|
|
1
1
|
export * from './alert/index.js';
|
|
2
|
-
export * from './avatar/index.js';
|
|
3
2
|
export * from './badge/index.js';
|
|
3
|
+
export * from './avatar/index.js';
|
|
4
4
|
export * from './blur/index.js';
|
|
5
5
|
export * from './breadcrumbs/index.js';
|
|
6
6
|
export * from './button/index.js';
|
|
@@ -10,10 +10,10 @@ export * from './checkbox/index.js';
|
|
|
10
10
|
export * from './card-linked/index.js';
|
|
11
11
|
export * from './coachmark/index.js';
|
|
12
12
|
export * from './context-menu/index.js';
|
|
13
|
-
export * from './dialog/index.js';
|
|
14
|
-
export * from './div/index.js';
|
|
15
13
|
export * from './datepicker/index.js';
|
|
16
14
|
export * from './details/index.js';
|
|
15
|
+
export * from './dialog/index.js';
|
|
16
|
+
export * from './div/index.js';
|
|
17
17
|
export * from './divider/index.js';
|
|
18
18
|
export * from './dropdown/index.js';
|
|
19
19
|
export * from './fab/index.js';
|
|
@@ -49,14 +49,14 @@ export * from './breadcrumb/index.js';
|
|
|
49
49
|
export * from './checkbox-group/index.js';
|
|
50
50
|
export * from './icons/icon-details/index.js';
|
|
51
51
|
export * from './filter-chip/index.js';
|
|
52
|
-
export * from './formatted-account/index.js';
|
|
53
52
|
export * from './formatted-date/index.js';
|
|
54
53
|
export * from './formatted-number/index.js';
|
|
54
|
+
export * from './formatted-account/index.js';
|
|
55
55
|
export * from './radio-group/index.js';
|
|
56
56
|
export * from './segment/index.js';
|
|
57
|
-
export * from './sensitive-date/index.js';
|
|
58
57
|
export * from './sensitive-account/index.js';
|
|
59
58
|
export * from './sensitive-number/index.js';
|
|
59
|
+
export * from './sensitive-date/index.js';
|
|
60
60
|
export * from './icons/icon-ai/index.js';
|
|
61
61
|
export * from './icons/icon-airplane-up/index.js';
|
|
62
62
|
export * from './icons/icon-archive/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./alert/index.js";
|
|
2
|
-
export * from "./avatar/index.js";
|
|
3
2
|
export * from "./badge/index.js";
|
|
3
|
+
export * from "./avatar/index.js";
|
|
4
4
|
export * from "./blur/index.js";
|
|
5
5
|
export * from "./breadcrumbs/index.js";
|
|
6
6
|
export * from "./button/index.js";
|
|
@@ -10,10 +10,10 @@ export * from "./checkbox/index.js";
|
|
|
10
10
|
export * from "./card-linked/index.js";
|
|
11
11
|
export * from "./coachmark/index.js";
|
|
12
12
|
export * from "./context-menu/index.js";
|
|
13
|
-
export * from "./dialog/index.js";
|
|
14
|
-
export * from "./div/index.js";
|
|
15
13
|
export * from "./datepicker/index.js";
|
|
16
14
|
export * from "./details/index.js";
|
|
15
|
+
export * from "./dialog/index.js";
|
|
16
|
+
export * from "./div/index.js";
|
|
17
17
|
export * from "./divider/index.js";
|
|
18
18
|
export * from "./dropdown/index.js";
|
|
19
19
|
export * from "./fab/index.js";
|
|
@@ -49,14 +49,14 @@ export * from "./breadcrumb/index.js";
|
|
|
49
49
|
export * from "./checkbox-group/index.js";
|
|
50
50
|
export * from "./icons/icon-details/index.js";
|
|
51
51
|
export * from "./filter-chip/index.js";
|
|
52
|
-
export * from "./formatted-account/index.js";
|
|
53
52
|
export * from "./formatted-date/index.js";
|
|
54
53
|
export * from "./formatted-number/index.js";
|
|
54
|
+
export * from "./formatted-account/index.js";
|
|
55
55
|
export * from "./radio-group/index.js";
|
|
56
56
|
export * from "./segment/index.js";
|
|
57
|
-
export * from "./sensitive-date/index.js";
|
|
58
57
|
export * from "./sensitive-account/index.js";
|
|
59
58
|
export * from "./sensitive-number/index.js";
|
|
59
|
+
export * from "./sensitive-date/index.js";
|
|
60
60
|
export * from "./icons/icon-ai/index.js";
|
|
61
61
|
export * from "./icons/icon-airplane-up/index.js";
|
|
62
62
|
export * from "./icons/icon-archive/index.js";
|
package/package.json
CHANGED