@bitrise/bitkit-v2 0.3.254 → 0.3.255-beta.1718
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/dist/components/BitkitCalendar/components/CalendarNextTrigger.js +1 -1
- package/dist/components/BitkitCalendar/components/CalendarNextTrigger.js.map +1 -1
- package/dist/components/BitkitCalendar/components/CalendarPrevTrigger.js +1 -1
- package/dist/components/BitkitCalendar/components/CalendarPrevTrigger.js.map +1 -1
- package/dist/components/BitkitLabel/BitkitLabel.js +1 -1
- package/dist/components/BitkitLabel/BitkitLabel.js.map +1 -1
- package/dist/components/BitkitSwitch/components/BitkitSwitchHelperText.js +1 -1
- package/dist/components/BitkitSwitch/components/BitkitSwitchHelperText.js.map +1 -1
- package/dist/components/BitkitSwitch/components/BitkitSwitchLabel.js +1 -1
- package/dist/components/BitkitSwitch/components/BitkitSwitchLabel.js.map +1 -1
- package/dist/components/BitkitTable/BitkitExpandableRow.js +1 -1
- package/dist/components/BitkitTable/BitkitExpandableRow.js.map +1 -1
- package/dist/theme/recipes/Badge.recipe.d.ts +1 -1
- package/dist/theme/recipes/Badge.recipe.js +2 -2
- package/dist/theme/recipes/Badge.recipe.js.map +1 -1
- package/dist/theme/recipes/Button.recipe.js +9 -8
- package/dist/theme/recipes/Button.recipe.js.map +1 -1
- package/dist/theme/recipes/ToggleButton.recipe.js +3 -3
- package/dist/theme/recipes/ToggleButton.recipe.js.map +1 -1
- package/dist/theme/recipes/index.d.ts +1 -1
- package/dist/theme/semantic-tokens/index.d.ts +263 -48
- package/dist/theme/semantic-tokens/semanticColors.d.ts +263 -48
- package/dist/theme/semantic-tokens/semanticColors.js +103 -60
- package/dist/theme/semantic-tokens/semanticColors.js.map +1 -1
- package/dist/theme/slot-recipes/Field.recipe.js +2 -2
- package/dist/theme/slot-recipes/Field.recipe.js.map +1 -1
- package/dist/theme/slot-recipes/NoteCard.recipe.d.ts +1 -1
- package/dist/theme/slot-recipes/NoteCard.recipe.js +1 -1
- package/dist/theme/slot-recipes/NoteCard.recipe.js.map +1 -1
- package/dist/theme/slot-recipes/NumberInput.recipe.js +4 -4
- package/dist/theme/slot-recipes/NumberInput.recipe.js.map +1 -1
- package/dist/theme/slot-recipes/SplitButton.recipe.d.ts +1 -1
- package/dist/theme/slot-recipes/SplitButton.recipe.js +1 -1
- package/dist/theme/slot-recipes/SplitButton.recipe.js.map +1 -1
- package/dist/theme/slot-recipes/index.d.ts +2 -2
- package/dist/theme/tokens/colors.d.ts +3 -0
- package/dist/theme/tokens/colors.js +1 -0
- package/dist/theme/tokens/colors.js.map +1 -1
- package/dist/theme/tokens/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -94,6 +94,11 @@ declare const semanticColors: {
|
|
|
94
94
|
_light: string;
|
|
95
95
|
};
|
|
96
96
|
};
|
|
97
|
+
'sys/bg/transparent': {
|
|
98
|
+
value: {
|
|
99
|
+
_light: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
97
102
|
'sys/border/minimal': {
|
|
98
103
|
value: {
|
|
99
104
|
_light: string;
|
|
@@ -139,6 +144,11 @@ declare const semanticColors: {
|
|
|
139
144
|
_light: string;
|
|
140
145
|
};
|
|
141
146
|
};
|
|
147
|
+
'sys/primary/dark': {
|
|
148
|
+
value: {
|
|
149
|
+
_light: string;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
142
152
|
'sys/primary/emphasized': {
|
|
143
153
|
value: {
|
|
144
154
|
_light: string;
|
|
@@ -164,47 +174,52 @@ declare const semanticColors: {
|
|
|
164
174
|
_light: string;
|
|
165
175
|
};
|
|
166
176
|
};
|
|
167
|
-
'sys/
|
|
177
|
+
'sys/primary-danger/base': {
|
|
168
178
|
value: {
|
|
169
179
|
_light: string;
|
|
170
180
|
};
|
|
171
181
|
};
|
|
172
|
-
'sys/
|
|
182
|
+
'sys/primary-danger/dark': {
|
|
173
183
|
value: {
|
|
174
184
|
_light: string;
|
|
175
185
|
};
|
|
176
186
|
};
|
|
177
|
-
'sys/
|
|
187
|
+
'sys/primary-danger/strong': {
|
|
178
188
|
value: {
|
|
179
189
|
_light: string;
|
|
180
190
|
};
|
|
181
191
|
};
|
|
182
|
-
'sys/
|
|
192
|
+
'sys/primary-danger/bold': {
|
|
183
193
|
value: {
|
|
184
194
|
_light: string;
|
|
185
195
|
};
|
|
186
196
|
};
|
|
187
|
-
'sys/
|
|
197
|
+
'sys/primary-danger/muted': {
|
|
188
198
|
value: {
|
|
189
199
|
_light: string;
|
|
190
200
|
};
|
|
191
201
|
};
|
|
192
|
-
'sys/
|
|
202
|
+
'sys/primary-danger/moderate': {
|
|
193
203
|
value: {
|
|
194
204
|
_light: string;
|
|
195
205
|
};
|
|
196
206
|
};
|
|
197
|
-
'sys/
|
|
207
|
+
'sys/primary-danger/subtle': {
|
|
198
208
|
value: {
|
|
199
209
|
_light: string;
|
|
200
210
|
};
|
|
201
211
|
};
|
|
202
|
-
'sys/
|
|
212
|
+
'sys/primary-danger/minimal': {
|
|
203
213
|
value: {
|
|
204
214
|
_light: string;
|
|
205
215
|
};
|
|
206
216
|
};
|
|
207
|
-
'sys/
|
|
217
|
+
'sys/fixed/icon/primary': {
|
|
218
|
+
value: {
|
|
219
|
+
_light: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
'sys/fixed/icon/warning': {
|
|
208
223
|
value: {
|
|
209
224
|
_light: string;
|
|
210
225
|
};
|
|
@@ -249,11 +264,6 @@ declare const semanticColors: {
|
|
|
249
264
|
_light: string;
|
|
250
265
|
};
|
|
251
266
|
};
|
|
252
|
-
'color/purple/disabled': {
|
|
253
|
-
value: {
|
|
254
|
-
_light: string;
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
267
|
'color/indigo/base': {
|
|
258
268
|
value: {
|
|
259
269
|
_light: string;
|
|
@@ -559,97 +569,132 @@ declare const semanticColors: {
|
|
|
559
569
|
_light: string;
|
|
560
570
|
};
|
|
561
571
|
};
|
|
562
|
-
'color/
|
|
572
|
+
'color/transparent': {
|
|
573
|
+
value: {
|
|
574
|
+
_light: string;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
'color/white/10': {
|
|
563
578
|
value: {
|
|
564
579
|
_light: string;
|
|
565
580
|
};
|
|
566
581
|
};
|
|
567
|
-
'color/white/
|
|
582
|
+
'color/white/15': {
|
|
568
583
|
value: {
|
|
569
584
|
_light: string;
|
|
570
585
|
};
|
|
571
586
|
};
|
|
572
|
-
'color/white/
|
|
587
|
+
'color/white/20': {
|
|
573
588
|
value: {
|
|
574
589
|
_light: string;
|
|
575
590
|
};
|
|
576
591
|
};
|
|
577
|
-
'color/white/
|
|
592
|
+
'color/white/30': {
|
|
578
593
|
value: {
|
|
579
594
|
_light: string;
|
|
580
595
|
};
|
|
581
596
|
};
|
|
582
|
-
'color/white/
|
|
597
|
+
'color/white/40': {
|
|
583
598
|
value: {
|
|
584
599
|
_light: string;
|
|
585
600
|
};
|
|
586
601
|
};
|
|
587
|
-
'color/white/
|
|
602
|
+
'color/white/50': {
|
|
588
603
|
value: {
|
|
589
604
|
_light: string;
|
|
590
605
|
};
|
|
591
606
|
};
|
|
592
|
-
'color/white/
|
|
607
|
+
'color/white/60': {
|
|
593
608
|
value: {
|
|
594
609
|
_light: string;
|
|
595
610
|
};
|
|
596
611
|
};
|
|
597
|
-
'color/white/
|
|
612
|
+
'color/white/70': {
|
|
598
613
|
value: {
|
|
599
614
|
_light: string;
|
|
600
615
|
};
|
|
601
616
|
};
|
|
602
|
-
'color/white/
|
|
617
|
+
'color/white/80': {
|
|
603
618
|
value: {
|
|
604
619
|
_light: string;
|
|
605
620
|
};
|
|
606
621
|
};
|
|
607
|
-
'
|
|
622
|
+
'color/white/85': {
|
|
623
|
+
value: {
|
|
624
|
+
_light: string;
|
|
625
|
+
};
|
|
626
|
+
};
|
|
627
|
+
'color/white/90': {
|
|
628
|
+
value: {
|
|
629
|
+
_light: string;
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
'color/white/100': {
|
|
633
|
+
value: {
|
|
634
|
+
_light: string;
|
|
635
|
+
};
|
|
636
|
+
};
|
|
637
|
+
'gradient/ai/background/base': {
|
|
638
|
+
value: {
|
|
639
|
+
base: string;
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
'gradient/ai/background/bold': {
|
|
643
|
+
value: {
|
|
644
|
+
base: string;
|
|
645
|
+
};
|
|
646
|
+
};
|
|
647
|
+
'gradient/ai/background/muted': {
|
|
648
|
+
value: {
|
|
649
|
+
base: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
'gradient/ai/background/minimal': {
|
|
608
653
|
value: {
|
|
609
654
|
base: string;
|
|
610
655
|
};
|
|
611
656
|
};
|
|
612
|
-
'ai/background/
|
|
657
|
+
'gradient/ai/background/subtle': {
|
|
613
658
|
value: {
|
|
614
659
|
base: string;
|
|
615
660
|
};
|
|
616
661
|
};
|
|
617
|
-
'ai/background/
|
|
662
|
+
'gradient/ai/background/moderate': {
|
|
618
663
|
value: {
|
|
619
664
|
base: string;
|
|
620
665
|
};
|
|
621
666
|
};
|
|
622
|
-
'ai/background/minimal': {
|
|
667
|
+
'gradient/ai/background/minimal-vertical': {
|
|
623
668
|
value: {
|
|
624
669
|
base: string;
|
|
625
670
|
};
|
|
626
671
|
};
|
|
627
|
-
'ai/background/
|
|
672
|
+
'gradient/ai/background/surface': {
|
|
628
673
|
value: {
|
|
629
674
|
base: string;
|
|
630
675
|
};
|
|
631
676
|
};
|
|
632
|
-
'ai/
|
|
677
|
+
'gradient/ai/border/minimal': {
|
|
633
678
|
value: {
|
|
634
679
|
base: string;
|
|
635
680
|
};
|
|
636
681
|
};
|
|
637
|
-
'ai/
|
|
682
|
+
'gradient/ai/border/subtle': {
|
|
638
683
|
value: {
|
|
639
684
|
base: string;
|
|
640
685
|
};
|
|
641
686
|
};
|
|
642
|
-
'ai/border/
|
|
687
|
+
'gradient/ai/border/strong': {
|
|
643
688
|
value: {
|
|
644
689
|
base: string;
|
|
645
690
|
};
|
|
646
691
|
};
|
|
647
|
-
'
|
|
692
|
+
'gradient/overflow/bottom': {
|
|
648
693
|
value: {
|
|
649
694
|
base: string;
|
|
650
695
|
};
|
|
651
696
|
};
|
|
652
|
-
'
|
|
697
|
+
'gradient/overflow/right': {
|
|
653
698
|
value: {
|
|
654
699
|
base: string;
|
|
655
700
|
};
|
|
@@ -944,32 +989,42 @@ declare const semanticColors: {
|
|
|
944
989
|
base: string;
|
|
945
990
|
};
|
|
946
991
|
};
|
|
947
|
-
'button/secondary/
|
|
992
|
+
'button/secondary/text': {
|
|
948
993
|
value: {
|
|
949
994
|
base: string;
|
|
950
995
|
};
|
|
951
996
|
};
|
|
952
|
-
'button/secondary/
|
|
997
|
+
'button/secondary/text-hover': {
|
|
953
998
|
value: {
|
|
954
999
|
base: string;
|
|
955
1000
|
};
|
|
956
1001
|
};
|
|
957
|
-
'button/secondary/
|
|
1002
|
+
'button/secondary/text-active': {
|
|
958
1003
|
value: {
|
|
959
1004
|
base: string;
|
|
960
1005
|
};
|
|
961
1006
|
};
|
|
962
|
-
'button/secondary/
|
|
1007
|
+
'button/secondary/text-disabled': {
|
|
963
1008
|
value: {
|
|
964
1009
|
base: string;
|
|
965
1010
|
};
|
|
966
1011
|
};
|
|
967
|
-
'button/secondary/
|
|
1012
|
+
'button/secondary/icon': {
|
|
968
1013
|
value: {
|
|
969
1014
|
base: string;
|
|
970
1015
|
};
|
|
971
1016
|
};
|
|
972
|
-
'button/secondary/
|
|
1017
|
+
'button/secondary/icon-hover': {
|
|
1018
|
+
value: {
|
|
1019
|
+
base: string;
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
'button/secondary/icon-active': {
|
|
1023
|
+
value: {
|
|
1024
|
+
base: string;
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1027
|
+
'button/secondary/icon-disabled': {
|
|
973
1028
|
value: {
|
|
974
1029
|
base: string;
|
|
975
1030
|
};
|
|
@@ -1394,47 +1449,207 @@ declare const semanticColors: {
|
|
|
1394
1449
|
base: string;
|
|
1395
1450
|
};
|
|
1396
1451
|
};
|
|
1397
|
-
'ui
|
|
1452
|
+
'sys/ui/header/bg': {
|
|
1398
1453
|
value: {
|
|
1399
1454
|
base: string;
|
|
1400
1455
|
};
|
|
1401
1456
|
};
|
|
1402
|
-
'ui
|
|
1457
|
+
'sys/ui/header/control/bg': {
|
|
1403
1458
|
value: {
|
|
1404
1459
|
base: string;
|
|
1405
1460
|
};
|
|
1406
1461
|
};
|
|
1407
|
-
'ui
|
|
1462
|
+
'sys/ui/header/control/bg-hover': {
|
|
1408
1463
|
value: {
|
|
1409
1464
|
base: string;
|
|
1410
1465
|
};
|
|
1411
1466
|
};
|
|
1412
|
-
'ui
|
|
1467
|
+
'sys/ui/header/control/bg-active': {
|
|
1413
1468
|
value: {
|
|
1414
1469
|
base: string;
|
|
1415
1470
|
};
|
|
1416
1471
|
};
|
|
1417
|
-
'ui
|
|
1472
|
+
'sys/ui/header/control/bg-selected': {
|
|
1418
1473
|
value: {
|
|
1419
1474
|
base: string;
|
|
1420
1475
|
};
|
|
1421
1476
|
};
|
|
1422
|
-
'
|
|
1477
|
+
'sys/ui/header/control/bg-selected-hover': {
|
|
1423
1478
|
value: {
|
|
1424
1479
|
base: string;
|
|
1425
1480
|
};
|
|
1426
1481
|
};
|
|
1427
|
-
'
|
|
1482
|
+
'sys/ui/header/control/indicator': {
|
|
1428
1483
|
value: {
|
|
1429
1484
|
base: string;
|
|
1430
1485
|
};
|
|
1431
1486
|
};
|
|
1432
|
-
'
|
|
1487
|
+
'sys/ui/header/button/primary/bg': {
|
|
1488
|
+
value: {
|
|
1489
|
+
base: string;
|
|
1490
|
+
};
|
|
1491
|
+
};
|
|
1492
|
+
'sys/ui/header/button/primary/bg-hover': {
|
|
1493
|
+
value: {
|
|
1494
|
+
base: string;
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
'sys/ui/header/button/primary/bg-active': {
|
|
1498
|
+
value: {
|
|
1499
|
+
base: string;
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
'sys/ui/header/button/primary/bg-disabled': {
|
|
1503
|
+
value: {
|
|
1504
|
+
base: string;
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
'sys/ui/header/button/primary/fg': {
|
|
1508
|
+
value: {
|
|
1509
|
+
base: string;
|
|
1510
|
+
};
|
|
1511
|
+
};
|
|
1512
|
+
'sys/ui/header/button/primary/fg-disabled': {
|
|
1513
|
+
value: {
|
|
1514
|
+
base: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
'sys/ui/header/button/secondary/bg': {
|
|
1518
|
+
value: {
|
|
1519
|
+
base: string;
|
|
1520
|
+
};
|
|
1521
|
+
};
|
|
1522
|
+
'sys/ui/header/button/secondary/bg-hover': {
|
|
1523
|
+
value: {
|
|
1524
|
+
base: string;
|
|
1525
|
+
};
|
|
1526
|
+
};
|
|
1527
|
+
'sys/ui/header/button/secondary/bg-active': {
|
|
1528
|
+
value: {
|
|
1529
|
+
base: string;
|
|
1530
|
+
};
|
|
1531
|
+
};
|
|
1532
|
+
'sys/ui/header/button/secondary/bg-disabled': {
|
|
1533
|
+
value: {
|
|
1534
|
+
base: string;
|
|
1535
|
+
};
|
|
1536
|
+
};
|
|
1537
|
+
'sys/ui/header/button/secondary/fg': {
|
|
1538
|
+
value: {
|
|
1539
|
+
base: string;
|
|
1540
|
+
};
|
|
1541
|
+
};
|
|
1542
|
+
'sys/ui/header/button/secondary/fg-disabled': {
|
|
1543
|
+
value: {
|
|
1544
|
+
base: string;
|
|
1545
|
+
};
|
|
1546
|
+
};
|
|
1547
|
+
'sys/ui/header/button/secondary/border': {
|
|
1548
|
+
value: {
|
|
1549
|
+
base: string;
|
|
1550
|
+
};
|
|
1551
|
+
};
|
|
1552
|
+
'sys/ui/header/button/secondary/border-disabled': {
|
|
1553
|
+
value: {
|
|
1554
|
+
base: string;
|
|
1555
|
+
};
|
|
1556
|
+
};
|
|
1557
|
+
'sys/ui/header/button/tertiary/bg': {
|
|
1558
|
+
value: {
|
|
1559
|
+
base: string;
|
|
1560
|
+
};
|
|
1561
|
+
};
|
|
1562
|
+
'sys/ui/header/button/tertiary/bg-hover': {
|
|
1563
|
+
value: {
|
|
1564
|
+
base: string;
|
|
1565
|
+
};
|
|
1566
|
+
};
|
|
1567
|
+
'sys/ui/header/button/tertiary/bg-active': {
|
|
1568
|
+
value: {
|
|
1569
|
+
base: string;
|
|
1570
|
+
};
|
|
1571
|
+
};
|
|
1572
|
+
'sys/ui/header/button/tertiary/bg-disabled': {
|
|
1573
|
+
value: {
|
|
1574
|
+
base: string;
|
|
1575
|
+
};
|
|
1576
|
+
};
|
|
1577
|
+
'sys/ui/header/button/tertiary/fg': {
|
|
1578
|
+
value: {
|
|
1579
|
+
base: string;
|
|
1580
|
+
};
|
|
1581
|
+
};
|
|
1582
|
+
'sys/ui/header/button/tertiary/fg-disabled': {
|
|
1583
|
+
value: {
|
|
1584
|
+
base: string;
|
|
1585
|
+
};
|
|
1586
|
+
};
|
|
1587
|
+
'sys/ui/header/indicator/badge': {
|
|
1588
|
+
value: {
|
|
1589
|
+
base: string;
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
'sys/ui/header/indicator/badge-ai': {
|
|
1433
1593
|
value: {
|
|
1434
1594
|
base: string;
|
|
1435
1595
|
};
|
|
1436
1596
|
};
|
|
1437
|
-
'
|
|
1597
|
+
'sys/ui/sidenav/bg': {
|
|
1598
|
+
value: {
|
|
1599
|
+
base: string;
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1602
|
+
'sys/ui/sidenav/item/bg': {
|
|
1603
|
+
value: {
|
|
1604
|
+
base: string;
|
|
1605
|
+
};
|
|
1606
|
+
};
|
|
1607
|
+
'sys/ui/sidenav/item/bg-hover': {
|
|
1608
|
+
value: {
|
|
1609
|
+
base: string;
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
'sys/ui/sidenav/item/bg-active': {
|
|
1613
|
+
value: {
|
|
1614
|
+
base: string;
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
'sys/ui/sidenav/item/bg-selected': {
|
|
1618
|
+
value: {
|
|
1619
|
+
base: string;
|
|
1620
|
+
};
|
|
1621
|
+
};
|
|
1622
|
+
'sys/ui/sidenav/item/fg': {
|
|
1623
|
+
value: {
|
|
1624
|
+
base: string;
|
|
1625
|
+
};
|
|
1626
|
+
};
|
|
1627
|
+
'sys/ui/sidenav/item/fg-hover': {
|
|
1628
|
+
value: {
|
|
1629
|
+
base: string;
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
'sys/ui/sidenav/item/fg-active': {
|
|
1633
|
+
value: {
|
|
1634
|
+
base: string;
|
|
1635
|
+
};
|
|
1636
|
+
};
|
|
1637
|
+
'sys/ui/sidenav/item/indicator': {
|
|
1638
|
+
value: {
|
|
1639
|
+
base: string;
|
|
1640
|
+
};
|
|
1641
|
+
};
|
|
1642
|
+
'input/text/label': {
|
|
1643
|
+
value: {
|
|
1644
|
+
base: string;
|
|
1645
|
+
};
|
|
1646
|
+
};
|
|
1647
|
+
'input/text/inputValue': {
|
|
1648
|
+
value: {
|
|
1649
|
+
base: string;
|
|
1650
|
+
};
|
|
1651
|
+
};
|
|
1652
|
+
'input/text/placeholder': {
|
|
1438
1653
|
value: {
|
|
1439
1654
|
base: string;
|
|
1440
1655
|
};
|