propro-common-components 0.2.84 → 0.3.1

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.
Files changed (67) hide show
  1. package/dist/api/useGet.d.ts +2 -2
  2. package/dist/api/useMutate.d.ts +1 -1
  3. package/dist/api/useMutateWithKeepAlive.d.ts +2 -2
  4. package/dist/components/Auth/AuthCallback.d.ts +44 -0
  5. package/dist/components/Auth/AuthCallbackHandler.d.ts +24 -0
  6. package/dist/components/Auth/index.d.ts +2 -0
  7. package/dist/components/theme-provider.d.ts +1 -0
  8. package/dist/components/ui/dropdown-menu.d.ts +3 -3
  9. package/dist/components/ui/menubar.d.ts +31 -0
  10. package/dist/constants/authConstants.d.ts +21 -0
  11. package/dist/hoc/PrivateRoute.d.ts +1 -0
  12. package/dist/hooks/useAuth.d.ts +2 -1
  13. package/dist/main.css +1 -1
  14. package/dist/main.d.ts +6 -1
  15. package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +30 -30
  16. package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +7 -0
  17. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +55 -55
  18. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicDescription.d.ts +16 -16
  19. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +72 -72
  20. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +0 -3
  21. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +0 -3
  22. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +0 -3
  23. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +24 -24
  24. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +59 -80
  25. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +14 -14
  26. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +40 -43
  27. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +570 -550
  28. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +88 -88
  29. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSlider.d.ts +64 -64
  30. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSliderThumb.d.ts +6 -6
  31. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +58 -58
  32. package/dist/propro-common-components.js +25546 -26714
  33. package/dist/utils/configureAuth.d.ts +67 -0
  34. package/dist/utils/createAuthRouteLoader.d.ts +43 -0
  35. package/dist/utils/handleAuth.d.ts +1 -1
  36. package/dist/utils/iconUtils.d.ts +1 -1
  37. package/package.json +114 -116
  38. package/dist/plasmicComponents/AccountActivationConformation.d.ts +0 -6
  39. package/dist/plasmicComponents/ProProLandingContent.d.ts +0 -6
  40. package/dist/plasmicComponents/ProductCards.d.ts +0 -6
  41. package/dist/plasmicComponents/plasmic/antd/PlasmicStyleTokensProvider.d.ts +0 -1
  42. package/dist/plasmicComponents/plasmic/antd/plasmic.d.ts +0 -1
  43. package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicStyleTokensProvider.d.ts +0 -1
  44. package/dist/plasmicComponents/plasmic/antd_5_hostless/plasmic.d.ts +0 -1
  45. package/dist/plasmicComponents/plasmic/loading_boundary/PlasmicStyleTokensProvider.d.ts +0 -1
  46. package/dist/plasmicComponents/plasmic/loading_boundary/plasmic.d.ts +0 -1
  47. package/dist/plasmicComponents/plasmic/lottie_react/PlasmicStyleTokensProvider.d.ts +0 -1
  48. package/dist/plasmicComponents/plasmic/lottie_react/plasmic.d.ts +0 -1
  49. package/dist/plasmicComponents/plasmic/plasmic_basic_components/PlasmicStyleTokensProvider.d.ts +0 -1
  50. package/dist/plasmicComponents/plasmic/plasmic_basic_components/plasmic.d.ts +0 -1
  51. package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicStyleTokensProvider.d.ts +0 -1
  52. package/dist/plasmicComponents/plasmic/plasmic_embed_css/plasmic.d.ts +0 -1
  53. package/dist/plasmicComponents/plasmic/plasmic_rich_components/PlasmicStyleTokensProvider.d.ts +0 -1
  54. package/dist/plasmicComponents/plasmic/plasmic_rich_components/plasmic.d.ts +0 -1
  55. package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__CheckMark.d.ts +0 -7
  56. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicAccountActivationConformation.d.ts +0 -176
  57. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +0 -130
  58. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLandingContent.d.ts +0 -117
  59. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProductCards.d.ts +0 -97
  60. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicStyleTokensProvider.d.ts +0 -1
  61. package/dist/plasmicComponents/plasmic/pro_pro/plasmic.d.ts +0 -1
  62. package/dist/plasmicComponents/plasmic/react_aria/PlasmicStyleTokensProvider.d.ts +0 -1
  63. package/dist/plasmicComponents/plasmic/react_aria/plasmic.d.ts +0 -1
  64. package/dist/plasmicComponents/plasmic/react_awesome_reveal/PlasmicStyleTokensProvider.d.ts +0 -1
  65. package/dist/plasmicComponents/plasmic/react_awesome_reveal/plasmic.d.ts +0 -1
  66. /package/dist/plasmicComponents/plasmic/pro_pro/icons/{PlasmicIcon__FilledSvg.d.ts → PlasmicIcon__Filledsvg.d.ts} +0 -0
  67. /package/dist/plasmicComponents/plasmic/pro_pro/icons/{PlasmicIcon__SearchSvg.d.ts → PlasmicIcon__Searchsvg.d.ts} +0 -0
@@ -0,0 +1,67 @@
1
+ export interface AuthConfig {
2
+ /**
3
+ * Client ID for web authentication
4
+ * Defaults to AUTH_CLIENTS.WEB
5
+ */
6
+ webClientId?: string;
7
+ /**
8
+ * Client ID for desktop authentication
9
+ * Defaults to AUTH_CLIENTS.DESKTOP
10
+ */
11
+ desktopClientId?: string;
12
+ /**
13
+ * Redirect URI for desktop deep link
14
+ * Defaults to AUTH_REDIRECT_URIS.DESKTOP
15
+ */
16
+ desktopRedirectUri?: string;
17
+ /**
18
+ * Function to get web redirect URI
19
+ * Defaults to `${window.location.origin}/auth/callback`
20
+ */
21
+ getWebRedirectUri?: () => string;
22
+ /**
23
+ * Function to get auth frontend URL
24
+ * Defaults to constructing from API base URL
25
+ */
26
+ getAuthFrontendUrl?: () => string;
27
+ /**
28
+ * API base URL for token exchange
29
+ */
30
+ apiBaseUrl?: string;
31
+ /**
32
+ * Redirect path after successful authentication
33
+ * Defaults to '/dashboard/overview'
34
+ */
35
+ successRedirectPath?: string;
36
+ /**
37
+ * Redirect path on authentication failure
38
+ * Defaults to '/desktop-entry'
39
+ */
40
+ errorRedirectPath?: string;
41
+ }
42
+ /**
43
+ * Configure authentication settings for the application
44
+ * Call this once during app initialization
45
+ *
46
+ * @example
47
+ * ```tsx
48
+ * import { configureAuth } from 'propro-common-components';
49
+ *
50
+ * configureAuth({
51
+ * webClientId: 'myapp_web',
52
+ * desktopClientId: 'myapp_desktop',
53
+ * desktopRedirectUri: 'myapp://auth/callback',
54
+ * apiBaseUrl: 'https://api.myapp.com',
55
+ * successRedirectPath: '/dashboard',
56
+ * });
57
+ * ```
58
+ */
59
+ export declare function configureAuth(config: AuthConfig): void;
60
+ /**
61
+ * Get the current auth configuration
62
+ */
63
+ export declare function getAuthConfig(): AuthConfig;
64
+ /**
65
+ * Reset auth configuration to defaults
66
+ */
67
+ export declare function resetAuthConfig(): void;
@@ -0,0 +1,43 @@
1
+ import { LoaderFunctionArgs } from 'react-router-dom';
2
+
3
+ interface AuthRouteLoaderOptions {
4
+ /**
5
+ * Whether to allow redirect (for web) or just open browser (for desktop)
6
+ * Defaults to true
7
+ */
8
+ allowRedirect?: boolean;
9
+ /**
10
+ * Custom logic to run before auth check
11
+ * Return a Response to short-circuit the loader
12
+ */
13
+ beforeAuthCheck?: (args: LoaderFunctionArgs) => Promise<Response | null> | Response | null;
14
+ /**
15
+ * Custom logic to run after successful auth check
16
+ * Return a Response to short-circuit the loader
17
+ */
18
+ afterAuthCheck?: (args: LoaderFunctionArgs) => Promise<Response | null> | Response | null;
19
+ }
20
+ /**
21
+ * Creates a route loader function that handles authentication
22
+ * Can be used in React Router v6+ route configurations
23
+ *
24
+ * @example
25
+ * ```tsx
26
+ * import { createAuthRouteLoader } from 'propro-common-components';
27
+ *
28
+ * const routes = [
29
+ * {
30
+ * path: '/dashboard',
31
+ * loader: createAuthRouteLoader({
32
+ * afterAuthCheck: async () => {
33
+ * // Fetch dashboard data
34
+ * return null; // Continue with route loading
35
+ * }
36
+ * }),
37
+ * element: <Dashboard />
38
+ * }
39
+ * ];
40
+ * ```
41
+ */
42
+ export declare function createAuthRouteLoader(options?: AuthRouteLoaderOptions): (args: LoaderFunctionArgs) => Promise<Response | Request>;
43
+ export {};
@@ -1 +1 @@
1
- export declare const handleAuth: (allowRedirect?: boolean) => Promise<any>;
1
+ export declare const handleAuth: (allowRedirect?: boolean) => Promise<string>;
@@ -13,4 +13,4 @@ export declare const searchIcon: (name?: string, importType?: ImportMethodTypes)
13
13
  component: FC;
14
14
  }[] | undefined>;
15
15
  export declare function loadIcon(name: string, style?: StyleType | '', path?: string, importMethod?: ImportMethodTypes): Promise<(() => null) | ((props: SVGProps<any>) => import("react/jsx-runtime").JSX.Element)>;
16
- export declare const getAvailableStyles: (iconName: string, path?: string) => Promise<("line" | "solid" | "duotone")[]>;
16
+ export declare const getAvailableStyles: (iconName: string, path?: string) => Promise<('line' | 'solid' | 'duotone')[]>;
package/package.json CHANGED
@@ -1,118 +1,116 @@
1
1
  {
2
- "name": "propro-common-components",
3
- "version": "0.2.84",
4
- "type": "module",
5
- "main": "dist/propro-common-components.js",
6
- "types": "dist/main.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "scripts": {
11
- "dev": "vite",
12
- "build": "tsc --p ./tsconfig-build.json && vite build",
13
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
14
- "preview": "vite preview",
15
- "prepublishOnly": "yarn build",
16
- "storybook": "storybook dev -p 6006",
17
- "build-storybook": "storybook build"
18
- },
19
- "dependencies": {
20
- "@ant-design/icons": "^5.2.6",
21
- "@ant-design/pro-components": "^2.6.4",
22
- "@fortawesome/fontawesome-svg-core": "^6.5.1",
23
- "@fortawesome/free-solid-svg-icons": "^6.5.1",
24
- "@fortawesome/react-fontawesome": "^0.2.0",
25
- "@mantine/hooks": "^7.9.0",
26
- "@plasmicapp/cli": "^0.1.327",
27
- "@plasmicapp/host": "^1.0.227",
28
- "@plasmicapp/react-web": "^0.2.406",
29
- "@plasmicpkgs/antd": "^2.0.150",
30
- "@plasmicpkgs/antd5": "^0.0.308",
31
- "@plasmicpkgs/lottie-react": "^0.0.220",
32
- "@plasmicpkgs/plasmic-basic-components": "^0.0.256",
33
- "@plasmicpkgs/plasmic-embed-css": "^0.1.213",
34
- "@plasmicpkgs/plasmic-rich-components": "^1.0.224",
35
- "@plasmicpkgs/plasmic-tabs": "^0.0.49",
36
- "@plasmicpkgs/react-aria": "^0.0.155",
37
- "@plasmicpkgs/react-awesome-reveal": "^3.8.230",
38
- "@radix-ui/react-avatar": "^1.0.4",
39
- "@radix-ui/react-dialog": "^1.0.5",
40
- "@radix-ui/react-dropdown-menu": "^2.0.6",
41
- "@radix-ui/react-label": "^2.0.2",
42
- "@radix-ui/react-menubar": "^1.0.4",
43
- "@radix-ui/react-popover": "^1.0.7",
44
- "@radix-ui/react-slot": "^1.0.2",
45
- "@radix-ui/react-switch": "^1.0.3",
46
- "@radix-ui/react-tabs": "^1.0.4",
47
- "@radix-ui/react-tooltip": "^1.1.2",
48
- "@tanstack/react-query": "^5.90.5",
49
- "@tanstack/react-query-devtools": "^5.90.2",
50
- "@tauri-apps/api": "^2.0.2",
51
- "@tauri-apps/plugin-fs": "^2.2.0",
52
- "@tauri-apps/plugin-http": "^2.0.0",
53
- "@tauri-apps/plugin-upload": "^2.2.1",
54
- "@types/chrome": "^0.0.287",
55
- "@types/js-cookie": "^3.0.6",
56
- "@types/webpack-env": "^1.18.8",
57
- "antd": "^5.27.6",
58
- "axios": "^1.6.7",
59
- "class-variance-authority": "^0.7.0",
60
- "clsx": "^2.1.0",
61
- "formik": "^2.4.5",
62
- "js-cookie": "^3.0.5",
63
- "lucide-react": "^0.309.0",
64
- "propro-icons": "^0.0.32",
65
- "react-error-boundary": "^4.0.12",
66
- "react-lottie": "^1.2.4",
67
- "react-router-dom": "^6.22.3",
68
- "react-toastify": "^10.0.5",
69
- "sonner": "^1.7.0",
70
- "tailwind-merge": "^2.2.0",
71
- "tailwindcss-animate": "^1.0.7",
72
- "yup": "^1.4.0"
73
- },
74
- "devDependencies": {
75
- "@chromatic-com/storybook": "^1.5.0",
76
- "@storybook/addon-essentials": "^8.1.5",
77
- "@storybook/addon-interactions": "^8.1.5",
78
- "@storybook/addon-links": "^8.1.5",
79
- "@storybook/addon-onboarding": "^8.1.5",
80
- "@storybook/blocks": "^8.1.5",
81
- "@storybook/react": "^8.1.5",
82
- "@storybook/react-vite": "^8.1.5",
83
- "@storybook/test": "^8.1.5",
84
- "@tailwindcss/forms": "^0.5.7",
85
- "@tailwindcss/typography": "^0.5.10",
86
- "@types/node": "^20.11.5",
87
- "@types/react": "^18.2.43",
88
- "@types/react-dom": "^18.2.17",
89
- "@types/react-lottie": "^1.2.10",
90
- "@typescript-eslint/eslint-plugin": "^6.14.0",
91
- "@typescript-eslint/parser": "^6.14.0",
92
- "@vitejs/plugin-react": "^4.2.1",
93
- "autoprefixer": "^10.4.16",
94
- "eslint": "^8.55.0",
95
- "eslint-plugin-react-hooks": "^4.6.0",
96
- "eslint-plugin-react-refresh": "^0.4.5",
97
- "eslint-plugin-storybook": "^0.8.0",
98
- "glob": "^10.3.10",
99
- "postcss": "^8.4.33",
100
- "react": "^18.2.0",
101
- "react-dom": "^18.2.0",
102
- "storybook": "^8.1.5",
103
- "tailwindcss": "^3.4.1",
104
- "typescript": "^5.2.2",
105
- "vite": "^5.0.8",
106
- "vite-plugin-dts": "^3.7.1",
107
- "vite-plugin-lib-inject-css": "^1.3.0"
108
- },
109
- "peerDependencies": {
110
- "@tanstack/react-query": "^5.90.5",
111
- "@tanstack/react-query-devtools": "^5.90.2",
112
- "axios": "^1.6.7",
113
- "react": "^18.2.0",
114
- "react-dom": "^18.2.0",
115
- "react-router-dom": "^6.22.3",
116
- "react-toastify": "^10.0.5"
117
- }
2
+ "name": "propro-common-components",
3
+ "version": "0.3.1",
4
+ "type": "module",
5
+ "main": "dist/propro-common-components.js",
6
+ "types": "dist/main.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "dev": "vite",
12
+ "build": "vite build",
13
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
14
+ "preview": "vite preview",
15
+ "prepublishOnly": "yarn build",
16
+ "storybook": "storybook dev -p 6006",
17
+ "build-storybook": "storybook build"
18
+ },
19
+ "dependencies": {
20
+ "@ant-design/icons": "^5.2.6",
21
+ "@ant-design/pro-components": "^2.6.4",
22
+ "@fortawesome/fontawesome-svg-core": "^6.5.1",
23
+ "@fortawesome/free-solid-svg-icons": "^6.5.1",
24
+ "@fortawesome/react-fontawesome": "^0.2.0",
25
+ "@mantine/hooks": "^7.9.0",
26
+ "@plasmicapp/cli": "^0.1.327",
27
+ "@plasmicapp/react-web": "^0.2.337",
28
+ "@plasmicpkgs/antd": "^2.0.130",
29
+ "@plasmicpkgs/antd5": "^0.0.265",
30
+ "@plasmicpkgs/lottie-react": "^0.0.200",
31
+ "@plasmicpkgs/plasmic-basic-components": "^0.0.232",
32
+ "@plasmicpkgs/plasmic-embed-css": "^0.1.194",
33
+ "@plasmicpkgs/plasmic-rich-components": "^1.0.199",
34
+ "@plasmicpkgs/plasmic-tabs": "^0.0.49",
35
+ "@plasmicpkgs/react-aria": "^0.0.135",
36
+ "@plasmicpkgs/react-awesome-reveal": "^3.8.211",
37
+ "@radix-ui/react-avatar": "^1.0.4",
38
+ "@radix-ui/react-dialog": "^1.0.5",
39
+ "@radix-ui/react-dropdown-menu": "^2.0.6",
40
+ "@radix-ui/react-label": "^2.0.2",
41
+ "@radix-ui/react-menubar": "^1.0.4",
42
+ "@radix-ui/react-popover": "^1.0.7",
43
+ "@radix-ui/react-slot": "^1.0.2",
44
+ "@radix-ui/react-switch": "^1.0.3",
45
+ "@radix-ui/react-tabs": "^1.0.4",
46
+ "@radix-ui/react-tooltip": "^1.1.2",
47
+ "@tauri-apps/api": "^2.0.2",
48
+ "@tauri-apps/plugin-fs": "^2.2.0",
49
+ "@tauri-apps/plugin-http": "^2.0.0",
50
+ "@tauri-apps/plugin-shell": "^2.3.1",
51
+ "@tauri-apps/plugin-upload": "^2.2.1",
52
+ "@types/chrome": "^0.0.287",
53
+ "@types/js-cookie": "^3.0.6",
54
+ "antd": "^5.23.4",
55
+ "axios": "^1.6.7",
56
+ "class-variance-authority": "^0.7.0",
57
+ "clsx": "^2.1.0",
58
+ "formik": "^2.4.5",
59
+ "js-cookie": "^3.0.5",
60
+ "lucide-react": "^0.309.0",
61
+ "propro-icons": "^0.0.32",
62
+ "react-error-boundary": "^4.0.12",
63
+ "react-lottie": "^1.2.4",
64
+ "react-router-dom": "^6.22.3",
65
+ "react-toastify": "^10.0.5",
66
+ "sonner": "^1.7.0",
67
+ "tailwind-merge": "^2.2.0",
68
+ "tailwindcss-animate": "^1.0.7",
69
+ "yup": "^1.4.0"
70
+ },
71
+ "devDependencies": {
72
+ "@chromatic-com/storybook": "^1.5.0",
73
+ "@storybook/addon-essentials": "^8.1.5",
74
+ "@storybook/addon-interactions": "^8.1.5",
75
+ "@storybook/addon-links": "^8.1.5",
76
+ "@storybook/addon-onboarding": "^8.1.5",
77
+ "@storybook/blocks": "^8.1.5",
78
+ "@storybook/react": "^8.1.5",
79
+ "@storybook/react-vite": "^8.1.5",
80
+ "@storybook/test": "^8.1.5",
81
+ "@tailwindcss/forms": "^0.5.7",
82
+ "@tailwindcss/typography": "^0.5.10",
83
+ "@types/node": "^20.11.5",
84
+ "@types/react": "^18.2.43",
85
+ "@types/react-dom": "^18.2.17",
86
+ "@types/react-lottie": "^1.2.10",
87
+ "@typescript-eslint/eslint-plugin": "^6.14.0",
88
+ "@typescript-eslint/parser": "^6.14.0",
89
+ "@vitejs/plugin-react": "^4.2.1",
90
+ "autoprefixer": "^10.4.16",
91
+ "eslint": "^8.55.0",
92
+ "eslint-plugin-react-hooks": "^4.6.0",
93
+ "eslint-plugin-react-refresh": "^0.4.5",
94
+ "eslint-plugin-storybook": "^0.8.0",
95
+ "glob": "^10.3.10",
96
+ "postcss": "^8.4.33",
97
+ "react": "^18.2.0",
98
+ "react-dom": "^18.2.0",
99
+ "storybook": "^8.1.5",
100
+ "tailwindcss": "^3.4.1",
101
+ "typescript": "^5.2.2",
102
+ "vite": "^5.0.8",
103
+ "vite-plugin-dts": "^3.7.1",
104
+ "vite-plugin-lib-inject-css": "^1.3.0"
105
+ },
106
+ "peerDependencies": {
107
+ "@tanstack/react-query": "^5.75.2",
108
+ "@tanstack/react-query-devtools": "^5.75.2",
109
+ "axios": "^1.6.7",
110
+ "react": "^18.2.0",
111
+ "react-dom": "^18.2.0",
112
+ "react-router-dom": "^6.22.3",
113
+ "react-toastify": "^10.0.5"
114
+ },
115
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
118
116
  }
@@ -1,6 +0,0 @@
1
- import { DefaultAccountActivationConformationProps } from './plasmic/pro_pro/PlasmicAccountActivationConformation';
2
- import * as React from "react";
3
- export interface AccountActivationConformationProps extends DefaultAccountActivationConformationProps {
4
- }
5
- declare const AccountActivationConformation: React.ForwardRefExoticComponent<AccountActivationConformationProps & React.RefAttributes<HTMLDivElement>>;
6
- export default AccountActivationConformation;
@@ -1,6 +0,0 @@
1
- import { DefaultProProLandingContentProps } from './plasmic/pro_pro/PlasmicProProLandingContent';
2
- import * as React from "react";
3
- export interface ProProLandingContentProps extends DefaultProProLandingContentProps {
4
- }
5
- declare const ProProLandingContent: React.ForwardRefExoticComponent<ProProLandingContentProps & React.RefAttributes<HTMLDivElement>>;
6
- export default ProProLandingContent;
@@ -1,6 +0,0 @@
1
- import { DefaultProductCardsProps } from './plasmic/pro_pro/PlasmicProductCards';
2
- import * as React from "react";
3
- export interface ProductCardsProps extends DefaultProductCardsProps {
4
- }
5
- declare const ProductCards: React.ForwardRefExoticComponent<ProductCardsProps & React.RefAttributes<HTMLDivElement>>;
6
- export default ProductCards;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1 +0,0 @@
1
- export declare const _useStyleTokens: () => string[];
@@ -1 +0,0 @@
1
- export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
@@ -1,7 +0,0 @@
1
- import { default as React } from 'react';
2
-
3
- export type CheckMarkIconProps = React.ComponentProps<"svg"> & {
4
- title?: string;
5
- };
6
- export declare function CheckMarkIcon(props: CheckMarkIconProps): import("react/jsx-runtime").JSX.Element;
7
- export default CheckMarkIcon;