ui-primitives 6.7.0 → 6.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.
@@ -0,0 +1,3 @@
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="M6.84852 2.36073C5.14934 1.35181 3 2.57893 3 4.55797V19.442C3 21.4211 5.14934 22.6482 6.84852 21.6393L20.7505 14.1972C22.4165 13.208 22.4165 10.792 20.7505 9.80276L6.84852 2.36073Z" fill="#000000"/>
3
+ </svg>
@@ -0,0 +1,4 @@
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="M3 8H6.00807L10.3397 5.19715C11.0347 4.70146 12 5.19753 12 6.05034V17.9497C12 18.8025 11.0347 19.2985 10.3397 18.8029L6.00807 16H3C2.44772 16 2 15.5523 2 15V9C2 8.44771 2.44772 8 3 8Z" fill="#000000"/>
3
+ <path d="M20.5831 15.9993L18.0003 13.4168L15.4169 16L14 14.5832L16.5834 12L14 9.41683L15.4169 8L18.0003 10.5832L20.5831 8.00065L22 9.41748L19.4173 12L22 14.5825L20.5831 15.9993Z" fill="#000000"/>
4
+ </svg>
@@ -0,0 +1,5 @@
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="M3 8H6.00807L10.3397 5.19715C11.0347 4.70146 12 5.19753 12 6.05034V17.9497C12 18.8025 11.0347 19.2985 10.3397 18.8029L6.00807 16H3C2.44772 16 2 15.5523 2 15V9C2 8.44771 2.44772 8 3 8Z" fill="#000000"/>
3
+ <path d="M17.4886 16.6805L19.1879 17.7425C20.3297 16.1174 21 14.137 21 12C21 9.86304 20.3297 7.88263 19.1879 6.25757L17.4887 7.31957C18.4396 8.63556 19 10.2523 19 12C19 13.7477 18.4396 15.3645 17.4886 16.6805Z" fill="#000000"/>
4
+ <path d="M14.0813 9.44919C14.6551 10.1415 15 11.0305 15 11.9999C15 12.9695 14.655 13.8584 14.0812 14.5508L15.7874 15.6172C16.5485 14.6115 17 13.3584 17 11.9999C17 10.6415 16.5485 9.38852 15.7875 8.38281L14.0813 9.44919Z" fill="#000000"/>
5
+ </svg>
@@ -0,0 +1,3 @@
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="M23 11L12.0003 0L1 11L7.00004 11L6.99995 22H17V11L23 11Z" fill="#000000"/>
3
+ </svg>
@@ -0,0 +1,4 @@
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="M3.5 5C2.67157 5 2 5.67157 2 6.5V14H22V6.5C22 5.67157 21.3284 5 20.5 5H3.5Z" fill="#000000"/>
3
+ <path d="M22 16H2V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V16Z" fill="#000000"/>
4
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "6.7.0",
3
+ "version": "6.10.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -245,25 +245,15 @@
245
245
  "alias": "textColorAttention"
246
246
  },
247
247
  "dark_text_disabled": {
248
- "rgba": "rgba(42, 42, 44, 1)",
249
- "hex": "#2a2a2c",
248
+ "rgba": "rgba(235, 235, 245, 0.18)",
249
+ "hex": "#2eebebf5",
250
250
  "alias": "textColorDisabled"
251
251
  },
252
252
  "dark_text_disabled_inverted": {
253
- "rgba": "rgba(220, 220, 221, 1)",
254
- "hex": "#dcdcdd",
255
- "alias": "textColorDisabledInverted"
256
- },
257
- "dark_text_disabled_inverted_transparent": {
258
253
  "rgba": "rgba(60, 60, 67, 0.18)",
259
254
  "hex": "#2e3c3c43",
260
255
  "alias": "textColorDisabledInverted"
261
256
  },
262
- "dark_text_disabled_transparent": {
263
- "rgba": "rgba(235, 235, 245, 0.18)",
264
- "hex": "#2eebebf5",
265
- "alias": "textColorDisabled"
266
- },
267
257
  "dark_text_link": {
268
258
  "rgba": "rgba(0, 114, 239, 1)",
269
259
  "hex": "#0072ef",
@@ -290,45 +280,25 @@
290
280
  "alias": "textColorPrimaryInverted"
291
281
  },
292
282
  "dark_text_secondary": {
293
- "rgba": "rgba(141, 141, 147, 1)",
294
- "hex": "#8d8d93",
283
+ "rgba": "rgba(235, 235, 245, 0.6)",
284
+ "hex": "#99ebebf5",
295
285
  "alias": "textColorSecondary"
296
286
  },
297
287
  "dark_text_secondary_inverted": {
298
- "rgba": "rgba(138, 138, 142, 1)",
299
- "hex": "#8a8a8e",
300
- "alias": "textColorSecondaryInverted"
301
- },
302
- "dark_text_secondary_inverted_transparent": {
303
288
  "rgba": "rgba(60, 60, 67, 0.6)",
304
289
  "hex": "#993c3c43",
305
290
  "alias": "textColorSecondaryInverted"
306
291
  },
307
- "dark_text_secondary_transparent": {
308
- "rgba": "rgba(235, 235, 245, 0.6)",
309
- "hex": "#99ebebf5",
310
- "alias": "textColorSecondary"
311
- },
312
292
  "dark_text_tertiary": {
313
- "rgba": "rgba(70, 70, 73, 1)",
314
- "hex": "#464649",
293
+ "rgba": "rgba(235, 235, 245, 0.3)",
294
+ "hex": "#4debebf5",
315
295
  "alias": "textColorTertiary"
316
296
  },
317
297
  "dark_text_tertiary_inverted": {
318
- "rgba": "rgba(197, 197, 199, 1)",
319
- "hex": "#c5c5c7",
320
- "alias": "textColorTertiaryInverted"
321
- },
322
- "dark_text_tertiary_inverted_transparent": {
323
298
  "rgba": "rgba(60, 60, 67, 0.3)",
324
299
  "hex": "#4d3c3c43",
325
300
  "alias": "textColorTertiaryInverted"
326
301
  },
327
- "dark_text_tertiary_transparent": {
328
- "rgba": "rgba(235, 235, 245, 0.3)",
329
- "hex": "#4debebf5",
330
- "alias": "textColorTertiary"
331
- },
332
302
  "light_bg_accent": {
333
303
  "rgba": "rgba(239, 49, 36, 1)",
334
304
  "hex": "#ef3124",
@@ -575,25 +545,15 @@
575
545
  "alias": "textColorAttention"
576
546
  },
577
547
  "light_text_disabled": {
578
- "rgba": "rgba(220, 220, 221, 1)",
579
- "hex": "#dcdcdd",
548
+ "rgba": "rgba(60, 60, 67, 0.18)",
549
+ "hex": "#2e3c3c43",
580
550
  "alias": "textColorDisabled"
581
551
  },
582
552
  "light_text_disabled_inverted": {
583
- "rgba": "rgba(42, 42, 44, 1)",
584
- "hex": "#2a2a2c",
585
- "alias": "textColorDisabledInverted"
586
- },
587
- "light_text_disabled_inverted_transparent": {
588
553
  "rgba": "rgba(235, 235, 245, 0.18)",
589
554
  "hex": "#2eebebf5",
590
555
  "alias": "textColorDisabledInverted"
591
556
  },
592
- "light_text_disabled_transparent": {
593
- "rgba": "rgba(60, 60, 67, 0.18)",
594
- "hex": "#2e3c3c43",
595
- "alias": "textColorDisabled"
596
- },
597
557
  "light_text_link": {
598
558
  "rgba": "rgba(0, 114, 239, 1)",
599
559
  "hex": "#0072ef",
@@ -620,45 +580,25 @@
620
580
  "alias": "textColorPrimaryInverted"
621
581
  },
622
582
  "light_text_secondary": {
623
- "rgba": "rgba(138, 138, 142, 1)",
624
- "hex": "#8a8a8e",
583
+ "rgba": "rgba(60, 60, 67, 0.6)",
584
+ "hex": "#993c3c43",
625
585
  "alias": "textColorSecondary"
626
586
  },
627
587
  "light_text_secondary_inverted": {
628
- "rgba": "rgba(141, 141, 147, 1)",
629
- "hex": "#8d8d93",
630
- "alias": "textColorSecondaryInverted"
631
- },
632
- "light_text_secondary_inverted_transparent": {
633
588
  "rgba": "rgba(235, 235, 245, 0.6)",
634
589
  "hex": "#99ebebf5",
635
590
  "alias": "textColorSecondaryInverted"
636
591
  },
637
- "light_text_secondary_transparent": {
638
- "rgba": "rgba(60, 60, 67, 0.6)",
639
- "hex": "#993c3c43",
640
- "alias": "textColorSecondary"
641
- },
642
592
  "light_text_tertiary": {
643
- "rgba": "rgba(197, 197, 199, 1)",
644
- "hex": "#c5c5c7",
593
+ "rgba": "rgba(60, 60, 67, 0.3)",
594
+ "hex": "#4d3c3c43",
645
595
  "alias": "textColorTertiary"
646
596
  },
647
597
  "light_text_tertiary_inverted": {
648
- "rgba": "rgba(70, 70, 73, 1)",
649
- "hex": "#464649",
650
- "alias": "textColorTertiaryInverted"
651
- },
652
- "light_text_tertiary_inverted_transparent": {
653
598
  "rgba": "rgba(235, 235, 245, 0.3)",
654
599
  "hex": "#4debebf5",
655
600
  "alias": "textColorTertiaryInverted"
656
601
  },
657
- "light_text_tertiary_transparent": {
658
- "rgba": "rgba(60, 60, 67, 0.3)",
659
- "hex": "#4d3c3c43",
660
- "alias": "textColorTertiary"
661
- },
662
602
  "static_bg_accent": {
663
603
  "rgba": "rgba(239, 49, 36, 1)",
664
604
  "hex": "#ef3124",
@@ -740,43 +680,23 @@
740
680
  "alias": "staticTextColorPrimaryLight"
741
681
  },
742
682
  "static_text_secondary_dark": {
743
- "rgba": "rgba(138, 138, 142, 1)",
744
- "hex": "#8a8a8e",
745
- "alias": "staticTextColorSecondaryDark"
746
- },
747
- "static_text_secondary_dark_transparent": {
748
683
  "rgba": "rgba(60, 60, 67, 0.6)",
749
684
  "hex": "#993c3c43",
750
685
  "alias": "staticTextColorSecondaryDark"
751
686
  },
752
687
  "static_text_secondary_light": {
753
- "rgba": "rgba(141, 141, 147, 1)",
754
- "hex": "#8d8d93",
755
- "alias": "staticTextColorSecondaryLight"
756
- },
757
- "static_text_secondary_light_transparent": {
758
688
  "rgba": "rgba(235, 235, 245, 0.6)",
759
689
  "hex": "#99ebebf5",
760
690
  "alias": "staticTextColorSecondaryLight"
761
691
  },
762
692
  "static_text_tertiary_dark": {
763
- "rgba": "rgba(197, 197, 199, 1)",
764
- "hex": "#c5c5c7",
765
- "alias": "staticTextColorTertiaryDark"
766
- },
767
- "static_text_tertiary_dark_transparent": {
768
693
  "rgba": "rgba(60, 60, 67, 0.3)",
769
694
  "hex": "#4d3c3c43",
770
695
  "alias": "staticTextColorTertiaryDark"
771
696
  },
772
697
  "static_text_tertiary_light": {
773
- "rgba": "rgba(70, 70, 73, 1)",
774
- "hex": "#464649",
775
- "alias": "staticTextColorTertiaryLight"
776
- },
777
- "static_text_tertiary_light_transparent": {
778
698
  "rgba": "rgba(235, 235, 245, 0.3)",
779
699
  "hex": "#4debebf5",
780
700
  "alias": "staticTextColorTertiaryLight"
781
701
  }
782
- }
702
+ }
@@ -245,25 +245,15 @@
245
245
  "alias": "textColorAttention"
246
246
  },
247
247
  "dark_text_disabled": {
248
- "rgba": "rgba(72, 87, 103, 1)",
249
- "hex": "#485767",
248
+ "rgba": "rgba(255, 255, 255, 0.25)",
249
+ "hex": "#40ffffff",
250
250
  "alias": "textColorDisabled"
251
251
  },
252
252
  "dark_text_disabled_inverted": {
253
- "rgba": "rgba(219, 222, 225, 1)",
254
- "hex": "#dbdee1",
255
- "alias": "textColorDisabledInverted"
256
- },
257
- "dark_text_disabled_inverted_transparent": {
258
253
  "rgba": "rgba(11, 31, 53, 0.15)",
259
254
  "hex": "#260b1f35",
260
255
  "alias": "textColorDisabledInverted"
261
256
  },
262
- "dark_text_disabled_transparent": {
263
- "rgba": "rgba(255, 255, 255, 0.25)",
264
- "hex": "#40ffffff",
265
- "alias": "textColorDisabled"
266
- },
267
257
  "dark_text_link": {
268
258
  "rgba": "rgba(0, 122, 255, 1)",
269
259
  "hex": "#007aff",
@@ -290,45 +280,25 @@
290
280
  "alias": "textColorPrimaryInverted"
291
281
  },
292
282
  "dark_text_secondary": {
293
- "rgba": "rgba(182, 188, 195, 1)",
294
- "hex": "#b6bcc3",
283
+ "rgba": "rgba(255, 255, 255, 0.7)",
284
+ "hex": "#b3ffffff",
295
285
  "alias": "textColorSecondary"
296
286
  },
297
287
  "dark_text_secondary_inverted": {
298
- "rgba": "rgba(84, 98, 114, 1)",
299
- "hex": "#546272",
300
- "alias": "textColorSecondaryInverted"
301
- },
302
- "dark_text_secondary_inverted_transparent": {
303
288
  "rgba": "rgba(11, 31, 53, 0.7)",
304
289
  "hex": "#b30b1f35",
305
290
  "alias": "textColorSecondaryInverted"
306
291
  },
307
- "dark_text_secondary_transparent": {
308
- "rgba": "rgba(255, 255, 255, 0.7)",
309
- "hex": "#b3ffffff",
310
- "alias": "textColorSecondary"
311
- },
312
292
  "dark_text_tertiary": {
313
- "rgba": "rgba(109, 121, 134, 1)",
314
- "hex": "#6d7986",
293
+ "rgba": "rgba(255, 255, 255, 0.4)",
294
+ "hex": "#66ffffff",
315
295
  "alias": "textColorTertiary"
316
296
  },
317
297
  "dark_text_tertiary_inverted": {
318
- "rgba": "rgba(182, 188, 195, 1)",
319
- "hex": "#b6bcc3",
320
- "alias": "textColorTertiaryInverted"
321
- },
322
- "dark_text_tertiary_inverted_transparent": {
323
298
  "rgba": "rgba(11, 31, 53, 0.3)",
324
299
  "hex": "#4d0b1f35",
325
300
  "alias": "textColorTertiaryInverted"
326
301
  },
327
- "dark_text_tertiary_transparent": {
328
- "rgba": "rgba(255, 255, 255, 0.4)",
329
- "hex": "#66ffffff",
330
- "alias": "textColorTertiary"
331
- },
332
302
  "light_bg_accent": {
333
303
  "rgba": "rgba(239, 49, 36, 1)",
334
304
  "hex": "#ef3124",
@@ -575,25 +545,15 @@
575
545
  "alias": "textColorAttention"
576
546
  },
577
547
  "light_text_disabled": {
578
- "rgba": "rgba(219, 222, 225, 1)",
579
- "hex": "#dbdee1",
548
+ "rgba": "rgba(11, 31, 53, 0.15)",
549
+ "hex": "#260b1f35",
580
550
  "alias": "textColorDisabled"
581
551
  },
582
552
  "light_text_disabled_inverted": {
583
- "rgba": "rgba(72, 87, 103, 1)",
584
- "hex": "#485767",
585
- "alias": "textColorDisabledInverted"
586
- },
587
- "light_text_disabled_inverted_transparent": {
588
553
  "rgba": "rgba(255, 255, 255, 0.25)",
589
554
  "hex": "#40ffffff",
590
555
  "alias": "textColorDisabledInverted"
591
556
  },
592
- "light_text_disabled_transparent": {
593
- "rgba": "rgba(11, 31, 53, 0.15)",
594
- "hex": "#260b1f35",
595
- "alias": "textColorDisabled"
596
- },
597
557
  "light_text_link": {
598
558
  "rgba": "rgba(0, 122, 255, 1)",
599
559
  "hex": "#007aff",
@@ -620,45 +580,25 @@
620
580
  "alias": "textColorPrimaryInverted"
621
581
  },
622
582
  "light_text_secondary": {
623
- "rgba": "rgba(84, 98, 114, 1)",
624
- "hex": "#546272",
583
+ "rgba": "rgba(11, 31, 53, 0.7)",
584
+ "hex": "#b30b1f35",
625
585
  "alias": "textColorSecondary"
626
586
  },
627
587
  "light_text_secondary_inverted": {
628
- "rgba": "rgba(182, 188, 195, 1)",
629
- "hex": "#b6bcc3",
630
- "alias": "textColorSecondaryInverted"
631
- },
632
- "light_text_secondary_inverted_transparent": {
633
588
  "rgba": "rgba(255, 255, 255, 0.7)",
634
589
  "hex": "#b3ffffff",
635
590
  "alias": "textColorSecondaryInverted"
636
591
  },
637
- "light_text_secondary_transparent": {
638
- "rgba": "rgba(11, 31, 53, 0.7)",
639
- "hex": "#b30b1f35",
640
- "alias": "textColorSecondary"
641
- },
642
592
  "light_text_tertiary": {
643
- "rgba": "rgba(182, 188, 195, 1)",
644
- "hex": "#b6bcc3",
593
+ "rgba": "rgba(11, 31, 53, 0.3)",
594
+ "hex": "#4d0b1f35",
645
595
  "alias": "textColorTertiary"
646
596
  },
647
597
  "light_text_tertiary_inverted": {
648
- "rgba": "rgba(109, 121, 134, 1)",
649
- "hex": "#6d7986",
650
- "alias": "textColorTertiaryInverted"
651
- },
652
- "light_text_tertiary_inverted_transparent": {
653
598
  "rgba": "rgba(255, 255, 255, 0.4)",
654
599
  "hex": "#66ffffff",
655
600
  "alias": "textColorTertiaryInverted"
656
601
  },
657
- "light_text_tertiary_transparent": {
658
- "rgba": "rgba(11, 31, 53, 0.3)",
659
- "hex": "#4d0b1f35",
660
- "alias": "textColorTertiary"
661
- },
662
602
  "static_bg_accent": {
663
603
  "rgba": "rgba(239, 49, 36, 1)",
664
604
  "hex": "#ef3124",
@@ -740,43 +680,23 @@
740
680
  "alias": "staticTextColorPrimaryLight"
741
681
  },
742
682
  "static_text_secondary_dark": {
743
- "rgba": "rgba(109, 121, 134, 1)",
744
- "hex": "#6d7986",
745
- "alias": "staticTextColorSecondaryDark"
746
- },
747
- "static_text_secondary_dark_transparent": {
748
683
  "rgba": "rgba(11, 31, 53, 0.6)",
749
684
  "hex": "#990b1f35",
750
685
  "alias": "staticTextColorSecondaryDark"
751
686
  },
752
687
  "static_text_secondary_light": {
753
- "rgba": "rgba(182, 188, 195, 1)",
754
- "hex": "#b6bcc3",
755
- "alias": "staticTextColorSecondaryLight"
756
- },
757
- "static_text_secondary_light_transparent": {
758
688
  "rgba": "rgba(255, 255, 255, 0.7)",
759
689
  "hex": "#b3ffffff",
760
690
  "alias": "staticTextColorSecondaryLight"
761
691
  },
762
692
  "static_text_tertiary_dark": {
763
- "rgba": "rgba(182, 188, 195, 1)",
764
- "hex": "#b6bcc3",
765
- "alias": "staticTextColorTertiaryDark"
766
- },
767
- "static_text_tertiary_dark_transparent": {
768
693
  "rgba": "rgba(11, 31, 53, 0.3)",
769
694
  "hex": "#4d0b1f35",
770
695
  "alias": "staticTextColorTertiaryDark"
771
696
  },
772
697
  "static_text_tertiary_light": {
773
- "rgba": "rgba(109, 121, 134, 1)",
774
- "hex": "#6d7986",
775
- "alias": "staticTextColorTertiaryLight"
776
- },
777
- "static_text_tertiary_light_transparent": {
778
698
  "rgba": "rgba(255, 255, 255, 0.4)",
779
699
  "hex": "#66ffffff",
780
700
  "alias": "staticTextColorTertiaryLight"
781
701
  }
782
- }
702
+ }