@mapka/maplibre-gl-sdk 0.17.0 → 0.17.2

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.
@@ -1,6 +1,8 @@
1
1
  export function ChevronLeftIcon() {
2
2
  return (
3
3
  <svg
4
+ width="16"
5
+ height="16"
4
6
  viewBox="0 0 16 16"
5
7
  xmlns="http://www.w3.org/2000/svg"
6
8
  aria-hidden="true"
@@ -8,12 +10,11 @@ export function ChevronLeftIcon() {
8
10
  class="mapka-popup-icon mapka-popup-icon-sm"
9
11
  >
10
12
  <path
11
- d="M10 3 5.7 7.3a1 1 0 0 0 0 1.4L10 13"
12
- fill="none"
13
- stroke="currentColor"
14
- stroke-width="1.5"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
13
+ transform="translate(5.333 3.333)"
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M5.13807 0.195262C5.39842 0.455612 5.39842 0.877722 5.13807 1.13807L1.60948 4.66667L5.13807 8.19526C5.39842 8.45561 5.39842 8.87772 5.13807 9.13807C4.87772 9.39842 4.45561 9.39842 4.19526 9.13807L0.195262 5.13807C-0.0650874 4.87772 -0.0650874 4.45561 0.195262 4.19526L4.19526 0.195262C4.45561 -0.0650874 4.87772 -0.0650874 5.13807 0.195262Z"
17
+ fill="currentColor"
17
18
  />
18
19
  </svg>
19
20
  );
@@ -1,6 +1,8 @@
1
1
  export function ChevronRightIcon() {
2
2
  return (
3
3
  <svg
4
+ width="16"
5
+ height="16"
4
6
  viewBox="0 0 16 16"
5
7
  xmlns="http://www.w3.org/2000/svg"
6
8
  aria-hidden="true"
@@ -8,12 +10,11 @@ export function ChevronRightIcon() {
8
10
  class="mapka-popup-icon mapka-popup-icon-sm"
9
11
  >
10
12
  <path
11
- d="m6 3 4.3 4.3a1 1 0 0 1 0 1.4L6 13"
12
- fill="none"
13
- stroke="currentColor"
14
- stroke-width="1.5"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
13
+ transform="translate(5.333 3.333)"
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M0.195247 0.195262C0.455576 -0.0650874 0.877652 -0.0650874 1.13798 0.195262L5.13767 4.19526C5.39799 4.45561 5.39799 4.87772 5.13767 5.13807L1.13798 9.13807C0.877652 9.39842 0.455576 9.39842 0.195247 9.13807C-0.0650823 8.87772 -0.0650823 8.45561 0.195247 8.19526L3.72356 4.66667L0.195247 1.13807C-0.0650823 0.877722 -0.0650823 0.455612 0.195247 0.195262Z"
17
+ fill="currentColor"
17
18
  />
18
19
  </svg>
19
20
  );
@@ -1,2 +0,0 @@
1
- export declare function ChevronDownIcon(): import("preact").JSX.Element;
2
- //# sourceMappingURL=ChevronDownIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChevronDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronDownIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,iCAmB9B"}
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "preact/jsx-runtime";
2
- export function ChevronDownIcon() {
3
- return (_jsx("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", focusable: "false", class: "mapka-popup-icon mapka-popup-icon-sm", children: _jsx("path", { d: "M3 6 7.3 10.3a1 1 0 0 0 1.4 0L13 6", fill: "none", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
4
- }
@@ -1,2 +0,0 @@
1
- export declare function ChevronUpIcon(): import("preact").JSX.Element;
2
- //# sourceMappingURL=ChevronUpIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChevronUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronUpIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,iCAmB5B"}
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "preact/jsx-runtime";
2
- export function ChevronUpIcon() {
3
- return (_jsx("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", focusable: "false", class: "mapka-popup-icon mapka-popup-icon-sm", children: _jsx("path", { d: "M3 10 7.3 5.7a1 1 0 0 1 1.4 0L13 10", fill: "none", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
4
- }
@@ -1,20 +0,0 @@
1
- export function ChevronDownIcon() {
2
- return (
3
- <svg
4
- viewBox="0 0 16 16"
5
- xmlns="http://www.w3.org/2000/svg"
6
- aria-hidden="true"
7
- focusable="false"
8
- class="mapka-popup-icon mapka-popup-icon-sm"
9
- >
10
- <path
11
- d="M3 6 7.3 10.3a1 1 0 0 0 1.4 0L13 6"
12
- fill="none"
13
- stroke="currentColor"
14
- stroke-width="1.5"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
17
- />
18
- </svg>
19
- );
20
- }
@@ -1,20 +0,0 @@
1
- export function ChevronUpIcon() {
2
- return (
3
- <svg
4
- viewBox="0 0 16 16"
5
- xmlns="http://www.w3.org/2000/svg"
6
- aria-hidden="true"
7
- focusable="false"
8
- class="mapka-popup-icon mapka-popup-icon-sm"
9
- >
10
- <path
11
- d="M3 10 7.3 5.7a1 1 0 0 1 1.4 0L13 10"
12
- fill="none"
13
- stroke="currentColor"
14
- stroke-width="1.5"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
17
- />
18
- </svg>
19
- );
20
- }