@abdellatifui/react 3.1.83 → 3.1.85

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 +1 @@
1
- {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Contextmenu/ContextMenuNG/ContextMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8E,MAAM,OAAO,CAAA;AAOlG,KAAK,gBAAgB,GAAG;IACpB,KAAK,EAAG;QACJ,KAAK,EAAG,MAAM,CAAE;QAChB,KAAK,EAAG,EAAE,CAAE;KACf,CAAE;IACH,KAAK,EAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAE;IACpD,gBAAgB,EAAG,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAE;IAC3D,aAAa,EAAG;QACZ,CAAC,EAAG,MAAM,CAAE;QACZ,CAAC,EAAG,MAAM,CAAA;KACb,CAAA;CACJ,CAAA;AAqHD,eAAO,MAAM,WAAW,6GAA6B,CAAA"}
1
+ {"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Contextmenu/ContextMenuNG/ContextMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8E,MAAM,OAAO,CAAA;AAOlG,KAAK,gBAAgB,GAAG;IACpB,KAAK,EAAG;QACJ,KAAK,EAAG,MAAM,CAAE;QAChB,KAAK,EAAG,EAAE,CAAE;KACf,CAAE;IACH,KAAK,EAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAE;IACpD,gBAAgB,EAAG,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAE;IAC3D,aAAa,EAAG;QACZ,CAAC,EAAG,MAAM,CAAE;QACZ,CAAC,EAAG,MAAM,CAAA;KACb,CAAA;CACJ,CAAA;AAsHD,eAAO,MAAM,WAAW,6GAA6B,CAAA"}
@@ -1,6 +1,13 @@
1
1
  import React from 'react';
2
2
  import 'maplibre-gl/dist/maplibre-gl.css';
3
3
  import { NetworkMapProps } from './types';
4
+ export declare const color_coding: {
5
+ Minor: string;
6
+ Major: string;
7
+ Critical: string;
8
+ cleared: string;
9
+ Cleared: string;
10
+ };
4
11
  export declare const mapStyles: ({
5
12
  name: string;
6
13
  url: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/Map.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAwG,MAAM,OAAO,CAAC;AAG7H,OAAO,kCAAkC,CAAC;AAY1C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAM1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;IAWrB,CAAA;AA4iBD,QAAA,MAAM,UAAU,4GAA4B,CAAC;AAC7C,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/Map.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAwG,MAAM,OAAO,CAAC;AAG7H,OAAO,kCAAkC,CAAC;AAY1C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAM1C,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;IAWrB,CAAA;AAgkBD,QAAA,MAAM,UAAU,4GAA4B,CAAC;AAC7C,eAAe,UAAU,CAAC"}
@@ -1,6 +1,47 @@
1
+ import React from 'react';
1
2
  declare const _default: {
2
3
  title: string;
4
+ component: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("../../components/NetworkMap/types").NetworkMapProps & React.RefAttributes<unknown>>>;
5
+ argTypes: {
6
+ defaultLinkColorHex: {
7
+ control: string;
8
+ };
9
+ linkHighlightedColorHex: {
10
+ control: string;
11
+ };
12
+ staticMapColor: {
13
+ control: string;
14
+ };
15
+ defaultAnimationLinkColor: {
16
+ control: string;
17
+ };
18
+ FlyToNodeApi: {
19
+ control: string;
20
+ };
21
+ ChooseMapStyle: {
22
+ control: string;
23
+ options: string[];
24
+ };
25
+ nodeSizeScaler: {
26
+ control: {
27
+ type: string;
28
+ min: number;
29
+ max: number;
30
+ step: number;
31
+ defaultValue: number;
32
+ };
33
+ };
34
+ GroupFilter: {
35
+ type: string;
36
+ options: (string | number)[];
37
+ };
38
+ };
3
39
  };
4
40
  export default _default;
5
41
  export declare const Primary: any;
42
+ export declare const CustomNodeIcon: any;
43
+ export declare const NodeCreateRemoveApi: any;
44
+ export declare const AnotherMapStyle: any;
45
+ export declare const StaticBgMap: any;
46
+ export declare const GetDataApi: any;
6
47
  //# sourceMappingURL=map.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Map/map.stories.tsx"],"names":[],"mappings":";;;AAcA,wBAsCC;AA6JD,eAAO,MAAM,OAAO,KAAoB,CAAC"}
1
+ {"version":3,"file":"map.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Map/map.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqC,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAa1D,wBAsCC;AA8uoBD,eAAO,MAAM,OAAO,KAAoB,CAAC;AA6EzC,eAAO,MAAM,cAAc,KAAoB,CAAC;AAYhD,eAAO,MAAM,mBAAmB,KAAoB,CAAC;AAOrD,eAAO,MAAM,eAAe,KAAoB,CAAC;AAIjD,eAAO,MAAM,WAAW,KAAoB,CAAC;AAK7C,eAAO,MAAM,UAAU,KAAoB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abdellatifui/react",
3
3
  "private": false,
4
- "version": "3.1.83",
4
+ "version": "3.1.85",
5
5
  "type": "module",
6
6
  "types": "dist/nextgen.d.ts",
7
7
  "files": [