@licklist/design 0.78.43 → 0.78.45
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/.yarnrc.yml +5 -0
- package/dist/custom-fields/constants.d.ts +9 -8
- package/dist/custom-fields/constants.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +3 -3
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +5 -15
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.d.ts +4 -4
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/product-set/form/SelectCategoryModal.d.ts +5 -5
- package/dist/product-set/utils/index.d.ts +12 -12
- package/dist/sales/coupon/utils/index.d.ts +2 -2
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/v2/components/InputCheckbox/InputCheckbox.scss.js +1 -1
- package/dist/v2/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/v2/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/v2/components/ZoneCard/ZoneCard.scss.js +1 -1
- package/dist/v2/components/index.d.ts +1 -1
- package/dist/v2/components/index.d.ts.map +1 -1
- package/dist/v2/dashboard-analytics/blog-posts/index.d.ts +1 -1
- package/dist/v2/dashboard-analytics/blog-posts/index.d.ts.map +1 -1
- package/dist/v2/dashboard-analytics/chart/Chart.d.ts.map +1 -1
- package/dist/v2/dashboard-analytics/chart/Chart.js +3 -2
- package/dist/v2/icons/index.d.ts +14 -0
- package/dist/v2/icons/index.d.ts.map +1 -1
- package/dist/v2/icons/index.js +47 -1
- package/dist/v2/index.d.ts +2 -0
- package/dist/v2/index.d.ts.map +1 -1
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.js +1 -1
- package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts.map +1 -1
- package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts.map +1 -1
- package/dist/v2/navigation/config.d.ts.map +1 -1
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts +12 -0
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts.map +1 -0
- package/dist/v2/pages/SettingsSubPage/index.d.ts +3 -0
- package/dist/v2/pages/SettingsSubPage/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts +14 -0
- package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts.map +1 -0
- package/dist/v2/pages/auth/AuthLayout/index.d.ts +3 -0
- package/dist/v2/pages/auth/AuthLayout/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts +10 -0
- package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/CreatePassword/index.d.ts +3 -0
- package/dist/v2/pages/auth/CreatePassword/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/Login/LoginPage.d.ts +11 -0
- package/dist/v2/pages/auth/Login/LoginPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/Login/index.d.ts +3 -0
- package/dist/v2/pages/auth/Login/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts +12 -0
- package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/ResetPassword/index.d.ts +3 -0
- package/dist/v2/pages/auth/ResetPassword/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts +9 -0
- package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/VerifyEmail/index.d.ts +3 -0
- package/dist/v2/pages/auth/VerifyEmail/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/index.d.ts +11 -0
- package/dist/v2/pages/auth/index.d.ts.map +1 -0
- package/dist/v2/styles/common.scss +7 -0
- package/dist/v2/styles/components/Button.scss +199 -0
- package/dist/v2/styles/form/Layout.scss +15 -0
- package/dist/v2/styles/form/NewInput.scss +271 -0
- package/dist/v2/styles/form/NewInput.scss.js +1 -1
- package/dist/v2/styles/index.scss +6 -0
- package/dist/v2/styles/navigation/Navigation.scss +17 -0
- package/dist/v2/styles/navigation/NavigationItem.scss +86 -0
- package/dist/v2/styles/navigation/NavigationSection.scss +26 -0
- package/dist/v2/styles/navigation/_index.scss +9 -0
- package/dist/v2/styles/tokens/_colors.scss +562 -0
- package/dist/v2/styles/tokens/_sizes.scss +125 -0
- package/dist/v2/styles/tokens/_status.scss +108 -0
- package/dist/v2/styles/tokens/_typography.scss +146 -0
- package/dist/v2/types/navigation.d.ts +2 -0
- package/dist/v2/types/navigation.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.js +3 -2
- package/package.json +4 -4
- package/rollup.config.js +7 -0
- package/src/auth/Authorizer.tsx +1 -1
- package/src/index.ts +1 -2
- package/src/static/date-range-input/DateRangeInput.tsx +1 -0
- package/src/v2/components/InputCheckbox/InputCheckbox.scss +3 -3
- package/src/v2/components/NPSScore/NPSScore.tsx +2 -2
- package/src/v2/components/Tooltip/Tooltip.tsx +1 -2
- package/src/v2/components/ZoneCard/ZoneCard.scss +78 -0
- package/src/v2/components/index.ts +1 -0
- package/src/v2/dashboard-analytics/blog-posts/index.ts +1 -1
- package/src/v2/dashboard-analytics/chart/Chart.tsx +36 -31
- package/src/v2/dashboard-analytics/dashboard/Dashboard.tsx +1 -1
- package/src/v2/icons/Icons.stories.tsx +253 -0
- package/src/v2/icons/index.tsx +24 -0
- package/src/v2/index.ts +4 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.tsx +1 -1
- package/src/v2/navigation/DashboardLayout/TopNavigation.tsx +9 -6
- package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.tsx +1 -1
- package/src/v2/navigation/FigmasSideBar/FigmasSideBar.tsx +6 -4
- package/src/v2/navigation/config.tsx +0 -1
- package/src/v2/pages/SettingsSubPage/SettingsSubPage.scss +43 -0
- package/src/v2/pages/SettingsSubPage/SettingsSubPage.tsx +49 -0
- package/src/v2/pages/SettingsSubPage/index.ts +2 -0
- package/src/v2/pages/auth/AuthLayout/AuthLayout.scss +140 -0
- package/src/v2/pages/auth/AuthLayout/AuthLayout.tsx +61 -0
- package/src/v2/pages/auth/AuthLayout/index.ts +2 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.scss +149 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.stories.tsx +45 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.tsx +179 -0
- package/src/v2/pages/auth/CreatePassword/index.ts +2 -0
- package/src/v2/pages/auth/Login/LoginPage.scss +49 -0
- package/src/v2/pages/auth/Login/LoginPage.stories.tsx +45 -0
- package/src/v2/pages/auth/Login/LoginPage.tsx +98 -0
- package/src/v2/pages/auth/Login/index.ts +2 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.scss +84 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.stories.tsx +53 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.tsx +109 -0
- package/src/v2/pages/auth/ResetPassword/index.ts +2 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss +72 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.stories.tsx +41 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.tsx +110 -0
- package/src/v2/pages/auth/VerifyEmail/index.ts +2 -0
- package/src/v2/pages/auth/index.ts +14 -0
- package/src/v2/styles/form/NewInput.scss +12 -0
- package/src/v2/types/navigation.ts +3 -0
- package/src/virtualized/components/VirtualizedGrid.tsx +1 -0
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +1 -0
- package/tsconfig.build.tsbuildinfo +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/v2/navigation/config.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/v2/navigation/config.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AA+DzD,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAqF5C,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './SettingsSubPage.scss';
|
|
3
|
+
export interface SettingsSubPageProps {
|
|
4
|
+
title?: string;
|
|
5
|
+
backLabel?: string;
|
|
6
|
+
onBack?: () => void;
|
|
7
|
+
actionLabel?: string;
|
|
8
|
+
onAction?: () => void;
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export declare const SettingsSubPage: React.FC<SettingsSubPageProps>;
|
|
12
|
+
//# sourceMappingURL=SettingsSubPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsSubPage.d.ts","sourceRoot":"","sources":["../../../../src/v2/pages/SettingsSubPage/SettingsSubPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,wBAAwB,CAAA;AAE/B,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiC1D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/v2/pages/SettingsSubPage/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './AuthLayout.scss';
|
|
3
|
+
export interface AuthLayoutProps {
|
|
4
|
+
badgeLabel: string;
|
|
5
|
+
icon: React.ReactNode;
|
|
6
|
+
title: string;
|
|
7
|
+
subtitle: string;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
version?: string;
|
|
10
|
+
error?: string;
|
|
11
|
+
successMessage?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const AuthLayout: React.FC<AuthLayoutProps>;
|
|
14
|
+
//# sourceMappingURL=AuthLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthLayout.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/AuthLayout/AuthLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,mBAAmB,CAAA;AAM1B,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0ChD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/AuthLayout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './CreatePasswordPage.scss';
|
|
3
|
+
export interface CreatePasswordPageProps {
|
|
4
|
+
onSubmit: (password: string) => Promise<void> | void;
|
|
5
|
+
onResetInstead?: () => void;
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
error?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const CreatePasswordPage: React.FC<CreatePasswordPageProps>;
|
|
10
|
+
//# sourceMappingURL=CreatePasswordPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePasswordPage.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/CreatePassword/CreatePasswordPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAOzB,OAAO,2BAA2B,CAAA;AAOlC,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;IACpD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAA;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA6JhE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/CreatePassword/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,YAAY,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './LoginPage.scss';
|
|
3
|
+
export interface LoginPageProps {
|
|
4
|
+
onSubmit: (email: string, password: string) => Promise<void> | void;
|
|
5
|
+
onForgotPassword?: () => void;
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
error?: string;
|
|
8
|
+
version?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const LoginPage: React.FC<LoginPageProps>;
|
|
11
|
+
//# sourceMappingURL=LoginPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginPage.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/Login/LoginPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,OAAO,kBAAkB,CAAA;AAOzB,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;IACnE,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA0E9C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/Login/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './ResetPasswordPage.scss';
|
|
3
|
+
export interface ResetPasswordPageProps {
|
|
4
|
+
onSubmit: (email: string) => Promise<void> | void;
|
|
5
|
+
onBackToLogin?: () => void;
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
error?: string;
|
|
8
|
+
successMessage?: string;
|
|
9
|
+
version?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const ResetPasswordPage: React.FC<ResetPasswordPageProps>;
|
|
12
|
+
//# sourceMappingURL=ResetPasswordPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResetPasswordPage.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/ResetPassword/ResetPasswordPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,OAAO,0BAA0B,CAAA;AAMjC,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;IACjD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAqF9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/ResetPassword/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './VerifyEmailPage.scss';
|
|
3
|
+
export interface VerifyEmailPageProps {
|
|
4
|
+
onSubmit: (code: string) => Promise<void> | void;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
error?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const VerifyEmailPage: React.FC<VerifyEmailPageProps>;
|
|
9
|
+
//# sourceMappingURL=VerifyEmailPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerifyEmailPage.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/VerifyEmail/VerifyEmailPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAA;AAK/C,OAAO,wBAAwB,CAAA;AAI/B,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;IAChD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8F1D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/pages/auth/VerifyEmail/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { AuthLayout } from './AuthLayout';
|
|
2
|
+
export type { AuthLayoutProps } from './AuthLayout';
|
|
3
|
+
export { LoginPage } from './Login';
|
|
4
|
+
export type { LoginPageProps } from './Login';
|
|
5
|
+
export { ResetPasswordPage } from './ResetPassword';
|
|
6
|
+
export type { ResetPasswordPageProps } from './ResetPassword';
|
|
7
|
+
export { CreatePasswordPage } from './CreatePassword';
|
|
8
|
+
export type { CreatePasswordPageProps } from './CreatePassword';
|
|
9
|
+
export { VerifyEmailPage } from './VerifyEmail';
|
|
10
|
+
export type { VerifyEmailPageProps } from './VerifyEmail';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/v2/pages/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAEnD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AACnC,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACnD,YAAY,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AAE7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAA;AACrD,YAAY,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,YAAY,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/* Button Component Styles based on Figma design */
|
|
2
|
+
|
|
3
|
+
.new-button {
|
|
4
|
+
display: flex;
|
|
5
|
+
gap: var(--spacing-sm);
|
|
6
|
+
justify-content: center;
|
|
7
|
+
padding: 12px 24px;
|
|
8
|
+
align-self: flex-start;
|
|
9
|
+
text-align: center;
|
|
10
|
+
align-items: center;
|
|
11
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
12
|
+
font-weight: 600;
|
|
13
|
+
line-height: 20px;
|
|
14
|
+
min-height: 44px;
|
|
15
|
+
border: none;
|
|
16
|
+
border-radius: 8px;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
transition: all 0.2s ease;
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
|
|
21
|
+
// Primary Button - Solid purple
|
|
22
|
+
&--primary {
|
|
23
|
+
background: #6200EE;
|
|
24
|
+
color: #ffffff;
|
|
25
|
+
|
|
26
|
+
&:hover {
|
|
27
|
+
background: #360083;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&:active,
|
|
31
|
+
&:focus {
|
|
32
|
+
background: #360083;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Primary - Soft (Light purple)
|
|
37
|
+
&--primary-soft {
|
|
38
|
+
background: #efeffe;
|
|
39
|
+
color: #5d5bf4;
|
|
40
|
+
|
|
41
|
+
&:hover {
|
|
42
|
+
background: #cdccfc;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:active {
|
|
46
|
+
background: #b4b4fa;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// Primary - Outline
|
|
51
|
+
&--primary-outline {
|
|
52
|
+
border: 2px solid var(--fills-main-fill-action, #6200ee);
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
color: var(--labels-main-label-action, #6200ee);
|
|
55
|
+
|
|
56
|
+
&:hover {
|
|
57
|
+
border: 2px solid var(--fills-main-fill-action, #6200ee);
|
|
58
|
+
background-color: var(--surfaces-main-background-action-soft, #efe6fd);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:active {
|
|
62
|
+
background-color: var(--surfaces-main-background-action-soft, #efe6fd);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Secondary Button
|
|
67
|
+
&--secondary {
|
|
68
|
+
border-radius: var(--sizes-radius-radius, 8px);
|
|
69
|
+
background: var(--surface-action-soft);
|
|
70
|
+
color: var(--label-action);
|
|
71
|
+
|
|
72
|
+
&:hover {
|
|
73
|
+
background: #EFE6FD;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:active,
|
|
77
|
+
&:focus {
|
|
78
|
+
background: #EFE6FD;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// Secondary - Soft
|
|
83
|
+
&--secondary-soft {
|
|
84
|
+
background: var(--surface-action-soft, #EFE6FD);
|
|
85
|
+
color: var(--label-action, #6200EE);
|
|
86
|
+
|
|
87
|
+
&:hover {
|
|
88
|
+
background: var(--surface-tertiary, #F0F0F5);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
// Tertiary - Soft
|
|
94
|
+
&--tertiary-soft {
|
|
95
|
+
background: #FFFFFF;
|
|
96
|
+
color: var(--label-primary, #121E52);
|
|
97
|
+
border: 1px solid var(--border-primary, #E8E9EF);
|
|
98
|
+
|
|
99
|
+
&:hover {
|
|
100
|
+
background: var(--surface-tertiary, #F0F0F5);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Destructive - Soft
|
|
105
|
+
&--destructive-soft {
|
|
106
|
+
border-radius: var(--radius-reg, 8px);
|
|
107
|
+
background: var(--surface-danger-soft, #fceceb);
|
|
108
|
+
color: var(--label-danger);
|
|
109
|
+
|
|
110
|
+
&:hover {
|
|
111
|
+
background-color: var(--surface-danger-soft-hover, #f5c4c2);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
&:active {
|
|
115
|
+
background-color: var(--surface-danger-soft-pressed, #e66861);
|
|
116
|
+
color: var(--label-white, #ffffff);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// Destructive - Strong
|
|
121
|
+
&--destructive-strong {
|
|
122
|
+
background: linear-gradient(
|
|
123
|
+
180deg,
|
|
124
|
+
rgba(255, 255, 255, 0.2) 0%,
|
|
125
|
+
var(--red-red) 5.77%,
|
|
126
|
+
var(--red-red-dark) 95.19%,
|
|
127
|
+
var(--red-red-darkest) 100%
|
|
128
|
+
),
|
|
129
|
+
linear-gradient(
|
|
130
|
+
180deg,
|
|
131
|
+
var(--red-red-lighter) 0%,
|
|
132
|
+
var(--red-red-darkest) 100%
|
|
133
|
+
),
|
|
134
|
+
linear-gradient(90deg, var(--red-red-dark) 0%, var(--red-red-dark) 100%);
|
|
135
|
+
color: var(--labels-main-label-white, #ffffff);
|
|
136
|
+
|
|
137
|
+
&:hover,
|
|
138
|
+
&:active {
|
|
139
|
+
background-color: var(--fills-main-fill-danger, #cc3c35);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// Info Button
|
|
144
|
+
&--info {
|
|
145
|
+
background-color: var(--surfaces-status-background-info, #e7f4fc);
|
|
146
|
+
color: var(--labels-status-label-info, #0d7fce);
|
|
147
|
+
|
|
148
|
+
&:hover,
|
|
149
|
+
&:active {
|
|
150
|
+
// Same background for hover/pressed states
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// Disabled state
|
|
155
|
+
&:disabled,
|
|
156
|
+
&--disabled {
|
|
157
|
+
background-color: var(--surfaces-status-background-disabled, #d2d5e3);
|
|
158
|
+
color: var(--labels-status-label-disabled, #9399b3);
|
|
159
|
+
cursor: not-allowed;
|
|
160
|
+
pointer-events: none;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* Button text styling */
|
|
164
|
+
&__spinner {
|
|
165
|
+
width: 16px;
|
|
166
|
+
height: 16px;
|
|
167
|
+
border: 2px solid rgba(0, 0, 0, 0.1);
|
|
168
|
+
border-top: 2px solid currentColor;
|
|
169
|
+
border-radius: 50%;
|
|
170
|
+
animation: spin 1s linear infinite;
|
|
171
|
+
flex-shrink: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&__text {
|
|
175
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
176
|
+
font-size: 15px;
|
|
177
|
+
font-style: normal;
|
|
178
|
+
font-weight: 600;
|
|
179
|
+
line-height: 20px;
|
|
180
|
+
text-align: center;
|
|
181
|
+
|
|
182
|
+
&--primary { color: var(--label-primary); }
|
|
183
|
+
&--secondary { color: var(--label-secondary); }
|
|
184
|
+
&--danger { color: var(--label-danger); }
|
|
185
|
+
&--white { color: var(--label-white); }
|
|
186
|
+
&--action { color: var(--label-action); }
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// Text styling
|
|
190
|
+
p {
|
|
191
|
+
margin: 0;
|
|
192
|
+
font-family: inherit;
|
|
193
|
+
font-weight: inherit;
|
|
194
|
+
font-size: inherit;
|
|
195
|
+
line-height: inherit;
|
|
196
|
+
color: inherit;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.waiver-template-form-section {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: flex-start;
|
|
5
|
+
gap: var(--padding-reg, 16px);
|
|
6
|
+
align-self: stretch;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.waiver-template-form-group {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
align-items: flex-start;
|
|
13
|
+
gap: var(--padding-lg, 24px);
|
|
14
|
+
align-self: stretch;
|
|
15
|
+
}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
/* New Form Input Styles based on Figma design tokens */
|
|
2
|
+
@import '../../styles/tokens/typography';
|
|
3
|
+
|
|
4
|
+
.new-form-input {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: flex-start;
|
|
8
|
+
gap: var(--spacing-sm);
|
|
9
|
+
align-self: stretch;
|
|
10
|
+
width: 100%;
|
|
11
|
+
|
|
12
|
+
&__label {
|
|
13
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
14
|
+
font-size: 15px;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
line-height: 20px;
|
|
18
|
+
color: var(--label-primary);
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&__label-optional {
|
|
26
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
27
|
+
font-size: 13px;
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-style: normal;
|
|
30
|
+
line-height: 16px;
|
|
31
|
+
color: var(--label-secondary);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
&__input {
|
|
36
|
+
@include typography('text.regular');
|
|
37
|
+
flex: 1 0 0;
|
|
38
|
+
color: var(--label-primary, #121e52);
|
|
39
|
+
background-color: var(--surfaces-main-background-secondary);
|
|
40
|
+
border: 2px solid var(--border-primary);
|
|
41
|
+
border-radius: var(--radius-md);
|
|
42
|
+
padding: 8px 10px;
|
|
43
|
+
min-height: 40px;
|
|
44
|
+
background: var(--surface-secondary);
|
|
45
|
+
width: 100%;
|
|
46
|
+
transition: all 0.2s ease;
|
|
47
|
+
|
|
48
|
+
@media (max-width: 768px) {
|
|
49
|
+
font-size: 16px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&:focus {
|
|
53
|
+
outline: none;
|
|
54
|
+
border-color: var(--border-selected, #6200EE);
|
|
55
|
+
background-color: var(--surfaces-main-background-secondary, #f8f8fa);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&::placeholder {
|
|
59
|
+
color: var(--labels-main-label-secondary, #626a90);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&[type="date"]::-webkit-datetime-edit-text,
|
|
63
|
+
&[type="date"]::-webkit-datetime-edit-month-field,
|
|
64
|
+
&[type="date"]::-webkit-datetime-edit-day-field,
|
|
65
|
+
&[type="date"]::-webkit-datetime-edit-year-field,
|
|
66
|
+
&[type="time"]::-webkit-datetime-edit-text,
|
|
67
|
+
&[type="time"]::-webkit-datetime-edit-hour-field,
|
|
68
|
+
&[type="time"]::-webkit-datetime-edit-minute-field,
|
|
69
|
+
&[type="time"]::-webkit-datetime-edit-ampm-field {
|
|
70
|
+
color: var(--label-primary, #121e52);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__textarea {
|
|
75
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
76
|
+
font-size: var(--text-regular-size, 15px);
|
|
77
|
+
line-height: var(--text-regular-line, 20px);
|
|
78
|
+
color: var(--labels-main-label-primary, #121e52);
|
|
79
|
+
background-color: var(--surfaces-main-background-secondary, #f8f8fa);
|
|
80
|
+
border: 1px solid var(--borders-main-border-primary, #e8e9ef);
|
|
81
|
+
border-radius: var(--radius-md, 4px);
|
|
82
|
+
padding: 8px 10px;
|
|
83
|
+
min-height: 120px;
|
|
84
|
+
width: 100%;
|
|
85
|
+
resize: vertical;
|
|
86
|
+
transition: all 0.2s ease;
|
|
87
|
+
|
|
88
|
+
@media (max-width: 768px) {
|
|
89
|
+
font-size: 16px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&:focus {
|
|
93
|
+
outline: none;
|
|
94
|
+
border-color: var(--border-selected, #6200EE);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&::placeholder {
|
|
98
|
+
color: var(--labels-main-label-secondary, #626a90);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&__input-with-icon {
|
|
103
|
+
display: flex;
|
|
104
|
+
align-items: center;
|
|
105
|
+
gap: var(--spacing-sm, 8px);
|
|
106
|
+
background-color: var(--surfaces-main-background-secondary, #f8f8fa);
|
|
107
|
+
border: 2px solid var(--border-primary, #e8e9ef);
|
|
108
|
+
border-radius: var(--radius-md, 4px);
|
|
109
|
+
padding: 8px 10px;
|
|
110
|
+
min-height: 52px;
|
|
111
|
+
width: 70%;
|
|
112
|
+
transition: all 0.2s ease;
|
|
113
|
+
|
|
114
|
+
&:focus-within {
|
|
115
|
+
border-color: var(--border-selected, #6200EE);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.icon {
|
|
119
|
+
width: 24px;
|
|
120
|
+
height: 24px;
|
|
121
|
+
flex-shrink: 0;
|
|
122
|
+
order: -1;
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&--right .icon {
|
|
129
|
+
order: 1;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
input {
|
|
133
|
+
flex: 1;
|
|
134
|
+
border: none;
|
|
135
|
+
background: transparent;
|
|
136
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
137
|
+
font-size: var(--text-regular-size, 15px);
|
|
138
|
+
line-height: var(--text-regular-line, 20px);
|
|
139
|
+
color: var(--label-primary);
|
|
140
|
+
|
|
141
|
+
@media (max-width: 768px) {
|
|
142
|
+
font-size: 16px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&:focus {
|
|
146
|
+
outline: none;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&::placeholder {
|
|
150
|
+
color: var(--labels-main-label-secondary, #626a90);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// Hide native date picker icons
|
|
154
|
+
&[type="date"]::-webkit-calendar-picker-indicator {
|
|
155
|
+
display: none;
|
|
156
|
+
-webkit-appearance: none;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&[type="date"]::-webkit-inner-spin-button,
|
|
160
|
+
&[type="date"]::-webkit-outer-spin-button {
|
|
161
|
+
-webkit-appearance: none;
|
|
162
|
+
margin: 0;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&__verification-code {
|
|
168
|
+
display: flex;
|
|
169
|
+
gap: var(--spacing-sm, 8px);
|
|
170
|
+
height: 62px;
|
|
171
|
+
|
|
172
|
+
.code-input {
|
|
173
|
+
flex: 1;
|
|
174
|
+
background-color: var(--surfaces-main-background-secondary, #f8f8fa);
|
|
175
|
+
border: 2px solid var(--borders-main-border-primary, #e8e9ef);
|
|
176
|
+
border-radius: var(--radius-md, 4px);
|
|
177
|
+
text-align: center;
|
|
178
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
179
|
+
font-size: var(--text-lg-size, 18px);
|
|
180
|
+
font-weight: var(--heading-h3-weight, 600);
|
|
181
|
+
color: var(--labels-main-label-primary, #121e52);
|
|
182
|
+
transition: all 0.2s ease;
|
|
183
|
+
|
|
184
|
+
&:focus {
|
|
185
|
+
outline: none;
|
|
186
|
+
border-color: var(--border-selected, #6200EE);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&__helper-text {
|
|
192
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
193
|
+
font-size: var(--text-regular-size, 15px);
|
|
194
|
+
font-style: normal;
|
|
195
|
+
font-weight: 400;
|
|
196
|
+
line-height: var(--text-regular-line, 20px);
|
|
197
|
+
margin-top: 2px;
|
|
198
|
+
color: var(--label-secondary, #626A90);
|
|
199
|
+
min-width: max-content;
|
|
200
|
+
white-space: nowrap;
|
|
201
|
+
|
|
202
|
+
@media (max-width: 768px) {
|
|
203
|
+
min-width: unset;
|
|
204
|
+
white-space: normal;
|
|
205
|
+
word-wrap: break-word;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
&__error-text {
|
|
210
|
+
font-family: var(--font-family-sans, 'Geist', sans-serif);
|
|
211
|
+
font-size: 11px;
|
|
212
|
+
font-style: normal;
|
|
213
|
+
font-weight: 400;
|
|
214
|
+
line-height: 14px;
|
|
215
|
+
margin-top: 2px;
|
|
216
|
+
color: var(--labels-status-label-error, #ef4444);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// States
|
|
220
|
+
&--active {
|
|
221
|
+
.new-form-input__input {
|
|
222
|
+
border-color: var(--border-selected, #6200EE);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
&--error {
|
|
227
|
+
.new-form-input__input {
|
|
228
|
+
border-color: var(--borders-status-border-error, #ef4444);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&--disabled {
|
|
233
|
+
opacity: var(--opacity-50, 0.5);
|
|
234
|
+
pointer-events: none;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
&--on-surface {
|
|
238
|
+
.new-form-input__input,
|
|
239
|
+
.new-form-input__textarea,
|
|
240
|
+
.new-form-input__input-with-icon {
|
|
241
|
+
background-color: var(--surface-primary, #fff);
|
|
242
|
+
background: var(--surface-primary, #fff);
|
|
243
|
+
|
|
244
|
+
&:focus,
|
|
245
|
+
&:focus-within {
|
|
246
|
+
background-color: var(--surface-primary, #fff);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
&.dob-input {
|
|
252
|
+
.new-form-input__label {
|
|
253
|
+
color: var(--label-secondary, #626A90);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// Auto-detect: swap input backgrounds when inside a surface-secondary container
|
|
259
|
+
.surface-context--secondary {
|
|
260
|
+
.new-form-input__input,
|
|
261
|
+
.new-form-input__textarea,
|
|
262
|
+
.new-form-input__input-with-icon {
|
|
263
|
+
background-color: var(--surface-primary, #fff);
|
|
264
|
+
background: var(--surface-primary, #fff);
|
|
265
|
+
|
|
266
|
+
&:focus,
|
|
267
|
+
&:focus-within {
|
|
268
|
+
background-color: var(--surface-primary, #fff);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|