pixelize-design-library 2.2.87 → 2.2.89
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.
|
@@ -29,9 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
var react_1 = __importStar(require("react"));
|
|
30
30
|
var react_2 = require("@chakra-ui/react");
|
|
31
31
|
var leaflet_1 = __importDefault(require("leaflet"));
|
|
32
|
-
require("leaflet/dist/leaflet.css");
|
|
33
32
|
require("leaflet-routing-machine");
|
|
34
|
-
require("leaflet-routing-machine/dist/leaflet-routing-machine.css");
|
|
35
33
|
var tileUrl = "https://tile.openstreetmap.org/{z}/{x}/{y}.png";
|
|
36
34
|
function directionsUrl(dest, origin) {
|
|
37
35
|
var base = "https://www.google.com/maps/dir/?api=1";
|
package/dist/global.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@import "leaflet/dist/leaflet.css";
|
|
2
|
+
@import "leaflet-routing-machine/dist/leaflet-routing-machine.css";
|
|
3
|
+
|
|
1
4
|
:root {
|
|
2
5
|
--color-primary-50: #ecddfb;
|
|
3
6
|
--color-primary-100: #d6b7f6;
|
|
@@ -222,4 +225,4 @@
|
|
|
222
225
|
/* cyan */
|
|
223
226
|
--color-success-500: #319795;
|
|
224
227
|
--color-error-500: #d53f8c;
|
|
225
|
-
}
|
|
228
|
+
}
|