@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,169 +1,169 @@
1
- @charset "utf-8";.Calcite_Gray_050 {
2
- background-color: #242424;
3
- /*
4
- {
5
- Hex:"#232323",
6
- RGB:"r35 g35 b35",
7
- guid:"e6e0234a-c28d-4edd-a7d0-b40b4605bdfc",
8
- accessibility_white_text:"AAaa",
9
- accessibility_black_text:""
10
- }
11
- */ }
12
-
13
- .Calcite_Gray_100 {
14
- background-color: #333333;
15
- /*
16
- {
17
- Hex:"#323232",
18
- RGB:"r50 g50 b50",
19
- guid:"b60836ad-9cef-4ade-8523-19235537650a",
20
- accessibility_white_text:"AAaa",
21
- accessibility_black_text:""
22
- }
23
- */ }
24
-
25
- .Calcite_Gray_150 {
26
- background-color: #363636;
27
- /*
28
- {
29
- Hex:"#353535",
30
- RGB:"r53 g53 b53",
31
- guid:"3432c105-8cdb-4907-8963-faf75c927f03",
32
- accessibility_white_text:"AAaa",
33
- accessibility_black_text:""
34
- }
35
- */ }
36
-
37
- .Calcite_Gray_200 {
38
- background-color: #404040;
39
- /*
40
- {
41
- Hex:"#3F3F3F",
42
- RGB:"r63 g63 b63",
43
- guid:"b84bf4f6-1cae-459b-930a-5f5fcc0814d9",
44
- accessibility_white_text:"AAaa",
45
- accessibility_black_text:""
46
- }
47
- */ }
48
-
49
- .Calcite_Gray_250 {
50
- background-color: #474747;
51
- /*
52
- {
53
- Hex:"#474747",
54
- RGB:"r71 g71 b71",
55
- guid:"a55c42af-16f0-49d3-be7e-e104a373823a",
56
- accessibility_white_text:"AAaa",
57
- accessibility_black_text:""
58
- }
59
- */ }
60
-
61
- .Calcite_Gray_300 {
62
- background-color: #4c4c4c;
63
- /*
64
- {
65
- Hex:"#4C4C4C",
66
- RGB:"r76 g76 b76",
67
- guid:"5a10d414-5c14-47f9-9f35-0c3eadfc0066",
68
- accessibility_white_text:"AAaa",
69
- accessibility_black_text:""
70
- }
71
- */ }
72
-
73
- .Calcite_Gray_350 {
74
- background-color: #5c5c5c;
75
- /*
76
- {
77
- Hex:"#5B5B5B",
78
- RGB:"r91 g91 b91",
79
- guid:"9d182d36-1287-4045-a30c-c4b41136e8ce",
80
- accessibility_white_text:"AAaa",
81
- accessibility_black_text:"AA"
82
- }
83
- */ }
84
-
85
- .Calcite_Gray_400 {
86
- background-color: #666666;
87
- /*
88
- {
89
- Hex:"#656565",
90
- RGB:"r101 g101 b101",
91
- guid:"363105b0-331d-45fc-84a2-7a3f78ad9147",
92
- accessibility_white_text:"AAaa",
93
- accessibility_black_text:"AA"
94
- }
95
- */ }
96
-
97
- .Calcite_Gray_450 {
98
- background-color: #787878;
99
- /*
100
- {
101
- Hex:"#777777",
102
- RGB:"r119 g119 b119",
103
- guid:"88be1c15-6196-4fe6-ab22-a68c85f73906",
104
- accessibility_white_text:"AA",
105
- accessibility_black_text:"AAaa"
106
- }
107
- */ }
108
-
109
- .Calcite_Gray_500 {
110
- background-color: #8a8a8a;
111
- /*
112
- {
113
- Hex:"#898989",
114
- RGB:"r137 g137 b137",
115
- guid:"83e3bd4a-d5ef-4138-b154-fadfd814b68b",
116
- accessibility_white_text:"AA",
117
- accessibility_black_text:"AAaa"
118
- }
119
- */ }
120
-
121
- .Calcite_Gray_550 {
122
- background-color: #9e9e9e;
123
- /*
124
- {
125
- Hex:"#9E9E9E",
126
- RGB:"r158 g158 b158",
127
- guid:"1797e19d-e393-46b9-8060-1fa22d0cf09a",
128
- accessibility_white_text:"",
129
- accessibility_black_text:"AAaa"
130
- }
131
- */ }
132
-
133
- .Calcite_Gray_600 {
134
- background-color: #adadad;
135
- /*
136
- {
137
- Hex:"#ADADAD",
138
- RGB:"r173 g173 b173",
139
- guid:"23a8cfb8-5e9d-4571-8766-d4a8462b60f1",
140
- accessibility_white_text:"",
141
- accessibility_black_text:"AAaa"
142
- }
143
- */ }
144
-
145
- .Calcite_Gray_650 {
146
- background-color: #bdbdbd;
147
- /*
148
- {
149
- Hex:"#BCBCBC",
150
- RGB:"r188 g188 b188",
151
- guid:"c29b67a2-9131-49d5-ab80-3ee85860cc7b",
152
- accessibility_white_text:"",
153
- accessibility_black_text:"AAaa"
154
- }
155
- */ }
156
-
157
- .Calcite_Gray_700 {
158
- background-color: #d1d1d1;
159
- /*
160
- {
161
- Hex:"#D1D1D1",
162
- RGB:"r209 g209 b209",
163
- guid:"cc981671-db23-4d82-89b7-58e591931755",
164
- accessibility_white_text:"",
165
- accessibility_black_text:"AAaa"
166
- }
167
- */ }
168
-
169
- /*# sourceMappingURL=calcite_gray_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Gray_050 {
2
+ background-color: #242424;
3
+ /*
4
+ {
5
+ Hex:"#232323",
6
+ RGB:"r35 g35 b35",
7
+ guid:"e6e0234a-c28d-4edd-a7d0-b40b4605bdfc",
8
+ accessibility_white_text:"AAaa",
9
+ accessibility_black_text:""
10
+ }
11
+ */ }
12
+
13
+ .Calcite_Gray_100 {
14
+ background-color: #333333;
15
+ /*
16
+ {
17
+ Hex:"#323232",
18
+ RGB:"r50 g50 b50",
19
+ guid:"b60836ad-9cef-4ade-8523-19235537650a",
20
+ accessibility_white_text:"AAaa",
21
+ accessibility_black_text:""
22
+ }
23
+ */ }
24
+
25
+ .Calcite_Gray_150 {
26
+ background-color: #363636;
27
+ /*
28
+ {
29
+ Hex:"#353535",
30
+ RGB:"r53 g53 b53",
31
+ guid:"3432c105-8cdb-4907-8963-faf75c927f03",
32
+ accessibility_white_text:"AAaa",
33
+ accessibility_black_text:""
34
+ }
35
+ */ }
36
+
37
+ .Calcite_Gray_200 {
38
+ background-color: #404040;
39
+ /*
40
+ {
41
+ Hex:"#3F3F3F",
42
+ RGB:"r63 g63 b63",
43
+ guid:"b84bf4f6-1cae-459b-930a-5f5fcc0814d9",
44
+ accessibility_white_text:"AAaa",
45
+ accessibility_black_text:""
46
+ }
47
+ */ }
48
+
49
+ .Calcite_Gray_250 {
50
+ background-color: #474747;
51
+ /*
52
+ {
53
+ Hex:"#474747",
54
+ RGB:"r71 g71 b71",
55
+ guid:"a55c42af-16f0-49d3-be7e-e104a373823a",
56
+ accessibility_white_text:"AAaa",
57
+ accessibility_black_text:""
58
+ }
59
+ */ }
60
+
61
+ .Calcite_Gray_300 {
62
+ background-color: #4c4c4c;
63
+ /*
64
+ {
65
+ Hex:"#4C4C4C",
66
+ RGB:"r76 g76 b76",
67
+ guid:"5a10d414-5c14-47f9-9f35-0c3eadfc0066",
68
+ accessibility_white_text:"AAaa",
69
+ accessibility_black_text:""
70
+ }
71
+ */ }
72
+
73
+ .Calcite_Gray_350 {
74
+ background-color: #5c5c5c;
75
+ /*
76
+ {
77
+ Hex:"#5B5B5B",
78
+ RGB:"r91 g91 b91",
79
+ guid:"9d182d36-1287-4045-a30c-c4b41136e8ce",
80
+ accessibility_white_text:"AAaa",
81
+ accessibility_black_text:"AA"
82
+ }
83
+ */ }
84
+
85
+ .Calcite_Gray_400 {
86
+ background-color: #666666;
87
+ /*
88
+ {
89
+ Hex:"#656565",
90
+ RGB:"r101 g101 b101",
91
+ guid:"363105b0-331d-45fc-84a2-7a3f78ad9147",
92
+ accessibility_white_text:"AAaa",
93
+ accessibility_black_text:"AA"
94
+ }
95
+ */ }
96
+
97
+ .Calcite_Gray_450 {
98
+ background-color: #787878;
99
+ /*
100
+ {
101
+ Hex:"#777777",
102
+ RGB:"r119 g119 b119",
103
+ guid:"88be1c15-6196-4fe6-ab22-a68c85f73906",
104
+ accessibility_white_text:"AA",
105
+ accessibility_black_text:"AAaa"
106
+ }
107
+ */ }
108
+
109
+ .Calcite_Gray_500 {
110
+ background-color: #8a8a8a;
111
+ /*
112
+ {
113
+ Hex:"#898989",
114
+ RGB:"r137 g137 b137",
115
+ guid:"83e3bd4a-d5ef-4138-b154-fadfd814b68b",
116
+ accessibility_white_text:"AA",
117
+ accessibility_black_text:"AAaa"
118
+ }
119
+ */ }
120
+
121
+ .Calcite_Gray_550 {
122
+ background-color: #9e9e9e;
123
+ /*
124
+ {
125
+ Hex:"#9E9E9E",
126
+ RGB:"r158 g158 b158",
127
+ guid:"1797e19d-e393-46b9-8060-1fa22d0cf09a",
128
+ accessibility_white_text:"",
129
+ accessibility_black_text:"AAaa"
130
+ }
131
+ */ }
132
+
133
+ .Calcite_Gray_600 {
134
+ background-color: #adadad;
135
+ /*
136
+ {
137
+ Hex:"#ADADAD",
138
+ RGB:"r173 g173 b173",
139
+ guid:"23a8cfb8-5e9d-4571-8766-d4a8462b60f1",
140
+ accessibility_white_text:"",
141
+ accessibility_black_text:"AAaa"
142
+ }
143
+ */ }
144
+
145
+ .Calcite_Gray_650 {
146
+ background-color: #bdbdbd;
147
+ /*
148
+ {
149
+ Hex:"#BCBCBC",
150
+ RGB:"r188 g188 b188",
151
+ guid:"c29b67a2-9131-49d5-ab80-3ee85860cc7b",
152
+ accessibility_white_text:"",
153
+ accessibility_black_text:"AAaa"
154
+ }
155
+ */ }
156
+
157
+ .Calcite_Gray_700 {
158
+ background-color: #d1d1d1;
159
+ /*
160
+ {
161
+ Hex:"#D1D1D1",
162
+ RGB:"r209 g209 b209",
163
+ guid:"cc981671-db23-4d82-89b7-58e591931755",
164
+ accessibility_white_text:"",
165
+ accessibility_black_text:"AAaa"
166
+ }
167
+ */ }
168
+
169
+ /*# sourceMappingURL=calcite_gray_colors_dark.css.map */
@@ -1,169 +1,169 @@
1
- @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
- background-color: #294a66;
3
- /*
4
- {
5
- Hex:"#284965",
6
- RGB:"r40 g73 b101",
7
- guid:"9d9b40c8-bcf8-4daf-bc2e-cda7a945dbfe",
8
- accessibility_white_text:"AAaa",
9
- accessibility_black_text:""
10
- }
11
- */ }
12
-
13
- .Calcite_Highlight_Blue_150 {
14
- background-color: #3d6e99;
15
- /*
16
- {
17
- Hex:"#3C6D98",
18
- RGB:"r60 g109 b152",
19
- guid:"abff3827-47ce-48cd-ad38-3fdd15fdf403",
20
- accessibility_white_text:"AAaa",
21
- accessibility_black_text:"AA"
22
- }
23
- */ }
24
-
25
- .Calcite_Highlight_Blue_200 {
26
- background-color: #1061a6;
27
- /*
28
- {
29
- Hex:"#1061A5",
30
- RGB:"r16 g97 b165",
31
- guid:"7eb5c97a-acb0-402c-9144-efebee945178",
32
- accessibility_white_text:"AAaa",
33
- accessibility_black_text:"AA"
34
- }
35
- */ }
36
-
37
- .Calcite_Highlight_Blue_250 {
38
- background-color: #136fbf;
39
- /*
40
- {
41
- Hex:"#136FBF",
42
- RGB:"r19 g111 b191",
43
- guid:"0cb9beea-9b8c-4c65-9248-4a5b18531fba",
44
- accessibility_white_text:"AAaa",
45
- accessibility_black_text:"AA"
46
- }
47
- */ }
48
-
49
- .Calcite_Highlight_Blue_300 {
50
- background-color: #2183d9;
51
- /*
52
- {
53
- Hex:"#80BCE0",
54
- RGB:"r128 g188 b224",
55
- guid:"38f2919c-06ad-460a-8b0c-0a744db64124",
56
- accessibility_white_text:"AA",
57
- accessibility_black_text:"AAaa"
58
- }
59
- */ }
60
-
61
- .Calcite_Highlight_Blue_350 {
62
- background-color: #2493f2;
63
- /*
64
- {
65
- Hex:"#2493F2",
66
- RGB:"r36 g147 b242",
67
- guid:"2ca7fdf2-ec0c-476d-87a9-9f380f87e8e0",
68
- accessibility_white_text:"AA",
69
- accessibility_black_text:"AAaa"
70
- }
71
- */ }
72
-
73
- .Calcite_Highlight_Blue_400 {
74
- background-color: #40a7ff;
75
- /*
76
- {
77
- Hex:"#3FA6FF",
78
- RGB:"r63 g166 b255",
79
- guid:"0e23bbec-ea9a-4141-8ff5-85eff51dcd02",
80
- accessibility_white_text:"",
81
- accessibility_black_text:"AAaa"
82
- }
83
- */ }
84
-
85
- .Calcite_Highlight_Green_100 {
86
- background-color: #205920;
87
- /*
88
- {
89
- Hex:"#1f581f",
90
- RGB:"r31 g88 b31",
91
- guid:"7afcbda4-d694-4058-84ba-3f088eea4e7c",
92
- accessibility_white_text:"AAaa",
93
- accessibility_black_text:"AA"
94
- }
95
- */ }
96
-
97
- .Calcite_Highlight_Green_150 {
98
- background-color: #478c47;
99
- /*
100
- {
101
- Hex:"#468b46",
102
- RGB:"r70 g139 b70",
103
- guid:"434a4524-83a7-44e4-abbf-2b0e138deff3",
104
- accessibility_white_text:"AA",
105
- accessibility_black_text:"AAaa"
106
- }
107
- */ }
108
-
109
- .Calcite_Highlight_Green_200 {
110
- background-color: #257a25;
111
- /*
112
- {
113
- Hex:"#247924",
114
- RGB:"r36 g121 b36",
115
- guid:"c631a293-e5f6-46bf-973b-979c870239f7",
116
- accessibility_white_text:"AAaa",
117
- accessibility_black_text:"AA"
118
- }
119
- */ }
120
-
121
- .Calcite_Highlight_Green_250 {
122
- background-color: #2a8c2a;
123
- /*
124
- {
125
- Hex:"#298b29",
126
- RGB:"r41 g139 b41",
127
- guid:"fb0fa22b-7ef8-4658-9c13-b657587aacbf",
128
- accessibility_white_text:"AA",
129
- accessibility_black_text:"AAaa"
130
- }
131
- */ }
132
-
133
- .Calcite_Highlight_Green_300 {
134
- background-color: #31a331;
135
- /*
136
- {
137
- Hex:"#30a230",
138
- RGB:"r48 g162 b48",
139
- guid:"326cee71-a89f-4d7c-8eaa-3089d1587f40",
140
- accessibility_white_text:"AA",
141
- accessibility_black_text:"AAaa"
142
- }
143
- */ }
144
-
145
- .Calcite_Highlight_Green_350 {
146
- background-color: #34ad34;
147
- /*
148
- {
149
- Hex:"#33ac33",
150
- RGB:"r51 g172 b51",
151
- guid:"75d53b8a-d9e6-42e4-87f8-b8c0e6b14b04",
152
- accessibility_white_text:"",
153
- accessibility_black_text:"AAaa"
154
- }
155
- */ }
156
-
157
- .Calcite_Highlight_Green_400 {
158
- background-color: #39bf39;
159
- /*
160
- {
161
- Hex:"#38be38",
162
- RGB:"r56 g190 b56",
163
- guid:"63b45775-fd77-49b8-a86b-a8fdd0b24d14",
164
- accessibility_white_text:"",
165
- accessibility_black_text:"AAaa"
166
- }
167
- */ }
168
-
169
- /*# sourceMappingURL=calcite_highlight_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
+ background-color: #294a66;
3
+ /*
4
+ {
5
+ Hex:"#284965",
6
+ RGB:"r40 g73 b101",
7
+ guid:"9d9b40c8-bcf8-4daf-bc2e-cda7a945dbfe",
8
+ accessibility_white_text:"AAaa",
9
+ accessibility_black_text:""
10
+ }
11
+ */ }
12
+
13
+ .Calcite_Highlight_Blue_150 {
14
+ background-color: #3d6e99;
15
+ /*
16
+ {
17
+ Hex:"#3C6D98",
18
+ RGB:"r60 g109 b152",
19
+ guid:"abff3827-47ce-48cd-ad38-3fdd15fdf403",
20
+ accessibility_white_text:"AAaa",
21
+ accessibility_black_text:"AA"
22
+ }
23
+ */ }
24
+
25
+ .Calcite_Highlight_Blue_200 {
26
+ background-color: #1061a6;
27
+ /*
28
+ {
29
+ Hex:"#1061A5",
30
+ RGB:"r16 g97 b165",
31
+ guid:"7eb5c97a-acb0-402c-9144-efebee945178",
32
+ accessibility_white_text:"AAaa",
33
+ accessibility_black_text:"AA"
34
+ }
35
+ */ }
36
+
37
+ .Calcite_Highlight_Blue_250 {
38
+ background-color: #136fbf;
39
+ /*
40
+ {
41
+ Hex:"#136FBF",
42
+ RGB:"r19 g111 b191",
43
+ guid:"0cb9beea-9b8c-4c65-9248-4a5b18531fba",
44
+ accessibility_white_text:"AAaa",
45
+ accessibility_black_text:"AA"
46
+ }
47
+ */ }
48
+
49
+ .Calcite_Highlight_Blue_300 {
50
+ background-color: #2183d9;
51
+ /*
52
+ {
53
+ Hex:"#80BCE0",
54
+ RGB:"r128 g188 b224",
55
+ guid:"38f2919c-06ad-460a-8b0c-0a744db64124",
56
+ accessibility_white_text:"AA",
57
+ accessibility_black_text:"AAaa"
58
+ }
59
+ */ }
60
+
61
+ .Calcite_Highlight_Blue_350 {
62
+ background-color: #2493f2;
63
+ /*
64
+ {
65
+ Hex:"#2493F2",
66
+ RGB:"r36 g147 b242",
67
+ guid:"2ca7fdf2-ec0c-476d-87a9-9f380f87e8e0",
68
+ accessibility_white_text:"AA",
69
+ accessibility_black_text:"AAaa"
70
+ }
71
+ */ }
72
+
73
+ .Calcite_Highlight_Blue_400 {
74
+ background-color: #40a7ff;
75
+ /*
76
+ {
77
+ Hex:"#3FA6FF",
78
+ RGB:"r63 g166 b255",
79
+ guid:"0e23bbec-ea9a-4141-8ff5-85eff51dcd02",
80
+ accessibility_white_text:"",
81
+ accessibility_black_text:"AAaa"
82
+ }
83
+ */ }
84
+
85
+ .Calcite_Highlight_Green_100 {
86
+ background-color: #205920;
87
+ /*
88
+ {
89
+ Hex:"#1f581f",
90
+ RGB:"r31 g88 b31",
91
+ guid:"7afcbda4-d694-4058-84ba-3f088eea4e7c",
92
+ accessibility_white_text:"AAaa",
93
+ accessibility_black_text:"AA"
94
+ }
95
+ */ }
96
+
97
+ .Calcite_Highlight_Green_150 {
98
+ background-color: #478c47;
99
+ /*
100
+ {
101
+ Hex:"#468b46",
102
+ RGB:"r70 g139 b70",
103
+ guid:"434a4524-83a7-44e4-abbf-2b0e138deff3",
104
+ accessibility_white_text:"AA",
105
+ accessibility_black_text:"AAaa"
106
+ }
107
+ */ }
108
+
109
+ .Calcite_Highlight_Green_200 {
110
+ background-color: #257a25;
111
+ /*
112
+ {
113
+ Hex:"#247924",
114
+ RGB:"r36 g121 b36",
115
+ guid:"c631a293-e5f6-46bf-973b-979c870239f7",
116
+ accessibility_white_text:"AAaa",
117
+ accessibility_black_text:"AA"
118
+ }
119
+ */ }
120
+
121
+ .Calcite_Highlight_Green_250 {
122
+ background-color: #2a8c2a;
123
+ /*
124
+ {
125
+ Hex:"#298b29",
126
+ RGB:"r41 g139 b41",
127
+ guid:"fb0fa22b-7ef8-4658-9c13-b657587aacbf",
128
+ accessibility_white_text:"AA",
129
+ accessibility_black_text:"AAaa"
130
+ }
131
+ */ }
132
+
133
+ .Calcite_Highlight_Green_300 {
134
+ background-color: #31a331;
135
+ /*
136
+ {
137
+ Hex:"#30a230",
138
+ RGB:"r48 g162 b48",
139
+ guid:"326cee71-a89f-4d7c-8eaa-3089d1587f40",
140
+ accessibility_white_text:"AA",
141
+ accessibility_black_text:"AAaa"
142
+ }
143
+ */ }
144
+
145
+ .Calcite_Highlight_Green_350 {
146
+ background-color: #34ad34;
147
+ /*
148
+ {
149
+ Hex:"#33ac33",
150
+ RGB:"r51 g172 b51",
151
+ guid:"75d53b8a-d9e6-42e4-87f8-b8c0e6b14b04",
152
+ accessibility_white_text:"",
153
+ accessibility_black_text:"AAaa"
154
+ }
155
+ */ }
156
+
157
+ .Calcite_Highlight_Green_400 {
158
+ background-color: #39bf39;
159
+ /*
160
+ {
161
+ Hex:"#38be38",
162
+ RGB:"r56 g190 b56",
163
+ guid:"63b45775-fd77-49b8-a86b-a8fdd0b24d14",
164
+ accessibility_white_text:"",
165
+ accessibility_black_text:"AAaa"
166
+ }
167
+ */ }
168
+
169
+ /*# sourceMappingURL=calcite_highlight_colors_dark.css.map */