@yoopta/accordion 4.9.7 → 4.9.8

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.
@@ -1,3 +1,5 @@
1
- declare const Accordion: any;
1
+ import { YooptaPlugin } from '@yoopta/editor';
2
+ import { AccordionElementMap } from '../types';
3
+ declare const Accordion: YooptaPlugin<AccordionElementMap, Record<string, unknown>>;
2
4
  export { Accordion };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/plugin/index.tsx"],"names":[],"mappings":"AAiBA,QAAA,MAAM,SAAS,KA8Mb,CAAC;AAEH,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/plugin/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,YAAY,EAAmD,MAAM,gBAAgB,CAAC;AACjH,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAgB/C,QAAA,MAAM,SAAS,4DA8Mb,CAAC;AAEH,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,2 +1,4 @@
1
- export declare const AccordionItemContent: ({ extendRender, ...props }: PluginElementRenderProps) => any;
1
+ /// <reference types="react" />
2
+ import { PluginElementRenderProps } from '@yoopta/editor';
3
+ export declare const AccordionItemContent: ({ extendRender, ...props }: PluginElementRenderProps) => JSX.Element;
2
4
  //# sourceMappingURL=AccordionItemContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionItemContent.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionItemContent.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,+DAuBhC,CAAC"}
1
+ {"version":3,"file":"AccordionItemContent.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionItemContent.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,wBAAwB,EAAmB,MAAM,gBAAgB,CAAC;AAErF,eAAO,MAAM,oBAAoB,+BAAgC,wBAAwB,gBAuBxF,CAAC"}
@@ -1,2 +1,4 @@
1
- export declare const AccordionItemHeading: ({ extendRender, ...props }: PluginElementRenderProps) => any;
1
+ /// <reference types="react" />
2
+ import { PluginElementRenderProps } from '@yoopta/editor';
3
+ export declare const AccordionItemHeading: ({ extendRender, ...props }: PluginElementRenderProps) => JSX.Element;
2
4
  //# sourceMappingURL=AccordionItemHeading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionItemHeading.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionItemHeading.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,+DA2GhC,CAAC"}
1
+ {"version":3,"file":"AccordionItemHeading.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionItemHeading.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,wBAAwB,EAAwD,MAAM,gBAAgB,CAAC;AAKhH,eAAO,MAAM,oBAAoB,+BAAgC,wBAAwB,gBA2GxF,CAAC"}
@@ -1,2 +1,4 @@
1
- export declare const AccordionList: ({ extendRender, ...props }: PluginElementRenderProps) => any;
1
+ /// <reference types="react" />
2
+ import { PluginElementRenderProps } from '@yoopta/editor';
3
+ export declare const AccordionList: ({ extendRender, ...props }: PluginElementRenderProps) => JSX.Element;
2
4
  //# sourceMappingURL=AccordionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionList.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionList.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,+DAMzB,CAAC"}
1
+ {"version":3,"file":"AccordionList.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionList.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,eAAO,MAAM,aAAa,+BAAgC,wBAAwB,gBAMjF,CAAC"}
@@ -1,2 +1,4 @@
1
- export declare const AccordionListItem: ({ extendRender, ...props }: PluginElementRenderProps) => any;
1
+ /// <reference types="react" />
2
+ import { PluginElementRenderProps } from '@yoopta/editor';
3
+ export declare const AccordionListItem: ({ extendRender, ...props }: PluginElementRenderProps) => JSX.Element;
2
4
  //# sourceMappingURL=AccordionListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionListItem.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionListItem.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,+DAU7B,CAAC"}
1
+ {"version":3,"file":"AccordionListItem.d.ts","sourceRoot":"","sources":["../../src/renders/AccordionListItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,eAAO,MAAM,iBAAiB,+BAAgC,wBAAwB,gBAUrF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/accordion",
3
- "version": "4.9.7",
3
+ "version": "4.9.8",
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",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/Darginec05/Yoopta-Editor/issues"
39
39
  },
40
- "gitHead": "64c31820942608637d52766e09c741a8634519dc"
40
+ "gitHead": "1f76dd78df66443a2f176994faab20db5a5be576"
41
41
  }