@pega/cosmos-react-core 10.0.0-build.2.5 → 10.0.0-build.2.7
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/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +14 -5
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/QRCode/QRCode.d.ts +6 -1
- package/lib/components/QRCode/QRCode.d.ts.map +1 -1
- package/lib/components/QRCode/QRCode.js +15 -9
- package/lib/components/QRCode/QRCode.js.map +1 -1
- package/lib/components/QRCode/index.d.ts +1 -1
- package/lib/components/QRCode/index.d.ts.map +1 -1
- package/lib/components/QRCode/index.js.map +1 -1
- package/lib/components/Text/Text.d.ts.map +1 -1
- package/lib/components/Text/Text.js +2 -0
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +2 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +2 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +2 -0
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +2 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/theme/theme.d.ts +150 -0
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +87 -0
- package/lib/theme/themeOverrides.schema.json +75 -0
- package/package.json +1 -1
|
@@ -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
|
|
@@ -1392,6 +1398,21 @@
|
|
|
1392
1398
|
},
|
|
1393
1399
|
"additionalProperties": false
|
|
1394
1400
|
},
|
|
1401
|
+
"qr-code": {
|
|
1402
|
+
"type": "object",
|
|
1403
|
+
"properties": {
|
|
1404
|
+
"size": {
|
|
1405
|
+
"type": "object",
|
|
1406
|
+
"properties": {
|
|
1407
|
+
"s": { "type": "string" },
|
|
1408
|
+
"m": { "type": "string" },
|
|
1409
|
+
"l": { "type": "string" }
|
|
1410
|
+
},
|
|
1411
|
+
"additionalProperties": false
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"additionalProperties": false
|
|
1415
|
+
},
|
|
1395
1416
|
"select": {
|
|
1396
1417
|
"type": "object",
|
|
1397
1418
|
"properties": {
|
|
@@ -1634,6 +1655,12 @@
|
|
|
1634
1655
|
},
|
|
1635
1656
|
"font-family": {
|
|
1636
1657
|
"type": "string"
|
|
1658
|
+
},
|
|
1659
|
+
"text-transform": {
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
"letter-spacing": {
|
|
1663
|
+
"type": "string"
|
|
1637
1664
|
}
|
|
1638
1665
|
},
|
|
1639
1666
|
"additionalProperties": false
|
|
@@ -1649,6 +1676,12 @@
|
|
|
1649
1676
|
},
|
|
1650
1677
|
"font-family": {
|
|
1651
1678
|
"type": "string"
|
|
1679
|
+
},
|
|
1680
|
+
"text-transform": {
|
|
1681
|
+
"type": "string"
|
|
1682
|
+
},
|
|
1683
|
+
"letter-spacing": {
|
|
1684
|
+
"type": "string"
|
|
1652
1685
|
}
|
|
1653
1686
|
},
|
|
1654
1687
|
"additionalProperties": false
|
|
@@ -1664,6 +1697,12 @@
|
|
|
1664
1697
|
},
|
|
1665
1698
|
"font-family": {
|
|
1666
1699
|
"type": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"text-transform": {
|
|
1702
|
+
"type": "string"
|
|
1703
|
+
},
|
|
1704
|
+
"letter-spacing": {
|
|
1705
|
+
"type": "string"
|
|
1667
1706
|
}
|
|
1668
1707
|
},
|
|
1669
1708
|
"additionalProperties": false
|
|
@@ -1679,6 +1718,12 @@
|
|
|
1679
1718
|
},
|
|
1680
1719
|
"font-family": {
|
|
1681
1720
|
"type": "string"
|
|
1721
|
+
},
|
|
1722
|
+
"text-transform": {
|
|
1723
|
+
"type": "string"
|
|
1724
|
+
},
|
|
1725
|
+
"letter-spacing": {
|
|
1726
|
+
"type": "string"
|
|
1682
1727
|
}
|
|
1683
1728
|
},
|
|
1684
1729
|
"additionalProperties": false
|
|
@@ -1694,6 +1739,12 @@
|
|
|
1694
1739
|
},
|
|
1695
1740
|
"font-family": {
|
|
1696
1741
|
"type": "string"
|
|
1742
|
+
},
|
|
1743
|
+
"text-transform": {
|
|
1744
|
+
"type": "string"
|
|
1745
|
+
},
|
|
1746
|
+
"letter-spacing": {
|
|
1747
|
+
"type": "string"
|
|
1697
1748
|
}
|
|
1698
1749
|
},
|
|
1699
1750
|
"additionalProperties": false
|
|
@@ -1709,6 +1760,12 @@
|
|
|
1709
1760
|
},
|
|
1710
1761
|
"font-family": {
|
|
1711
1762
|
"type": "string"
|
|
1763
|
+
},
|
|
1764
|
+
"text-transform": {
|
|
1765
|
+
"type": "string"
|
|
1766
|
+
},
|
|
1767
|
+
"letter-spacing": {
|
|
1768
|
+
"type": "string"
|
|
1712
1769
|
}
|
|
1713
1770
|
},
|
|
1714
1771
|
"additionalProperties": false
|
|
@@ -1724,6 +1781,12 @@
|
|
|
1724
1781
|
},
|
|
1725
1782
|
"font-family": {
|
|
1726
1783
|
"type": "string"
|
|
1784
|
+
},
|
|
1785
|
+
"text-transform": {
|
|
1786
|
+
"type": "string"
|
|
1787
|
+
},
|
|
1788
|
+
"letter-spacing": {
|
|
1789
|
+
"type": "string"
|
|
1727
1790
|
}
|
|
1728
1791
|
},
|
|
1729
1792
|
"additionalProperties": false
|
|
@@ -1739,6 +1802,12 @@
|
|
|
1739
1802
|
},
|
|
1740
1803
|
"font-family": {
|
|
1741
1804
|
"type": "string"
|
|
1805
|
+
},
|
|
1806
|
+
"text-transform": {
|
|
1807
|
+
"type": "string"
|
|
1808
|
+
},
|
|
1809
|
+
"letter-spacing": {
|
|
1810
|
+
"type": "string"
|
|
1742
1811
|
}
|
|
1743
1812
|
},
|
|
1744
1813
|
"additionalProperties": false
|
|
@@ -1754,6 +1823,12 @@
|
|
|
1754
1823
|
},
|
|
1755
1824
|
"font-weight": {
|
|
1756
1825
|
"type": ["integer", "string"]
|
|
1826
|
+
},
|
|
1827
|
+
"text-transform": {
|
|
1828
|
+
"type": "string"
|
|
1829
|
+
},
|
|
1830
|
+
"letter-spacing": {
|
|
1831
|
+
"type": "string"
|
|
1757
1832
|
}
|
|
1758
1833
|
},
|
|
1759
1834
|
"additionalProperties": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "10.0.0-build.2.
|
|
3
|
+
"version": "10.0.0-build.2.7",
|
|
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",
|