@sebgroup/green-core 1.2.0 → 1.2.2

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/index.js CHANGED
@@ -139,7 +139,7 @@ function watchMediaQuery(q) {
139
139
  // libs/core/src/utils/helpers/custom-element-scoping.ts
140
140
  import { html as litHtml } from "lit";
141
141
  import { customElement } from "lit/decorators.js";
142
- var VER_SUFFIX = "-91f802";
142
+ var VER_SUFFIX = "-5a70c1";
143
143
  var elementLookupTable = /* @__PURE__ */ new Map();
144
144
  var gdsCustomElement = (tagName) => {
145
145
  if (globalThis.GDS_DISABLE_VERSIONED_ELEMENTS) {
@@ -583,7 +583,7 @@ GdsOption = __decorateClass([
583
583
  ], GdsOption);
584
584
 
585
585
  // libs/core/src/primitives/popover/popover.ts
586
- import { LitElement as LitElement3, html as html3, unsafeCSS as unsafeCSS3 } from "lit";
586
+ import { LitElement as LitElement3, html as html3, unsafeCSS as unsafeCSS2 } from "lit";
587
587
  import { property as property3, state } from "lit/decorators.js";
588
588
  import { msg } from "@lit/localize";
589
589
  import { createRef as createRef2, ref as ref2 } from "lit/directives/ref.js";
@@ -939,7 +939,7 @@ registerAutoPositioning_fn = function() {
939
939
  _triggerKeyDownListener = new WeakMap();
940
940
  _focusFirstSlottedChild = new WeakMap();
941
941
  _clickOutsideListener = new WeakMap();
942
- GdsPopover.styles = unsafeCSS3(popover_styles_default);
942
+ GdsPopover.styles = unsafeCSS2(popover_styles_default);
943
943
  __decorateClass([
944
944
  property3({ type: Boolean, reflect: true })
945
945
  ], GdsPopover.prototype, "open", 2);
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.2.0",
4
+ "version": "1.2.2",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@floating-ui/dom": "^1.5.3",
25
- "@lit/localize": "^0.11.4",
26
- "lit": "^2.8.0",
25
+ "@lit/localize": "^0.12.1",
26
+ "lit": "^3.1.0",
27
27
  "reflect-metadata": "^0.1.13"
28
28
  },
29
29
  "exports": {
@@ -1,7 +1,7 @@
1
1
  import { LitElement } from 'lit';
2
2
  import { GdsOption, OptionsContainer } from './option';
3
3
  import 'reflect-metadata';
4
- import { ListboxKbNavigation } from 'src/controllers/listbox-kb-nav-controller';
4
+ import { ListboxKbNavigation } from '../../controllers/listbox-kb-nav-controller';
5
5
  /**
6
6
  * @element gds-listbox
7
7
  * @internal
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
- import { ListboxKbNavigation } from 'src/controllers/listbox-kb-nav-controller';
2
+ import { ListboxKbNavigation } from '../../controllers/listbox-kb-nav-controller';
3
3
  import { GdsMenuItem } from './menu-item';
4
4
  /**
5
5
  * @element gds-menu
@@ -6347,7 +6347,7 @@ function register4() {
6347
6347
  // libs/core/src/utils/helpers/custom-element-scoping.ts
6348
6348
  import { html as litHtml } from "lit";
6349
6349
  import { customElement } from "lit/decorators.js";
6350
- var VER_SUFFIX = "-91f802";
6350
+ var VER_SUFFIX = "-5a70c1";
6351
6351
  var elementLookupTable = /* @__PURE__ */ new Map();
6352
6352
  var templateCache = /* @__PURE__ */ new WeakMap();
6353
6353
  function applyElementScoping(strings, ...values) {