@dartcom/ui-kit 10.2.27 → 10.2.31
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.
- package/README.md +8 -1
- package/dist/components/layers/leaflet/index.d.ts +1 -0
- package/dist/components/layers/leaflet/index.d.ts.map +1 -1
- package/dist/components/layers/leaflet/leaflet.d.ts.map +1 -1
- package/dist/components/layers/leaflet/lib/hooks/useGetLeafletLayer.d.ts +6 -1
- package/dist/components/layers/leaflet/lib/hooks/useGetLeafletLayer.d.ts.map +1 -1
- package/dist/components/layers/leaflet/lib/types.d.ts +4 -3
- package/dist/components/layers/leaflet/lib/types.d.ts.map +1 -1
- package/dist/components/layers/leaflet/services/index.d.ts +2 -0
- package/dist/components/layers/leaflet/services/index.d.ts.map +1 -0
- package/dist/components/layers/leaflet/services/tangram-layer.d.ts +50 -0
- package/dist/components/layers/leaflet/services/tangram-layer.d.ts.map +1 -0
- package/dist/components/layers/map-container/index.d.ts +3 -0
- package/dist/components/layers/map-container/index.d.ts.map +1 -0
- package/dist/components/layers/map-container/lib/hooks/index.d.ts +3 -0
- package/dist/components/layers/map-container/lib/hooks/index.d.ts.map +1 -0
- package/dist/components/layers/map-container/lib/hooks/useMap.d.ts +2 -0
- package/dist/components/layers/map-container/lib/hooks/useMap.d.ts.map +1 -0
- package/dist/components/layers/map-container/lib/hooks/useMapEvents.d.ts +3 -0
- package/dist/components/layers/map-container/lib/hooks/useMapEvents.d.ts.map +1 -0
- package/dist/components/layers/map-container/lib/index.d.ts +3 -0
- package/dist/components/layers/map-container/lib/index.d.ts.map +1 -0
- package/dist/components/layers/map-container/lib/types.d.ts +5 -0
- package/dist/components/layers/map-container/lib/types.d.ts.map +1 -0
- package/dist/components/layers/map-container/map-container.d.ts +9 -0
- package/dist/components/layers/map-container/map-container.d.ts.map +1 -0
- package/dist/components/layers/map-container/types.d.ts +3 -0
- package/dist/components/layers/map-container/types.d.ts.map +1 -0
- package/dist/index.cjs +1514 -37
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -0
- package/dist/index.esm.css +1 -0
- package/dist/index.esm.js +11 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/library/leaflet-arrows.d.ts +3 -0
- package/dist/library/leaflet-arrows.d.ts.map +1 -0
- package/dist/library/leaflet-textpath.d.ts +1 -0
- package/dist/library/leaflet-textpath.d.ts.map +1 -0
- package/dist/providers/map/index.d.ts +2 -0
- package/dist/providers/map/index.d.ts.map +1 -0
- package/dist/providers/map/map.d.ts +4 -0
- package/dist/providers/map/map.d.ts.map +1 -0
- package/dist/providers/providers.d.ts.map +1 -1
- package/dist/services/storybook/decorators.d.ts +0 -1
- package/dist/services/storybook/decorators.d.ts.map +1 -1
- package/package.json +6 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leaflet-arrows.d.ts","sourceRoot":"","sources":["../../src/library/leaflet-arrows.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=leaflet-textpath.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leaflet-textpath.d.ts","sourceRoot":"","sources":["../../src/library/leaflet-textpath.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/providers/map/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../src/providers/map/map.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,iBAAiB,CAuBlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/providers/providers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/providers/providers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAIhD,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAC9B,KAAK,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,CAmB/C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FieldValues } from 'react-hook-form';
|
|
2
|
-
import 'leaflet/dist/leaflet.css';
|
|
3
2
|
import { Preview } from '@storybook/react-vite';
|
|
4
3
|
import { PartialStoryFn, Renderer, StoryContext } from 'storybook/internal/types';
|
|
5
4
|
export declare const decorators: Preview['decorators'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../src/services/storybook/decorators.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../src/services/storybook/decorators.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAW9C,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,EACL,cAAc,EACd,QAAQ,EACR,YAAY,EACb,MAAM,0BAA0B,CAAC;AAElC,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,YAAY,CAsB5C,CAAC;AAEF,wBAAgB,aAAa,CAAC,CAAC,SAAS,QAAQ,EAC9C,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EACxB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,2CAOzB;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,QAAQ,EAC7C,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EACxB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,2CAkBzB;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,QAAQ,EAC9C,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EACxB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,2CAOzB;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,QAAQ,EAAE,CAAC,SAAS,WAAW,EACrE,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,EACxB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,2CAOzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dartcom/ui-kit",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.31",
|
|
4
4
|
"description": "Кастомная библиотека комопнентов Dartcom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"format": "prettier --write src/**/*.{ts,tsx}",
|
|
30
30
|
"prepare": "husky install",
|
|
31
31
|
"init": "npm i --force",
|
|
32
|
+
"pack": "npm pack",
|
|
32
33
|
"lint-staged": "lint-staged",
|
|
33
34
|
"commitlint": "commitlint --edit",
|
|
34
35
|
"push:develop": "git push gitlab develop && git push origin develop",
|
|
@@ -155,6 +156,10 @@
|
|
|
155
156
|
"@tanstack/react-table": "^8.21.3",
|
|
156
157
|
"date-fns": "^4.1.0",
|
|
157
158
|
"leaflet": "^1.9.4",
|
|
159
|
+
"leaflet-area-select": "^1.1.1",
|
|
160
|
+
"leaflet-path-drag": "^1.9.5",
|
|
161
|
+
"leaflet-polylineoffset": "^1.1.1",
|
|
162
|
+
"leaflet-rotatedmarker": "^0.2.0",
|
|
158
163
|
"mobx": "^6.15.0",
|
|
159
164
|
"mobx-react-lite": "^4.1.1",
|
|
160
165
|
"notistack": "^3.0.2",
|