@texturehq/edges 1.17.2 → 1.18.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/{colors-BaVZChH3.d.cts → colors-Kck1-4Zq.d.cts} +6 -1
- package/dist/{colors-BaVZChH3.d.ts → colors-Kck1-4Zq.d.ts} +6 -1
- package/dist/components.manifest.json +119 -11
- package/dist/generated/tailwind-tokens-dark.css +17 -6
- package/dist/generated/tailwind-tokens-light.css +17 -6
- package/dist/generated/viz-runtime.css +20 -0
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +795 -377
- package/dist/index.d.ts +795 -377
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles/utilities.css +8 -1
- package/dist/styles.css +156 -25
- package/dist/utilities.manifest.json +16 -2
- package/package.json +2 -1
- package/scripts/generate-edges-docs.js +1 -1
- package/scripts/setup-cursor-rules.js +1 -1
|
@@ -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
|
|
@@ -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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.18.1",
|
|
3
|
+
"generatedAt": "2025-11-10T16:15:17.862Z",
|
|
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,21 @@
|
|
|
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
|
+
},
|
|
812
843
|
{
|
|
813
844
|
"name": "ContactMetaCell",
|
|
814
845
|
"category": "Uncategorized",
|
|
@@ -861,9 +892,7 @@
|
|
|
861
892
|
"importRoot": "@texturehq/edges",
|
|
862
893
|
"importPath": "@texturehq/edges/components/DataTable",
|
|
863
894
|
"props": [],
|
|
864
|
-
"relatedComponents": [
|
|
865
|
-
"Skeleton"
|
|
866
|
-
],
|
|
895
|
+
"relatedComponents": [],
|
|
867
896
|
"storybookPath": "Data/DataTable"
|
|
868
897
|
},
|
|
869
898
|
{
|
|
@@ -1196,6 +1225,16 @@
|
|
|
1196
1225
|
],
|
|
1197
1226
|
"storybookPath": "Typography/Heading"
|
|
1198
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
|
+
},
|
|
1199
1238
|
{
|
|
1200
1239
|
"name": "Icon",
|
|
1201
1240
|
"category": "Design Tokens",
|
|
@@ -1398,6 +1437,16 @@
|
|
|
1398
1437
|
"relatedComponents": [],
|
|
1399
1438
|
"storybookPath": "Feedback/Meter"
|
|
1400
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
|
+
},
|
|
1401
1450
|
{
|
|
1402
1451
|
"name": "ModalBackdrop",
|
|
1403
1452
|
"category": "Uncategorized",
|
|
@@ -1564,6 +1613,16 @@
|
|
|
1564
1613
|
],
|
|
1565
1614
|
"storybookPath": "Layout/PageLayout"
|
|
1566
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
|
+
},
|
|
1567
1626
|
{
|
|
1568
1627
|
"name": "PlaceSearch",
|
|
1569
1628
|
"category": "Form Controls",
|
|
@@ -1855,6 +1914,36 @@
|
|
|
1855
1914
|
],
|
|
1856
1915
|
"storybookPath": "Navigation/SideNav"
|
|
1857
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
|
+
},
|
|
1858
1947
|
{
|
|
1859
1948
|
"name": "SiteMetaCell",
|
|
1860
1949
|
"category": "Uncategorized",
|
|
@@ -1984,6 +2073,16 @@
|
|
|
1984
2073
|
"relatedComponents": [],
|
|
1985
2074
|
"storybookPath": "Data/SortControl"
|
|
1986
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
|
+
},
|
|
1987
2086
|
{
|
|
1988
2087
|
"name": "SplitPane",
|
|
1989
2088
|
"category": "Layout",
|
|
@@ -2568,6 +2667,7 @@
|
|
|
2568
2667
|
"Checkbox",
|
|
2569
2668
|
"CheckboxGroup",
|
|
2570
2669
|
"CodeEditor",
|
|
2670
|
+
"ColorField",
|
|
2571
2671
|
"DateField",
|
|
2572
2672
|
"DateRangePicker",
|
|
2573
2673
|
"FileUpload",
|
|
@@ -2627,6 +2727,7 @@
|
|
|
2627
2727
|
"Badge",
|
|
2628
2728
|
"Chip",
|
|
2629
2729
|
"ConnectionStatusBadge",
|
|
2730
|
+
"ContactCard",
|
|
2630
2731
|
"ContactMetaDisplay",
|
|
2631
2732
|
"CopyToClipboard",
|
|
2632
2733
|
"DeviceHealthBadge",
|
|
@@ -2637,6 +2738,8 @@
|
|
|
2637
2738
|
"EnrollmentStatusBadge",
|
|
2638
2739
|
"FirmwareVersionBadge",
|
|
2639
2740
|
"GridStateBadge",
|
|
2741
|
+
"SiteCard",
|
|
2742
|
+
"SiteContactCard",
|
|
2640
2743
|
"SiteMetaDisplay",
|
|
2641
2744
|
"Timeline",
|
|
2642
2745
|
"TimelineItem"
|
|
@@ -2664,6 +2767,7 @@
|
|
|
2664
2767
|
],
|
|
2665
2768
|
"Uncategorized": [
|
|
2666
2769
|
"ActionCell",
|
|
2770
|
+
"BadgeCell",
|
|
2667
2771
|
"BooleanCell",
|
|
2668
2772
|
"ChartAxis",
|
|
2669
2773
|
"ChartBottomBar",
|
|
@@ -2674,13 +2778,17 @@
|
|
|
2674
2778
|
"DeviceStateCell",
|
|
2675
2779
|
"DialogHeader",
|
|
2676
2780
|
"FormattedCell",
|
|
2781
|
+
"HorizontalBarCell",
|
|
2677
2782
|
"InteractiveMap",
|
|
2678
2783
|
"MAP_TYPES",
|
|
2784
|
+
"MiniBarCell",
|
|
2679
2785
|
"ModalBackdrop",
|
|
2680
2786
|
"NumberCell",
|
|
2787
|
+
"PercentBarCell",
|
|
2681
2788
|
"SKELETON_SIZES",
|
|
2682
2789
|
"SelectCell",
|
|
2683
2790
|
"SiteMetaCell",
|
|
2791
|
+
"SparklineCell",
|
|
2684
2792
|
"StaticMap",
|
|
2685
2793
|
"TextCell"
|
|
2686
2794
|
],
|
|
@@ -190,6 +190,7 @@
|
|
|
190
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: #
|
|
256
|
-
--color-state-importing-border: #
|
|
257
|
-
--color-state-importing-text: #
|
|
258
|
-
--color-state-exporting: #
|
|
259
|
-
--color-state-exporting-border: #
|
|
260
|
-
--color-state-exporting-text: #
|
|
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;
|
|
@@ -190,6 +190,7 @@
|
|
|
190
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: #
|
|
256
|
-
--color-state-importing-border: #
|
|
257
|
-
--color-state-importing-text: #
|
|
258
|
-
--color-state-exporting: #
|
|
259
|
-
--color-state-exporting-border: #
|
|
260
|
-
--color-state-exporting-text: #
|
|
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;
|