@cds/core 6.4.4 → 6.4.6

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.
@@ -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-800, #00608a));--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-900, #004b6b));--text-decoration:underline}`;export{o as default};
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
@@ -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%, 28%);
88
- --cds-global-color-red-1000: hsl(9, 100%, 22%);
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, 100%, 13%);
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-800);
305
- --cds-global-typography-link-color-hover: var(--cds-global-color-blue-900);
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));