@prismicio/editor-fields 0.4.49-alpha.feat-onboarding-guide.11 → 0.4.49-alpha.feat-onboarding-guide.12

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 CHANGED
@@ -30711,7 +30711,7 @@ function pFe(e) {
30711
30711
  }
30712
30712
  function p(h) {
30713
30713
  c(h), s(!0), o.track({
30714
- event: "onboarding:step-opened",
30714
+ event: "shared-onboarding:step-opened",
30715
30715
  stepId: h.id,
30716
30716
  stepTitle: h.title,
30717
30717
  source: o.source
@@ -30944,12 +30944,12 @@ function v3e(e) {
30944
30944
  async function m(v) {
30945
30945
  const I = await r(v.id);
30946
30946
  I.includes(v.id) && n.track({
30947
- event: "onboarding:step-completed",
30947
+ event: "shared-onboarding:step-completed",
30948
30948
  stepId: v.id,
30949
30949
  stepTitle: v.title,
30950
30950
  source: n.source
30951
30951
  }), C(I).length === o.length && (n.track({
30952
- event: "onboarding:completed",
30952
+ event: "shared-onboarding:completed",
30953
30953
  source: n.source
30954
30954
  }), d(), S());
30955
30955
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@floating-ui/react-dom-interactions": "0.9.3",
4
- "@prismicio/editor-support": "0.4.48",
4
+ "@prismicio/editor-support": "0.4.49-alpha.feat-onboarding-guide.1",
5
5
  "@prismicio/richtext": "2.1.1",
6
6
  "@prismicio/types-internal": "2.8.0",
7
7
  "@tanstack/react-query": "5.55.4",
@@ -33,7 +33,7 @@
33
33
  "zod": "3.21.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@prismicio/editor-ui": "^0.4.49-alpha.feat-onboarding-guide.2",
36
+ "@prismicio/editor-ui": "^0.4.49-alpha.feat-onboarding-guide.3",
37
37
  "@testing-library/react": "15.0.7",
38
38
  "@types/react": "18.0.18",
39
39
  "@types/react-dom": "18.3.0",
@@ -68,7 +68,7 @@
68
68
  "module": "./dist/index.es.js",
69
69
  "name": "@prismicio/editor-fields",
70
70
  "peerDependencies": {
71
- "@prismicio/editor-ui": "^0.4.49-alpha.feat-onboarding-guide.2",
71
+ "@prismicio/editor-ui": "^0.4.49-alpha.feat-onboarding-guide.3",
72
72
  "react": "18",
73
73
  "react-dom": "18"
74
74
  },
@@ -85,5 +85,5 @@
85
85
  "sideEffects": false,
86
86
  "stableVersion": "0.0.0",
87
87
  "types": "./dist/index.d.ts",
88
- "version": "0.4.49-alpha.feat-onboarding-guide.11"
88
+ "version": "0.4.49-alpha.feat-onboarding-guide.12"
89
89
  }