@geoscene/core 4.33.13 → 4.33.15

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 (70) hide show
  1. package/README.md +25 -25
  2. package/assets/geoscene/core/workers/chunks/0229c573fa8a2fff2d8b.js +1 -1
  3. package/assets/geoscene/core/workers/chunks/17fcdaeb42e932712096.js +1 -1
  4. package/assets/geoscene/core/workers/chunks/29fb64826bb1351aca8d.js +1 -1
  5. package/assets/geoscene/core/workers/chunks/306e262f148b3057b11b.js +1 -1
  6. package/assets/geoscene/core/workers/chunks/54f981fe0f8851767be9.js +1 -1
  7. package/assets/geoscene/core/workers/chunks/58b2dc0ec977af7413b0.js +1 -1
  8. package/assets/geoscene/core/workers/chunks/73ddb356121add556994.js +1 -1
  9. package/assets/geoscene/core/workers/chunks/77342fa644507f57c41a.js +1 -1
  10. package/assets/geoscene/core/workers/chunks/7e1906d35a764f7f10b0.js +1 -1
  11. package/assets/geoscene/core/workers/chunks/88b7265270feede80e1d.js +1 -1
  12. package/assets/geoscene/core/workers/chunks/8a87c181b85d0b86b9bb.js +1 -1
  13. package/assets/geoscene/core/workers/chunks/aad9a693813b47a51530.js +1 -1
  14. package/assets/geoscene/core/workers/chunks/ac03f1b2402598b394d5.js +1 -1
  15. package/assets/geoscene/core/workers/chunks/d568070513f2b98fd9b5.js +1 -1
  16. package/assets/geoscene/core/workers/chunks/f3b51aa0a1a8fc3b231c.js +1 -1
  17. package/assets/geoscene/css/main.scss +1 -1
  18. package/assets/geoscene/css/view.scss +1 -1
  19. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  20. package/assets/geoscene/themes/base/_functions.scss +23 -23
  21. package/assets/geoscene/themes/base/_layout.scss +11 -11
  22. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  23. package/assets/geoscene/themes/base/_type.scss +25 -25
  24. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  25. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  26. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  27. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  28. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  29. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  30. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  31. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  32. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  33. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  34. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  35. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  36. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  37. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  38. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  39. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  40. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  41. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  42. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  43. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  44. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  45. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  46. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  47. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  48. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  49. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  50. package/assets/geoscene/themes/base/widgets/_AreaMeasurement2D.scss +7 -7
  51. package/assets/geoscene/themes/base/widgets/_AreaMeasurement3D.scss +7 -7
  52. package/assets/geoscene/themes/base/widgets/_DirectLineMeasurement3D.scss +7 -7
  53. package/assets/geoscene/themes/base/widgets/_DistanceMeasurement2D.scss +7 -7
  54. package/assets/geoscene/themes/base/widgets/_Measurement.scss +7 -7
  55. package/assets/geoscene/themes/light/view.scss +9 -9
  56. package/assets/geoscene/views/3d/analysis/images/heading-rotate.ts.svg +10 -10
  57. package/assets/geoscene/views/3d/analysis/images/tilt-rotate.ts.svg +11 -11
  58. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  59. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  60. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  61. package/copyright.txt +1700 -1700
  62. package/core/Accessor.js +1 -1
  63. package/geometry/operators/graphicBufferOperator.d.ts +4 -4
  64. package/geometry/support/meshUtils.js +1 -1
  65. package/layers/support/rasterDatasets/ImageServerRaster.js +1 -1
  66. package/package.json +34 -34
  67. package/portal/support/portalLayers.js +1 -1
  68. package/rest/networks/queryAssociations.js +1 -1
  69. package/symbols/WebStyleSymbol.js +1 -1
  70. package/views/View2D.js +1 -1
@@ -1,347 +1,347 @@
1
- @import "../../scss/variables_dark";
2
-
3
- //* -- Calcite Vibrant_Blue_Dark -- */
4
-
5
- .Calcite_Vibrant_Blue_100 {
6
- background-color: $Calcite_Vibrant_Blue_100;
7
-
8
- /*
9
- {
10
- Hex:"#1275BE",
11
- RGB:"r18 g117 b190",
12
- guid:"cd7d5208-4b1d-4ded-a32c-d255f3abb3a7",
13
- accessibility_white_text:"AAaa",
14
- accessibility_black_text:"AA"
15
- }
16
- */
17
-
18
- }
19
-
20
- .Calcite_Vibrant_Blue_150 {
21
- background-color: $Calcite_Vibrant_Blue_150;
22
-
23
- /*
24
- {
25
- Hex:"#0088EF",
26
- RGB:"r0 g136 b239",
27
- guid:"9d362f4a-4df1-4912-93fe-6ba8a5811b36",
28
- accessibility_white_text:"AA",
29
- accessibility_black_text:"AAaa"
30
- }
31
- */
32
-
33
- }
34
-
35
-
36
- .Calcite_Vibrant_Blue_200 {
37
- background-color: $Calcite_Vibrant_Blue_200;
38
-
39
- /*
40
- {
41
- Hex:"#00BFEF",
42
- RGB:"r0 g191 b239",
43
- guid:"0de86406-710c-4887-9712-e12a7dfa0362",
44
- accessibility_white_text:"",
45
- accessibility_black_text:"AAaa"
46
- }
47
- */
48
-
49
- }
50
-
51
-
52
- .Calcite_Vibrant_Blue_250 {
53
- background-color: $Calcite_Vibrant_Blue_250;
54
-
55
- /*
56
- {
57
- Hex:"#00B4BC",
58
- RGB:"r0 g180 b188",
59
- guid:"80bd24b8-df54-4d1a-8ebb-26e834eefd63",
60
- accessibility_white_text:"",
61
- accessibility_black_text:"AAaa"
62
- }
63
- */
64
-
65
- }
66
-
67
-
68
- .Calcite_Vibrant_Yellow_100 {
69
- background-color: $Calcite_Vibrant_Yellow_100;
70
-
71
- /*
72
- {
73
- Hex:"#917B00",
74
- RGB:"r145 g123 b0",
75
- guid:"1f92d8db-ac14-40c1-83d0-1d5db3b17548",
76
- accessibility_white_text:"AA",
77
- accessibility_black_text:"AAaa"
78
- }
79
- */
80
-
81
- }
82
-
83
-
84
-
85
- .Calcite_Vibrant_Yellow_150 {
86
- background-color: $Calcite_Vibrant_Yellow_150;
87
-
88
- /*
89
- {
90
- Hex:"#C7A900",
91
- RGB:"r199 g169 b0",
92
- guid:"0c11a9d9-54d7-4844-a66a-aa957b72b435",
93
- accessibility_white_text:"",
94
- accessibility_black_text:"AAaa"
95
- }
96
- */
97
-
98
- }
99
-
100
-
101
- .Calcite_Vibrant_Yellow_200 {
102
- background-color: $Calcite_Vibrant_Yellow_200;
103
-
104
- /*
105
- {
106
- Hex:"#FFD800",
107
- RGB:"r255 g216 b0",
108
- guid:"ef5dd2fc-2972-498e-9f03-9a55922bb597",
109
- accessibility_white_text:"",
110
- accessibility_black_text:"AAaa"
111
- }
112
- */
113
-
114
- }
115
-
116
- .Calcite_Vibrant_Orange_100 {
117
- background-color: $Calcite_Vibrant_Orange_100;
118
- /*
119
- {
120
- Hex:"#A05500",
121
- RGB:"r160 g85 b0",
122
- guid:"71388981-779b-4fa2-b373-c98a7c8dd9e2",
123
- accessibility_white_text:"AAaa",
124
- accessibility_black_text:"AA"
125
- }
126
- */ }
127
-
128
- .Calcite_Vibrant_Orange_150 {
129
- background-color: $Calcite_Vibrant_Orange_150;
130
- /*
131
- {
132
- Hex:"#CE7C1E",
133
- RGB:"r206 g124 b30",
134
- guid:"e1008f42-2e5f-495f-a7ec-e69eb4dafb18",
135
- accessibility_white_text:"AA",
136
- accessibility_black_text:"AAaa"
137
- }
138
- */ }
139
-
140
- .Calcite_Vibrant_Orange_200 {
141
- background-color: $Calcite_Vibrant_Orange_200;
142
- /*
143
- {
144
- Hex:"#FFC314",
145
- RGB:"r255 g195 b20",
146
- guid:"1d148e0c-418d-43f2-9e01-9994606cde2e",
147
- accessibility_white_text:"",
148
- accessibility_black_text:"AAaa"
149
- }
150
- */ }
151
-
152
- .Calcite_Vibrant_Green_100 {
153
- background-color: $Calcite_Vibrant_Green_100;
154
-
155
- /*
156
- {
157
- Hex:"#376E37",
158
- RGB:"r55 g110 b55",
159
- guid:"ea2bead1-e919-4684-a4ae-66b6be54dd32",
160
- accessibility_white_text:"AAaa",
161
- accessibility_black_text:"AA"
162
- }
163
- */
164
-
165
- }
166
-
167
- .Calcite_Vibrant_Green_150 {
168
- background-color: $Calcite_Vibrant_Green_150;
169
-
170
- /*
171
- {
172
- Hex:"#58D051",
173
- RGB:"r88 g208 b81",
174
- guid:"34de12dc-c22a-4f9a-9d36-9efb45cff4c6",
175
- accessibility_white_text:"",
176
- accessibility_black_text:"AAaa"
177
- }
178
- */
179
-
180
- }
181
-
182
-
183
- .Calcite_Vibrant_Green_200 {
184
- background-color: $Calcite_Vibrant_Green_200;
185
-
186
- /*
187
- {
188
- Hex:"#A4E700",
189
- RGB:"r164 g231 b0",
190
- guid:"8959874c-3160-40b1-a9cc-bfdc7800b520",
191
- accessibility_white_text:"",
192
- accessibility_black_text:"AAaa"
193
- }
194
- */
195
-
196
- }
197
-
198
-
199
- .Calcite_Vibrant_Red_100 {
200
- background-color: $Calcite_Vibrant_Red_100;
201
-
202
- /*
203
- {
204
- Hex:"#741C00",
205
- RGB:"r116 g28 b0",
206
- guid:"ccf3b82c-1feb-4951-8059-2b0c5ddda49a",
207
- accessibility_white_text:"AAaa",
208
- accessibility_black_text:""
209
- }
210
- */
211
-
212
- }
213
-
214
-
215
-
216
- .Calcite_Vibrant_Red_150 {
217
- background-color: $Calcite_Vibrant_Red_150;
218
-
219
- /*
220
- {
221
- Hex:"#983415",
222
- RGB:"r152 g52 b21",
223
- guid:"be7392cc-0de9-4741-9f65-0f1bc65baac1",
224
- accessibility_white_text:"AAaa",
225
- accessibility_black_text:""
226
- }
227
- */
228
-
229
- }
230
-
231
-
232
-
233
- .Calcite_Vibrant_Red_200 {
234
- background-color: $Calcite_Vibrant_Red_200;
235
-
236
- /*
237
- {
238
- Hex:"#E55B2D",
239
- RGB:"r229 g91 b45",
240
- guid:"b874b8ed-3493-4a6d-913a-d7d00801f893",
241
- accessibility_white_text:"AA",
242
- accessibility_black_text:"AAaa"
243
- }
244
- */
245
-
246
- }
247
-
248
-
249
- .Calcite_Vibrant_Purple_100 {
250
- background-color: $Calcite_Vibrant_Purple_100;
251
-
252
- /*
253
- {
254
- Hex:"#4F3590",
255
- RGB:"r79 g53 b144",
256
- guid:"beb0f9ad-3d3a-4231-89b4-344ed3567802",
257
- accessibility_white_text:"AAaa",
258
- accessibility_black_text:""
259
- }
260
- */
261
-
262
- }
263
-
264
-
265
- .Calcite_Vibrant_Purple_150 {
266
- background-color: $Calcite_Vibrant_Purple_150;
267
-
268
- /*
269
- {
270
- Hex:"#744ED3",
271
- RGB:"r116 g78 b211",
272
- guid:"fb718f2f-104d-4299-adae-a39165c2c90a",
273
- accessibility_white_text:"AAaa",
274
- accessibility_black_text:"AA"
275
- }
276
- */
277
-
278
- }
279
-
280
-
281
- .Calcite_Vibrant_Purple_200 {
282
- background-color: $Calcite_Vibrant_Purple_200;
283
-
284
- /*
285
- {
286
- Hex:"#9A4AA5",
287
- RGB:"r154 g74 b65",
288
- guid:"b5863254-85f6-479b-aa78-2c35796a6365",
289
- accessibility_white_text:"AAaa",
290
- accessibility_black_text:"AA"
291
- }
292
- */
293
-
294
- }
295
-
296
-
297
- .Calcite_Vibrant_Brown_100 {
298
- background-color: $Calcite_Vibrant_Brown_100;
299
-
300
- /*
301
- {
302
- Hex:"#663C0F",
303
- RGB:"r102 g60 b15",
304
- guid:"d6abdd92-ea9d-4d39-9190-4d1ab1c6e81c",
305
- accessibility_white_text:"AAaa",
306
- accessibility_black_text:""
307
- }
308
- */
309
-
310
- }
311
-
312
-
313
- .Calcite_Vibrant_Brown_150 {
314
- background-color: $Calcite_Vibrant_Brown_150;
315
-
316
- /*
317
- {
318
- Hex:"#985C17",
319
- RGB:"r152 g92 b23",
320
- guid:"024d248d-7fff-4a37-afae-d715bae79065",
321
- accessibility_white_text:"AAaa",
322
- accessibility_black_text:"AA"
323
- }
324
- */
325
-
326
- }
327
-
328
-
329
- .Calcite_Vibrant_Brown_200 {
330
- background-color: $Calcite_Vibrant_Brown_200;
331
-
332
- /*
333
- {
334
- Hex:"#D38B38",
335
- RGB:"r211 g139 b56",
336
- guid:"8e60415c-3325-40b8-9dee-37eb5d53be08",
337
- accessibility_white_text:"",
338
- accessibility_black_text:"AAaa"
339
- }
340
- */
341
-
342
- }
343
-
344
-
345
-
346
-
347
-
1
+ @import "../../scss/variables_dark";
2
+
3
+ //* -- Calcite Vibrant_Blue_Dark -- */
4
+
5
+ .Calcite_Vibrant_Blue_100 {
6
+ background-color: $Calcite_Vibrant_Blue_100;
7
+
8
+ /*
9
+ {
10
+ Hex:"#1275BE",
11
+ RGB:"r18 g117 b190",
12
+ guid:"cd7d5208-4b1d-4ded-a32c-d255f3abb3a7",
13
+ accessibility_white_text:"AAaa",
14
+ accessibility_black_text:"AA"
15
+ }
16
+ */
17
+
18
+ }
19
+
20
+ .Calcite_Vibrant_Blue_150 {
21
+ background-color: $Calcite_Vibrant_Blue_150;
22
+
23
+ /*
24
+ {
25
+ Hex:"#0088EF",
26
+ RGB:"r0 g136 b239",
27
+ guid:"9d362f4a-4df1-4912-93fe-6ba8a5811b36",
28
+ accessibility_white_text:"AA",
29
+ accessibility_black_text:"AAaa"
30
+ }
31
+ */
32
+
33
+ }
34
+
35
+
36
+ .Calcite_Vibrant_Blue_200 {
37
+ background-color: $Calcite_Vibrant_Blue_200;
38
+
39
+ /*
40
+ {
41
+ Hex:"#00BFEF",
42
+ RGB:"r0 g191 b239",
43
+ guid:"0de86406-710c-4887-9712-e12a7dfa0362",
44
+ accessibility_white_text:"",
45
+ accessibility_black_text:"AAaa"
46
+ }
47
+ */
48
+
49
+ }
50
+
51
+
52
+ .Calcite_Vibrant_Blue_250 {
53
+ background-color: $Calcite_Vibrant_Blue_250;
54
+
55
+ /*
56
+ {
57
+ Hex:"#00B4BC",
58
+ RGB:"r0 g180 b188",
59
+ guid:"80bd24b8-df54-4d1a-8ebb-26e834eefd63",
60
+ accessibility_white_text:"",
61
+ accessibility_black_text:"AAaa"
62
+ }
63
+ */
64
+
65
+ }
66
+
67
+
68
+ .Calcite_Vibrant_Yellow_100 {
69
+ background-color: $Calcite_Vibrant_Yellow_100;
70
+
71
+ /*
72
+ {
73
+ Hex:"#917B00",
74
+ RGB:"r145 g123 b0",
75
+ guid:"1f92d8db-ac14-40c1-83d0-1d5db3b17548",
76
+ accessibility_white_text:"AA",
77
+ accessibility_black_text:"AAaa"
78
+ }
79
+ */
80
+
81
+ }
82
+
83
+
84
+
85
+ .Calcite_Vibrant_Yellow_150 {
86
+ background-color: $Calcite_Vibrant_Yellow_150;
87
+
88
+ /*
89
+ {
90
+ Hex:"#C7A900",
91
+ RGB:"r199 g169 b0",
92
+ guid:"0c11a9d9-54d7-4844-a66a-aa957b72b435",
93
+ accessibility_white_text:"",
94
+ accessibility_black_text:"AAaa"
95
+ }
96
+ */
97
+
98
+ }
99
+
100
+
101
+ .Calcite_Vibrant_Yellow_200 {
102
+ background-color: $Calcite_Vibrant_Yellow_200;
103
+
104
+ /*
105
+ {
106
+ Hex:"#FFD800",
107
+ RGB:"r255 g216 b0",
108
+ guid:"ef5dd2fc-2972-498e-9f03-9a55922bb597",
109
+ accessibility_white_text:"",
110
+ accessibility_black_text:"AAaa"
111
+ }
112
+ */
113
+
114
+ }
115
+
116
+ .Calcite_Vibrant_Orange_100 {
117
+ background-color: $Calcite_Vibrant_Orange_100;
118
+ /*
119
+ {
120
+ Hex:"#A05500",
121
+ RGB:"r160 g85 b0",
122
+ guid:"71388981-779b-4fa2-b373-c98a7c8dd9e2",
123
+ accessibility_white_text:"AAaa",
124
+ accessibility_black_text:"AA"
125
+ }
126
+ */ }
127
+
128
+ .Calcite_Vibrant_Orange_150 {
129
+ background-color: $Calcite_Vibrant_Orange_150;
130
+ /*
131
+ {
132
+ Hex:"#CE7C1E",
133
+ RGB:"r206 g124 b30",
134
+ guid:"e1008f42-2e5f-495f-a7ec-e69eb4dafb18",
135
+ accessibility_white_text:"AA",
136
+ accessibility_black_text:"AAaa"
137
+ }
138
+ */ }
139
+
140
+ .Calcite_Vibrant_Orange_200 {
141
+ background-color: $Calcite_Vibrant_Orange_200;
142
+ /*
143
+ {
144
+ Hex:"#FFC314",
145
+ RGB:"r255 g195 b20",
146
+ guid:"1d148e0c-418d-43f2-9e01-9994606cde2e",
147
+ accessibility_white_text:"",
148
+ accessibility_black_text:"AAaa"
149
+ }
150
+ */ }
151
+
152
+ .Calcite_Vibrant_Green_100 {
153
+ background-color: $Calcite_Vibrant_Green_100;
154
+
155
+ /*
156
+ {
157
+ Hex:"#376E37",
158
+ RGB:"r55 g110 b55",
159
+ guid:"ea2bead1-e919-4684-a4ae-66b6be54dd32",
160
+ accessibility_white_text:"AAaa",
161
+ accessibility_black_text:"AA"
162
+ }
163
+ */
164
+
165
+ }
166
+
167
+ .Calcite_Vibrant_Green_150 {
168
+ background-color: $Calcite_Vibrant_Green_150;
169
+
170
+ /*
171
+ {
172
+ Hex:"#58D051",
173
+ RGB:"r88 g208 b81",
174
+ guid:"34de12dc-c22a-4f9a-9d36-9efb45cff4c6",
175
+ accessibility_white_text:"",
176
+ accessibility_black_text:"AAaa"
177
+ }
178
+ */
179
+
180
+ }
181
+
182
+
183
+ .Calcite_Vibrant_Green_200 {
184
+ background-color: $Calcite_Vibrant_Green_200;
185
+
186
+ /*
187
+ {
188
+ Hex:"#A4E700",
189
+ RGB:"r164 g231 b0",
190
+ guid:"8959874c-3160-40b1-a9cc-bfdc7800b520",
191
+ accessibility_white_text:"",
192
+ accessibility_black_text:"AAaa"
193
+ }
194
+ */
195
+
196
+ }
197
+
198
+
199
+ .Calcite_Vibrant_Red_100 {
200
+ background-color: $Calcite_Vibrant_Red_100;
201
+
202
+ /*
203
+ {
204
+ Hex:"#741C00",
205
+ RGB:"r116 g28 b0",
206
+ guid:"ccf3b82c-1feb-4951-8059-2b0c5ddda49a",
207
+ accessibility_white_text:"AAaa",
208
+ accessibility_black_text:""
209
+ }
210
+ */
211
+
212
+ }
213
+
214
+
215
+
216
+ .Calcite_Vibrant_Red_150 {
217
+ background-color: $Calcite_Vibrant_Red_150;
218
+
219
+ /*
220
+ {
221
+ Hex:"#983415",
222
+ RGB:"r152 g52 b21",
223
+ guid:"be7392cc-0de9-4741-9f65-0f1bc65baac1",
224
+ accessibility_white_text:"AAaa",
225
+ accessibility_black_text:""
226
+ }
227
+ */
228
+
229
+ }
230
+
231
+
232
+
233
+ .Calcite_Vibrant_Red_200 {
234
+ background-color: $Calcite_Vibrant_Red_200;
235
+
236
+ /*
237
+ {
238
+ Hex:"#E55B2D",
239
+ RGB:"r229 g91 b45",
240
+ guid:"b874b8ed-3493-4a6d-913a-d7d00801f893",
241
+ accessibility_white_text:"AA",
242
+ accessibility_black_text:"AAaa"
243
+ }
244
+ */
245
+
246
+ }
247
+
248
+
249
+ .Calcite_Vibrant_Purple_100 {
250
+ background-color: $Calcite_Vibrant_Purple_100;
251
+
252
+ /*
253
+ {
254
+ Hex:"#4F3590",
255
+ RGB:"r79 g53 b144",
256
+ guid:"beb0f9ad-3d3a-4231-89b4-344ed3567802",
257
+ accessibility_white_text:"AAaa",
258
+ accessibility_black_text:""
259
+ }
260
+ */
261
+
262
+ }
263
+
264
+
265
+ .Calcite_Vibrant_Purple_150 {
266
+ background-color: $Calcite_Vibrant_Purple_150;
267
+
268
+ /*
269
+ {
270
+ Hex:"#744ED3",
271
+ RGB:"r116 g78 b211",
272
+ guid:"fb718f2f-104d-4299-adae-a39165c2c90a",
273
+ accessibility_white_text:"AAaa",
274
+ accessibility_black_text:"AA"
275
+ }
276
+ */
277
+
278
+ }
279
+
280
+
281
+ .Calcite_Vibrant_Purple_200 {
282
+ background-color: $Calcite_Vibrant_Purple_200;
283
+
284
+ /*
285
+ {
286
+ Hex:"#9A4AA5",
287
+ RGB:"r154 g74 b65",
288
+ guid:"b5863254-85f6-479b-aa78-2c35796a6365",
289
+ accessibility_white_text:"AAaa",
290
+ accessibility_black_text:"AA"
291
+ }
292
+ */
293
+
294
+ }
295
+
296
+
297
+ .Calcite_Vibrant_Brown_100 {
298
+ background-color: $Calcite_Vibrant_Brown_100;
299
+
300
+ /*
301
+ {
302
+ Hex:"#663C0F",
303
+ RGB:"r102 g60 b15",
304
+ guid:"d6abdd92-ea9d-4d39-9190-4d1ab1c6e81c",
305
+ accessibility_white_text:"AAaa",
306
+ accessibility_black_text:""
307
+ }
308
+ */
309
+
310
+ }
311
+
312
+
313
+ .Calcite_Vibrant_Brown_150 {
314
+ background-color: $Calcite_Vibrant_Brown_150;
315
+
316
+ /*
317
+ {
318
+ Hex:"#985C17",
319
+ RGB:"r152 g92 b23",
320
+ guid:"024d248d-7fff-4a37-afae-d715bae79065",
321
+ accessibility_white_text:"AAaa",
322
+ accessibility_black_text:"AA"
323
+ }
324
+ */
325
+
326
+ }
327
+
328
+
329
+ .Calcite_Vibrant_Brown_200 {
330
+ background-color: $Calcite_Vibrant_Brown_200;
331
+
332
+ /*
333
+ {
334
+ Hex:"#D38B38",
335
+ RGB:"r211 g139 b56",
336
+ guid:"8e60415c-3325-40b8-9dee-37eb5d53be08",
337
+ accessibility_white_text:"",
338
+ accessibility_black_text:"AAaa"
339
+ }
340
+ */
341
+
342
+ }
343
+
344
+
345
+
346
+
347
+