@sebgroup/green-core 1.85.3 → 1.85.4

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.
@@ -39,3 +39,4 @@ export * from './textarea';
39
39
  export * from './radio';
40
40
  export * from './alert';
41
41
  export * from './rich-text';
42
+ export * from './fab';
@@ -39,3 +39,4 @@ export * from "./textarea/index.js";
39
39
  export * from "./radio/index.js";
40
40
  export * from "./alert/index.js";
41
41
  export * from "./rich-text/index.js";
42
+ export * from "./fab/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": "1.85.3",
4
+ "version": "1.85.4",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  import "../../chunks/chunk.QTSIPXV3.js";
2
2
  import { html as litHtml } from "lit";
3
- const VER_SUFFIX = "-ac25ce";
3
+ const VER_SUFFIX = "-5d85af";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])