@bitrise/bitkit-v2 0.3.114 → 0.3.115
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.
|
@@ -621,6 +621,26 @@ const r = l.colors(
|
|
|
621
621
|
_light: "rgb(255, 255, 255)"
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
|
+
},
|
|
625
|
+
"ai-gradient": {
|
|
626
|
+
base: {
|
|
627
|
+
value: "linear-gradient(90deg, {colors.sys.purple} 0%, {colors.sys.indigo} 50%, {colors.sys.blue} 100%)"
|
|
628
|
+
},
|
|
629
|
+
bold: {
|
|
630
|
+
value: "linear-gradient(90deg, {colors.sys.purple.bold} 0%, {colors.sys.indigo.bold} 50%, {colors.sys.blue.bold} 100%)"
|
|
631
|
+
},
|
|
632
|
+
muted: {
|
|
633
|
+
value: "linear-gradient(90deg, {colors.sys.purple.muted} 0%, {colors.sys.indigo.muted} 50%, {colors.sys.blue.muted} 100%)"
|
|
634
|
+
},
|
|
635
|
+
moderate: {
|
|
636
|
+
value: "linear-gradient(90deg, {colors.sys.purple.moderate} 0%, {colors.sys.indigo.moderate} 50%, {colors.sys.blue.moderate} 100%)"
|
|
637
|
+
},
|
|
638
|
+
subtle: {
|
|
639
|
+
value: "linear-gradient(90deg, {colors.sys.purple.subtle} 0%, {colors.sys.indigo.subtle} 50%, {colors.sys.blue.subtle} 100%)"
|
|
640
|
+
},
|
|
641
|
+
minimal: {
|
|
642
|
+
value: "linear-gradient(90deg, {colors.sys.purple.minimal} 0%, {colors.sys.indigo.minimal} 50%, {colors.sys.blue.minimal} 100%)"
|
|
643
|
+
}
|
|
624
644
|
}
|
|
625
645
|
},
|
|
626
646
|
background: {
|
|
@@ -1597,22 +1617,22 @@ const r = l.colors(
|
|
|
1597
1617
|
ai: {
|
|
1598
1618
|
bg: {
|
|
1599
1619
|
value: {
|
|
1600
|
-
_light: "{colors.sys.
|
|
1620
|
+
_light: "{colors.sys.ai-gradient.minimal}"
|
|
1601
1621
|
}
|
|
1602
1622
|
},
|
|
1603
1623
|
"bg-hover": {
|
|
1604
1624
|
value: {
|
|
1605
|
-
_light: "{colors.sys.
|
|
1625
|
+
_light: "{colors.sys.ai-gradient.subtle}"
|
|
1606
1626
|
}
|
|
1607
1627
|
},
|
|
1608
1628
|
"bg-active": {
|
|
1609
1629
|
value: {
|
|
1610
|
-
_light: "{colors.sys.
|
|
1630
|
+
_light: "{colors.sys.ai-gradient.moderate}"
|
|
1611
1631
|
}
|
|
1612
1632
|
},
|
|
1613
1633
|
border: {
|
|
1614
1634
|
value: {
|
|
1615
|
-
_light: "{colors.
|
|
1635
|
+
_light: "{colors.ai.border.strong}"
|
|
1616
1636
|
}
|
|
1617
1637
|
},
|
|
1618
1638
|
icon: {
|
|
@@ -1627,24 +1647,45 @@ const r = l.colors(
|
|
|
1627
1647
|
}
|
|
1628
1648
|
}
|
|
1629
1649
|
},
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1650
|
+
ai: {
|
|
1651
|
+
background: {
|
|
1652
|
+
minimal: {
|
|
1653
|
+
value: {
|
|
1654
|
+
_light: "{colors.sys.ai-gradient.minimal}"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
subtle: {
|
|
1658
|
+
value: {
|
|
1659
|
+
_light: "{colors.sys.ai-gradient.subtle}"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
moderate: {
|
|
1663
|
+
value: {
|
|
1664
|
+
_light: "{colors.sys.ai-gradient.moderate}"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"minimal-vertical": {
|
|
1668
|
+
value: {
|
|
1669
|
+
_light: "linear-gradient(180deg, rgba({colors.sys.purple.minimal}, 1) 0%, rgba({colors.sys.indigo.minimal}, 1) 50%, rgba({colors.sys.blue.minimal}, 1) 100%)"
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1645
1672
|
},
|
|
1646
|
-
|
|
1647
|
-
|
|
1673
|
+
border: {
|
|
1674
|
+
regular: {
|
|
1675
|
+
value: {
|
|
1676
|
+
_light: "linear-gradient(135deg, rgba({colors.sys.purple.subtle}, 1) 0%, rgba({colors.sys.indigo.subtle}, 1) 50%, rgba({colors.sys.blue.subtle}, 1) 100%)"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
minimal: {
|
|
1680
|
+
value: {
|
|
1681
|
+
_light: "linear-gradient(135deg, rgba({colors.sys.purple.minimal}, 1) 0%, rgba({colors.sys.indigo.minimal}, 1) 50%, rgba({colors.sys.blue.minimal}, 1) 100%)"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
strong: {
|
|
1685
|
+
value: {
|
|
1686
|
+
_light: "linear-gradient(135deg, rgba({colors.sys.purple.muted}, 1) 0%, rgba({colors.sys.indigo.muted}, 1) 50%, rgba({colors.sys.blue.muted}, 1) 100%)"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1648
1689
|
}
|
|
1649
1690
|
},
|
|
1650
1691
|
utilities: {
|