@flexiui/svelte-rich-text 0.0.65 → 0.0.66

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -127,7 +127,7 @@
127
127
  display: flex;
128
128
  gap: 5px;
129
129
  position: relative;
130
- z-index: var(--fl-toolbar-sticky-position, 10);
130
+ z-index: var(--fl-toolbar-z-index, 10);
131
131
 
132
132
 
133
133
  .fl-bubble-menu-mark-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flexiui/svelte-rich-text",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "A lightweight and flexible rich text editor component for Svelte",
5
5
  "keywords": [
6
6
  "svelte",