@abcagency/hc-ui-components 1.0.16 → 1.0.17
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.
package/dist/index.js
CHANGED
|
@@ -3492,7 +3492,7 @@ var ListingDetails = function ListingDetails(_ref) {
|
|
|
3492
3492
|
applyUrl: item === null || item === void 0 ? void 0 : item.applyUrl,
|
|
3493
3493
|
itemId: item.id,
|
|
3494
3494
|
detailsUrl: item.useClientJobUrl ? item === null || item === void 0 ? void 0 : item.detailsUrl : "".concat(siteConfig.jobsDomain).concat(item.id),
|
|
3495
|
-
className: "\n\t\t\t\t\t\tlg:hc-
|
|
3495
|
+
className: "\n\t\t\t\t\t\tlg:hc-w-auto hc-order-first lg:hc-order-last md:hc-self-center hc-py-2 lg:hc-p-0 lg:hc-mb-0 hc-border-b lg:hc-border-none hc-border-uiAccent/20\n\t\t\t\t\t\t".concat(matchingRecruiter ? "lg:hc-flex-col lg:hc-w-auto" : "lg:hc-flex-row", "\n\t\t\t\t\t")
|
|
3496
3496
|
})), /*#__PURE__*/React.createElement("div", {
|
|
3497
3497
|
className: "hc-w-full"
|
|
3498
3498
|
}, /*#__PURE__*/React.createElement(CommutePill, {
|
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@ const ListingDetails = ({ item, recruiters }) => {
|
|
|
74
74
|
itemId={item.id}
|
|
75
75
|
detailsUrl={item.useClientJobUrl ? item?.detailsUrl : `${siteConfig.jobsDomain}${item.id}`}
|
|
76
76
|
className={`
|
|
77
|
-
lg:hc-
|
|
77
|
+
lg:hc-w-auto hc-order-first lg:hc-order-last md:hc-self-center hc-py-2 lg:hc-p-0 lg:hc-mb-0 hc-border-b lg:hc-border-none hc-border-uiAccent/20
|
|
78
78
|
${matchingRecruiter ? "lg:hc-flex-col lg:hc-w-auto" : "lg:hc-flex-row"}
|
|
79
79
|
`}
|
|
80
80
|
/>
|