@sebgroup/green-core 2.20.0-rc.20251215154321804 → 2.20.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/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.20.0-rc.20251215154321804";
17
+ this.semanticVersion = "2.20.0";
18
18
  this._isUsingTransitionalStyles = false;
19
19
  this._dynamicStylesController = new DynamicStylesController(this);
20
20
  }
@@ -28,10 +28,10 @@ export * from './link/index.js';
28
28
  export * from './mask/index.js';
29
29
  export * from './menu-button/index.js';
30
30
  export * from './pagination/index.js';
31
- export * from './radio/index.js';
32
- export * from './rich-text/index.js';
33
31
  export * from './backdrop/index.js';
34
32
  export * from './popover/index.js';
33
+ export * from './radio/index.js';
34
+ export * from './rich-text/index.js';
35
35
  export * from './segmented-control/index.js';
36
36
  export * from './select/index.js';
37
37
  export * from './signal/index.js';
@@ -28,10 +28,10 @@ export * from "./link/index.js";
28
28
  export * from "./mask/index.js";
29
29
  export * from "./menu-button/index.js";
30
30
  export * from "./pagination/index.js";
31
- export * from "./radio/index.js";
32
- export * from "./rich-text/index.js";
33
31
  export * from "./backdrop/index.js";
34
32
  export * from "./popover/index.js";
33
+ export * from "./radio/index.js";
34
+ export * from "./rich-text/index.js";
35
35
  export * from "./segmented-control/index.js";
36
36
  export * from "./select/index.js";
37
37
  export * from "./signal/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.20.0-rc.20251215154321804",
4
+ "version": "2.20.0",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  import "../../chunks/chunk.QU3DSPNU.js";
2
2
  import { html as litHtml } from "lit";
3
- const VER_SUFFIX = "-0e967a";
3
+ const VER_SUFFIX = "-e2d57e";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])