@texturehq/edges 1.19.2 → 1.20.2
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/{colors-BUEmaPXY.d.ts → colors-BTM11lUb.d.ts} +1 -1
- package/dist/{colors-BniWNyzj.d.cts → colors-DTZwmrPz.d.cts} +1 -1
- package/dist/components.manifest.json +50 -13
- package/dist/index.cjs +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +180 -4
- package/dist/index.d.ts +180 -4
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +108 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1704,7 +1704,7 @@ declare const ENTITY_CONFIG: {
|
|
|
1704
1704
|
readonly description: "System events and activity";
|
|
1705
1705
|
};
|
|
1706
1706
|
readonly alert: {
|
|
1707
|
-
readonly icon: "
|
|
1707
|
+
readonly icon: "Warning";
|
|
1708
1708
|
readonly label: {
|
|
1709
1709
|
readonly singular: "Alert";
|
|
1710
1710
|
readonly plural: "Alerts";
|
|
@@ -1704,7 +1704,7 @@ declare const ENTITY_CONFIG: {
|
|
|
1704
1704
|
readonly description: "System events and activity";
|
|
1705
1705
|
};
|
|
1706
1706
|
readonly alert: {
|
|
1707
|
-
readonly icon: "
|
|
1707
|
+
readonly icon: "Warning";
|
|
1708
1708
|
readonly label: {
|
|
1709
1709
|
readonly singular: "Alert";
|
|
1710
1710
|
readonly plural: "Alerts";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.20.2",
|
|
3
|
+
"generatedAt": "2025-11-15T23:27:05.461Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -239,6 +239,18 @@
|
|
|
239
239
|
"relatedComponents": [],
|
|
240
240
|
"storybookPath": "Uncategorized/BadgeCell"
|
|
241
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"name": "Banner",
|
|
244
|
+
"category": "Feedback",
|
|
245
|
+
"description": "Banner A prominent message component for displaying important information or system messages. Can be used inline within content sections or positioned at the page level. Inspired by Atlassian's Section Message and Chakra UI's Alert, combining the best features of both: semantic variant colors, multiple appearances, inline actions, and flexible composition. @example ```tsx // Simple info banner <Banner variant=\"info\" title=\"New features available\"> Check out the latest updates to improve your workflow. </Banner> // With actions <Banner variant=\"warning\" title=\"Your trial expires soon\" primaryAction={{ label: \"Upgrade now\", onPress: () => {} }} secondaryAction={{ label: \"Learn more\", onPress: () => {}, asLink: true }} > Upgrade to continue using premium features. </Banner> // Bold appearance <Banner variant=\"error\" appearance=\"bold\" title=\"Action required\" dismissible onDismiss={() => {}} > Please update your payment information. </Banner> ```",
|
|
246
|
+
"importRoot": "@texturehq/edges",
|
|
247
|
+
"importPath": "@texturehq/edges/components/Banner",
|
|
248
|
+
"props": [],
|
|
249
|
+
"relatedComponents": [
|
|
250
|
+
"Button"
|
|
251
|
+
],
|
|
252
|
+
"storybookPath": "Feedback/Banner"
|
|
253
|
+
},
|
|
242
254
|
{
|
|
243
255
|
"name": "BarSeries",
|
|
244
256
|
"category": "Charts",
|
|
@@ -875,6 +887,16 @@
|
|
|
875
887
|
"relatedComponents": [],
|
|
876
888
|
"storybookPath": "Display/CopyToClipboard"
|
|
877
889
|
},
|
|
890
|
+
{
|
|
891
|
+
"name": "CustomCell",
|
|
892
|
+
"category": "Uncategorized",
|
|
893
|
+
"description": "",
|
|
894
|
+
"importRoot": "@texturehq/edges",
|
|
895
|
+
"importPath": "@texturehq/edges/components/CustomCell",
|
|
896
|
+
"props": [],
|
|
897
|
+
"relatedComponents": [],
|
|
898
|
+
"storybookPath": "Uncategorized/CustomCell"
|
|
899
|
+
},
|
|
878
900
|
{
|
|
879
901
|
"name": "DataControls",
|
|
880
902
|
"category": "Data",
|
|
@@ -1591,6 +1613,18 @@
|
|
|
1591
1613
|
],
|
|
1592
1614
|
"storybookPath": "Form Controls/NumberField"
|
|
1593
1615
|
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "PageBanner",
|
|
1618
|
+
"category": "Feedback",
|
|
1619
|
+
"description": "",
|
|
1620
|
+
"importRoot": "@texturehq/edges",
|
|
1621
|
+
"importPath": "@texturehq/edges/components/PageBanner",
|
|
1622
|
+
"props": [],
|
|
1623
|
+
"relatedComponents": [
|
|
1624
|
+
"Button"
|
|
1625
|
+
],
|
|
1626
|
+
"storybookPath": "Feedback/PageBanner"
|
|
1627
|
+
},
|
|
1594
1628
|
{
|
|
1595
1629
|
"name": "PageLayout",
|
|
1596
1630
|
"category": "Layout",
|
|
@@ -2748,6 +2782,19 @@
|
|
|
2748
2782
|
"Timeline",
|
|
2749
2783
|
"TimelineItem"
|
|
2750
2784
|
],
|
|
2785
|
+
"Feedback": [
|
|
2786
|
+
"Banner",
|
|
2787
|
+
"EmptyState",
|
|
2788
|
+
"ErrorBoundary",
|
|
2789
|
+
"InfiniteScrollIndicator",
|
|
2790
|
+
"Meter",
|
|
2791
|
+
"Notice",
|
|
2792
|
+
"NoticeContainer",
|
|
2793
|
+
"NoticeProvider",
|
|
2794
|
+
"PageBanner",
|
|
2795
|
+
"ProgressBar",
|
|
2796
|
+
"Skeleton"
|
|
2797
|
+
],
|
|
2751
2798
|
"Navigation": [
|
|
2752
2799
|
"BreadcrumbItem",
|
|
2753
2800
|
"Breadcrumbs",
|
|
@@ -2777,6 +2824,7 @@
|
|
|
2777
2824
|
"ChartBottomBar",
|
|
2778
2825
|
"ChartTooltip",
|
|
2779
2826
|
"ContactMetaCell",
|
|
2827
|
+
"CustomCell",
|
|
2780
2828
|
"DateCell",
|
|
2781
2829
|
"DeviceMetaCell",
|
|
2782
2830
|
"DeviceStateCell",
|
|
@@ -2810,17 +2858,6 @@
|
|
|
2810
2858
|
"SortControl",
|
|
2811
2859
|
"StatList"
|
|
2812
2860
|
],
|
|
2813
|
-
"Feedback": [
|
|
2814
|
-
"EmptyState",
|
|
2815
|
-
"ErrorBoundary",
|
|
2816
|
-
"InfiniteScrollIndicator",
|
|
2817
|
-
"Meter",
|
|
2818
|
-
"Notice",
|
|
2819
|
-
"NoticeContainer",
|
|
2820
|
-
"NoticeProvider",
|
|
2821
|
-
"ProgressBar",
|
|
2822
|
-
"Skeleton"
|
|
2823
|
-
],
|
|
2824
2861
|
"Typography": [
|
|
2825
2862
|
"Heading"
|
|
2826
2863
|
],
|