@cds/core 6.4.4 → 6.4.5
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/accordion/accordion-header.element.scss.js +1 -1
- package/button-inline/button-inline.element.scss.js +1 -1
- package/button-sort/button-sort.element.scss.js +1 -1
- package/custom-elements.json +4 -4
- package/global.css +6 -6
- package/global.min.css +1 -1
- package/icon/icon.element.d.ts +2 -2
- package/icon/icon.element.scss.js +1 -1
- package/internal/base/base.element.scss.js +1 -1
- package/internal/utils/global.js +1 -1
- package/navigation/navigation-item.element.scss.js +1 -1
- package/package.json +1 -1
- package/select/select.global.scss.js +1 -1
- package/selection-panels/shared/selection-panel.element.scss.js +1 -1
- package/styles/module.tokens.css +6 -6
- package/styles/module.tokens.min.css +1 -1
- package/styles/theme.dark.css +19 -18
- package/styles/theme.dark.min.css +1 -1
- package/tokens/tokens.android.xml +7 -7
- package/tokens/tokens.ios.swift +7 -7
- package/tokens/tokens.json +14 -14
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{css as o}from"lit";var a=o`:host{--color:var(--cds-alias-object-interaction-color, var(--cds-global-color-construction-
|
|
1
|
+
import{css as o}from"lit";var a=o`:host{--color:var(--cds-alias-object-interaction-color, var(--cds-global-color-construction-500, #6a7a81));--background:var(--cds-alias-object-container-background-tint, var(--cds-global-color-construction-50, #f1f6f8));--font-size:var(--cds-global-typography-secondary-font-size, calc(13 * 1rem / var(--cds-global-base, 20)));--font-weight:var(--cds-global-typography-secondary-font-weight, 400);--padding:calc(var(--cds-global-space-5, calc(8 * 1rem / var(--cds-global-base, 20))) + var(--cds-global-space-2, calc(2 * 1rem / var(--cds-global-base, 20))));cursor:pointer;width:100%;contain:inherit}.private-host{background:var(--background);padding:var(--padding);cursor:inherit;border:0;font-size:var(--font-size);font-weight:var(--font-weight);color:var(--color)}:host(:hover){--color:var(--cds-alias-object-interaction-color-hover, var(--cds-global-color-construction-1000, #1b2b32));--background:var(--cds-alias-object-interaction-background-hover, var(--cds-global-color-blue-50, #e6f7ff))}:host(:active){--color:var(--cds-alias-object-interaction-color-active, var(--cds-global-color-construction-1000, #1b2b32));--background:var(--cds-alias-object-interaction-background-active, var(--cds-global-color-blue-100, #bdebff))}`;export{a as default};
|
|
2
2
|
//# sourceMappingURL=accordion-header.element.scss.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{css as t}from"lit";var o=t`:host{--text-decoration:underline;--color:var(--cds-global-typography-link-color, var(--cds-global-color-blue-
|
|
1
|
+
import{css as t}from"lit";var o=t`:host{--text-decoration:underline;--color:var(--cds-global-typography-link-color, var(--cds-global-color-blue-700, #0079ad));--font-size:inherit;--line-height:inherit;--letter-spacing:inherit;display:inline;line-height:inherit;font-size:inherit}.private-host{color:var(--color)!important;line-height:var(--line-height)!important;font-size:var(--font-size)!important;letter-spacing:var(--letter-spacing)!important;text-decoration:var(--text-decoration)!important;cursor:pointer!important}.private-host,slot{display:inline}::slotted(cds-icon){--color:inherit;height:1em;width:1em;margin-top:calc(-1*var(--cds-global-space-1,calc(1 * 1rem / var(--cds-global-base,20))));font-size:var(--font-size)}::slotted(cds-icon:first-child){margin-right:var(--cds-global-space-2,calc(2 * 1rem / var(--cds-global-base,20)))}::slotted(cds-icon:last-child){margin-left:var(--cds-global-space-2,calc(2 * 1rem / var(--cds-global-base,20)))}:host([disabled]) .private-host{cursor:not-allowed!important}:host(:active),:host(:hover){--color:var(--cds-global-typography-link-color-hover, var(--cds-global-color-blue-800, #00608a));--text-decoration:underline}`;export{o as default};
|
|
2
2
|
//# sourceMappingURL=button-inline.element.scss.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{css as o}from"lit";var c=o`:host{line-height:0}.private-host{height:var(--cds-global-space-9,calc(24 * 1rem / var(--cds-global-base,20)))}[direction=down],[direction=up]{--color:var(--cds-alias-object-interaction-color, var(--cds-global-color-construction-
|
|
1
|
+
import{css as o}from"lit";var c=o`:host{line-height:0}.private-host{height:var(--cds-global-space-9,calc(24 * 1rem / var(--cds-global-base,20)))}[direction=down],[direction=up]{--color:var(--cds-alias-object-interaction-color, var(--cds-global-color-construction-500, #6a7a81))}:host([sort=ascending]) [direction=up],:host([sort=descending]) [direction=down]{--color:var(--cds-alias-object-interaction-background-highlight, var(--cds-global-color-blue-700, #0079ad))}:host([sort=ascending]) [direction=down],:host([sort=descending]) [direction=up]{--color:var(--cds-alias-object-interaction-color-disabled, var(--cds-global-color-construction-300, #aeb8bc))}`;export{c as default};
|
|
2
2
|
//# sourceMappingURL=button-sort.element.scss.js.map
|
package/custom-elements.json
CHANGED
|
@@ -11557,7 +11557,7 @@
|
|
|
11557
11557
|
"kind": "field",
|
|
11558
11558
|
"name": "status",
|
|
11559
11559
|
"type": {
|
|
11560
|
-
"text": "info | success | warning | danger"
|
|
11560
|
+
"text": "neutral | info | success | warning | danger"
|
|
11561
11561
|
},
|
|
11562
11562
|
"description": "Changes color of icon fills and outlines",
|
|
11563
11563
|
"attribute": "status"
|
|
@@ -11576,7 +11576,7 @@
|
|
|
11576
11576
|
"kind": "field",
|
|
11577
11577
|
"name": "badge",
|
|
11578
11578
|
"type": {
|
|
11579
|
-
"text": "info | success | warning | danger | inherit | warning"
|
|
11579
|
+
"text": "neutral | info | success | warning | danger | inherit | warning"
|
|
11580
11580
|
},
|
|
11581
11581
|
"description": "-triangle | inherit-triangle}",
|
|
11582
11582
|
"attribute": "badge"
|
|
@@ -11648,7 +11648,7 @@
|
|
|
11648
11648
|
{
|
|
11649
11649
|
"name": "status",
|
|
11650
11650
|
"type": {
|
|
11651
|
-
"text": "info | success | warning | danger"
|
|
11651
|
+
"text": "neutral | info | success | warning | danger"
|
|
11652
11652
|
},
|
|
11653
11653
|
"description": "Changes color of icon fills and outlines",
|
|
11654
11654
|
"fieldName": "status"
|
|
@@ -11665,7 +11665,7 @@
|
|
|
11665
11665
|
{
|
|
11666
11666
|
"name": "badge",
|
|
11667
11667
|
"type": {
|
|
11668
|
-
"text": "info | success | warning | danger | inherit | warning"
|
|
11668
|
+
"text": "neutral | info | success | warning | danger | inherit | warning"
|
|
11669
11669
|
},
|
|
11670
11670
|
"description": "-triangle | inherit-triangle}",
|
|
11671
11671
|
"fieldName": "badge"
|
package/global.css
CHANGED
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
--cds-global-color-red-600: hsl(9, 100%, 59%);
|
|
85
85
|
--cds-global-color-red-700: hsl(9, 100%, 44%);
|
|
86
86
|
--cds-global-color-red-800: hsl(9, 100%, 38%);
|
|
87
|
-
--cds-global-color-red-900: hsl(9, 100%,
|
|
88
|
-
--cds-global-color-red-1000: hsl(
|
|
87
|
+
--cds-global-color-red-900: hsl(9, 100%, 22%);
|
|
88
|
+
--cds-global-color-red-1000: hsl(7, 10%, 17%);
|
|
89
89
|
--cds-global-color-ochre-50: hsl(41, 100%, 96%);
|
|
90
90
|
--cds-global-color-ochre-100: hsl(41, 100%, 92%);
|
|
91
91
|
--cds-global-color-ochre-200: hsl(41, 100%, 86%);
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
--cds-global-color-yellow-700: hsl(40, 100%, 37%);
|
|
152
152
|
--cds-global-color-yellow-800: hsl(40, 100%, 26%);
|
|
153
153
|
--cds-global-color-yellow-900: hsl(40, 100%, 18%);
|
|
154
|
-
--cds-global-color-yellow-1000: hsl(40,
|
|
154
|
+
--cds-global-color-yellow-1000: hsl(40, 32%, 14%);
|
|
155
155
|
--cds-global-color-lime-50: hsl(66, 100%, 94%);
|
|
156
156
|
--cds-global-color-lime-100: hsl(66, 95%, 83%);
|
|
157
157
|
--cds-global-color-lime-200: hsl(66, 85%, 70%);
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
--cds-global-typography-top-gap-height: 0.1475em;
|
|
302
302
|
--cds-global-typography-ascender-height: 0.1703em;
|
|
303
303
|
--cds-global-typography-x-height: 0.517em;
|
|
304
|
-
--cds-global-typography-link-color: var(--cds-global-color-blue-
|
|
305
|
-
--cds-global-typography-link-color-hover: var(--cds-global-color-blue-
|
|
304
|
+
--cds-global-typography-link-color: var(--cds-global-color-blue-700);
|
|
305
|
+
--cds-global-typography-link-color-hover: var(--cds-global-color-blue-800);
|
|
306
306
|
--cds-global-typography-link-color-visited: var(--cds-global-color-lavender-600);
|
|
307
307
|
--cds-global-typography-link-color-visited-hover: var(--cds-global-color-lavender-700);
|
|
308
308
|
--cds-global-typography-body-font-size: calc(14 * var(--cds-internal-scale-3));
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
--cds-alias-object-interaction-background-selected: var(--cds-global-color-blue-50);
|
|
386
386
|
--cds-alias-object-interaction-background-disabled: var(--cds-global-color-white);
|
|
387
387
|
--cds-alias-object-interaction-background-highlight: var(--cds-global-color-blue-700);
|
|
388
|
-
--cds-alias-object-interaction-color: var(--cds-global-color-construction-
|
|
388
|
+
--cds-alias-object-interaction-color: var(--cds-global-color-construction-500);
|
|
389
389
|
--cds-alias-object-interaction-color-hover: var(--cds-global-color-construction-1000);
|
|
390
390
|
--cds-alias-object-interaction-color-active: var(--cds-global-color-construction-1000);
|
|
391
391
|
--cds-alias-object-interaction-color-selected: var(--cds-global-color-construction-700);
|