@hiver/connector-admin 1.4.0-beta.8 → 1.4.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/connectors/pages/api-view/index.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/components/upgrade-guide/index.d.ts +7 -0
- package/app/connectors/pages/settings/components/upgrade-guide/index.d.ts.map +1 -0
- package/app/connectors/pages/settings/components/upgrade-guide/styles.d.ts +8 -0
- package/app/connectors/pages/settings/components/upgrade-guide/styles.d.ts.map +1 -0
- package/app/connectors/pages/settings/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/styles.d.ts +1 -4
- package/app/connectors/pages/settings/styles.d.ts.map +1 -1
- package/constants/gainsight.d.ts +9 -0
- package/constants/gainsight.d.ts.map +1 -1
- package/constants/global-constants.d.ts +3 -0
- package/constants/global-constants.d.ts.map +1 -1
- package/features/auth/components/auth-form/styles.d.ts +2 -2
- package/features/auth/components/auth-form/styles.d.ts.map +1 -1
- package/features/auth/constants/index.d.ts +3 -3
- package/features/auth/constants/index.d.ts.map +1 -1
- package/features/connector-library/components/connector-info-card/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
- package/features/connector-library/components/visibility-modal/index.d.ts.map +1 -1
- package/features/connector-setup-guide/components/guide-links/index.d.ts +6 -0
- package/features/connector-setup-guide/components/guide-links/index.d.ts.map +1 -0
- package/features/connector-setup-guide/components/guide-links/styles.d.ts +6 -0
- package/features/connector-setup-guide/components/guide-links/styles.d.ts.map +1 -0
- package/features/connector-setup-guide/components/schedule-call/index.d.ts +7 -0
- package/features/connector-setup-guide/components/schedule-call/index.d.ts.map +1 -0
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts +18 -0
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +1 -0
- package/features/connector-setup-guide/constants/index.d.ts +11 -0
- package/features/connector-setup-guide/constants/index.d.ts.map +1 -0
- package/index.es.js +9302 -9231
- package/index.umd.js +372 -333
- package/package.json +1 -1
- package/testing/mocks/handlers/connector-template.d.ts +2 -0
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/types/connector.d.ts +2 -0
- package/types/connector.d.ts.map +1 -1
- package/utils/localstorage.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"AAsBA,eAAO,MAAM,eAAe,+CAsD3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;AAmC5D,eAAO,MAAM,SAAS,EAAE,EA4EvB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface IProps {
|
|
2
|
+
upgradeGuideContent: TrustedHTML;
|
|
3
|
+
upgradeGuideLink?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const UpgradeGuide: ({ upgradeGuideContent, upgradeGuideLink }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/connectors/pages/settings/components/upgrade-guide/index.tsx"],"names":[],"mappings":"AAUA,UAAU,MAAM;IACd,mBAAmB,EAAE,WAAW,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,8CAA+C,MAAM,4CAwB7E,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconOwnProps, LinkProps, StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const UpgradeGuideWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const CustomInfoIcon: StyledComponent<IconOwnProps>;
|
|
5
|
+
export declare const ViewUpgradeGuide: StyledComponent<LinkProps>;
|
|
6
|
+
export declare const RequiredStepsContent: StyledComponent<TypographyProps>;
|
|
7
|
+
export declare const CustomRedirectIcon: StyledComponent<IconOwnProps>;
|
|
8
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/connectors/pages/settings/components/upgrade-guide/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEhG,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAK3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,YAAY,CAGxD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,SAAS,CASvD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAIjE,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,YAAY,CAG5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,QAAQ,+CA2JpB,CAAC"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import {
|
|
2
|
+
import { StackProps } from '@hiver/hiver-ui-kit';
|
|
3
3
|
export declare const SideBarCrumbWrapper: StyledComponent<StackProps>;
|
|
4
4
|
export declare const LearnMoreWrapper: StyledComponent<StackProps>;
|
|
5
|
-
export declare const UpgradeGuide: StyledComponent<StackProps>;
|
|
6
|
-
export declare const CustomInfoIcon: StyledComponent<IconOwnProps>;
|
|
7
|
-
export declare const CustomRedirectIcon: StyledComponent<IconOwnProps>;
|
|
8
5
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAQ3D,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAIxD,CAAC"}
|
package/constants/gainsight.d.ts
CHANGED
|
@@ -23,5 +23,14 @@ export declare const GAINSIGHTEVENT: {
|
|
|
23
23
|
CARD_VISIBILITY_UPDATED: string;
|
|
24
24
|
CARD_VISIBILITY_UPDATE_CLOSED: string;
|
|
25
25
|
CONNECTOR_VISIBILITY_FIELD_TAB_CLICKED: string;
|
|
26
|
+
SCHEDULE_CALL_CLICKED: string;
|
|
27
|
+
SCHEDULE_CALL_CROSS_CLICKED: string;
|
|
28
|
+
CONNECTOR_AUTH_PAGE_KB_CLICKED: string;
|
|
29
|
+
CONNECTOR_AUTH_PAGE_CONTACT_SUPPORT_CLICKED: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const GAINSIGHT_CONSTANTS: {
|
|
32
|
+
AUTH_PAGE: string;
|
|
33
|
+
DETAILS_PAGE: string;
|
|
34
|
+
CONNECTORS_PAGE_ADMIN_SIDE: string;
|
|
26
35
|
};
|
|
27
36
|
//# sourceMappingURL=gainsight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B1B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
|
|
2
2
|
export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
|
|
3
3
|
export declare const FTR_CONNECTORS_BLUE_DOT = "ftr-connector-blue-dot";
|
|
4
|
+
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_AUTH_PAGE = "ftr-connectors-schedule-call-auth-page";
|
|
5
|
+
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_ADMIN_PAGES = "ftr-connectors-admin-schedule-call";
|
|
6
|
+
export declare const CONNECTOR_SETUP_GUIDE_LINKS = "ftr-connectors-admin-guide-links";
|
|
4
7
|
export declare const HIGHER_PLAN = "On a higher plan";
|
|
5
8
|
export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
|
|
6
9
|
export declare const UPGRADE = "Upgrade";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,wCAAwC,2CAA2C,CAAC;AACjG,eAAO,MAAM,0CAA0C,uCAAuC,CAAC;AAC/F,eAAO,MAAM,2BAA2B,qCAAqC,CAAC;AAE9E,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC;AACrC,eAAO,MAAM,yBAAyB,0BAA0B,CAAC;AACjE,eAAO,MAAM,gBAAgB,qBAAqB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { TypographyProps, StackProps
|
|
2
|
+
import { TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
3
|
export declare const TitleWrapper: StyledComponent<StackProps>;
|
|
4
4
|
export declare const PageTitle: StyledComponent<TypographyProps>;
|
|
5
5
|
export declare const Description: StyledComponent<TypographyProps>;
|
|
6
6
|
export declare const FormWrapper: StyledComponent<StackProps>;
|
|
7
|
-
export declare const AuthWrapper: StyledComponent<
|
|
7
|
+
export declare const AuthWrapper: StyledComponent<StackProps>;
|
|
8
8
|
export declare const ButtonWrapper: StyledComponent<StackProps>;
|
|
9
9
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CASpD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAEtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CA0BnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAKrD,CAAC"}
|
|
@@ -9,7 +9,7 @@ export declare const AUTH_STATUS: {
|
|
|
9
9
|
export declare const AUTH_SUCCESS_TOAST_MSG = "Successfully Authorized";
|
|
10
10
|
export declare const AUTH_FAILED_TOAST_MSG = "Authorization Failed";
|
|
11
11
|
export declare const COPY_SUCCESS = "Copied to clipboard";
|
|
12
|
-
export declare const AUTH_REQUEST_FAILED_TOAST_MSG = "Something Went Wrong
|
|
12
|
+
export declare const AUTH_REQUEST_FAILED_TOAST_MSG = "Something Went Wrong!";
|
|
13
13
|
export declare const API_KEY_SUCCESS_TOAST = "Successfully Saved Details";
|
|
14
14
|
export declare const INVALID_URL_MSG = "Please enter a valid URL";
|
|
15
15
|
export declare const URL_MUST_START_WITH_HTTPS = "URL must start with https://";
|
|
@@ -20,7 +20,7 @@ export declare const LEARN_MORE_URL = "https://help.hiverhq.com/custom-connector
|
|
|
20
20
|
export declare const UPDATE_CONNECTOR: string;
|
|
21
21
|
export declare const UPDATE_CONNECTOR_DESC: string;
|
|
22
22
|
export declare const REQUIRED_STEPS: string;
|
|
23
|
-
export declare const REQUIRED_STEPS_LIST: string[];
|
|
24
23
|
export declare const VIEW_UPGRADE_GUIDE: string;
|
|
25
|
-
export declare const
|
|
24
|
+
export declare const UPGRADE_SUCCESS: string;
|
|
25
|
+
export declare const UPGRADE_FAILURE: string;
|
|
26
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,kBAAkB,iBAAiB,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAQtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAA4B,CAAC;AAChE,eAAO,MAAM,qBAAqB,yBAAyB,CAAC;AAC5D,eAAO,MAAM,YAAY,wBAAwB,CAAC;AAClD,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,KAAK,UAAU,CAAC;AAC7B,eAAO,MAAM,kBAAkB,iBAAiB,CAAC;AAEjD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAQtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAA4B,CAAC;AAChE,eAAO,MAAM,qBAAqB,yBAAyB,CAAC;AAC5D,eAAO,MAAM,YAAY,wBAAwB,CAAC;AAClD,eAAO,MAAM,6BAA6B,0BAA0B,CAAC;AACrE,eAAO,MAAM,qBAAqB,+BAA+B,CAAC;AAClE,eAAO,MAAM,eAAe,6BAA6B,CAAC;AAC1D,eAAO,MAAM,yBAAyB,iCAAiC,CAAC;AACxE,eAAO,MAAM,6BAA6B,oCAAoC,CAAC;AAE/E,eAAO,MAAM,eAAe,2CAA2C,CAAC;AACxE,eAAO,MAAM,sBAAsB,oBAAoB,CAAC;AACxD,eAAO,MAAM,cAAc,+CAA+C,CAAC;AAE3E,eAAO,MAAM,gBAAgB,EAAE,MAA2B,CAAC;AAC3D,eAAO,MAAM,qBAAqB,EAAE,MACkD,CAAC;AACvF,eAAO,MAAM,cAAc,EAAE,MAA0B,CAAC;AACxD,eAAO,MAAM,kBAAkB,EAAE,MAA6B,CAAC;AAC/D,eAAO,MAAM,eAAe,EAAE,MAA0C,CAAC;AACzE,eAAO,MAAM,eAAe,EAAE,MAAmC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/connector-info-card/index.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/connector-info-card/index.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAY7C,UAAU,iBAAiB;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,iBAAiB,0DAA2D,iBAAiB,4CAqFzG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAsCA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAgBtD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAsCA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAgBtD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAcD,eAAO,MAAM,uBAAuB,iEAKjC,wBAAwB,4CA8K1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/visibility-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA6D,MAAM,OAAO,CAAC;AA6CtF,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAK7E,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/visibility-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA6D,MAAM,OAAO,CAAC;AA6CtF,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAK7E,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAoLhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/guide-links/index.tsx"],"names":[],"mappings":"AAkBA,UAAU,cAAc;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAiBD,eAAO,MAAM,yBAAyB,sBAAuB,cAAc,mDA6B1E,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconOwnProps, StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const GuideLinkWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const GuideLinkTextWrapper: StyledComponent<TypographyProps>;
|
|
5
|
+
export declare const ChevronRightIcon: StyledComponent<IconOwnProps>;
|
|
6
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/guide-links/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CASxD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAEjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,YAAY,CAG1D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface ScheduleCallProps {
|
|
2
|
+
isApiViewPage?: boolean;
|
|
3
|
+
isSettingsPage?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const ScheduleCall: ({ isApiViewPage, isSettingsPage }: ScheduleCallProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/index.tsx"],"names":[],"mappings":"AA2BA,UAAU,iBAAiB;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,sCAAuD,iBAAiB,mDA+DhG,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconOwnProps, StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
interface ScheduleCalendlyProps extends StackProps {
|
|
4
|
+
isApiViewPage?: boolean;
|
|
5
|
+
isSettingsPage?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const ScheduleCalendly: StyledComponent<ScheduleCalendlyProps>;
|
|
8
|
+
export declare const ScheduleCalendlyWrapper: StyledComponent<ScheduleCalendlyProps>;
|
|
9
|
+
export declare const CloseIconWrapper: StyledComponent<ScheduleCalendlyProps>;
|
|
10
|
+
export declare const LimitedTimeOfferWrapper: StyledComponent<StackProps>;
|
|
11
|
+
export declare const ScheduleCallButton: StyledComponent<StackProps>;
|
|
12
|
+
export declare const ScheduleCallButtonText: StyledComponent<TypographyProps>;
|
|
13
|
+
export declare const CloseIcon: StyledComponent<IconOwnProps>;
|
|
14
|
+
export declare const CalendarIcon: StyledComponent<IconOwnProps>;
|
|
15
|
+
export declare const LimitedTimeOfferText: StyledComponent<TypographyProps>;
|
|
16
|
+
export declare const ScheduleCallDescriptionText: StyledComponent<TypographyProps>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErF,UAAU,qBAAsB,SAAQ,UAAU;IAChD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAWnE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,qBAAqB,CAO1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAEnE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAG/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CAUnE,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,YAAY,CAInD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,YAAY,CAGtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAEjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,eAAe,CAAC,eAAe,CAExE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const LIMITED_TIME_OFFER = "Limited time offer";
|
|
2
|
+
export declare const SEMI_COLON = ":";
|
|
3
|
+
export declare const SCHEDULE_CALL_DESCRIPTION = "Expert setup assistance available! Book a 15 min call with our integration specialist.";
|
|
4
|
+
export declare const SCHEDULE_CALL = "Schedule call";
|
|
5
|
+
export declare const KNOWLEDGE_BASE_TEXT = "Help Article";
|
|
6
|
+
export declare const CONTACT_SUPPORT_TEXT = "Contact Support";
|
|
7
|
+
export declare const KNOWLEDGE_BASE_LINK = "https://help.hiverhq.com/custom-connectors";
|
|
8
|
+
export declare const CONTACT_SUPPORT_LINK = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
|
|
9
|
+
export declare const SCHEDULE_CALL_LINK = "https://calendly.com/aditya-s-grexit/15-min-connector-setup";
|
|
10
|
+
export declare const LOCAL_STORAGE_CLOSE_BUTTON_CLICK = "hiver_schedule_call_close_button_click";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-setup-guide/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,UAAU,MAAM,CAAC;AAC9B,eAAO,MAAM,yBAAyB,2FACoD,CAAC;AAC3F,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,mBAAmB,iBAAiB,CAAC;AAClD,eAAO,MAAM,oBAAoB,oBAAoB,CAAC;AACtD,eAAO,MAAM,mBAAmB,+CAA+C,CAAC;AAChF,eAAO,MAAM,oBAAoB,yDAAyD,CAAC;AAC3F,eAAO,MAAM,kBAAkB,gEAAgE,CAAC;AAChG,eAAO,MAAM,gCAAgC,2CAA2C,CAAC"}
|