@texturehq/edges 1.15.3 → 1.15.5
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 +30 -6
- package/dist/generated/tailwind-tokens-dark.css +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +136 -36
- package/dist/index.d.ts +136 -36
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/{server-2XGnhJXF.d.cts → server-DfqlfwZg.d.cts} +10 -2
- package/dist/{server-2XGnhJXF.d.ts → server-DfqlfwZg.d.ts} +10 -2
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/styles.css +8 -48
- 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-
|
|
2
|
+
"version": "1.15.5",
|
|
3
|
+
"generatedAt": "2025-11-01T03:02:30.465Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -877,15 +877,25 @@
|
|
|
877
877
|
"relatedComponents": [],
|
|
878
878
|
"storybookPath": "Display/DeviceHealthBadge"
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "DeviceMetaCell",
|
|
882
|
+
"category": "Uncategorized",
|
|
883
|
+
"description": "",
|
|
884
|
+
"importRoot": "@texturehq/edges",
|
|
885
|
+
"importPath": "@texturehq/edges/components/DeviceMetaCell",
|
|
886
|
+
"props": [],
|
|
887
|
+
"relatedComponents": [],
|
|
888
|
+
"storybookPath": "Uncategorized/DeviceMetaCell"
|
|
889
|
+
},
|
|
880
890
|
{
|
|
881
891
|
"name": "DeviceMetaDisplay",
|
|
882
|
-
"category": "
|
|
883
|
-
"description": "DeviceMetaDisplay
|
|
892
|
+
"category": "Components",
|
|
893
|
+
"description": "DeviceMetaDisplay Reusable component for displaying device metadata (manufacturer, model, logo). Displays manufacturer logo (with device type icon fallback) and device information. Manufacturer name can be linked to device detail page. Use this component directly in cards, lists, or other layouts. For DataTable cells, use DeviceMetaCell which wraps this component. @example ```tsx <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" logoUrl=\"https://...\" href=\"/devices/123\" showDeviceTypeIcon /> ```",
|
|
884
894
|
"importRoot": "@texturehq/edges",
|
|
885
895
|
"importPath": "@texturehq/edges/components/DeviceMetaDisplay",
|
|
886
896
|
"props": [],
|
|
887
897
|
"relatedComponents": [],
|
|
888
|
-
"storybookPath": "
|
|
898
|
+
"storybookPath": "Components/DeviceMetaDisplay"
|
|
889
899
|
},
|
|
890
900
|
{
|
|
891
901
|
"name": "DeviceStateBadge",
|
|
@@ -1063,6 +1073,16 @@
|
|
|
1063
1073
|
],
|
|
1064
1074
|
"storybookPath": "Form Controls/Form"
|
|
1065
1075
|
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "FormattedCell",
|
|
1078
|
+
"category": "Uncategorized",
|
|
1079
|
+
"description": "",
|
|
1080
|
+
"importRoot": "@texturehq/edges",
|
|
1081
|
+
"importPath": "@texturehq/edges/components/FormattedCell",
|
|
1082
|
+
"props": [],
|
|
1083
|
+
"relatedComponents": [],
|
|
1084
|
+
"storybookPath": "Uncategorized/FormattedCell"
|
|
1085
|
+
},
|
|
1066
1086
|
{
|
|
1067
1087
|
"name": "FunnelSeries",
|
|
1068
1088
|
"category": "Charts",
|
|
@@ -2534,7 +2554,6 @@
|
|
|
2534
2554
|
"ConnectionStatusBadge",
|
|
2535
2555
|
"CopyToClipboard",
|
|
2536
2556
|
"DeviceHealthBadge",
|
|
2537
|
-
"DeviceMetaDisplay",
|
|
2538
2557
|
"DeviceStateBadge",
|
|
2539
2558
|
"DeviceStateWithMetric",
|
|
2540
2559
|
"DeviceTypeIcon",
|
|
@@ -2570,8 +2589,10 @@
|
|
|
2570
2589
|
"ChartBottomBar",
|
|
2571
2590
|
"ChartTooltip",
|
|
2572
2591
|
"DateCell",
|
|
2592
|
+
"DeviceMetaCell",
|
|
2573
2593
|
"DeviceStateCell",
|
|
2574
2594
|
"DialogHeader",
|
|
2595
|
+
"FormattedCell",
|
|
2575
2596
|
"InteractiveMap",
|
|
2576
2597
|
"MAP_TYPES",
|
|
2577
2598
|
"ModalBackdrop",
|
|
@@ -2595,6 +2616,9 @@
|
|
|
2595
2616
|
"SortControl",
|
|
2596
2617
|
"StatList"
|
|
2597
2618
|
],
|
|
2619
|
+
"Components": [
|
|
2620
|
+
"DeviceMetaDisplay"
|
|
2621
|
+
],
|
|
2598
2622
|
"Feedback": [
|
|
2599
2623
|
"EmptyState",
|
|
2600
2624
|
"ErrorBoundary",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
--color-background-body: #151a30;
|
|
187
187
|
--color-background-surface: #1a2038;
|
|
188
188
|
--color-background-muted: #374151;
|
|
189
|
-
--color-background-hover: #
|
|
189
|
+
--color-background-hover: #242d47;
|
|
190
190
|
--color-background-selected: #6b7280;
|
|
191
191
|
--color-background-modal: rgba(255, 255, 255, 0.12);
|
|
192
192
|
--color-background-input: rgba(255, 255, 255, 0.05);
|