@texturehq/edges 1.15.0 → 1.15.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 +29 -25
- package/dist/generated/tailwind-tokens-dark.css +1 -0
- package/dist/generated/tailwind-tokens-light.css +1 -0
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/{server-Bvpt61Tf.d.cts → server-2XGnhJXF.d.cts} +15 -0
- package/dist/{server-Bvpt61Tf.d.ts → server-2XGnhJXF.d.ts} +15 -0
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/styles.css +17 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.15.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.15.1",
|
|
3
|
+
"generatedAt": "2025-10-30T16:22:49.375Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -85,13 +85,15 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"name": "AreaSeries",
|
|
88
|
-
"category": "
|
|
88
|
+
"category": "Charts",
|
|
89
89
|
"description": "AreaSeries Chart component for rendering area charts with gradient fill. Displays data as a filled area with optional line path, supporting animations and custom colors.",
|
|
90
90
|
"importRoot": "@texturehq/edges",
|
|
91
91
|
"importPath": "@texturehq/edges/components/AreaSeries",
|
|
92
92
|
"props": [],
|
|
93
|
-
"relatedComponents": [
|
|
94
|
-
|
|
93
|
+
"relatedComponents": [
|
|
94
|
+
"ChartContainer"
|
|
95
|
+
],
|
|
96
|
+
"storybookPath": "Charts/AreaSeries"
|
|
95
97
|
},
|
|
96
98
|
{
|
|
97
99
|
"name": "Autocomplete",
|
|
@@ -231,13 +233,15 @@
|
|
|
231
233
|
},
|
|
232
234
|
{
|
|
233
235
|
"name": "BarSeries",
|
|
234
|
-
"category": "
|
|
236
|
+
"category": "Charts",
|
|
235
237
|
"description": "BarSeries Chart component for rendering bar/column charts. Displays data as vertical bars with customizable colors, opacity, and category-based coloring.",
|
|
236
238
|
"importRoot": "@texturehq/edges",
|
|
237
239
|
"importPath": "@texturehq/edges/components/BarSeries",
|
|
238
240
|
"props": [],
|
|
239
|
-
"relatedComponents": [
|
|
240
|
-
|
|
241
|
+
"relatedComponents": [
|
|
242
|
+
"ChartContainer"
|
|
243
|
+
],
|
|
244
|
+
"storybookPath": "Charts/BarSeries"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"name": "BooleanCell",
|
|
@@ -597,17 +601,13 @@
|
|
|
597
601
|
},
|
|
598
602
|
{
|
|
599
603
|
"name": "ChartContainer",
|
|
600
|
-
"category": "
|
|
604
|
+
"category": "Charts",
|
|
601
605
|
"description": "ChartContainer Main chart wrapper component that provides context and layout for chart visualizations. Handles scaling, tooltips, axes, and data management for area, line, and bar charts.",
|
|
602
606
|
"importRoot": "@texturehq/edges",
|
|
603
607
|
"importPath": "@texturehq/edges/components/ChartContainer",
|
|
604
608
|
"props": [],
|
|
605
|
-
"relatedComponents": [
|
|
606
|
-
|
|
607
|
-
"BarSeries",
|
|
608
|
-
"LineSeries"
|
|
609
|
-
],
|
|
610
|
-
"storybookPath": "Data/ChartContainer"
|
|
609
|
+
"relatedComponents": [],
|
|
610
|
+
"storybookPath": "Charts/ChartContainer"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
613
|
"name": "ChartTooltip",
|
|
@@ -1065,13 +1065,13 @@
|
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"name": "FunnelSeries",
|
|
1068
|
-
"category": "
|
|
1068
|
+
"category": "Charts",
|
|
1069
1069
|
"description": "Accessible label",
|
|
1070
1070
|
"importRoot": "@texturehq/edges",
|
|
1071
1071
|
"importPath": "@texturehq/edges/components/FunnelSeries",
|
|
1072
1072
|
"props": [],
|
|
1073
1073
|
"relatedComponents": [],
|
|
1074
|
-
"storybookPath": "
|
|
1074
|
+
"storybookPath": "Charts/FunnelSeries"
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
1077
|
"name": "Grid",
|
|
@@ -1200,13 +1200,15 @@
|
|
|
1200
1200
|
},
|
|
1201
1201
|
{
|
|
1202
1202
|
"name": "LineSeries",
|
|
1203
|
-
"category": "
|
|
1203
|
+
"category": "Charts",
|
|
1204
1204
|
"description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
|
|
1205
1205
|
"importRoot": "@texturehq/edges",
|
|
1206
1206
|
"importPath": "@texturehq/edges/components/LineSeries",
|
|
1207
1207
|
"props": [],
|
|
1208
|
-
"relatedComponents": [
|
|
1209
|
-
|
|
1208
|
+
"relatedComponents": [
|
|
1209
|
+
"ChartContainer"
|
|
1210
|
+
],
|
|
1211
|
+
"storybookPath": "Charts/LineSeries"
|
|
1210
1212
|
},
|
|
1211
1213
|
{
|
|
1212
1214
|
"name": "List",
|
|
@@ -2532,10 +2534,15 @@
|
|
|
2532
2534
|
"TextLink",
|
|
2533
2535
|
"TopNav"
|
|
2534
2536
|
],
|
|
2535
|
-
"
|
|
2536
|
-
"ActionCell",
|
|
2537
|
+
"Charts": [
|
|
2537
2538
|
"AreaSeries",
|
|
2538
2539
|
"BarSeries",
|
|
2540
|
+
"ChartContainer",
|
|
2541
|
+
"FunnelSeries",
|
|
2542
|
+
"LineSeries"
|
|
2543
|
+
],
|
|
2544
|
+
"Uncategorized": [
|
|
2545
|
+
"ActionCell",
|
|
2539
2546
|
"BooleanCell",
|
|
2540
2547
|
"ChartAxis",
|
|
2541
2548
|
"ChartBottomBar",
|
|
@@ -2544,7 +2551,6 @@
|
|
|
2544
2551
|
"DeviceStateCell",
|
|
2545
2552
|
"DialogHeader",
|
|
2546
2553
|
"InteractiveMap",
|
|
2547
|
-
"LineSeries",
|
|
2548
2554
|
"MAP_TYPES",
|
|
2549
2555
|
"ModalBackdrop",
|
|
2550
2556
|
"NumberCell",
|
|
@@ -2556,12 +2562,10 @@
|
|
|
2556
2562
|
"Data": [
|
|
2557
2563
|
"AutoMobileRenderer",
|
|
2558
2564
|
"CardMobileRenderer",
|
|
2559
|
-
"ChartContainer",
|
|
2560
2565
|
"DataControls",
|
|
2561
2566
|
"DataTable",
|
|
2562
2567
|
"FilterChips",
|
|
2563
2568
|
"FilterDialog",
|
|
2564
|
-
"FunnelSeries",
|
|
2565
2569
|
"Kpi",
|
|
2566
2570
|
"KpiGroup",
|
|
2567
2571
|
"ResultsCount",
|
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
--feedback-info-icon: oklch(0.488 0.243 255.638);
|
|
177
177
|
--feedback-info-background: oklch(0.97 0.014 237.69);
|
|
178
178
|
--feedback-info-border: oklch(0.809 0.105 244.039);
|
|
179
|
+
--color-map-marker-default: #7a8ee1;
|
|
179
180
|
--color-map-streets-border: #000000;
|
|
180
181
|
--color-map-satellite-border: #ffffff;
|
|
181
182
|
--color-map-neutral-border: #000000;
|
|
@@ -176,6 +176,7 @@
|
|
|
176
176
|
--feedback-info-icon: oklch(0.488 0.243 255.638);
|
|
177
177
|
--feedback-info-background: oklch(0.97 0.014 237.69);
|
|
178
178
|
--feedback-info-border: oklch(0.809 0.105 244.039);
|
|
179
|
+
--color-map-marker-default: #444ae1;
|
|
179
180
|
--color-map-streets-border: #000000;
|
|
180
181
|
--color-map-satellite-border: #ffffff;
|
|
181
182
|
--color-map-neutral-border: #000000;
|