@sebgroup/green-core 2.14.0 → 2.14.1-rc.20251106093437760
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.
|
@@ -18,17 +18,24 @@ const style = css`
|
|
|
18
18
|
text-decoration: none;
|
|
19
19
|
text-underline-offset: 0.2lh;
|
|
20
20
|
color: currentColor;
|
|
21
|
-
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
border-radius: var(--gds-sys-radius-3xs);
|
|
23
|
+
outline-offset: var(--gds-sys-space-3xs);
|
|
22
24
|
outline-color: currentColor;
|
|
23
25
|
font-weight: var(--gds-sys-text-weight-book);
|
|
24
|
-
|
|
26
|
+
will-change: text-underline-offset;
|
|
27
|
+
transition-property: text-underline-offset;
|
|
28
|
+
transition-duration: var(--gds-sys-motion-duration-fastest);
|
|
29
|
+
transition-timing-function: var(--gds-sys-motion-easing-ease-in-out);
|
|
25
30
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
@media (pointer: fine) {
|
|
32
|
+
&:hover {
|
|
33
|
+
text-decoration: underline;
|
|
34
|
+
text-underline-offset: 0.16lh;
|
|
29
35
|
|
|
30
|
-
|
|
31
|
-
|
|
36
|
+
&:active {
|
|
37
|
+
text-underline-offset: 0.08lh;
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
}
|
|
34
41
|
}
|
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.14.
|
|
17
|
+
this.semanticVersion = "2.14.1-rc.20251106093437760";
|
|
18
18
|
this._isUsingTransitionalStyles = false;
|
|
19
19
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
20
20
|
}
|
|
@@ -53,6 +53,11 @@ export * from './filter-chip/index.js';
|
|
|
53
53
|
export * from './formatted-account/index.js';
|
|
54
54
|
export * from './formatted-date/index.js';
|
|
55
55
|
export * from './formatted-number/index.js';
|
|
56
|
+
export * from './radio-group/index.js';
|
|
57
|
+
export * from './segment/index.js';
|
|
58
|
+
export * from './sensitive-account/index.js';
|
|
59
|
+
export * from './sensitive-date/index.js';
|
|
60
|
+
export * from './sensitive-number/index.js';
|
|
56
61
|
export * from './icons/icon-ai/index.js';
|
|
57
62
|
export * from './icons/icon-airplane-up/index.js';
|
|
58
63
|
export * from './icons/icon-archive/index.js';
|
|
@@ -386,8 +391,3 @@ export * from './icons/icon-youtube/index.js';
|
|
|
386
391
|
export * from './icons/icon-zap/index.js';
|
|
387
392
|
export * from './icons/icon-zoom-in/index.js';
|
|
388
393
|
export * from './icons/icon-zoom-out/index.js';
|
|
389
|
-
export * from './radio-group/index.js';
|
|
390
|
-
export * from './segment/index.js';
|
|
391
|
-
export * from './sensitive-account/index.js';
|
|
392
|
-
export * from './sensitive-date/index.js';
|
|
393
|
-
export * from './sensitive-number/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -53,6 +53,11 @@ export * from "./filter-chip/index.js";
|
|
|
53
53
|
export * from "./formatted-account/index.js";
|
|
54
54
|
export * from "./formatted-date/index.js";
|
|
55
55
|
export * from "./formatted-number/index.js";
|
|
56
|
+
export * from "./radio-group/index.js";
|
|
57
|
+
export * from "./segment/index.js";
|
|
58
|
+
export * from "./sensitive-account/index.js";
|
|
59
|
+
export * from "./sensitive-date/index.js";
|
|
60
|
+
export * from "./sensitive-number/index.js";
|
|
56
61
|
export * from "./icons/icon-ai/index.js";
|
|
57
62
|
export * from "./icons/icon-airplane-up/index.js";
|
|
58
63
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -386,8 +391,3 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
386
391
|
export * from "./icons/icon-zap/index.js";
|
|
387
392
|
export * from "./icons/icon-zoom-in/index.js";
|
|
388
393
|
export * from "./icons/icon-zoom-out/index.js";
|
|
389
|
-
export * from "./radio-group/index.js";
|
|
390
|
-
export * from "./segment/index.js";
|
|
391
|
-
export * from "./sensitive-account/index.js";
|
|
392
|
-
export * from "./sensitive-date/index.js";
|
|
393
|
-
export * from "./sensitive-number/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.14.
|
|
4
|
+
"version": "2.14.1-rc.20251106093437760",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|