@cds/core 6.16.0 → 6.16.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/global.css +6 -4
- package/global.min.css +1 -1
- package/internal/base/base.element.scss.js +1 -1
- package/internal/utils/global.js +1 -1
- package/package.json +1 -1
- package/styles/module.tokens.css +6 -4
- package/styles/module.tokens.min.css +1 -1
- package/styles/theme.dark.css +3 -2
- package/styles/theme.dark.min.css +1 -1
- package/tokens/tokens.android.xml +6 -4
- package/tokens/tokens.d.ts +2 -0
- package/tokens/tokens.ios.swift +6 -4
- package/tokens/tokens.js +2 -0
- package/tokens/tokens.json +32 -16
- package/tokens/tokens.scss +2 -0
package/global.css
CHANGED
|
@@ -308,8 +308,9 @@
|
|
|
308
308
|
--cds-global-typography-x-height: 0.517em;
|
|
309
309
|
--cds-global-typography-link-color: var(--cds-global-color-blue-700);
|
|
310
310
|
--cds-global-typography-link-color-hover: var(--cds-global-color-blue-800);
|
|
311
|
-
--cds-global-typography-link-color-
|
|
312
|
-
--cds-global-typography-link-color-visited
|
|
311
|
+
--cds-global-typography-link-color-active: var(--cds-global-color-red-700);
|
|
312
|
+
--cds-global-typography-link-color-visited: var(--cds-global-color-violet-700);
|
|
313
|
+
--cds-global-typography-link-color-visited-hover: var(--cds-global-color-violet-1000);
|
|
313
314
|
--cds-global-typography-link-on-colorbg: var(--cds-global-color-black);
|
|
314
315
|
--cds-global-typography-body-font-size: calc(14 * var(--cds-internal-scale-3));
|
|
315
316
|
--cds-global-typography-body-line-height: 1.4285714em;
|
|
@@ -690,8 +691,9 @@
|
|
|
690
691
|
--cds-alias-typography-x-height: 0.517em;
|
|
691
692
|
--cds-alias-typography-link-color: var(--cds-global-color-blue-700);
|
|
692
693
|
--cds-alias-typography-link-color-hover: var(--cds-global-color-blue-800);
|
|
693
|
-
--cds-alias-typography-link-color-
|
|
694
|
-
--cds-alias-typography-link-color-visited
|
|
694
|
+
--cds-alias-typography-link-color-active: var(--cds-global-color-red-700);
|
|
695
|
+
--cds-alias-typography-link-color-visited: var(--cds-global-color-violet-700);
|
|
696
|
+
--cds-alias-typography-link-color-visited-hover: var(--cds-global-color-violet-1000);
|
|
695
697
|
--cds-alias-typography-link-on-colorbg: var(--cds-global-color-black);
|
|
696
698
|
--cds-alias-typography-body-font-size: calc(14 * var(--cds-internal-scale-3));
|
|
697
699
|
--cds-alias-typography-body-line-height: 1.4285714em;
|