@sebgroup/green-core 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +1 -1
- package/transitional-styles.js +6 -6
package/index.js
CHANGED
|
@@ -143,7 +143,7 @@ function watchMediaQuery(q) {
|
|
|
143
143
|
// libs/core/src/utils/helpers/custom-element-scoping.ts
|
|
144
144
|
import { html as litHtml } from "lit";
|
|
145
145
|
import { customElement } from "lit/decorators.js";
|
|
146
|
-
var VER_SUFFIX = "-
|
|
146
|
+
var VER_SUFFIX = "-e53cc1";
|
|
147
147
|
var elementLookupTable = /* @__PURE__ */ new Map();
|
|
148
148
|
var gdsCustomElement = (tagName) => {
|
|
149
149
|
if (globalThis.GDS_DISABLE_VERSIONED_ELEMENTS) {
|
package/package.json
CHANGED
package/transitional-styles.js
CHANGED
|
@@ -1755,14 +1755,14 @@ a.button.tertiary.danger:focus-visible {
|
|
|
1755
1755
|
background: var(--gds-ref-pallet-base800);
|
|
1756
1756
|
}
|
|
1757
1757
|
|
|
1758
|
-
:host(:hover)
|
|
1758
|
+
:host(:hover),
|
|
1759
|
+
:host(:focus) {
|
|
1759
1760
|
background-color: var(--gds-ref-pallet-base300);
|
|
1760
1761
|
}
|
|
1761
1762
|
|
|
1762
1763
|
:host(:focus) {
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
outline: 2px solid;
|
|
1764
|
+
outline-color: #000;
|
|
1765
|
+
outline-offset: -0.25rem;
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
1768
|
:host([aria-hidden=true]) {
|
|
@@ -3605,7 +3605,7 @@ dialog {
|
|
|
3605
3605
|
visibility: hidden;
|
|
3606
3606
|
z-index: var(--z-index);
|
|
3607
3607
|
border-width: 0;
|
|
3608
|
-
overflow:
|
|
3608
|
+
overflow: visible;
|
|
3609
3609
|
padding: 0;
|
|
3610
3610
|
right: 0;
|
|
3611
3611
|
}
|
|
@@ -5792,7 +5792,7 @@ function register3() {
|
|
|
5792
5792
|
// libs/core/src/utils/helpers/custom-element-scoping.ts
|
|
5793
5793
|
import { html as litHtml } from "lit";
|
|
5794
5794
|
import { customElement } from "lit/decorators.js";
|
|
5795
|
-
var VER_SUFFIX = "-
|
|
5795
|
+
var VER_SUFFIX = "-e53cc1";
|
|
5796
5796
|
var elementLookupTable = /* @__PURE__ */ new Map();
|
|
5797
5797
|
var templateCache = /* @__PURE__ */ new WeakMap();
|
|
5798
5798
|
function applyElementScoping(strings, ...values) {
|