@pega/cosmos-react-core 9.5.5-1 → 9.5.5-3

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.
@@ -778,6 +778,9 @@
778
778
  "foreground-color": {
779
779
  "type": "string"
780
780
  },
781
+ "ai": {
782
+ "type": "string"
783
+ },
781
784
  "user-message": {
782
785
  "type": "object",
783
786
  "properties": {
@@ -798,6 +801,9 @@
798
801
  "properties": {
799
802
  "background": {
800
803
  "type": "string"
804
+ },
805
+ "foreground-color": {
806
+ "type": "string"
801
807
  }
802
808
  },
803
809
  "additionalProperties": false
@@ -1413,6 +1419,24 @@
1413
1419
  },
1414
1420
  "additionalProperties": false
1415
1421
  },
1422
+ "shortcuts": {
1423
+ "type": "object",
1424
+ "properties": {
1425
+ "icon": {
1426
+ "type": "object",
1427
+ "properties": {
1428
+ "background": {
1429
+ "type": "string"
1430
+ },
1431
+ "foreground": {
1432
+ "type": "string"
1433
+ }
1434
+ },
1435
+ "additionalProperties": false
1436
+ }
1437
+ },
1438
+ "additionalProperties": false
1439
+ },
1416
1440
  "radio-check": {
1417
1441
  "type": "object",
1418
1442
  "properties": {
@@ -1634,6 +1658,12 @@
1634
1658
  },
1635
1659
  "font-family": {
1636
1660
  "type": "string"
1661
+ },
1662
+ "text-transform": {
1663
+ "type": "string"
1664
+ },
1665
+ "letter-spacing": {
1666
+ "type": "string"
1637
1667
  }
1638
1668
  },
1639
1669
  "additionalProperties": false
@@ -1649,6 +1679,12 @@
1649
1679
  },
1650
1680
  "font-family": {
1651
1681
  "type": "string"
1682
+ },
1683
+ "text-transform": {
1684
+ "type": "string"
1685
+ },
1686
+ "letter-spacing": {
1687
+ "type": "string"
1652
1688
  }
1653
1689
  },
1654
1690
  "additionalProperties": false
@@ -1664,6 +1700,12 @@
1664
1700
  },
1665
1701
  "font-family": {
1666
1702
  "type": "string"
1703
+ },
1704
+ "text-transform": {
1705
+ "type": "string"
1706
+ },
1707
+ "letter-spacing": {
1708
+ "type": "string"
1667
1709
  }
1668
1710
  },
1669
1711
  "additionalProperties": false
@@ -1679,6 +1721,12 @@
1679
1721
  },
1680
1722
  "font-family": {
1681
1723
  "type": "string"
1724
+ },
1725
+ "text-transform": {
1726
+ "type": "string"
1727
+ },
1728
+ "letter-spacing": {
1729
+ "type": "string"
1682
1730
  }
1683
1731
  },
1684
1732
  "additionalProperties": false
@@ -1694,6 +1742,12 @@
1694
1742
  },
1695
1743
  "font-family": {
1696
1744
  "type": "string"
1745
+ },
1746
+ "text-transform": {
1747
+ "type": "string"
1748
+ },
1749
+ "letter-spacing": {
1750
+ "type": "string"
1697
1751
  }
1698
1752
  },
1699
1753
  "additionalProperties": false
@@ -1709,6 +1763,12 @@
1709
1763
  },
1710
1764
  "font-family": {
1711
1765
  "type": "string"
1766
+ },
1767
+ "text-transform": {
1768
+ "type": "string"
1769
+ },
1770
+ "letter-spacing": {
1771
+ "type": "string"
1712
1772
  }
1713
1773
  },
1714
1774
  "additionalProperties": false
@@ -1724,6 +1784,12 @@
1724
1784
  },
1725
1785
  "font-family": {
1726
1786
  "type": "string"
1787
+ },
1788
+ "text-transform": {
1789
+ "type": "string"
1790
+ },
1791
+ "letter-spacing": {
1792
+ "type": "string"
1727
1793
  }
1728
1794
  },
1729
1795
  "additionalProperties": false
@@ -1739,6 +1805,12 @@
1739
1805
  },
1740
1806
  "font-family": {
1741
1807
  "type": "string"
1808
+ },
1809
+ "text-transform": {
1810
+ "type": "string"
1811
+ },
1812
+ "letter-spacing": {
1813
+ "type": "string"
1742
1814
  }
1743
1815
  },
1744
1816
  "additionalProperties": false
@@ -1754,6 +1826,12 @@
1754
1826
  },
1755
1827
  "font-weight": {
1756
1828
  "type": ["integer", "string"]
1829
+ },
1830
+ "text-transform": {
1831
+ "type": "string"
1832
+ },
1833
+ "letter-spacing": {
1834
+ "type": "string"
1757
1835
  }
1758
1836
  },
1759
1837
  "additionalProperties": false
@@ -2109,6 +2187,16 @@
2109
2187
  },
2110
2188
  "additionalProperties": false
2111
2189
  },
2190
+ "tasks": {
2191
+ "type": "object",
2192
+ "properties": {
2193
+ "button-style": {
2194
+ "type": "string",
2195
+ "enum": ["text", "icon"]
2196
+ }
2197
+ },
2198
+ "additionalProperties": false
2199
+ },
2112
2200
  "mark": {
2113
2201
  "type": "object",
2114
2202
  "properties": {
@@ -2153,6 +2241,15 @@
2153
2241
  }
2154
2242
  },
2155
2243
  "additionalProperties": false
2244
+ },
2245
+ "summary-item": {
2246
+ "type": "object",
2247
+ "properties": {
2248
+ "vertical-gap": {
2249
+ "type": "string"
2250
+ }
2251
+ },
2252
+ "additionalProperties": false
2156
2253
  }
2157
2254
  },
2158
2255
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/cosmos-react-core",
3
- "version": "9.5.5-1",
3
+ "version": "9.5.5-3",
4
4
  "description": "Cosmos is a visual design system and UI component collection. Its goal is to empower application developers in their pursuit to create engaging and rewarding user experiences.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Pegasystems",