@fileverse-dev/fortune-react 1.1.67-ux-fixes-1 → 1.1.67

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.
@@ -633,10 +633,7 @@ var Toolbar = function Toolbar(_a) {
633
633
  pick_1(color);
634
634
  setOpen(false);
635
635
  },
636
- onColorPick: function onColorPick(color) {
637
- pick_1(color);
638
- setOpen(false);
639
- }
636
+ onColorPick: pick_1
640
637
  });
641
638
  }));
642
639
  }
@@ -642,10 +642,7 @@ var Toolbar = function Toolbar(_a) {
642
642
  pick_1(color);
643
643
  setOpen(false);
644
644
  },
645
- onColorPick: function onColorPick(color) {
646
- pick_1(color);
647
- setOpen(false);
648
- }
645
+ onColorPick: pick_1
649
646
  });
650
647
  }));
651
648
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.1.67-ux-fixes-1",
3
+ "version": "1.1.67",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.1.67-ux-fixes-1",
19
+ "@fileverse-dev/fortune-core": "1.1.67",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",