@texturehq/edges 1.17.0 → 1.18.0

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.
@@ -1553,6 +1553,11 @@ interface StaticMapProps {
1553
1553
  * @default true
1554
1554
  */
1555
1555
  showMarker?: boolean;
1556
+ /**
1557
+ * Show Mapbox attribution control
1558
+ * @default false
1559
+ */
1560
+ showAttribution?: boolean;
1556
1561
  /**
1557
1562
  * Callback fired when the map finishes loading
1558
1563
  * Useful for knowing when Mapbox is fully initialized and tiles are loaded
@@ -1571,7 +1576,7 @@ interface StaticMapProps {
1571
1576
  *
1572
1577
  * Automatically adapts to light/dark mode using the global ColorModeProvider.
1573
1578
  */
1574
- declare function StaticMap({ width, height, initialViewState, isLoading, mapType, layers, mapboxAccessToken, showMarker, onLoad, className, }: StaticMapProps): react_jsx_runtime.JSX.Element;
1579
+ declare function StaticMap({ width, height, initialViewState, isLoading, mapType, layers, mapboxAccessToken, showMarker, showAttribution, onLoad, className, }: StaticMapProps): react_jsx_runtime.JSX.Element;
1575
1580
 
1576
1581
  /**
1577
1582
  * Represents a geographic point with coordinates
@@ -1737,7 +1742,7 @@ interface EntityConfig {
1737
1742
  }
1738
1743
  declare const ENTITY_CONFIG: {
1739
1744
  readonly site: {
1740
- readonly icon: "Buildings";
1745
+ readonly icon: "MapPin";
1741
1746
  readonly label: {
1742
1747
  readonly singular: "Site";
1743
1748
  readonly plural: "Sites";
@@ -1553,6 +1553,11 @@ interface StaticMapProps {
1553
1553
  * @default true
1554
1554
  */
1555
1555
  showMarker?: boolean;
1556
+ /**
1557
+ * Show Mapbox attribution control
1558
+ * @default false
1559
+ */
1560
+ showAttribution?: boolean;
1556
1561
  /**
1557
1562
  * Callback fired when the map finishes loading
1558
1563
  * Useful for knowing when Mapbox is fully initialized and tiles are loaded
@@ -1571,7 +1576,7 @@ interface StaticMapProps {
1571
1576
  *
1572
1577
  * Automatically adapts to light/dark mode using the global ColorModeProvider.
1573
1578
  */
1574
- declare function StaticMap({ width, height, initialViewState, isLoading, mapType, layers, mapboxAccessToken, showMarker, onLoad, className, }: StaticMapProps): react_jsx_runtime.JSX.Element;
1579
+ declare function StaticMap({ width, height, initialViewState, isLoading, mapType, layers, mapboxAccessToken, showMarker, showAttribution, onLoad, className, }: StaticMapProps): react_jsx_runtime.JSX.Element;
1575
1580
 
1576
1581
  /**
1577
1582
  * Represents a geographic point with coordinates
@@ -1737,7 +1742,7 @@ interface EntityConfig {
1737
1742
  }
1738
1743
  declare const ENTITY_CONFIG: {
1739
1744
  readonly site: {
1740
- readonly icon: "Buildings";
1745
+ readonly icon: "MapPin";
1741
1746
  readonly label: {
1742
1747
  readonly singular: "Site";
1743
1748
  readonly plural: "Sites";
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.17.0",
3
- "generatedAt": "2025-11-03T16:51:16.747Z",
2
+ "version": "1.18.0",
3
+ "generatedAt": "2025-11-10T02:40:34.289Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -206,9 +206,7 @@
206
206
  "importRoot": "@texturehq/edges",
207
207
  "importPath": "@texturehq/edges/components/AutoMobileRenderer",
208
208
  "props": [],
209
- "relatedComponents": [
210
- "Skeleton"
211
- ],
209
+ "relatedComponents": [],
212
210
  "storybookPath": "Data/AutoMobileRenderer"
213
211
  },
214
212
  {
@@ -231,6 +229,16 @@
231
229
  "relatedComponents": [],
232
230
  "storybookPath": "Display/Badge"
233
231
  },
232
+ {
233
+ "name": "BadgeCell",
234
+ "category": "Uncategorized",
235
+ "description": "",
236
+ "importRoot": "@texturehq/edges",
237
+ "importPath": "@texturehq/edges/components/BadgeCell",
238
+ "props": [],
239
+ "relatedComponents": [],
240
+ "storybookPath": "Uncategorized/BadgeCell"
241
+ },
234
242
  {
235
243
  "name": "BarSeries",
236
244
  "category": "Charts",
@@ -549,9 +557,7 @@
549
557
  "importRoot": "@texturehq/edges",
550
558
  "importPath": "@texturehq/edges/components/CardMobileRenderer",
551
559
  "props": [],
552
- "relatedComponents": [
553
- "Skeleton"
554
- ],
560
+ "relatedComponents": [],
555
561
  "storybookPath": "Data/CardMobileRenderer"
556
562
  },
557
563
  {
@@ -783,6 +789,16 @@
783
789
  "relatedComponents": [],
784
790
  "storybookPath": "Layout/CollapseItem"
785
791
  },
792
+ {
793
+ "name": "ColorField",
794
+ "category": "Form Controls",
795
+ "description": "ColorField Component A form control that allows users to input hex color codes manually or select colors using a visual color picker. Integrates seamlessly with the Edges design system. @example ```tsx <ColorField label=\"Brand Color\" value={color} onChange={setColor} description=\"Choose your primary brand color\" /> ```",
796
+ "importRoot": "@texturehq/edges",
797
+ "importPath": "@texturehq/edges/components/ColorField",
798
+ "props": [],
799
+ "relatedComponents": [],
800
+ "storybookPath": "Form Controls/ColorField"
801
+ },
786
802
  {
787
803
  "name": "Confirm",
788
804
  "category": "Overlays",
@@ -809,6 +825,46 @@
809
825
  "relatedComponents": [],
810
826
  "storybookPath": "Display/ConnectionStatusBadge"
811
827
  },
828
+ {
829
+ "name": "ContactCard",
830
+ "category": "Display",
831
+ "description": "ContactCard A card component for displaying contact information with avatar. Includes name, optional email, and optional phone number. @example ```tsx <ContactCard firstName=\"John\" lastName=\"Doe\" email=\"john.doe@example.com\" phone=\"+1 (555) 123-4567\" showEmail showPhone href=\"/contacts/123\" /> ```",
832
+ "importRoot": "@texturehq/edges",
833
+ "importPath": "@texturehq/edges/components/ContactCard",
834
+ "props": [],
835
+ "relatedComponents": [
836
+ "StoryLayout",
837
+ "StoryTable",
838
+ "StoryTableCell",
839
+ "StoryTableRow"
840
+ ],
841
+ "storybookPath": "Display/ContactCard"
842
+ },
843
+ {
844
+ "name": "ContactMetaCell",
845
+ "category": "Uncategorized",
846
+ "description": "",
847
+ "importRoot": "@texturehq/edges",
848
+ "importPath": "@texturehq/edges/components/ContactMetaCell",
849
+ "props": [],
850
+ "relatedComponents": [],
851
+ "storybookPath": "Uncategorized/ContactMetaCell"
852
+ },
853
+ {
854
+ "name": "ContactMetaDisplay",
855
+ "category": "Display",
856
+ "description": "ContactMetaDisplay Reusable component for displaying contact information with avatar. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Avatar, name above, optional email below **Inline layout**: Avatar + name only (horizontal) Use this component directly in cards, lists, or other layouts. For DataTable cells, use ContactMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" email=\"john@example.com\" layout=\"stacked\" size=\"md\" showEmail href=\"/contacts/123\" /> // Inline layout <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" layout=\"inline\" size=\"sm\" href=\"/contacts/123\" /> ```",
857
+ "importRoot": "@texturehq/edges",
858
+ "importPath": "@texturehq/edges/components/ContactMetaDisplay",
859
+ "props": [],
860
+ "relatedComponents": [
861
+ "StoryLayout",
862
+ "StoryTable",
863
+ "StoryTableCell",
864
+ "StoryTableRow"
865
+ ],
866
+ "storybookPath": "Display/ContactMetaDisplay"
867
+ },
812
868
  {
813
869
  "name": "CopyToClipboard",
814
870
  "category": "Display",
@@ -836,9 +892,7 @@
836
892
  "importRoot": "@texturehq/edges",
837
893
  "importPath": "@texturehq/edges/components/DataTable",
838
894
  "props": [],
839
- "relatedComponents": [
840
- "Skeleton"
841
- ],
895
+ "relatedComponents": [],
842
896
  "storybookPath": "Data/DataTable"
843
897
  },
844
898
  {
@@ -899,13 +953,18 @@
899
953
  },
900
954
  {
901
955
  "name": "DeviceMetaDisplay",
902
- "category": "Components",
903
- "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 /> ```",
956
+ "category": "Display",
957
+ "description": "DeviceMetaDisplay Reusable component for displaying device metadata (manufacturer, model, logo). Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Large icon/logo, manufacturer name above, device type icon + model below **Inline layout**: Small icon + \"Manufacturer Model\" as single text string Use this component directly in cards, lists, or other layouts. For DataTable cells, use DeviceMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"stacked\" size=\"md\" logoUrl=\"https://...\" href=\"/devices/123\" /> // Inline layout <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"inline\" size=\"sm\" href=\"/devices/123\" /> ```",
904
958
  "importRoot": "@texturehq/edges",
905
959
  "importPath": "@texturehq/edges/components/DeviceMetaDisplay",
906
960
  "props": [],
907
- "relatedComponents": [],
908
- "storybookPath": "Components/DeviceMetaDisplay"
961
+ "relatedComponents": [
962
+ "StoryLayout",
963
+ "StoryTable",
964
+ "StoryTableCell",
965
+ "StoryTableRow"
966
+ ],
967
+ "storybookPath": "Display/DeviceMetaDisplay"
909
968
  },
910
969
  {
911
970
  "name": "DeviceStateBadge",
@@ -1166,6 +1225,16 @@
1166
1225
  ],
1167
1226
  "storybookPath": "Typography/Heading"
1168
1227
  },
1228
+ {
1229
+ "name": "HorizontalBarCell",
1230
+ "category": "Uncategorized",
1231
+ "description": "",
1232
+ "importRoot": "@texturehq/edges",
1233
+ "importPath": "@texturehq/edges/components/HorizontalBarCell",
1234
+ "props": [],
1235
+ "relatedComponents": [],
1236
+ "storybookPath": "Uncategorized/HorizontalBarCell"
1237
+ },
1169
1238
  {
1170
1239
  "name": "Icon",
1171
1240
  "category": "Design Tokens",
@@ -1368,6 +1437,16 @@
1368
1437
  "relatedComponents": [],
1369
1438
  "storybookPath": "Feedback/Meter"
1370
1439
  },
1440
+ {
1441
+ "name": "MiniBarCell",
1442
+ "category": "Uncategorized",
1443
+ "description": "",
1444
+ "importRoot": "@texturehq/edges",
1445
+ "importPath": "@texturehq/edges/components/MiniBarCell",
1446
+ "props": [],
1447
+ "relatedComponents": [],
1448
+ "storybookPath": "Uncategorized/MiniBarCell"
1449
+ },
1371
1450
  {
1372
1451
  "name": "ModalBackdrop",
1373
1452
  "category": "Uncategorized",
@@ -1534,6 +1613,16 @@
1534
1613
  ],
1535
1614
  "storybookPath": "Layout/PageLayout"
1536
1615
  },
1616
+ {
1617
+ "name": "PercentBarCell",
1618
+ "category": "Uncategorized",
1619
+ "description": "",
1620
+ "importRoot": "@texturehq/edges",
1621
+ "importPath": "@texturehq/edges/components/PercentBarCell",
1622
+ "props": [],
1623
+ "relatedComponents": [],
1624
+ "storybookPath": "Uncategorized/PercentBarCell"
1625
+ },
1537
1626
  {
1538
1627
  "name": "PlaceSearch",
1539
1628
  "category": "Form Controls",
@@ -1787,7 +1876,7 @@
1787
1876
  {
1788
1877
  "name": "Select",
1789
1878
  "category": "Form Controls",
1790
- "description": "Whether to use transparent background",
1879
+ "description": "Controls the menu width behavior relative to the trigger. - \"match\": Menu width matches trigger width exactly (default) - \"auto\": Menu width grows to fit content, with minimum of trigger width @default \"match\"",
1791
1880
  "importRoot": "@texturehq/edges",
1792
1881
  "importPath": "@texturehq/edges/components/Select",
1793
1882
  "props": [],
@@ -1825,6 +1914,61 @@
1825
1914
  ],
1826
1915
  "storybookPath": "Navigation/SideNav"
1827
1916
  },
1917
+ {
1918
+ "name": "SiteCard",
1919
+ "category": "Display",
1920
+ "description": "SiteCard A card component for displaying site/location information. Can include an optional static map showing the site's location. @example ```tsx <SiteCard streetAddress=\"123 Main St\" city=\"San Francisco\" state=\"CA\" postalCode=\"94102\" longitude={-122.4194} latitude={37.7749} showMap href=\"/sites/123\" /> ```",
1921
+ "importRoot": "@texturehq/edges",
1922
+ "importPath": "@texturehq/edges/components/SiteCard",
1923
+ "props": [],
1924
+ "relatedComponents": [
1925
+ "StoryLayout",
1926
+ "StoryTable",
1927
+ "StoryTableCell",
1928
+ "StoryTableRow"
1929
+ ],
1930
+ "storybookPath": "Display/SiteCard"
1931
+ },
1932
+ {
1933
+ "name": "SiteContactCard",
1934
+ "category": "Display",
1935
+ "description": "SiteContactCard A combined card component for displaying both site and contact information. Shows site details with optional map, followed by associated contact information. @example ```tsx <SiteContactCard site={{ streetAddress: \"123 Main St\", city: \"San Francisco\", state: \"CA\", postalCode: \"94102\", longitude: -122.4194, latitude: 37.7749, href: \"/sites/123\" }} contact={{ firstName: \"John\", lastName: \"Doe\", email: \"john.doe@example.com\", phone: \"+1 (555) 123-4567\", href: \"/contacts/123\" }} showMap /> ```",
1936
+ "importRoot": "@texturehq/edges",
1937
+ "importPath": "@texturehq/edges/components/SiteContactCard",
1938
+ "props": [],
1939
+ "relatedComponents": [
1940
+ "StoryLayout",
1941
+ "StoryTable",
1942
+ "StoryTableCell",
1943
+ "StoryTableRow"
1944
+ ],
1945
+ "storybookPath": "Display/SiteContactCard"
1946
+ },
1947
+ {
1948
+ "name": "SiteMetaCell",
1949
+ "category": "Uncategorized",
1950
+ "description": "",
1951
+ "importRoot": "@texturehq/edges",
1952
+ "importPath": "@texturehq/edges/components/SiteMetaCell",
1953
+ "props": [],
1954
+ "relatedComponents": [],
1955
+ "storybookPath": "Uncategorized/SiteMetaCell"
1956
+ },
1957
+ {
1958
+ "name": "SiteMetaDisplay",
1959
+ "category": "Display",
1960
+ "description": "SiteMetaDisplay Reusable component for displaying site location information. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: MapPin icon, street address above, city/state/zip below **Inline layout**: MapPin icon + street address only (no city/state) Use this component directly in cards, lists, or other layouts. For DataTable cells, use SiteMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <SiteMetaDisplay streetAddress=\"123 Main St\" city=\"San Francisco\" state=\"CA\" postalCode=\"94102\" layout=\"stacked\" size=\"md\" href=\"/sites/123\" /> // Inline layout <SiteMetaDisplay streetAddress=\"123 Main St\" layout=\"inline\" size=\"sm\" href=\"/sites/123\" /> ```",
1961
+ "importRoot": "@texturehq/edges",
1962
+ "importPath": "@texturehq/edges/components/SiteMetaDisplay",
1963
+ "props": [],
1964
+ "relatedComponents": [
1965
+ "StoryLayout",
1966
+ "StoryTable",
1967
+ "StoryTableCell",
1968
+ "StoryTableRow"
1969
+ ],
1970
+ "storybookPath": "Display/SiteMetaDisplay"
1971
+ },
1828
1972
  {
1829
1973
  "name": "Skeleton",
1830
1974
  "category": "Feedback",
@@ -1929,6 +2073,16 @@
1929
2073
  "relatedComponents": [],
1930
2074
  "storybookPath": "Data/SortControl"
1931
2075
  },
2076
+ {
2077
+ "name": "SparklineCell",
2078
+ "category": "Uncategorized",
2079
+ "description": "",
2080
+ "importRoot": "@texturehq/edges",
2081
+ "importPath": "@texturehq/edges/components/SparklineCell",
2082
+ "props": [],
2083
+ "relatedComponents": [],
2084
+ "storybookPath": "Uncategorized/SparklineCell"
2085
+ },
1932
2086
  {
1933
2087
  "name": "SplitPane",
1934
2088
  "category": "Layout",
@@ -2513,6 +2667,7 @@
2513
2667
  "Checkbox",
2514
2668
  "CheckboxGroup",
2515
2669
  "CodeEditor",
2670
+ "ColorField",
2516
2671
  "DateField",
2517
2672
  "DateRangePicker",
2518
2673
  "FileUpload",
@@ -2572,14 +2727,20 @@
2572
2727
  "Badge",
2573
2728
  "Chip",
2574
2729
  "ConnectionStatusBadge",
2730
+ "ContactCard",
2731
+ "ContactMetaDisplay",
2575
2732
  "CopyToClipboard",
2576
2733
  "DeviceHealthBadge",
2734
+ "DeviceMetaDisplay",
2577
2735
  "DeviceStateBadge",
2578
2736
  "DeviceStateWithMetric",
2579
2737
  "DeviceTypeIcon",
2580
2738
  "EnrollmentStatusBadge",
2581
2739
  "FirmwareVersionBadge",
2582
2740
  "GridStateBadge",
2741
+ "SiteCard",
2742
+ "SiteContactCard",
2743
+ "SiteMetaDisplay",
2583
2744
  "Timeline",
2584
2745
  "TimelineItem"
2585
2746
  ],
@@ -2606,21 +2767,28 @@
2606
2767
  ],
2607
2768
  "Uncategorized": [
2608
2769
  "ActionCell",
2770
+ "BadgeCell",
2609
2771
  "BooleanCell",
2610
2772
  "ChartAxis",
2611
2773
  "ChartBottomBar",
2612
2774
  "ChartTooltip",
2775
+ "ContactMetaCell",
2613
2776
  "DateCell",
2614
2777
  "DeviceMetaCell",
2615
2778
  "DeviceStateCell",
2616
2779
  "DialogHeader",
2617
2780
  "FormattedCell",
2781
+ "HorizontalBarCell",
2618
2782
  "InteractiveMap",
2619
2783
  "MAP_TYPES",
2784
+ "MiniBarCell",
2620
2785
  "ModalBackdrop",
2621
2786
  "NumberCell",
2787
+ "PercentBarCell",
2622
2788
  "SKELETON_SIZES",
2623
2789
  "SelectCell",
2790
+ "SiteMetaCell",
2791
+ "SparklineCell",
2624
2792
  "StaticMap",
2625
2793
  "TextCell"
2626
2794
  ],
@@ -2638,9 +2806,6 @@
2638
2806
  "SortControl",
2639
2807
  "StatList"
2640
2808
  ],
2641
- "Components": [
2642
- "DeviceMetaDisplay"
2643
- ],
2644
2809
  "Feedback": [
2645
2810
  "EmptyState",
2646
2811
  "ErrorBoundary",
@@ -187,9 +187,10 @@
187
187
  --color-background-surface: #1a2038;
188
188
  --color-background-muted: #374151;
189
189
  --color-background-hover: #242d47;
190
- --color-background-selected: #6b7280;
190
+ --color-background-selected: #4b5563;
191
191
  --color-background-modal: rgba(255, 255, 255, 0.12);
192
192
  --color-background-input: rgba(255, 255, 255, 0.05);
193
+ --theme-background-canvas: linear-gradient(to bottom right, rgb(24 28 48), rgb(30 26 45), rgb(35 26 38));
193
194
  --color-text-body: #ededef;
194
195
  --color-text-heading: #ffffff;
195
196
  --color-text-muted: #9ca3af;
@@ -252,12 +253,12 @@
252
253
  --color-state-unknown: #1f2937;
253
254
  --color-state-unknown-border: #6b7280;
254
255
  --color-state-unknown-text: #ffffff;
255
- --color-state-importing: #1f2937;
256
- --color-state-importing-border: #6b7280;
257
- --color-state-importing-text: #ffffff;
258
- --color-state-exporting: #1f2937;
259
- --color-state-exporting-border: #6b7280;
260
- --color-state-exporting-text: #ffffff;
256
+ --color-state-importing: #1e3a8a;
257
+ --color-state-importing-border: #60a5fa;
258
+ --color-state-importing-text: #dbeafe;
259
+ --color-state-exporting: #78350f;
260
+ --color-state-exporting-border: #fbbf24;
261
+ --color-state-exporting-text: #fef3c7;
261
262
  --color-map-streets-border: #ffffff;
262
263
  --color-map-satellite-border: #ffffff;
263
264
  --color-map-neutral-border: #ffffff;
@@ -318,6 +319,16 @@
318
319
  --color-viz-sequential-forest-8: #1a3c0d;
319
320
  --color-viz-sequential-forest-9: #0f2808;
320
321
  --color-viz-sequential-forest-10: #071403;
322
+ --color-viz-sequential-red-yellow-green-1: #991b1b;
323
+ --color-viz-sequential-red-yellow-green-2: #dc2626;
324
+ --color-viz-sequential-red-yellow-green-3: #f87171;
325
+ --color-viz-sequential-red-yellow-green-4: #fb923c;
326
+ --color-viz-sequential-red-yellow-green-5: #fbbf24;
327
+ --color-viz-sequential-red-yellow-green-6: #fde047;
328
+ --color-viz-sequential-red-yellow-green-7: #bef264;
329
+ --color-viz-sequential-red-yellow-green-8: #6ee7b7;
330
+ --color-viz-sequential-red-yellow-green-9: #34d399;
331
+ --color-viz-sequential-red-yellow-green-10: #10b981;
321
332
  --color-viz-diverging-orange-yellow-seafoam-1: #883a1f;
322
333
  --color-viz-diverging-orange-yellow-seafoam-2: #c25f27;
323
334
  --color-viz-diverging-orange-yellow-seafoam-3: #e8843d;
@@ -187,9 +187,10 @@
187
187
  --color-background-surface: #ffffff;
188
188
  --color-background-muted: #f3f4f6;
189
189
  --color-background-hover: #f3f4f6;
190
- --color-background-selected: #d1d5db;
190
+ --color-background-selected: #e5e7eb;
191
191
  --color-background-modal: rgba(0, 0, 0, 0.15);
192
192
  --color-background-input: #ffffff;
193
+ --theme-background-canvas: linear-gradient(to bottom right, rgb(239 246 255), rgb(250 245 255), rgb(253 242 248));
193
194
  --color-text-body: #333333;
194
195
  --color-text-heading: #111827;
195
196
  --color-text-muted: #4b5563;
@@ -252,12 +253,12 @@
252
253
  --color-state-unknown: #f8f8f8;
253
254
  --color-state-unknown-border: #d1d5db;
254
255
  --color-state-unknown-text: #000000;
255
- --color-state-importing: #f8f8f8;
256
- --color-state-importing-border: #d1d5db;
257
- --color-state-importing-text: #000000;
258
- --color-state-exporting: #f8f8f8;
259
- --color-state-exporting-border: #d1d5db;
260
- --color-state-exporting-text: #000000;
256
+ --color-state-importing: #dbeafe;
257
+ --color-state-importing-border: #3b82f6;
258
+ --color-state-importing-text: #1e40af;
259
+ --color-state-exporting: #fef3c7;
260
+ --color-state-exporting-border: #f59e0b;
261
+ --color-state-exporting-text: #92400e;
261
262
  --color-viz-default: #0082ff;
262
263
  --color-viz-categorical-1: #a3eae4;
263
264
  --color-viz-categorical-2: #91a0ff;
@@ -315,6 +316,16 @@
315
316
  --color-viz-sequential-forest-8: #1b2e13;
316
317
  --color-viz-sequential-forest-9: #13200d;
317
318
  --color-viz-sequential-forest-10: #0b1305;
319
+ --color-viz-sequential-red-yellow-green-1: #7f1d1d;
320
+ --color-viz-sequential-red-yellow-green-2: #b91c1c;
321
+ --color-viz-sequential-red-yellow-green-3: #ef4444;
322
+ --color-viz-sequential-red-yellow-green-4: #fb923c;
323
+ --color-viz-sequential-red-yellow-green-5: #f59e0b;
324
+ --color-viz-sequential-red-yellow-green-6: #fbbf24;
325
+ --color-viz-sequential-red-yellow-green-7: #a3e635;
326
+ --color-viz-sequential-red-yellow-green-8: #4ade80;
327
+ --color-viz-sequential-red-yellow-green-9: #10b981;
328
+ --color-viz-sequential-red-yellow-green-10: #059669;
318
329
  --color-viz-diverging-orange-yellow-seafoam-1: #6b2c1a;
319
330
  --color-viz-diverging-orange-yellow-seafoam-2: #a24b1e;
320
331
  --color-viz-diverging-orange-yellow-seafoam-3: #cb7131;
@@ -69,6 +69,16 @@
69
69
  --color-viz-sequential-forest-8: #1b2e13;
70
70
  --color-viz-sequential-forest-9: #13200d;
71
71
  --color-viz-sequential-forest-10: #0b1305;
72
+ --color-viz-sequential-red-yellow-green-1: #7f1d1d;
73
+ --color-viz-sequential-red-yellow-green-2: #b91c1c;
74
+ --color-viz-sequential-red-yellow-green-3: #ef4444;
75
+ --color-viz-sequential-red-yellow-green-4: #fb923c;
76
+ --color-viz-sequential-red-yellow-green-5: #f59e0b;
77
+ --color-viz-sequential-red-yellow-green-6: #fbbf24;
78
+ --color-viz-sequential-red-yellow-green-7: #a3e635;
79
+ --color-viz-sequential-red-yellow-green-8: #4ade80;
80
+ --color-viz-sequential-red-yellow-green-9: #10b981;
81
+ --color-viz-sequential-red-yellow-green-10: #059669;
72
82
  --color-viz-diverging-orange-yellow-seafoam-1: #6b2c1a;
73
83
  --color-viz-diverging-orange-yellow-seafoam-2: #a24b1e;
74
84
  --color-viz-diverging-orange-yellow-seafoam-3: #cb7131;
@@ -160,6 +170,16 @@
160
170
  --color-viz-sequential-forest-8: #1a3c0d;
161
171
  --color-viz-sequential-forest-9: #0f2808;
162
172
  --color-viz-sequential-forest-10: #071403;
173
+ --color-viz-sequential-red-yellow-green-1: #991b1b;
174
+ --color-viz-sequential-red-yellow-green-2: #dc2626;
175
+ --color-viz-sequential-red-yellow-green-3: #f87171;
176
+ --color-viz-sequential-red-yellow-green-4: #fb923c;
177
+ --color-viz-sequential-red-yellow-green-5: #fbbf24;
178
+ --color-viz-sequential-red-yellow-green-6: #fde047;
179
+ --color-viz-sequential-red-yellow-green-7: #bef264;
180
+ --color-viz-sequential-red-yellow-green-8: #6ee7b7;
181
+ --color-viz-sequential-red-yellow-green-9: #34d399;
182
+ --color-viz-sequential-red-yellow-green-10: #10b981;
163
183
  --color-viz-diverging-orange-yellow-seafoam-1: #883a1f;
164
184
  --color-viz-diverging-orange-yellow-seafoam-2: #c25f27;
165
185
  --color-viz-diverging-orange-yellow-seafoam-3: #e8843d;