@sebgroup/green-core 2.19.0-rc.20251217084016908 → 2.19.0-rc.20251217091205493

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.19.0-rc.20251217084016908";
17
+ this.semanticVersion = "2.19.0-rc.20251217091205493";
18
18
  this._isUsingTransitionalStyles = false;
19
19
  this._dynamicStylesController = new DynamicStylesController(this);
20
20
  }
@@ -11,10 +11,10 @@ export * from './coachmark/index.js';
11
11
  export * from './context-menu/index.js';
12
12
  export * from './datepicker/index.js';
13
13
  export * from './details/index.js';
14
- export * from './dialog/index.js';
15
14
  export * from './div/index.js';
16
15
  export * from './divider/index.js';
17
16
  export * from './dropdown/index.js';
17
+ export * from './dialog/index.js';
18
18
  export * from './fab/index.js';
19
19
  export * from './filter-chips/index.js';
20
20
  export * from './flex/index.js';
@@ -49,10 +49,6 @@ 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-date/index.js';
56
52
  export * from './icons/icon-ai/index.js';
57
53
  export * from './icons/icon-airplane-up/index.js';
58
54
  export * from './icons/icon-archive/index.js';
@@ -386,6 +382,10 @@ export * from './icons/icon-youtube/index.js';
386
382
  export * from './icons/icon-zap/index.js';
387
383
  export * from './icons/icon-zoom-in/index.js';
388
384
  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
389
  export * from './sensitive-number/index.js';
390
390
  export * from './option/index.js';
391
391
  export * from './menu-heading/index.js';
@@ -11,10 +11,10 @@ export * from "./coachmark/index.js";
11
11
  export * from "./context-menu/index.js";
12
12
  export * from "./datepicker/index.js";
13
13
  export * from "./details/index.js";
14
- export * from "./dialog/index.js";
15
14
  export * from "./div/index.js";
16
15
  export * from "./divider/index.js";
17
16
  export * from "./dropdown/index.js";
17
+ export * from "./dialog/index.js";
18
18
  export * from "./fab/index.js";
19
19
  export * from "./filter-chips/index.js";
20
20
  export * from "./flex/index.js";
@@ -49,10 +49,6 @@ 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-date/index.js";
56
52
  export * from "./icons/icon-ai/index.js";
57
53
  export * from "./icons/icon-airplane-up/index.js";
58
54
  export * from "./icons/icon-archive/index.js";
@@ -386,6 +382,10 @@ export * from "./icons/icon-youtube/index.js";
386
382
  export * from "./icons/icon-zap/index.js";
387
383
  export * from "./icons/icon-zoom-in/index.js";
388
384
  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
389
  export * from "./sensitive-number/index.js";
390
390
  export * from "./option/index.js";
391
391
  export * from "./menu-heading/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-rc.20251217084016908",
4
+ "version": "2.19.0-rc.20251217091205493",
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 = "-ff9c3b";
3
+ const VER_SUFFIX = "-2dce22";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])