frappe-ui 0.0.85 → 0.0.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frappe-ui",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -139,7 +139,9 @@ export default {
139
139
  }),
140
140
  Image,
141
141
  Video,
142
- Link,
142
+ Link.configure({
143
+ openOnClick: false,
144
+ }),
143
145
  Placeholder.configure({
144
146
  showOnlyWhenEditable: false,
145
147
  placeholder: () => {