@strapi/review-workflows 0.0.0-experimental.580ff744b0b1df648d5a65092d9bc91fd5430329 → 0.0.0-experimental.7431ba9b3883991b77bbf6a70bd9806090706724

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 (35) hide show
  1. package/dist/_chunks/{Layout-iLSzPYRo.js → Layout-dGg4FA1R.js} +4 -4
  2. package/dist/_chunks/Layout-dGg4FA1R.js.map +1 -0
  3. package/dist/_chunks/{Layout-Bg7WXlFQ.mjs → Layout-facLKucY.mjs} +4 -4
  4. package/dist/_chunks/Layout-facLKucY.mjs.map +1 -0
  5. package/dist/_chunks/{_id--RKZ_W2E.js → _id-B6DgrtpA.js} +9 -8
  6. package/dist/_chunks/_id-B6DgrtpA.js.map +1 -0
  7. package/dist/_chunks/{_id-DCeLiAWV.mjs → _id-D4CXKOqG.mjs} +5 -4
  8. package/dist/_chunks/_id-D4CXKOqG.mjs.map +1 -0
  9. package/dist/_chunks/{index-DnOv3j8d.js → index-BuKZWpJw.js} +11 -10
  10. package/dist/_chunks/index-BuKZWpJw.js.map +1 -0
  11. package/dist/_chunks/{index-CH5HEBFl.mjs → index-D7Y0ofdg.mjs} +6 -5
  12. package/dist/_chunks/{index-CH5HEBFl.mjs.map → index-D7Y0ofdg.mjs.map} +1 -1
  13. package/dist/_chunks/{index-BxB0ZtK4.js → index-DX8AGcIP.js} +7 -6
  14. package/dist/_chunks/{index-BxB0ZtK4.js.map → index-DX8AGcIP.js.map} +1 -1
  15. package/dist/_chunks/{index-Bp-5NDiw.mjs → index-QbWLXdZR.mjs} +10 -9
  16. package/dist/_chunks/index-QbWLXdZR.mjs.map +1 -0
  17. package/dist/_chunks/{purchase-review-workflows-CKjq864x.mjs → purchase-review-workflows-B-V0sA2I.mjs} +4 -3
  18. package/dist/_chunks/purchase-review-workflows-B-V0sA2I.mjs.map +1 -0
  19. package/dist/_chunks/{purchase-review-workflows-CWRanF1Z.js → purchase-review-workflows-Ds61D_tk.js} +4 -3
  20. package/dist/_chunks/purchase-review-workflows-Ds61D_tk.js.map +1 -0
  21. package/dist/_chunks/{router-C-hfQYEb.js → router-CL62NScV.js} +3 -3
  22. package/dist/_chunks/{router-C-hfQYEb.js.map → router-CL62NScV.js.map} +1 -1
  23. package/dist/_chunks/{router-CnEHLkRz.mjs → router-ylD0eA48.mjs} +3 -3
  24. package/dist/_chunks/{router-CnEHLkRz.mjs.map → router-ylD0eA48.mjs.map} +1 -1
  25. package/dist/admin/index.js +1 -1
  26. package/dist/admin/index.mjs +1 -1
  27. package/package.json +7 -7
  28. package/dist/_chunks/Layout-Bg7WXlFQ.mjs.map +0 -1
  29. package/dist/_chunks/Layout-iLSzPYRo.js.map +0 -1
  30. package/dist/_chunks/_id--RKZ_W2E.js.map +0 -1
  31. package/dist/_chunks/_id-DCeLiAWV.mjs.map +0 -1
  32. package/dist/_chunks/index-Bp-5NDiw.mjs.map +0 -1
  33. package/dist/_chunks/index-DnOv3j8d.js.map +0 -1
  34. package/dist/_chunks/purchase-review-workflows-CKjq864x.mjs.map +0 -1
  35. package/dist/_chunks/purchase-review-workflows-CWRanF1Z.js.map +0 -1
@@ -10,6 +10,7 @@ const reactRedux = require("react-redux");
10
10
  const react = require("@reduxjs/toolkit/query/react");
11
11
  const axios = require("axios");
12
12
  const ee = require("@strapi/admin/strapi-admin/ee");
13
+ const v2 = require("@strapi/design-system/v2");
13
14
  const icons = require("@strapi/icons");
14
15
  const styled = require("styled-components");
15
16
  const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
@@ -327,11 +328,11 @@ const Body = ({ children }) => {
327
328
  const CallToActions = () => {
328
329
  const { formatMessage } = reactIntl.useIntl();
329
330
  return /* @__PURE__ */ jsxRuntime.jsxs(designSystem.Flex, { gap: 2, paddingTop: 4, children: [
330
- /* @__PURE__ */ jsxRuntime.jsx(designSystem.LinkButton, { variant: "default", isExternal: true, href: CTA_LEARN_MORE_HREF, children: formatMessage({
331
+ /* @__PURE__ */ jsxRuntime.jsx(v2.LinkButton, { variant: "default", isExternal: true, href: CTA_LEARN_MORE_HREF, children: formatMessage({
331
332
  id: "Settings.review-workflows.limit.cta.learn",
332
333
  defaultMessage: "Learn more"
333
334
  }) }),
334
- /* @__PURE__ */ jsxRuntime.jsx(designSystem.LinkButton, { variant: "tertiary", isExternal: true, href: CTA_SALES_HREF, children: formatMessage({
335
+ /* @__PURE__ */ jsxRuntime.jsx(v2.LinkButton, { variant: "tertiary", isExternal: true, href: CTA_SALES_HREF, children: formatMessage({
335
336
  id: "Settings.review-workflows.limit.cta.sales",
336
337
  defaultMessage: "Contact Sales"
337
338
  }) })
@@ -714,7 +715,7 @@ const {
714
715
  const StageColumn = (props) => {
715
716
  const { color = STAGE_COLOR_DEFAULT, name } = props.strapi_stage ?? {};
716
717
  const { themeColorName } = getStageColorByHex(color) ?? {};
717
- return /* @__PURE__ */ jsxRuntime.jsxs(designSystem.Flex, { alignItems: "center", gap: 2, maxWidth: "30rem", children: [
718
+ return /* @__PURE__ */ jsxRuntime.jsxs(designSystem.Flex, { alignItems: "center", gap: 2, maxWidth: `${300 / 16}rem`, children: [
718
719
  /* @__PURE__ */ jsxRuntime.jsx(
719
720
  designSystem.Box,
720
721
  {
@@ -813,7 +814,7 @@ const admin = {
813
814
  },
814
815
  permissions: [],
815
816
  async Component() {
816
- const { Router } = await Promise.resolve().then(() => require("./router-C-hfQYEb.js"));
817
+ const { Router } = await Promise.resolve().then(() => require("./router-CL62NScV.js"));
817
818
  return { default: Router };
818
819
  }
819
820
  });
@@ -827,7 +828,7 @@ const admin = {
827
828
  },
828
829
  permissions: [],
829
830
  async Component() {
830
- const { PurchaseReviewWorkflows } = await Promise.resolve().then(() => require("./purchase-review-workflows-CWRanF1Z.js"));
831
+ const { PurchaseReviewWorkflows } = await Promise.resolve().then(() => require("./purchase-review-workflows-Ds61D_tk.js"));
831
832
  return { default: PurchaseReviewWorkflows };
832
833
  },
833
834
  lockIcon: true
@@ -867,4 +868,4 @@ exports.useGetContentTypesQuery = useGetContentTypesQuery;
867
868
  exports.useGetWorkflowsQuery = useGetWorkflowsQuery;
868
869
  exports.useTypedSelector = useTypedSelector;
869
870
  exports.useUpdateWorkflowMutation = useUpdateWorkflowMutation;
870
- //# sourceMappingURL=index-BxB0ZtK4.js.map
871
+ //# sourceMappingURL=index-DX8AGcIP.js.map