@texturehq/edges 1.14.2 → 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 +37 -22
- package/dist/generated/tailwind-tokens-dark.css +2 -1
- package/dist/generated/tailwind-tokens-light.css +2 -1
- package/dist/generated/viz-runtime.css +2 -2
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +54 -3
- package/dist/index.d.ts +54 -3
- 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 +54 -4
- package/dist/utilities.manifest.json +2 -2
- package/package.json +2 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
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",
|
|
@@ -1063,6 +1063,16 @@
|
|
|
1063
1063
|
],
|
|
1064
1064
|
"storybookPath": "Form Controls/Form"
|
|
1065
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "FunnelSeries",
|
|
1068
|
+
"category": "Charts",
|
|
1069
|
+
"description": "Accessible label",
|
|
1070
|
+
"importRoot": "@texturehq/edges",
|
|
1071
|
+
"importPath": "@texturehq/edges/components/FunnelSeries",
|
|
1072
|
+
"props": [],
|
|
1073
|
+
"relatedComponents": [],
|
|
1074
|
+
"storybookPath": "Charts/FunnelSeries"
|
|
1075
|
+
},
|
|
1066
1076
|
{
|
|
1067
1077
|
"name": "Grid",
|
|
1068
1078
|
"category": "Layout",
|
|
@@ -1190,13 +1200,15 @@
|
|
|
1190
1200
|
},
|
|
1191
1201
|
{
|
|
1192
1202
|
"name": "LineSeries",
|
|
1193
|
-
"category": "
|
|
1203
|
+
"category": "Charts",
|
|
1194
1204
|
"description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
|
|
1195
1205
|
"importRoot": "@texturehq/edges",
|
|
1196
1206
|
"importPath": "@texturehq/edges/components/LineSeries",
|
|
1197
1207
|
"props": [],
|
|
1198
|
-
"relatedComponents": [
|
|
1199
|
-
|
|
1208
|
+
"relatedComponents": [
|
|
1209
|
+
"ChartContainer"
|
|
1210
|
+
],
|
|
1211
|
+
"storybookPath": "Charts/LineSeries"
|
|
1200
1212
|
},
|
|
1201
1213
|
{
|
|
1202
1214
|
"name": "List",
|
|
@@ -2522,10 +2534,15 @@
|
|
|
2522
2534
|
"TextLink",
|
|
2523
2535
|
"TopNav"
|
|
2524
2536
|
],
|
|
2525
|
-
"
|
|
2526
|
-
"ActionCell",
|
|
2537
|
+
"Charts": [
|
|
2527
2538
|
"AreaSeries",
|
|
2528
2539
|
"BarSeries",
|
|
2540
|
+
"ChartContainer",
|
|
2541
|
+
"FunnelSeries",
|
|
2542
|
+
"LineSeries"
|
|
2543
|
+
],
|
|
2544
|
+
"Uncategorized": [
|
|
2545
|
+
"ActionCell",
|
|
2529
2546
|
"BooleanCell",
|
|
2530
2547
|
"ChartAxis",
|
|
2531
2548
|
"ChartBottomBar",
|
|
@@ -2534,7 +2551,6 @@
|
|
|
2534
2551
|
"DeviceStateCell",
|
|
2535
2552
|
"DialogHeader",
|
|
2536
2553
|
"InteractiveMap",
|
|
2537
|
-
"LineSeries",
|
|
2538
2554
|
"MAP_TYPES",
|
|
2539
2555
|
"ModalBackdrop",
|
|
2540
2556
|
"NumberCell",
|
|
@@ -2546,7 +2562,6 @@
|
|
|
2546
2562
|
"Data": [
|
|
2547
2563
|
"AutoMobileRenderer",
|
|
2548
2564
|
"CardMobileRenderer",
|
|
2549
|
-
"ChartContainer",
|
|
2550
2565
|
"DataControls",
|
|
2551
2566
|
"DataTable",
|
|
2552
2567
|
"FilterChips",
|
|
@@ -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;
|
|
@@ -259,6 +260,7 @@
|
|
|
259
260
|
--color-map-streets-border: #ffffff;
|
|
260
261
|
--color-map-satellite-border: #ffffff;
|
|
261
262
|
--color-map-neutral-border: #ffffff;
|
|
263
|
+
--color-viz-default: #4da6ff;
|
|
262
264
|
--color-viz-categorical-1: #7dd3c0;
|
|
263
265
|
--color-viz-categorical-2: #a8b4ff;
|
|
264
266
|
--color-viz-categorical-3: #ffd67a;
|
|
@@ -345,7 +347,6 @@
|
|
|
345
347
|
--color-viz-diverging-red-blue-8: #8494ca;
|
|
346
348
|
--color-viz-diverging-red-blue-9: #5d6fb0;
|
|
347
349
|
--color-viz-diverging-red-blue-10: #374f88;
|
|
348
|
-
--color-viz-default: #444ae1;
|
|
349
350
|
--color-skeleton-base: #374151;
|
|
350
351
|
--color-skeleton-highlight: #4b5563;
|
|
351
352
|
--color-skeleton-wave: rgba(255, 255, 255, 0.15);
|
|
@@ -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;
|
|
@@ -256,6 +257,7 @@
|
|
|
256
257
|
--color-state-exporting: #f8f8f8;
|
|
257
258
|
--color-state-exporting-border: #d1d5db;
|
|
258
259
|
--color-state-exporting-text: #000000;
|
|
260
|
+
--color-viz-default: #0082ff;
|
|
259
261
|
--color-viz-categorical-1: #a3eae4;
|
|
260
262
|
--color-viz-categorical-2: #91a0ff;
|
|
261
263
|
--color-viz-categorical-3: #ffd1a3;
|
|
@@ -342,7 +344,6 @@
|
|
|
342
344
|
--color-viz-diverging-red-blue-8: #7080b5;
|
|
343
345
|
--color-viz-diverging-red-blue-9: #4d5e99;
|
|
344
346
|
--color-viz-diverging-red-blue-10: #2b3d70;
|
|
345
|
-
--color-viz-default: #444ae1;
|
|
346
347
|
--color-skeleton-base: #e5e7eb;
|
|
347
348
|
--color-skeleton-highlight: #f3f4f6;
|
|
348
349
|
--color-skeleton-wave: rgba(255, 255, 255, 0.5);
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
/* Light theme (default) */
|
|
14
14
|
:root {
|
|
15
|
+
--color-viz-default: #0082ff;
|
|
15
16
|
--color-viz-categorical-1: #a3eae4;
|
|
16
17
|
--color-viz-categorical-2: #91a0ff;
|
|
17
18
|
--color-viz-categorical-3: #ffd1a3;
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
--color-viz-diverging-red-blue-8: #7080b5;
|
|
99
100
|
--color-viz-diverging-red-blue-9: #4d5e99;
|
|
100
101
|
--color-viz-diverging-red-blue-10: #2b3d70;
|
|
101
|
-
--color-viz-default: #444ae1;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/* Dark theme */
|
|
105
105
|
.theme-dark {
|
|
106
|
+
--color-viz-default: #4da6ff;
|
|
106
107
|
--color-viz-categorical-1: #7dd3c0;
|
|
107
108
|
--color-viz-categorical-2: #a8b4ff;
|
|
108
109
|
--color-viz-categorical-3: #ffd67a;
|
|
@@ -189,5 +190,4 @@
|
|
|
189
190
|
--color-viz-diverging-red-blue-8: #8494ca;
|
|
190
191
|
--color-viz-diverging-red-blue-9: #5d6fb0;
|
|
191
192
|
--color-viz-diverging-red-blue-10: #374f88;
|
|
192
|
-
--color-viz-default: #444ae1;
|
|
193
193
|
}
|