@sebgroup/green-core 1.14.0 → 1.14.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/components/icon/icon.d.ts +1 -1
- package/index.js +7 -8
- package/package.json +1 -1
- package/transitional-styles.js +1 -1
package/index.js
CHANGED
|
@@ -152,7 +152,7 @@ function watchMediaQuery(q) {
|
|
|
152
152
|
// libs/core/src/utils/helpers/custom-element-scoping.ts
|
|
153
153
|
import { html as litHtml } from "lit";
|
|
154
154
|
import { customElement } from "lit/decorators.js";
|
|
155
|
-
var VER_SUFFIX = "-
|
|
155
|
+
var VER_SUFFIX = "-791bd2";
|
|
156
156
|
var elementLookupTable = /* @__PURE__ */ new Map();
|
|
157
157
|
var gdsCustomElement = (tagName) => {
|
|
158
158
|
if (globalThis.GDS_DISABLE_VERSIONED_ELEMENTS) {
|
|
@@ -2821,7 +2821,7 @@ import { unsafeCSS as unsafeCSS2 } from "lit";
|
|
|
2821
2821
|
// dist/libs/tokens/internal/pallet.css
|
|
2822
2822
|
var pallet_default = `/**
|
|
2823
2823
|
* Do not edit directly
|
|
2824
|
-
* Generated on
|
|
2824
|
+
* Generated on Wed, 17 Apr 2024 14:10:00 GMT
|
|
2825
2825
|
*/
|
|
2826
2826
|
|
|
2827
2827
|
:host {
|
|
@@ -2982,7 +2982,7 @@ var pallet_default = `/**
|
|
|
2982
2982
|
// dist/libs/tokens/internal/theme/light.css
|
|
2983
2983
|
var light_default = `/**
|
|
2984
2984
|
* Do not edit directly
|
|
2985
|
-
* Generated on
|
|
2985
|
+
* Generated on Wed, 17 Apr 2024 14:10:00 GMT
|
|
2986
2986
|
*/
|
|
2987
2987
|
|
|
2988
2988
|
:host {
|
|
@@ -3103,7 +3103,7 @@ var light_default = `/**
|
|
|
3103
3103
|
// dist/libs/tokens/internal/size.css
|
|
3104
3104
|
var size_default = `/**
|
|
3105
3105
|
* Do not edit directly
|
|
3106
|
-
* Generated on
|
|
3106
|
+
* Generated on Wed, 17 Apr 2024 14:10:00 GMT
|
|
3107
3107
|
*/
|
|
3108
3108
|
|
|
3109
3109
|
:host {
|
|
@@ -4107,8 +4107,7 @@ GdsSegmentedControl = __decorateClass([
|
|
|
4107
4107
|
], GdsSegmentedControl);
|
|
4108
4108
|
|
|
4109
4109
|
// libs/core/src/components/icon/icon.ts
|
|
4110
|
-
import { LitElement as LitElement8,
|
|
4111
|
-
import { customElement as customElement2 } from "lit/decorators.js";
|
|
4110
|
+
import { LitElement as LitElement8, unsafeCSS as unsafeCSS6 } from "lit";
|
|
4112
4111
|
|
|
4113
4112
|
// libs/core/src/components/icon/stem.styles.scss
|
|
4114
4113
|
var stem_styles_default = `svg:not([display=none]) {
|
|
@@ -4142,7 +4141,7 @@ var GdsIcon = class extends LitElement8 {
|
|
|
4142
4141
|
}
|
|
4143
4142
|
render() {
|
|
4144
4143
|
const { name } = this;
|
|
4145
|
-
return
|
|
4144
|
+
return html`
|
|
4146
4145
|
<svg display="none">
|
|
4147
4146
|
<symbol id="plus">
|
|
4148
4147
|
<line x1="12" y1="5" x2="12" y2="19" />
|
|
@@ -4244,7 +4243,7 @@ GdsIcon.properties = {
|
|
|
4244
4243
|
name: { type: String }
|
|
4245
4244
|
};
|
|
4246
4245
|
GdsIcon = __decorateClass([
|
|
4247
|
-
|
|
4246
|
+
gdsCustomElement("gds-icon")
|
|
4248
4247
|
], GdsIcon);
|
|
4249
4248
|
export {
|
|
4250
4249
|
GdsContextMenu,
|
package/package.json
CHANGED
package/transitional-styles.js
CHANGED
|
@@ -3531,7 +3531,7 @@ function register9() {
|
|
|
3531
3531
|
// libs/core/src/utils/helpers/custom-element-scoping.ts
|
|
3532
3532
|
import { html as litHtml } from "lit";
|
|
3533
3533
|
import { customElement } from "lit/decorators.js";
|
|
3534
|
-
var VER_SUFFIX = "-
|
|
3534
|
+
var VER_SUFFIX = "-791bd2";
|
|
3535
3535
|
var elementLookupTable = /* @__PURE__ */ new Map();
|
|
3536
3536
|
var templateCache = /* @__PURE__ */ new WeakMap();
|
|
3537
3537
|
function applyElementScoping(strings, ...values) {
|