@cuemath/leap 3.3.3 → 3.3.4-j1

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 (123) hide show
  1. package/dist/assets/illustrations/illustrations.js +3 -1
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/lottie/lottie.js +1 -0
  4. package/dist/assets/lottie/lottie.js.map +1 -1
  5. package/dist/constants/config.js +5 -0
  6. package/dist/constants/config.js.map +1 -0
  7. package/dist/features/auth/comps/pill-button/pill-button-styled.js +17 -17
  8. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -1
  9. package/dist/features/auth/comps/pill-button/pill-button.js +35 -33
  10. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
  11. package/dist/features/auth/comps/user-list/user-item/user-item.js +32 -30
  12. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  13. package/dist/features/auth/comps/user-list/user-list.js +20 -19
  14. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  15. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +9 -9
  16. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +1 -1
  17. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +58 -29
  18. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -1
  19. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +78 -41
  20. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
  21. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +37 -35
  22. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -1
  23. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +76 -71
  24. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
  25. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +55 -50
  26. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -1
  27. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +47 -25
  28. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -1
  29. package/dist/features/milestone/create/comps/goal-completion-date-selector/goal-completion-date-selector.js +6 -6
  30. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-constants.js +25 -0
  31. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-constants.js.map +1 -0
  32. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-styled.js +15 -0
  33. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features-styled.js.map +1 -0
  34. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features.js +90 -0
  35. package/dist/features/parent-dashboard/cuemath-app-features/cuemath-app-features.js.map +1 -0
  36. package/dist/features/parent-dashboard/math-practice/math-practice-constants.js +19 -0
  37. package/dist/features/parent-dashboard/math-practice/math-practice-constants.js.map +1 -0
  38. package/dist/features/parent-dashboard/math-practice/math-practice-styled.js +32 -0
  39. package/dist/features/parent-dashboard/math-practice/math-practice-styled.js.map +1 -0
  40. package/dist/features/parent-dashboard/math-practice/math-practice.js +67 -0
  41. package/dist/features/parent-dashboard/math-practice/math-practice.js.map +1 -0
  42. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs-constants.js +42 -0
  43. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs-constants.js.map +1 -0
  44. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs.js +20 -0
  45. package/dist/features/parent-dashboard/parent-dashboard-faqs/parent-dashboard-faqs.js.map +1 -0
  46. package/dist/features/student-details/class-details/class-details-utils.js +6 -6
  47. package/dist/features/trial-session/comps/learning-plan/index.js +88 -62
  48. package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
  49. package/dist/features/trial-session/comps/pla/next-steps/next-steps-constants.js +25 -0
  50. package/dist/features/trial-session/comps/pla/next-steps/next-steps-constants.js.map +1 -0
  51. package/dist/features/trial-session/comps/pla/next-steps/next-steps-styled.js +43 -0
  52. package/dist/features/trial-session/comps/pla/next-steps/next-steps-styled.js.map +1 -0
  53. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js +49 -0
  54. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js.map +1 -0
  55. package/dist/features/trial-session/comps/pla/session-status/session-status-constants.js +11 -0
  56. package/dist/features/trial-session/comps/pla/session-status/session-status-constants.js.map +1 -0
  57. package/dist/features/trial-session/comps/pla/session-status/session-status-helpers.js +19 -0
  58. package/dist/features/trial-session/comps/pla/session-status/session-status-helpers.js.map +1 -0
  59. package/dist/features/trial-session/comps/pla/session-status/session-status-styled.js +17 -0
  60. package/dist/features/trial-session/comps/pla/session-status/session-status-styled.js.map +1 -0
  61. package/dist/features/trial-session/comps/pla/session-status/session-status.js +243 -0
  62. package/dist/features/trial-session/comps/pla/session-status/session-status.js.map +1 -0
  63. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js +52 -0
  64. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js.map +1 -0
  65. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js +52 -0
  66. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js.map +1 -0
  67. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card-styled.js +17 -0
  68. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card-styled.js.map +1 -0
  69. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js +56 -0
  70. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js.map +1 -0
  71. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-constants.js +5 -0
  72. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-constants.js.map +1 -0
  73. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-styled.js +17 -0
  74. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-styled.js.map +1 -0
  75. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js +5 -0
  76. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js.map +1 -0
  77. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js +96 -0
  78. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js.map +1 -0
  79. package/dist/features/trial-session/comps/session-report/report-information/report-card.js +31 -16
  80. package/dist/features/trial-session/comps/session-report/report-information/report-card.js.map +1 -1
  81. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js +21 -13
  82. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js.map +1 -1
  83. package/dist/features/trial-session/comps/session-report/report-information/report-information.js +166 -94
  84. package/dist/features/trial-session/comps/session-report/report-information/report-information.js.map +1 -1
  85. package/dist/features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js +46 -31
  86. package/dist/features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js.map +1 -1
  87. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-helpers.js +12 -0
  88. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-helpers.js.map +1 -0
  89. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js +121 -42
  90. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile-styled.js.map +1 -1
  91. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js +174 -56
  92. package/dist/features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js.map +1 -1
  93. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  94. package/dist/features/ui/modals/modal.js +30 -28
  95. package/dist/features/ui/modals/modal.js.map +1 -1
  96. package/dist/index.d.ts +85 -1
  97. package/dist/index.js +383 -365
  98. package/dist/index.js.map +1 -1
  99. package/dist/node_modules/date-fns/_lib/getRoundingMethod.js +10 -0
  100. package/dist/node_modules/date-fns/_lib/getRoundingMethod.js.map +1 -0
  101. package/dist/node_modules/date-fns/differenceInMilliseconds.js +9 -0
  102. package/dist/node_modules/date-fns/differenceInMilliseconds.js.map +1 -0
  103. package/dist/node_modules/date-fns/differenceInSeconds.js +11 -0
  104. package/dist/node_modules/date-fns/differenceInSeconds.js.map +1 -0
  105. package/dist/node_modules/date-fns/fromUnixTime.js +9 -0
  106. package/dist/node_modules/date-fns/fromUnixTime.js.map +1 -0
  107. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  108. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  109. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  110. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  111. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  112. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  113. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  114. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  115. package/dist/static/{book-checked-green.c275dbd9.svg → book-checked-green.0436b91e.svg} +1 -1
  116. package/dist/static/community-bulb-yellow-2.f89c30f9.svg +1 -0
  117. package/dist/static/learning-puzzle-bot.6fe93cf6.svg +1 -0
  118. package/dist/static/username-responsive.787b5515.json +1 -0
  119. package/package.json +3 -2
  120. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  121. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  122. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  123. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"user-list.js","sources":["../../../../../src/features/auth/comps/user-list/user-list.tsx"],"sourcesContent":["import type { IUserListProps } from './user-list-types';\n\nimport { type FC, memo } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport PlusIcon from '../../../../assets/line-icons/icons/plus';\nimport FlexView from '../../../ui/layout/flex-view';\nimport { EDeviceType } from '../../../ui/theme/constants';\nimport UserItem from './user-item/user-item';\nimport * as Styled from './user-list-styled';\n\nconst UserList: FC<IUserListProps> = ({\n users,\n onSelect,\n showAddButton = false,\n onAddNew,\n maxColumns = 5,\n cardSize = 200,\n avatarSize = 80,\n}) => {\n const totalCards = users.length + (showAddButton ? 1 : 0);\n const { device } = useTheme();\n const isCompact = device <= EDeviceType.TABLET;\n\n const responsiveColumnNos = isCompact ? 2 : maxColumns;\n const responsiveCardSize = isCompact ? 180 : cardSize;\n\n return (\n <Styled.UserListWrapper\n itemCount={totalCards}\n maxColumns={responsiveColumnNos}\n cardWidth={responsiveCardSize}\n >\n {users.map(({ id, username, user_avatar: avatar, phone }, index) => (\n <UserItem\n key={id}\n id={id}\n onSelect={onSelect}\n cardSize={responsiveCardSize}\n index={index}\n maxColumns={responsiveColumnNos}\n avatarSize={avatarSize}\n avatar={avatar}\n phone={phone}\n username={username}\n isLastItem={index === totalCards - 1}\n />\n ))}\n\n {showAddButton && (\n <Styled.AddAccountButton\n isLastItem\n index={totalCards}\n maxColumns={responsiveColumnNos}\n $gutterX={5}\n $gapX={5}\n $background=\"BLACK_3\"\n $width={responsiveCardSize}\n $height={responsiveCardSize}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n onClick={onAddNew}\n >\n <FlexView $width={40} $height={40}>\n <PlusIcon color=\"WHITE\" width={40} height={40} />\n </FlexView>\n </Styled.AddAccountButton>\n )}\n </Styled.UserListWrapper>\n );\n};\n\nexport default memo(UserList);\n"],"names":["UserList","users","onSelect","showAddButton","onAddNew","maxColumns","cardSize","avatarSize","totalCards","device","useTheme","isCompact","EDeviceType","responsiveColumnNos","responsiveCardSize","jsxs","Styled.UserListWrapper","id","username","avatar","phone","index","jsx","UserItem","Styled.AddAccountButton","FlexView","PlusIcon","UserList$1","memo"],"mappings":";;;;;;;;AAWA,MAAMA,IAA+B,CAAC;AAAA,EACpC,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,eAAAC,IAAgB;AAAA,EAChB,UAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,UAAAC,IAAW;AAAA,EACX,YAAAC,IAAa;AACf,MAAM;AACJ,QAAMC,IAAaP,EAAM,UAAUE,IAAgB,IAAI,IACjD,EAAE,QAAAM,MAAWC,KACbC,IAAYF,KAAUG,EAAY,QAElCC,IAAsBF,IAAY,IAAIN,GACtCS,IAAqBH,IAAY,MAAML;AAG3C,SAAA,gBAAAS;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,WAAWR;AAAA,MACX,YAAYK;AAAA,MACZ,WAAWC;AAAA,MAEV,UAAA;AAAA,QAAMb,EAAA,IAAI,CAAC,EAAE,IAAAgB,GAAI,UAAAC,GAAU,aAAaC,GAAQ,OAAAC,KAASC,MACxD,gBAAAC;AAAA,UAACC;AAAA,UAAA;AAAA,YAEC,IAAAN;AAAA,YACA,UAAAf;AAAA,YACA,UAAUY;AAAA,YACV,OAAAO;AAAA,YACA,YAAYR;AAAA,YACZ,YAAAN;AAAA,YACA,QAAAY;AAAA,YACA,OAAAC;AAAA,YACA,UAAAF;AAAA,YACA,YAAYG,MAAUb,IAAa;AAAA,UAAA;AAAA,UAV9BS;AAAA,QAAA,CAYR;AAAA,QAEAd,KACC,gBAAAmB;AAAA,UAACE;AAAAA,UAAA;AAAA,YACC,YAAU;AAAA,YACV,OAAOhB;AAAA,YACP,YAAYK;AAAA,YACZ,UAAU;AAAA,YACV,OAAO;AAAA,YACP,aAAY;AAAA,YACZ,QAAQC;AAAA,YACR,SAASA;AAAA,YACT,aAAY;AAAA,YACZ,iBAAgB;AAAA,YAChB,SAASV;AAAA,YAET,UAAC,gBAAAkB,EAAAG,GAAA,EAAS,QAAQ,IAAI,SAAS,IAC7B,UAAA,gBAAAH,EAACI,GAAS,EAAA,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,GACjD;AAAA,UAAA;AAAA,QACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAIR,GAEeC,IAAAC,EAAK5B,CAAQ;"}
1
+ {"version":3,"file":"user-list.js","sources":["../../../../../src/features/auth/comps/user-list/user-list.tsx"],"sourcesContent":["import type { IUserListProps } from './user-list-types';\n\nimport { type FC, memo } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport PlusIcon from '../../../../assets/line-icons/icons/plus';\nimport FlexView from '../../../ui/layout/flex-view';\nimport { EDeviceType } from '../../../ui/theme/constants';\nimport UserItem from './user-item/user-item';\nimport * as Styled from './user-list-styled';\n\nconst UserList: FC<IUserListProps> = ({\n users,\n onSelect,\n showAddButton = false,\n onAddNew,\n maxColumns = 5,\n cardSize = 200,\n avatarSize = 80,\n}) => {\n const totalCards = users.length + (showAddButton ? 1 : 0);\n const { device } = useTheme();\n const isCompact = device <= EDeviceType.TABLET;\n\n const responsiveColumnNos = isCompact ? 2 : maxColumns;\n const responsiveCardSize = isCompact ? 180 : cardSize;\n\n return (\n <Styled.UserListWrapper\n itemCount={totalCards}\n maxColumns={responsiveColumnNos}\n cardWidth={responsiveCardSize}\n >\n {users.map(({ id, username, user_avatar: avatar, phone, iconSrc }, index) => (\n <UserItem\n key={id}\n id={id}\n onSelect={onSelect}\n cardSize={responsiveCardSize}\n index={index}\n maxColumns={responsiveColumnNos}\n avatarSize={avatarSize}\n avatar={avatar}\n phone={phone}\n username={username}\n isLastItem={index === totalCards - 1}\n iconSrc={iconSrc}\n />\n ))}\n\n {showAddButton && (\n <Styled.AddAccountButton\n isLastItem\n index={totalCards}\n maxColumns={responsiveColumnNos}\n $gutterX={5}\n $gapX={5}\n $background=\"BLACK_3\"\n $width={responsiveCardSize}\n $height={responsiveCardSize}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n onClick={onAddNew}\n >\n <FlexView $width={40} $height={40}>\n <PlusIcon color=\"WHITE\" width={40} height={40} />\n </FlexView>\n </Styled.AddAccountButton>\n )}\n </Styled.UserListWrapper>\n );\n};\n\nexport default memo(UserList);\n"],"names":["UserList","users","onSelect","showAddButton","onAddNew","maxColumns","cardSize","avatarSize","totalCards","device","useTheme","isCompact","EDeviceType","responsiveColumnNos","responsiveCardSize","jsxs","Styled.UserListWrapper","id","username","avatar","phone","iconSrc","index","jsx","UserItem","Styled.AddAccountButton","FlexView","PlusIcon","UserList$1","memo"],"mappings":";;;;;;;;AAWA,MAAMA,IAA+B,CAAC;AAAA,EACpC,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,eAAAC,IAAgB;AAAA,EAChB,UAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,UAAAC,IAAW;AAAA,EACX,YAAAC,IAAa;AACf,MAAM;AACJ,QAAMC,IAAaP,EAAM,UAAUE,IAAgB,IAAI,IACjD,EAAE,QAAAM,MAAWC,KACbC,IAAYF,KAAUG,EAAY,QAElCC,IAAsBF,IAAY,IAAIN,GACtCS,IAAqBH,IAAY,MAAML;AAG3C,SAAA,gBAAAS;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,WAAWR;AAAA,MACX,YAAYK;AAAA,MACZ,WAAWC;AAAA,MAEV,UAAA;AAAA,QAAMb,EAAA,IAAI,CAAC,EAAE,IAAAgB,GAAI,UAAAC,GAAU,aAAaC,GAAQ,OAAAC,GAAO,SAAAC,EAAQ,GAAGC,MACjE,gBAAAC;AAAA,UAACC;AAAA,UAAA;AAAA,YAEC,IAAAP;AAAA,YACA,UAAAf;AAAA,YACA,UAAUY;AAAA,YACV,OAAAQ;AAAA,YACA,YAAYT;AAAA,YACZ,YAAAN;AAAA,YACA,QAAAY;AAAA,YACA,OAAAC;AAAA,YACA,UAAAF;AAAA,YACA,YAAYI,MAAUd,IAAa;AAAA,YACnC,SAAAa;AAAA,UAAA;AAAA,UAXKJ;AAAA,QAAA,CAaR;AAAA,QAEAd,KACC,gBAAAoB;AAAA,UAACE;AAAAA,UAAA;AAAA,YACC,YAAU;AAAA,YACV,OAAOjB;AAAA,YACP,YAAYK;AAAA,YACZ,UAAU;AAAA,YACV,OAAO;AAAA,YACP,aAAY;AAAA,YACZ,QAAQC;AAAA,YACR,SAASA;AAAA,YACT,aAAY;AAAA,YACZ,iBAAgB;AAAA,YAChB,SAASV;AAAA,YAET,UAAC,gBAAAmB,EAAAG,GAAA,EAAS,QAAQ,IAAI,SAAS,IAC7B,UAAA,gBAAAH,EAACI,GAAS,EAAA,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,GACjD;AAAA,UAAA;AAAA,QACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAIR,GAEeC,IAAAC,EAAK7B,CAAQ;"}
@@ -1,19 +1,19 @@
1
- import { ILLUSTRATIONS as t } from "../../../../assets/illustrations/illustrations.js";
2
- const o = [
1
+ import { ILLUSTRATIONS as o } from "../../../../assets/illustrations/illustrations.js";
2
+ const e = [
3
3
  {
4
- icon: t.HANDSHAKE,
5
- title: "Help us find the right tutor for your child"
4
+ icon: o.HANDSHAKE,
5
+ title: "Find the perfect tutor match for your child's goals"
6
6
  },
7
7
  {
8
- icon: t.CALENDAR_PURPLE,
9
- title: "Schedule your FREE class with the tutor"
8
+ icon: o.CALENDAR_PURPLE,
9
+ title: "Schedule your FREE session at a convenient time"
10
10
  },
11
11
  {
12
- icon: t.MONEY,
13
- title: "Pay & continue with our flexible classes"
12
+ icon: o.MONEY,
13
+ title: "Choose a plan and start your learning journey"
14
14
  }
15
15
  ];
16
16
  export {
17
- o as onboardingGuideSteps
17
+ e as onboardingGuideSteps
18
18
  };
19
19
  //# sourceMappingURL=onboarding-guide-constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"onboarding-guide-constants.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.ts"],"sourcesContent":["import { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\n\nexport const onboardingGuideSteps = [\n {\n icon: ILLUSTRATIONS.HANDSHAKE,\n title: `Help us find the right tutor for your child`,\n },\n {\n icon: ILLUSTRATIONS.CALENDAR_PURPLE,\n title: `Schedule your FREE class with the tutor`,\n },\n {\n icon: ILLUSTRATIONS.MONEY,\n title: `Pay & continue with our flexible classes`,\n },\n];\n"],"names":["onboardingGuideSteps","ILLUSTRATIONS"],"mappings":";AAEO,MAAMA,IAAuB;AAAA,EAClC;AAAA,IACE,MAAMC,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAMA,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAMA,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AACF;"}
1
+ {"version":3,"file":"onboarding-guide-constants.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.ts"],"sourcesContent":["import { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\n\nexport const onboardingGuideSteps = [\n {\n icon: ILLUSTRATIONS.HANDSHAKE,\n title: `Find the perfect tutor match for your child's goals`,\n },\n {\n icon: ILLUSTRATIONS.CALENDAR_PURPLE,\n title: `Schedule your FREE session at a convenient time`,\n },\n {\n icon: ILLUSTRATIONS.MONEY,\n title: `Choose a plan and start your learning journey`,\n },\n];\n"],"names":["onboardingGuideSteps","ILLUSTRATIONS"],"mappings":";AAEO,MAAMA,IAAuB;AAAA,EAClC;AAAA,IACE,MAAMC,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAMA,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAMA,EAAc;AAAA,IACpB,OAAO;AAAA,EACT;AACF;"}
@@ -1,39 +1,68 @@
1
- import e from "styled-components";
1
+ import p from "styled-components";
2
2
  import o from "../../../ui/layout/flex-view.js";
3
- const h = e(o)(({ theme: { colors: t, mediaQueries: i } }) => `
4
- position: relative;
5
- &:not(:last-child)::after {
6
- content: '';
7
- width: 37px;
8
- height: 2px;
9
- right: -32px;
10
- top: 25px;
11
- position: absolute;
12
- background-color: ${t.WHITE_T_15};
13
- }
14
- &:last-child {
15
- margin-bottom: 0;
16
- }
17
- ${i.minWidthSmallDesktop} {
18
- margin-bottom: 48px;
19
- &:not(:last-child)::after {
20
- left: 28px;
21
- bottom: -36px;
22
- right: unset;
23
- top: unset;
24
- width: 2px;
25
- height: 24px;
26
- }
27
- }
28
- `), m = e(o)(({ theme: { mediaQueries: t } }) => `
3
+ const h = p(o)(({
4
+ theme: { colors: t, mediaQueries: e },
5
+ isHorizontalLayout: i
6
+ }) => `
7
+ position: relative;
8
+
9
+ ${i ? `
10
+ border-right: 2px solid ${t.WHITE_T_15};
11
+ &:first-child {
12
+ padding-left: 0;
13
+ }
14
+ &:last-child {
15
+ padding-right: 0;
16
+ }
17
+ ` : `
18
+ &::after {
19
+ content: '';
20
+ position: absolute;
21
+ width: 32px;
22
+ height: 2px;
23
+ right: -20px;
24
+ top: 28px;
25
+ background-color: ${t.WHITE_T_15};
26
+ }
27
+ `}
28
+
29
+ &:last-child {
30
+ border-right: none;
31
+ &::after {
32
+ display: none;
33
+ }
34
+ }
35
+
36
+ ${e.minWidthSmallDesktop} {
37
+ ${!i && `margin-bottom: 48px;
38
+ &::after {
39
+ content: '';
40
+ position: absolute;
41
+ width: 2px;
42
+ top: unset;
43
+ height: 24px;
44
+ bottom: -36px;
45
+ left: 28px;
46
+ background-color: ${t.WHITE_T_15};
47
+ }
48
+ `}
49
+
50
+ }
51
+ `), n = p(o)(({
52
+ theme: { mediaQueries: t },
53
+ isHorizontalLayout: e
54
+ }) => `
29
55
  width: 100%;
30
56
  max-width: 350px;
57
+ ${t.minWidthTablet} {
58
+ max-width: ${e ? "100%" : "350px"};
59
+ }
31
60
  ${t.minWidthSmallDesktop} {
32
- max-width: unset;
61
+ max-width: ${e ? "100%" : "310px"};
33
62
  }
34
63
  `);
35
64
  export {
36
65
  h as StepItem,
37
- m as StepWrapper
66
+ n as StepWrapper
38
67
  };
39
68
  //# sourceMappingURL=onboarding-guide-styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"onboarding-guide-styled.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const StepItem = styled(FlexView)(({ theme: { colors, mediaQueries } }) => {\n return `\n position: relative;\n &:not(:last-child)::after {\n content: '';\n width: 37px;\n height: 2px;\n right: -32px;\n top: 25px;\n position: absolute;\n background-color: ${colors.WHITE_T_15};\n }\n &:last-child {\n margin-bottom: 0;\n }\n ${mediaQueries.minWidthSmallDesktop} {\n margin-bottom: 48px;\n &:not(:last-child)::after {\n left: 28px;\n bottom: -36px;\n right: unset;\n top: unset;\n width: 2px;\n height: 24px;\n }\n }\n`;\n});\n\nexport const StepWrapper = styled(FlexView)(({ theme: { mediaQueries } }) => {\n return `\n width: 100%;\n max-width: 350px;\n ${mediaQueries.minWidthSmallDesktop} {\n max-width: unset;\n }\n`;\n});\n"],"names":["StepItem","styled","FlexView","colors","mediaQueries","StepWrapper"],"mappings":";;AAIa,MAAAA,IAAWC,EAAOC,CAAQ,EAAE,CAAC,EAAE,OAAO,EAAE,QAAAC,GAAQ,cAAAC,EAAa,QACjE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBASeD,EAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKrCC,EAAa,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAYpC,GAEYC,IAAcJ,EAAOC,CAAQ,EAAE,CAAC,EAAE,OAAO,EAAE,cAAAE,EAAa,QAC5D;AAAA;AAAA;AAAA,IAGLA,EAAa,oBAAoB;AAAA;AAAA;AAAA,CAIpC;"}
1
+ {"version":3,"file":"onboarding-guide-styled.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const StepItem = styled(FlexView)<{ isHorizontalLayout: boolean }>(({\n theme: { colors, mediaQueries },\n isHorizontalLayout,\n}) => {\n return `\n position: relative;\n\n ${\n isHorizontalLayout\n ? `\n border-right: 2px solid ${colors.WHITE_T_15};\n &:first-child {\n padding-left: 0;\n }\n &:last-child {\n padding-right: 0;\n }\n `\n : `\n &::after {\n content: '';\n position: absolute;\n width: 32px;\n height: 2px;\n right: -20px;\n top: 28px;\n background-color: ${colors.WHITE_T_15};\n }\n `\n }\n\n &:last-child {\n border-right: none;\n &::after {\n display: none;\n }\n }\n\n ${mediaQueries.minWidthSmallDesktop} {\n ${\n !isHorizontalLayout &&\n `margin-bottom: 48px;\n &::after {\n content: '';\n position: absolute;\n width: 2px;\n top: unset;\n height: 24px;\n bottom: -36px;\n left: 28px;\n background-color: ${colors.WHITE_T_15};\n }\n `\n }\n \n }\n `;\n});\n\nexport const StepWrapper = styled(FlexView)<{ isHorizontalLayout: boolean }>(({\n theme: { mediaQueries },\n isHorizontalLayout,\n}) => {\n return `\n width: 100%;\n max-width: 350px;\n ${mediaQueries.minWidthTablet} {\n max-width: ${isHorizontalLayout ? '100%' : '350px'};\n }\n ${mediaQueries.minWidthSmallDesktop} {\n max-width: ${isHorizontalLayout ? '100%' : '310px'};\n }\n`;\n});\n"],"names":["StepItem","styled","FlexView","colors","mediaQueries","isHorizontalLayout","StepWrapper"],"mappings":";;AAIO,MAAMA,IAAWC,EAAOC,CAAQ,EAAmC,CAAC;AAAA,EACzE,OAAO,EAAE,QAAAC,GAAQ,cAAAC,EAAa;AAAA,EAC9B,oBAAAC;AACF,MACS;AAAA;AAAA;AAAA,QAIDA,IACI;AAAA,oCACwBF,EAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAQzC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gCAQoBA,EAAO,UAAU;AAAA;AAAA,SAG3C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QASEC,EAAa,oBAAoB;AAAA,UAE/B,CAACC,KACD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kCASwBF,EAAO,UAAU;AAAA;AAAA,WAG3C;AAAA;AAAA;AAAA,KAIP,GAEYG,IAAcL,EAAOC,CAAQ,EAAmC,CAAC;AAAA,EAC5E,OAAO,EAAE,cAAAE,EAAa;AAAA,EACtB,oBAAAC;AACF,MACS;AAAA;AAAA;AAAA,IAGLD,EAAa,cAAc;AAAA,iBACdC,IAAqB,SAAS,OAAO;AAAA;AAAA,IAElDD,EAAa,oBAAoB;AAAA,iBACpBC,IAAqB,SAAS,OAAO;AAAA;AAAA,CAGrD;"}
@@ -1,44 +1,81 @@
1
- import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
- import { useTheme as c } from "styled-components";
3
- import n from "../../../ui/layout/flex-view.js";
4
- import m from "../../../ui/separator/separator.js";
5
- import l from "../../../ui/text/text.js";
6
- import { EDeviceType as p } from "../../../ui/theme/constants.js";
7
- import { onboardingGuideSteps as s } from "./onboarding-guide-constants.js";
8
- import { StepWrapper as $, StepItem as d } from "./onboarding-guide-styled.js";
9
- const f = () => {
10
- const { device: a } = c(), r = a <= p.TABLET;
11
- return /* @__PURE__ */ o(n, { $flex: 1, $alignItems: "center", $justifyContent: "center", children: [
12
- /* @__PURE__ */ e(l, { $whiteSpace: "pre-line", $renderAs: "ah4", $color: "WHITE", $renderOnTabletAs: "ab1", children: "Get started in 3 easy steps!" }),
13
- /* @__PURE__ */ e(m, { heightX: r ? 1 : 2.75 }),
14
- /* @__PURE__ */ e($, { $flexDirection: r ? "row" : "column", $flexColumnGapX: 1, children: s.map((t, i) => /* @__PURE__ */ o(
15
- d,
16
- {
17
- $flex: 1,
18
- $flexDirection: r ? "column" : "row",
19
- $flexColumnGapX: 1.5,
20
- $flexRowGapX: 0.5,
21
- $alignItems: "center",
22
- children: [
23
- /* @__PURE__ */ e("img", { src: t.icon, alt: `Step ${i + 1}`, width: 56, height: 56 }),
24
- /* @__PURE__ */ e(n, { $width: r ? 101 : 210, children: /* @__PURE__ */ e(
25
- l,
26
- {
27
- $whiteSpace: "pre-line",
28
- $renderAs: "ab2",
29
- $renderOnTabletAs: "ab3",
30
- $color: "WHITE",
31
- $align: r ? "center" : "left",
32
- children: t.title
33
- }
34
- ) })
35
- ]
36
- },
37
- i
38
- )) })
39
- ] });
40
- }, S = f;
1
+ import { jsxs as a, jsx as r } from "react/jsx-runtime";
2
+ import { memo as $ } from "react";
3
+ import { useTheme as d } from "styled-components";
4
+ import c from "../../../ui/layout/flex-view.js";
5
+ import h from "../../../ui/separator/separator.js";
6
+ import m from "../../../ui/text/text.js";
7
+ import { EDeviceType as s } from "../../../ui/theme/constants.js";
8
+ import { onboardingGuideSteps as x } from "./onboarding-guide-constants.js";
9
+ import { StepWrapper as u, StepItem as b } from "./onboarding-guide-styled.js";
10
+ const g = ({ orientation: p = "vertical" }) => {
11
+ const { device: o } = d(), t = o <= s.TABLET, f = o <= s.MOBILE, e = p === "horizontal" && !f, i = t || e ? "row" : "column";
12
+ return /* @__PURE__ */ a(
13
+ c,
14
+ {
15
+ $flex: 1,
16
+ $alignItems: e ? "flex-start" : "center",
17
+ $justifyContent: "center",
18
+ children: [
19
+ /* @__PURE__ */ r(
20
+ m,
21
+ {
22
+ $whiteSpace: "pre-line",
23
+ $renderAs: "ah4-bold",
24
+ $renderOnTabletAs: "ab1-bold",
25
+ $color: "WHITE",
26
+ $align: e ? "left" : "center",
27
+ children: "Get started in 3 easy steps!"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ r(h, { heightX: e ? 1.25 : t ? 1 : 2.75 }),
31
+ /* @__PURE__ */ r(
32
+ u,
33
+ {
34
+ $flexDirection: i,
35
+ $flexColumnGapX: e ? 0 : 0.5,
36
+ isHorizontalLayout: e,
37
+ children: x.map((n, l) => /* @__PURE__ */ a(
38
+ b,
39
+ {
40
+ $flex: 1,
41
+ $flexDirection: i === "row" ? "column" : "row",
42
+ $flexColumnGapX: 1.5,
43
+ $flexRowGapX: 0.5,
44
+ $alignItems: e ? "flex-start" : "center",
45
+ isHorizontalLayout: e,
46
+ $gutterX: e ? 1 : 0,
47
+ children: [
48
+ /* @__PURE__ */ r(
49
+ "img",
50
+ {
51
+ src: n.icon,
52
+ alt: `Step ${l + 1}`,
53
+ width: e ? 80 : 56,
54
+ height: e ? 80 : 56
55
+ }
56
+ ),
57
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ r(
58
+ m,
59
+ {
60
+ $whiteSpace: "pre-line",
61
+ $renderAs: "ab2",
62
+ $renderOnTabletAs: "ab3",
63
+ $color: "WHITE",
64
+ $align: t ? "center" : "left",
65
+ children: n.title
66
+ }
67
+ ) })
68
+ ]
69
+ },
70
+ l
71
+ ))
72
+ }
73
+ )
74
+ ]
75
+ }
76
+ );
77
+ }, C = $(g);
41
78
  export {
42
- S as default
79
+ C as default
43
80
  };
44
81
  //# sourceMappingURL=onboarding-guide.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"onboarding-guide.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide.tsx"],"sourcesContent":["import { useTheme } from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport { EDeviceType } from '../../../ui/theme/constants';\nimport { onboardingGuideSteps } from './onboarding-guide-constants';\nimport * as Styled from './onboarding-guide-styled';\n\nconst OnboardingGuide = () => {\n const { device } = useTheme();\n const isCompact = device <= EDeviceType.TABLET;\n\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\">\n <Text $whiteSpace=\"pre-line\" $renderAs=\"ah4\" $color=\"WHITE\" $renderOnTabletAs=\"ab1\">\n Get started in 3 easy steps!\n </Text>\n <Separator heightX={isCompact ? 1 : 2.75} />\n <Styled.StepWrapper $flexDirection={isCompact ? 'row' : 'column'} $flexColumnGapX={1}>\n {onboardingGuideSteps.map((step, index) => (\n <Styled.StepItem\n key={index}\n $flex={1}\n $flexDirection={isCompact ? 'column' : 'row'}\n $flexColumnGapX={1.5}\n $flexRowGapX={0.5}\n $alignItems={'center'}\n >\n <img src={step.icon} alt={`Step ${index + 1}`} width={56} height={56} />\n <FlexView $width={isCompact ? 101 : 210}>\n <Text\n $whiteSpace=\"pre-line\"\n $renderAs=\"ab2\"\n $renderOnTabletAs=\"ab3\"\n $color=\"WHITE\"\n $align={isCompact ? 'center' : 'left'}\n >\n {step.title}\n </Text>\n </FlexView>\n </Styled.StepItem>\n ))}\n </Styled.StepWrapper>\n </FlexView>\n );\n};\n\nexport default OnboardingGuide;\n"],"names":["OnboardingGuide","device","useTheme","isCompact","EDeviceType","FlexView","jsx","Text","Separator","Styled.StepWrapper","onboardingGuideSteps","step","index","jsxs","Styled.StepItem","OnboardingGuide$1"],"mappings":";;;;;;;;AASA,MAAMA,IAAkB,MAAM;AACtB,QAAA,EAAE,QAAAC,MAAWC,KACbC,IAAYF,KAAUG,EAAY;AAExC,2BACGC,GAAS,EAAA,OAAO,GAAG,aAAY,UAAS,iBAAgB,UACvD,UAAA;AAAA,IAAC,gBAAAC,EAAAC,GAAA,EAAK,aAAY,YAAW,WAAU,OAAM,QAAO,SAAQ,mBAAkB,OAAM,UAEpF,+BAAA,CAAA;AAAA,IACC,gBAAAD,EAAAE,GAAA,EAAU,SAASL,IAAY,IAAI,MAAM;AAAA,IACzC,gBAAAG,EAAAG,GAAA,EAAmB,gBAAgBN,IAAY,QAAQ,UAAU,iBAAiB,GAChF,UAAAO,EAAqB,IAAI,CAACC,GAAMC,MAC/B,gBAAAC;AAAA,MAACC;AAAAA,MAAA;AAAA,QAEC,OAAO;AAAA,QACP,gBAAgBX,IAAY,WAAW;AAAA,QACvC,iBAAiB;AAAA,QACjB,cAAc;AAAA,QACd,aAAa;AAAA,QAEb,UAAA;AAAA,UAAA,gBAAAG,EAAC,OAAI,EAAA,KAAKK,EAAK,MAAM,KAAK,QAAQC,IAAQ,CAAC,IAAI,OAAO,IAAI,QAAQ,IAAI;AAAA,UACrE,gBAAAN,EAAAD,GAAA,EAAS,QAAQF,IAAY,MAAM,KAClC,UAAA,gBAAAG;AAAA,YAACC;AAAA,YAAA;AAAA,cACC,aAAY;AAAA,cACZ,WAAU;AAAA,cACV,mBAAkB;AAAA,cAClB,QAAO;AAAA,cACP,QAAQJ,IAAY,WAAW;AAAA,cAE9B,UAAKQ,EAAA;AAAA,YAAA;AAAA,UAAA,GAEV;AAAA,QAAA;AAAA,MAAA;AAAA,MAlBKC;AAAA,IAoBR,CAAA,GACH;AAAA,EACF,EAAA,CAAA;AAEJ,GAEAG,IAAef;"}
1
+ {"version":3,"file":"onboarding-guide.js","sources":["../../../../../src/features/auth/pla-signup/onboarding-guide/onboarding-guide.tsx"],"sourcesContent":["import type { IOnboardingGuideProps } from './onboarding-guide-types';\n\nimport { memo } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport { EDeviceType } from '../../../ui/theme/constants';\nimport { onboardingGuideSteps } from './onboarding-guide-constants';\nimport * as Styled from './onboarding-guide-styled';\n\nconst OnboardingGuide = ({ orientation = 'vertical' }: IOnboardingGuideProps) => {\n const { device } = useTheme();\n const isCompact = device <= EDeviceType.TABLET;\n const isMobile = device <= EDeviceType.MOBILE;\n const isHorizontalLayout = orientation === 'horizontal' && !isMobile;\n const flexDirection = isCompact || isHorizontalLayout ? 'row' : 'column';\n\n return (\n <FlexView\n $flex={1}\n $alignItems={isHorizontalLayout ? 'flex-start' : 'center'}\n $justifyContent=\"center\"\n >\n <Text\n $whiteSpace=\"pre-line\"\n $renderAs=\"ah4-bold\"\n $renderOnTabletAs=\"ab1-bold\"\n $color=\"WHITE\"\n $align={isHorizontalLayout ? 'left' : 'center'}\n >\n Get started in 3 easy steps!\n </Text>\n\n <Separator heightX={isHorizontalLayout ? 1.25 : isCompact ? 1 : 2.75} />\n\n <Styled.StepWrapper\n $flexDirection={flexDirection}\n $flexColumnGapX={!isHorizontalLayout ? 0.5 : 0}\n isHorizontalLayout={isHorizontalLayout}\n >\n {onboardingGuideSteps.map((step, index) => (\n <Styled.StepItem\n key={index}\n $flex={1}\n $flexDirection={flexDirection === 'row' ? 'column' : 'row'}\n $flexColumnGapX={1.5}\n $flexRowGapX={0.5}\n $alignItems={isHorizontalLayout ? 'flex-start' : 'center'}\n isHorizontalLayout={isHorizontalLayout}\n $gutterX={isHorizontalLayout ? 1 : 0}\n >\n <img\n src={step.icon}\n alt={`Step ${index + 1}`}\n width={isHorizontalLayout ? 80 : 56}\n height={isHorizontalLayout ? 80 : 56}\n />\n <FlexView>\n <Text\n $whiteSpace=\"pre-line\"\n $renderAs=\"ab2\"\n $renderOnTabletAs=\"ab3\"\n $color=\"WHITE\"\n $align={isCompact ? 'center' : 'left'}\n >\n {step.title}\n </Text>\n </FlexView>\n </Styled.StepItem>\n ))}\n </Styled.StepWrapper>\n </FlexView>\n );\n};\n\nexport default memo(OnboardingGuide);\n"],"names":["OnboardingGuide","orientation","device","useTheme","isCompact","EDeviceType","isMobile","isHorizontalLayout","flexDirection","jsxs","FlexView","jsx","Text","Separator","Styled.StepWrapper","onboardingGuideSteps","step","index","Styled.StepItem","onboardingGuide","memo"],"mappings":";;;;;;;;;AAYA,MAAMA,IAAkB,CAAC,EAAE,aAAAC,IAAc,iBAAwC;AACzE,QAAA,EAAE,QAAAC,MAAWC,KACbC,IAAYF,KAAUG,EAAY,QAClCC,IAAWJ,KAAUG,EAAY,QACjCE,IAAqBN,MAAgB,gBAAgB,CAACK,GACtDE,IAAgBJ,KAAaG,IAAqB,QAAQ;AAG9D,SAAA,gBAAAE;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,OAAO;AAAA,MACP,aAAaH,IAAqB,eAAe;AAAA,MACjD,iBAAgB;AAAA,MAEhB,UAAA;AAAA,QAAA,gBAAAI;AAAA,UAACC;AAAA,UAAA;AAAA,YACC,aAAY;AAAA,YACZ,WAAU;AAAA,YACV,mBAAkB;AAAA,YAClB,QAAO;AAAA,YACP,QAAQL,IAAqB,SAAS;AAAA,YACvC,UAAA;AAAA,UAAA;AAAA,QAED;AAAA,0BAECM,GAAU,EAAA,SAASN,IAAqB,OAAOH,IAAY,IAAI,MAAM;AAAA,QAEtE,gBAAAO;AAAA,UAACG;AAAAA,UAAA;AAAA,YACC,gBAAgBN;AAAA,YAChB,iBAAkBD,IAA2B,IAAN;AAAA,YACvC,oBAAAA;AAAA,YAEC,UAAqBQ,EAAA,IAAI,CAACC,GAAMC,MAC/B,gBAAAR;AAAA,cAACS;AAAAA,cAAA;AAAA,gBAEC,OAAO;AAAA,gBACP,gBAAgBV,MAAkB,QAAQ,WAAW;AAAA,gBACrD,iBAAiB;AAAA,gBACjB,cAAc;AAAA,gBACd,aAAaD,IAAqB,eAAe;AAAA,gBACjD,oBAAAA;AAAA,gBACA,UAAUA,IAAqB,IAAI;AAAA,gBAEnC,UAAA;AAAA,kBAAA,gBAAAI;AAAA,oBAAC;AAAA,oBAAA;AAAA,sBACC,KAAKK,EAAK;AAAA,sBACV,KAAK,QAAQC,IAAQ,CAAC;AAAA,sBACtB,OAAOV,IAAqB,KAAK;AAAA,sBACjC,QAAQA,IAAqB,KAAK;AAAA,oBAAA;AAAA,kBACpC;AAAA,oCACCG,GACC,EAAA,UAAA,gBAAAC;AAAA,oBAACC;AAAA,oBAAA;AAAA,sBACC,aAAY;AAAA,sBACZ,WAAU;AAAA,sBACV,mBAAkB;AAAA,sBAClB,QAAO;AAAA,sBACP,QAAQR,IAAY,WAAW;AAAA,sBAE9B,UAAKY,EAAA;AAAA,oBAAA;AAAA,kBAAA,GAEV;AAAA,gBAAA;AAAA,cAAA;AAAA,cAzBKC;AAAA,YAAA,CA2BR;AAAA,UAAA;AAAA,QACH;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN,GAEeE,IAAAC,EAAKpB,CAAe;"}
@@ -1,28 +1,24 @@
1
1
  import t from "styled-components";
2
- import r from "../../../ui/layout/flex-view.js";
3
- const n = t(r)`
2
+ import i from "../../../ui/layout/flex-view.js";
3
+ const n = t(i)`
4
4
  position: relative;
5
- `, s = t(r)`
5
+ `, s = t(i)`
6
6
  position: absolute;
7
7
  border-radius: 100%;
8
8
  top: 216px;
9
9
  border: ${({ theme: o }) => `2px solid ${o.colors.BLACK_5}`};
10
- `, p = t(r)`
11
- opacity: ${({ $isVisible: o }) => o ? 1 : 0};
10
+ `, a = t(i)(
11
+ ({ theme: o, $isVisible: e }) => `
12
+ opacity: ${e ? 1 : 0};
12
13
  transition: opacity 0.5s ease-in-out;
13
- `, a = t.div`
14
14
  position: relative;
15
- `;
16
- t(r)`
15
+ top: -12px;
16
+ ${o.mediaQueries.minWidthTablet} {
17
+ top: 0;
18
+ }
19
+ `
20
+ ), l = t.div`
17
21
  position: relative;
18
- overflow: hidden;
19
- background: ${({ theme: o }) => o.colors.BLACK_2};
20
- border-radius: 100%;
21
- flex-shrink: 0;
22
- display: flex;
23
- align-items: center;
24
- justify-content: center;
25
- color: ${({ theme: o }) => o.colors.WHITE};
26
22
  `;
27
23
  t.div`
28
24
  position: absolute;
@@ -30,31 +26,37 @@ t.div`
30
26
  height: 100%;
31
27
  z-index: 2;
32
28
  `;
33
- const l = t(r)`
34
- position: absolute;
35
- top: 55%;
36
- right: 24px;
37
- `, c = t(r)`
29
+ const d = t(i)(
30
+ ({ theme: o }) => `
31
+ position: absolute;
32
+ bottom: 40px;
33
+ right: 16px;
34
+ ${o.mediaQueries.minWidthTablet} {
35
+ top: 55%;
36
+ right: 24px;
37
+ }
38
+ `
39
+ ), u = t(i)`
38
40
  position: absolute;
39
41
  top: 642px;
40
- `, d = t(r)`
42
+ `, x = t(i)(
43
+ ({ theme: o }) => `
41
44
  position: absolute;
42
- top: 55%;
43
- left: 24px;
44
- button {
45
- background-color: ${({ theme: o }) => o.colors.BLACK_1};
46
- svg {
47
- color: ${({ theme: o }) => o.colors.WHITE};
48
- }
45
+ left: 16px;
46
+ top: 40px;
47
+ ${o.mediaQueries.minWidthTablet} {
48
+ top: 55%;
49
+ left: 24px;
49
50
  }
50
- `;
51
+ `
52
+ );
51
53
  export {
52
54
  s as CircularStepContainer,
53
55
  n as Container,
54
- p as ContentWrapper,
55
- c as FooterWrapper,
56
- a as InputContainer,
57
- l as NextButtonWrapper,
58
- d as PrevButtonWrapper
56
+ a as ContentWrapper,
57
+ u as FooterWrapper,
58
+ l as InputContainer,
59
+ d as NextButtonWrapper,
60
+ x as PrevButtonWrapper
59
61
  };
60
62
  //# sourceMappingURL=circular-step-wrapper-styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"circular-step-wrapper-styled.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst Container = styled(FlexView)`\n position: relative;\n`;\n\nconst CircularStepContainer = styled(FlexView)`\n position: absolute;\n border-radius: 100%;\n top: 216px;\n border: ${({ theme }) => `2px solid ${theme.colors.BLACK_5}`};\n`;\n\nconst ContentWrapper = styled(FlexView)<{ $isVisible: boolean }>`\n opacity: ${({ $isVisible }) => ($isVisible ? 1 : 0)};\n transition: opacity 0.5s ease-in-out;\n`;\n\nconst InputContainer = styled.div`\n position: relative;\n`;\n\nconst CircularProgressContainer = styled(FlexView)<{\n isVerticallyCentered?: boolean;\n}>`\n position: relative;\n overflow: hidden;\n background: ${({ theme }) => theme.colors.BLACK_2};\n border-radius: 100%;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n color: ${({ theme }) => theme.colors.WHITE};\n`;\n\nexport const CircularProgress = styled.div`\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n`;\n\nconst NextButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n right: 24px;\n`;\n\nconst FooterWrapper = styled(FlexView)`\n position: absolute;\n top: 642px;\n`;\n\nconst PrevButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n left: 24px;\n button {\n background-color: ${({ theme }) => theme.colors.BLACK_1};\n svg {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n }\n`;\n\nexport {\n NextButtonWrapper,\n PrevButtonWrapper,\n InputContainer,\n Container,\n CircularStepContainer,\n CircularProgressContainer,\n ContentWrapper,\n FooterWrapper,\n};\n"],"names":["Container","styled","FlexView","CircularStepContainer","theme","ContentWrapper","$isVisible","InputContainer","NextButtonWrapper","FooterWrapper","PrevButtonWrapper"],"mappings":";;AAIM,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAwBF,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,YAIjC,CAAC,EAAE,OAAAE,EAAM,MAAM,aAAaA,EAAM,OAAO,OAAO,EAAE;AAAA,GAGxDC,IAAiBJ,EAAOC,CAAQ;AAAA,aACzB,CAAC,EAAE,YAAAI,EAAA,MAAkBA,IAAa,IAAI,CAAE;AAAA;AAAA,GAI/CC,IAAiBN,EAAO;AAAA;AAAA;AAIIA,EAAOC,CAAQ;AAAA;AAAA;AAAA,gBAKjC,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WAMxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAGZH,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAOjC,MAAAO,IAAoBP,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,GAMnCO,IAAgBR,EAAOC,CAAQ;AAAA;AAAA;AAAA,GAK/BQ,IAAoBT,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,wBAKjB,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA,eAE5C,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;"}
1
+ {"version":3,"file":"circular-step-wrapper-styled.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst Container = styled(FlexView)`\n position: relative;\n`;\n\nconst CircularStepContainer = styled(FlexView)`\n position: absolute;\n border-radius: 100%;\n top: 216px;\n border: ${({ theme }) => `2px solid ${theme.colors.BLACK_5}`};\n`;\n\nconst ContentWrapper = styled(FlexView)<{ $isVisible: boolean }>(\n ({ theme, $isVisible }) => `\n opacity: ${$isVisible ? 1 : 0};\n transition: opacity 0.5s ease-in-out;\n position: relative;\n top: -12px;\n ${theme.mediaQueries.minWidthTablet} {\n top: 0;\n }\n`,\n);\n\nconst InputContainer = styled.div`\n position: relative;\n`;\n\nexport const CircularProgress = styled.div`\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n`;\n\nconst NextButtonWrapper = styled(FlexView)(\n ({ theme }) => `\n position: absolute;\n bottom: 40px;\n right: 16px;\n ${theme.mediaQueries.minWidthTablet} {\n top: 55%;\n right: 24px;\n }\n`,\n);\n\nconst FooterWrapper = styled(FlexView)`\n position: absolute;\n top: 642px;\n`;\n\nconst PrevButtonWrapper = styled(FlexView)(\n ({ theme }) => `\n position: absolute;\n left: 16px;\n top: 40px;\n ${theme.mediaQueries.minWidthTablet} {\n top: 55%;\n left: 24px;\n }\n`,\n);\n\nexport {\n NextButtonWrapper,\n PrevButtonWrapper,\n InputContainer,\n Container,\n CircularStepContainer,\n ContentWrapper,\n FooterWrapper,\n};\n"],"names":["Container","styled","FlexView","CircularStepContainer","theme","ContentWrapper","$isVisible","InputContainer","NextButtonWrapper","FooterWrapper","PrevButtonWrapper"],"mappings":";;AAIM,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAwBF,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,YAIjC,CAAC,EAAE,OAAAE,EAAM,MAAM,aAAaA,EAAM,OAAO,OAAO,EAAE;AAAA,GAGxDC,IAAiBJ,EAAOC,CAAQ;AAAA,EACpC,CAAC,EAAE,OAAAE,GAAO,YAAAE,EAAA,MAAiB;AAAA,aAChBA,IAAa,IAAI,CAAC;AAAA;AAAA;AAAA;AAAA,IAI3BF,EAAM,aAAa,cAAc;AAAA;AAAA;AAAA;AAIrC,GAEMG,IAAiBN,EAAO;AAAA;AAAA;AAIEA,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAOjC,MAAAO,IAAoBP,EAAOC,CAAQ;AAAA,EACvC,CAAC,EAAE,OAAAE,EAAA,MAAY;AAAA;AAAA;AAAA;AAAA,KAIZA,EAAM,aAAa,cAAc;AAAA;AAAA;AAAA;AAAA;AAKtC,GAEMK,IAAgBR,EAAOC,CAAQ;AAAA;AAAA;AAAA,GAK/BQ,IAAoBT,EAAOC,CAAQ;AAAA,EACvC,CAAC,EAAE,OAAAE,EAAA,MAAY;AAAA;AAAA;AAAA;AAAA,IAIbA,EAAM,aAAa,cAAc;AAAA;AAAA;AAAA;AAAA;AAKrC;"}