@usertour/helpers 0.0.64 → 0.0.65

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.
@@ -587,6 +587,20 @@ describe("convert-settings", () => {
587
587
  color: "#ffffff",
588
588
  opacity: 50
589
589
  }
590
+ },
591
+ bubble: {
592
+ width: 300,
593
+ placement: {
594
+ position: "leftBottom",
595
+ positionOffsetX: 20,
596
+ positionOffsetY: 20
597
+ }
598
+ },
599
+ avatar: {
600
+ type: "cartoon",
601
+ size: 60,
602
+ url: "",
603
+ name: ""
590
604
  }
591
605
  };
592
606
  describe("mergeThemeDefaultSettings", () => {
@@ -211,6 +211,20 @@ describe("convert-settings", () => {
211
211
  color: "#ffffff",
212
212
  opacity: 50
213
213
  }
214
+ },
215
+ bubble: {
216
+ width: 300,
217
+ placement: {
218
+ position: "leftBottom",
219
+ positionOffsetX: 20,
220
+ positionOffsetY: 20
221
+ }
222
+ },
223
+ avatar: {
224
+ type: "cartoon",
225
+ size: 60,
226
+ url: "",
227
+ name: ""
214
228
  }
215
229
  };
216
230
  describe("mergeThemeDefaultSettings", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usertour/helpers",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "type": "module",
5
5
  "description": "Utility functions and helpers shared across the UserTour project",
6
6
  "homepage": "https://www.usertour.io",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@paralleldrive/cuid2": "^2.2.2",
32
- "@usertour/types": "^0.0.48",
32
+ "@usertour/types": "^0.0.50",
33
33
  "chroma-js": "^3.1.2",
34
34
  "class-variance-authority": "^0.4.0",
35
35
  "date-fns": "^2.30.0",