@camunda/play 3.3.0 → 3.3.1

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 (2) hide show
  1. package/build/index.js +6 -6
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -152819,7 +152819,7 @@ const xi = new WUt(), j7e = G.p`
152819
152819
  /* @__PURE__ */ E.jsx(
152820
152820
  Za,
152821
152821
  {
152822
- href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/",
152822
+ href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/#scenario-coverage",
152823
152823
  target: "_blank",
152824
152824
  children: "Learn more"
152825
152825
  }
@@ -152863,11 +152863,11 @@ const xi = new WUt(), j7e = G.p`
152863
152863
  actionButtonLabel: "Learn more",
152864
152864
  onActionButtonClick: () => {
152865
152865
  window.open(
152866
- "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/",
152866
+ "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/#scenarios-limitations",
152867
152867
  "_blank"
152868
152868
  );
152869
152869
  },
152870
- subtitle: "Scenarios will be saved to your browser's local storage and cannot be run locally or in a pipeline (yet!)."
152870
+ subtitle: "Scenarios will be saved to your browser's local storage and cannot be run locally or in a pipeline."
152871
152871
  }
152872
152872
  )
152873
152873
  ] })
@@ -153073,7 +153073,7 @@ const xi = new WUt(), j7e = G.p`
153073
153073
  /* @__PURE__ */ E.jsx(
153074
153074
  eBe,
153075
153075
  {
153076
- href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/",
153076
+ href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/#scenario-coverage",
153077
153077
  target: "_blank",
153078
153078
  children: "Learn more"
153079
153079
  }
@@ -154417,7 +154417,7 @@ const rD = G(hi)`
154417
154417
  /* @__PURE__ */ E.jsx(
154418
154418
  eBe,
154419
154419
  {
154420
- href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/",
154420
+ href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/#scenario-coverage",
154421
154421
  target: "_blank",
154422
154422
  children: "Learn more"
154423
154423
  }
@@ -154500,7 +154500,7 @@ const sGt = G(Mn)`
154500
154500
  /* @__PURE__ */ E.jsx(
154501
154501
  Za,
154502
154502
  {
154503
- href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/",
154503
+ href: "https://docs.camunda.io/docs/components/modeler/web-modeler/play-your-process/#scenarios",
154504
154504
  target: "_blank",
154505
154505
  children: "Learn more"
154506
154506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",