profile-pane 3.2.1 → 3.2.2-test.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 (241) hide show
  1. package/README.md +50 -0
  2. package/lib/303.profile-pane.js +1362 -0
  3. package/lib/303.profile-pane.js.map +1 -0
  4. package/lib/303.profile-pane.min.js +2 -0
  5. package/lib/303.profile-pane.min.js.map +1 -0
  6. package/lib/ProfileView.css +1090 -0
  7. package/lib/ProfileView.d.ts +2 -1
  8. package/lib/ProfileView.d.ts.map +1 -1
  9. package/lib/ProfileView.js +64 -36
  10. package/lib/buttonsHelper.d.ts +1 -1
  11. package/lib/buttonsHelper.d.ts.map +1 -1
  12. package/lib/buttonsHelper.js +2 -1
  13. package/lib/editProfilePane/EditCVCard.js +1 -1
  14. package/lib/editProfilePane/EditCommunitiesCard.js +1 -1
  15. package/lib/editProfilePane/EditFriendsCard.js +1 -1
  16. package/lib/editProfilePane/EditProfileView.d.ts +1 -1
  17. package/lib/editProfilePane/EditProfileView.d.ts.map +1 -1
  18. package/lib/editProfilePane/EditProfileView.js +4 -5
  19. package/lib/editProfilePane/editProfilePresenter.d.ts.map +1 -1
  20. package/lib/editProfilePane/editProfilePresenter.js +5 -4
  21. package/lib/icons-svg/profileIcons.d.ts +1 -1
  22. package/lib/icons-svg/profileIcons.d.ts.map +1 -1
  23. package/lib/icons-svg/profileIcons.js +9 -17
  24. package/lib/index.d.ts +1 -8
  25. package/lib/index.d.ts.map +1 -1
  26. package/lib/index.js +74 -40
  27. package/lib/ontology/otherPreferencesForm.ttl +32 -0
  28. package/lib/ontology/resumeForm.ttl +349 -0
  29. package/lib/ontology/socialMedia.ttl +433 -0
  30. package/lib/profile-pane.js +32266 -13247
  31. package/lib/profile-pane.js.map +1 -1
  32. package/lib/profile-pane.min.js +2315 -935
  33. package/lib/profile-pane.min.js.map +1 -1
  34. package/lib/rdfFormsHelper.d.ts +13 -1
  35. package/lib/rdfFormsHelper.d.ts.map +1 -1
  36. package/lib/rdfFormsHelper.js +13 -1
  37. package/lib/sections/bio/BioEditDialog.d.ts.map +1 -1
  38. package/lib/sections/bio/BioEditDialog.js +7 -7
  39. package/lib/sections/bio/BioSection.css +300 -0
  40. package/lib/sections/bio/BioSection.d.ts +3 -2
  41. package/lib/sections/bio/BioSection.d.ts.map +1 -1
  42. package/lib/sections/bio/BioSection.js +26 -19
  43. package/lib/sections/bio/mutations.d.ts.map +1 -1
  44. package/lib/sections/bio/mutations.js +14 -3
  45. package/lib/sections/contactInfo/ContactInfoEditDialog.css +354 -0
  46. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts +3 -1
  47. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -1
  48. package/lib/sections/contactInfo/ContactInfoEditDialog.js +183 -98
  49. package/lib/sections/contactInfo/ContactInfoSection.css +125 -0
  50. package/lib/sections/contactInfo/ContactInfoSection.d.ts +2 -0
  51. package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -1
  52. package/lib/sections/contactInfo/ContactInfoSection.js +64 -41
  53. package/lib/sections/contactInfo/mutations.d.ts.map +1 -1
  54. package/lib/sections/contactInfo/mutations.js +51 -16
  55. package/lib/sections/education/EducationEditDialog.d.ts +3 -1
  56. package/lib/sections/education/EducationEditDialog.d.ts.map +1 -1
  57. package/lib/sections/education/EducationEditDialog.js +170 -92
  58. package/lib/sections/education/EducationSection.css +133 -0
  59. package/lib/sections/education/EducationSection.d.ts +3 -2
  60. package/lib/sections/education/EducationSection.d.ts.map +1 -1
  61. package/lib/sections/education/EducationSection.js +32 -25
  62. package/lib/sections/education/mutations.d.ts.map +1 -1
  63. package/lib/sections/education/mutations.js +14 -3
  64. package/lib/sections/heading/HeadingEditDialog.d.ts +4 -1
  65. package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -1
  66. package/lib/sections/heading/HeadingEditDialog.js +287 -162
  67. package/lib/sections/heading/HeadingSection.css +862 -0
  68. package/lib/sections/heading/HeadingSection.d.ts +3 -2
  69. package/lib/sections/heading/HeadingSection.d.ts.map +1 -1
  70. package/lib/sections/heading/HeadingSection.js +63 -32
  71. package/lib/sections/heading/imageHelpers.d.ts +1 -0
  72. package/lib/sections/heading/imageHelpers.d.ts.map +1 -1
  73. package/lib/sections/heading/imageHelpers.js +40 -1
  74. package/lib/sections/heading/mutations.d.ts.map +1 -1
  75. package/lib/sections/heading/mutations.js +86 -23
  76. package/lib/sections/heading/selectors.d.ts.map +1 -1
  77. package/lib/sections/heading/selectors.js +14 -3
  78. package/lib/sections/heading/types.d.ts +1 -2
  79. package/lib/sections/heading/types.d.ts.map +1 -1
  80. package/lib/sections/languages/LanguageEditDialog.d.ts +3 -1
  81. package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -1
  82. package/lib/sections/languages/LanguageEditDialog.js +202 -119
  83. package/lib/sections/languages/LanguageSection.css +53 -0
  84. package/lib/sections/languages/LanguageSection.d.ts +2 -0
  85. package/lib/sections/languages/LanguageSection.d.ts.map +1 -1
  86. package/lib/sections/languages/LanguageSection.js +42 -31
  87. package/lib/sections/languages/mutations.d.ts.map +1 -1
  88. package/lib/sections/languages/mutations.js +60 -161
  89. package/lib/sections/languages/selectors.d.ts.map +1 -1
  90. package/lib/sections/languages/selectors.js +1 -2
  91. package/lib/sections/projects/ProjectEditDialog.d.ts +2 -1
  92. package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -1
  93. package/lib/sections/projects/ProjectEditDialog.js +13 -24
  94. package/lib/sections/projects/ProjectSection.css +368 -0
  95. package/lib/sections/projects/ProjectSection.d.ts +2 -1
  96. package/lib/sections/projects/ProjectSection.d.ts.map +1 -1
  97. package/lib/sections/projects/ProjectSection.js +116 -34
  98. package/lib/sections/projects/mutations.d.ts.map +1 -1
  99. package/lib/sections/projects/mutations.js +109 -132
  100. package/lib/sections/projects/selectors.d.ts.map +1 -1
  101. package/lib/sections/projects/selectors.js +4 -45
  102. package/lib/{QRCodeCard.d.ts → sections/qrcode/QRCodeCard.d.ts} +2 -1
  103. package/lib/sections/qrcode/QRCodeCard.d.ts.map +1 -0
  104. package/lib/{QRCodeCard.js → sections/qrcode/QRCodeCard.js} +59 -11
  105. package/lib/sections/qrcode/QRCodeSection.css +108 -0
  106. package/lib/sections/qrcode/QRCodeSection.d.ts +4 -0
  107. package/lib/sections/qrcode/QRCodeSection.d.ts.map +1 -0
  108. package/lib/sections/qrcode/QRCodeSection.js +17 -0
  109. package/lib/sections/resume/ResumeEditDialog.d.ts +10 -1
  110. package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -1
  111. package/lib/sections/resume/ResumeEditDialog.js +531 -149
  112. package/lib/sections/resume/ResumeSection.css +350 -0
  113. package/lib/sections/resume/ResumeSection.d.ts +3 -2
  114. package/lib/sections/resume/ResumeSection.d.ts.map +1 -1
  115. package/lib/sections/resume/ResumeSection.js +78 -49
  116. package/lib/sections/resume/mutations.d.ts.map +1 -1
  117. package/lib/sections/resume/mutations.js +17 -3
  118. package/lib/sections/resume/selectors.d.ts.map +1 -1
  119. package/lib/sections/resume/selectors.js +1 -0
  120. package/lib/sections/resume/types.d.ts +1 -0
  121. package/lib/sections/resume/types.d.ts.map +1 -1
  122. package/lib/sections/shared/collapsibleSection.d.ts.map +1 -1
  123. package/lib/sections/shared/collapsibleSection.js +1 -0
  124. package/lib/sections/shared/phoneCountries.d.ts +1 -1
  125. package/lib/sections/shared/phoneCountries.d.ts.map +1 -1
  126. package/lib/sections/shared/phoneCountries.js +2 -2
  127. package/lib/sections/shared/projectCommunityNodes.d.ts +6 -0
  128. package/lib/sections/shared/projectCommunityNodes.d.ts.map +1 -0
  129. package/lib/sections/shared/projectCommunityNodes.js +56 -0
  130. package/lib/sections/shared/rdfMutationHelpers.d.ts +35 -2
  131. package/lib/sections/shared/rdfMutationHelpers.d.ts.map +1 -1
  132. package/lib/sections/shared/rdfMutationHelpers.js +290 -14
  133. package/lib/sections/shared/sectionCardHelpers.d.ts.map +1 -1
  134. package/lib/sections/shared/sectionCardHelpers.js +80 -11
  135. package/lib/sections/shared/types.d.ts +24 -0
  136. package/lib/sections/shared/types.d.ts.map +1 -1
  137. package/lib/sections/skills/SkillsEditDialog.d.ts +3 -1
  138. package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -1
  139. package/lib/sections/skills/SkillsEditDialog.js +136 -115
  140. package/lib/sections/skills/SkillsSection.css +173 -0
  141. package/lib/sections/skills/SkillsSection.d.ts +2 -0
  142. package/lib/sections/skills/SkillsSection.d.ts.map +1 -1
  143. package/lib/sections/skills/SkillsSection.js +107 -47
  144. package/lib/sections/skills/mutations.d.ts.map +1 -1
  145. package/lib/sections/skills/mutations.js +25 -21
  146. package/lib/sections/skills/selectors.d.ts.map +1 -1
  147. package/lib/sections/skills/selectors.js +5 -3
  148. package/lib/sections/social/SocialEditDialog.d.ts +3 -1
  149. package/lib/sections/social/SocialEditDialog.d.ts.map +1 -1
  150. package/lib/sections/social/SocialEditDialog.js +170 -62
  151. package/lib/sections/social/SocialSection.css +194 -0
  152. package/lib/sections/social/SocialSection.d.ts +4 -3
  153. package/lib/sections/social/SocialSection.d.ts.map +1 -1
  154. package/lib/sections/social/SocialSection.js +59 -43
  155. package/lib/sections/social/mutations.d.ts.map +1 -1
  156. package/lib/sections/social/mutations.js +23 -132
  157. package/lib/specialButtons/AddMeToYourFriends.css +54 -0
  158. package/lib/specialButtons/addContact/AddMeToYourContacts.css +1118 -0
  159. package/lib/specialButtons/addContact/ContactCreationDialog.d.ts +10 -0
  160. package/lib/specialButtons/addContact/ContactCreationDialog.d.ts.map +1 -0
  161. package/lib/specialButtons/addContact/ContactCreationDialog.js +1123 -0
  162. package/lib/specialButtons/addContact/addMeToYourContacts.d.ts +16 -0
  163. package/lib/specialButtons/addContact/addMeToYourContacts.d.ts.map +1 -0
  164. package/lib/specialButtons/addContact/addMeToYourContacts.js +136 -0
  165. package/lib/specialButtons/addContact/contactsErrors.d.ts +8 -0
  166. package/lib/specialButtons/addContact/contactsErrors.d.ts.map +1 -0
  167. package/lib/specialButtons/addContact/contactsErrors.js +106 -0
  168. package/lib/specialButtons/addContact/contactsTypes.d.ts +43 -0
  169. package/lib/specialButtons/addContact/contactsTypes.d.ts.map +1 -0
  170. package/lib/specialButtons/addContact/contactsTypes.js +5 -0
  171. package/lib/specialButtons/addContact/helpers.d.ts +7 -0
  172. package/lib/specialButtons/addContact/helpers.d.ts.map +1 -0
  173. package/lib/specialButtons/addContact/helpers.js +103 -0
  174. package/lib/specialButtons/addContact/mutations.d.ts +16 -0
  175. package/lib/specialButtons/addContact/mutations.d.ts.map +1 -0
  176. package/lib/specialButtons/addContact/mutations.js +300 -0
  177. package/lib/specialButtons/addContact/selectors.d.ts +10 -0
  178. package/lib/specialButtons/addContact/selectors.d.ts.map +1 -0
  179. package/lib/specialButtons/addContact/selectors.js +163 -0
  180. package/lib/{addMeToYourFriends.d.ts → specialButtons/addMeToYourFriends.d.ts} +6 -4
  181. package/lib/specialButtons/addMeToYourFriends.d.ts.map +1 -0
  182. package/lib/{addMeToYourFriends.js → specialButtons/addMeToYourFriends.js} +46 -11
  183. package/lib/styles/CollapsibleSection.css +519 -0
  184. package/lib/styles/EditDialogs.css +506 -686
  185. package/lib/styles/EditDialogs.responsive.css +989 -0
  186. package/lib/texts/buttonTexts.d.ts +9 -0
  187. package/lib/texts/buttonTexts.d.ts.map +1 -0
  188. package/lib/texts/buttonTexts.js +14 -0
  189. package/lib/texts/dialogTexts.d.ts +14 -0
  190. package/lib/texts/dialogTexts.d.ts.map +1 -0
  191. package/lib/texts/dialogTexts.js +19 -0
  192. package/lib/texts/messageTexts.d.ts +42 -0
  193. package/lib/texts/messageTexts.d.ts.map +1 -0
  194. package/lib/texts/messageTexts.js +47 -0
  195. package/lib/texts/profileTexts.d.ts +14 -0
  196. package/lib/texts/profileTexts.d.ts.map +1 -0
  197. package/lib/texts/profileTexts.js +19 -0
  198. package/lib/texts/qrCodeTexts.d.ts +2 -0
  199. package/lib/texts/qrCodeTexts.d.ts.map +1 -0
  200. package/lib/texts/qrCodeTexts.js +7 -0
  201. package/lib/texts.d.ts +5 -60
  202. package/lib/texts.d.ts.map +1 -1
  203. package/lib/texts.js +55 -70
  204. package/lib/ui/dialog.css +233 -0
  205. package/lib/ui/dialog.d.ts +15 -1
  206. package/lib/ui/dialog.d.ts.map +1 -1
  207. package/lib/ui/dialog.js +245 -45
  208. package/lib/ui/dialog.responsive.css +195 -0
  209. package/lib/ui/errors.d.ts.map +1 -1
  210. package/lib/ui/errors.js +2 -1
  211. package/lib/ui/spinner.d.ts +3 -0
  212. package/lib/ui/spinner.d.ts.map +1 -0
  213. package/lib/ui/spinner.js +13 -0
  214. package/lib/utils/debug.d.ts +5 -0
  215. package/lib/utils/debug.d.ts.map +1 -0
  216. package/lib/utils/debug.js +23 -0
  217. package/lib/utils/errorDisplay.d.ts +2 -0
  218. package/lib/utils/errorDisplay.d.ts.map +1 -0
  219. package/lib/utils/errorDisplay.js +19 -0
  220. package/package.json +32 -25
  221. package/lib/ChatWithMe.d.ts +0 -7
  222. package/lib/ChatWithMe.d.ts.map +0 -1
  223. package/lib/ChatWithMe.js +0 -90
  224. package/lib/QRCodeCard.d.ts.map +0 -1
  225. package/lib/addMeToYourFriends.d.ts.map +0 -1
  226. package/lib/sections/heading/camera.d.ts +0 -19
  227. package/lib/sections/heading/camera.d.ts.map +0 -1
  228. package/lib/sections/heading/camera.js +0 -199
  229. package/lib/styles/BioSection.css +0 -77
  230. package/lib/styles/CVCard.css +0 -142
  231. package/lib/styles/ChatWithMe.css +0 -6
  232. package/lib/styles/ContactInfoEditDialog.css +0 -153
  233. package/lib/styles/EducationCard.css +0 -103
  234. package/lib/styles/HeadingSection.css +0 -309
  235. package/lib/styles/ProfileCard.css +0 -66
  236. package/lib/styles/ProfileView.css +0 -65
  237. package/lib/styles/ProjectsCard.css +0 -206
  238. package/lib/styles/QRCodeCard.css +0 -43
  239. package/lib/styles/SocialCard.css +0 -89
  240. package/lib/styles/dialog.css +0 -209
  241. package/lib/styles/utilities.css +0 -740
@@ -0,0 +1,989 @@
1
+ html[data-layout='mobile'] .profile-edit-dialog__row {
2
+ max-width: 100%;
3
+ flex-direction: column;
4
+ align-items: stretch;
5
+ }
6
+
7
+ html[data-layout='mobile'] .profile-edit-dialog__row--equal > .profile-edit-dialog__field,
8
+ html[data-layout='mobile'] .profile-edit-dialog__row--equal > .profile-edit-dialog__field-type {
9
+ flex: 1 1 auto;
10
+ }
11
+
12
+ html[data-layout='mobile'] .profile-edit-dialog__field-type {
13
+ flex: 1 1 auto;
14
+ }
15
+
16
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__field--dob {
17
+ width: 100%;
18
+ max-width: 100%;
19
+ min-width: 0;
20
+ overflow: hidden;
21
+ align-self: stretch;
22
+ }
23
+
24
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__row--heading-dob {
25
+ flex-direction: column;
26
+ align-items: stretch;
27
+ }
28
+
29
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__row--heading-dob > .profile-edit-dialog__field,
30
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__row--heading-dob > .profile-edit-dialog__field-type {
31
+ width: 100%;
32
+ max-width: 100%;
33
+ min-width: 0;
34
+ flex: 1 1 auto;
35
+ }
36
+
37
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob {
38
+ display: block;
39
+ height: var(--min-touch-target, 44px);
40
+ min-height: var(--min-touch-target, 44px);
41
+ max-height: var(--min-touch-target, 44px);
42
+ box-sizing: border-box;
43
+ width: 100%;
44
+ max-width: 100%;
45
+ min-width: 0;
46
+ line-height: var(--line-height-base, 1.5);
47
+ }
48
+
49
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-date-and-time-value,
50
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-datetime-edit,
51
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-datetime-edit-fields-wrapper {
52
+ width: 100%;
53
+ min-width: 0;
54
+ max-width: 100%;
55
+ overflow: hidden;
56
+ text-align: center;
57
+ }
58
+
59
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-date-and-time-value {
60
+ text-align: center;
61
+ white-space: nowrap;
62
+ }
63
+
64
+ @media (hover: none) and (pointer: coarse) {
65
+ /* Mobile date inputs can ignore the shared 44px field sizing and let the native picker chrome spill past the dialog field. */
66
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob {
67
+ height: var(--min-touch-target, 44px);
68
+ min-height: var(--min-touch-target, 44px);
69
+ max-height: var(--min-touch-target, 44px);
70
+ line-height: calc(var(--min-touch-target, 44px) - 2px);
71
+ padding-block: 0;
72
+ width: calc(100% - 1.5rem);
73
+ max-width: calc(100% - 1.5rem);
74
+ }
75
+
76
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-date-and-time-value,
77
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-datetime-edit,
78
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-datetime-edit-fields-wrapper {
79
+ line-height: calc(var(--min-touch-target, 44px) - 2px);
80
+ }
81
+
82
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog--heading .profile-edit-dialog__input--dob::-webkit-calendar-picker-indicator {
83
+ margin: 0;
84
+ padding: 0;
85
+ }
86
+ }
87
+
88
+ html[data-layout='mobile'] .profile__edit-form {
89
+ --profile-edit-dialog-mobile-image-button-font-size: var(--font-size-md, 1rem);
90
+ --profile-edit-dialog-mobile-image-label-font-size: var(--font-size-sm, 0.875rem);
91
+ --profile-edit-dialog-mobile-image-description-font-size: 0.625rem;
92
+ }
93
+
94
+ html[data-layout='mobile'] #profile-modal .modal label.profile-edit-dialog__field,
95
+ html[data-layout='mobile'] #profile-modal .modal label.profile-edit-dialog__field-type,
96
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field > .label,
97
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field-type > .label,
98
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field-description,
99
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__entry-heading {
100
+ font-size: var(--font-size-sm, 0.875rem);
101
+ line-height: var(--line-height-base, 1.5);
102
+ }
103
+
104
+ html[data-layout='mobile'] .profile-edit-dialog__section-heading {
105
+ font-size: var(--font-size-lg, 1.125rem);
106
+ line-height: var(--line-height-tight, 1.4);
107
+ }
108
+
109
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile-edit-dialog__section-heading {
110
+ font-size: var(--font-size-lg, 1.125rem);
111
+ line-height: var(--line-height-tight, 1.4);
112
+ }
113
+
114
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile__action-button,
115
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header solid-ui-button.profile__action-button::part(button) {
116
+ font-size: var(--font-size-sm, 0.875rem);
117
+ line-height: var(--line-height-base, 1.5);
118
+ }
119
+
120
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile__add-more-content,
121
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-label {
122
+ font-size: var(--font-size-sm, 0.875rem);
123
+ }
124
+
125
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile__add-more-icon,
126
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon {
127
+ width: var(--icon-xxs, 1rem);
128
+ height: var(--icon-xxs, 1rem);
129
+ padding: 0.125rem;
130
+ box-sizing: border-box;
131
+ }
132
+
133
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile__add-more-icon svg,
134
+ html[data-layout='mobile'] #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon svg {
135
+ width: 100%;
136
+ height: 100%;
137
+ }
138
+
139
+ html[data-layout='mobile'] .profile-edit-dialog__row--inline-end {
140
+ justify-content: flex-start;
141
+ }
142
+
143
+ html[data-layout='mobile'] .profile-edit-dialog__actions {
144
+ justify-content: flex-start;
145
+ }
146
+
147
+ html[data-layout='mobile'] .profile-edit-dialog__textarea {
148
+ min-height: 15rem !important;
149
+ }
150
+
151
+ html[data-layout='mobile'] .profile-edit-dialog__input--with-action {
152
+ padding-right: 6.5rem;
153
+ }
154
+
155
+ html[data-layout='mobile'] .profile-edit-dialog__paste-button {
156
+ right: var(--spacing-xxs, 0.3125rem);
157
+ --button-padding-md: var(--spacing-xxs, 0.3125rem) var(--spacing-xxs, 0.3125rem);
158
+ --button-font-size-md: var(--font-size-2xs, 0.6875rem);
159
+ --button-icon-size-md: var(--font-size-xxs, 0.75rem);
160
+ --button-icon-size-lg: var(--font-size-xxs, 0.75rem);
161
+ }
162
+
163
+ html[data-layout='mobile'] .profile-edit-dialog__field input,
164
+ html[data-layout='mobile'] .profile-edit-dialog__field select,
165
+ html[data-layout='mobile'] .profile-edit-dialog__field-type input,
166
+ html[data-layout='mobile'] .profile-edit-dialog__field-type select,
167
+ html[data-layout='mobile'] .profile-edit-dialog__textarea {
168
+ font-size: 1rem;
169
+ }
170
+
171
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field solid-ui-select,
172
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field solid-ui-combobox,
173
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field-type solid-ui-select,
174
+ html[data-layout='mobile'] #profile-modal .modal .profile-edit-dialog__field-type solid-ui-combobox {
175
+ --font-size-sm: 1rem;
176
+ }
177
+
178
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-combobox::part(input),
179
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-combobox::part(option),
180
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-combobox::part(selected-option),
181
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-select::part(select-trigger),
182
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-select::part(trigger-label),
183
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-select::part(option),
184
+ html[data-layout='mobile'] #profile-modal .modal solid-ui-select::part(selected-option) {
185
+ font-size: 1rem;
186
+ }
187
+
188
+
189
+ html[data-layout='mobile'] .profile-edit-dialog__input-help-text {
190
+ display: none;
191
+ }
192
+
193
+ html[data-layout='mobile'] .profile-edit-dialog__field-type--contact-point {
194
+ flex: 1 1 auto;
195
+ width: 100%;
196
+ max-width: 100%;
197
+ }
198
+
199
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point {
200
+ flex-direction: row;
201
+ align-items: stretch;
202
+ }
203
+
204
+ html[data-layout='mobile'] .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 {
205
+ flex: 0 0 6.4375rem;
206
+ width: 6.4375rem;
207
+ min-width: 6.4375rem;
208
+ max-width: 6.4375rem;
209
+ }
210
+
211
+ html[data-layout='mobile'] .profile-edit-dialog__row--address-header {
212
+ flex-direction: row;
213
+ align-items: flex-end;
214
+ }
215
+
216
+ html[data-layout='mobile'] .profile-edit-dialog__row--social {
217
+ margin-left: 0;
218
+ gap: var(--spacing-2xs, 0.625rem);
219
+ flex-direction: row;
220
+ align-items: center;
221
+ flex-wrap: nowrap;
222
+ }
223
+
224
+ html[data-layout='mobile'] .profile-edit-dialog__row--social .profile-edit-dialog__social-icon {
225
+ display: none;
226
+ }
227
+
228
+ html[data-layout='mobile'] .profile-edit-dialog__field--social-type {
229
+ flex: 0 0 4.75rem;
230
+ width: 4.75rem;
231
+ max-width: 4.75rem;
232
+ }
233
+
234
+ html[data-layout='mobile'] .profile-edit-dialog__field--social-url {
235
+ flex: 1 1 auto;
236
+ min-width: 0;
237
+ }
238
+
239
+ html[data-layout='mobile'] .profile-edit-dialog__field--resume-location {
240
+ flex: 1 1 100%;
241
+ width: 100%;
242
+ max-width: 100%;
243
+ }
244
+
245
+ html[data-layout='mobile'] .profile-edit-dialog__row--language {
246
+ flex-direction: row;
247
+ align-items: center;
248
+ flex-wrap: nowrap;
249
+ gap: var(--spacing-xxs, 0.3125rem);
250
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
251
+ }
252
+
253
+ html[data-layout='mobile'] .profile-edit-dialog__row--language > .profile-edit-dialog__field--language-name {
254
+ flex: 1 1 0;
255
+ min-width: 0;
256
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
257
+ }
258
+
259
+ html[data-layout='mobile'] .profile-edit-dialog__actions--language {
260
+ margin-left: 0;
261
+ }
262
+
263
+ html[data-layout='mobile'] .profile-edit-dialog__row--language > .profile-edit-dialog__drag-handle,
264
+ html[data-layout='mobile'] .profile-edit-dialog__actions--language > solid-ui-button.profile-edit-dialog__delete-button {
265
+ min-width: var(--min-touch-target, 44px);
266
+ min-height: var(--min-touch-target, 44px);
267
+ --button-height-md: var(--min-touch-target, 44px);
268
+ }
269
+
270
+ html[data-layout='mobile'] .profile-edit-dialog__row--resume-entry-header {
271
+ flex-direction: row;
272
+ align-items: center;
273
+ flex-wrap: nowrap;
274
+ width: 100%;
275
+ max-width: 100%;
276
+ }
277
+
278
+ html[data-layout='mobile'] .profile-edit-dialog__row--resume-entry-header > .profile-edit-dialog__actions--edge {
279
+ margin-left: auto;
280
+ }
281
+
282
+ html[data-layout='mobile'] .profile-edit-dialog__row--skill {
283
+ flex-direction: row;
284
+ align-items: center;
285
+ flex-wrap: nowrap;
286
+ gap: var(--spacing-2xs, 0.625rem);
287
+ }
288
+
289
+ html[data-layout='mobile'] .profile-edit-dialog__row--skill > .profile-edit-dialog__field {
290
+ flex: 1 1 0;
291
+ min-width: 0;
292
+ }
293
+
294
+ html[data-layout='mobile'] .profile-edit-dialog__row--skill > .profile-edit-dialog__actions {
295
+ flex: 0 0 auto;
296
+ margin-left: 0;
297
+ }
298
+
299
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo {
300
+ flex-direction: row;
301
+ align-items: center;
302
+ flex-wrap: nowrap;
303
+ gap: var(--spacing-xs, 0.75rem);
304
+ width: 100%;
305
+ max-width: 100%;
306
+ }
307
+
308
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo > header {
309
+ margin-bottom: 0;
310
+ flex: 0 0 auto;
311
+ }
312
+
313
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero,
314
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
315
+ width: 5rem;
316
+ height: 5rem;
317
+ }
318
+
319
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
320
+ padding: 0;
321
+ }
322
+
323
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__image-frame--fallback .profile__hero-alt {
324
+ display: flex;
325
+ align-items: center;
326
+ justify-content: center;
327
+ }
328
+
329
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-camera-button {
330
+ display: inline-flex;
331
+ right: var(--spacing-xxs, 0.3125rem);
332
+ bottom: var(--spacing-xxs, 0.3125rem);
333
+ width: var(--min-touch-target, 44px);
334
+ height: var(--min-touch-target, 44px);
335
+ min-width: var(--min-touch-target, 44px);
336
+ min-height: var(--min-touch-target, 44px);
337
+ --button-height-md: var(--min-touch-target, 44px);
338
+ }
339
+
340
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview {
341
+ flex: 1 1 auto;
342
+ min-width: 0;
343
+ gap: var(--spacing-xxs, 0.3125rem);
344
+ width: 100%;
345
+ }
346
+
347
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-label {
348
+ font-size: var(--profile-edit-dialog-mobile-image-label-font-size);
349
+ line-height: var(--line-height-tight, 1.25);
350
+ }
351
+
352
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-description {
353
+ font-size: var(--profile-edit-dialog-mobile-image-description-font-size);
354
+ line-height: var(--line-height-base, 1.4);
355
+ }
356
+
357
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-actions {
358
+ display: grid;
359
+ grid-template-columns: repeat(2, minmax(0, 1fr));
360
+ gap: var(--spacing-xxs, 0.3125rem);
361
+ width: 100%;
362
+ align-items: stretch;
363
+ }
364
+
365
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button {
366
+ width: 100%;
367
+ min-width: 0;
368
+ }
369
+
370
+ html[data-layout='mobile'] .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button::part(button) {
371
+ min-width: 0;
372
+ width: 100%;
373
+ justify-content: center;
374
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-2xs, 0.625rem);
375
+ font-size: var(--profile-edit-dialog-mobile-image-button-font-size);
376
+ }
377
+
378
+ html[data-layout='mobile'] .profile-edit-dialog__row--address-header .profile-edit-dialog__actions {
379
+ justify-content: flex-end;
380
+ }
381
+
382
+ @media (max-width: 576px) {
383
+ .profile-edit-dialog__row {
384
+ max-width: 100%;
385
+ flex-direction: column;
386
+ align-items: stretch;
387
+ }
388
+ .profile__edit-form {
389
+ --profile-edit-dialog-mobile-image-button-font-size: var(--font-size-md, 1rem);
390
+ --profile-edit-dialog-mobile-image-label-font-size: var(--font-size-sm, 0.875rem);
391
+ --profile-edit-dialog-mobile-image-description-font-size: 0.625rem;
392
+ }
393
+
394
+ .profile-edit-dialog__section-heading {
395
+ font-size: var(--font-size-lg, 1.125rem);
396
+ line-height: var(--line-height-tight, 1.4);
397
+ }
398
+
399
+ #profile-modal .modal .profile__section-header:not(.profile-edit-dialog__contact-section-header) {
400
+ padding: var(--spacing-sm, 0.938rem);
401
+ gap: var(--spacing-lg, 1.5625rem);
402
+ }
403
+
404
+ #profile-modal .modal .profile__section-header .profile-edit-dialog__section-heading {
405
+ font-size: var(--font-size-lg, 1.125rem);
406
+ line-height: var(--line-height-tight, 1.4);
407
+ }
408
+
409
+ #profile-modal .modal .profile__section-header .profile__action-button,
410
+ #profile-modal .modal .profile__section-header solid-ui-button.profile__action-button::part(button) {
411
+ font-size: var(--font-size-sm, 0.875rem);
412
+ line-height: var(--line-height-base, 1.5);
413
+ }
414
+
415
+ #profile-modal .modal .profile__section-header .profile__add-more-content,
416
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-label {
417
+ font-size: var(--font-size-sm, 0.875rem);
418
+ }
419
+
420
+ #profile-modal .modal .profile__section-header .profile__add-more-icon,
421
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon {
422
+ width: var(--icon-xxs, 1rem);
423
+ height: var(--icon-xxs, 1rem);
424
+ padding: 0.125rem;
425
+ box-sizing: border-box;
426
+ }
427
+
428
+ #profile-modal .modal .profile__section-header .profile__add-more-icon svg,
429
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon svg {
430
+ width: 100%;
431
+ height: 100%;
432
+ }
433
+
434
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field,
435
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field-type {
436
+ flex: 1 1 auto;
437
+ }
438
+
439
+ .profile-edit-dialog__field-type {
440
+ flex: 1 1 auto;
441
+ }
442
+
443
+ .profile-edit-dialog__row--inline-end {
444
+ justify-content: flex-start;
445
+ }
446
+
447
+ .profile-edit-dialog__actions {
448
+ justify-content: flex-start;
449
+ }
450
+
451
+ .profile-edit-dialog__textarea {
452
+ min-height: 15rem !important;
453
+ }
454
+
455
+ .profile-edit-dialog__input--with-action {
456
+ padding-right: 6.5rem;
457
+ }
458
+
459
+ .profile-edit-dialog__paste-button {
460
+ right: var(--spacing-xxs, 0.3125rem);
461
+ --button-padding-md: var(--spacing-xxs, 0.3125rem) var(--spacing-xxs, 0.3125rem);
462
+ --button-font-size-md: var(--font-size-2xs, 0.6875rem);
463
+ --button-icon-size-md: var(--font-size-xxs, 0.75rem);
464
+ --button-icon-size-lg: var(--font-size-xxs, 0.75rem);
465
+ }
466
+
467
+ .profile-edit-dialog__field input,
468
+ .profile-edit-dialog__field select,
469
+ .profile-edit-dialog__field-type input,
470
+ .profile-edit-dialog__field-type select,
471
+ .profile-edit-dialog__textarea {
472
+ font-size: var(--font-size-sm, 0.875rem);
473
+ }
474
+
475
+ #profile-modal .modal .profile-edit-dialog__field solid-ui-select,
476
+ #profile-modal .modal .profile-edit-dialog__field solid-ui-combobox,
477
+ #profile-modal .modal .profile-edit-dialog__field-type solid-ui-select,
478
+ #profile-modal .modal .profile-edit-dialog__field-type solid-ui-combobox {
479
+ --font-size-sm: var(--font-size-sm, 0.875rem);
480
+ }
481
+
482
+ #profile-modal .modal solid-ui-combobox::part(input),
483
+ #profile-modal .modal solid-ui-combobox::part(option),
484
+ #profile-modal .modal solid-ui-combobox::part(selected-option),
485
+ #profile-modal .modal solid-ui-select::part(select-trigger),
486
+ #profile-modal .modal solid-ui-select::part(trigger-label),
487
+ #profile-modal .modal solid-ui-select::part(option),
488
+ #profile-modal .modal solid-ui-select::part(selected-option) {
489
+ font-size: var(--font-size-sm, 0.875rem);
490
+ }
491
+
492
+ .profile-edit-dialog__input-help-text {
493
+ display: none;
494
+ }
495
+
496
+ .profile-edit-dialog__field-type--contact-point {
497
+ flex: 1 1 auto;
498
+ width: 100%;
499
+ max-width: 100%;
500
+ }
501
+
502
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point {
503
+ flex-direction: row;
504
+ align-items: stretch;
505
+ }
506
+
507
+ .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 {
508
+ flex: 0 0 6.4375rem;
509
+ width: 6.4375rem;
510
+ min-width: 6.4375rem;
511
+ max-width: 6.4375rem;
512
+ }
513
+
514
+ .profile-edit-dialog__row--address-header {
515
+ flex-direction: row;
516
+ align-items: flex-end;
517
+ }
518
+
519
+ .profile-edit-dialog__row--social {
520
+ margin-left: 0;
521
+ gap: var(--spacing-2xs, 0.625rem);
522
+ flex-direction: row;
523
+ align-items: center;
524
+ flex-wrap: nowrap;
525
+ }
526
+
527
+ .profile-edit-dialog__row--social .profile-edit-dialog__social-icon {
528
+ display: none;
529
+ }
530
+
531
+ .profile-edit-dialog__field--social-type {
532
+ flex: 0 0 4.75rem;
533
+ width: 4.75rem;
534
+ max-width: 4.75rem;
535
+ }
536
+
537
+ .profile-edit-dialog__field--social-url {
538
+ flex: 1 1 auto;
539
+ min-width: 0;
540
+ }
541
+
542
+ .profile-edit-dialog__field--resume-location {
543
+ flex: 1 1 100%;
544
+ width: 100%;
545
+ max-width: 100%;
546
+ }
547
+
548
+ .profile-edit-dialog__row--language {
549
+ flex-direction: row;
550
+ align-items: center;
551
+ flex-wrap: nowrap;
552
+ gap: var(--spacing-xxs, 0.3125rem);
553
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
554
+ }
555
+
556
+ .profile-edit-dialog__row--language > .profile-edit-dialog__field--language-name {
557
+ flex: 1 1 0;
558
+ min-width: 0;
559
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
560
+ }
561
+
562
+ .profile-edit-dialog__actions--language {
563
+ margin-left: 0;
564
+ }
565
+
566
+ .profile-edit-dialog__row--language > solid-ui-button.profile-edit-dialog__drag-handle,
567
+ .profile-edit-dialog__actions--language > solid-ui-button.profile-edit-dialog__delete-button {
568
+ min-width: var(--min-touch-target, 44px);
569
+ min-height: var(--min-touch-target, 44px);
570
+ --button-height-md: var(--min-touch-target, 44px);
571
+ }
572
+
573
+ .profile-edit-dialog__row--resume-entry-header {
574
+ flex-direction: row;
575
+ align-items: center;
576
+ flex-wrap: nowrap;
577
+ width: 100%;
578
+ max-width: 100%;
579
+ }
580
+
581
+ .profile-edit-dialog__row--resume-entry-header > .profile-edit-dialog__actions--edge {
582
+ margin-left: auto;
583
+ }
584
+
585
+ .profile-edit-dialog__row--skill {
586
+ flex-direction: row;
587
+ align-items: center;
588
+ flex-wrap: nowrap;
589
+ gap: var(--spacing-2xs, 0.625rem);
590
+ }
591
+
592
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__field {
593
+ flex: 1 1 0;
594
+ min-width: 0;
595
+ }
596
+
597
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__actions {
598
+ flex: 0 0 auto;
599
+ margin-left: 0;
600
+ }
601
+
602
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo {
603
+ flex-direction: row;
604
+ align-items: center;
605
+ flex-wrap: nowrap;
606
+ gap: var(--spacing-xs, 0.75rem);
607
+ width: 100%;
608
+ max-width: 100%;
609
+ }
610
+
611
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo > header {
612
+ margin-bottom: 0;
613
+ flex: 0 0 auto;
614
+ }
615
+
616
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero,
617
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
618
+ width: 5rem;
619
+ height: 5rem;
620
+ }
621
+
622
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
623
+ padding: 0;
624
+ }
625
+
626
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__image-frame--fallback .profile__hero-alt {
627
+ display: flex;
628
+ align-items: center;
629
+ justify-content: center;
630
+ }
631
+
632
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-camera-button {
633
+ display: inline-flex;
634
+ right: var(--spacing-xxs, 0.3125rem);
635
+ bottom: var(--spacing-xxs, 0.3125rem);
636
+ width: var(--min-touch-target, 44px);
637
+ height: var(--min-touch-target, 44px);
638
+ min-width: var(--min-touch-target, 44px);
639
+ min-height: var(--min-touch-target, 44px);
640
+ --button-height-md: var(--min-touch-target, 44px);
641
+ }
642
+
643
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview {
644
+ flex: 1 1 auto;
645
+ min-width: 0;
646
+ gap: var(--spacing-xxs, 0.3125rem);
647
+ width: 100%;
648
+ }
649
+
650
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-label {
651
+ font-size: var(--profile-edit-dialog-mobile-image-label-font-size);
652
+ line-height: var(--line-height-tight, 1.25);
653
+ }
654
+
655
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-description {
656
+ font-size: var(--profile-edit-dialog-mobile-image-description-font-size);
657
+ line-height: var(--line-height-base, 1.4);
658
+ }
659
+
660
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-actions {
661
+ display: grid;
662
+ grid-template-columns: repeat(2, minmax(0, 1fr));
663
+ gap: var(--spacing-xs, 0.5rem);
664
+ width: 100%;
665
+ align-items: stretch;
666
+ }
667
+
668
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button {
669
+ width: 100%;
670
+ min-width: 0;
671
+ }
672
+
673
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button::part(button) {
674
+ min-width: 0;
675
+ width: 100%;
676
+ justify-content: center;
677
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-2xs, 0.625rem);
678
+ font-size: var(--profile-edit-dialog-mobile-image-button-font-size);
679
+ }
680
+
681
+ .profile-edit-dialog__row--address-header .profile-edit-dialog__actions {
682
+ justify-content: flex-end;
683
+ }
684
+ }
685
+
686
+ @container profile-pane (max-width: 576px) {
687
+ .profile-edit-dialog__row {
688
+ max-width: 100%;
689
+ flex-direction: column;
690
+ align-items: stretch;
691
+ }
692
+
693
+ .profile__edit-form {
694
+ --profile-edit-dialog-mobile-image-button-font-size: var(--font-size-md, 1rem);
695
+ --profile-edit-dialog-mobile-image-label-font-size: var(--font-size-sm, 0.875rem);
696
+ --profile-edit-dialog-mobile-image-description-font-size: 0.625rem;
697
+ }
698
+
699
+ .profile-edit-dialog__section-heading {
700
+ font-size: var(--font-size-lg, 1.125rem);
701
+ line-height: var(--line-height-tight, 1.4);
702
+ }
703
+
704
+ #profile-modal .modal .profile__section-header:not(.profile-edit-dialog__contact-section-header) {
705
+ padding: var(--spacing-sm, 0.938rem);
706
+ gap: var(--spacing-lg, 1.5625rem);
707
+ }
708
+
709
+ #profile-modal .modal .profile__section-header .profile-edit-dialog__section-heading {
710
+ font-size: var(--font-size-lg, 1.125rem);
711
+ line-height: var(--line-height-tight, 1.4);
712
+ }
713
+
714
+ #profile-modal .modal .profile__section-header .profile__action-button,
715
+ #profile-modal .modal .profile__section-header solid-ui-button.profile__action-button::part(button) {
716
+ font-size: var(--font-size-sm, 0.875rem);
717
+ line-height: var(--line-height-base, 1.5);
718
+ }
719
+
720
+ #profile-modal .modal .profile__section-header .profile__add-more-content,
721
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-label {
722
+ font-size: var(--font-size-sm, 0.875rem);
723
+ }
724
+
725
+ #profile-modal .modal .profile__section-header .profile__add-more-icon,
726
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon {
727
+ width: var(--icon-xxs, 1rem);
728
+ height: var(--icon-xxs, 1rem);
729
+ padding: 0.125rem;
730
+ box-sizing: border-box;
731
+ }
732
+
733
+ #profile-modal .modal .profile__section-header .profile__add-more-icon svg,
734
+ #profile-modal .modal .profile__section-header .profile-section-collapsible__edit-icon svg {
735
+ width: 100%;
736
+ height: 100%;
737
+ }
738
+
739
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field,
740
+ .profile-edit-dialog__row--equal > .profile-edit-dialog__field-type {
741
+ flex: 1 1 auto;
742
+ }
743
+
744
+ .profile-edit-dialog__field-type {
745
+ flex: 1 1 auto;
746
+ }
747
+
748
+ .profile-edit-dialog__row--inline-end {
749
+ justify-content: flex-start;
750
+ }
751
+
752
+ .profile-edit-dialog__actions {
753
+ justify-content: flex-start;
754
+ }
755
+
756
+ .profile-edit-dialog__textarea {
757
+ min-height: 15rem !important;
758
+ }
759
+
760
+ .profile-edit-dialog__input--with-action {
761
+ padding-right: 6.5rem;
762
+ }
763
+
764
+ .profile-edit-dialog__paste-button {
765
+ right: var(--spacing-xxs, 0.3125rem);
766
+ --button-padding-md: var(--spacing-xxs, 0.3125rem) var(--spacing-xxs, 0.3125rem);
767
+ --button-font-size-md: var(--font-size-2xs, 0.6875rem);
768
+ --button-icon-size-md: var(--font-size-xxs, 0.75rem);
769
+ --button-icon-size-lg: var(--font-size-xxs, 0.75rem);
770
+ }
771
+
772
+ .profile-edit-dialog__field input,
773
+ .profile-edit-dialog__field select,
774
+ .profile-edit-dialog__field-type input,
775
+ .profile-edit-dialog__field-type select,
776
+ .profile-edit-dialog__textarea {
777
+ font-size: var(--font-size-sm, 0.875rem);
778
+ }
779
+
780
+ #profile-modal .modal .profile-edit-dialog__field solid-ui-select,
781
+ #profile-modal .modal .profile-edit-dialog__field solid-ui-combobox,
782
+ #profile-modal .modal .profile-edit-dialog__field-type solid-ui-select,
783
+ #profile-modal .modal .profile-edit-dialog__field-type solid-ui-combobox {
784
+ --font-size-sm: var(--font-size-sm, 0.875rem);
785
+ }
786
+
787
+ #profile-modal .modal solid-ui-combobox::part(input),
788
+ #profile-modal .modal solid-ui-combobox::part(option),
789
+ #profile-modal .modal solid-ui-combobox::part(selected-option),
790
+ #profile-modal .modal solid-ui-select::part(select-trigger),
791
+ #profile-modal .modal solid-ui-select::part(trigger-label),
792
+ #profile-modal .modal solid-ui-select::part(option),
793
+ #profile-modal .modal solid-ui-select::part(selected-option) {
794
+ font-size: var(--font-size-sm, 0.875rem);
795
+ }
796
+
797
+ .profile-edit-dialog__input-help-text {
798
+ display: none;
799
+ }
800
+
801
+ .profile-edit-dialog__field-type--contact-point {
802
+ flex: 1 1 auto;
803
+ width: 100%;
804
+ max-width: 100%;
805
+ }
806
+
807
+ .profile-edit-dialog--heading .profile-edit-dialog__row--contact-point {
808
+ flex-direction: row;
809
+ align-items: stretch;
810
+ }
811
+
812
+ .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 {
813
+ flex: 0 0 6.4375rem;
814
+ width: 6.4375rem;
815
+ min-width: 6.4375rem;
816
+ max-width: 6.4375rem;
817
+ }
818
+
819
+ .profile-edit-dialog__row--address-header {
820
+ flex-direction: row;
821
+ align-items: flex-end;
822
+ }
823
+
824
+ .profile-edit-dialog__row--social {
825
+ margin-left: 0;
826
+ gap: var(--spacing-2xs, 0.625rem);
827
+ flex-direction: row;
828
+ align-items: center;
829
+ flex-wrap: nowrap;
830
+ }
831
+
832
+ .profile-edit-dialog__row--social .profile-edit-dialog__social-icon {
833
+ display: none;
834
+ }
835
+
836
+ .profile-edit-dialog__field--social-type {
837
+ flex: 0 0 4.75rem;
838
+ width: 4.75rem;
839
+ max-width: 4.75rem;
840
+ }
841
+
842
+ .profile-edit-dialog__field--social-url {
843
+ flex: 1 1 auto;
844
+ min-width: 0;
845
+ }
846
+
847
+ .profile-edit-dialog__field--resume-location {
848
+ flex: 1 1 100%;
849
+ width: 100%;
850
+ max-width: 100%;
851
+ }
852
+
853
+ .profile-edit-dialog__row--language {
854
+ flex-direction: row;
855
+ align-items: center;
856
+ flex-wrap: nowrap;
857
+ gap: var(--spacing-xxs, 0.3125rem);
858
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
859
+ }
860
+
861
+ .profile-edit-dialog__row--language > .profile-edit-dialog__field--language-name {
862
+ flex: 1 1 0;
863
+ min-width: 0;
864
+ margin-left: calc(-1 * var(--spacing-xxs, 0.3125rem));
865
+ }
866
+
867
+ .profile-edit-dialog__actions--language {
868
+ margin-left: 0;
869
+ }
870
+
871
+ .profile-edit-dialog__row--language > solid-ui-button.profile-edit-dialog__drag-handle,
872
+ .profile-edit-dialog__actions--language > solid-ui-button.profile-edit-dialog__delete-button {
873
+ min-width: var(--min-touch-target, 44px);
874
+ min-height: var(--min-touch-target, 44px);
875
+ --button-height-md: var(--min-touch-target, 44px);
876
+ }
877
+
878
+ .profile-edit-dialog__row--resume-entry-header {
879
+ flex-direction: row;
880
+ align-items: center;
881
+ flex-wrap: nowrap;
882
+ width: 100%;
883
+ max-width: 100%;
884
+ }
885
+
886
+ .profile-edit-dialog__row--resume-entry-header > .profile-edit-dialog__actions--edge {
887
+ margin-left: auto;
888
+ }
889
+
890
+ .profile-edit-dialog__row--skill {
891
+ flex-direction: row;
892
+ align-items: center;
893
+ flex-wrap: nowrap;
894
+ gap: var(--spacing-2xs, 0.625rem);
895
+ }
896
+
897
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__field {
898
+ flex: 1 1 0;
899
+ min-width: 0;
900
+ }
901
+
902
+ .profile-edit-dialog__row--skill > .profile-edit-dialog__actions {
903
+ flex: 0 0 auto;
904
+ margin-left: 0;
905
+ }
906
+
907
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero,
908
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
909
+ width: 5rem;
910
+ height: 5rem;
911
+ }
912
+
913
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo {
914
+ flex-direction: row;
915
+ align-items: center;
916
+ flex-wrap: nowrap;
917
+ gap: var(--spacing-xs, 0.75rem);
918
+ width: 100%;
919
+ max-width: 100%;
920
+ }
921
+
922
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo > header {
923
+ margin-bottom: 0;
924
+ flex: 0 0 auto;
925
+ }
926
+
927
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__hero-alt {
928
+ padding: 0;
929
+ }
930
+
931
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile__image-frame--fallback .profile__hero-alt {
932
+ display: flex;
933
+ align-items: center;
934
+ justify-content: center;
935
+ }
936
+
937
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-camera-button {
938
+ display: inline-flex;
939
+ right: var(--spacing-xxs, 0.3125rem);
940
+ bottom: var(--spacing-xxs, 0.3125rem);
941
+ width: var(--min-touch-target, 44px);
942
+ height: var(--min-touch-target, 44px);
943
+ min-width: var(--min-touch-target, 44px);
944
+ min-height: var(--min-touch-target, 44px);
945
+ --button-height-md: var(--min-touch-target, 44px);
946
+ }
947
+
948
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview {
949
+ flex: 1 1 auto;
950
+ min-width: 0;
951
+ gap: var(--spacing-xxs, 0.3125rem);
952
+ width: 100%;
953
+ }
954
+
955
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-label {
956
+ font-size: var(--profile-edit-dialog-mobile-image-label-font-size);
957
+ line-height: var(--line-height-tight, 1.25);
958
+ }
959
+
960
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-description {
961
+ font-size: var(--profile-edit-dialog-mobile-image-description-font-size);
962
+ line-height: var(--line-height-base, 1.4);
963
+ }
964
+
965
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-preview-actions {
966
+ display: grid;
967
+ grid-template-columns: repeat(2, minmax(0, 1fr));
968
+ gap: var(--spacing-xs, 0.5rem);
969
+ width: 100%;
970
+ align-items: stretch;
971
+ }
972
+
973
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button {
974
+ width: 100%;
975
+ min-width: 0;
976
+ }
977
+
978
+ .profile-edit-dialog--heading .profile-edit-dialog__row--heading-photo .profile-edit-dialog__image-button::part(button) {
979
+ min-width: 0;
980
+ width: 100%;
981
+ justify-content: center;
982
+ padding: var(--spacing-xxs, 0.3125rem) var(--spacing-2xs, 0.625rem);
983
+ font-size: var(--profile-edit-dialog-mobile-image-button-font-size);
984
+ }
985
+
986
+ .profile-edit-dialog__row--address-header .profile-edit-dialog__actions {
987
+ justify-content: flex-end;
988
+ }
989
+ }