@dartcom/ui-kit 3.9.7 → 3.9.8
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/dist/components/drag-list/draggable/types.d.ts +1 -1
- package/dist/components/drag-list/droppable/types.d.ts +1 -1
- package/dist/components/drag-list/types.d.ts +1 -1
- package/dist/components/layers/leaflet/hooks/useGetLeafletLayer.d.ts +1 -1
- package/dist/components/layers/leaflet/types.d.ts +1 -1
- package/dist/components/list/list.d.ts +1 -1
- package/dist/components/select/select.d.ts +1 -1
- package/dist/configs/global/global.d.ts +1 -1
- package/dist/lib/hooks/constants.d.ts +1 -1
- package/dist/pages/auth/types.d.ts +1 -1
- package/dist/providers/initialize/types.d.ts +1 -1
- package/dist/providers/types.d.ts +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Nullable } from '
|
|
1
|
+
import { Nullable } from '../../../../types';
|
|
2
2
|
import { SourceLayerEventHandlers, TangramCustomLayer, TangramEventConfig, TangramLeafletLayer, TangramScene, TangramSourceConfig } from '../types';
|
|
3
3
|
export declare const useGetLeafletLayer: ({ eventHandlers, }: {
|
|
4
4
|
eventHandlers?: SourceLayerEventHandlers;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { SxProps } from '@mui/material';
|
|
3
3
|
import { FieldValues, Path, PathValue } from 'react-hook-form';
|
|
4
|
-
import { StringOrNumber } from '
|
|
4
|
+
import { StringOrNumber } from '../../types';
|
|
5
5
|
interface SelectProps<V, O> {
|
|
6
6
|
name: Path<V>;
|
|
7
7
|
items: O[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const apiService: import("
|
|
1
|
+
export declare const apiService: import("../../services").ApiService;
|
|
2
2
|
//# sourceMappingURL=constants.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dartcom/ui-kit",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.8",
|
|
4
4
|
"description": "Кастомная библиотека комопнентов Dartcom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
106
106
|
"rollup-plugin-postcss": "^4.0.2",
|
|
107
107
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
108
|
+
"rollup-plugin-tsc-alias": "^1.1.4",
|
|
108
109
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
109
110
|
"semantic-release": "^25.0.2",
|
|
110
111
|
"storybook": "^10.1.4",
|