@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,43 +1,43 @@
1
- @charset "utf-8";.Calcite_Gray_050 {
2
- background-color: #ffffff; }
3
-
4
- .Calcite_Gray_100 {
5
- background-color: #f8f8f8; }
6
-
7
- .Calcite_Gray_150 {
8
- background-color: #f4f4f4; }
9
-
10
- .Calcite_Gray_200 {
11
- background-color: #efefef; }
12
-
13
- .Calcite_Gray_250 {
14
- background-color: #e7e7e7; }
15
-
16
- .Calcite_Gray_300 {
17
- background-color: #e0e0e0; }
18
-
19
- .Calcite_Gray_350 {
20
- background-color: #cccccc; }
21
-
22
- .Calcite_Gray_400 {
23
- background-color: #a9a9a9; }
24
-
25
- .Calcite_Gray_450 {
26
- background-color: #959595; }
27
-
28
- .Calcite_Gray_500 {
29
- background-color: #828282; }
30
-
31
- .Calcite_Gray_550 {
32
- background-color: #6e6e6e; }
33
-
34
- .Calcite_Gray_600 {
35
- background-color: #595959; }
36
-
37
- .Calcite_Gray_650 {
38
- background-color: #4c4c4c; }
39
-
40
- .Calcite_Gray_700 {
41
- background-color: #323232; }
42
-
43
- /*# sourceMappingURL=calcite_gray_colors.css.map */
1
+ @charset "utf-8";.Calcite_Gray_050 {
2
+ background-color: #ffffff; }
3
+
4
+ .Calcite_Gray_100 {
5
+ background-color: #f8f8f8; }
6
+
7
+ .Calcite_Gray_150 {
8
+ background-color: #f4f4f4; }
9
+
10
+ .Calcite_Gray_200 {
11
+ background-color: #efefef; }
12
+
13
+ .Calcite_Gray_250 {
14
+ background-color: #e7e7e7; }
15
+
16
+ .Calcite_Gray_300 {
17
+ background-color: #e0e0e0; }
18
+
19
+ .Calcite_Gray_350 {
20
+ background-color: #cccccc; }
21
+
22
+ .Calcite_Gray_400 {
23
+ background-color: #a9a9a9; }
24
+
25
+ .Calcite_Gray_450 {
26
+ background-color: #959595; }
27
+
28
+ .Calcite_Gray_500 {
29
+ background-color: #828282; }
30
+
31
+ .Calcite_Gray_550 {
32
+ background-color: #6e6e6e; }
33
+
34
+ .Calcite_Gray_600 {
35
+ background-color: #595959; }
36
+
37
+ .Calcite_Gray_650 {
38
+ background-color: #4c4c4c; }
39
+
40
+ .Calcite_Gray_700 {
41
+ background-color: #323232; }
42
+
43
+ /*# sourceMappingURL=calcite_gray_colors.css.map */
@@ -1,43 +1,43 @@
1
- @charset "utf-8";.Calcite_Gray_050 {
2
- background-color: #242424; }
3
-
4
- .Calcite_Gray_100 {
5
- background-color: #333333; }
6
-
7
- .Calcite_Gray_150 {
8
- background-color: #363636; }
9
-
10
- .Calcite_Gray_200 {
11
- background-color: #404040; }
12
-
13
- .Calcite_Gray_250 {
14
- background-color: #474747; }
15
-
16
- .Calcite_Gray_300 {
17
- background-color: #4c4c4c; }
18
-
19
- .Calcite_Gray_350 {
20
- background-color: #5c5c5c; }
21
-
22
- .Calcite_Gray_400 {
23
- background-color: #666666; }
24
-
25
- .Calcite_Gray_450 {
26
- background-color: #787878; }
27
-
28
- .Calcite_Gray_500 {
29
- background-color: #8a8a8a; }
30
-
31
- .Calcite_Gray_550 {
32
- background-color: #9e9e9e; }
33
-
34
- .Calcite_Gray_600 {
35
- background-color: #adadad; }
36
-
37
- .Calcite_Gray_650 {
38
- background-color: #bdbdbd; }
39
-
40
- .Calcite_Gray_700 {
41
- background-color: #d1d1d1; }
42
-
43
- /*# sourceMappingURL=calcite_gray_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Gray_050 {
2
+ background-color: #242424; }
3
+
4
+ .Calcite_Gray_100 {
5
+ background-color: #333333; }
6
+
7
+ .Calcite_Gray_150 {
8
+ background-color: #363636; }
9
+
10
+ .Calcite_Gray_200 {
11
+ background-color: #404040; }
12
+
13
+ .Calcite_Gray_250 {
14
+ background-color: #474747; }
15
+
16
+ .Calcite_Gray_300 {
17
+ background-color: #4c4c4c; }
18
+
19
+ .Calcite_Gray_350 {
20
+ background-color: #5c5c5c; }
21
+
22
+ .Calcite_Gray_400 {
23
+ background-color: #666666; }
24
+
25
+ .Calcite_Gray_450 {
26
+ background-color: #787878; }
27
+
28
+ .Calcite_Gray_500 {
29
+ background-color: #8a8a8a; }
30
+
31
+ .Calcite_Gray_550 {
32
+ background-color: #9e9e9e; }
33
+
34
+ .Calcite_Gray_600 {
35
+ background-color: #adadad; }
36
+
37
+ .Calcite_Gray_650 {
38
+ background-color: #bdbdbd; }
39
+
40
+ .Calcite_Gray_700 {
41
+ background-color: #d1d1d1; }
42
+
43
+ /*# sourceMappingURL=calcite_gray_colors_dark.css.map */
@@ -1,43 +1,43 @@
1
- @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
- background-color: #e2f1fb; }
3
-
4
- .Calcite_Highlight_Blue_150 {
5
- background-color: #c5e5f9; }
6
-
7
- .Calcite_Highlight_Blue_200 {
8
- background-color: #aadbfa; }
9
-
10
- .Calcite_Highlight_Blue_250 {
11
- background-color: #90cdf2; }
12
-
13
- .Calcite_Highlight_Blue_300 {
14
- background-color: #80bce0; }
15
-
16
- .Calcite_Highlight_Blue_350 {
17
- background-color: #0079c1; }
18
-
19
- .Calcite_Highlight_Blue_400 {
20
- background-color: #005e95; }
21
-
22
- .Calcite_Highlight_Green_100 {
23
- background-color: #cfedcc; }
24
-
25
- .Calcite_Highlight_Green_150 {
26
- background-color: #b0e2b0; }
27
-
28
- .Calcite_Highlight_Green_200 {
29
- background-color: #96ce96; }
30
-
31
- .Calcite_Highlight_Green_250 {
32
- background-color: #7dc17d; }
33
-
34
- .Calcite_Highlight_Green_300 {
35
- background-color: #7bb974; }
36
-
37
- .Calcite_Highlight_Green_350 {
38
- background-color: #31872e; }
39
-
40
- .Calcite_Highlight_Green_400 {
41
- background-color: #2b622b; }
42
-
43
- /*# sourceMappingURL=calcite_highlight_colors.css.map */
1
+ @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
+ background-color: #e2f1fb; }
3
+
4
+ .Calcite_Highlight_Blue_150 {
5
+ background-color: #c5e5f9; }
6
+
7
+ .Calcite_Highlight_Blue_200 {
8
+ background-color: #aadbfa; }
9
+
10
+ .Calcite_Highlight_Blue_250 {
11
+ background-color: #90cdf2; }
12
+
13
+ .Calcite_Highlight_Blue_300 {
14
+ background-color: #80bce0; }
15
+
16
+ .Calcite_Highlight_Blue_350 {
17
+ background-color: #0079c1; }
18
+
19
+ .Calcite_Highlight_Blue_400 {
20
+ background-color: #005e95; }
21
+
22
+ .Calcite_Highlight_Green_100 {
23
+ background-color: #cfedcc; }
24
+
25
+ .Calcite_Highlight_Green_150 {
26
+ background-color: #b0e2b0; }
27
+
28
+ .Calcite_Highlight_Green_200 {
29
+ background-color: #96ce96; }
30
+
31
+ .Calcite_Highlight_Green_250 {
32
+ background-color: #7dc17d; }
33
+
34
+ .Calcite_Highlight_Green_300 {
35
+ background-color: #7bb974; }
36
+
37
+ .Calcite_Highlight_Green_350 {
38
+ background-color: #31872e; }
39
+
40
+ .Calcite_Highlight_Green_400 {
41
+ background-color: #2b622b; }
42
+
43
+ /*# sourceMappingURL=calcite_highlight_colors.css.map */
@@ -1,43 +1,43 @@
1
- @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
- background-color: #294a66; }
3
-
4
- .Calcite_Highlight_Blue_150 {
5
- background-color: #3d6e99; }
6
-
7
- .Calcite_Highlight_Blue_200 {
8
- background-color: #1061a6; }
9
-
10
- .Calcite_Highlight_Blue_250 {
11
- background-color: #136fbf; }
12
-
13
- .Calcite_Highlight_Blue_300 {
14
- background-color: #2183d9; }
15
-
16
- .Calcite_Highlight_Blue_350 {
17
- background-color: #2493f2; }
18
-
19
- .Calcite_Highlight_Blue_400 {
20
- background-color: #40a7ff; }
21
-
22
- .Calcite_Highlight_Green_100 {
23
- background-color: #205920; }
24
-
25
- .Calcite_Highlight_Green_150 {
26
- background-color: #478c47; }
27
-
28
- .Calcite_Highlight_Green_200 {
29
- background-color: #257a25; }
30
-
31
- .Calcite_Highlight_Green_250 {
32
- background-color: #2a8c2a; }
33
-
34
- .Calcite_Highlight_Green_300 {
35
- background-color: #31a331; }
36
-
37
- .Calcite_Highlight_Green_350 {
38
- background-color: #34ad34; }
39
-
40
- .Calcite_Highlight_Green_400 {
41
- background-color: #39bf39; }
42
-
43
- /*# sourceMappingURL=calcite_highlight_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Highlight_Blue_100 {
2
+ background-color: #294a66; }
3
+
4
+ .Calcite_Highlight_Blue_150 {
5
+ background-color: #3d6e99; }
6
+
7
+ .Calcite_Highlight_Blue_200 {
8
+ background-color: #1061a6; }
9
+
10
+ .Calcite_Highlight_Blue_250 {
11
+ background-color: #136fbf; }
12
+
13
+ .Calcite_Highlight_Blue_300 {
14
+ background-color: #2183d9; }
15
+
16
+ .Calcite_Highlight_Blue_350 {
17
+ background-color: #2493f2; }
18
+
19
+ .Calcite_Highlight_Blue_400 {
20
+ background-color: #40a7ff; }
21
+
22
+ .Calcite_Highlight_Green_100 {
23
+ background-color: #205920; }
24
+
25
+ .Calcite_Highlight_Green_150 {
26
+ background-color: #478c47; }
27
+
28
+ .Calcite_Highlight_Green_200 {
29
+ background-color: #257a25; }
30
+
31
+ .Calcite_Highlight_Green_250 {
32
+ background-color: #2a8c2a; }
33
+
34
+ .Calcite_Highlight_Green_300 {
35
+ background-color: #31a331; }
36
+
37
+ .Calcite_Highlight_Green_350 {
38
+ background-color: #34ad34; }
39
+
40
+ .Calcite_Highlight_Green_400 {
41
+ background-color: #39bf39; }
42
+
43
+ /*# sourceMappingURL=calcite_highlight_colors_dark.css.map */
@@ -1,67 +1,67 @@
1
- @charset "utf-8";.Calcite_Vibrant_Blue_100 {
2
- background-color: #c7e9ff; }
3
-
4
- .Calcite_Vibrant_Blue_150 {
5
- background-color: #69dcff; }
6
-
7
- .Calcite_Vibrant_Blue_200 {
8
- background-color: #00dee7; }
9
-
10
- .Calcite_Vibrant_Blue_250 {
11
- background-color: #b3e9f9; }
12
-
13
- .Calcite_Vibrant_Yellow_100 {
14
- background-color: #ffefb7; }
15
-
16
- .Calcite_Vibrant_Yellow_150 {
17
- background-color: #fad817; }
18
-
19
- .Calcite_Vibrant_Yellow_200 {
20
- background-color: #fff000; }
21
-
22
- .Calcite_Vibrant_Orange_100 {
23
- background-color: #ffdab6; }
24
-
25
- .Calcite_Vibrant_Orange_150 {
26
- background-color: #ffbc6b; }
27
-
28
- .Calcite_Vibrant_Orange_200 {
29
- background-color: #ffcc00; }
30
-
31
- .Calcite_Vibrant_Green_100 {
32
- background-color: #daffd9; }
33
-
34
- .Calcite_Vibrant_Green_150 {
35
- background-color: #71de6e; }
36
-
37
- .Calcite_Vibrant_Green_200 {
38
- background-color: #a5e800; }
39
-
40
- .Calcite_Vibrant_Red_100 {
41
- background-color: #ffc0b3; }
42
-
43
- .Calcite_Vibrant_Red_150 {
44
- background-color: #ff642e; }
45
-
46
- .Calcite_Vibrant_Red_200 {
47
- background-color: #de2900; }
48
-
49
- .Calcite_Vibrant_Purple_100 {
50
- background-color: #daccff; }
51
-
52
- .Calcite_Vibrant_Purple_150 {
53
- background-color: #b096ff; }
54
-
55
- .Calcite_Vibrant_Purple_200 {
56
- background-color: #f185ff; }
57
-
58
- .Calcite_Vibrant_Brown_100 {
59
- background-color: #ffdbb3; }
60
-
61
- .Calcite_Vibrant_Brown_150 {
62
- background-color: #db8d2f; }
63
-
64
- .Calcite_Vibrant_Brown_200 {
65
- background-color: #ffbc6b; }
66
-
67
- /*# sourceMappingURL=calcite_vibrant_colors.css.map */
1
+ @charset "utf-8";.Calcite_Vibrant_Blue_100 {
2
+ background-color: #c7e9ff; }
3
+
4
+ .Calcite_Vibrant_Blue_150 {
5
+ background-color: #69dcff; }
6
+
7
+ .Calcite_Vibrant_Blue_200 {
8
+ background-color: #00dee7; }
9
+
10
+ .Calcite_Vibrant_Blue_250 {
11
+ background-color: #b3e9f9; }
12
+
13
+ .Calcite_Vibrant_Yellow_100 {
14
+ background-color: #ffefb7; }
15
+
16
+ .Calcite_Vibrant_Yellow_150 {
17
+ background-color: #fad817; }
18
+
19
+ .Calcite_Vibrant_Yellow_200 {
20
+ background-color: #fff000; }
21
+
22
+ .Calcite_Vibrant_Orange_100 {
23
+ background-color: #ffdab6; }
24
+
25
+ .Calcite_Vibrant_Orange_150 {
26
+ background-color: #ffbc6b; }
27
+
28
+ .Calcite_Vibrant_Orange_200 {
29
+ background-color: #ffcc00; }
30
+
31
+ .Calcite_Vibrant_Green_100 {
32
+ background-color: #daffd9; }
33
+
34
+ .Calcite_Vibrant_Green_150 {
35
+ background-color: #71de6e; }
36
+
37
+ .Calcite_Vibrant_Green_200 {
38
+ background-color: #a5e800; }
39
+
40
+ .Calcite_Vibrant_Red_100 {
41
+ background-color: #ffc0b3; }
42
+
43
+ .Calcite_Vibrant_Red_150 {
44
+ background-color: #ff642e; }
45
+
46
+ .Calcite_Vibrant_Red_200 {
47
+ background-color: #de2900; }
48
+
49
+ .Calcite_Vibrant_Purple_100 {
50
+ background-color: #daccff; }
51
+
52
+ .Calcite_Vibrant_Purple_150 {
53
+ background-color: #b096ff; }
54
+
55
+ .Calcite_Vibrant_Purple_200 {
56
+ background-color: #f185ff; }
57
+
58
+ .Calcite_Vibrant_Brown_100 {
59
+ background-color: #ffdbb3; }
60
+
61
+ .Calcite_Vibrant_Brown_150 {
62
+ background-color: #db8d2f; }
63
+
64
+ .Calcite_Vibrant_Brown_200 {
65
+ background-color: #ffbc6b; }
66
+
67
+ /*# sourceMappingURL=calcite_vibrant_colors.css.map */
@@ -1,67 +1,67 @@
1
- @charset "utf-8";.Calcite_Vibrant_Blue_100 {
2
- background-color: #1376bf; }
3
-
4
- .Calcite_Vibrant_Blue_150 {
5
- background-color: #0089f0; }
6
-
7
- .Calcite_Vibrant_Blue_200 {
8
- background-color: #00c0f0; }
9
-
10
- .Calcite_Vibrant_Blue_250 {
11
- background-color: #00b5b9; }
12
-
13
- .Calcite_Vibrant_Yellow_100 {
14
- background-color: #917b00; }
15
-
16
- .Calcite_Vibrant_Yellow_150 {
17
- background-color: #c7a900; }
18
-
19
- .Calcite_Vibrant_Yellow_200 {
20
- background-color: #ffd800; }
21
-
22
- .Calcite_Vibrant_Orange_100 {
23
- background-color: #a15600; }
24
-
25
- .Calcite_Vibrant_Orange_150 {
26
- background-color: #cf7d1f; }
27
-
28
- .Calcite_Vibrant_Orange_200 {
29
- background-color: #ffc415; }
30
-
31
- .Calcite_Vibrant_Green_100 {
32
- background-color: #386f38; }
33
-
34
- .Calcite_Vibrant_Green_150 {
35
- background-color: #59d152; }
36
-
37
- .Calcite_Vibrant_Green_200 {
38
- background-color: #85e800; }
39
-
40
- .Calcite_Vibrant_Red_100 {
41
- background-color: #751d00; }
42
-
43
- .Calcite_Vibrant_Red_150 {
44
- background-color: #993516; }
45
-
46
- .Calcite_Vibrant_Red_200 {
47
- background-color: #e65c2e; }
48
-
49
- .Calcite_Vibrant_Purple_100 {
50
- background-color: #503691; }
51
-
52
- .Calcite_Vibrant_Purple_150 {
53
- background-color: #754fd4; }
54
-
55
- .Calcite_Vibrant_Purple_200 {
56
- background-color: #9b4ba6; }
57
-
58
- .Calcite_Vibrant_Brown_100 {
59
- background-color: #673d10; }
60
-
61
- .Calcite_Vibrant_Brown_150 {
62
- background-color: #995d18; }
63
-
64
- .Calcite_Vibrant_Brown_200 {
65
- background-color: #df8c39; }
66
-
67
- /*# sourceMappingURL=calcite_vibrant_colors_dark.css.map */
1
+ @charset "utf-8";.Calcite_Vibrant_Blue_100 {
2
+ background-color: #1376bf; }
3
+
4
+ .Calcite_Vibrant_Blue_150 {
5
+ background-color: #0089f0; }
6
+
7
+ .Calcite_Vibrant_Blue_200 {
8
+ background-color: #00c0f0; }
9
+
10
+ .Calcite_Vibrant_Blue_250 {
11
+ background-color: #00b5b9; }
12
+
13
+ .Calcite_Vibrant_Yellow_100 {
14
+ background-color: #917b00; }
15
+
16
+ .Calcite_Vibrant_Yellow_150 {
17
+ background-color: #c7a900; }
18
+
19
+ .Calcite_Vibrant_Yellow_200 {
20
+ background-color: #ffd800; }
21
+
22
+ .Calcite_Vibrant_Orange_100 {
23
+ background-color: #a15600; }
24
+
25
+ .Calcite_Vibrant_Orange_150 {
26
+ background-color: #cf7d1f; }
27
+
28
+ .Calcite_Vibrant_Orange_200 {
29
+ background-color: #ffc415; }
30
+
31
+ .Calcite_Vibrant_Green_100 {
32
+ background-color: #386f38; }
33
+
34
+ .Calcite_Vibrant_Green_150 {
35
+ background-color: #59d152; }
36
+
37
+ .Calcite_Vibrant_Green_200 {
38
+ background-color: #85e800; }
39
+
40
+ .Calcite_Vibrant_Red_100 {
41
+ background-color: #751d00; }
42
+
43
+ .Calcite_Vibrant_Red_150 {
44
+ background-color: #993516; }
45
+
46
+ .Calcite_Vibrant_Red_200 {
47
+ background-color: #e65c2e; }
48
+
49
+ .Calcite_Vibrant_Purple_100 {
50
+ background-color: #503691; }
51
+
52
+ .Calcite_Vibrant_Purple_150 {
53
+ background-color: #754fd4; }
54
+
55
+ .Calcite_Vibrant_Purple_200 {
56
+ background-color: #9b4ba6; }
57
+
58
+ .Calcite_Vibrant_Brown_100 {
59
+ background-color: #673d10; }
60
+
61
+ .Calcite_Vibrant_Brown_150 {
62
+ background-color: #995d18; }
63
+
64
+ .Calcite_Vibrant_Brown_200 {
65
+ background-color: #df8c39; }
66
+
67
+ /*# sourceMappingURL=calcite_vibrant_colors_dark.css.map */