@texturehq/edges 1.19.2 → 1.20.0
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 +39 -13
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +109 -1
- package/dist/index.d.ts +109 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +78 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.20.0",
|
|
3
|
+
"generatedAt": "2025-11-14T21:18:25.918Z",
|
|
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",
|
|
@@ -1591,6 +1603,18 @@
|
|
|
1591
1603
|
],
|
|
1592
1604
|
"storybookPath": "Form Controls/NumberField"
|
|
1593
1605
|
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "PageBanner",
|
|
1608
|
+
"category": "Feedback",
|
|
1609
|
+
"description": "",
|
|
1610
|
+
"importRoot": "@texturehq/edges",
|
|
1611
|
+
"importPath": "@texturehq/edges/components/PageBanner",
|
|
1612
|
+
"props": [],
|
|
1613
|
+
"relatedComponents": [
|
|
1614
|
+
"Button"
|
|
1615
|
+
],
|
|
1616
|
+
"storybookPath": "Feedback/PageBanner"
|
|
1617
|
+
},
|
|
1594
1618
|
{
|
|
1595
1619
|
"name": "PageLayout",
|
|
1596
1620
|
"category": "Layout",
|
|
@@ -2748,6 +2772,19 @@
|
|
|
2748
2772
|
"Timeline",
|
|
2749
2773
|
"TimelineItem"
|
|
2750
2774
|
],
|
|
2775
|
+
"Feedback": [
|
|
2776
|
+
"Banner",
|
|
2777
|
+
"EmptyState",
|
|
2778
|
+
"ErrorBoundary",
|
|
2779
|
+
"InfiniteScrollIndicator",
|
|
2780
|
+
"Meter",
|
|
2781
|
+
"Notice",
|
|
2782
|
+
"NoticeContainer",
|
|
2783
|
+
"NoticeProvider",
|
|
2784
|
+
"PageBanner",
|
|
2785
|
+
"ProgressBar",
|
|
2786
|
+
"Skeleton"
|
|
2787
|
+
],
|
|
2751
2788
|
"Navigation": [
|
|
2752
2789
|
"BreadcrumbItem",
|
|
2753
2790
|
"Breadcrumbs",
|
|
@@ -2810,17 +2847,6 @@
|
|
|
2810
2847
|
"SortControl",
|
|
2811
2848
|
"StatList"
|
|
2812
2849
|
],
|
|
2813
|
-
"Feedback": [
|
|
2814
|
-
"EmptyState",
|
|
2815
|
-
"ErrorBoundary",
|
|
2816
|
-
"InfiniteScrollIndicator",
|
|
2817
|
-
"Meter",
|
|
2818
|
-
"Notice",
|
|
2819
|
-
"NoticeContainer",
|
|
2820
|
-
"NoticeProvider",
|
|
2821
|
-
"ProgressBar",
|
|
2822
|
-
"Skeleton"
|
|
2823
|
-
],
|
|
2824
2850
|
"Typography": [
|
|
2825
2851
|
"Heading"
|
|
2826
2852
|
],
|