ekm-ui 0.3.46 → 0.3.48

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.
@@ -24,7 +24,7 @@ import './chunk-W3DRXKTC.mjs';
24
24
  import './chunk-WMFTYTMD.mjs';
25
25
  import './chunk-EWNPNF2B.mjs';
26
26
  import './chunk-NEJOZRKV.mjs';
27
- import './chunk-OA6BZGB2.mjs';
27
+ import './chunk-S5EQU3KF.mjs';
28
28
  import './chunk-ZT7KDTGF.mjs';
29
29
  import './chunk-IEHJB2LC.mjs';
30
30
  import './chunk-FRIXS4BL.mjs';
@@ -15,11 +15,7 @@ declare namespace Dropdown {
15
15
  /** Unique id for the dropdown */
16
16
  id: PropTypes.Validator<string>;
17
17
  /** Components to be rendered as Part of the Compound Component*/
18
- children: PropTypes.Validator<NonNullable<NonNullable<PropTypes.InferProps<{
19
- type: PropTypes.Requireable<typeof DropdownItem>;
20
- }> | (PropTypes.InferProps<{
21
- type: PropTypes.Requireable<typeof DropdownDivider>;
22
- }> | null | undefined)[] | null | undefined>>>;
18
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
23
19
  /** Shape of the button rectangle or round */
24
20
  type: PropTypes.Requireable<string>;
25
21
  /** Size of the button sm,md,lg used for rectangle and rsm, rmd, rlg used for a round button */
package/dist/dropdown.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { a as Dropdown, b as DropdownDivider, c as DropdownItem } from './chunk-OA6BZGB2.mjs';
1
+ export { a as Dropdown, b as DropdownDivider, c as DropdownItem } from './chunk-S5EQU3KF.mjs';
2
2
  import './chunk-PUJZGK7Y.mjs';
3
3
  import './chunk-23SJGKDR.mjs';
4
4
  //# sourceMappingURL=out.js.map