profile-pane 3.1.4 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/README.md +16 -0
  2. package/lib/04567ff683933c35c465.png +0 -0
  3. package/lib/10163fd9b5a0e00d63a0.png +0 -0
  4. package/lib/1234dcb2eec2e45f252b.png +0 -0
  5. package/lib/20899934157df4db56cb.png +0 -0
  6. package/lib/33760bf79f097f449da5.png +0 -0
  7. package/lib/578d2b6ed32e7624164e.png +0 -0
  8. package/lib/5f62a5b2b7e99b9640c7.png +0 -0
  9. package/lib/6525766ecd288ec60129.png +0 -0
  10. package/lib/7800be6f6c4b5b0f4f20.png +0 -0
  11. package/lib/976473cf5fe24d657d4b.png +0 -0
  12. package/lib/ChatWithMe.d.ts +2 -1
  13. package/lib/ChatWithMe.d.ts.map +1 -1
  14. package/lib/ChatWithMe.js +3 -3
  15. package/lib/ProfileView.d.ts +1 -1
  16. package/lib/ProfileView.d.ts.map +1 -1
  17. package/lib/ProfileView.js +71 -131
  18. package/lib/ProfileViewModelPresenter.d.ts +23 -0
  19. package/lib/ProfileViewModelPresenter.d.ts.map +1 -0
  20. package/lib/ProfileViewModelPresenter.js +37 -0
  21. package/lib/QRCodeCard.d.ts +3 -1
  22. package/lib/QRCodeCard.d.ts.map +1 -1
  23. package/lib/QRCodeCard.js +86 -66
  24. package/lib/addMeToYourFriends.d.ts +3 -3
  25. package/lib/addMeToYourFriends.d.ts.map +1 -1
  26. package/lib/addMeToYourFriends.js +14 -30
  27. package/lib/bda84f59e7216675a208.png +0 -0
  28. package/lib/buttonsHelper.js +1 -1
  29. package/lib/cd68e8f3990ba8b2139e.png +0 -0
  30. package/lib/e7074a7e2cb69e51cfd3.png +0 -0
  31. package/lib/editProfilePane/EditCVCard.d.ts +1 -0
  32. package/lib/editProfilePane/EditCVCard.d.ts.map +1 -1
  33. package/lib/editProfilePane/EditCVCard.js +2 -1
  34. package/lib/editProfilePane/EditCommunitiesCard.d.ts +1 -1
  35. package/lib/editProfilePane/EditCommunitiesCard.d.ts.map +1 -1
  36. package/lib/editProfilePane/EditCommunitiesCard.js +2 -1
  37. package/lib/editProfilePane/EditContactsCard.d.ts +1 -0
  38. package/lib/editProfilePane/EditContactsCard.d.ts.map +1 -1
  39. package/lib/editProfilePane/EditContactsCard.js +2 -0
  40. package/lib/editProfilePane/EditFriendsCard.d.ts +1 -1
  41. package/lib/editProfilePane/EditFriendsCard.d.ts.map +1 -1
  42. package/lib/editProfilePane/EditFriendsCard.js +2 -1
  43. package/lib/editProfilePane/EditOtherPreferences.d.ts +1 -0
  44. package/lib/editProfilePane/EditOtherPreferences.d.ts.map +1 -1
  45. package/lib/editProfilePane/EditOtherPreferences.js +1 -0
  46. package/lib/editProfilePane/EditProfileView.d.ts +1 -1
  47. package/lib/editProfilePane/EditProfileView.d.ts.map +1 -1
  48. package/lib/editProfilePane/EditProfileView.js +1 -1
  49. package/lib/editProfilePane/EditSocialCard.d.ts +1 -0
  50. package/lib/editProfilePane/EditSocialCard.d.ts.map +1 -1
  51. package/lib/editProfilePane/EditSocialCard.js +2 -1
  52. package/lib/editProfilePane/editProfilePresenter.d.ts +1 -0
  53. package/lib/editProfilePane/editProfilePresenter.d.ts.map +1 -1
  54. package/lib/editProfilePane/editProfilePresenter.js +2 -0
  55. package/lib/f3772696fb7ee53c23d8.png +0 -0
  56. package/lib/icons-svg/contactIcons.d.ts +3 -0
  57. package/lib/icons-svg/contactIcons.d.ts.map +1 -0
  58. package/lib/icons-svg/contactIcons.js +32 -0
  59. package/lib/icons-svg/profileIcons.d.ts +22 -0
  60. package/lib/icons-svg/profileIcons.d.ts.map +1 -0
  61. package/lib/icons-svg/profileIcons.js +309 -0
  62. package/lib/index.d.ts +1 -3
  63. package/lib/index.d.ts.map +1 -1
  64. package/lib/index.js +42 -19
  65. package/lib/profile-pane.js +15629 -5666
  66. package/lib/profile-pane.js.map +1 -1
  67. package/lib/profile-pane.min.js +2171 -230
  68. package/lib/profile-pane.min.js.map +1 -1
  69. package/lib/rdfFormsHelper.d.ts +1 -0
  70. package/lib/rdfFormsHelper.d.ts.map +1 -1
  71. package/lib/rdfFormsHelper.js +2 -0
  72. package/lib/sections/bio/BioEditDialog.d.ts +6 -0
  73. package/lib/sections/bio/BioEditDialog.d.ts.map +1 -0
  74. package/lib/sections/bio/BioEditDialog.js +119 -0
  75. package/lib/sections/bio/BioSection.d.ts +7 -0
  76. package/lib/sections/bio/BioSection.d.ts.map +1 -0
  77. package/lib/sections/bio/BioSection.js +131 -0
  78. package/lib/sections/bio/mutations.d.ts +4 -0
  79. package/lib/sections/bio/mutations.d.ts.map +1 -0
  80. package/lib/sections/bio/mutations.js +43 -0
  81. package/lib/sections/bio/selectors.d.ts +4 -0
  82. package/lib/sections/bio/selectors.d.ts.map +1 -0
  83. package/lib/sections/bio/selectors.js +15 -0
  84. package/lib/sections/bio/types.d.ts +15 -0
  85. package/lib/sections/bio/types.d.ts.map +1 -0
  86. package/lib/sections/bio/types.js +5 -0
  87. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts +7 -0
  88. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -0
  89. package/lib/sections/contactInfo/ContactInfoEditDialog.js +658 -0
  90. package/lib/sections/contactInfo/ContactInfoSection.d.ts +5 -0
  91. package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -0
  92. package/lib/sections/contactInfo/ContactInfoSection.js +229 -0
  93. package/lib/sections/contactInfo/mutations.d.ts +4 -0
  94. package/lib/sections/contactInfo/mutations.d.ts.map +1 -0
  95. package/lib/sections/contactInfo/mutations.js +150 -0
  96. package/lib/sections/contactInfo/selectors.d.ts +4 -0
  97. package/lib/sections/contactInfo/selectors.d.ts.map +1 -0
  98. package/lib/sections/contactInfo/selectors.js +104 -0
  99. package/lib/sections/contactInfo/types.d.ts +44 -0
  100. package/lib/sections/contactInfo/types.d.ts.map +1 -0
  101. package/lib/sections/contactInfo/types.js +5 -0
  102. package/lib/sections/education/EducationEditDialog.d.ts +7 -0
  103. package/lib/sections/education/EducationEditDialog.d.ts.map +1 -0
  104. package/lib/sections/education/EducationEditDialog.js +459 -0
  105. package/lib/sections/education/EducationSection.d.ts +7 -0
  106. package/lib/sections/education/EducationSection.d.ts.map +1 -0
  107. package/lib/sections/education/EducationSection.js +126 -0
  108. package/lib/sections/education/mutations.d.ts +4 -0
  109. package/lib/sections/education/mutations.d.ts.map +1 -0
  110. package/lib/sections/education/mutations.js +60 -0
  111. package/lib/sections/education/selectors.d.ts +4 -0
  112. package/lib/sections/education/selectors.d.ts.map +1 -0
  113. package/lib/sections/education/selectors.js +64 -0
  114. package/lib/sections/education/types.d.ts +20 -0
  115. package/lib/sections/education/types.d.ts.map +1 -0
  116. package/lib/sections/education/types.js +5 -0
  117. package/lib/sections/heading/HeadingEditDialog.d.ts +6 -0
  118. package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -0
  119. package/lib/sections/heading/HeadingEditDialog.js +742 -0
  120. package/lib/sections/heading/HeadingSection.d.ts +9 -0
  121. package/lib/sections/heading/HeadingSection.d.ts.map +1 -0
  122. package/lib/sections/heading/HeadingSection.js +97 -0
  123. package/lib/sections/heading/camera.d.ts +19 -0
  124. package/lib/sections/heading/camera.d.ts.map +1 -0
  125. package/lib/sections/heading/camera.js +199 -0
  126. package/lib/sections/heading/dateHelpers.d.ts +4 -0
  127. package/lib/sections/heading/dateHelpers.d.ts.map +1 -0
  128. package/lib/sections/heading/dateHelpers.js +48 -0
  129. package/lib/sections/heading/imageHelpers.d.ts +4 -0
  130. package/lib/sections/heading/imageHelpers.d.ts.map +1 -0
  131. package/lib/sections/heading/imageHelpers.js +81 -0
  132. package/lib/sections/heading/mutations.d.ts +4 -0
  133. package/lib/sections/heading/mutations.d.ts.map +1 -0
  134. package/lib/sections/heading/mutations.js +190 -0
  135. package/lib/sections/heading/selectors.d.ts +5 -0
  136. package/lib/sections/heading/selectors.d.ts.map +1 -0
  137. package/lib/sections/heading/selectors.js +157 -0
  138. package/lib/sections/heading/types.d.ts +36 -0
  139. package/lib/sections/heading/types.d.ts.map +1 -0
  140. package/lib/sections/heading/types.js +5 -0
  141. package/lib/sections/languages/LanguageEditDialog.d.ts +7 -0
  142. package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -0
  143. package/lib/sections/languages/LanguageEditDialog.js +457 -0
  144. package/lib/sections/languages/LanguageSection.d.ts +5 -0
  145. package/lib/sections/languages/LanguageSection.d.ts.map +1 -0
  146. package/lib/sections/languages/LanguageSection.js +137 -0
  147. package/lib/sections/languages/mutations.d.ts +6 -0
  148. package/lib/sections/languages/mutations.d.ts.map +1 -0
  149. package/lib/sections/languages/mutations.js +296 -0
  150. package/lib/sections/languages/selectors.d.ts +5 -0
  151. package/lib/sections/languages/selectors.d.ts.map +1 -0
  152. package/lib/sections/languages/selectors.js +146 -0
  153. package/lib/sections/languages/types.d.ts +15 -0
  154. package/lib/sections/languages/types.d.ts.map +1 -0
  155. package/lib/sections/languages/types.js +5 -0
  156. package/lib/sections/projects/ProjectEditDialog.d.ts +7 -0
  157. package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -0
  158. package/lib/sections/projects/ProjectEditDialog.js +182 -0
  159. package/lib/sections/projects/ProjectSection.d.ts +6 -0
  160. package/lib/sections/projects/ProjectSection.d.ts.map +1 -0
  161. package/lib/sections/projects/ProjectSection.js +220 -0
  162. package/lib/sections/projects/mutations.d.ts +4 -0
  163. package/lib/sections/projects/mutations.d.ts.map +1 -0
  164. package/lib/sections/projects/mutations.js +188 -0
  165. package/lib/sections/projects/selectors.d.ts +5 -0
  166. package/lib/sections/projects/selectors.d.ts.map +1 -0
  167. package/lib/sections/projects/selectors.js +163 -0
  168. package/lib/sections/projects/types.d.ts +28 -0
  169. package/lib/sections/projects/types.d.ts.map +1 -0
  170. package/lib/sections/projects/types.js +8 -0
  171. package/lib/sections/resume/ResumeEditDialog.d.ts +7 -0
  172. package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -0
  173. package/lib/sections/resume/ResumeEditDialog.js +629 -0
  174. package/lib/sections/resume/ResumeSection.d.ts +7 -0
  175. package/lib/sections/resume/ResumeSection.d.ts.map +1 -0
  176. package/lib/sections/resume/ResumeSection.js +160 -0
  177. package/lib/sections/resume/mutations.d.ts +6 -0
  178. package/lib/sections/resume/mutations.d.ts.map +1 -0
  179. package/lib/sections/resume/mutations.js +172 -0
  180. package/lib/sections/resume/selectors.d.ts +4 -0
  181. package/lib/sections/resume/selectors.d.ts.map +1 -0
  182. package/lib/sections/resume/selectors.js +142 -0
  183. package/lib/sections/resume/types.d.ts +33 -0
  184. package/lib/sections/resume/types.d.ts.map +1 -0
  185. package/lib/sections/resume/types.js +8 -0
  186. package/lib/sections/shared/collapsibleSection.d.ts +2 -0
  187. package/lib/sections/shared/collapsibleSection.d.ts.map +1 -0
  188. package/lib/sections/shared/collapsibleSection.js +24 -0
  189. package/lib/sections/shared/contactTypeUtils.d.ts +7 -0
  190. package/lib/sections/shared/contactTypeUtils.d.ts.map +1 -0
  191. package/lib/sections/shared/contactTypeUtils.js +48 -0
  192. package/lib/sections/shared/idNodeFactory.d.ts +3 -0
  193. package/lib/sections/shared/idNodeFactory.d.ts.map +1 -0
  194. package/lib/sections/shared/idNodeFactory.js +14 -0
  195. package/lib/sections/shared/phoneCountries.d.ts +20 -0
  196. package/lib/sections/shared/phoneCountries.d.ts.map +1 -0
  197. package/lib/sections/shared/phoneCountries.js +1080 -0
  198. package/lib/sections/shared/rdfList.d.ts +3 -0
  199. package/lib/sections/shared/rdfList.d.ts.map +1 -0
  200. package/lib/sections/shared/rdfList.js +34 -0
  201. package/lib/sections/shared/rdfMutationHelpers.d.ts +12 -0
  202. package/lib/sections/shared/rdfMutationHelpers.d.ts.map +1 -0
  203. package/lib/sections/shared/rdfMutationHelpers.js +82 -0
  204. package/lib/sections/shared/rowState.d.ts +21 -0
  205. package/lib/sections/shared/rowState.d.ts.map +1 -0
  206. package/lib/sections/shared/rowState.js +52 -0
  207. package/lib/sections/shared/sanitizeUtils.d.ts +5 -0
  208. package/lib/sections/shared/sanitizeUtils.d.ts.map +1 -0
  209. package/lib/sections/shared/sanitizeUtils.js +22 -0
  210. package/lib/sections/shared/sectionCardHelpers.d.ts +11 -0
  211. package/lib/sections/shared/sectionCardHelpers.d.ts.map +1 -0
  212. package/lib/sections/shared/sectionCardHelpers.js +105 -0
  213. package/lib/sections/shared/types.d.ts +7 -0
  214. package/lib/sections/shared/types.d.ts.map +1 -0
  215. package/lib/sections/shared/types.js +5 -0
  216. package/lib/sections/skills/SkillsEditDialog.d.ts +7 -0
  217. package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -0
  218. package/lib/sections/skills/SkillsEditDialog.js +340 -0
  219. package/lib/sections/skills/SkillsSection.d.ts +5 -0
  220. package/lib/sections/skills/SkillsSection.d.ts.map +1 -0
  221. package/lib/sections/skills/SkillsSection.js +169 -0
  222. package/lib/sections/skills/mutations.d.ts +6 -0
  223. package/lib/sections/skills/mutations.d.ts.map +1 -0
  224. package/lib/sections/skills/mutations.js +110 -0
  225. package/lib/sections/skills/selectors.d.ts +6 -0
  226. package/lib/sections/skills/selectors.d.ts.map +1 -0
  227. package/lib/sections/skills/selectors.js +37 -0
  228. package/lib/sections/skills/types.d.ts +14 -0
  229. package/lib/sections/skills/types.d.ts.map +1 -0
  230. package/lib/sections/skills/types.js +5 -0
  231. package/lib/sections/social/SocialEditDialog.d.ts +7 -0
  232. package/lib/sections/social/SocialEditDialog.d.ts.map +1 -0
  233. package/lib/sections/social/SocialEditDialog.js +362 -0
  234. package/lib/sections/social/SocialSection.d.ts +8 -0
  235. package/lib/sections/social/SocialSection.d.ts.map +1 -0
  236. package/lib/sections/social/SocialSection.js +201 -0
  237. package/lib/sections/social/constants.d.ts +3 -0
  238. package/lib/sections/social/constants.d.ts.map +1 -0
  239. package/lib/sections/social/constants.js +16 -0
  240. package/lib/sections/social/helpers.d.ts +15 -0
  241. package/lib/sections/social/helpers.d.ts.map +1 -0
  242. package/lib/sections/social/helpers.js +316 -0
  243. package/lib/sections/social/mutations.d.ts +4 -0
  244. package/lib/sections/social/mutations.d.ts.map +1 -0
  245. package/lib/sections/social/mutations.js +298 -0
  246. package/lib/sections/social/selectors.d.ts +4 -0
  247. package/lib/sections/social/selectors.d.ts.map +1 -0
  248. package/lib/sections/social/selectors.js +43 -0
  249. package/lib/sections/social/types.d.ts +19 -0
  250. package/lib/sections/social/types.d.ts.map +1 -0
  251. package/lib/sections/social/types.js +5 -0
  252. package/lib/styles/BioSection.css +77 -0
  253. package/lib/styles/CVCard.css +107 -2
  254. package/lib/styles/ContactInfoEditDialog.css +153 -0
  255. package/lib/styles/EditDialogs.css +1028 -0
  256. package/lib/styles/EducationCard.css +103 -0
  257. package/lib/styles/HeadingSection.css +309 -0
  258. package/lib/styles/ProfileCard.css +10 -42
  259. package/lib/styles/ProfileView.css +53 -8
  260. package/lib/styles/ProjectsCard.css +206 -0
  261. package/lib/styles/QRCodeCard.css +29 -10
  262. package/lib/styles/SocialCard.css +41 -13
  263. package/lib/styles/dialog.css +209 -0
  264. package/lib/styles/utilities.css +638 -256
  265. package/lib/textUtils.d.ts +6 -0
  266. package/lib/textUtils.d.ts.map +1 -0
  267. package/lib/textUtils.js +44 -0
  268. package/lib/texts.d.ts +45 -4
  269. package/lib/texts.d.ts.map +1 -1
  270. package/lib/texts.js +46 -5
  271. package/lib/types.d.ts +2 -0
  272. package/lib/types.d.ts.map +1 -0
  273. package/lib/types.js +5 -0
  274. package/lib/ui/dialog.d.ts +29 -0
  275. package/lib/ui/dialog.d.ts.map +1 -0
  276. package/lib/ui/dialog.js +269 -0
  277. package/lib/ui/errors.d.ts +2 -0
  278. package/lib/ui/errors.d.ts.map +1 -0
  279. package/lib/ui/errors.js +10 -0
  280. package/package.json +8 -6
  281. package/lib/CVCard.d.ts +0 -4
  282. package/lib/CVCard.d.ts.map +0 -1
  283. package/lib/CVCard.js +0 -114
  284. package/lib/CVPresenter.d.ts +0 -25
  285. package/lib/CVPresenter.d.ts.map +0 -1
  286. package/lib/CVPresenter.js +0 -119
  287. package/lib/FriendList.d.ts +0 -6
  288. package/lib/FriendList.d.ts.map +0 -1
  289. package/lib/FriendList.js +0 -27
  290. package/lib/ProfileCard.d.ts +0 -6
  291. package/lib/ProfileCard.d.ts.map +0 -1
  292. package/lib/ProfileCard.js +0 -62
  293. package/lib/SocialCard.d.ts +0 -5
  294. package/lib/SocialCard.d.ts.map +0 -1
  295. package/lib/SocialCard.js +0 -51
  296. package/lib/SocialPresenter.d.ts +0 -11
  297. package/lib/SocialPresenter.d.ts.map +0 -1
  298. package/lib/SocialPresenter.js +0 -117
  299. package/lib/StuffCard.d.ts +0 -10
  300. package/lib/StuffCard.d.ts.map +0 -1
  301. package/lib/StuffCard.js +0 -52
  302. package/lib/StuffPresenter.d.ts +0 -14
  303. package/lib/StuffPresenter.d.ts.map +0 -1
  304. package/lib/StuffPresenter.js +0 -53
  305. package/lib/presenter.d.ts +0 -14
  306. package/lib/presenter.d.ts.map +0 -1
  307. package/lib/presenter.js +0 -68
  308. package/lib/styles/FriendList.css +0 -12
  309. package/lib/styles/StuffCard.css +0 -23
  310. package/lib/styles/editProfile.css +0 -62
  311. package/lib/styles/profileRDFFormsEnforced.css +0 -427
@@ -0,0 +1,1028 @@
1
+ .profile-edit-dialog__section {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: var(--spacing-xs);
5
+ }
6
+
7
+ .profile__edit-form {
8
+ width: 100%;
9
+ }
10
+
11
+ .profile-edit-dialog__section h4 {
12
+ margin: 0;
13
+ }
14
+
15
+ .profile-edit-dialog__section fieldset {
16
+ width: 100%;
17
+ margin: 0;
18
+ display: grid;
19
+ gap: var(--spacing-sm);
20
+ border: 0;
21
+ padding: 0;
22
+ min-inline-size: 0;
23
+ }
24
+ .profile-edit-dialog__field-description {
25
+ color: var(--gray-600, #4A5565);
26
+ font-size: var(--font-size-sm, 0.875rem); /* 14px */
27
+ font-weight: var(--font-weight-normal, normal);
28
+ line-height: var(--line-height-base, 1.5); /* 21px */
29
+ }
30
+
31
+ .profile-edit-dialog__bio-field-container {
32
+ display: flex;
33
+ width: 100%;
34
+ max-width: 34rem;
35
+ padding: 0;
36
+ flex-direction: column;
37
+ align-items: flex-start;
38
+ gap: var(--spacing-xs, 0.75rem);
39
+ box-sizing: border-box;
40
+ margin: 0;
41
+ }
42
+
43
+ .profile-edit-dialog__row {
44
+ display: flex;
45
+ align-items: flex-start;
46
+ gap: var(--spacing-sm);
47
+ max-width: 34rem;
48
+ }
49
+
50
+ .profile-edit-dialog__section--resume fieldset {
51
+ gap: var(--spacing-xs, 0.75rem);
52
+ }
53
+
54
+ .profile-edit-dialog__row--language {
55
+ margin-left: calc(-1 * var(--spacing-xs, 0.75rem));
56
+ }
57
+
58
+ .profile-edit-dialog__row--social {
59
+ margin-left: calc(-1 * var(--spacing-2xs, 0.625rem));
60
+ max-width: 100%;
61
+ width: 100%;
62
+ }
63
+
64
+ .profile-edit-dialog__field--social-type {
65
+ flex: 0 0 7rem;
66
+ width: 7rem;
67
+ max-width: 7rem;
68
+ }
69
+
70
+ .profile-edit-dialog__field--social-url {
71
+ flex: 1 1 auto;
72
+ min-width: 0;
73
+ }
74
+
75
+ .profile-edit-dialog__row--full {
76
+ max-width: 100%;
77
+ width: 100%;
78
+ }
79
+
80
+ .profile-edit-dialog__row--project {
81
+ max-width: 100%;
82
+ width: 100%;
83
+ }
84
+
85
+ .profile-edit-dialog__row--resume-entry-header {
86
+ align-items: center;
87
+ border-bottom: 1px solid var(--gray-400, #99A1AF);
88
+ }
89
+
90
+ .profile-edit-dialog__row--resume-entry-header > .profile-edit-dialog__entry-heading {
91
+ margin: 0;
92
+ }
93
+
94
+ .profile-edit-dialog__entry-heading {
95
+ margin: 0;
96
+ color: var(--gray-700, #364153);
97
+ font-size: var(--font-size-sm, 0.875rem);
98
+ font-style: normal;
99
+ font-weight: var(--font-weight-md, 500);
100
+ line-height: normal;
101
+ }
102
+
103
+ .educationEditSection .profile-edit-dialog__section-heading {
104
+ margin: 0;
105
+ color: var(--gray-700, #364153);
106
+ font-size: 16px;
107
+ font-weight: 500;
108
+ }
109
+
110
+ .profile-edit-dialog__row--resume-entry-header .profile-edit-dialog__delete-button,
111
+ #profile-modal .modal .profile-edit-dialog__row--resume-entry-header button.profile-edit-dialog__delete-button {
112
+ min-height: 1.75rem;
113
+ min-width: 1.75rem;
114
+ }
115
+
116
+ /* Force two direct children to split the row into equal columns. */
117
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field,
118
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field-type {
119
+ flex: 1 1 0;
120
+ min-width: 0;
121
+ }
122
+
123
+ .profile-edit-dialog__image-preview {
124
+ display: grid;
125
+ gap: var(--spacing-xs);
126
+ }
127
+
128
+ .profile-edit-dialog__image-preview-label,
129
+ .profile-edit-dialog__image-preview-description {
130
+ margin: 0;
131
+ }
132
+
133
+ .profile-edit-dialog__image-preview-actions {
134
+ display: flex;
135
+ align-items: center;
136
+ gap: var(--spacing-xs);
137
+ }
138
+
139
+ .profile-edit-dialog__image-frame {
140
+ position: relative;
141
+ display: inline-block;
142
+ line-height: 0;
143
+ }
144
+
145
+ .profile-edit-dialog__image-camera-button {
146
+ display: none;
147
+ position: absolute;
148
+ right: var(--spacing-2xs, 0.625rem);
149
+ bottom: var(--spacing-2xs, 0.625rem);
150
+ z-index: 1;
151
+ }
152
+
153
+ /* Override modal-wide button defaults for the small camera overlay control. */
154
+ #profile-modal .modal button.profile-edit-dialog__image-camera-button {
155
+ display: none !important;
156
+ position: absolute;
157
+ right: var(--spacing-2xs, 0.625rem);
158
+ bottom: var(--spacing-2xs, 0.625rem);
159
+ width: 1.25rem;
160
+ height: 1.25rem;
161
+ min-width: 1.25rem;
162
+ min-height: 1.25rem;
163
+ padding: 3px;
164
+ background: var(--white, #FFF);
165
+ border-radius: 3.333px;
166
+ box-shadow: 0 0 4.444px 0 rgba(0, 0, 0, 0.25);
167
+ flex-shrink: 0;
168
+ }
169
+
170
+ .profile-edit-dialog__image-camera-button svg {
171
+ width: 0.875rem !important;
172
+ height: 0.875rem !important;
173
+ display: block;
174
+ flex-shrink: 0;
175
+ }
176
+ .profile-edit-dialog__image-camera-capture-row {
177
+ display: flex;
178
+ justify-content: center;
179
+ width: 100%;
180
+ }
181
+
182
+ .profile-edit-dialog--heading .profile-edit-dialog__image-camera-capture-row {
183
+ margin-bottom: calc(var(--spacing-lg, 1.25rem) / -2);
184
+ }
185
+
186
+ .profile-edit-dialog__image-camera-capture-frame {
187
+ display: flex;
188
+ flex-direction: column;
189
+ justify-content: center;
190
+ align-items: center;
191
+ width: fit-content;
192
+ max-width: 100%;
193
+ margin-left: auto;
194
+ margin-right: auto;
195
+ margin-top: calc(var(--spacing-xs, 0.625rem) / 2);
196
+ margin-bottom: var(--spacing-xs, 0.625rem);
197
+ padding: 10px;
198
+ box-sizing: border-box;
199
+ border: 1px solid var(--gray-200, #E5E7EB);
200
+ border-radius: 8px;
201
+ }
202
+
203
+ .profile-edit-dialog--heading .profile-edit-dialog__image-camera-capture-frame {
204
+ margin-top: calc(var(--spacing-xs, 0.625rem) / 4);
205
+ margin-bottom: calc(var(--spacing-xs, 0.625rem) / 2);
206
+ }
207
+
208
+ .profile-edit-dialog__image-camera-capture-frame[hidden] {
209
+ display: none;
210
+ }
211
+
212
+ .profile-edit-dialog__image-camera-capture-frame table {
213
+ border-collapse: collapse;
214
+ width: 100%;
215
+ table-layout: fixed;
216
+ }
217
+
218
+ .profile-edit-dialog__image-camera-capture-frame td {
219
+ text-align: center;
220
+ vertical-align: middle;
221
+ }
222
+
223
+ .profile-edit-dialog__image-camera-capture-frame tr:last-child {
224
+ display: flex;
225
+ justify-content: flex-end;
226
+ align-items: center;
227
+ gap: var(--spacing-2xs, 0.625rem);
228
+ }
229
+
230
+ .profile-edit-dialog__image-camera-capture-frame tr:last-child td {
231
+ display: flex;
232
+ align-items: center;
233
+ justify-content: center;
234
+ flex: 0 0 auto;
235
+ width: auto;
236
+ }
237
+
238
+ .profile-edit-dialog__image-camera-capture-frame tr:last-child td:first-child {
239
+ margin-right: auto;
240
+ }
241
+
242
+ #profile-modal .modal .profile-edit-dialog__image-camera-capture-frame tr:last-child td:first-child button {
243
+ display: inline-flex;
244
+ align-items: center;
245
+ justify-content: center;
246
+ }
247
+
248
+ .profile-edit-dialog__camera-control {
249
+ position: relative;
250
+ display: flex;
251
+ flex-direction: column;
252
+ align-items: center;
253
+ }
254
+
255
+ .profile-edit-dialog__camera-control-actions {
256
+ display: flex;
257
+ align-items: center;
258
+ justify-content: center !important;
259
+ gap: var(--spacing-2xs, 0.625rem);
260
+ width: max-content;
261
+ margin-left: auto;
262
+ margin-right: auto;
263
+ margin-top: calc(var(--spacing-2xs, 0.625rem) / 2);
264
+ align-self: center;
265
+ }
266
+
267
+ .profile-edit-dialog__camera-control-cancel {
268
+ position: absolute;
269
+ top: 0;
270
+ right: 0;
271
+ display: inline-flex;
272
+ align-items: center;
273
+ justify-content: center;
274
+ padding: 0;
275
+ border: 0 !important;
276
+ background: transparent !important;
277
+ box-shadow: none !important;
278
+ color: var(--gray-600, #4A5565) !important;
279
+ margin-right: 0 !important;
280
+ }
281
+
282
+ .profile-edit-dialog__camera-control-cancel svg {
283
+ display: block;
284
+ }
285
+
286
+ #profile-modal .modal .profile-edit-dialog__camera-control-cancel:hover,
287
+ #profile-modal .modal .profile-edit-dialog__camera-control-cancel:focus-visible {
288
+ background: transparent !important;
289
+ border: 0 !important;
290
+ color: var(--gray-900, #101828) !important;
291
+ }
292
+ /* display: inline-flex;
293
+ align-items: center;
294
+ justify-content: center;
295
+ min-height: 2rem;
296
+ padding: 0.25rem 0.625rem;
297
+ border: 1px solid var(--gray-300, #D5D7DA) !important;
298
+ -- background: var(--gray-200, #E5E7EB) !important;
299
+ background: var(--gray-100, #FFF) !important;
300
+ color: var(--gray-700, #364153) !important;
301
+ box-shadow: none !important;
302
+ border-radius: 0.375rem;
303
+ font-weight: var(--font-weight-md, 500); */
304
+ .profile-edit-dialog__camera-control-action {
305
+ display: inline-flex;
306
+ align-items: center;
307
+ justify-content: center;
308
+ text-align: center;
309
+ font-size: var(--font-size-xxs, 0.75rem) !important; /* 12 px */
310
+ font-weight: var(--font-weight-xbold, 700) !important;
311
+ line-height: var(--line-height-base, 1.5) !important; /* 150% */
312
+ border-radius: var(--border-radius-base, 0.3125rem) !important;
313
+ border: 0.8px solid var(--gray-300, #D1D5DC) !important;
314
+ color: var(--gray-900, #101828) !important;
315
+ background: var(--white, #FFF) !important;
316
+ padding: 6.6px 11.075px 7px 12.8px !important;
317
+ }
318
+
319
+ #profile-modal .modal .profile-edit-dialog__camera-control-actions button:hover,
320
+ #profile-modal .modal .profile-edit-dialog__camera-control-actions button:focus-visible {
321
+ background: var(--gray-100, #F3F4F6) !important;
322
+ border-color: var(--gray-400, #99A1AF) !important;
323
+ }
324
+
325
+ .profile-edit-dialog__image-camera-capture-frame video,
326
+ .profile-edit-dialog__image-camera-capture-frame canvas {
327
+ display: block;
328
+ width: 100%;
329
+ max-width: 260px;
330
+ height: auto;
331
+ border-radius: 0.5rem;
332
+ margin: 0 auto;
333
+ }
334
+
335
+ #profile-modal .modal .profile-edit-dialog__image-camera-capture-frame button {
336
+ font-size: var(--font-size-sm, 0.875rem);
337
+ }
338
+
339
+ .profile-edit-dialog__image-upload-button,
340
+ .profile-edit-dialog__image-remove-button {
341
+ min-height: var(--min-touch-target, 44px);
342
+ padding: 0 var(--spacing-sm);
343
+ }
344
+
345
+ .profile-edit-dialog__field,
346
+ .profile-edit-dialog__field-type {
347
+ display: block;
348
+ margin: 0;
349
+ }
350
+
351
+ .profile-edit-dialog__field-type {
352
+ width: 100%;
353
+ }
354
+
355
+ .profile-edit-dialog__field {
356
+ /* flex: 1 1 auto; */
357
+ min-width: 0;
358
+ }
359
+
360
+ .profile__edit-form--resume .profile-edit-dialog__field,
361
+ .profile__edit-form--resume .profile-edit-dialog__field-type:not(.hidden),
362
+ .profile__edit-form--contact-info .profile-edit-dialog__field,
363
+ .profile__edit-form--contact-info .profile-edit-dialog__field-type:not(.hidden) {
364
+ display: flex;
365
+ flex-direction: column;
366
+ align-items: flex-start;
367
+ gap: var(--spacing-xxs, 0.3125rem);
368
+ flex: 1 0 0;
369
+ }
370
+
371
+ .profile__edit-form--resume .profile-edit-dialog__row {
372
+ max-width: 100%;
373
+ width: 100%;
374
+ }
375
+
376
+ .profile__edit-form--resume .profile-edit-dialog__section fieldset > .profile-edit-dialog__field {
377
+ max-width: 100%;
378
+ }
379
+
380
+ .profile__edit-form--resume .profile-edit-dialog__field > input,
381
+ .profile__edit-form--resume .profile-edit-dialog__field > select,
382
+ .profile__edit-form--resume .profile-edit-dialog__field > textarea,
383
+ .profile__edit-form--resume .profile-edit-dialog__field-type > input,
384
+ .profile__edit-form--resume .profile-edit-dialog__field-type > select,
385
+ .profile__edit-form--resume .profile-edit-dialog__field-type > textarea,
386
+ .profile__edit-form--contact-info .profile-edit-dialog__field > input,
387
+ .profile__edit-form--contact-info .profile-edit-dialog__field > select,
388
+ .profile__edit-form--contact-info .profile-edit-dialog__field > textarea,
389
+ .profile__edit-form--contact-info .profile-edit-dialog__field-type > input,
390
+ .profile__edit-form--contact-info .profile-edit-dialog__field-type > select,
391
+ .profile__edit-form--contact-info .profile-edit-dialog__field-type > textarea {
392
+ align-self: stretch;
393
+ }
394
+
395
+ .profile-edit-dialog__field--resume-location {
396
+ flex: 1 0 0;
397
+ width: auto;
398
+ max-width: none;
399
+ }
400
+
401
+ .profile-edit-dialog__row--resume-dates {
402
+ max-width: 100%;
403
+ width: 100%;
404
+ }
405
+
406
+ .profile-edit-dialog__field--date-group {
407
+ flex: 1 1 0;
408
+ min-width: 0;
409
+ }
410
+
411
+ .profile-edit-dialog__date-pair {
412
+ display: flex;
413
+ align-items: center;
414
+ gap: var(--spacing-sm);
415
+ width: 100%;
416
+ }
417
+
418
+ .profile-edit-dialog__date-pair > select {
419
+ flex: 1 1 0;
420
+ min-width: 0;
421
+ }
422
+
423
+ .profile-edit-dialog__field--stack {
424
+ display: grid;
425
+ gap: var(--spacing-xxs);
426
+ }
427
+
428
+ .profile-edit-dialog__field--stack > small {
429
+ display: block;
430
+ width: 100%;
431
+ text-align: right;
432
+ }
433
+
434
+ .profile-edit-dialog__bio-field-container > small {
435
+ align-self: flex-end;
436
+ text-align: right;
437
+ }
438
+
439
+ .profile-edit-dialog__field--full {
440
+ max-width: 100% !important;
441
+ width: 100%;
442
+ }
443
+
444
+ .profile-edit-dialog__field--row-width {
445
+ max-width: 34rem;
446
+ width: 100%;
447
+ }
448
+
449
+ .profile-edit-dialog--heading .profile-edit-dialog__row,
450
+ .profile-edit-dialog--heading .profile-edit-dialog__field--row-width {
451
+ max-width: 100%;
452
+ width: 100%;
453
+ }
454
+
455
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo {
456
+ padding-bottom: calc(var(--spacing-sm, 0.938rem) / 2);
457
+ margin-bottom: calc(var(--spacing-sm, 0.938rem) / 2);
458
+ border-bottom: 1px solid var(--slate-200, #E2E8F0);
459
+ }
460
+
461
+ .profile-edit-dialog--heading .profile-edit {
462
+ gap: calc(var(--spacing-lg, 1.25rem) / 2);
463
+ }
464
+
465
+ .profile-edit-dialog__login-message {
466
+ margin: 0;
467
+ font-size: var(--font-size-xs, 0.75rem);
468
+ color: var(--red-600, #E7000B);
469
+ }
470
+
471
+ .profile-edit-dialog__section + .profile-edit-dialog__login-message {
472
+ margin-top: var(--spacing-sm, 0.938rem);
473
+ }
474
+
475
+ .profile__edit-form--projects .profile-edit-dialog__login-message {
476
+ margin-top: var(--spacing-sm, 0.938rem);
477
+ }
478
+
479
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point {
480
+ max-width: 100%;
481
+ width: 100%;
482
+ gap: var(--spacing-2xs, 0.625rem);
483
+ }
484
+
485
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point > .profile-edit-dialog__field {
486
+ flex: 1 1 0;
487
+ min-width: 0;
488
+ }
489
+
490
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point > .profile-edit-dialog__field > .label {
491
+ display: block;
492
+ width: 100%;
493
+ }
494
+
495
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point.profile-edit-dialog__row--equal > .profile-edit-dialog__field-type.profile-edit-dialog__field-type--contact-point {
496
+ flex: 0 0 6.4375rem;
497
+ width: 6.4375rem;
498
+ min-width: 6.4375rem;
499
+ max-width: 6.4375rem;
500
+ }
501
+
502
+ .profile-edit-dialog__field-type--contact-point select {
503
+ width: auto;
504
+ max-width: none;
505
+ min-width: 6.4375rem;
506
+ }
507
+
508
+ .profile-edit-dialog__row--address-header {
509
+ max-width: 34rem;
510
+ align-items: flex-end;
511
+ }
512
+
513
+ .profile-edit-dialog__row--inline-end {
514
+ justify-content: flex-end;
515
+ max-width: 100%;
516
+ }
517
+
518
+ .profile-edit-dialog__checkbox-label {
519
+ display: inline-flex;
520
+ align-items: center;
521
+ gap: var(--spacing-xs);
522
+ margin-left: auto;
523
+ cursor: pointer;
524
+ }
525
+
526
+ .profile-edit-dialog__checkbox-input {
527
+ width: 1rem;
528
+ height: 1rem;
529
+ margin: 0;
530
+ flex: 0 0 auto;
531
+ accent-color: var(--color-primary, #7C4DFF);
532
+ cursor: pointer;
533
+ }
534
+
535
+ .profile-edit-dialog__checkbox-input:focus-visible {
536
+ outline: var(--focus-indicator-width, 2px) solid var(--color-primary, #7C4DFF);
537
+ outline-offset: 2px;
538
+ }
539
+
540
+ .profile-edit-dialog__checkbox-input:disabled {
541
+ opacity: var(--opacity-disabled, 0.5);
542
+ }
543
+
544
+ /* The street-address row is a standalone label, so cap its width like the flex rows. */
545
+ .profile-edit-dialog__section fieldset > .profile-edit-dialog__field {
546
+ max-width: 34rem;
547
+ }
548
+
549
+ .profile-edit-dialog__field-type--wide {
550
+ flex: 1 1 auto;
551
+ min-width: 0;
552
+ width: 100%;
553
+ max-width: 100%;
554
+ }
555
+
556
+ .profile-edit-dialog__field-type--contact-point {
557
+ flex: 0 0 auto;
558
+ width: auto;
559
+ max-width: none;
560
+ align-self: flex-start;
561
+ }
562
+
563
+ .profile-edit-dialog__actions {
564
+ flex: 0 0 auto;
565
+ display: flex;
566
+ align-items: center;
567
+ justify-content: flex-end;
568
+ }
569
+
570
+ .profile-edit-dialog__actions--edge {
571
+ margin-left: auto;
572
+ }
573
+
574
+ .profile-edit-dialog__input-wrap {
575
+ position: relative;
576
+ width: 100%;
577
+ }
578
+
579
+ .profile-edit-dialog__input--with-action {
580
+ width: 100%;
581
+ box-sizing: border-box;
582
+ padding-right: 7.5rem;
583
+ }
584
+
585
+ .profile-edit-dialog__input--with-leading-icon {
586
+ width: 100%;
587
+ box-sizing: border-box;
588
+ padding-left: 2.1rem;
589
+ }
590
+
591
+ .profile-edit-dialog__search-icon {
592
+ position: absolute;
593
+ left: var(--spacing-2xs, 0.625rem);
594
+ top: 50%;
595
+ transform: translateY(-50%);
596
+ display: inline-flex;
597
+ align-items: center;
598
+ justify-content: center;
599
+ color: var(--gray-400, #99A1AF);
600
+ pointer-events: none;
601
+ z-index: 1;
602
+ }
603
+
604
+ .profile-edit-dialog__search-icon svg {
605
+ display: block;
606
+ width: 0.8125rem;
607
+ height: 0.8125rem;
608
+ }
609
+
610
+ .profile-edit-dialog__delete-button {
611
+ min-height: var(--min-touch-target, 44px);
612
+ min-width: var(--min-touch-target, 44px);
613
+ padding: 0;
614
+ border: 0;
615
+ background: transparent;
616
+ color: inherit;
617
+ cursor: pointer;
618
+ }
619
+
620
+ #profile-modal .modal button.profile-edit-dialog__delete-button {
621
+ min-height: var(--min-touch-target, 44px);
622
+ min-width: var(--min-touch-target, 44px);
623
+ padding: 0;
624
+ border: 0;
625
+ border-radius: 0;
626
+ background: transparent;
627
+ color: inherit;
628
+ box-shadow: none;
629
+ }
630
+
631
+ .profile-edit-dialog__delete-icon {
632
+ display: inline-flex;
633
+ align-items: center;
634
+ justify-content: center;
635
+ width: 1.1rem;
636
+ height: 1.1rem;
637
+ fill: currentColor;
638
+ }
639
+
640
+ .profile-edit-dialog__delete-icon svg {
641
+ width: 1.1rem;
642
+ height: 1.1rem;
643
+ }
644
+
645
+ .profile-edit-dialog__delete-button:hover,
646
+ .profile-edit-dialog__delete-button:focus-visible {
647
+ color: var(--color-danger, #b42318);
648
+ }
649
+
650
+ .profile-edit-dialog__image-button {
651
+ text-align: center;
652
+ font-size: var(--font-size-xxs, 0.75rem); /* 12 px */
653
+ font-weight: var(--font-weight-xbold, 700);
654
+ line-height: var(--line-height-base, 1.5); /* 150% */
655
+ border-radius: var(--border-radius-base, 0.3125rem);
656
+ border: 0.8px solid var(--gray-300, #D1D5DC);
657
+ }
658
+
659
+ .profile-edit-dialog__image-upload-button {
660
+ color: var(--gray-900, #101828);
661
+ border: 0.8px solid var(--gray-300, #D1D5DC);
662
+ background: var(--white, #FFF);
663
+ padding: 6.6px 11.075px 7px 12.8px;
664
+ }
665
+
666
+ .profile-edit-dialog__image-remove-button {
667
+ color: var(--red-600, #E7000B);
668
+ padding: 6.6px 13.037px 7px 13.8px;
669
+ border: 0.8px solid rgba(0, 0, 0, 0.00);
670
+ background: var(--gray-100, #F3F4F6);
671
+ }
672
+
673
+ #profile-modal .modal .profile-edit-dialog__image-upload-button:hover,
674
+ #profile-modal .modal .profile-edit-dialog__image-upload-button:focus-visible,
675
+ #profile-modal .modal .profile-edit-dialog__image-remove-button:hover,
676
+ #profile-modal .modal .profile-edit-dialog__image-remove-button:focus-visible {
677
+ background: var(--gray-100, #F3F4F6) !important;
678
+ border-color: var(--gray-400, #99A1AF) !important;
679
+ }
680
+
681
+ /* Placeholder class for project paste action styling. */
682
+ .profile-edit-dialog__paste-button {
683
+ display: flex;
684
+ padding: 0.25rem 0.375rem; /* 4px 6px */
685
+ align-items: center;
686
+ position: absolute;
687
+ background: var(--white, #fff);
688
+ border: 0;
689
+ outline: none;
690
+ white-space: nowrap;
691
+ right: var(--spacing-2xs, 0.625rem);
692
+ top: 50%;
693
+ transform: translateY(-50%);
694
+ z-index: 1;
695
+ color: var(--gray-500, #6A7282);
696
+ font-size: 0.75rem; /* 12px */
697
+ font-weight: var(--font-weight-normal, 400);
698
+ }
699
+
700
+ .profile-edit-dialog__paste-button:focus,
701
+ .profile-edit-dialog__paste-button:focus-visible {
702
+ outline: none;
703
+ }
704
+
705
+ /* remove the regular button styling for paste */
706
+ #profile-modal .modal button.profile-edit-dialog__paste-button,
707
+ #profile-modal .modal button.profile-edit-dialog__paste-button:hover,
708
+ #profile-modal .modal button.profile-edit-dialog__paste-button:focus,
709
+ #profile-modal .modal button.profile-edit-dialog__paste-button:focus-visible,
710
+ #profile-modal .modal button.profile-edit-dialog__paste-button:active {
711
+ border: 0;
712
+ outline: none;
713
+ box-shadow: none;
714
+ -webkit-appearance: none;
715
+ appearance: none;
716
+ }
717
+ .profile-edit-dialog__paste-icon {
718
+ width: 0.694rem; /* 11.105px */
719
+ height: 0.813rem; /* 13.038px */
720
+ fill: var(--gray-500, #6A7282);
721
+ }
722
+ #profile-modal .modal button.profile-edit-dialog__drag-handle {
723
+ min-height: 1.75rem;
724
+ min-width: 1.75rem;
725
+ padding: 0;
726
+ border: 0;
727
+ background: transparent;
728
+ box-shadow: none;
729
+ }
730
+
731
+ .profile-edit-dialog__row--drop-target {
732
+ outline: 1px dashed var(--gray-400, #99A1AF);
733
+ outline-offset: 2px;
734
+ }
735
+
736
+ #profile-modal .modal button.profile-edit-dialog__delete-button:hover,
737
+ #profile-modal .modal button.profile-edit-dialog__delete-button:focus-visible {
738
+ border: 0;
739
+ background: transparent;
740
+ color: var(--color-danger, #b42318);
741
+ }
742
+
743
+ .profile-edit-dialog__field input,
744
+ .profile-edit-dialog__field select,
745
+ .profile-edit-dialog__field-type input,
746
+ .profile-edit-dialog__field-type select {
747
+ width: 100%;
748
+ max-width: 100%;
749
+ box-sizing: border-box;
750
+ min-height: var(--min-touch-target, 44px);
751
+ height: var(--min-touch-target, 44px);
752
+ border-radius: var(--border-radius-base, 0.3125rem);
753
+ border: 1px solid var(--gray-400, #99A1AF);
754
+ background: var(--white, #FFF);
755
+ color: var(--gray-900, #101828);
756
+ font-size: var(--font-size-sm, 0.875rem);
757
+ font-weight: var(--font-weight-medium, 500);
758
+ padding: var(--spacing-2xs, 0.625rem);
759
+ }
760
+
761
+ .profile-edit-dialog__field input.profile-edit-dialog__input--with-leading-icon {
762
+ padding-left: 2.1rem;
763
+ }
764
+
765
+ /* Keep phone/email contact-point type selects compact. */
766
+ .profile-edit-dialog__field-type--contact-point > select {
767
+ display: inline-block;
768
+ width: auto !important;
769
+ max-width: none !important;
770
+ min-width: 0 !important;
771
+ }
772
+
773
+ /* In heading edit, force both type selects to fill the same fixed wrapper width. */
774
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type.profile-edit-dialog__field-type--contact-point > select {
775
+ display: block;
776
+ width: 100% !important;
777
+ min-width: 0 !important;
778
+ max-width: 100% !important;
779
+ }
780
+
781
+ /* Keep phone/email type selects compact after the generic full-width rule above. */
782
+ .profile-edit-dialog__field-type--contact-point select {
783
+ width: fit-content;
784
+ max-width: none;
785
+ min-width: 6.4375rem;
786
+ }
787
+
788
+ .profile-edit-dialog__textarea {
789
+ color: var(--gray-900, #101828);
790
+ font-size: var(--font-size-sm, 0.875rem);
791
+ font-weight: var(--font-weight-md, 500);
792
+ line-height: var(--line-height-loose, 1.6); /* 22.4px */
793
+ border-radius: var(--border-radius-base, 0.3125rem);
794
+ border: var(--border-width-sm, 0.1rem) solid var(--gray-400, #99A1AF);
795
+ background: var(--white, #FFF);
796
+ }
797
+
798
+ .profile-edit-dialog__field textarea,
799
+ .profile-edit-dialog__field-type textarea {
800
+ width: 100%;
801
+ max-width: 100%;
802
+ box-sizing: border-box;
803
+ min-height: var(--min-touch-target, 44px);
804
+ }
805
+
806
+ /* Dedicated hook for the social account type select in SocialEditDialog. */
807
+ .profile-edit-dialog__social-account-select {
808
+ display: block;
809
+ width: 100%;
810
+ min-width: 0;
811
+ max-width: 100%;
812
+ box-sizing: border-box;
813
+ min-height: var(--min-touch-target, 44px);
814
+ height: var(--min-touch-target, 44px);
815
+ border-radius: var(--border-radius-base, 0.3125rem);
816
+ border: 1px solid var(--gray-400, #99A1AF);
817
+ background: var(--white, #FFF);
818
+ color: var(--gray-900, #101828);
819
+ font-size: var(--font-size-sm, 0.875rem);
820
+ font-weight: var(--font-weight-medium, 500);
821
+ padding: var(--spacing-2xs, 0.625rem);
822
+
823
+
824
+ }
825
+
826
+ .profile-edit-dialog__bio-field-container textarea {
827
+ width: 100%;
828
+ max-width: 100%;
829
+ box-sizing: border-box;
830
+ min-height: var(--min-touch-target, 44px);
831
+ }
832
+
833
+ .profile-edit-dialog__textarea {
834
+ min-height: 10rem !important;
835
+ height: auto;
836
+ resize: vertical;
837
+ }
838
+
839
+ .profile-edit-dialog__field--stack small {
840
+ justify-self: end;
841
+ text-align: right;
842
+ }
843
+
844
+ @media (max-width: 640px) {
845
+ .profile-edit-dialog__row {
846
+ max-width: 100%;
847
+ flex-direction: column;
848
+ align-items: stretch;
849
+ }
850
+
851
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field,
852
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field-type {
853
+ flex: 1 1 auto;
854
+ }
855
+
856
+ .profile-edit-dialog__field-type {
857
+ flex: 1 1 auto;
858
+ }
859
+
860
+ .profile-edit-dialog__field-type--contact-point {
861
+ flex: 1 1 auto;
862
+ max-width: 100%;
863
+ }
864
+
865
+ .profile-edit-dialog__row--address-header {
866
+ flex-direction: row;
867
+ align-items: flex-end;
868
+ }
869
+
870
+ .profile-edit-dialog__row--social {
871
+ margin-left: 0;
872
+ gap: var(--spacing-2xs, 0.625rem);
873
+ flex-direction: row;
874
+ align-items: center;
875
+ flex-wrap: nowrap;
876
+ }
877
+
878
+ .profile-edit-dialog__row--social .profile-edit-dialog__social-icon {
879
+ width: 1.5rem;
880
+ height: 1.5rem;
881
+ }
882
+
883
+ .profile-edit-dialog__field--social-type {
884
+ flex: 0 0 5.5rem;
885
+ width: 5.5rem;
886
+ max-width: 5.5rem;
887
+ }
888
+
889
+ .profile-edit-dialog__field--social-url {
890
+ flex: 1 1 auto;
891
+ min-width: 0;
892
+ }
893
+
894
+ .profile-edit-dialog__field--resume-location {
895
+ flex: 1 1 100%;
896
+ width: 100%;
897
+ max-width: 100%;
898
+ }
899
+
900
+ .profile-edit-dialog__row--language {
901
+ flex-direction: row;
902
+ align-items: center;
903
+ flex-wrap: nowrap;
904
+ }
905
+
906
+ .profile-edit-dialog__row--language > .profile-edit-dialog__field {
907
+ flex: 1 1 0;
908
+ min-width: 0;
909
+ }
910
+
911
+ .profile-edit-dialog__row--resume-entry-header {
912
+ flex-direction: row;
913
+ align-items: center;
914
+ flex-wrap: nowrap;
915
+ width: 100%;
916
+ max-width: 100%;
917
+ }
918
+
919
+ .profile-edit-dialog__row--resume-entry-header > .profile-edit-dialog__actions--edge {
920
+ margin-left: auto;
921
+ }
922
+
923
+ .profile-edit-dialog__row--skill {
924
+ flex-direction: row;
925
+ align-items: center;
926
+ flex-wrap: nowrap;
927
+ gap: var(--spacing-2xs, 0.625rem);
928
+ }
929
+
930
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__field {
931
+ flex: 1 1 0;
932
+ min-width: 0;
933
+ }
934
+
935
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__actions {
936
+ flex: 0 0 auto;
937
+ margin-left: 0;
938
+ }
939
+
940
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo {
941
+ flex-direction: row;
942
+ align-items: center;
943
+ flex-wrap: nowrap;
944
+ gap: var(--spacing-xs, 0.75rem);
945
+ width: 100%;
946
+ max-width: 100%;
947
+ }
948
+
949
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo > header {
950
+ margin-bottom: 0;
951
+ flex: 0 0 auto;
952
+ }
953
+
954
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero,
955
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
956
+ width: 5.5rem;
957
+ height: 5.5rem;
958
+ }
959
+
960
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
961
+ display: flex;
962
+ align-items: center;
963
+ justify-content: center;
964
+ padding: 0;
965
+ }
966
+
967
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-camera-button {
968
+ display: inline-flex;
969
+ right: var(--spacing-xxs, 0.3125rem);
970
+ bottom: var(--spacing-xxs, 0.3125rem);
971
+ width: 1.875rem;
972
+ min-width: 1.875rem;
973
+ min-height: 1.875rem;
974
+ }
975
+
976
+ #profile-modal .modal button.profile-edit-dialog__image-camera-button {
977
+ display: inline-flex !important;
978
+ }
979
+
980
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview {
981
+ flex: 1 1 auto;
982
+ min-width: 0;
983
+ gap: var(--spacing-xxs, 0.3125rem);
984
+ width: 100%;
985
+ }
986
+
987
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-label {
988
+ font-size: var(--font-size-sm, 0.875rem);
989
+ line-height: var(--line-height-tight, 1.25);
990
+ }
991
+
992
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-description {
993
+ font-size: 10px;
994
+ line-height: var(--line-height-base, 1.4);
995
+ }
996
+
997
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-actions {
998
+ flex-wrap: nowrap;
999
+ gap: var(--spacing-xs, 0.5rem);
1000
+ width: 100%;
1001
+ }
1002
+
1003
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button {
1004
+ flex: 1 1 0;
1005
+ width: 100%;
1006
+ padding: 0 0.75rem;
1007
+ }
1008
+
1009
+ .profile-edit-dialog__row--inline-end {
1010
+ justify-content: flex-start;
1011
+ }
1012
+
1013
+ .profile-edit-dialog__actions {
1014
+ justify-content: flex-start;
1015
+ }
1016
+
1017
+ .profile-edit-dialog__row--address-header .profile-edit-dialog__actions {
1018
+ justify-content: flex-end;
1019
+ }
1020
+
1021
+ .profile-edit-dialog__textarea {
1022
+ min-height: 15rem !important;
1023
+ }
1024
+
1025
+ .profile-edit-dialog__input-help-text {
1026
+ display: none;
1027
+ }
1028
+ }