welcome-ui 8.1.0-alpha.0 → 8.1.0-alpha.2

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,7 +1,6 @@
1
1
  import { CreateWuiProps } from '../System';
2
2
  import { UseModal } from '.';
3
3
  export type ContentOptions = {
4
- children: JSX.Element | JSX.Element[];
5
4
  store: UseModal;
6
5
  /**
7
6
  * show or hide the closing button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "welcome-ui",
3
- "version": "8.1.0-alpha.0",
3
+ "version": "8.1.0-alpha.2",
4
4
  "description": "Customizable design system with react • styled-components • styled-system and ariakit.",
5
5
  "files": [
6
6
  "dist"