@blackbaud/skyux-design-tokens 0.0.34 → 0.0.35
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/scss/blackbaud.css +6 -0
- package/scss/modern.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
- Added `neutral-medium-dark` token in modern. [#64](https://github.com/blackbaud/skyux-design-tokens/pull/64)
|
|
4
4
|
|
|
5
|
+
## [0.0.35](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.34...0.0.35) (2024-10-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* new tokens for underlining links ([#94](https://github.com/blackbaud/skyux-design-tokens/issues/94)) ([edfbf1d](https://github.com/blackbaud/skyux-design-tokens/commit/edfbf1ddd40dbd36af249c35706070d94c476d2b))
|
|
11
|
+
|
|
5
12
|
## [0.0.34](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.33...0.0.34) (2024-10-02)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
package/scss/blackbaud.css
CHANGED
|
@@ -349,6 +349,12 @@
|
|
|
349
349
|
--sky-border-radius-pill: var(--bb-border-radius-pill);
|
|
350
350
|
--sky-border-radius-m: var(--bb-size-fluid-50);
|
|
351
351
|
--sky-border-radius-s: var(--bb-size-fluid-25);
|
|
352
|
+
--sky-font-text_decoration-inline_link-disabled: none;
|
|
353
|
+
--sky-font-text_decoration-inline_link-focus: none;
|
|
354
|
+
--sky-font-text_decoration-inline_link-active: underline;
|
|
355
|
+
--sky-font-text_decoration-inline_link-hover: underline;
|
|
356
|
+
--sky-font-text_decoration-inline_link-base: none;
|
|
357
|
+
--sky-font-text_decoration-visible_link: underline;
|
|
352
358
|
--sky-font-weight-metric-l: var(--bb-font-weight-light);
|
|
353
359
|
--sky-font-weight-metric-m: var(--bb-font-weight-regular);
|
|
354
360
|
--sky-font-weight-metric-s: var(--bb-font-weight-semibold);
|
package/scss/modern.css
CHANGED
|
@@ -397,6 +397,12 @@
|
|
|
397
397
|
--sky-space-inset-balanced-m: var(--modern-space-md);
|
|
398
398
|
--sky-space-inset-balanced-s: var(--modern-space-s);
|
|
399
399
|
--sky-space-inset-balanced-xs: var(--modern-space-xs);
|
|
400
|
+
--sky-font-text_decoration-inline_link-disabled: none;
|
|
401
|
+
--sky-font-text_decoration-inline_link-focus: none;
|
|
402
|
+
--sky-font-text_decoration-inline_link-active: underline;
|
|
403
|
+
--sky-font-text_decoration-inline_link-hover: underline;
|
|
404
|
+
--sky-font-text_decoration-inline_link-base: none;
|
|
405
|
+
--sky-font-text_decoration-visible_link: underline;
|
|
400
406
|
--sky-font-weight-metric-l: var(--modern-font-weight-regular);
|
|
401
407
|
--sky-font-weight-metric-m: var(--modern-font-weight-regular);
|
|
402
408
|
--sky-font-weight-metric-s: var(--modern-font-weight-bold);
|