@sebgroup/green-core 2.6.2 → 2.6.3-rc.20250926092854677
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.
|
@@ -213,7 +213,7 @@ __decorateClass([
|
|
|
213
213
|
property({ type: Number })
|
|
214
214
|
], Input.prototype, "maxlength", 2);
|
|
215
215
|
__decorateClass([
|
|
216
|
-
property({
|
|
216
|
+
property({ reflect: true })
|
|
217
217
|
], Input.prototype, "size", 2);
|
|
218
218
|
__decorateClass([
|
|
219
219
|
property({ type: Boolean })
|
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.6.
|
|
17
|
+
this.semanticVersion = "2.6.3-rc.20250926092854677";
|
|
18
18
|
this._isUsingTransitionalStyles = false;
|
|
19
19
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
20
20
|
}
|
|
@@ -21,8 +21,8 @@ export * from './form-summary/index.js';
|
|
|
21
21
|
export * from './grid/index.js';
|
|
22
22
|
export * from './grouped-list/index.js';
|
|
23
23
|
export * from './list-item/index.js';
|
|
24
|
-
export * from './icons/icon/index.js';
|
|
25
24
|
export * from './img/index.js';
|
|
25
|
+
export * from './icons/icon/index.js';
|
|
26
26
|
export * from './input/index.js';
|
|
27
27
|
export * from './link/index.js';
|
|
28
28
|
export * from './mask/index.js';
|
|
@@ -31,8 +31,8 @@ export * from './backdrop/index.js';
|
|
|
31
31
|
export * from './popover/index.js';
|
|
32
32
|
export * from './radio/index.js';
|
|
33
33
|
export * from './rich-text/index.js';
|
|
34
|
-
export * from './select/index.js';
|
|
35
34
|
export * from './segmented-control/index.js';
|
|
35
|
+
export * from './select/index.js';
|
|
36
36
|
export * from './signal/index.js';
|
|
37
37
|
export * from './spinner/index.js';
|
|
38
38
|
export * from './text/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -21,8 +21,8 @@ export * from "./form-summary/index.js";
|
|
|
21
21
|
export * from "./grid/index.js";
|
|
22
22
|
export * from "./grouped-list/index.js";
|
|
23
23
|
export * from "./list-item/index.js";
|
|
24
|
-
export * from "./icons/icon/index.js";
|
|
25
24
|
export * from "./img/index.js";
|
|
25
|
+
export * from "./icons/icon/index.js";
|
|
26
26
|
export * from "./input/index.js";
|
|
27
27
|
export * from "./link/index.js";
|
|
28
28
|
export * from "./mask/index.js";
|
|
@@ -31,8 +31,8 @@ export * from "./backdrop/index.js";
|
|
|
31
31
|
export * from "./popover/index.js";
|
|
32
32
|
export * from "./radio/index.js";
|
|
33
33
|
export * from "./rich-text/index.js";
|
|
34
|
-
export * from "./select/index.js";
|
|
35
34
|
export * from "./segmented-control/index.js";
|
|
35
|
+
export * from "./select/index.js";
|
|
36
36
|
export * from "./signal/index.js";
|
|
37
37
|
export * from "./spinner/index.js";
|
|
38
38
|
export * from "./text/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.6.
|
|
4
|
+
"version": "2.6.3-rc.20250926092854677",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly, this file was auto-generated.\n */\n\n --gds-sys-state-hover-state-layer-opacity: 0.1;\n --gds-sys-motion-easing-ease-in: 0.64, 0, 0.78, 0;\n --gds-sys-motion-easing-ease-in-out: 0.83, 0, 0.17, 1;\n --gds-sys-motion-easing-ease-out: 0.22, 1, 0.36, 1;\n --gds-sys-motion-easing-linear: 0, 0, 1, 1;\n --gds-sys-motion-duration-fastest: .2s;\n --gds-sys-motion-duration-fast: .4s;\n --gds-sys-motion-duration-default: .5s;\n --gds-sys-motion-duration-slow: 1s;\n --gds-sys-motion-duration-slowest: 1.5s;\n --gds-sys-viewport-xs:
|
|
1
|
+
const styles = "/**\n * Do not edit directly, this file was auto-generated.\n */\n\n --gds-sys-state-hover-state-layer-opacity: 0.1;\n --gds-sys-motion-easing-ease-in: 0.64, 0, 0.78, 0;\n --gds-sys-motion-easing-ease-in-out: 0.83, 0, 0.17, 1;\n --gds-sys-motion-easing-ease-out: 0.22, 1, 0.36, 1;\n --gds-sys-motion-easing-linear: 0, 0, 1, 1;\n --gds-sys-motion-duration-fastest: .2s;\n --gds-sys-motion-duration-fast: .4s;\n --gds-sys-motion-duration-default: .5s;\n --gds-sys-motion-duration-slow: 1s;\n --gds-sys-motion-duration-slowest: 1.5s;\n --gds-sys-viewport-0: 0;\n --gds-sys-viewport-2xs: 320;\n --gds-sys-viewport-xs: 425;\n --gds-sys-viewport-s: 768;\n --gds-sys-viewport-m: 1024;\n --gds-sys-viewport-l: 1280;\n --gds-sys-viewport-xl: 1440;\n --gds-sys-viewport-2xl: 2560;\n --gds-sys-viewport-3xl: 3840;\n --gds-sys-viewport-4xl: 4320;\n --gds-sys-viewport-5xl: 6016;\n --gds-sys-viewport-6xl: 7680;\n --gds-sys-text-family: SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-weight-light: 300;\n --gds-sys-text-weight-regular: 400;\n --gds-sys-text-weight-book: 450;\n --gds-sys-text-weight-medium: 500;\n --gds-sys-text-weight-bold: 700;\n --gds-sys-text-heading-xl: 450 32px/44px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-heading-l: 450 28px/40px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-heading-m: 450 24px/32px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-heading-s: 450 20px/28px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-heading-xs: 450 16px/24px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-heading-2xs: 450 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-book-m: 450 16px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-book-s: 450 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-book-xs: 450 12px/16px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-regular-m: 400 16px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-regular-s: 400 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-detail-regular-xs: 400 12px/16px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-book-l: 450 20px/26px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-book-m: 450 16px/24px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-book-s: 450 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-regular-l: 400 20px/26px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-regular-m: 400 16px/24px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-regular-s: 400 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-italic-l: italic 400 20px/26px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-italic-m: italic 400 16px/24px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-body-italic-s: italic 400 14px/20px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-display-2xl: 450 82px/90px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-display-xl: 450 64px/72px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-display-l: 450 48px/56px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-display-m: 450 36px/44px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-display-s: 450 32px/40px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-2xl: 450 32px/40px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-xl: 450 28px/36px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-l: 450 24px/32px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-m: 450 20px/28px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-s: 450 18px/26px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-text-preamble-xs: 450 16px/24px SEB SansSerif, SEB SansSerif GDS, SEBSansSerif;\n --gds-sys-space-0: 0px;\n --gds-sys-space-5xs: 1px;\n --gds-sys-space-4xs: 2px;\n --gds-sys-space-3xs: 4px;\n --gds-sys-space-2xs: 6px;\n --gds-sys-space-xs: 8px;\n --gds-sys-space-s: 12px;\n --gds-sys-space-m: 16px;\n --gds-sys-space-l: 20px;\n --gds-sys-space-xl: 24px;\n --gds-sys-space-2xl: 32px;\n --gds-sys-space-3xl: 40px;\n --gds-sys-space-4xl: 48px;\n --gds-sys-space-5xl: 64px;\n --gds-sys-space-6xl: 80px;\n --gds-sys-space-7xl: 96px;\n --gds-sys-space-8xl: 112px;\n --gds-sys-space-9xl: 120px;\n --gds-sys-space-max: 999px;\n --gds-sys-radius-0: 0px;\n --gds-sys-radius-none: 0px;\n --gds-sys-radius-5xs: 1px;\n --gds-sys-radius-4xs: 2px;\n --gds-sys-radius-3xs: 4px;\n --gds-sys-radius-2xs: 6px;\n --gds-sys-radius-xs: 8px;\n --gds-sys-radius-s: 12px;\n --gds-sys-radius-m: 16px;\n --gds-sys-radius-l: 20px;\n --gds-sys-radius-xl: 24px;\n --gds-sys-radius-2xl: 32px;\n --gds-sys-radius-3xl: 40px;\n --gds-sys-radius-4xl: 48px;\n --gds-sys-radius-5xl: 64px;\n --gds-sys-radius-max: 999px;";
|
|
2
2
|
export default styles;
|