@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,285 +1,285 @@
1
- @import "../../scss/variables_dark";
2
-
3
-
4
- //* -- Calcite Core Blue -- *//
5
-
6
- .Calcite_Blue_100 {
7
- background-color: $Calcite_Blue_100;
8
- }
9
-
10
- .Calcite_Blue_150 {
11
- background-color: $Calcite_Blue_150;
12
- }
13
-
14
- .Calcite_Blue_200 {
15
- background-color: $Calcite_Blue_200;
16
- }
17
-
18
- .Calcite_Blue_250 {
19
- background-color: $Calcite_Blue_250;
20
- }
21
-
22
- .Calcite_Blue_a100 {
23
- background-color: $Calcite_Blue_a100;
24
- }
25
-
26
- .Calcite_Blue_a150 {
27
- background-color: $Calcite_Blue_a150;
28
- }
29
-
30
- .Calcite_Blue_a200 {
31
- background-color: $Calcite_Blue_a200;
32
- }
33
-
34
- .Calcite_Blue_a250 {
35
- background-color: $Calcite_Blue_a250;
36
- }
37
-
38
-
39
- //* -- Calcite Core Yellow -- *//
40
-
41
-
42
- .Calcite_Yellow_100 {
43
- background-color: $Calcite_Yellow_100;
44
- }
45
-
46
- .Calcite_Yellow_150 {
47
- background-color: $Calcite_Yellow_150;
48
- }
49
-
50
- .Calcite_Yellow_200 {
51
- background-color: $Calcite_Yellow_200;
52
- }
53
-
54
- .Calcite_Yellow_250 {
55
- background-color: $Calcite_Yellow_250;
56
- }
57
-
58
- .Calcite_Yellow_a100 {
59
- background-color: $Calcite_Yellow_a100;
60
- }
61
-
62
- .Calcite_Yellow_a150 {
63
- background-color: $Calcite_Yellow_a150;
64
- }
65
-
66
- .Calcite_Yellow_a200 {
67
- background-color: $Calcite_Yellow_a200;
68
- }
69
-
70
- .Calcite_Yellow_a250 {
71
- background-color: $Calcite_Yellow_a250;
72
- }
73
-
74
-
75
- //* -- Calcite Core Orange -- *//
76
-
77
-
78
- .Calcite_Orange_100 {
79
- background-color: $Calcite_Orange_100;
80
- }
81
-
82
- .Calcite_Orange_150 {
83
- background-color: $Calcite_Orange_150;
84
- }
85
-
86
- .Calcite_Orange_200 {
87
- background-color: $Calcite_Orange_200;
88
- }
89
-
90
- .Calcite_Orange_250 {
91
- background-color: $Calcite_Orange_250;
92
- }
93
-
94
- .Calcite_Orange_a100 {
95
- background-color: $Calcite_Orange_a100;
96
- }
97
-
98
- .Calcite_Orange_a150 {
99
- background-color: $Calcite_Orange_a150;
100
- }
101
-
102
- .Calcite_Orange_a200 {
103
- background-color: $Calcite_Orange_a200;
104
- }
105
-
106
- .Calcite_Orange_a250 {
107
- background-color: $Calcite_Orange_a250;
108
- }
109
-
110
-
111
- //* -- Calcite Core Green -- *//
112
-
113
-
114
- .Calcite_Green_100 {
115
- background-color: $Calcite_Green_100;
116
- }
117
-
118
- .Calcite_Green_150 {
119
- background-color: $Calcite_Green_150;
120
- }
121
-
122
- .Calcite_Green_200 {
123
- background-color: $Calcite_Green_200;
124
- }
125
-
126
- .Calcite_Green_250 {
127
- background-color: $Calcite_Green_250;
128
- }
129
-
130
- .Calcite_Green_a100 {
131
- background-color: $Calcite_Green_a100;
132
- }
133
-
134
- .Calcite_Green_a150 {
135
- background-color: $Calcite_Green_a150;
136
- }
137
-
138
- .Calcite_Green_a200 {
139
- background-color: $Calcite_Green_a200;
140
- }
141
-
142
- .Calcite_Green_a250 {
143
- background-color: $Calcite_Green_a250;
144
- }
145
-
146
-
147
- //* -- Calcite Core Red -- *//
148
-
149
-
150
- .Calcite_Red_100 {
151
- background-color: $Calcite_Red_100;
152
- }
153
-
154
- .Calcite_Red_150 {
155
- background-color: $Calcite_Red_150;
156
- }
157
-
158
- .Calcite_Red_200 {
159
- background-color: $Calcite_Red_200;
160
- }
161
-
162
- .Calcite_Red_250 {
163
- background-color: $Calcite_Red_250;
164
- }
165
-
166
- .Calcite_Red_a100 {
167
- background-color: $Calcite_Red_a100;
168
- }
169
-
170
- .Calcite_Red_a150 {
171
- background-color: $Calcite_Red_a150;
172
- }
173
-
174
- .Calcite_Red_a200 {
175
- background-color: $Calcite_Red_a200;
176
- }
177
-
178
- .Calcite_Red_a250 {
179
- background-color: $Calcite_Red_a250;
180
- }
181
-
182
-
183
- //* -- Calcite Core Purple -- *//
184
-
185
-
186
- .Calcite_Purple_100 {
187
- background-color: $Calcite_Purple_100;
188
- }
189
-
190
- .Calcite_Purple_150 {
191
- background-color: $Calcite_Purple_150;
192
- }
193
-
194
- .Calcite_Purple_200 {
195
- background-color: $Calcite_Purple_200;
196
- }
197
-
198
- .Calcite_Purple_250 {
199
- background-color: $Calcite_Purple_250;
200
- }
201
-
202
- .Calcite_Purple_a100 {
203
- background-color: $Calcite_Purple_a100;
204
- }
205
-
206
- .Calcite_Purple_a150 {
207
- background-color: $Calcite_Purple_a150;
208
- }
209
-
210
- .Calcite_Purple_a200 {
211
- background-color: $Calcite_Purple_a200;
212
- }
213
-
214
- .Calcite_Purple_a250 {
215
- background-color: $Calcite_Purple_a250;
216
- }
217
-
218
-
219
- //* -- Calcite Core Brown -- *//
220
-
221
-
222
- .Calcite_Brown_100 {
223
- background-color: $Calcite_Brown_100;
224
- }
225
-
226
- .Calcite_Brown_150 {
227
- background-color: $Calcite_Brown_150;
228
- }
229
-
230
- .Calcite_Brown_200 {
231
- background-color: $Calcite_Brown_200
232
- }
233
-
234
- .Calcite_Brown_250 {
235
- background-color: $Calcite_Brown_250;
236
- }
237
-
238
- .Calcite_Brown_a100 {
239
- background-color: $Calcite_Brown_a100;
240
- }
241
-
242
- .Calcite_Brown_a150 {
243
- background-color: $Calcite_Brown_a150;
244
- }
245
-
246
- .Calcite_Brown_a200 {
247
- background-color: $Calcite_Brown_a200;
248
- }
249
-
250
- .Calcite_Brown_a250 {
251
- background-color: $Calcite_Brown_a250;
252
- }
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
1
+ @import "../../scss/variables_dark";
2
+
3
+
4
+ //* -- Calcite Core Blue -- *//
5
+
6
+ .Calcite_Blue_100 {
7
+ background-color: $Calcite_Blue_100;
8
+ }
9
+
10
+ .Calcite_Blue_150 {
11
+ background-color: $Calcite_Blue_150;
12
+ }
13
+
14
+ .Calcite_Blue_200 {
15
+ background-color: $Calcite_Blue_200;
16
+ }
17
+
18
+ .Calcite_Blue_250 {
19
+ background-color: $Calcite_Blue_250;
20
+ }
21
+
22
+ .Calcite_Blue_a100 {
23
+ background-color: $Calcite_Blue_a100;
24
+ }
25
+
26
+ .Calcite_Blue_a150 {
27
+ background-color: $Calcite_Blue_a150;
28
+ }
29
+
30
+ .Calcite_Blue_a200 {
31
+ background-color: $Calcite_Blue_a200;
32
+ }
33
+
34
+ .Calcite_Blue_a250 {
35
+ background-color: $Calcite_Blue_a250;
36
+ }
37
+
38
+
39
+ //* -- Calcite Core Yellow -- *//
40
+
41
+
42
+ .Calcite_Yellow_100 {
43
+ background-color: $Calcite_Yellow_100;
44
+ }
45
+
46
+ .Calcite_Yellow_150 {
47
+ background-color: $Calcite_Yellow_150;
48
+ }
49
+
50
+ .Calcite_Yellow_200 {
51
+ background-color: $Calcite_Yellow_200;
52
+ }
53
+
54
+ .Calcite_Yellow_250 {
55
+ background-color: $Calcite_Yellow_250;
56
+ }
57
+
58
+ .Calcite_Yellow_a100 {
59
+ background-color: $Calcite_Yellow_a100;
60
+ }
61
+
62
+ .Calcite_Yellow_a150 {
63
+ background-color: $Calcite_Yellow_a150;
64
+ }
65
+
66
+ .Calcite_Yellow_a200 {
67
+ background-color: $Calcite_Yellow_a200;
68
+ }
69
+
70
+ .Calcite_Yellow_a250 {
71
+ background-color: $Calcite_Yellow_a250;
72
+ }
73
+
74
+
75
+ //* -- Calcite Core Orange -- *//
76
+
77
+
78
+ .Calcite_Orange_100 {
79
+ background-color: $Calcite_Orange_100;
80
+ }
81
+
82
+ .Calcite_Orange_150 {
83
+ background-color: $Calcite_Orange_150;
84
+ }
85
+
86
+ .Calcite_Orange_200 {
87
+ background-color: $Calcite_Orange_200;
88
+ }
89
+
90
+ .Calcite_Orange_250 {
91
+ background-color: $Calcite_Orange_250;
92
+ }
93
+
94
+ .Calcite_Orange_a100 {
95
+ background-color: $Calcite_Orange_a100;
96
+ }
97
+
98
+ .Calcite_Orange_a150 {
99
+ background-color: $Calcite_Orange_a150;
100
+ }
101
+
102
+ .Calcite_Orange_a200 {
103
+ background-color: $Calcite_Orange_a200;
104
+ }
105
+
106
+ .Calcite_Orange_a250 {
107
+ background-color: $Calcite_Orange_a250;
108
+ }
109
+
110
+
111
+ //* -- Calcite Core Green -- *//
112
+
113
+
114
+ .Calcite_Green_100 {
115
+ background-color: $Calcite_Green_100;
116
+ }
117
+
118
+ .Calcite_Green_150 {
119
+ background-color: $Calcite_Green_150;
120
+ }
121
+
122
+ .Calcite_Green_200 {
123
+ background-color: $Calcite_Green_200;
124
+ }
125
+
126
+ .Calcite_Green_250 {
127
+ background-color: $Calcite_Green_250;
128
+ }
129
+
130
+ .Calcite_Green_a100 {
131
+ background-color: $Calcite_Green_a100;
132
+ }
133
+
134
+ .Calcite_Green_a150 {
135
+ background-color: $Calcite_Green_a150;
136
+ }
137
+
138
+ .Calcite_Green_a200 {
139
+ background-color: $Calcite_Green_a200;
140
+ }
141
+
142
+ .Calcite_Green_a250 {
143
+ background-color: $Calcite_Green_a250;
144
+ }
145
+
146
+
147
+ //* -- Calcite Core Red -- *//
148
+
149
+
150
+ .Calcite_Red_100 {
151
+ background-color: $Calcite_Red_100;
152
+ }
153
+
154
+ .Calcite_Red_150 {
155
+ background-color: $Calcite_Red_150;
156
+ }
157
+
158
+ .Calcite_Red_200 {
159
+ background-color: $Calcite_Red_200;
160
+ }
161
+
162
+ .Calcite_Red_250 {
163
+ background-color: $Calcite_Red_250;
164
+ }
165
+
166
+ .Calcite_Red_a100 {
167
+ background-color: $Calcite_Red_a100;
168
+ }
169
+
170
+ .Calcite_Red_a150 {
171
+ background-color: $Calcite_Red_a150;
172
+ }
173
+
174
+ .Calcite_Red_a200 {
175
+ background-color: $Calcite_Red_a200;
176
+ }
177
+
178
+ .Calcite_Red_a250 {
179
+ background-color: $Calcite_Red_a250;
180
+ }
181
+
182
+
183
+ //* -- Calcite Core Purple -- *//
184
+
185
+
186
+ .Calcite_Purple_100 {
187
+ background-color: $Calcite_Purple_100;
188
+ }
189
+
190
+ .Calcite_Purple_150 {
191
+ background-color: $Calcite_Purple_150;
192
+ }
193
+
194
+ .Calcite_Purple_200 {
195
+ background-color: $Calcite_Purple_200;
196
+ }
197
+
198
+ .Calcite_Purple_250 {
199
+ background-color: $Calcite_Purple_250;
200
+ }
201
+
202
+ .Calcite_Purple_a100 {
203
+ background-color: $Calcite_Purple_a100;
204
+ }
205
+
206
+ .Calcite_Purple_a150 {
207
+ background-color: $Calcite_Purple_a150;
208
+ }
209
+
210
+ .Calcite_Purple_a200 {
211
+ background-color: $Calcite_Purple_a200;
212
+ }
213
+
214
+ .Calcite_Purple_a250 {
215
+ background-color: $Calcite_Purple_a250;
216
+ }
217
+
218
+
219
+ //* -- Calcite Core Brown -- *//
220
+
221
+
222
+ .Calcite_Brown_100 {
223
+ background-color: $Calcite_Brown_100;
224
+ }
225
+
226
+ .Calcite_Brown_150 {
227
+ background-color: $Calcite_Brown_150;
228
+ }
229
+
230
+ .Calcite_Brown_200 {
231
+ background-color: $Calcite_Brown_200
232
+ }
233
+
234
+ .Calcite_Brown_250 {
235
+ background-color: $Calcite_Brown_250;
236
+ }
237
+
238
+ .Calcite_Brown_a100 {
239
+ background-color: $Calcite_Brown_a100;
240
+ }
241
+
242
+ .Calcite_Brown_a150 {
243
+ background-color: $Calcite_Brown_a150;
244
+ }
245
+
246
+ .Calcite_Brown_a200 {
247
+ background-color: $Calcite_Brown_a200;
248
+ }
249
+
250
+ .Calcite_Brown_a250 {
251
+ background-color: $Calcite_Brown_a250;
252
+ }
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+