@geoscene/core 4.24.10 → 4.24.11

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.
Files changed (110) hide show
  1. package/assets/components/assets/date-picker/nls/bg.json +31 -31
  2. package/assets/components/assets/date-picker/nls/bs.json +32 -32
  3. package/assets/components/assets/date-picker/nls/ca.json +32 -32
  4. package/assets/components/assets/date-picker/nls/cs.json +32 -32
  5. package/assets/components/assets/date-picker/nls/da.json +32 -32
  6. package/assets/components/assets/date-picker/nls/de-CH.json +29 -29
  7. package/assets/components/assets/date-picker/nls/de.json +32 -32
  8. package/assets/components/assets/date-picker/nls/el.json +32 -32
  9. package/assets/components/assets/date-picker/nls/en-AU.json +30 -30
  10. package/assets/components/assets/date-picker/nls/en-CA.json +14 -14
  11. package/assets/components/assets/date-picker/nls/en-GB.json +29 -29
  12. package/assets/components/assets/date-picker/nls/en.json +31 -31
  13. package/assets/components/assets/date-picker/nls/es-MX.json +29 -29
  14. package/assets/components/assets/date-picker/nls/es.json +32 -32
  15. package/assets/components/assets/date-picker/nls/et.json +32 -32
  16. package/assets/components/assets/date-picker/nls/fi.json +45 -45
  17. package/assets/components/assets/date-picker/nls/fr-CH.json +32 -32
  18. package/assets/components/assets/date-picker/nls/fr.json +32 -32
  19. package/assets/components/assets/date-picker/nls/he.json +19 -19
  20. package/assets/components/assets/date-picker/nls/hi.json +32 -32
  21. package/assets/components/assets/date-picker/nls/hr.json +32 -32
  22. package/assets/components/assets/date-picker/nls/hu.json +32 -32
  23. package/assets/components/assets/date-picker/nls/id.json +32 -32
  24. package/assets/components/assets/date-picker/nls/it-CH.json +32 -32
  25. package/assets/components/assets/date-picker/nls/it.json +32 -32
  26. package/assets/components/assets/date-picker/nls/ja.json +22 -22
  27. package/assets/components/assets/date-picker/nls/ko.json +22 -22
  28. package/assets/components/assets/date-picker/nls/lt.json +53 -53
  29. package/assets/components/assets/date-picker/nls/lv.json +45 -45
  30. package/assets/components/assets/date-picker/nls/mk.json +32 -32
  31. package/assets/components/assets/date-picker/nls/nl.json +32 -32
  32. package/assets/components/assets/date-picker/nls/pl.json +32 -32
  33. package/assets/components/assets/date-picker/nls/pt-BR.json +31 -31
  34. package/assets/components/assets/date-picker/nls/pt.json +31 -31
  35. package/assets/components/assets/date-picker/nls/ro.json +32 -32
  36. package/assets/components/assets/date-picker/nls/sk.json +32 -32
  37. package/assets/components/assets/date-picker/nls/sl.json +32 -32
  38. package/assets/components/assets/date-picker/nls/sr.json +32 -32
  39. package/assets/components/assets/date-picker/nls/sv.json +32 -32
  40. package/assets/components/assets/date-picker/nls/tr.json +32 -32
  41. package/assets/components/assets/date-picker/nls/uk.json +32 -32
  42. package/assets/components/assets/date-picker/nls/vi.json +45 -45
  43. package/assets/components/assets/date-picker/nls/zh-CN.json +22 -22
  44. package/assets/components/assets/date-picker/nls/zh-HK.json +22 -22
  45. package/assets/components/assets/date-picker/nls/zh-TW.json +22 -22
  46. package/assets/geoscene/css/main.scss +1 -1
  47. package/assets/geoscene/css/view.scss +1 -1
  48. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  49. package/assets/geoscene/themes/base/_functions.scss +23 -23
  50. package/assets/geoscene/themes/base/_layout.scss +11 -11
  51. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  52. package/assets/geoscene/themes/base/_type.scss +27 -27
  53. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  54. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  55. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  56. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  57. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  58. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  59. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  60. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  61. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  62. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  63. package/assets/geoscene/themes/base/colors/css/scss/brand_colors.scss +127 -127
  64. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors.scss +289 -289
  65. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  66. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors.scss +96 -96
  67. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  68. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors.scss +68 -68
  69. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  70. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors.scss +128 -128
  71. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  72. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  73. package/assets/geoscene/themes/base/colors/patterns_json/brand_colors.css +366 -366
  74. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors.css +687 -687
  75. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  76. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors.css +177 -177
  77. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  78. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors.css +178 -178
  79. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  80. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors.css +273 -273
  81. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  82. package/assets/geoscene/themes/base/colors/patterns_json/complete.css +2847 -2847
  83. package/assets/geoscene/themes/base/colors/patterns_json/scss/brand_colors.scss +464 -464
  84. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors.scss +967 -967
  85. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  86. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors.scss +265 -265
  87. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  88. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors.scss +236 -236
  89. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  90. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors.scss +376 -376
  91. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  92. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  93. package/assets/geoscene/themes/base/colors/scss/variables.scss +148 -148
  94. package/assets/geoscene/themes/base/colors/scss/variables_dark.scss +150 -150
  95. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  96. package/assets/geoscene/themes/base/fonts/fonts/fonts.css +1 -1
  97. package/assets/geoscene/themes/base/fonts/fonts.css +1 -1
  98. package/assets/geoscene/themes/base/fonts/fonts.scss +502 -502
  99. package/assets/geoscene/themes/base/icons/demo-files/demo.css +152 -152
  100. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  101. package/assets/geoscene/themes/base/widgets/_Measurement.scss +6 -6
  102. package/assets/geoscene/themes/light/view.scss +9 -9
  103. package/assets/geoscene/views/3d/analysis/Slice/images/heading-rotate.svg +4 -4
  104. package/assets/geoscene/views/3d/analysis/Slice/images/tilt-rotate.svg +80 -80
  105. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  106. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  107. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  108. package/interfaces.d.ts +13 -13
  109. package/package.json +1 -1
  110. package/support/groundUtils.js +1 -1
@@ -1,464 +1,464 @@
1
-
2
- /* Esri Brand Colors - Last Updated 04/16/15 */
3
-
4
- @import "../../scss/variables";
5
-
6
-
7
- /*
8
- {
9
- name: "Esri Brand Colors",
10
- tags: "Brand Colors,Brand"
11
- }
12
- */
13
-
14
- /* -- Esri Brand Blue -- */
15
-
16
- .Brand_Blue_100 {
17
- background-color: $Brand_Blue_100;
18
-
19
- /*
20
- {
21
- Hex:"#b9e0f7",
22
- CMYK:"c25 m2 y0 k0",
23
- AdobeRGB:"r196 g223 b246",
24
- sRGB:"r185 g224 b247",
25
- guid:"487af1c6-5547-4727-9716-913b4d0b3a7a",
26
- accessibility_white_text:"",
27
- accessibility_black_text:"AAaa"
28
- }
29
- */
30
-
31
- }
32
-
33
- .Brand_Blue_150 {
34
- background-color: $Brand_Blue_150;
35
-
36
- /*
37
- {
38
- Hex:"#00b9f2",
39
- CMYK:"c80 m0 y0 k0",
40
- AdobeRGB:"r75 g184 b239",
41
- sRGB:"r0 g185 b242",
42
- guid:"a6395586-91ea-4893-932a-571b66582a67",
43
- accessibility_white_text:"",
44
- accessibility_black_text:"AAaa"
45
- }
46
- */
47
-
48
- }
49
-
50
- .Brand_Blue_200 {
51
- background-color: $Brand_Blue_200;
52
-
53
- /*
54
- {
55
- Hex:"#007ac2",
56
- CMYK:"c100 m43 y0 k0",
57
- AdobeRGB:"r23 g121 b191",
58
- sRGB:"r0 g122 b194",
59
- guid:"f1c219e1-ef6a-46be-9a4e-fa0b5dc5a552",
60
- accessibility_white_text:"AAaa",
61
- accessibility_black_text:"AAaa"
62
- }
63
- */
64
-
65
- }
66
-
67
- .Brand_Blue_250 {
68
- background-color: $Brand_Blue_250;
69
-
70
- /*
71
- {
72
- Hex:"#004575",
73
- CMYK:"c100 m43 y0 k50",
74
- AdobeRGB:"r0 g71 b115",
75
- sRGB:"r0 g69 b117",
76
- guid:"ba4e2698-0172-4983-81ff-c22b0ab7f0d3",
77
- accessibility_white_text:"AAaa",
78
- accessibility_black_text:""
79
- }
80
- */
81
-
82
- }
83
-
84
-
85
- /* -- Esri Brand Warm -- */
86
-
87
- .Brand_Yellow_100 {
88
- background-color: $Brand_Yellow_100;
89
-
90
- /*
91
- {
92
- Hex:"#ffec4f",
93
- CMYK:"c0 m3 y80 k0",
94
- AdobeRGB:"r245 g235 b93",
95
- sRGB:"r225 g236 b79",
96
- guid:"2af4ee33-7083-40b6-ac44-9f905f0a266f",
97
- accessibility_white_text:"",
98
- accessibility_black_text:"AAaa"
99
- }
100
- */
101
-
102
- }
103
-
104
- .Brand_Orange_100 {
105
- background-color: $Brand_Orange_100;
106
-
107
- /*
108
- {
109
- Hex:"#f89927",
110
- CMYK:"c0 m45 y95 k0",
111
- AdobeRGB:"r226 g152 b54",
112
- sRGB:"r248 g153 b39",
113
- guid:"12e5df75-11dc-400f-939f-c7d8bd7a95f8",
114
- accessibility_white_text:"",
115
- accessibility_black_text:"AAaa"
116
- }
117
- */
118
-
119
- }
120
-
121
- .Brand_Orange_150 {
122
- background-color: $Brand_Orange_150;
123
-
124
- /*
125
- {
126
- Hex:"#f36f20",
127
- CMYK:"c0 m70 y100 k0",
128
- AdobeRGB:"r215 g111 b44",
129
- sRGB:"r243 g111 b32",
130
- guid:"d64dcde0-f5b5-4689-93f7-8313175ef618",
131
- accessibility_white_text:"",
132
- accessibility_black_text:"AAaa"
133
- }
134
- */
135
-
136
- }
137
-
138
- .Brand_Orange_200 {
139
- background-color: $Brand_Orange_200;
140
-
141
- /*
142
- {
143
- Hex:"#da4d1e",
144
- CMYK:"c0 m82 y100 k10",
145
- AdobeRGB:"r190 g79 b38",
146
- sRGB:"r218 g77 b30",
147
- guid:"6cbe3a22-21ae-4e54-af13-e0db797a6346",
148
- accessibility_white_text:"AA",
149
- accessibility_black_text:"AAaa"
150
- }
151
- */
152
-
153
- }
154
-
155
- .Brand_Red_100 {
156
- background-color: $Brand_Red_100;
157
-
158
- /*
159
- {
160
- Hex:"#de2900",
161
- CMYK:"c7 m95 y100 k0",
162
- AdobeRGB:"r0 g0 b0",
163
- sRGB:"r222 g41 b0",
164
- guid:"ca450d51-156e-4d0d-a1e6-49205555fc4b",
165
- accessibility_white_text:"AAaa",
166
- accessibility_black_text:"AA"
167
- }
168
- */
169
-
170
- }
171
-
172
-
173
- /* -- Esri Brand Green -- */
174
-
175
- .Brand_Green_100 {
176
- background-color: $Brand_Green_100;
177
-
178
- /*
179
- {
180
- Hex:"#d1e391",
181
- CMYK:"c20 m0 y55 k0",
182
- AdobeRGB:"r213 g226 b148",
183
- sRGB:"r209 g227 b145",
184
- guid:"74d795a0-7cc4-4cf5-8d6d-4ae147179d93",
185
- accessibility_white_text:"",
186
- accessibility_black_text:"AAaa"
187
- }
188
- */
189
-
190
- }
191
-
192
- .Brand_Green_150 {
193
- background-color: $Brand_Green_150;
194
-
195
- /*
196
- {
197
- Hex:"#aad04b",
198
- CMYK:"c38 m0 y90 k0",
199
- AdobeRGB:"r180 g207 b87",
200
- sRGB:"r170 g208 b75",
201
- guid:"c0bead6b-3d92-4fb0-a126-f73517e33f8c",
202
- accessibility_white_text:"",
203
- accessibility_black_text:"AAaa"
204
- }
205
- */
206
-
207
- }
208
-
209
- .Brand_Green_200 {
210
- background-color: $Brand_Green_200;
211
-
212
- /*
213
- {
214
- Hex:"#35ac46",
215
- CMYK:"c75 m0 y100 k5",
216
- AdobeRGB:"r105 g170 b79",
217
- sRGB:"r53 g172 b70",
218
- guid:"f23988a2-1cde-490f-940e-7bdf39db9f52",
219
- accessibility_white_text:"",
220
- accessibility_black_text:"AAaa"
221
- }
222
- */
223
-
224
- }
225
-
226
- .Brand_Green_250 {
227
- background-color: $Brand_Green_250;
228
-
229
- /*
230
- {
231
- Hex:"#2a7433",
232
- CMYK:"c73 m9 y94 k39",
233
- AdobeRGB:"r74 g115 b58",
234
- sRGB:"r42 g116 b51",
235
- guid:"f270cfb7-6cd9-4597-ba90-d812fb7f65d3",
236
- accessibility_white_text:"AAaa",
237
- accessibility_black_text:"AA"
238
- }
239
- */
240
-
241
- }
242
-
243
- /* -- Esri Brand Purple -- */
244
-
245
- .Brand_Purple_100 {
246
- background-color: $Brand_Purple_100;
247
-
248
- /*
249
- {
250
- Hex:"#dfcce3",
251
- CMYK:"c10 m20 y0 k0",
252
- AdobeRGB:"r217 g203 b226",
253
- sRGB:"r223 g203 b227",
254
- guid:"d5b964e1-cebf-4e38-973d-ec272a90371d",
255
- accessibility_white_text:"",
256
- accessibility_black_text:"AAaa"
257
- }
258
- */
259
-
260
- }
261
-
262
- .Brand_Purple_150 {
263
- background-color: $Brand_Purple_150;
264
-
265
- /*
266
- {
267
- Hex:"#b279b4",
268
- CMYK:"c30 m60 y0 k0",
269
- AdobeRGB:"r163 g121 b177",
270
- sRGB:"r178 g122 b179",
271
- guid:"05c574ef-8588-4e97-9251-9130f9193978",
272
- accessibility_white_text:"AA",
273
- accessibility_black_text:"AAaa"
274
- }
275
- */
276
-
277
- }
278
-
279
- .Brand_Purple_200 {
280
- background-color: $Brand_Purple_200;
281
-
282
- /*
283
- {
284
- Hex:"#8f499c",
285
- CMYK:"c50 m85 y0 k0",
286
- AdobeRGB:"r127 g74 b152",
287
- sRGB:"r142 g73 b155",
288
- guid:"4efa3594-8b85-4b71-8f7f-d5e38ba8cca3",
289
- accessibility_white_text:"AAaa",
290
- accessibility_black_text:"AA"
291
- }
292
- */
293
-
294
- }
295
-
296
- .Brand_Purple_250 {
297
- background-color: $Brand_Purple_250;
298
-
299
- /*
300
- {
301
- Hex:"#6b1978",
302
- CMYK:"c60 m100 y0 k20",
303
- AdobeRGB:"r93 g32 b117",
304
- sRGB:"r102 g26 b100",
305
- guid:"462cd8c4-ea73-40ac-8d22-ccce6b27f25b",
306
- accessibility_white_text:"AAaa",
307
- accessibility_black_text:""
308
- }
309
- */
310
-
311
- }
312
-
313
- /* -- Esri Brand Brown -- */
314
-
315
- .Brand_Brown_100 {
316
- background-color: $Brand_Brown_100;
317
-
318
- /*
319
- {
320
- Hex:"#ecdcb9",
321
- CMYK:"c2 m7 y26 k5",
322
- AdobeRGB:"r232 g219 b185",
323
- sRGB:"r236 g220 b185",
324
- guid:"942a8da4-fa03-4d1f-977e-a6327c8c0a14",
325
- accessibility_white_text:"",
326
- accessibility_black_text:"AAaa"
327
- }
328
- */
329
-
330
- }
331
-
332
- .Brand_Brown_150 {
333
- background-color: $Brand_Brown_150;
334
-
335
- /*
336
- {
337
- Hex:"#be9969",
338
- CMYK:"c7 m27 y55 k22",
339
- AdobeRGB:"r179 g152 b107",
340
- sRGB:"r190 g153 b105",
341
- guid:"854a356c-36b8-4c14-a54f-dca3c85ba2e1",
342
- accessibility_white_text:"",
343
- accessibility_black_text:"AAaa"
344
- }
345
- */
346
-
347
- }
348
-
349
- .Brand_Brown_200 {
350
- background-color: $Brand_Brown_200;
351
-
352
- /*
353
- {
354
- Hex:"#7b4f1c",
355
- CMYK:"c17 m52 y87 k50",
356
- AdobeRGB:"r112 g80 b37",
357
- sRGB:"r123 g79 b28",
358
- guid:"240ba3a7-fec3-4639-bbb8-ed38a47743ae",
359
- accessibility_white_text:"AAaa",
360
- accessibility_black_text:""
361
- }
362
- */
363
-
364
- }
365
-
366
- .Brand_Brown_250 {
367
- background-color: $Brand_Brown_250;
368
-
369
- /*
370
- {
371
- Hex:"#523b20",
372
- CMYK:"c25 m45 y70 k70",
373
- AdobeRGB:"r78 g62 b39",
374
- sRGB:"r82 g59 b32",
375
- guid:"e7975f09-420f-4467-bbe4-1f9292b1abf8",
376
- accessibility_white_text:"AAaa",
377
- accessibility_black_text:""
378
- }
379
- */
380
-
381
- }
382
-
383
- /* -- Esri Brand Gray -- */
384
-
385
- .Brand_Gray_100 {
386
- background-color: $Brand_Gray_100;
387
-
388
- /*
389
- {
390
- Hex:"#b4b4b4",
391
- CMYK:"c0 m0 y0 k35",
392
- AdobeRGB:"r178 g178 b178",
393
- sRGB:"r180 g180 b180",
394
- guid:"d985a8fd-68f3-4c8e-9af4-dbda932b8cfe",
395
- accessibility_white_text:"",
396
- accessibility_black_text:"AAaa"
397
- }
398
- */
399
-
400
- }
401
-
402
- .Brand_Gray_150 {
403
- background-color: $Brand_Gray_150;
404
-
405
- /*
406
- {
407
- Hex:"#969696",
408
- CMYK:"c0 m0 y0 k50",
409
- AdobeRGB:"r150 g150 b150",
410
- sRGB:"r150 g150 b150",
411
- guid:"b8fdaa89-975e-45b8-b001-abfb359eb0d1",
412
- accessibility_white_text:"",
413
- accessibility_black_text:"AAaa"
414
-
415
- }
416
- */
417
-
418
- }
419
-
420
- .Brand_Gray_200 {
421
- background-color: $Brand_Gray_200;
422
-
423
- /*
424
- {
425
- Hex:"#6e6e6e",
426
- CMYK:"c0 m0 y0 k70",
427
- AdobeRGB:"r110 g110 b110",
428
- sRGB:"r110 g110 b110",
429
- guid:"520fe793-6207-4373-9b30-9584d69eed2a",
430
- accessibility_white_text:"AAaa",
431
- accessibility_black_text:"AA"
432
-
433
- }
434
- */
435
-
436
- }
437
-
438
- .Brand_Gray_250 {
439
- background-color: $Brand_Gray_250;
440
-
441
- /*
442
- {
443
- Hex:"#464646",
444
- CMYK:"c0 m0 y0 k88",
445
- AdobeRGB:"r71 g71 b71",
446
- sRGB:"r70 g70 b70",
447
- guid:"404d0353-df2a-41fd-8c66-24604343d84c",
448
- accessibility_white_text:"AAaa",
449
- accessibility_black_text:""
450
- }
451
- */
452
-
453
- }
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
1
+
2
+ /* Esri Brand Colors - Last Updated 04/16/15 */
3
+
4
+ @import "../../scss/variables";
5
+
6
+
7
+ /*
8
+ {
9
+ name: "Esri Brand Colors",
10
+ tags: "Brand Colors,Brand"
11
+ }
12
+ */
13
+
14
+ /* -- Esri Brand Blue -- */
15
+
16
+ .Brand_Blue_100 {
17
+ background-color: $Brand_Blue_100;
18
+
19
+ /*
20
+ {
21
+ Hex:"#b9e0f7",
22
+ CMYK:"c25 m2 y0 k0",
23
+ AdobeRGB:"r196 g223 b246",
24
+ sRGB:"r185 g224 b247",
25
+ guid:"487af1c6-5547-4727-9716-913b4d0b3a7a",
26
+ accessibility_white_text:"",
27
+ accessibility_black_text:"AAaa"
28
+ }
29
+ */
30
+
31
+ }
32
+
33
+ .Brand_Blue_150 {
34
+ background-color: $Brand_Blue_150;
35
+
36
+ /*
37
+ {
38
+ Hex:"#00b9f2",
39
+ CMYK:"c80 m0 y0 k0",
40
+ AdobeRGB:"r75 g184 b239",
41
+ sRGB:"r0 g185 b242",
42
+ guid:"a6395586-91ea-4893-932a-571b66582a67",
43
+ accessibility_white_text:"",
44
+ accessibility_black_text:"AAaa"
45
+ }
46
+ */
47
+
48
+ }
49
+
50
+ .Brand_Blue_200 {
51
+ background-color: $Brand_Blue_200;
52
+
53
+ /*
54
+ {
55
+ Hex:"#007ac2",
56
+ CMYK:"c100 m43 y0 k0",
57
+ AdobeRGB:"r23 g121 b191",
58
+ sRGB:"r0 g122 b194",
59
+ guid:"f1c219e1-ef6a-46be-9a4e-fa0b5dc5a552",
60
+ accessibility_white_text:"AAaa",
61
+ accessibility_black_text:"AAaa"
62
+ }
63
+ */
64
+
65
+ }
66
+
67
+ .Brand_Blue_250 {
68
+ background-color: $Brand_Blue_250;
69
+
70
+ /*
71
+ {
72
+ Hex:"#004575",
73
+ CMYK:"c100 m43 y0 k50",
74
+ AdobeRGB:"r0 g71 b115",
75
+ sRGB:"r0 g69 b117",
76
+ guid:"ba4e2698-0172-4983-81ff-c22b0ab7f0d3",
77
+ accessibility_white_text:"AAaa",
78
+ accessibility_black_text:""
79
+ }
80
+ */
81
+
82
+ }
83
+
84
+
85
+ /* -- Esri Brand Warm -- */
86
+
87
+ .Brand_Yellow_100 {
88
+ background-color: $Brand_Yellow_100;
89
+
90
+ /*
91
+ {
92
+ Hex:"#ffec4f",
93
+ CMYK:"c0 m3 y80 k0",
94
+ AdobeRGB:"r245 g235 b93",
95
+ sRGB:"r225 g236 b79",
96
+ guid:"2af4ee33-7083-40b6-ac44-9f905f0a266f",
97
+ accessibility_white_text:"",
98
+ accessibility_black_text:"AAaa"
99
+ }
100
+ */
101
+
102
+ }
103
+
104
+ .Brand_Orange_100 {
105
+ background-color: $Brand_Orange_100;
106
+
107
+ /*
108
+ {
109
+ Hex:"#f89927",
110
+ CMYK:"c0 m45 y95 k0",
111
+ AdobeRGB:"r226 g152 b54",
112
+ sRGB:"r248 g153 b39",
113
+ guid:"12e5df75-11dc-400f-939f-c7d8bd7a95f8",
114
+ accessibility_white_text:"",
115
+ accessibility_black_text:"AAaa"
116
+ }
117
+ */
118
+
119
+ }
120
+
121
+ .Brand_Orange_150 {
122
+ background-color: $Brand_Orange_150;
123
+
124
+ /*
125
+ {
126
+ Hex:"#f36f20",
127
+ CMYK:"c0 m70 y100 k0",
128
+ AdobeRGB:"r215 g111 b44",
129
+ sRGB:"r243 g111 b32",
130
+ guid:"d64dcde0-f5b5-4689-93f7-8313175ef618",
131
+ accessibility_white_text:"",
132
+ accessibility_black_text:"AAaa"
133
+ }
134
+ */
135
+
136
+ }
137
+
138
+ .Brand_Orange_200 {
139
+ background-color: $Brand_Orange_200;
140
+
141
+ /*
142
+ {
143
+ Hex:"#da4d1e",
144
+ CMYK:"c0 m82 y100 k10",
145
+ AdobeRGB:"r190 g79 b38",
146
+ sRGB:"r218 g77 b30",
147
+ guid:"6cbe3a22-21ae-4e54-af13-e0db797a6346",
148
+ accessibility_white_text:"AA",
149
+ accessibility_black_text:"AAaa"
150
+ }
151
+ */
152
+
153
+ }
154
+
155
+ .Brand_Red_100 {
156
+ background-color: $Brand_Red_100;
157
+
158
+ /*
159
+ {
160
+ Hex:"#de2900",
161
+ CMYK:"c7 m95 y100 k0",
162
+ AdobeRGB:"r0 g0 b0",
163
+ sRGB:"r222 g41 b0",
164
+ guid:"ca450d51-156e-4d0d-a1e6-49205555fc4b",
165
+ accessibility_white_text:"AAaa",
166
+ accessibility_black_text:"AA"
167
+ }
168
+ */
169
+
170
+ }
171
+
172
+
173
+ /* -- Esri Brand Green -- */
174
+
175
+ .Brand_Green_100 {
176
+ background-color: $Brand_Green_100;
177
+
178
+ /*
179
+ {
180
+ Hex:"#d1e391",
181
+ CMYK:"c20 m0 y55 k0",
182
+ AdobeRGB:"r213 g226 b148",
183
+ sRGB:"r209 g227 b145",
184
+ guid:"74d795a0-7cc4-4cf5-8d6d-4ae147179d93",
185
+ accessibility_white_text:"",
186
+ accessibility_black_text:"AAaa"
187
+ }
188
+ */
189
+
190
+ }
191
+
192
+ .Brand_Green_150 {
193
+ background-color: $Brand_Green_150;
194
+
195
+ /*
196
+ {
197
+ Hex:"#aad04b",
198
+ CMYK:"c38 m0 y90 k0",
199
+ AdobeRGB:"r180 g207 b87",
200
+ sRGB:"r170 g208 b75",
201
+ guid:"c0bead6b-3d92-4fb0-a126-f73517e33f8c",
202
+ accessibility_white_text:"",
203
+ accessibility_black_text:"AAaa"
204
+ }
205
+ */
206
+
207
+ }
208
+
209
+ .Brand_Green_200 {
210
+ background-color: $Brand_Green_200;
211
+
212
+ /*
213
+ {
214
+ Hex:"#35ac46",
215
+ CMYK:"c75 m0 y100 k5",
216
+ AdobeRGB:"r105 g170 b79",
217
+ sRGB:"r53 g172 b70",
218
+ guid:"f23988a2-1cde-490f-940e-7bdf39db9f52",
219
+ accessibility_white_text:"",
220
+ accessibility_black_text:"AAaa"
221
+ }
222
+ */
223
+
224
+ }
225
+
226
+ .Brand_Green_250 {
227
+ background-color: $Brand_Green_250;
228
+
229
+ /*
230
+ {
231
+ Hex:"#2a7433",
232
+ CMYK:"c73 m9 y94 k39",
233
+ AdobeRGB:"r74 g115 b58",
234
+ sRGB:"r42 g116 b51",
235
+ guid:"f270cfb7-6cd9-4597-ba90-d812fb7f65d3",
236
+ accessibility_white_text:"AAaa",
237
+ accessibility_black_text:"AA"
238
+ }
239
+ */
240
+
241
+ }
242
+
243
+ /* -- Esri Brand Purple -- */
244
+
245
+ .Brand_Purple_100 {
246
+ background-color: $Brand_Purple_100;
247
+
248
+ /*
249
+ {
250
+ Hex:"#dfcce3",
251
+ CMYK:"c10 m20 y0 k0",
252
+ AdobeRGB:"r217 g203 b226",
253
+ sRGB:"r223 g203 b227",
254
+ guid:"d5b964e1-cebf-4e38-973d-ec272a90371d",
255
+ accessibility_white_text:"",
256
+ accessibility_black_text:"AAaa"
257
+ }
258
+ */
259
+
260
+ }
261
+
262
+ .Brand_Purple_150 {
263
+ background-color: $Brand_Purple_150;
264
+
265
+ /*
266
+ {
267
+ Hex:"#b279b4",
268
+ CMYK:"c30 m60 y0 k0",
269
+ AdobeRGB:"r163 g121 b177",
270
+ sRGB:"r178 g122 b179",
271
+ guid:"05c574ef-8588-4e97-9251-9130f9193978",
272
+ accessibility_white_text:"AA",
273
+ accessibility_black_text:"AAaa"
274
+ }
275
+ */
276
+
277
+ }
278
+
279
+ .Brand_Purple_200 {
280
+ background-color: $Brand_Purple_200;
281
+
282
+ /*
283
+ {
284
+ Hex:"#8f499c",
285
+ CMYK:"c50 m85 y0 k0",
286
+ AdobeRGB:"r127 g74 b152",
287
+ sRGB:"r142 g73 b155",
288
+ guid:"4efa3594-8b85-4b71-8f7f-d5e38ba8cca3",
289
+ accessibility_white_text:"AAaa",
290
+ accessibility_black_text:"AA"
291
+ }
292
+ */
293
+
294
+ }
295
+
296
+ .Brand_Purple_250 {
297
+ background-color: $Brand_Purple_250;
298
+
299
+ /*
300
+ {
301
+ Hex:"#6b1978",
302
+ CMYK:"c60 m100 y0 k20",
303
+ AdobeRGB:"r93 g32 b117",
304
+ sRGB:"r102 g26 b100",
305
+ guid:"462cd8c4-ea73-40ac-8d22-ccce6b27f25b",
306
+ accessibility_white_text:"AAaa",
307
+ accessibility_black_text:""
308
+ }
309
+ */
310
+
311
+ }
312
+
313
+ /* -- Esri Brand Brown -- */
314
+
315
+ .Brand_Brown_100 {
316
+ background-color: $Brand_Brown_100;
317
+
318
+ /*
319
+ {
320
+ Hex:"#ecdcb9",
321
+ CMYK:"c2 m7 y26 k5",
322
+ AdobeRGB:"r232 g219 b185",
323
+ sRGB:"r236 g220 b185",
324
+ guid:"942a8da4-fa03-4d1f-977e-a6327c8c0a14",
325
+ accessibility_white_text:"",
326
+ accessibility_black_text:"AAaa"
327
+ }
328
+ */
329
+
330
+ }
331
+
332
+ .Brand_Brown_150 {
333
+ background-color: $Brand_Brown_150;
334
+
335
+ /*
336
+ {
337
+ Hex:"#be9969",
338
+ CMYK:"c7 m27 y55 k22",
339
+ AdobeRGB:"r179 g152 b107",
340
+ sRGB:"r190 g153 b105",
341
+ guid:"854a356c-36b8-4c14-a54f-dca3c85ba2e1",
342
+ accessibility_white_text:"",
343
+ accessibility_black_text:"AAaa"
344
+ }
345
+ */
346
+
347
+ }
348
+
349
+ .Brand_Brown_200 {
350
+ background-color: $Brand_Brown_200;
351
+
352
+ /*
353
+ {
354
+ Hex:"#7b4f1c",
355
+ CMYK:"c17 m52 y87 k50",
356
+ AdobeRGB:"r112 g80 b37",
357
+ sRGB:"r123 g79 b28",
358
+ guid:"240ba3a7-fec3-4639-bbb8-ed38a47743ae",
359
+ accessibility_white_text:"AAaa",
360
+ accessibility_black_text:""
361
+ }
362
+ */
363
+
364
+ }
365
+
366
+ .Brand_Brown_250 {
367
+ background-color: $Brand_Brown_250;
368
+
369
+ /*
370
+ {
371
+ Hex:"#523b20",
372
+ CMYK:"c25 m45 y70 k70",
373
+ AdobeRGB:"r78 g62 b39",
374
+ sRGB:"r82 g59 b32",
375
+ guid:"e7975f09-420f-4467-bbe4-1f9292b1abf8",
376
+ accessibility_white_text:"AAaa",
377
+ accessibility_black_text:""
378
+ }
379
+ */
380
+
381
+ }
382
+
383
+ /* -- Esri Brand Gray -- */
384
+
385
+ .Brand_Gray_100 {
386
+ background-color: $Brand_Gray_100;
387
+
388
+ /*
389
+ {
390
+ Hex:"#b4b4b4",
391
+ CMYK:"c0 m0 y0 k35",
392
+ AdobeRGB:"r178 g178 b178",
393
+ sRGB:"r180 g180 b180",
394
+ guid:"d985a8fd-68f3-4c8e-9af4-dbda932b8cfe",
395
+ accessibility_white_text:"",
396
+ accessibility_black_text:"AAaa"
397
+ }
398
+ */
399
+
400
+ }
401
+
402
+ .Brand_Gray_150 {
403
+ background-color: $Brand_Gray_150;
404
+
405
+ /*
406
+ {
407
+ Hex:"#969696",
408
+ CMYK:"c0 m0 y0 k50",
409
+ AdobeRGB:"r150 g150 b150",
410
+ sRGB:"r150 g150 b150",
411
+ guid:"b8fdaa89-975e-45b8-b001-abfb359eb0d1",
412
+ accessibility_white_text:"",
413
+ accessibility_black_text:"AAaa"
414
+
415
+ }
416
+ */
417
+
418
+ }
419
+
420
+ .Brand_Gray_200 {
421
+ background-color: $Brand_Gray_200;
422
+
423
+ /*
424
+ {
425
+ Hex:"#6e6e6e",
426
+ CMYK:"c0 m0 y0 k70",
427
+ AdobeRGB:"r110 g110 b110",
428
+ sRGB:"r110 g110 b110",
429
+ guid:"520fe793-6207-4373-9b30-9584d69eed2a",
430
+ accessibility_white_text:"AAaa",
431
+ accessibility_black_text:"AA"
432
+
433
+ }
434
+ */
435
+
436
+ }
437
+
438
+ .Brand_Gray_250 {
439
+ background-color: $Brand_Gray_250;
440
+
441
+ /*
442
+ {
443
+ Hex:"#464646",
444
+ CMYK:"c0 m0 y0 k88",
445
+ AdobeRGB:"r71 g71 b71",
446
+ sRGB:"r70 g70 b70",
447
+ guid:"404d0353-df2a-41fd-8c66-24604343d84c",
448
+ accessibility_white_text:"AAaa",
449
+ accessibility_black_text:""
450
+ }
451
+ */
452
+
453
+ }
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+