@texturehq/edges 1.20.0 → 1.20.3

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.3",
3
+ "generatedAt": "2025-11-16T03:36:11.853Z",
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",
@@ -161,21 +161,21 @@
161
161
  --action-disabled-background: #d1d5db;
162
162
  --action-disabled-text: #6b7280;
163
163
  --feedback-success-text: oklch(0.314 0.095 133.748);
164
- --feedback-success-icon: oklch(0.314 0.095 133.748);
165
- --feedback-success-background: oklch(0.982 0.018 131.68);
166
- --feedback-success-border: oklch(0.627 0.194 130.331);
164
+ --feedback-success-icon: oklch(0.437 0.154 132.474);
165
+ --feedback-success-background: oklch(0.99 0.01 131.68);
166
+ --feedback-success-border: oklch(0.527 0.19 131.688);
167
167
  --feedback-error-text: oklch(0.505 0.213 27.518);
168
- --feedback-error-icon: oklch(0.505 0.213 27.518);
169
- --feedback-error-background: oklch(0.971 0.013 17.38);
168
+ --feedback-error-icon: oklch(0.577 0.245 27.325);
169
+ --feedback-error-background: oklch(0.985 0.008 17.38);
170
170
  --feedback-error-border: oklch(0.637 0.237 25.331);
171
171
  --feedback-warning-text: oklch(0.398 0.092 60.236);
172
- --feedback-warning-icon: oklch(0.398 0.092 60.236);
173
- --feedback-warning-background: oklch(0.987 0.024 102.851);
174
- --feedback-warning-border: oklch(0.795 0.184 86.047);
172
+ --feedback-warning-icon: oklch(0.554 0.135 66.191);
173
+ --feedback-warning-background: oklch(0.993 0.015 102.851);
174
+ --feedback-warning-border: oklch(0.681 0.162 75.834);
175
175
  --feedback-info-text: oklch(0.488 0.243 255.638);
176
- --feedback-info-icon: oklch(0.488 0.243 255.638);
177
- --feedback-info-background: oklch(0.97 0.014 237.69);
178
- --feedback-info-border: oklch(0.809 0.105 244.039);
176
+ --feedback-info-icon: oklch(0.546 0.245 253.739);
177
+ --feedback-info-background: oklch(0.985 0.008 237.69);
178
+ --feedback-info-border: oklch(0.623 0.214 250.546);
179
179
  --color-map-marker-default: #7a8ee1;
180
180
  --color-map-streets-border: #000000;
181
181
  --color-map-satellite-border: #ffffff;
@@ -161,21 +161,21 @@
161
161
  --action-disabled-background: #d1d5db;
162
162
  --action-disabled-text: #6b7280;
163
163
  --feedback-success-text: oklch(0.314 0.095 133.748);
164
- --feedback-success-icon: oklch(0.314 0.095 133.748);
165
- --feedback-success-background: oklch(0.982 0.018 131.68);
166
- --feedback-success-border: oklch(0.627 0.194 130.331);
164
+ --feedback-success-icon: oklch(0.437 0.154 132.474);
165
+ --feedback-success-background: oklch(0.99 0.01 131.68);
166
+ --feedback-success-border: oklch(0.527 0.19 131.688);
167
167
  --feedback-error-text: oklch(0.505 0.213 27.518);
168
- --feedback-error-icon: oklch(0.505 0.213 27.518);
169
- --feedback-error-background: oklch(0.971 0.013 17.38);
168
+ --feedback-error-icon: oklch(0.577 0.245 27.325);
169
+ --feedback-error-background: oklch(0.985 0.008 17.38);
170
170
  --feedback-error-border: oklch(0.637 0.237 25.331);
171
171
  --feedback-warning-text: oklch(0.398 0.092 60.236);
172
- --feedback-warning-icon: oklch(0.398 0.092 60.236);
173
- --feedback-warning-background: oklch(0.987 0.024 102.851);
174
- --feedback-warning-border: oklch(0.795 0.184 86.047);
172
+ --feedback-warning-icon: oklch(0.554 0.135 66.191);
173
+ --feedback-warning-background: oklch(0.993 0.015 102.851);
174
+ --feedback-warning-border: oklch(0.681 0.162 75.834);
175
175
  --feedback-info-text: oklch(0.488 0.243 255.638);
176
- --feedback-info-icon: oklch(0.488 0.243 255.638);
177
- --feedback-info-background: oklch(0.97 0.014 237.69);
178
- --feedback-info-border: oklch(0.809 0.105 244.039);
176
+ --feedback-info-icon: oklch(0.546 0.245 253.739);
177
+ --feedback-info-background: oklch(0.985 0.008 237.69);
178
+ --feedback-info-border: oklch(0.623 0.214 250.546);
179
179
  --color-map-marker-default: #444ae1;
180
180
  --color-map-streets-border: #000000;
181
181
  --color-map-satellite-border: #ffffff;