@kbss-cvut/s-forms 0.8.0 → 0.8.1-beta-2dfe61d.0

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": "@kbss-cvut/s-forms",
3
- "version": "0.8.0",
3
+ "version": "0.8.1-beta-2dfe61d.0",
4
4
  "description": "Semantic forms generator and processor",
5
5
  "keywords": [
6
6
  "react",
@@ -1,5 +0,0 @@
1
- export default OptimizedMenuList;
2
- /**
3
- * Uses react-window to optimize menu list in react-select in case it has a lot of options.
4
- */
5
- declare function OptimizedMenuList(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, any>;
2
- export default _default;
3
- export declare const TypeaheadAnswerTree: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;