@hiver/connector-agent 1.3.2-beta.0 → 1.3.3-beta.0
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/app/index.d.ts +2 -1
- package/app/index.d.ts.map +1 -1
- package/app/provider.d.ts +3 -2
- package/app/provider.d.ts.map +1 -1
- package/constants/card.d.ts +4 -0
- package/constants/card.d.ts.map +1 -1
- package/constants/global-constants.d.ts +5 -0
- package/constants/global-constants.d.ts.map +1 -1
- package/context/index.d.ts +5 -0
- package/context/index.d.ts.map +1 -1
- package/context/main-app-provider/index.d.ts +5 -2
- package/context/main-app-provider/index.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/index.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/style.d.ts +11 -1
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/whats-new-card.d.ts +2 -0
- package/features/connector-cards/components/card-list/whats-new-card.d.ts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.es.js +5990 -5813
- package/index.umd.js +177 -119
- package/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/utils.d.ts +53 -0
- package/utils.d.ts.map +1 -0
package/app/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { IExtraParams } from '../constants/global-constants';
|
|
3
|
-
import { IBaseUrls } from '../context';
|
|
3
|
+
import { IAvailableFtr, IBaseUrls } from '../context';
|
|
4
4
|
interface IApp {
|
|
5
5
|
senderEmail?: string;
|
|
6
6
|
baseUrls?: IBaseUrls;
|
|
7
7
|
extraParams?: IExtraParams;
|
|
8
|
+
availableFeatures?: IAvailableFtr;
|
|
8
9
|
}
|
|
9
10
|
export declare const App: FC<IApp>;
|
|
10
11
|
export {};
|
package/app/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/app/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/app/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAIrD,UAAU,IAAI;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC;AAED,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,IAAI,CA2BxB,CAAC"}
|
package/app/provider.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { IExtraParams } from '../constants/global-constants';
|
|
2
|
-
import { IBaseUrls } from '../context';
|
|
2
|
+
import { IAvailableFtr, IBaseUrls } from '../context';
|
|
3
3
|
type AppProviderProps = {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
extraParams?: IExtraParams;
|
|
6
6
|
senderEmail?: string;
|
|
7
7
|
baseUrls?: IBaseUrls;
|
|
8
|
+
availableFeatures?: IAvailableFtr;
|
|
8
9
|
};
|
|
9
|
-
export declare const AppProvider: ({ children, extraParams, senderEmail, baseUrls }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const AppProvider: ({ children, extraParams, senderEmail, baseUrls, availableFeatures }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=provider.d.ts.map
|
package/app/provider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/app/provider.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/app/provider.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAErD,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,WAAW,wEAAyE,gBAAgB,4CAgBhH,CAAC"}
|
package/constants/card.d.ts
CHANGED
|
@@ -6,4 +6,8 @@ export declare const NONE = "-";
|
|
|
6
6
|
export declare const REFRESH = "Refresh";
|
|
7
7
|
export declare const MINIMIZE = "Minimize";
|
|
8
8
|
export declare const EXPAND = "Expand";
|
|
9
|
+
export declare const CONNECTORS = "Connectors";
|
|
10
|
+
export declare const COLLAPSED = "Collapse";
|
|
11
|
+
export declare const CLOSE = "Close";
|
|
12
|
+
export declare const BULLET_TYPE_LIST = "bullet_list";
|
|
9
13
|
//# sourceMappingURL=card.d.ts.map
|
package/constants/card.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/constants/card.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,SAAS,iCAAiC,CAAC;AACxD,eAAO,MAAM,OAAO,sBAAsB,CAAC;AAC3C,eAAO,MAAM,IAAI,MAAM,CAAC;AACxB,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/constants/card.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,SAAS,iCAAiC,CAAC;AACxD,eAAO,MAAM,OAAO,sBAAsB,CAAC;AAC3C,eAAO,MAAM,IAAI,MAAM,CAAC;AACxB,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,SAAS,aAAa,CAAC;AACpC,eAAO,MAAM,KAAK,UAAU,CAAC;AAE7B,eAAO,MAAM,gBAAgB,gBAAgB,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { ITrackingData } from '../context';
|
|
2
|
+
import { IMetaData } from '@connector/utils';
|
|
2
3
|
export interface IExtraParams {
|
|
3
4
|
isAdmin?: boolean;
|
|
4
5
|
currentSmIds?: string[];
|
|
5
6
|
sendTrackingEvent?: (event: string, data?: ITrackingData) => void;
|
|
7
|
+
metaData?: IMetaData;
|
|
6
8
|
}
|
|
9
|
+
export declare const LOCALSTORAGE_KEY = "hiver_connectors";
|
|
7
10
|
export declare const HTTP_STATUS_CODES: {
|
|
8
11
|
NOT_FOUND: number;
|
|
9
12
|
};
|
|
13
|
+
export declare const NEW_TAG_FEATURE_KEY = "ftr-connector-new-banner";
|
|
14
|
+
export declare const BLUE_DOT_FEATURE_KEY = "ftr-connector-blue-dot";
|
|
10
15
|
//# sourceMappingURL=global-constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAClE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AAEnD,eAAO,MAAM,iBAAiB;;CAE7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,6BAA6B,CAAC;AAC9D,eAAO,MAAM,oBAAoB,2BAA2B,CAAC"}
|
package/context/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IMetaData } from '@connector/utils';
|
|
1
2
|
export interface IConnectorType {
|
|
2
3
|
id: string;
|
|
3
4
|
name: string;
|
|
@@ -19,12 +20,16 @@ export interface IMainAppContext {
|
|
|
19
20
|
email: string | null;
|
|
20
21
|
baseUrls: IBaseUrls;
|
|
21
22
|
currentSmIds: string[];
|
|
23
|
+
metaData?: IMetaData;
|
|
22
24
|
sendTrackingEvent: (event: string, data?: ITrackingData) => void;
|
|
25
|
+
availableFeatures?: IAvailableFtr;
|
|
23
26
|
}
|
|
24
27
|
export declare const defaultMainAppvalues: {
|
|
25
28
|
email: string;
|
|
26
29
|
baseUrls: {};
|
|
27
30
|
currentSmIds: never[];
|
|
31
|
+
metaData: undefined;
|
|
32
|
+
availableFeatures: {};
|
|
28
33
|
sendTrackingEvent: () => void;
|
|
29
34
|
};
|
|
30
35
|
export declare const MainAppContext: import('react').Context<IMainAppContext>;
|
package/context/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CAClC;AAED,MAAM,WAAW,aAAa;IAE5B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IACjE,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC;AAED,eAAO,MAAM,oBAAoB;;;;;;;CAOhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { IBaseUrls, ITrackingData } from '../index.ts';
|
|
2
|
+
import { IAvailableFtr, IBaseUrls, ITrackingData } from '../index.ts';
|
|
3
|
+
import { IMetaData } from '@connector/utils';
|
|
3
4
|
interface IProps {
|
|
4
5
|
children: ReactNode;
|
|
5
6
|
sendTrackingEvent?: (event: string, data?: ITrackingData | undefined) => void;
|
|
6
7
|
senderEmail?: string | null;
|
|
7
8
|
baseUrls?: IBaseUrls;
|
|
8
9
|
currentSmIds?: string[];
|
|
10
|
+
metaData?: IMetaData;
|
|
11
|
+
availableFeatures?: IAvailableFtr;
|
|
9
12
|
}
|
|
10
|
-
declare const MainAppProvider: ({ children, sendTrackingEvent, senderEmail, baseUrls, currentSmIds }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare const MainAppProvider: ({ children, sendTrackingEvent, senderEmail, baseUrls, currentSmIds, metaData, availableFeatures }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
14
|
export default MainAppProvider;
|
|
12
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,aAAa,EAAkB,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,aAAa,EAAkB,MAAM,aAAa,CAAC;AACtF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,GAAG,SAAS,KAAK,IAAI,CAAC;IAC9E,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC;AAED,QAAA,MAAM,eAAe,sGAQlB,MAAM,4CAcR,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAkClD,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CA8DlC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BoxProps, GridProps, IconButtonProps, LinkProps, SkeletonProps, StackProps, SvgIconProps, TableCellProps, TableContainerProps, TableHeadProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
1
|
+
import { BoxProps, ButtonProps, GridProps, IconButtonProps, LinkProps, SkeletonProps, StackProps, SvgIconProps, TableCellProps, TableContainerProps, TableHeadProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
2
2
|
import { StyledComponent } from '@emotion/styled';
|
|
3
3
|
export declare const ConnectorsIcon: StyledComponent<SvgIconProps>;
|
|
4
4
|
export declare const ConnectorsTitle: StyledComponent<TypographyProps>;
|
|
@@ -27,4 +27,14 @@ export declare const RotatingChevron: StyledComponent<React.ImgHTMLAttributes<HT
|
|
|
27
27
|
transformAngle?: number;
|
|
28
28
|
}>;
|
|
29
29
|
export declare const ShowExpandMore: StyledComponent<TypographyProps>;
|
|
30
|
+
export declare const WhatsNewText: StyledComponent<TypographyProps>;
|
|
31
|
+
export declare const WhatsNewWrapper: StyledComponent<BoxProps>;
|
|
32
|
+
export declare const WhatsNewHeader: StyledComponent<StackProps>;
|
|
33
|
+
export declare const ContentAnimationWrapper: StyledComponent<BoxProps>;
|
|
34
|
+
export declare const WhatsNewContentWrapper: StyledComponent<BoxProps>;
|
|
35
|
+
export declare const UpdatesWrapper: StyledComponent<BoxProps>;
|
|
36
|
+
export declare const FeatureWrapper: StyledComponent<StackProps>;
|
|
37
|
+
export declare const WhatsNewButton: StyledComponent<ButtonProps>;
|
|
38
|
+
export declare const ButtonText: StyledComponent<TypographyProps>;
|
|
39
|
+
export declare const SectionWrapper: StyledComponent<BoxProps>;
|
|
30
40
|
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EACV,QAAQ,EACR,WAAW,EACX,SAAS,EACT,eAAe,EACf,SAAS,EACT,aAAa,EACb,UAAU,EACV,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,cAAc,EACd,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,YAAY,CAIxD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAO5D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,SAAS,CAUxD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAKjD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAYnD,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,eAAe,CAAC,UAAU,CAG/C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAMxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,QAAQ,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAW9E,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAGtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,eAAe,CAEzD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,eAAe,CAAC,SAAS,CAO/C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAQtD,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,eAAe,CAAC,QAAQ,CAuC3C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,aAAa,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAG/E,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAyBxD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,mBAAmB,CAGpE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,cAAc,CAKvD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,cAAc,CAQ9D,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,cAAc,CAQ5D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,GAAG;IAAE,cAAc,CAAC,EAAE,MAAM,CAAA;CAAE,CAIlH,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAQ3D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,eAAe,CAKzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAIrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAQtD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,QAAQ,CAW7D,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,QAAQ,CAG5D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CActD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,WAAW,CAIvD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CAGvD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAIpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"whats-new-card.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/whats-new-card.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,YAAY,sDA0HxB,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { App as ConnectorCardList } from './app/index';
|
|
2
2
|
export { setAppConfig, setAppUgId, setAppUserId } from '@connector/bifrost';
|
|
3
|
+
export { getMetaData } from '@connector/utils';
|
|
4
|
+
export type { ISectionItems, IActionButtons, ISections, IMetaData, ITemplateUpdates } from '@connector/utils';
|
|
3
5
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC"}
|