@next-degree/pickle-shared-js 0.12.7 → 0.13.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 (347) hide show
  1. package/dist/{company_service_sanity-2J1ZuUnu.d.cts → company_service_sanity-BzaIPM-N.d.ts} +2297 -2297
  2. package/dist/{company_service_sanity-KaAGfnNV.d.ts → company_service_sanity-Zy8TiORb.d.cts} +2297 -2297
  3. package/dist/components/buttons/BackButton.cjs +5 -8
  4. package/dist/components/buttons/BackButton.cjs.map +1 -1
  5. package/dist/components/buttons/BackButton.d.cts +2 -2
  6. package/dist/components/buttons/BackButton.d.ts +2 -2
  7. package/dist/components/buttons/BackButton.js +5 -8
  8. package/dist/components/buttons/BackButton.js.map +1 -1
  9. package/dist/components/company/CompanyBenefits.cjs +1 -5
  10. package/dist/components/company/CompanyBenefits.cjs.map +1 -1
  11. package/dist/components/company/CompanyBenefits.d.cts +2 -2
  12. package/dist/components/company/CompanyBenefits.d.ts +2 -2
  13. package/dist/components/company/CompanyBenefits.js +1 -5
  14. package/dist/components/company/CompanyBenefits.js.map +1 -1
  15. package/dist/components/company/CompanyInformation.cjs +23 -44
  16. package/dist/components/company/CompanyInformation.cjs.map +1 -1
  17. package/dist/components/company/CompanyInformation.d.cts +2 -2
  18. package/dist/components/company/CompanyInformation.d.ts +2 -2
  19. package/dist/components/company/CompanyInformation.js +23 -44
  20. package/dist/components/company/CompanyInformation.js.map +1 -1
  21. package/dist/components/company/CompanyTake.cjs +12 -26
  22. package/dist/components/company/CompanyTake.cjs.map +1 -1
  23. package/dist/components/company/CompanyTake.d.cts +2 -2
  24. package/dist/components/company/CompanyTake.d.ts +2 -2
  25. package/dist/components/company/CompanyTake.js +12 -26
  26. package/dist/components/company/CompanyTake.js.map +1 -1
  27. package/dist/components/jobCard/JobLocation.cjs +23 -34
  28. package/dist/components/jobCard/JobLocation.cjs.map +1 -1
  29. package/dist/components/jobCard/JobLocation.d.cts +3 -3
  30. package/dist/components/jobCard/JobLocation.d.ts +3 -3
  31. package/dist/components/jobCard/JobLocation.js +23 -34
  32. package/dist/components/jobCard/JobLocation.js.map +1 -1
  33. package/dist/components/jobPost/JobDescription.cjs +164 -30
  34. package/dist/components/jobPost/JobDescription.cjs.map +1 -1
  35. package/dist/components/jobPost/JobDescription.d.cts +2 -2
  36. package/dist/components/jobPost/JobDescription.d.ts +2 -2
  37. package/dist/components/jobPost/JobDescription.js +164 -30
  38. package/dist/components/jobPost/JobDescription.js.map +1 -1
  39. package/dist/components/jobPost/JobHeader.cjs +110 -138
  40. package/dist/components/jobPost/JobHeader.cjs.map +1 -1
  41. package/dist/components/jobPost/JobHeader.d.cts +2 -2
  42. package/dist/components/jobPost/JobHeader.d.ts +2 -2
  43. package/dist/components/jobPost/JobHeader.js +110 -138
  44. package/dist/components/jobPost/JobHeader.js.map +1 -1
  45. package/dist/components/jobPost/JobPost.cjs +382 -318
  46. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  47. package/dist/components/jobPost/JobPost.d.cts +3 -3
  48. package/dist/components/jobPost/JobPost.d.ts +3 -3
  49. package/dist/components/jobPost/JobPost.js +344 -280
  50. package/dist/components/jobPost/JobPost.js.map +1 -1
  51. package/dist/components/primitives/avatar.cjs +3 -4
  52. package/dist/components/primitives/avatar.cjs.map +1 -1
  53. package/dist/components/primitives/avatar.js +3 -4
  54. package/dist/components/primitives/avatar.js.map +1 -1
  55. package/dist/components/primitives/command.cjs +37 -50
  56. package/dist/components/primitives/command.cjs.map +1 -1
  57. package/dist/components/primitives/command.d.cts +5 -6
  58. package/dist/components/primitives/command.d.ts +5 -6
  59. package/dist/components/primitives/command.js +37 -50
  60. package/dist/components/primitives/command.js.map +1 -1
  61. package/dist/components/primitives/dialog.cjs +18 -27
  62. package/dist/components/primitives/dialog.cjs.map +1 -1
  63. package/dist/components/primitives/dialog.d.cts +2 -3
  64. package/dist/components/primitives/dialog.d.ts +2 -3
  65. package/dist/components/primitives/dialog.js +18 -27
  66. package/dist/components/primitives/dialog.js.map +1 -1
  67. package/dist/components/primitives/input-otp.cjs +8 -11
  68. package/dist/components/primitives/input-otp.cjs.map +1 -1
  69. package/dist/components/primitives/input-otp.d.cts +2 -2
  70. package/dist/components/primitives/input-otp.d.ts +2 -2
  71. package/dist/components/primitives/input-otp.js +8 -11
  72. package/dist/components/primitives/input-otp.js.map +1 -1
  73. package/dist/components/primitives/popover.cjs +2 -3
  74. package/dist/components/primitives/popover.cjs.map +1 -1
  75. package/dist/components/primitives/popover.js +2 -3
  76. package/dist/components/primitives/popover.js.map +1 -1
  77. package/dist/components/primitives/radio-group.cjs +12 -16
  78. package/dist/components/primitives/radio-group.cjs.map +1 -1
  79. package/dist/components/primitives/radio-group.js +12 -16
  80. package/dist/components/primitives/radio-group.js.map +1 -1
  81. package/dist/components/primitives/separator.cjs +1 -2
  82. package/dist/components/primitives/separator.cjs.map +1 -1
  83. package/dist/components/primitives/separator.js +1 -2
  84. package/dist/components/primitives/separator.js.map +1 -1
  85. package/dist/components/primitives/tooltip.cjs +1 -2
  86. package/dist/components/primitives/tooltip.cjs.map +1 -1
  87. package/dist/components/primitives/tooltip.js +1 -2
  88. package/dist/components/primitives/tooltip.js.map +1 -1
  89. package/dist/components/ui/Avatar.cjs +6 -11
  90. package/dist/components/ui/Avatar.cjs.map +1 -1
  91. package/dist/components/ui/Avatar.d.cts +3 -3
  92. package/dist/components/ui/Avatar.d.ts +3 -3
  93. package/dist/components/ui/Avatar.js +6 -11
  94. package/dist/components/ui/Avatar.js.map +1 -1
  95. package/dist/components/ui/Badge.cjs +12 -2
  96. package/dist/components/ui/Badge.cjs.map +1 -1
  97. package/dist/components/ui/Badge.d.cts +1 -2
  98. package/dist/components/ui/Badge.d.ts +1 -2
  99. package/dist/components/ui/Badge.js +2 -2
  100. package/dist/components/ui/Badge.js.map +1 -1
  101. package/dist/components/ui/Button.cjs +163 -8
  102. package/dist/components/ui/Button.cjs.map +1 -1
  103. package/dist/components/ui/Button.d.cts +4 -8
  104. package/dist/components/ui/Button.d.ts +4 -8
  105. package/dist/components/ui/Button.js +153 -8
  106. package/dist/components/ui/Button.js.map +1 -1
  107. package/dist/components/ui/Checkbox.cjs +18 -28
  108. package/dist/components/ui/Checkbox.cjs.map +1 -1
  109. package/dist/components/ui/Checkbox.js +18 -28
  110. package/dist/components/ui/Checkbox.js.map +1 -1
  111. package/dist/components/ui/Chip.cjs +12 -2
  112. package/dist/components/ui/Chip.cjs.map +1 -1
  113. package/dist/components/ui/Chip.d.cts +2 -3
  114. package/dist/components/ui/Chip.d.ts +2 -3
  115. package/dist/components/ui/Chip.js +2 -2
  116. package/dist/components/ui/Chip.js.map +1 -1
  117. package/dist/components/ui/Combobox.cjs +171 -233
  118. package/dist/components/ui/Combobox.cjs.map +1 -1
  119. package/dist/components/ui/Combobox.js +171 -233
  120. package/dist/components/ui/Combobox.js.map +1 -1
  121. package/dist/components/ui/Counter.cjs +56 -74
  122. package/dist/components/ui/Counter.cjs.map +1 -1
  123. package/dist/components/ui/Counter.js +56 -74
  124. package/dist/components/ui/Counter.js.map +1 -1
  125. package/dist/components/ui/DatePicker.cjs +44 -68
  126. package/dist/components/ui/DatePicker.cjs.map +1 -1
  127. package/dist/components/ui/DatePicker.js +44 -68
  128. package/dist/components/ui/DatePicker.js.map +1 -1
  129. package/dist/components/ui/DismissibleBanner.cjs +13 -16
  130. package/dist/components/ui/DismissibleBanner.cjs.map +1 -1
  131. package/dist/components/ui/DismissibleBanner.d.cts +2 -2
  132. package/dist/components/ui/DismissibleBanner.d.ts +2 -2
  133. package/dist/components/ui/DismissibleBanner.js +13 -16
  134. package/dist/components/ui/DismissibleBanner.js.map +1 -1
  135. package/dist/components/ui/ErrorMessage.cjs +1 -2
  136. package/dist/components/ui/ErrorMessage.cjs.map +1 -1
  137. package/dist/components/ui/ErrorMessage.d.cts +2 -2
  138. package/dist/components/ui/ErrorMessage.d.ts +2 -2
  139. package/dist/components/ui/ErrorMessage.js +1 -2
  140. package/dist/components/ui/ErrorMessage.js.map +1 -1
  141. package/dist/components/ui/Icon.cjs +1 -2
  142. package/dist/components/ui/Icon.cjs.map +1 -1
  143. package/dist/components/ui/Icon.js +1 -2
  144. package/dist/components/ui/Icon.js.map +1 -1
  145. package/dist/components/ui/Input.cjs +48 -68
  146. package/dist/components/ui/Input.cjs.map +1 -1
  147. package/dist/components/ui/Input.js +48 -68
  148. package/dist/components/ui/Input.js.map +1 -1
  149. package/dist/components/ui/InputOtp.cjs +56 -73
  150. package/dist/components/ui/InputOtp.cjs.map +1 -1
  151. package/dist/components/ui/InputOtp.js +56 -73
  152. package/dist/components/ui/InputOtp.js.map +1 -1
  153. package/dist/components/ui/Label.cjs +14 -24
  154. package/dist/components/ui/Label.cjs.map +1 -1
  155. package/dist/components/ui/Label.d.cts +2 -2
  156. package/dist/components/ui/Label.d.ts +2 -2
  157. package/dist/components/ui/Label.js +14 -24
  158. package/dist/components/ui/Label.js.map +1 -1
  159. package/dist/components/ui/LinkButton.cjs +5 -5
  160. package/dist/components/ui/LinkButton.cjs.map +1 -1
  161. package/dist/components/ui/LinkButton.d.cts +1 -2
  162. package/dist/components/ui/LinkButton.d.ts +1 -2
  163. package/dist/components/ui/LinkButton.js +5 -5
  164. package/dist/components/ui/LinkButton.js.map +1 -1
  165. package/dist/components/ui/ListItem.cjs +32 -48
  166. package/dist/components/ui/ListItem.cjs.map +1 -1
  167. package/dist/components/ui/ListItem.d.cts +2 -2
  168. package/dist/components/ui/ListItem.d.ts +2 -2
  169. package/dist/components/ui/ListItem.js +32 -48
  170. package/dist/components/ui/ListItem.js.map +1 -1
  171. package/dist/components/ui/Map/ClusterMarker.cjs +80 -0
  172. package/dist/components/ui/Map/ClusterMarker.cjs.map +1 -0
  173. package/dist/components/ui/Map/ClusterMarker.d.cts +6 -0
  174. package/dist/components/ui/Map/ClusterMarker.d.ts +6 -0
  175. package/dist/components/ui/Map/ClusterMarker.js +56 -0
  176. package/dist/components/ui/Map/ClusterMarker.js.map +1 -0
  177. package/dist/components/ui/Map/FocusCircle.cjs +86 -0
  178. package/dist/components/ui/Map/FocusCircle.cjs.map +1 -0
  179. package/dist/components/ui/Map/FocusCircle.d.cts +5 -0
  180. package/dist/components/ui/Map/FocusCircle.d.ts +5 -0
  181. package/dist/components/ui/Map/FocusCircle.js +62 -0
  182. package/dist/components/ui/Map/FocusCircle.js.map +1 -0
  183. package/dist/components/ui/Map/IndividualMarker.cjs +60 -0
  184. package/dist/components/ui/Map/IndividualMarker.cjs.map +1 -0
  185. package/dist/components/ui/Map/IndividualMarker.d.cts +6 -0
  186. package/dist/components/ui/Map/IndividualMarker.d.ts +6 -0
  187. package/dist/components/ui/Map/IndividualMarker.js +36 -0
  188. package/dist/components/ui/Map/IndividualMarker.js.map +1 -0
  189. package/dist/components/ui/Map/MapComponent.cjs +401 -0
  190. package/dist/components/ui/Map/MapComponent.cjs.map +1 -0
  191. package/dist/components/ui/Map/MapComponent.d.cts +6 -0
  192. package/dist/components/ui/Map/MapComponent.d.ts +6 -0
  193. package/dist/components/ui/Map/MapComponent.js +367 -0
  194. package/dist/components/ui/Map/MapComponent.js.map +1 -0
  195. package/dist/components/ui/Map/MapContent.cjs +279 -0
  196. package/dist/components/ui/Map/MapContent.cjs.map +1 -0
  197. package/dist/components/ui/Map/MapContent.d.cts +6 -0
  198. package/dist/components/ui/Map/MapContent.d.ts +6 -0
  199. package/dist/components/ui/Map/MapContent.js +255 -0
  200. package/dist/components/ui/Map/MapContent.js.map +1 -0
  201. package/dist/components/ui/Map/clustering.cjs +105 -0
  202. package/dist/components/ui/Map/clustering.cjs.map +1 -0
  203. package/dist/components/ui/Map/clustering.d.cts +17 -0
  204. package/dist/components/ui/Map/clustering.d.ts +17 -0
  205. package/dist/components/ui/Map/clustering.js +77 -0
  206. package/dist/components/ui/Map/clustering.js.map +1 -0
  207. package/dist/components/ui/Map/constants.cjs +65 -0
  208. package/dist/components/ui/Map/constants.cjs.map +1 -0
  209. package/dist/components/ui/Map/constants.d.cts +28 -0
  210. package/dist/components/ui/Map/constants.d.ts +28 -0
  211. package/dist/components/ui/Map/constants.js +34 -0
  212. package/dist/components/ui/Map/constants.js.map +1 -0
  213. package/dist/components/ui/Map/hooks.cjs +96 -0
  214. package/dist/components/ui/Map/hooks.cjs.map +1 -0
  215. package/dist/components/ui/Map/hooks.d.cts +17 -0
  216. package/dist/components/ui/Map/hooks.d.ts +17 -0
  217. package/dist/components/ui/Map/hooks.js +59 -0
  218. package/dist/components/ui/Map/hooks.js.map +1 -0
  219. package/dist/components/ui/Map/index.cjs +402 -0
  220. package/dist/components/ui/Map/index.cjs.map +1 -0
  221. package/dist/components/ui/Map/index.d.cts +3 -0
  222. package/dist/components/ui/Map/index.d.ts +3 -0
  223. package/dist/components/ui/Map/index.js +365 -0
  224. package/dist/components/ui/Map/index.js.map +1 -0
  225. package/dist/components/ui/Map/types.cjs +19 -0
  226. package/dist/components/ui/Map/types.cjs.map +1 -0
  227. package/dist/components/ui/Map/types.d.cts +82 -0
  228. package/dist/components/ui/Map/types.d.ts +82 -0
  229. package/dist/components/ui/Map/types.js +1 -0
  230. package/dist/components/ui/Map/types.js.map +1 -0
  231. package/dist/components/ui/Map/utils.cjs +80 -0
  232. package/dist/components/ui/Map/utils.cjs.map +1 -0
  233. package/dist/components/ui/Map/utils.d.cts +9 -0
  234. package/dist/components/ui/Map/utils.d.ts +9 -0
  235. package/dist/components/ui/Map/utils.js +49 -0
  236. package/dist/components/ui/Map/utils.js.map +1 -0
  237. package/dist/components/ui/PlacesQueryInput.cjs +71 -94
  238. package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
  239. package/dist/components/ui/PlacesQueryInput.d.cts +2 -2
  240. package/dist/components/ui/PlacesQueryInput.d.ts +2 -2
  241. package/dist/components/ui/PlacesQueryInput.js +71 -94
  242. package/dist/components/ui/PlacesQueryInput.js.map +1 -1
  243. package/dist/components/ui/Radio.cjs +49 -69
  244. package/dist/components/ui/Radio.cjs.map +1 -1
  245. package/dist/components/ui/Radio.js +49 -69
  246. package/dist/components/ui/Radio.js.map +1 -1
  247. package/dist/components/ui/ReadMore.cjs +163 -25
  248. package/dist/components/ui/ReadMore.cjs.map +1 -1
  249. package/dist/components/ui/ReadMore.d.cts +2 -2
  250. package/dist/components/ui/ReadMore.d.ts +2 -2
  251. package/dist/components/ui/ReadMore.js +163 -25
  252. package/dist/components/ui/ReadMore.js.map +1 -1
  253. package/dist/components/ui/Select.cjs +138 -172
  254. package/dist/components/ui/Select.cjs.map +1 -1
  255. package/dist/components/ui/Select.js +132 -166
  256. package/dist/components/ui/Select.js.map +1 -1
  257. package/dist/components/ui/StepTabs.cjs +24 -27
  258. package/dist/components/ui/StepTabs.cjs.map +1 -1
  259. package/dist/components/ui/StepTabs.d.cts +3 -3
  260. package/dist/components/ui/StepTabs.d.ts +3 -3
  261. package/dist/components/ui/StepTabs.js +24 -27
  262. package/dist/components/ui/StepTabs.js.map +1 -1
  263. package/dist/components/ui/Switch.cjs +13 -21
  264. package/dist/components/ui/Switch.cjs.map +1 -1
  265. package/dist/components/ui/Switch.js +13 -21
  266. package/dist/components/ui/Switch.js.map +1 -1
  267. package/dist/components/ui/buttonShadcn.cjs +1 -2
  268. package/dist/components/ui/buttonShadcn.cjs.map +1 -1
  269. package/dist/components/ui/buttonShadcn.js +1 -2
  270. package/dist/components/ui/buttonShadcn.js.map +1 -1
  271. package/dist/components/ui/calendar.cjs +5 -6
  272. package/dist/components/ui/calendar.cjs.map +1 -1
  273. package/dist/components/ui/calendar.d.cts +1 -2
  274. package/dist/components/ui/calendar.d.ts +1 -2
  275. package/dist/components/ui/calendar.js +5 -6
  276. package/dist/components/ui/calendar.js.map +1 -1
  277. package/dist/contexts/WindowHistoryProvider.cjs +1 -2
  278. package/dist/contexts/WindowHistoryProvider.cjs.map +1 -1
  279. package/dist/contexts/WindowHistoryProvider.d.cts +1 -2
  280. package/dist/contexts/WindowHistoryProvider.d.ts +1 -2
  281. package/dist/contexts/WindowHistoryProvider.js +1 -2
  282. package/dist/contexts/WindowHistoryProvider.js.map +1 -1
  283. package/dist/{displayText-DahwdHdi.d.ts → displayText-DIxMXVLl.d.ts} +2 -2
  284. package/dist/{displayText-DW0qiJqh.d.cts → displayText-DRyxjHTZ.d.cts} +2 -2
  285. package/dist/hooks/useDisplayText.d.cts +3 -3
  286. package/dist/hooks/useDisplayText.d.ts +3 -3
  287. package/dist/hooks/useWindowHistory.cjs +0 -1
  288. package/dist/hooks/useWindowHistory.cjs.map +1 -1
  289. package/dist/hooks/useWindowHistory.d.cts +0 -1
  290. package/dist/hooks/useWindowHistory.d.ts +0 -1
  291. package/dist/hooks/useWindowHistory.js +0 -1
  292. package/dist/hooks/useWindowHistory.js.map +1 -1
  293. package/dist/index.cjs +1343 -1111
  294. package/dist/index.cjs.map +1 -1
  295. package/dist/index.d.cts +8 -8
  296. package/dist/index.d.ts +8 -8
  297. package/dist/index.js +1293 -1061
  298. package/dist/index.js.map +1 -1
  299. package/dist/{job_posting_service_latest-C_TEBzCf.d.cts → job_posting_service_latest-7q4A7RpW.d.cts} +1171 -1171
  300. package/dist/{job_posting_service_latest-C_TEBzCf.d.ts → job_posting_service_latest-7q4A7RpW.d.ts} +1171 -1171
  301. package/dist/{job_posting_service_latest-DdgK8Nnz.d.cts → job_posting_service_latest-BrZndMS6.d.cts} +1171 -1171
  302. package/dist/{job_posting_service_latest-DdgK8Nnz.d.ts → job_posting_service_latest-BrZndMS6.d.ts} +1171 -1171
  303. package/dist/{job_posting_service_sanity-BNq-Am9N.d.cts → job_posting_service_sanity-B5NZ-7tI.d.cts} +2126 -2126
  304. package/dist/{job_posting_service_sanity-BKo9TBDT.d.ts → job_posting_service_sanity-LlRkfIpt.d.ts} +2126 -2126
  305. package/dist/lib/locations.d.cts +3 -3
  306. package/dist/lib/locations.d.ts +3 -3
  307. package/dist/lib/mappings.d.cts +3 -3
  308. package/dist/lib/mappings.d.ts +3 -3
  309. package/dist/lib/salaryRange.d.cts +1 -1
  310. package/dist/lib/salaryRange.d.ts +1 -1
  311. package/dist/services/displayText.d.cts +3 -3
  312. package/dist/services/displayText.d.ts +3 -3
  313. package/dist/styles/globals.css +149 -6
  314. package/dist/styles/globals.css.map +1 -1
  315. package/dist/types/data/company_service_latest.d.cts +1 -1
  316. package/dist/types/data/company_service_latest.d.ts +1 -1
  317. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  318. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  319. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  320. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  321. package/dist/types/index.d.cts +6 -6
  322. package/dist/types/index.d.ts +6 -6
  323. package/dist/types/latest/company_service_latest.d.cts +1 -1
  324. package/dist/types/latest/company_service_latest.d.ts +1 -1
  325. package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
  326. package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
  327. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
  328. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
  329. package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
  330. package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
  331. package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
  332. package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
  333. package/package.json +4 -3
  334. package/dist/components/ui/MapComponent.cjs +0 -61
  335. package/dist/components/ui/MapComponent.cjs.map +0 -1
  336. package/dist/components/ui/MapComponent.d.cts +0 -15
  337. package/dist/components/ui/MapComponent.d.ts +0 -15
  338. package/dist/components/ui/MapComponent.js +0 -41
  339. package/dist/components/ui/MapComponent.js.map +0 -1
  340. package/dist/{company_service_latest-CITz7F53.d.cts → company_service_latest-BwbaqchJ.d.cts} +1220 -1220
  341. package/dist/{company_service_latest-CITz7F53.d.ts → company_service_latest-BwbaqchJ.d.ts} +1220 -1220
  342. package/dist/{company_service_latest-C7Moeufo.d.cts → company_service_latest-FHqG4LjA.d.cts} +1220 -1220
  343. package/dist/{company_service_latest-C7Moeufo.d.ts → company_service_latest-FHqG4LjA.d.ts} +1220 -1220
  344. package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-CKHNY1lx.d.cts} +42 -42
  345. package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-CKHNY1lx.d.ts} +42 -42
  346. package/dist/{shared_pickle_output_latest-CtvHTPeX.d.cts → shared_pickle_output_latest-DIPgxUul.d.cts} +42 -42
  347. package/dist/{shared_pickle_output_latest-CtvHTPeX.d.ts → shared_pickle_output_latest-DIPgxUul.d.ts} +42 -42
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { J as JobPostModel } from '../job_posting_service_latest-C_TEBzCf.cjs';
3
- import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.cjs';
4
- import { a as jobPostSchema } from '../job_posting_service_latest-DdgK8Nnz.cjs';
2
+ import { J as JobPostModel } from '../job_posting_service_latest-7q4A7RpW.cjs';
3
+ import { P as PostalAddressModel } from '../shared_pickle_output_latest-CKHNY1lx.cjs';
4
+ import { a as jobPostSchema } from '../job_posting_service_latest-BrZndMS6.cjs';
5
5
 
6
6
  type JobPost = z.infer<typeof jobPostSchema>;
7
7
  declare function formattedAddress(address: PostalAddressModel | undefined, isRemote?: boolean): string | null;
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { J as JobPostModel } from '../job_posting_service_latest-C_TEBzCf.js';
3
- import { P as PostalAddressModel } from '../shared_pickle_output_latest-CXBCG04N.js';
4
- import { a as jobPostSchema } from '../job_posting_service_latest-DdgK8Nnz.js';
2
+ import { J as JobPostModel } from '../job_posting_service_latest-7q4A7RpW.js';
3
+ import { P as PostalAddressModel } from '../shared_pickle_output_latest-CKHNY1lx.js';
4
+ import { a as jobPostSchema } from '../job_posting_service_latest-BrZndMS6.js';
5
5
 
6
6
  type JobPost = z.infer<typeof jobPostSchema>;
7
7
  declare function formattedAddress(address: PostalAddressModel | undefined, isRemote?: boolean): string | null;
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-DW0qiJqh.cjs';
3
- import '../job_posting_service_latest-C_TEBzCf.cjs';
4
- import '../shared_pickle_output_latest-CXBCG04N.cjs';
2
+ export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-DRyxjHTZ.cjs';
3
+ import '../job_posting_service_latest-7q4A7RpW.cjs';
4
+ import '../shared_pickle_output_latest-CKHNY1lx.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-DahwdHdi.js';
3
- import '../job_posting_service_latest-C_TEBzCf.js';
4
- import '../shared_pickle_output_latest-CXBCG04N.js';
2
+ export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-DIxMXVLl.js';
3
+ import '../job_posting_service_latest-7q4A7RpW.js';
4
+ import '../shared_pickle_output_latest-CKHNY1lx.js';
@@ -1,4 +1,4 @@
1
- import { M as MonetaryAmountModel$1 } from '../shared_pickle_output_latest-CtvHTPeX.cjs';
1
+ import { M as MonetaryAmountModel$1 } from '../shared_pickle_output_latest-DIPgxUul.cjs';
2
2
  import 'zod';
3
3
 
4
4
  type MonetaryAmountModel = MonetaryAmountModel$1;
@@ -1,4 +1,4 @@
1
- import { M as MonetaryAmountModel$1 } from '../shared_pickle_output_latest-CtvHTPeX.js';
1
+ import { M as MonetaryAmountModel$1 } from '../shared_pickle_output_latest-DIPgxUul.js';
2
2
  import 'zod';
3
3
 
4
4
  type MonetaryAmountModel = MonetaryAmountModel$1;
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-DW0qiJqh.cjs';
3
- import '../job_posting_service_latest-C_TEBzCf.cjs';
4
- import '../shared_pickle_output_latest-CXBCG04N.cjs';
2
+ export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-DRyxjHTZ.cjs';
3
+ import '../job_posting_service_latest-7q4A7RpW.cjs';
4
+ import '../shared_pickle_output_latest-CKHNY1lx.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
- export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-DahwdHdi.js';
3
- import '../job_posting_service_latest-C_TEBzCf.js';
4
- import '../shared_pickle_output_latest-CXBCG04N.js';
2
+ export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-DIxMXVLl.js';
3
+ import '../job_posting_service_latest-7q4A7RpW.js';
4
+ import '../shared_pickle_output_latest-CKHNY1lx.js';
@@ -794,6 +794,9 @@ video {
794
794
  .pointer-events-none {
795
795
  pointer-events: none;
796
796
  }
797
+ .pointer-events-auto {
798
+ pointer-events: auto;
799
+ }
797
800
  .invisible {
798
801
  visibility: hidden;
799
802
  }
@@ -891,6 +894,9 @@ video {
891
894
  .mb-2 {
892
895
  margin-bottom: 0.5rem;
893
896
  }
897
+ .ml-3 {
898
+ margin-left: 0.75rem;
899
+ }
894
900
  .ml-auto {
895
901
  margin-left: auto;
896
902
  }
@@ -948,6 +954,9 @@ video {
948
954
  .h-16 {
949
955
  height: 4rem;
950
956
  }
957
+ .h-2 {
958
+ height: 0.5rem;
959
+ }
951
960
  .h-3 {
952
961
  height: 0.75rem;
953
962
  }
@@ -975,12 +984,12 @@ video {
975
984
  .h-\[21px\] {
976
985
  height: 21px;
977
986
  }
987
+ .h-\[24rem\] {
988
+ height: 24rem;
989
+ }
978
990
  .h-\[25px\] {
979
991
  height: 25px;
980
992
  }
981
- .h-\[36rem\] {
982
- height: 36rem;
983
- }
984
993
  .h-\[45px\] {
985
994
  height: 45px;
986
995
  }
@@ -1020,6 +1029,12 @@ video {
1020
1029
  .w-16 {
1021
1030
  width: 4rem;
1022
1031
  }
1032
+ .w-2 {
1033
+ width: 0.5rem;
1034
+ }
1035
+ .w-3 {
1036
+ width: 0.75rem;
1037
+ }
1023
1038
  .w-4 {
1024
1039
  width: 1rem;
1025
1040
  }
@@ -1050,9 +1065,6 @@ video {
1050
1065
  .w-\[21px\] {
1051
1066
  width: 21px;
1052
1067
  }
1053
- .w-\[36rem\] {
1054
- width: 36rem;
1055
- }
1056
1068
  .w-\[42px\] {
1057
1069
  width: 42px;
1058
1070
  }
@@ -1078,6 +1090,9 @@ video {
1078
1090
  .min-w-\[var\(--radix-select-trigger-width\)\] {
1079
1091
  min-width: var(--radix-select-trigger-width);
1080
1092
  }
1093
+ .min-w-full {
1094
+ min-width: 100%;
1095
+ }
1081
1096
  .max-w-48 {
1082
1097
  max-width: 12rem;
1083
1098
  }
@@ -1151,6 +1166,9 @@ video {
1151
1166
  .cursor-default {
1152
1167
  cursor: default;
1153
1168
  }
1169
+ .cursor-not-allowed {
1170
+ cursor: not-allowed;
1171
+ }
1154
1172
  .cursor-pointer {
1155
1173
  cursor: pointer;
1156
1174
  }
@@ -1162,9 +1180,15 @@ video {
1162
1180
  .resize {
1163
1181
  resize: both;
1164
1182
  }
1183
+ .list-inside {
1184
+ list-style-position: inside;
1185
+ }
1165
1186
  .list-decimal {
1166
1187
  list-style-type: decimal;
1167
1188
  }
1189
+ .list-disc {
1190
+ list-style-type: disc;
1191
+ }
1168
1192
  .appearance-none {
1169
1193
  -webkit-appearance: none;
1170
1194
  -moz-appearance: none;
@@ -1191,6 +1215,9 @@ video {
1191
1215
  .items-center {
1192
1216
  align-items: center;
1193
1217
  }
1218
+ .items-baseline {
1219
+ align-items: baseline;
1220
+ }
1194
1221
  .justify-start {
1195
1222
  justify-content: flex-start;
1196
1223
  }
@@ -1275,6 +1302,9 @@ video {
1275
1302
  .text-nowrap {
1276
1303
  text-wrap: nowrap;
1277
1304
  }
1305
+ .rounded {
1306
+ border-radius: 0.25rem;
1307
+ }
1278
1308
  .rounded-2xl {
1279
1309
  border-radius: 1rem;
1280
1310
  }
@@ -1307,6 +1337,9 @@ video {
1307
1337
  .border {
1308
1338
  border-width: 1px;
1309
1339
  }
1340
+ .border-2 {
1341
+ border-width: 2px;
1342
+ }
1310
1343
  .border-y {
1311
1344
  border-top-width: 1px;
1312
1345
  border-bottom-width: 1px;
@@ -1323,6 +1356,10 @@ video {
1323
1356
  .border-none {
1324
1357
  border-style: none;
1325
1358
  }
1359
+ .border-gray-300 {
1360
+ --tw-border-opacity: 1;
1361
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1362
+ }
1326
1363
  .border-green-80 {
1327
1364
  border-color: hsla(164, 76%, 16%, 1);
1328
1365
  }
@@ -1342,6 +1379,9 @@ video {
1342
1379
  --tw-border-opacity: 1;
1343
1380
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
1344
1381
  }
1382
+ .border-pickle-100 {
1383
+ border-color: hsla(68, 100%, 48%, 1);
1384
+ }
1345
1385
  .border-pumpkin-20 {
1346
1386
  border-color: hsla(22, 96%, 90%, 1);
1347
1387
  }
@@ -1352,6 +1392,13 @@ video {
1352
1392
  --tw-border-opacity: 1;
1353
1393
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1354
1394
  }
1395
+ .border-white {
1396
+ border-color: hsla(0, 0%, 100%, 1);
1397
+ }
1398
+ .border-yellow-200 {
1399
+ --tw-border-opacity: 1;
1400
+ border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
1401
+ }
1355
1402
  .bg-black {
1356
1403
  background-color: hsla(0, 0%, 0%, 1);
1357
1404
  }
@@ -1361,9 +1408,17 @@ video {
1361
1408
  .bg-blue-100 {
1362
1409
  background-color: hsla(210, 77%, 81%, 1);
1363
1410
  }
1411
+ .bg-blue-50 {
1412
+ --tw-bg-opacity: 1;
1413
+ background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
1414
+ }
1364
1415
  .bg-green-10 {
1365
1416
  background-color: hsla(140, 82%, 96%, 1);
1366
1417
  }
1418
+ .bg-green-50 {
1419
+ --tw-bg-opacity: 1;
1420
+ background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
1421
+ }
1367
1422
  .bg-green-80 {
1368
1423
  background-color: hsla(164, 76%, 16%, 1);
1369
1424
  }
@@ -1414,6 +1469,17 @@ video {
1414
1469
  .bg-white {
1415
1470
  background-color: hsla(0, 0%, 100%, 1);
1416
1471
  }
1472
+ .bg-white\/30 {
1473
+ background-color: hsla(0, 0%, 100%, 0.3);
1474
+ }
1475
+ .bg-yellow-100 {
1476
+ --tw-bg-opacity: 1;
1477
+ background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
1478
+ }
1479
+ .bg-yellow-50 {
1480
+ --tw-bg-opacity: 1;
1481
+ background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
1482
+ }
1417
1483
  .object-cover {
1418
1484
  -o-object-fit: cover;
1419
1485
  object-fit: cover;
@@ -1616,6 +1682,18 @@ video {
1616
1682
  .text-black {
1617
1683
  color: hsla(0, 0%, 0%, 1);
1618
1684
  }
1685
+ .text-blue-600 {
1686
+ --tw-text-opacity: 1;
1687
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1688
+ }
1689
+ .text-blue-700 {
1690
+ --tw-text-opacity: 1;
1691
+ color: rgb(29 78 216 / var(--tw-text-opacity, 1));
1692
+ }
1693
+ .text-blue-800 {
1694
+ --tw-text-opacity: 1;
1695
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
1696
+ }
1619
1697
  .text-current {
1620
1698
  color: currentColor;
1621
1699
  }
@@ -1623,6 +1701,10 @@ video {
1623
1701
  --tw-text-opacity: 1;
1624
1702
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1625
1703
  }
1704
+ .text-gray-600 {
1705
+ --tw-text-opacity: 1;
1706
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
1707
+ }
1626
1708
  .text-gray-800 {
1627
1709
  --tw-text-opacity: 1;
1628
1710
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
@@ -1630,9 +1712,21 @@ video {
1630
1712
  .text-green-100 {
1631
1713
  color: hsla(164, 81%, 6%, 1);
1632
1714
  }
1715
+ .text-green-600 {
1716
+ --tw-text-opacity: 1;
1717
+ color: rgb(22 163 74 / var(--tw-text-opacity, 1));
1718
+ }
1719
+ .text-green-700 {
1720
+ --tw-text-opacity: 1;
1721
+ color: rgb(21 128 61 / var(--tw-text-opacity, 1));
1722
+ }
1633
1723
  .text-green-80 {
1634
1724
  color: hsla(164, 76%, 16%, 1);
1635
1725
  }
1726
+ .text-green-800 {
1727
+ --tw-text-opacity: 1;
1728
+ color: rgb(22 101 52 / var(--tw-text-opacity, 1));
1729
+ }
1636
1730
  .text-grey-10 {
1637
1731
  color: hsla(0, 0%, 90%, 1);
1638
1732
  }
@@ -1667,6 +1761,9 @@ video {
1667
1761
  --tw-text-opacity: 1;
1668
1762
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
1669
1763
  }
1764
+ .text-pickle-100 {
1765
+ color: hsla(68, 100%, 48%, 1);
1766
+ }
1670
1767
  .text-pumpkin-100 {
1671
1768
  color: hsla(22, 100%, 49%, 1);
1672
1769
  }
@@ -1687,6 +1784,14 @@ video {
1687
1784
  .text-white {
1688
1785
  color: hsla(0, 0%, 100%, 1);
1689
1786
  }
1787
+ .text-yellow-700 {
1788
+ --tw-text-opacity: 1;
1789
+ color: rgb(161 98 7 / var(--tw-text-opacity, 1));
1790
+ }
1791
+ .text-yellow-800 {
1792
+ --tw-text-opacity: 1;
1793
+ color: rgb(133 77 14 / var(--tw-text-opacity, 1));
1794
+ }
1690
1795
  .underline {
1691
1796
  text-decoration-line: underline;
1692
1797
  }
@@ -1761,6 +1866,12 @@ video {
1761
1866
  .outline-offset-2 {
1762
1867
  outline-offset: 2px;
1763
1868
  }
1869
+ .outline-primary {
1870
+ outline-color: hsl(var(--primary));
1871
+ }
1872
+ .outline-secondary {
1873
+ outline-color: hsl(var(--secondary));
1874
+ }
1764
1875
  .outline-transparent {
1765
1876
  outline-color: transparent;
1766
1877
  }
@@ -1795,6 +1906,11 @@ video {
1795
1906
  .filter {
1796
1907
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1797
1908
  }
1909
+ .backdrop-blur-\[0\.5px\] {
1910
+ --tw-backdrop-blur: blur(0.5px);
1911
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1912
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1913
+ }
1798
1914
  .transition-all {
1799
1915
  transition-property: all;
1800
1916
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2139,6 +2255,9 @@ video {
2139
2255
  .hover\:bg-neutral-900\/90:hover {
2140
2256
  background-color: rgb(23 23 23 / 0.9);
2141
2257
  }
2258
+ .hover\:bg-pickle-100:hover {
2259
+ background-color: hsla(68, 100%, 48%, 1);
2260
+ }
2142
2261
  .hover\:bg-pickle-20:hover {
2143
2262
  background-color: hsla(68, 92%, 90%, 1);
2144
2263
  }
@@ -2166,6 +2285,9 @@ video {
2166
2285
  .hover\:text-purple-100:hover {
2167
2286
  color: hsla(253, 94%, 64%, 1);
2168
2287
  }
2288
+ .hover\:text-white:hover {
2289
+ color: hsla(0, 0%, 100%, 1);
2290
+ }
2169
2291
  .hover\:underline:hover {
2170
2292
  text-decoration-line: underline;
2171
2293
  }
@@ -2246,6 +2368,9 @@ video {
2246
2368
  .active\:bg-green-80:active {
2247
2369
  background-color: hsla(164, 76%, 16%, 1);
2248
2370
  }
2371
+ .active\:bg-green-90:active {
2372
+ background-color: hsla(164, 80%, 10%, 1);
2373
+ }
2249
2374
  .active\:bg-grey-10:active {
2250
2375
  background-color: hsla(0, 0%, 90%, 1);
2251
2376
  }
@@ -2255,15 +2380,27 @@ video {
2255
2380
  .active\:bg-pickle-60:active {
2256
2381
  background-color: hsla(68, 92%, 69%, 1);
2257
2382
  }
2383
+ .active\:bg-pickle-80:active {
2384
+ background-color: hsla(68, 92%, 58%, 1);
2385
+ }
2386
+ .active\:text-black:active {
2387
+ color: hsla(0, 0%, 0%, 1);
2388
+ }
2258
2389
  .active\:text-purple-80:active {
2259
2390
  color: hsla(253, 93%, 71%, 1);
2260
2391
  }
2392
+ .active\:text-white:active {
2393
+ color: hsla(0, 0%, 100%, 1);
2394
+ }
2261
2395
  .disabled\:pointer-events-none:disabled {
2262
2396
  pointer-events: none;
2263
2397
  }
2264
2398
  .disabled\:cursor-not-allowed:disabled {
2265
2399
  cursor: not-allowed;
2266
2400
  }
2401
+ .disabled\:border-grey-40:disabled {
2402
+ border-color: hsla(0, 0%, 60%, 1);
2403
+ }
2267
2404
  .disabled\:bg-green-70:disabled {
2268
2405
  background-color: hsla(164, 77%, 19%, 1);
2269
2406
  }
@@ -2282,6 +2419,12 @@ video {
2282
2419
  .disabled\:opacity-50:disabled {
2283
2420
  opacity: 0.5;
2284
2421
  }
2422
+ .disabled\:hover\:bg-transparent:hover:disabled {
2423
+ background-color: transparent;
2424
+ }
2425
+ .disabled\:hover\:text-grey-40:hover:disabled {
2426
+ color: hsla(0, 0%, 60%, 1);
2427
+ }
2285
2428
  .group:hover .group-hover\:border-grey-20 {
2286
2429
  border-color: hsla(0, 0%, 80%, 1);
2287
2430
  }