@blackbaud/skyux-design-tokens 0.0.62 → 0.0.63

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 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.63](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.62...0.0.63) (2025-06-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * modern blocks page header has no bottom padding ([#187](https://github.com/blackbaud/skyux-design-tokens/issues/187)) ([ce8961f](https://github.com/blackbaud/skyux-design-tokens/commit/ce8961f61267cc2d75306480ac5e9ef9fedeb0a1))
11
+
5
12
  ## [0.0.62](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.61...0.0.62) (2025-06-06)
6
13
 
7
14
 
@@ -942,7 +942,7 @@
942
942
  --sky-comp-page-content-tabs-space-inset-left: var(--modern-size-0);
943
943
  --sky-comp-page-content-tabs-space-inset-right: var(--modern-size-0);
944
944
  --sky-comp-page-content-tabs-space-inset-top: var(--modern-size-0);
945
- --sky-comp-page-header-blocks-space-inset-bottom: var(--modern-space-xl);
945
+ --sky-comp-page-header-blocks-space-inset-bottom: var(--modern-size-0);
946
946
  --sky-comp-page-header-blocks-space-inset-left: var(--modern-space-xl);
947
947
  --sky-comp-page-header-blocks-space-inset-right: var(--modern-space-xl);
948
948
  --sky-comp-page-header-blocks-space-inset-top: var(--modern-space-xl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",