@yoopta/accordion 6.0.0-beta.5 → 6.0.0-beta.6

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/README.md +1 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -151,15 +151,7 @@ type AccordionElementMap = {
151
151
 
152
152
  ```typescript
153
153
  import { AccordionCommands } from '@yoopta/accordion';
154
-
155
- // Expand accordion item
156
- editor.commands.accordion.expand(blockId);
157
-
158
- // Collapse accordion item
159
- editor.commands.accordion.collapse(blockId);
160
-
161
- // Toggle accordion item
162
- editor.commands.accordion.toggle(blockId);
154
+ [TODO]
163
155
  ```
164
156
 
165
157
  ### Extend Options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/accordion",
3
- "version": "6.0.0-beta.5",
3
+ "version": "6.0.0-beta.6",
4
4
  "description": "Accordion plugin for Yoopta Editor",
5
5
  "author": "Darginec05 <devopsbanda@gmail.com>",
6
6
  "homepage": "https://github.com/Darginec05/Yoopta-Editor#readme",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/Darginec05/Yoopta-Editor/issues"
37
37
  },
38
- "gitHead": "057e2317fa9f18704c8343af6b021c9355de4056"
38
+ "gitHead": "4c99cc586ce4c17cd837e3136a068121af44cc8f"
39
39
  }