@texturehq/edges 1.1.0 → 1.1.1
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/dist/components.manifest.json +15 -22
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +231 -94
- package/dist/index.d.ts +231 -94
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -5
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
3
|
-
"generatedAt": "2025-09-
|
|
2
|
+
"version": "1.1.1",
|
|
3
|
+
"generatedAt": "2025-09-29T21:55:57.587Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -890,12 +890,8 @@
|
|
|
890
890
|
"type": "number | string"
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
|
-
"name": "
|
|
894
|
-
"type": "
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"name": "format",
|
|
898
|
-
"type": "Intl.NumberFormatOptions"
|
|
893
|
+
"name": "formatter",
|
|
894
|
+
"type": "KpiFormatter"
|
|
899
895
|
},
|
|
900
896
|
{
|
|
901
897
|
"name": "delta",
|
|
@@ -942,12 +938,8 @@
|
|
|
942
938
|
"type": "number | string"
|
|
943
939
|
},
|
|
944
940
|
{
|
|
945
|
-
"name": "
|
|
946
|
-
"type": "
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "format",
|
|
950
|
-
"type": "Intl.NumberFormatOptions"
|
|
941
|
+
"name": "formatter",
|
|
942
|
+
"type": "KpiFormatter"
|
|
951
943
|
},
|
|
952
944
|
{
|
|
953
945
|
"name": "delta",
|
|
@@ -1777,7 +1769,7 @@
|
|
|
1777
1769
|
"name": "StatList",
|
|
1778
1770
|
"importRoot": "@texturehq/edges",
|
|
1779
1771
|
"importPath": "@texturehq/edges/components/StatList",
|
|
1780
|
-
"description": "
|
|
1772
|
+
"description": "Additional CSS classes",
|
|
1781
1773
|
"props": [
|
|
1782
1774
|
{
|
|
1783
1775
|
"name": "items",
|
|
@@ -1814,10 +1806,6 @@
|
|
|
1814
1806
|
{
|
|
1815
1807
|
"name": "className",
|
|
1816
1808
|
"type": "string"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "onCopy",
|
|
1820
|
-
"type": "(text: string, id: string) => void"
|
|
1821
1809
|
}
|
|
1822
1810
|
]
|
|
1823
1811
|
},
|
|
@@ -1837,7 +1825,7 @@
|
|
|
1837
1825
|
"name": "Tab",
|
|
1838
1826
|
"importRoot": "@texturehq/edges",
|
|
1839
1827
|
"importPath": "@texturehq/edges/components/Tab",
|
|
1840
|
-
"description": "Tabs Tabbed interface with styled tabs and panels.",
|
|
1828
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for gray styling, \"accent\" for brand color styling",
|
|
1841
1829
|
"props": []
|
|
1842
1830
|
},
|
|
1843
1831
|
{
|
|
@@ -1858,8 +1846,13 @@
|
|
|
1858
1846
|
"name": "Tabs",
|
|
1859
1847
|
"importRoot": "@texturehq/edges",
|
|
1860
1848
|
"importPath": "@texturehq/edges/components/Tabs",
|
|
1861
|
-
"description": "Tabs Tabbed interface with styled tabs and panels.",
|
|
1862
|
-
"props": [
|
|
1849
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for gray styling, \"accent\" for brand color styling",
|
|
1850
|
+
"props": [
|
|
1851
|
+
{
|
|
1852
|
+
"name": "variant",
|
|
1853
|
+
"type": "TabVariant"
|
|
1854
|
+
}
|
|
1855
|
+
]
|
|
1863
1856
|
},
|
|
1864
1857
|
{
|
|
1865
1858
|
"name": "TextArea",
|