@sebgroup/green-core 2.19.0-rc.20251212084602571 → 2.19.0
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 +10717 -10717
- package/gds-element.js +1 -1
- package/generated/react/index.d.ts +4 -4
- package/generated/react/index.js +4 -4
- package/package.json +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
package/gds-element.js
CHANGED
|
@@ -14,7 +14,7 @@ class GdsElement extends LitElement {
|
|
|
14
14
|
/**
|
|
15
15
|
* The semantic version of this element. Can be used for troubleshooting to verify the version being used.
|
|
16
16
|
*/
|
|
17
|
-
this.semanticVersion = "2.19.0
|
|
17
|
+
this.semanticVersion = "2.19.0";
|
|
18
18
|
this._isUsingTransitionalStyles = false;
|
|
19
19
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
20
20
|
}
|
|
@@ -52,6 +52,10 @@ export * from './filter-chip/index.js';
|
|
|
52
52
|
export * from './formatted-account/index.js';
|
|
53
53
|
export * from './formatted-date/index.js';
|
|
54
54
|
export * from './formatted-number/index.js';
|
|
55
|
+
export * from './radio-group/index.js';
|
|
56
|
+
export * from './sensitive-account/index.js';
|
|
57
|
+
export * from './sensitive-date/index.js';
|
|
58
|
+
export * from './segment/index.js';
|
|
55
59
|
export * from './icons/icon-ai/index.js';
|
|
56
60
|
export * from './icons/icon-airplane-up/index.js';
|
|
57
61
|
export * from './icons/icon-archive/index.js';
|
|
@@ -385,8 +389,4 @@ export * from './icons/icon-youtube/index.js';
|
|
|
385
389
|
export * from './icons/icon-zap/index.js';
|
|
386
390
|
export * from './icons/icon-zoom-in/index.js';
|
|
387
391
|
export * from './icons/icon-zoom-out/index.js';
|
|
388
|
-
export * from './radio-group/index.js';
|
|
389
|
-
export * from './segment/index.js';
|
|
390
|
-
export * from './sensitive-account/index.js';
|
|
391
|
-
export * from './sensitive-date/index.js';
|
|
392
392
|
export * from './sensitive-number/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -52,6 +52,10 @@ export * from "./filter-chip/index.js";
|
|
|
52
52
|
export * from "./formatted-account/index.js";
|
|
53
53
|
export * from "./formatted-date/index.js";
|
|
54
54
|
export * from "./formatted-number/index.js";
|
|
55
|
+
export * from "./radio-group/index.js";
|
|
56
|
+
export * from "./sensitive-account/index.js";
|
|
57
|
+
export * from "./sensitive-date/index.js";
|
|
58
|
+
export * from "./segment/index.js";
|
|
55
59
|
export * from "./icons/icon-ai/index.js";
|
|
56
60
|
export * from "./icons/icon-airplane-up/index.js";
|
|
57
61
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -385,8 +389,4 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
385
389
|
export * from "./icons/icon-zap/index.js";
|
|
386
390
|
export * from "./icons/icon-zoom-in/index.js";
|
|
387
391
|
export * from "./icons/icon-zoom-out/index.js";
|
|
388
|
-
export * from "./radio-group/index.js";
|
|
389
|
-
export * from "./segment/index.js";
|
|
390
|
-
export * from "./sensitive-account/index.js";
|
|
391
|
-
export * from "./sensitive-date/index.js";
|
|
392
392
|
export * from "./sensitive-number/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.19.0
|
|
4
|
+
"version": "2.19.0",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|