ui-primitives 16.25.0 → 16.26.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "16.25.0",
3
+ "version": "16.26.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -120,7 +120,7 @@
120
120
  }
121
121
  ],
122
122
  "common": {
123
- "colorPrimary": "?backgroundColorPrimary",
123
+ "colorPrimary": "?backgroundColorAccent",
124
124
  "colorControlNormal": "?graphicColorSecondary",
125
125
  "colorControlActivated": "?graphicColorSecondary",
126
126
  "android:textColor": "?textColorPrimary",