ui-primitives 10.7.0 → 10.9.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 +76 -76
package/package.json
CHANGED
|
@@ -165,13 +165,13 @@
|
|
|
165
165
|
"alias": "graphicColorPrimary"
|
|
166
166
|
},
|
|
167
167
|
"dark_graphic_primary_inverted": {
|
|
168
|
-
"rgba": "rgba(
|
|
169
|
-
"hex": "#
|
|
168
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
169
|
+
"hex": "#0e0e0e",
|
|
170
170
|
"alias": "graphicColorPrimaryInverted"
|
|
171
171
|
},
|
|
172
172
|
"dark_graphic_quaternary": {
|
|
173
|
-
"rgba": "rgba(
|
|
174
|
-
"hex": "#
|
|
173
|
+
"rgba": "rgba(48, 48, 50, 1)",
|
|
174
|
+
"hex": "#303032",
|
|
175
175
|
"alias": "graphicColorQuaternary"
|
|
176
176
|
},
|
|
177
177
|
"dark_graphic_quaternary_inverted": {
|
|
@@ -180,23 +180,23 @@
|
|
|
180
180
|
"alias": "graphicColorQuaternaryInverted"
|
|
181
181
|
},
|
|
182
182
|
"dark_graphic_secondary": {
|
|
183
|
-
"rgba": "rgba(
|
|
184
|
-
"hex": "#
|
|
183
|
+
"rgba": "rgba(133, 133, 141, 1)",
|
|
184
|
+
"hex": "#85858d",
|
|
185
185
|
"alias": "graphicColorSecondary"
|
|
186
186
|
},
|
|
187
187
|
"dark_graphic_secondary_inverted": {
|
|
188
|
-
"rgba": "rgba(
|
|
189
|
-
"hex": "#
|
|
188
|
+
"rgba": "rgba(134, 134, 138, 1)",
|
|
189
|
+
"hex": "#86868a",
|
|
190
190
|
"alias": "graphicColorSecondaryInverted"
|
|
191
191
|
},
|
|
192
192
|
"dark_graphic_tertiary": {
|
|
193
|
-
"rgba": "rgba(
|
|
194
|
-
"hex": "#
|
|
193
|
+
"rgba": "rgba(79, 79, 82, 1)",
|
|
194
|
+
"hex": "#4f4f52",
|
|
195
195
|
"alias": "graphicColorTertiary"
|
|
196
196
|
},
|
|
197
197
|
"dark_graphic_tertiary_inverted": {
|
|
198
|
-
"rgba": "rgba(
|
|
199
|
-
"hex": "#
|
|
198
|
+
"rgba": "rgba(193, 193, 195, 1)",
|
|
199
|
+
"hex": "#c1c1c3",
|
|
200
200
|
"alias": "graphicColorTertiaryInverted"
|
|
201
201
|
},
|
|
202
202
|
"dark_specialbg_component": {
|
|
@@ -205,8 +205,8 @@
|
|
|
205
205
|
"alias": "specialBackgroundColorComponent"
|
|
206
206
|
},
|
|
207
207
|
"dark_specialbg_component_inverted": {
|
|
208
|
-
"rgba": "rgba(
|
|
209
|
-
"hex": "#
|
|
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(
|
|
239
|
-
"hex": "#
|
|
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(
|
|
254
|
-
"hex": "#
|
|
253
|
+
"rgba": "rgba(11, 31, 53, 0.1)",
|
|
254
|
+
"hex": "#1a0b1f35",
|
|
255
255
|
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
256
256
|
},
|
|
257
257
|
"dark_text_accent": {
|
|
@@ -265,13 +265,13 @@
|
|
|
265
265
|
"alias": "textColorAttention"
|
|
266
266
|
},
|
|
267
267
|
"dark_text_disabled": {
|
|
268
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
269
|
-
"hex": "#
|
|
268
|
+
"rgba": "rgba(235, 235, 245, 0.2)",
|
|
269
|
+
"hex": "#33ebebf5",
|
|
270
270
|
"alias": "textColorDisabled"
|
|
271
271
|
},
|
|
272
272
|
"dark_text_disabled_inverted": {
|
|
273
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
274
|
-
"hex": "#
|
|
273
|
+
"rgba": "rgba(60, 60, 67, 0.22)",
|
|
274
|
+
"hex": "#383c3c43",
|
|
275
275
|
"alias": "textColorDisabledInverted"
|
|
276
276
|
},
|
|
277
277
|
"dark_text_link": {
|
|
@@ -295,28 +295,28 @@
|
|
|
295
295
|
"alias": "textColorPrimary"
|
|
296
296
|
},
|
|
297
297
|
"dark_text_primary_inverted": {
|
|
298
|
-
"rgba": "rgba(
|
|
299
|
-
"hex": "#
|
|
298
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
299
|
+
"hex": "#0e0e0e",
|
|
300
300
|
"alias": "textColorPrimaryInverted"
|
|
301
301
|
},
|
|
302
302
|
"dark_text_secondary": {
|
|
303
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
304
|
-
"hex": "#
|
|
303
|
+
"rgba": "rgba(235, 235, 245, 0.54)",
|
|
304
|
+
"hex": "#8aebebf5",
|
|
305
305
|
"alias": "textColorSecondary"
|
|
306
306
|
},
|
|
307
307
|
"dark_text_secondary_inverted": {
|
|
308
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
309
|
-
"hex": "#
|
|
308
|
+
"rgba": "rgba(60, 60, 67, 0.66)",
|
|
309
|
+
"hex": "#a83c3c43",
|
|
310
310
|
"alias": "textColorSecondaryInverted"
|
|
311
311
|
},
|
|
312
312
|
"dark_text_tertiary": {
|
|
313
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
314
|
-
"hex": "#
|
|
313
|
+
"rgba": "rgba(235, 235, 245, 0.32)",
|
|
314
|
+
"hex": "#52ebebf5",
|
|
315
315
|
"alias": "textColorTertiary"
|
|
316
316
|
},
|
|
317
317
|
"dark_text_tertiary_inverted": {
|
|
318
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
319
|
-
"hex": "#
|
|
318
|
+
"rgba": "rgba(60, 60, 67, 0.4)",
|
|
319
|
+
"hex": "#663c3c43",
|
|
320
320
|
"alias": "textColorTertiaryInverted"
|
|
321
321
|
},
|
|
322
322
|
"light_bg_accent": {
|
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
"alias": "graphicColorPositive"
|
|
481
481
|
},
|
|
482
482
|
"light_graphic_primary": {
|
|
483
|
-
"rgba": "rgba(
|
|
484
|
-
"hex": "#
|
|
483
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
484
|
+
"hex": "#0e0e0e",
|
|
485
485
|
"alias": "graphicColorPrimary"
|
|
486
486
|
},
|
|
487
487
|
"light_graphic_primary_inverted": {
|
|
@@ -495,33 +495,33 @@
|
|
|
495
495
|
"alias": "graphicColorQuaternary"
|
|
496
496
|
},
|
|
497
497
|
"light_graphic_quaternary_inverted": {
|
|
498
|
-
"rgba": "rgba(
|
|
499
|
-
"hex": "#
|
|
498
|
+
"rgba": "rgba(48, 48, 50, 1)",
|
|
499
|
+
"hex": "#303032",
|
|
500
500
|
"alias": "graphicColorQuaternaryInverted"
|
|
501
501
|
},
|
|
502
502
|
"light_graphic_secondary": {
|
|
503
|
-
"rgba": "rgba(
|
|
504
|
-
"hex": "#
|
|
503
|
+
"rgba": "rgba(134, 134, 138, 1)",
|
|
504
|
+
"hex": "#86868a",
|
|
505
505
|
"alias": "graphicColorSecondary"
|
|
506
506
|
},
|
|
507
507
|
"light_graphic_secondary_inverted": {
|
|
508
|
-
"rgba": "rgba(
|
|
509
|
-
"hex": "#
|
|
508
|
+
"rgba": "rgba(133, 133, 141, 1)",
|
|
509
|
+
"hex": "#85858d",
|
|
510
510
|
"alias": "graphicColorSecondaryInverted"
|
|
511
511
|
},
|
|
512
512
|
"light_graphic_tertiary": {
|
|
513
|
-
"rgba": "rgba(
|
|
514
|
-
"hex": "#
|
|
513
|
+
"rgba": "rgba(193, 193, 195, 1)",
|
|
514
|
+
"hex": "#c1c1c3",
|
|
515
515
|
"alias": "graphicColorTertiary"
|
|
516
516
|
},
|
|
517
517
|
"light_graphic_tertiary_inverted": {
|
|
518
|
-
"rgba": "rgba(
|
|
519
|
-
"hex": "#
|
|
518
|
+
"rgba": "rgba(79, 79, 82, 1)",
|
|
519
|
+
"hex": "#4f4f52",
|
|
520
520
|
"alias": "graphicColorTertiaryInverted"
|
|
521
521
|
},
|
|
522
522
|
"light_specialbg_component": {
|
|
523
|
-
"rgba": "rgba(
|
|
524
|
-
"hex": "#
|
|
523
|
+
"rgba": "rgba(11, 31, 53, 0.07)",
|
|
524
|
+
"hex": "#120b1f35",
|
|
525
525
|
"alias": "specialBackgroundColorComponent"
|
|
526
526
|
},
|
|
527
527
|
"light_specialbg_component_inverted": {
|
|
@@ -550,8 +550,8 @@
|
|
|
550
550
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
551
551
|
},
|
|
552
552
|
"light_specialbg_secondary_transparent": {
|
|
553
|
-
"rgba": "rgba(
|
|
554
|
-
"hex": "#
|
|
553
|
+
"rgba": "rgba(11, 31, 53, 0.05)",
|
|
554
|
+
"hex": "#0d0b1f35",
|
|
555
555
|
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
556
556
|
},
|
|
557
557
|
"light_specialbg_secondary_transparent_inverted": {
|
|
@@ -565,8 +565,8 @@
|
|
|
565
565
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
566
566
|
},
|
|
567
567
|
"light_specialbg_tertiary_transparent": {
|
|
568
|
-
"rgba": "rgba(
|
|
569
|
-
"hex": "#
|
|
568
|
+
"rgba": "rgba(11, 31, 53, 0.1)",
|
|
569
|
+
"hex": "#1a0b1f35",
|
|
570
570
|
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
571
571
|
},
|
|
572
572
|
"light_specialbg_tertiary_transparent_inverted": {
|
|
@@ -585,13 +585,13 @@
|
|
|
585
585
|
"alias": "textColorAttention"
|
|
586
586
|
},
|
|
587
587
|
"light_text_disabled": {
|
|
588
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
589
|
-
"hex": "#
|
|
588
|
+
"rgba": "rgba(60, 60, 67, 0.22)",
|
|
589
|
+
"hex": "#383c3c43",
|
|
590
590
|
"alias": "textColorDisabled"
|
|
591
591
|
},
|
|
592
592
|
"light_text_disabled_inverted": {
|
|
593
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
594
|
-
"hex": "#
|
|
593
|
+
"rgba": "rgba(235, 235, 245, 0.2)",
|
|
594
|
+
"hex": "#33ebebf5",
|
|
595
595
|
"alias": "textColorDisabledInverted"
|
|
596
596
|
},
|
|
597
597
|
"light_text_link": {
|
|
@@ -610,8 +610,8 @@
|
|
|
610
610
|
"alias": "textColorPositive"
|
|
611
611
|
},
|
|
612
612
|
"light_text_primary": {
|
|
613
|
-
"rgba": "rgba(
|
|
614
|
-
"hex": "#
|
|
613
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
614
|
+
"hex": "#0e0e0e",
|
|
615
615
|
"alias": "textColorPrimary"
|
|
616
616
|
},
|
|
617
617
|
"light_text_primary_inverted": {
|
|
@@ -620,23 +620,23 @@
|
|
|
620
620
|
"alias": "textColorPrimaryInverted"
|
|
621
621
|
},
|
|
622
622
|
"light_text_secondary": {
|
|
623
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
624
|
-
"hex": "#
|
|
623
|
+
"rgba": "rgba(60, 60, 67, 0.66)",
|
|
624
|
+
"hex": "#a83c3c43",
|
|
625
625
|
"alias": "textColorSecondary"
|
|
626
626
|
},
|
|
627
627
|
"light_text_secondary_inverted": {
|
|
628
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
629
|
-
"hex": "#
|
|
628
|
+
"rgba": "rgba(235, 235, 245, 0.54)",
|
|
629
|
+
"hex": "#8aebebf5",
|
|
630
630
|
"alias": "textColorSecondaryInverted"
|
|
631
631
|
},
|
|
632
632
|
"light_text_tertiary": {
|
|
633
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
634
|
-
"hex": "#
|
|
633
|
+
"rgba": "rgba(60, 60, 67, 0.4)",
|
|
634
|
+
"hex": "#663c3c43",
|
|
635
635
|
"alias": "textColorTertiary"
|
|
636
636
|
},
|
|
637
637
|
"light_text_tertiary_inverted": {
|
|
638
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
639
|
-
"hex": "#
|
|
638
|
+
"rgba": "rgba(235, 235, 245, 0.32)",
|
|
639
|
+
"hex": "#52ebebf5",
|
|
640
640
|
"alias": "textColorTertiaryInverted"
|
|
641
641
|
},
|
|
642
642
|
"static_bg_accent": {
|
|
@@ -695,8 +695,8 @@
|
|
|
695
695
|
"alias": "staticGraphicColorAccent"
|
|
696
696
|
},
|
|
697
697
|
"static_graphic_dark": {
|
|
698
|
-
"rgba": "rgba(
|
|
699
|
-
"hex": "#
|
|
698
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
699
|
+
"hex": "#0e0e0e",
|
|
700
700
|
"alias": "staticGraphicColorDark"
|
|
701
701
|
},
|
|
702
702
|
"static_graphic_light": {
|
|
@@ -710,8 +710,8 @@
|
|
|
710
710
|
"alias": "staticTextColorAccent"
|
|
711
711
|
},
|
|
712
712
|
"static_text_primary_dark": {
|
|
713
|
-
"rgba": "rgba(
|
|
714
|
-
"hex": "#
|
|
713
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
714
|
+
"hex": "#0e0e0e",
|
|
715
715
|
"alias": "staticTextColorPrimaryDark"
|
|
716
716
|
},
|
|
717
717
|
"static_text_primary_light": {
|
|
@@ -720,23 +720,23 @@
|
|
|
720
720
|
"alias": "staticTextColorPrimaryLight"
|
|
721
721
|
},
|
|
722
722
|
"static_text_secondary_dark": {
|
|
723
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
724
|
-
"hex": "#
|
|
723
|
+
"rgba": "rgba(60, 60, 67, 0.66)",
|
|
724
|
+
"hex": "#a83c3c43",
|
|
725
725
|
"alias": "staticTextColorSecondaryDark"
|
|
726
726
|
},
|
|
727
727
|
"static_text_secondary_light": {
|
|
728
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
729
|
-
"hex": "#
|
|
728
|
+
"rgba": "rgba(235, 235, 245, 0.54)",
|
|
729
|
+
"hex": "#8aebebf5",
|
|
730
730
|
"alias": "staticTextColorSecondaryLight"
|
|
731
731
|
},
|
|
732
732
|
"static_text_tertiary_dark": {
|
|
733
|
-
"rgba": "rgba(60, 60, 67, 0.
|
|
734
|
-
"hex": "#
|
|
733
|
+
"rgba": "rgba(60, 60, 67, 0.4)",
|
|
734
|
+
"hex": "#663c3c43",
|
|
735
735
|
"alias": "staticTextColorTertiaryDark"
|
|
736
736
|
},
|
|
737
737
|
"static_text_tertiary_light": {
|
|
738
|
-
"rgba": "rgba(235, 235, 245, 0.
|
|
739
|
-
"hex": "#
|
|
738
|
+
"rgba": "rgba(235, 235, 245, 0.32)",
|
|
739
|
+
"hex": "#52ebebf5",
|
|
740
740
|
"alias": "staticTextColorTertiaryLight"
|
|
741
741
|
},
|
|
742
742
|
"dark_bg_component": {
|