@next-degree/pickle-shared-js 0.12.6 → 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 (349) 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 +139 -160
  254. package/dist/components/ui/Select.cjs.map +1 -1
  255. package/dist/components/ui/Select.d.cts +10 -2
  256. package/dist/components/ui/Select.d.ts +10 -2
  257. package/dist/components/ui/Select.js +133 -154
  258. package/dist/components/ui/Select.js.map +1 -1
  259. package/dist/components/ui/StepTabs.cjs +24 -27
  260. package/dist/components/ui/StepTabs.cjs.map +1 -1
  261. package/dist/components/ui/StepTabs.d.cts +3 -3
  262. package/dist/components/ui/StepTabs.d.ts +3 -3
  263. package/dist/components/ui/StepTabs.js +24 -27
  264. package/dist/components/ui/StepTabs.js.map +1 -1
  265. package/dist/components/ui/Switch.cjs +13 -21
  266. package/dist/components/ui/Switch.cjs.map +1 -1
  267. package/dist/components/ui/Switch.js +13 -21
  268. package/dist/components/ui/Switch.js.map +1 -1
  269. package/dist/components/ui/buttonShadcn.cjs +1 -2
  270. package/dist/components/ui/buttonShadcn.cjs.map +1 -1
  271. package/dist/components/ui/buttonShadcn.js +1 -2
  272. package/dist/components/ui/buttonShadcn.js.map +1 -1
  273. package/dist/components/ui/calendar.cjs +5 -6
  274. package/dist/components/ui/calendar.cjs.map +1 -1
  275. package/dist/components/ui/calendar.d.cts +1 -2
  276. package/dist/components/ui/calendar.d.ts +1 -2
  277. package/dist/components/ui/calendar.js +5 -6
  278. package/dist/components/ui/calendar.js.map +1 -1
  279. package/dist/contexts/WindowHistoryProvider.cjs +1 -2
  280. package/dist/contexts/WindowHistoryProvider.cjs.map +1 -1
  281. package/dist/contexts/WindowHistoryProvider.d.cts +1 -2
  282. package/dist/contexts/WindowHistoryProvider.d.ts +1 -2
  283. package/dist/contexts/WindowHistoryProvider.js +1 -2
  284. package/dist/contexts/WindowHistoryProvider.js.map +1 -1
  285. package/dist/{displayText-DahwdHdi.d.ts → displayText-DIxMXVLl.d.ts} +2 -2
  286. package/dist/{displayText-DW0qiJqh.d.cts → displayText-DRyxjHTZ.d.cts} +2 -2
  287. package/dist/hooks/useDisplayText.d.cts +3 -3
  288. package/dist/hooks/useDisplayText.d.ts +3 -3
  289. package/dist/hooks/useWindowHistory.cjs +0 -1
  290. package/dist/hooks/useWindowHistory.cjs.map +1 -1
  291. package/dist/hooks/useWindowHistory.d.cts +0 -1
  292. package/dist/hooks/useWindowHistory.d.ts +0 -1
  293. package/dist/hooks/useWindowHistory.js +0 -1
  294. package/dist/hooks/useWindowHistory.js.map +1 -1
  295. package/dist/index.cjs +1344 -1099
  296. package/dist/index.cjs.map +1 -1
  297. package/dist/index.d.cts +9 -8
  298. package/dist/index.d.ts +9 -8
  299. package/dist/index.js +1294 -1049
  300. package/dist/index.js.map +1 -1
  301. package/dist/{job_posting_service_latest-C_TEBzCf.d.cts → job_posting_service_latest-7q4A7RpW.d.cts} +1171 -1171
  302. package/dist/{job_posting_service_latest-C_TEBzCf.d.ts → job_posting_service_latest-7q4A7RpW.d.ts} +1171 -1171
  303. package/dist/{job_posting_service_latest-DdgK8Nnz.d.cts → job_posting_service_latest-BrZndMS6.d.cts} +1171 -1171
  304. package/dist/{job_posting_service_latest-DdgK8Nnz.d.ts → job_posting_service_latest-BrZndMS6.d.ts} +1171 -1171
  305. package/dist/{job_posting_service_sanity-BNq-Am9N.d.cts → job_posting_service_sanity-B5NZ-7tI.d.cts} +2126 -2126
  306. package/dist/{job_posting_service_sanity-BKo9TBDT.d.ts → job_posting_service_sanity-LlRkfIpt.d.ts} +2126 -2126
  307. package/dist/lib/locations.d.cts +3 -3
  308. package/dist/lib/locations.d.ts +3 -3
  309. package/dist/lib/mappings.d.cts +3 -3
  310. package/dist/lib/mappings.d.ts +3 -3
  311. package/dist/lib/salaryRange.d.cts +1 -1
  312. package/dist/lib/salaryRange.d.ts +1 -1
  313. package/dist/services/displayText.d.cts +3 -3
  314. package/dist/services/displayText.d.ts +3 -3
  315. package/dist/styles/globals.css +173 -6
  316. package/dist/styles/globals.css.map +1 -1
  317. package/dist/types/data/company_service_latest.d.cts +1 -1
  318. package/dist/types/data/company_service_latest.d.ts +1 -1
  319. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  320. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  321. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  322. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  323. package/dist/types/index.d.cts +6 -6
  324. package/dist/types/index.d.ts +6 -6
  325. package/dist/types/latest/company_service_latest.d.cts +1 -1
  326. package/dist/types/latest/company_service_latest.d.ts +1 -1
  327. package/dist/types/latest/custom/company_service_sanity.d.cts +3 -3
  328. package/dist/types/latest/custom/company_service_sanity.d.ts +3 -3
  329. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
  330. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
  331. package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
  332. package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
  333. package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
  334. package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
  335. package/package.json +4 -3
  336. package/dist/components/ui/MapComponent.cjs +0 -61
  337. package/dist/components/ui/MapComponent.cjs.map +0 -1
  338. package/dist/components/ui/MapComponent.d.cts +0 -15
  339. package/dist/components/ui/MapComponent.d.ts +0 -15
  340. package/dist/components/ui/MapComponent.js +0 -41
  341. package/dist/components/ui/MapComponent.js.map +0 -1
  342. package/dist/{company_service_latest-CITz7F53.d.cts → company_service_latest-BwbaqchJ.d.cts} +1220 -1220
  343. package/dist/{company_service_latest-CITz7F53.d.ts → company_service_latest-BwbaqchJ.d.ts} +1220 -1220
  344. package/dist/{company_service_latest-C7Moeufo.d.cts → company_service_latest-FHqG4LjA.d.cts} +1220 -1220
  345. package/dist/{company_service_latest-C7Moeufo.d.ts → company_service_latest-FHqG4LjA.d.ts} +1220 -1220
  346. package/dist/{shared_pickle_output_latest-CXBCG04N.d.cts → shared_pickle_output_latest-CKHNY1lx.d.cts} +42 -42
  347. package/dist/{shared_pickle_output_latest-CXBCG04N.d.ts → shared_pickle_output_latest-CKHNY1lx.d.ts} +42 -42
  348. package/dist/{shared_pickle_output_latest-CtvHTPeX.d.cts → shared_pickle_output_latest-DIPgxUul.d.cts} +42 -42
  349. 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
  }
@@ -843,6 +846,9 @@ video {
843
846
  .right-4 {
844
847
  right: 1rem;
845
848
  }
849
+ .right-auto {
850
+ right: auto;
851
+ }
846
852
  .top-2 {
847
853
  top: 0.5rem;
848
854
  }
@@ -888,6 +894,9 @@ video {
888
894
  .mb-2 {
889
895
  margin-bottom: 0.5rem;
890
896
  }
897
+ .ml-3 {
898
+ margin-left: 0.75rem;
899
+ }
891
900
  .ml-auto {
892
901
  margin-left: auto;
893
902
  }
@@ -945,6 +954,9 @@ video {
945
954
  .h-16 {
946
955
  height: 4rem;
947
956
  }
957
+ .h-2 {
958
+ height: 0.5rem;
959
+ }
948
960
  .h-3 {
949
961
  height: 0.75rem;
950
962
  }
@@ -972,12 +984,12 @@ video {
972
984
  .h-\[21px\] {
973
985
  height: 21px;
974
986
  }
987
+ .h-\[24rem\] {
988
+ height: 24rem;
989
+ }
975
990
  .h-\[25px\] {
976
991
  height: 25px;
977
992
  }
978
- .h-\[36rem\] {
979
- height: 36rem;
980
- }
981
993
  .h-\[45px\] {
982
994
  height: 45px;
983
995
  }
@@ -1017,6 +1029,12 @@ video {
1017
1029
  .w-16 {
1018
1030
  width: 4rem;
1019
1031
  }
1032
+ .w-2 {
1033
+ width: 0.5rem;
1034
+ }
1035
+ .w-3 {
1036
+ width: 0.75rem;
1037
+ }
1020
1038
  .w-4 {
1021
1039
  width: 1rem;
1022
1040
  }
@@ -1047,12 +1065,12 @@ video {
1047
1065
  .w-\[21px\] {
1048
1066
  width: 21px;
1049
1067
  }
1050
- .w-\[36rem\] {
1051
- width: 36rem;
1052
- }
1053
1068
  .w-\[42px\] {
1054
1069
  width: 42px;
1055
1070
  }
1071
+ .w-\[500px\] {
1072
+ width: 500px;
1073
+ }
1056
1074
  .w-\[var\(--radix-select-trigger-width\)\] {
1057
1075
  width: var(--radix-select-trigger-width);
1058
1076
  }
@@ -1069,6 +1087,12 @@ video {
1069
1087
  .w-px {
1070
1088
  width: 1px;
1071
1089
  }
1090
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
1091
+ min-width: var(--radix-select-trigger-width);
1092
+ }
1093
+ .min-w-full {
1094
+ min-width: 100%;
1095
+ }
1072
1096
  .max-w-48 {
1073
1097
  max-width: 12rem;
1074
1098
  }
@@ -1142,6 +1166,9 @@ video {
1142
1166
  .cursor-default {
1143
1167
  cursor: default;
1144
1168
  }
1169
+ .cursor-not-allowed {
1170
+ cursor: not-allowed;
1171
+ }
1145
1172
  .cursor-pointer {
1146
1173
  cursor: pointer;
1147
1174
  }
@@ -1153,9 +1180,15 @@ video {
1153
1180
  .resize {
1154
1181
  resize: both;
1155
1182
  }
1183
+ .list-inside {
1184
+ list-style-position: inside;
1185
+ }
1156
1186
  .list-decimal {
1157
1187
  list-style-type: decimal;
1158
1188
  }
1189
+ .list-disc {
1190
+ list-style-type: disc;
1191
+ }
1159
1192
  .appearance-none {
1160
1193
  -webkit-appearance: none;
1161
1194
  -moz-appearance: none;
@@ -1182,6 +1215,9 @@ video {
1182
1215
  .items-center {
1183
1216
  align-items: center;
1184
1217
  }
1218
+ .items-baseline {
1219
+ align-items: baseline;
1220
+ }
1185
1221
  .justify-start {
1186
1222
  justify-content: flex-start;
1187
1223
  }
@@ -1266,6 +1302,9 @@ video {
1266
1302
  .text-nowrap {
1267
1303
  text-wrap: nowrap;
1268
1304
  }
1305
+ .rounded {
1306
+ border-radius: 0.25rem;
1307
+ }
1269
1308
  .rounded-2xl {
1270
1309
  border-radius: 1rem;
1271
1310
  }
@@ -1298,6 +1337,9 @@ video {
1298
1337
  .border {
1299
1338
  border-width: 1px;
1300
1339
  }
1340
+ .border-2 {
1341
+ border-width: 2px;
1342
+ }
1301
1343
  .border-y {
1302
1344
  border-top-width: 1px;
1303
1345
  border-bottom-width: 1px;
@@ -1314,6 +1356,10 @@ video {
1314
1356
  .border-none {
1315
1357
  border-style: none;
1316
1358
  }
1359
+ .border-gray-300 {
1360
+ --tw-border-opacity: 1;
1361
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1362
+ }
1317
1363
  .border-green-80 {
1318
1364
  border-color: hsla(164, 76%, 16%, 1);
1319
1365
  }
@@ -1333,6 +1379,9 @@ video {
1333
1379
  --tw-border-opacity: 1;
1334
1380
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
1335
1381
  }
1382
+ .border-pickle-100 {
1383
+ border-color: hsla(68, 100%, 48%, 1);
1384
+ }
1336
1385
  .border-pumpkin-20 {
1337
1386
  border-color: hsla(22, 96%, 90%, 1);
1338
1387
  }
@@ -1343,6 +1392,13 @@ video {
1343
1392
  --tw-border-opacity: 1;
1344
1393
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1345
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
+ }
1346
1402
  .bg-black {
1347
1403
  background-color: hsla(0, 0%, 0%, 1);
1348
1404
  }
@@ -1352,9 +1408,17 @@ video {
1352
1408
  .bg-blue-100 {
1353
1409
  background-color: hsla(210, 77%, 81%, 1);
1354
1410
  }
1411
+ .bg-blue-50 {
1412
+ --tw-bg-opacity: 1;
1413
+ background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
1414
+ }
1355
1415
  .bg-green-10 {
1356
1416
  background-color: hsla(140, 82%, 96%, 1);
1357
1417
  }
1418
+ .bg-green-50 {
1419
+ --tw-bg-opacity: 1;
1420
+ background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
1421
+ }
1358
1422
  .bg-green-80 {
1359
1423
  background-color: hsla(164, 76%, 16%, 1);
1360
1424
  }
@@ -1405,6 +1469,17 @@ video {
1405
1469
  .bg-white {
1406
1470
  background-color: hsla(0, 0%, 100%, 1);
1407
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
+ }
1408
1483
  .object-cover {
1409
1484
  -o-object-fit: cover;
1410
1485
  object-fit: cover;
@@ -1492,6 +1567,9 @@ video {
1492
1567
  .pb-4 {
1493
1568
  padding-bottom: 1rem;
1494
1569
  }
1570
+ .pl-10 {
1571
+ padding-left: 2.5rem;
1572
+ }
1495
1573
  .pl-3 {
1496
1574
  padding-left: 0.75rem;
1497
1575
  }
@@ -1604,6 +1682,18 @@ video {
1604
1682
  .text-black {
1605
1683
  color: hsla(0, 0%, 0%, 1);
1606
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
+ }
1607
1697
  .text-current {
1608
1698
  color: currentColor;
1609
1699
  }
@@ -1611,6 +1701,10 @@ video {
1611
1701
  --tw-text-opacity: 1;
1612
1702
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1613
1703
  }
1704
+ .text-gray-600 {
1705
+ --tw-text-opacity: 1;
1706
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
1707
+ }
1614
1708
  .text-gray-800 {
1615
1709
  --tw-text-opacity: 1;
1616
1710
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
@@ -1618,9 +1712,21 @@ video {
1618
1712
  .text-green-100 {
1619
1713
  color: hsla(164, 81%, 6%, 1);
1620
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
+ }
1621
1723
  .text-green-80 {
1622
1724
  color: hsla(164, 76%, 16%, 1);
1623
1725
  }
1726
+ .text-green-800 {
1727
+ --tw-text-opacity: 1;
1728
+ color: rgb(22 101 52 / var(--tw-text-opacity, 1));
1729
+ }
1624
1730
  .text-grey-10 {
1625
1731
  color: hsla(0, 0%, 90%, 1);
1626
1732
  }
@@ -1630,6 +1736,9 @@ video {
1630
1736
  .text-grey-40 {
1631
1737
  color: hsla(0, 0%, 60%, 1);
1632
1738
  }
1739
+ .text-grey-70 {
1740
+ color: hsla(0, 0%, 30%, 1);
1741
+ }
1633
1742
  .text-grey-80 {
1634
1743
  color: hsla(0, 0%, 20%, 1);
1635
1744
  }
@@ -1652,6 +1761,9 @@ video {
1652
1761
  --tw-text-opacity: 1;
1653
1762
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
1654
1763
  }
1764
+ .text-pickle-100 {
1765
+ color: hsla(68, 100%, 48%, 1);
1766
+ }
1655
1767
  .text-pumpkin-100 {
1656
1768
  color: hsla(22, 100%, 49%, 1);
1657
1769
  }
@@ -1672,6 +1784,14 @@ video {
1672
1784
  .text-white {
1673
1785
  color: hsla(0, 0%, 100%, 1);
1674
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
+ }
1675
1795
  .underline {
1676
1796
  text-decoration-line: underline;
1677
1797
  }
@@ -1746,6 +1866,12 @@ video {
1746
1866
  .outline-offset-2 {
1747
1867
  outline-offset: 2px;
1748
1868
  }
1869
+ .outline-primary {
1870
+ outline-color: hsl(var(--primary));
1871
+ }
1872
+ .outline-secondary {
1873
+ outline-color: hsl(var(--secondary));
1874
+ }
1749
1875
  .outline-transparent {
1750
1876
  outline-color: transparent;
1751
1877
  }
@@ -1780,6 +1906,11 @@ video {
1780
1906
  .filter {
1781
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);
1782
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
+ }
1783
1914
  .transition-all {
1784
1915
  transition-property: all;
1785
1916
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2124,6 +2255,9 @@ video {
2124
2255
  .hover\:bg-neutral-900\/90:hover {
2125
2256
  background-color: rgb(23 23 23 / 0.9);
2126
2257
  }
2258
+ .hover\:bg-pickle-100:hover {
2259
+ background-color: hsla(68, 100%, 48%, 1);
2260
+ }
2127
2261
  .hover\:bg-pickle-20:hover {
2128
2262
  background-color: hsla(68, 92%, 90%, 1);
2129
2263
  }
@@ -2151,6 +2285,9 @@ video {
2151
2285
  .hover\:text-purple-100:hover {
2152
2286
  color: hsla(253, 94%, 64%, 1);
2153
2287
  }
2288
+ .hover\:text-white:hover {
2289
+ color: hsla(0, 0%, 100%, 1);
2290
+ }
2154
2291
  .hover\:underline:hover {
2155
2292
  text-decoration-line: underline;
2156
2293
  }
@@ -2231,6 +2368,9 @@ video {
2231
2368
  .active\:bg-green-80:active {
2232
2369
  background-color: hsla(164, 76%, 16%, 1);
2233
2370
  }
2371
+ .active\:bg-green-90:active {
2372
+ background-color: hsla(164, 80%, 10%, 1);
2373
+ }
2234
2374
  .active\:bg-grey-10:active {
2235
2375
  background-color: hsla(0, 0%, 90%, 1);
2236
2376
  }
@@ -2240,15 +2380,27 @@ video {
2240
2380
  .active\:bg-pickle-60:active {
2241
2381
  background-color: hsla(68, 92%, 69%, 1);
2242
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
+ }
2243
2389
  .active\:text-purple-80:active {
2244
2390
  color: hsla(253, 93%, 71%, 1);
2245
2391
  }
2392
+ .active\:text-white:active {
2393
+ color: hsla(0, 0%, 100%, 1);
2394
+ }
2246
2395
  .disabled\:pointer-events-none:disabled {
2247
2396
  pointer-events: none;
2248
2397
  }
2249
2398
  .disabled\:cursor-not-allowed:disabled {
2250
2399
  cursor: not-allowed;
2251
2400
  }
2401
+ .disabled\:border-grey-40:disabled {
2402
+ border-color: hsla(0, 0%, 60%, 1);
2403
+ }
2252
2404
  .disabled\:bg-green-70:disabled {
2253
2405
  background-color: hsla(164, 77%, 19%, 1);
2254
2406
  }
@@ -2267,6 +2419,12 @@ video {
2267
2419
  .disabled\:opacity-50:disabled {
2268
2420
  opacity: 0.5;
2269
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
+ }
2270
2428
  .group:hover .group-hover\:border-grey-20 {
2271
2429
  border-color: hsla(0, 0%, 80%, 1);
2272
2430
  }
@@ -2336,6 +2494,9 @@ video {
2336
2494
  --tw-bg-opacity: 1;
2337
2495
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
2338
2496
  }
2497
+ .data-\[state\=checked\]\:bg-white[data-state=checked] {
2498
+ background-color: hsla(0, 0%, 100%, 1);
2499
+ }
2339
2500
  .data-\[state\=indeterminate\]\:bg-green-80[data-state=indeterminate] {
2340
2501
  background-color: hsla(164, 76%, 16%, 1);
2341
2502
  }
@@ -2346,6 +2507,9 @@ video {
2346
2507
  --tw-bg-opacity: 1;
2347
2508
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
2348
2509
  }
2510
+ .data-\[state\=checked\]\:pr-0[data-state=checked] {
2511
+ padding-right: 0px;
2512
+ }
2349
2513
  .data-\[state\=checked\]\:pr-10[data-state=checked] {
2350
2514
  padding-right: 2.5rem;
2351
2515
  }
@@ -2365,6 +2529,9 @@ video {
2365
2529
  .data-\[state\=active\]\:text-purple-100[data-state=active] {
2366
2530
  color: hsla(253, 94%, 64%, 1);
2367
2531
  }
2532
+ .data-\[state\=checked\]\:text-black[data-state=checked] {
2533
+ color: hsla(0, 0%, 0%, 1);
2534
+ }
2368
2535
  .data-\[state\=checked\]\:text-foreground[data-state=checked] {
2369
2536
  color: hsl(var(--foreground));
2370
2537
  }