@texturehq/edges 1.20.0 → 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.
@@ -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: "Bell";
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: "Bell";
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.20.0",
3
- "generatedAt": "2025-11-14T21:18:25.918Z",
2
+ "version": "1.20.2",
3
+ "generatedAt": "2025-11-15T23:27:05.461Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -887,6 +887,16 @@
887
887
  "relatedComponents": [],
888
888
  "storybookPath": "Display/CopyToClipboard"
889
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
+ },
890
900
  {
891
901
  "name": "DataControls",
892
902
  "category": "Data",
@@ -2814,6 +2824,7 @@
2814
2824
  "ChartBottomBar",
2815
2825
  "ChartTooltip",
2816
2826
  "ContactMetaCell",
2827
+ "CustomCell",
2817
2828
  "DateCell",
2818
2829
  "DeviceMetaCell",
2819
2830
  "DeviceStateCell",