@primer/primitives 10.2.0-rc.fcf6bd37 → 10.2.0

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.
@@ -903,7 +903,7 @@
903
903
  --timelineBadge-bgColor: #212830;
904
904
  --tooltip-bgColor: #ffffff;
905
905
  --tooltip-fgColor: #010409;
906
- --topicTag-borderColor: #00000000;
906
+ --topicTag-borderColor: #409eff;
907
907
  --treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
908
908
  --underlineNav-borderColor-active: #ff967d;
909
909
  --underlineNav-borderColor-hover: #b7bdc8;
@@ -1813,7 +1813,7 @@
1813
1813
  --timelineBadge-bgColor: #212830;
1814
1814
  --tooltip-bgColor: #ffffff;
1815
1815
  --tooltip-fgColor: #010409;
1816
- --topicTag-borderColor: #00000000;
1816
+ --topicTag-borderColor: #409eff;
1817
1817
  --treeViewItem-leadingVisual-iconColor-rest: #b7bdc8;
1818
1818
  --underlineNav-borderColor-active: #ff967d;
1819
1819
  --underlineNav-borderColor-hover: #b7bdc8;
@@ -903,7 +903,7 @@
903
903
  --timelineBadge-bgColor: #e6eaef;
904
904
  --tooltip-bgColor: #25292e;
905
905
  --tooltip-fgColor: #ffffff;
906
- --topicTag-borderColor: #ffffff00;
906
+ --topicTag-borderColor: #0349b4;
907
907
  --treeViewItem-leadingVisual-iconColor-rest: #368cf9;
908
908
  --underlineNav-borderColor-active: #cd3425;
909
909
  --underlineNav-borderColor-hover: #454c54;
@@ -1813,7 +1813,7 @@
1813
1813
  --timelineBadge-bgColor: #e6eaef;
1814
1814
  --tooltip-bgColor: #25292e;
1815
1815
  --tooltip-fgColor: #ffffff;
1816
- --topicTag-borderColor: #ffffff00;
1816
+ --topicTag-borderColor: #0349b4;
1817
1817
  --treeViewItem-leadingVisual-iconColor-rest: #368cf9;
1818
1818
  --underlineNav-borderColor-active: #cd3425;
1819
1819
  --underlineNav-borderColor-hover: #454c54;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/primitives",
3
- "version": "10.2.0-rc.fcf6bd37",
3
+ "version": "10.2.0",
4
4
  "description": "Typography, spacing, and color primitives for Primer design system",
5
5
  "type": "module",
6
6
  "files": [
@@ -77,9 +77,5 @@
77
77
  "vitest": "^2.0.3",
78
78
  "zod": "3.23",
79
79
  "zod-validation-error": "3.4"
80
- },
81
- "optionalDependencies": {
82
- "@rollup/rollup-linux-x64-gnu": "^4.22.0",
83
- "@esbuild/linux-x64": "0.24.0"
84
80
  }
85
81
  }