@20minutes/tyr 1.22.0 → 1.22.2
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.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/js/main.min.js +6 -6
- package/dist/js/main.min.js.map +1 -1
- package/dist/src/assets/main/elections.d.ts +2 -0
- package/dist/src/components/molecules/ActualPromoBanner/ActualPromoBanner.d.ts +1 -1
- package/dist/src/types/graphql.d.ts +26 -22
- package/package.json +5 -5
package/dist/index.es.js
CHANGED
|
@@ -7474,7 +7474,7 @@ const NU = ({
|
|
|
7474
7474
|
__html: `window.envVariables=${JSON.stringify(a)};`
|
|
7475
7475
|
}
|
|
7476
7476
|
}
|
|
7477
|
-
), (e == null ? void 0 : e.adblockScript) && /* @__PURE__ */ p.createElement("script", { src: e.adblockScript })), AU = ({ job: e, url: r }) => /* @__PURE__ */ p.createElement(
|
|
7477
|
+
), (e == null ? void 0 : e.adblockScript) && /* @__PURE__ */ p.createElement("script", { src: e.adblockScript })), AU = ({ job: e, url: r }) => r ? /* @__PURE__ */ p.createElement(
|
|
7478
7478
|
ze,
|
|
7479
7479
|
{
|
|
7480
7480
|
alignItems: "center",
|
|
@@ -7515,7 +7515,7 @@ const NU = ({
|
|
|
7515
7515
|
"Postulez chez Actual"
|
|
7516
7516
|
), /* @__PURE__ */ p.createElement(Je, { as: "span", color: "black" }, "Inscrivez-vous et postulez chez Actual !")),
|
|
7517
7517
|
/* @__PURE__ */ p.createElement(Bn, { variant: "primary", href: r, target: "_blank" }, "Postuler")
|
|
7518
|
-
);
|
|
7518
|
+
) : null;
|
|
7519
7519
|
var ft = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
7520
7520
|
function LA(e) {
|
|
7521
7521
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|