@bitrise/bitkit-v2 0.3.113 → 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.
@@ -9,7 +9,7 @@ const e = {
9
9
  textStyle: "body/lg/regular",
10
10
  width: "100%",
11
11
  boxShadow: "inner",
12
- transition: "200ms",
12
+ transition: "border 200ms",
13
13
  _placeholder: {
14
14
  color: "input/text/placeholder"
15
15
  },
@@ -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: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.113",
4
+ "version": "0.3.115",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",