@flexiui/svelte-rich-text 0.0.45 → 0.0.46

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.
@@ -513,6 +513,7 @@
513
513
  border: none;
514
514
  outline: 1px solid #6e6e6e;
515
515
  z-index: 5;
516
+ cursor: pointer;
516
517
 
517
518
  &:after {
518
519
  content: "";
@@ -542,6 +543,7 @@
542
543
  border: none;
543
544
  outline: 1px solid #6e6e6e;
544
545
  z-index: 5;
546
+ cursor: pointer;
545
547
 
546
548
  &:after {
547
549
  content: "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flexiui/svelte-rich-text",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "A lightweight and flexible rich text editor component for Svelte",
5
5
  "keywords": [
6
6
  "svelte",