ui-primitives 8.9.0 → 8.10.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 +1 -1
- package/styles/colors_bluetint.json +40 -0
- package/styles/colors_indigo.json +40 -0
package/package.json
CHANGED
|
@@ -229,11 +229,31 @@
|
|
|
229
229
|
"hex": "#2c2c2e",
|
|
230
230
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
231
231
|
},
|
|
232
|
+
"dark_specialbg_secondary_transparent": {
|
|
233
|
+
"rgba": "rgba(255, 255, 255, 0.06)",
|
|
234
|
+
"hex": "#0fffffff",
|
|
235
|
+
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
236
|
+
},
|
|
237
|
+
"dark_specialbg_secondary_transparent_inverted": {
|
|
238
|
+
"rgba": "rgba(32, 32, 34, 0.05)",
|
|
239
|
+
"hex": "#0d202022",
|
|
240
|
+
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
241
|
+
},
|
|
232
242
|
"dark_specialbg_tertiary_grouped": {
|
|
233
243
|
"rgba": "rgba(58, 58, 60, 1)",
|
|
234
244
|
"hex": "#3a3a3c",
|
|
235
245
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
236
246
|
},
|
|
247
|
+
"dark_specialbg_tertiary_transparent": {
|
|
248
|
+
"rgba": "rgba(255, 255, 255, 0.11)",
|
|
249
|
+
"hex": "#1cffffff",
|
|
250
|
+
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
251
|
+
},
|
|
252
|
+
"dark_specialbg_tertiary_transparent_inverted": {
|
|
253
|
+
"rgba": "rgba(32, 32, 34, 0.1)",
|
|
254
|
+
"hex": "#1a202022",
|
|
255
|
+
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
256
|
+
},
|
|
237
257
|
"dark_text_accent": {
|
|
238
258
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
239
259
|
"hex": "#ef3124",
|
|
@@ -529,11 +549,31 @@
|
|
|
529
549
|
"hex": "#ffffff",
|
|
530
550
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
531
551
|
},
|
|
552
|
+
"light_specialbg_secondary_transparent": {
|
|
553
|
+
"rgba": "rgba(32, 32, 34, 0.05)",
|
|
554
|
+
"hex": "#0d202022",
|
|
555
|
+
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
556
|
+
},
|
|
557
|
+
"light_specialbg_secondary_transparent_inverted": {
|
|
558
|
+
"rgba": "rgba(255, 255, 255, 0.06)",
|
|
559
|
+
"hex": "#0fffffff",
|
|
560
|
+
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
561
|
+
},
|
|
532
562
|
"light_specialbg_tertiary_grouped": {
|
|
533
563
|
"rgba": "rgba(243, 244, 245, 1)",
|
|
534
564
|
"hex": "#f3f4f5",
|
|
535
565
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
536
566
|
},
|
|
567
|
+
"light_specialbg_tertiary_transparent": {
|
|
568
|
+
"rgba": "rgba(32, 32, 34, 0.1)",
|
|
569
|
+
"hex": "#1a202022",
|
|
570
|
+
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
571
|
+
},
|
|
572
|
+
"light_specialbg_tertiary_transparent_inverted": {
|
|
573
|
+
"rgba": "rgba(255, 255, 255, 0.11)",
|
|
574
|
+
"hex": "#1cffffff",
|
|
575
|
+
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
576
|
+
},
|
|
537
577
|
"light_text_accent": {
|
|
538
578
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
539
579
|
"hex": "#ef3124",
|
|
@@ -229,11 +229,31 @@
|
|
|
229
229
|
"hex": "#233549",
|
|
230
230
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
231
231
|
},
|
|
232
|
+
"dark_specialbg_secondary_transparent": {
|
|
233
|
+
"rgba": "rgba(255, 255, 255, 0.1)",
|
|
234
|
+
"hex": "#1affffff",
|
|
235
|
+
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
236
|
+
},
|
|
237
|
+
"dark_specialbg_secondary_transparent_inverted": {
|
|
238
|
+
"rgba": "rgba(11, 31, 53, 0.05)",
|
|
239
|
+
"hex": "#0d0b1f35",
|
|
240
|
+
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
241
|
+
},
|
|
232
242
|
"dark_specialbg_tertiary_grouped": {
|
|
233
243
|
"rgba": "rgba(60, 76, 93, 1)",
|
|
234
244
|
"hex": "#3c4c5d",
|
|
235
245
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
236
246
|
},
|
|
247
|
+
"dark_specialbg_tertiary_transparent": {
|
|
248
|
+
"rgba": "rgba(255, 255, 255, 0.2)",
|
|
249
|
+
"hex": "#33ffffff",
|
|
250
|
+
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
251
|
+
},
|
|
252
|
+
"dark_specialbg_tertiary_transparent_inverted": {
|
|
253
|
+
"rgba": "rgba(11, 31, 53, 0.1)",
|
|
254
|
+
"hex": "#1a0b1f35",
|
|
255
|
+
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
256
|
+
},
|
|
237
257
|
"dark_text_accent": {
|
|
238
258
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
239
259
|
"hex": "#ef3124",
|
|
@@ -529,11 +549,31 @@
|
|
|
529
549
|
"hex": "#ffffff",
|
|
530
550
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
531
551
|
},
|
|
552
|
+
"light_specialbg_secondary_transparent": {
|
|
553
|
+
"rgba": "rgba(11, 31, 53, 0.05)",
|
|
554
|
+
"hex": "#0d0b1f35",
|
|
555
|
+
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
556
|
+
},
|
|
557
|
+
"light_specialbg_secondary_transparent_inverted": {
|
|
558
|
+
"rgba": "rgba(255, 255, 255, 0.1)",
|
|
559
|
+
"hex": "#1affffff",
|
|
560
|
+
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
561
|
+
},
|
|
532
562
|
"light_specialbg_tertiary_grouped": {
|
|
533
563
|
"rgba": "rgba(243, 244, 245, 1)",
|
|
534
564
|
"hex": "#f3f4f5",
|
|
535
565
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
536
566
|
},
|
|
567
|
+
"light_specialbg_tertiary_transparent": {
|
|
568
|
+
"rgba": "rgba(11, 31, 53, 0.1)",
|
|
569
|
+
"hex": "#1a0b1f35",
|
|
570
|
+
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
571
|
+
},
|
|
572
|
+
"light_specialbg_tertiary_transparent_inverted": {
|
|
573
|
+
"rgba": "rgba(255, 255, 255, 0.2)",
|
|
574
|
+
"hex": "#33ffffff",
|
|
575
|
+
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
576
|
+
},
|
|
537
577
|
"light_text_accent": {
|
|
538
578
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
539
579
|
"hex": "#ef3124",
|