ui-primitives 10.8.0 → 11.0.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": "10.8.0",
3
+ "version": "11.0.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -205,8 +205,8 @@
205
205
  "alias": "specialBackgroundColorComponent"
206
206
  },
207
207
  "dark_specialbg_component_inverted": {
208
- "rgba": "rgba(0, 0, 0, 0.08)",
209
- "hex": "#14000000",
208
+ "rgba": "rgba(11, 31, 53, 0.07)",
209
+ "hex": "#120b1f35",
210
210
  "alias": "specialBackgroundColorComponentInverted"
211
211
  },
212
212
  "dark_specialbg_nulled": {
@@ -235,8 +235,8 @@
235
235
  "alias": "specialBackgroundColorSecondaryTransparent"
236
236
  },
237
237
  "dark_specialbg_secondary_transparent_inverted": {
238
- "rgba": "rgba(32, 32, 34, 0.05)",
239
- "hex": "#0d202022",
238
+ "rgba": "rgba(11, 31, 53, 0.05)",
239
+ "hex": "#0d0b1f35",
240
240
  "alias": "specialBackgroundColorSecondaryTransparentInverted"
241
241
  },
242
242
  "dark_specialbg_tertiary_grouped": {
@@ -250,8 +250,8 @@
250
250
  "alias": "specialBackgroundColorTertiaryTransparent"
251
251
  },
252
252
  "dark_specialbg_tertiary_transparent_inverted": {
253
- "rgba": "rgba(32, 32, 34, 0.1)",
254
- "hex": "#1a202022",
253
+ "rgba": "rgba(11, 31, 53, 0.1)",
254
+ "hex": "#1a0b1f35",
255
255
  "alias": "specialBackgroundColorTertiaryTransparentInverted"
256
256
  },
257
257
  "dark_text_accent": {
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
- <path d="M1 12.0001L9.25 3L11.5 5.25L6.25 10.5H23V13.5H6.25L11.5 18.75L9.25 21.0001L1 12.0001Z" fill="#000000"/>
3
- </svg>