@bitrise/bitkit-v2 0.3.114 → 0.3.116

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.indigo.minimal}"
1620
+ _light: "{colors.sys.ai-gradient.minimal}"
1601
1621
  }
1602
1622
  },
1603
1623
  "bg-hover": {
1604
1624
  value: {
1605
- _light: "{colors.sys.indigo.subtle}"
1625
+ _light: "{colors.sys.ai-gradient.subtle}"
1606
1626
  }
1607
1627
  },
1608
1628
  "bg-active": {
1609
1629
  value: {
1610
- _light: "{colors.sys.indigo.moderate}"
1630
+ _light: "{colors.sys.ai-gradient.moderate}"
1611
1631
  }
1612
1632
  },
1613
1633
  border: {
1614
1634
  value: {
1615
- _light: "{colors.sys.indigo.muted}"
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
- "ai-gradient": {
1631
- base: {
1632
- value: "linear-gradient(90deg, {colors.sys.purple} 0%, {colors.sys.indigo} 50%, {colors.sys.blue} 100%)"
1633
- },
1634
- bold: {
1635
- value: "linear-gradient(90deg, {colors.sys.purple.bold} 0%, {colors.sys.indigo.bold} 50%, {colors.sys.blue.bold} 100%)"
1636
- },
1637
- muted: {
1638
- value: "linear-gradient(90deg, {colors.sys.purple.muted} 0%, {colors.sys.indigo.muted} 50%, {colors.sys.blue.muted} 100%)"
1639
- },
1640
- moderate: {
1641
- value: "linear-gradient(90deg, {colors.sys.purple.moderate} 0%, {colors.sys.indigo.moderate} 50%, {colors.sys.blue.moderate} 100%)"
1642
- },
1643
- subtle: {
1644
- value: "linear-gradient(90deg, {colors.sys.purple.subtle} 0%, {colors.sys.indigo.subtle} 50%, {colors.sys.blue.subtle} 100%)"
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
- minimal: {
1647
- value: "linear-gradient(90deg, {colors.sys.purple.minimal} 0%, {colors.sys.indigo.minimal} 50%, {colors.sys.blue.minimal} 100%)"
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: {
@@ -760,9 +760,15 @@ declare const tokens: {
760
760
  '4': {
761
761
  value: string;
762
762
  };
763
+ '6': {
764
+ value: string;
765
+ };
763
766
  '8': {
764
767
  value: string;
765
768
  };
769
+ '10': {
770
+ value: string;
771
+ };
766
772
  '12': {
767
773
  value: string;
768
774
  };
@@ -5,9 +5,15 @@ declare const radii: {
5
5
  '4': {
6
6
  value: string;
7
7
  };
8
+ '6': {
9
+ value: string;
10
+ };
8
11
  '8': {
9
12
  value: string;
10
13
  };
14
+ '10': {
15
+ value: string;
16
+ };
11
17
  '12': {
12
18
  value: string;
13
19
  };
@@ -6,9 +6,15 @@ const a = e.radii({
6
6
  4: {
7
7
  value: "0.25rem"
8
8
  },
9
+ 6: {
10
+ value: "0.375rem"
11
+ },
9
12
  8: {
10
13
  value: "0.5rem"
11
14
  },
15
+ 10: {
16
+ value: "0.625rem"
17
+ },
12
18
  12: {
13
19
  value: "0.75rem"
14
20
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.114",
4
+ "version": "0.3.116",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",