@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,263 +1,263 @@
1
- @import "../../scss/variables_dark";
2
-
3
-
4
- //*
5
- //{
6
- //name: "Calcite Gray Colors Dark",
7
- //tags: "Calcite Gray,Calcite,Dark"
8
- //}
9
- //*/
10
-
11
- //* -- Calcite Gray -- *//
12
-
13
- .Calcite_Gray_050 {
14
- background-color: $Calcite_Gray_050;
15
-
16
- /*
17
- {
18
- Hex:"#232323",
19
- RGB:"r35 g35 b35",
20
- guid:"e6e0234a-c28d-4edd-a7d0-b40b4605bdfc",
21
- accessibility_white_text:"AAaa",
22
- accessibility_black_text:""
23
- }
24
- */
25
-
26
- }
27
-
28
- .Calcite_Gray_100 {
29
- background-color: $Calcite_Gray_100;
30
-
31
- /*
32
- {
33
- Hex:"#323232",
34
- RGB:"r50 g50 b50",
35
- guid:"b60836ad-9cef-4ade-8523-19235537650a",
36
- accessibility_white_text:"AAaa",
37
- accessibility_black_text:""
38
- }
39
- */
40
-
41
- }
42
-
43
- .Calcite_Gray_150 {
44
- background-color: $Calcite_Gray_150;
45
-
46
- /*
47
- {
48
- Hex:"#353535",
49
- RGB:"r53 g53 b53",
50
- guid:"3432c105-8cdb-4907-8963-faf75c927f03",
51
- accessibility_white_text:"AAaa",
52
- accessibility_black_text:""
53
- }
54
- */
55
-
56
- }
57
-
58
-
59
- .Calcite_Gray_200 {
60
- background-color: $Calcite_Gray_200;
61
-
62
- /*
63
- {
64
- Hex:"#3F3F3F",
65
- RGB:"r63 g63 b63",
66
- guid:"b84bf4f6-1cae-459b-930a-5f5fcc0814d9",
67
- accessibility_white_text:"AAaa",
68
- accessibility_black_text:""
69
- }
70
- */
71
-
72
- }
73
-
74
-
75
- .Calcite_Gray_250 {
76
- background-color: $Calcite_Gray_250;
77
-
78
- /*
79
- {
80
- Hex:"#474747",
81
- RGB:"r71 g71 b71",
82
- guid:"a55c42af-16f0-49d3-be7e-e104a373823a",
83
- accessibility_white_text:"AAaa",
84
- accessibility_black_text:""
85
- }
86
- */
87
-
88
- }
89
-
90
-
91
- .Calcite_Gray_300 {
92
- background-color: $Calcite_Gray_300;
93
-
94
- /*
95
- {
96
- Hex:"#4C4C4C",
97
- RGB:"r76 g76 b76",
98
- guid:"5a10d414-5c14-47f9-9f35-0c3eadfc0066",
99
- accessibility_white_text:"AAaa",
100
- accessibility_black_text:""
101
- }
102
- */
103
-
104
- }
105
-
106
-
107
- .Calcite_Gray_350 {
108
- background-color: $Calcite_Gray_350;
109
-
110
- /*
111
- {
112
- Hex:"#5B5B5B",
113
- RGB:"r91 g91 b91",
114
- guid:"9d182d36-1287-4045-a30c-c4b41136e8ce",
115
- accessibility_white_text:"AAaa",
116
- accessibility_black_text:"AA"
117
- }
118
- */
119
-
120
- }
121
-
122
-
123
- .Calcite_Gray_400 {
124
- background-color: $Calcite_Gray_400;
125
-
126
- /*
127
- {
128
- Hex:"#656565",
129
- RGB:"r101 g101 b101",
130
- guid:"363105b0-331d-45fc-84a2-7a3f78ad9147",
131
- accessibility_white_text:"AAaa",
132
- accessibility_black_text:"AA"
133
- }
134
- */
135
-
136
- }
137
-
138
-
139
- .Calcite_Gray_450 {
140
- background-color: $Calcite_Gray_450;
141
-
142
- /*
143
- {
144
- Hex:"#777777",
145
- RGB:"r119 g119 b119",
146
- guid:"88be1c15-6196-4fe6-ab22-a68c85f73906",
147
- accessibility_white_text:"AA",
148
- accessibility_black_text:"AAaa"
149
- }
150
- */
151
-
152
- }
153
-
154
-
155
- .Calcite_Gray_500 {
156
- background-color: $Calcite_Gray_500;
157
-
158
- /*
159
- {
160
- Hex:"#898989",
161
- RGB:"r137 g137 b137",
162
- guid:"83e3bd4a-d5ef-4138-b154-fadfd814b68b",
163
- accessibility_white_text:"AA",
164
- accessibility_black_text:"AAaa"
165
- }
166
- */
167
-
168
- }
169
-
170
-
171
- .Calcite_Gray_550 {
172
- background-color: $Calcite_Gray_550;
173
-
174
- /*
175
- {
176
- Hex:"#9E9E9E",
177
- RGB:"r158 g158 b158",
178
- guid:"1797e19d-e393-46b9-8060-1fa22d0cf09a",
179
- accessibility_white_text:"",
180
- accessibility_black_text:"AAaa"
181
- }
182
- */
183
-
184
- }
185
-
186
-
187
- .Calcite_Gray_600 {
188
- background-color: $Calcite_Gray_600;
189
-
190
- /*
191
- {
192
- Hex:"#ADADAD",
193
- RGB:"r173 g173 b173",
194
- guid:"23a8cfb8-5e9d-4571-8766-d4a8462b60f1",
195
- accessibility_white_text:"",
196
- accessibility_black_text:"AAaa"
197
- }
198
- */
199
-
200
- }
201
-
202
-
203
- .Calcite_Gray_650 {
204
- background-color: $Calcite_Gray_650;
205
-
206
- /*
207
- {
208
- Hex:"#BCBCBC",
209
- RGB:"r188 g188 b188",
210
- guid:"c29b67a2-9131-49d5-ab80-3ee85860cc7b",
211
- accessibility_white_text:"",
212
- accessibility_black_text:"AAaa"
213
- }
214
- */
215
-
216
- }
217
-
218
-
219
- .Calcite_Gray_700 {
220
- background-color: $Calcite_Gray_700;
221
-
222
- /*
223
- {
224
- Hex:"#D1D1D1",
225
- RGB:"r209 g209 b209",
226
- guid:"cc981671-db23-4d82-89b7-58e591931755",
227
- accessibility_white_text:"",
228
- accessibility_black_text:"AAaa"
229
- }
230
- */
231
-
232
- }
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
1
+ @import "../../scss/variables_dark";
2
+
3
+
4
+ //*
5
+ //{
6
+ //name: "Calcite Gray Colors Dark",
7
+ //tags: "Calcite Gray,Calcite,Dark"
8
+ //}
9
+ //*/
10
+
11
+ //* -- Calcite Gray -- *//
12
+
13
+ .Calcite_Gray_050 {
14
+ background-color: $Calcite_Gray_050;
15
+
16
+ /*
17
+ {
18
+ Hex:"#232323",
19
+ RGB:"r35 g35 b35",
20
+ guid:"e6e0234a-c28d-4edd-a7d0-b40b4605bdfc",
21
+ accessibility_white_text:"AAaa",
22
+ accessibility_black_text:""
23
+ }
24
+ */
25
+
26
+ }
27
+
28
+ .Calcite_Gray_100 {
29
+ background-color: $Calcite_Gray_100;
30
+
31
+ /*
32
+ {
33
+ Hex:"#323232",
34
+ RGB:"r50 g50 b50",
35
+ guid:"b60836ad-9cef-4ade-8523-19235537650a",
36
+ accessibility_white_text:"AAaa",
37
+ accessibility_black_text:""
38
+ }
39
+ */
40
+
41
+ }
42
+
43
+ .Calcite_Gray_150 {
44
+ background-color: $Calcite_Gray_150;
45
+
46
+ /*
47
+ {
48
+ Hex:"#353535",
49
+ RGB:"r53 g53 b53",
50
+ guid:"3432c105-8cdb-4907-8963-faf75c927f03",
51
+ accessibility_white_text:"AAaa",
52
+ accessibility_black_text:""
53
+ }
54
+ */
55
+
56
+ }
57
+
58
+
59
+ .Calcite_Gray_200 {
60
+ background-color: $Calcite_Gray_200;
61
+
62
+ /*
63
+ {
64
+ Hex:"#3F3F3F",
65
+ RGB:"r63 g63 b63",
66
+ guid:"b84bf4f6-1cae-459b-930a-5f5fcc0814d9",
67
+ accessibility_white_text:"AAaa",
68
+ accessibility_black_text:""
69
+ }
70
+ */
71
+
72
+ }
73
+
74
+
75
+ .Calcite_Gray_250 {
76
+ background-color: $Calcite_Gray_250;
77
+
78
+ /*
79
+ {
80
+ Hex:"#474747",
81
+ RGB:"r71 g71 b71",
82
+ guid:"a55c42af-16f0-49d3-be7e-e104a373823a",
83
+ accessibility_white_text:"AAaa",
84
+ accessibility_black_text:""
85
+ }
86
+ */
87
+
88
+ }
89
+
90
+
91
+ .Calcite_Gray_300 {
92
+ background-color: $Calcite_Gray_300;
93
+
94
+ /*
95
+ {
96
+ Hex:"#4C4C4C",
97
+ RGB:"r76 g76 b76",
98
+ guid:"5a10d414-5c14-47f9-9f35-0c3eadfc0066",
99
+ accessibility_white_text:"AAaa",
100
+ accessibility_black_text:""
101
+ }
102
+ */
103
+
104
+ }
105
+
106
+
107
+ .Calcite_Gray_350 {
108
+ background-color: $Calcite_Gray_350;
109
+
110
+ /*
111
+ {
112
+ Hex:"#5B5B5B",
113
+ RGB:"r91 g91 b91",
114
+ guid:"9d182d36-1287-4045-a30c-c4b41136e8ce",
115
+ accessibility_white_text:"AAaa",
116
+ accessibility_black_text:"AA"
117
+ }
118
+ */
119
+
120
+ }
121
+
122
+
123
+ .Calcite_Gray_400 {
124
+ background-color: $Calcite_Gray_400;
125
+
126
+ /*
127
+ {
128
+ Hex:"#656565",
129
+ RGB:"r101 g101 b101",
130
+ guid:"363105b0-331d-45fc-84a2-7a3f78ad9147",
131
+ accessibility_white_text:"AAaa",
132
+ accessibility_black_text:"AA"
133
+ }
134
+ */
135
+
136
+ }
137
+
138
+
139
+ .Calcite_Gray_450 {
140
+ background-color: $Calcite_Gray_450;
141
+
142
+ /*
143
+ {
144
+ Hex:"#777777",
145
+ RGB:"r119 g119 b119",
146
+ guid:"88be1c15-6196-4fe6-ab22-a68c85f73906",
147
+ accessibility_white_text:"AA",
148
+ accessibility_black_text:"AAaa"
149
+ }
150
+ */
151
+
152
+ }
153
+
154
+
155
+ .Calcite_Gray_500 {
156
+ background-color: $Calcite_Gray_500;
157
+
158
+ /*
159
+ {
160
+ Hex:"#898989",
161
+ RGB:"r137 g137 b137",
162
+ guid:"83e3bd4a-d5ef-4138-b154-fadfd814b68b",
163
+ accessibility_white_text:"AA",
164
+ accessibility_black_text:"AAaa"
165
+ }
166
+ */
167
+
168
+ }
169
+
170
+
171
+ .Calcite_Gray_550 {
172
+ background-color: $Calcite_Gray_550;
173
+
174
+ /*
175
+ {
176
+ Hex:"#9E9E9E",
177
+ RGB:"r158 g158 b158",
178
+ guid:"1797e19d-e393-46b9-8060-1fa22d0cf09a",
179
+ accessibility_white_text:"",
180
+ accessibility_black_text:"AAaa"
181
+ }
182
+ */
183
+
184
+ }
185
+
186
+
187
+ .Calcite_Gray_600 {
188
+ background-color: $Calcite_Gray_600;
189
+
190
+ /*
191
+ {
192
+ Hex:"#ADADAD",
193
+ RGB:"r173 g173 b173",
194
+ guid:"23a8cfb8-5e9d-4571-8766-d4a8462b60f1",
195
+ accessibility_white_text:"",
196
+ accessibility_black_text:"AAaa"
197
+ }
198
+ */
199
+
200
+ }
201
+
202
+
203
+ .Calcite_Gray_650 {
204
+ background-color: $Calcite_Gray_650;
205
+
206
+ /*
207
+ {
208
+ Hex:"#BCBCBC",
209
+ RGB:"r188 g188 b188",
210
+ guid:"c29b67a2-9131-49d5-ab80-3ee85860cc7b",
211
+ accessibility_white_text:"",
212
+ accessibility_black_text:"AAaa"
213
+ }
214
+ */
215
+
216
+ }
217
+
218
+
219
+ .Calcite_Gray_700 {
220
+ background-color: $Calcite_Gray_700;
221
+
222
+ /*
223
+ {
224
+ Hex:"#D1D1D1",
225
+ RGB:"r209 g209 b209",
226
+ guid:"cc981671-db23-4d82-89b7-58e591931755",
227
+ accessibility_white_text:"",
228
+ accessibility_black_text:"AAaa"
229
+ }
230
+ */
231
+
232
+ }
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+