@dynamic-framework/ui-react 2.1.0 → 2.1.1

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.
@@ -4,6 +4,12 @@ type Props = BaseProps & FamilyIconProps & PropsWithChildren<{
4
4
  id?: string;
5
5
  Component: ReactElement<unknown> | ReactNode;
6
6
  hasSeparator?: boolean;
7
+ /**
8
+ * Reactive prop for controlled and uncontrolled mode.
9
+ *
10
+ * @param true show the component closed (collapsed)
11
+ * @param false show the component open (expanded)
12
+ */
7
13
  defaultCollapsed?: boolean;
8
14
  onChange?: (value: boolean) => void;
9
15
  iconOpen?: string;
@@ -47,3 +47,4 @@ export { default as DInputPhone } from './DInputPhone';
47
47
  export { default as DCreditCard } from './DCreditCard';
48
48
  export { default as DDropdown } from './DDropdown';
49
49
  export { default as DVoucher } from './DVoucher';
50
+ export { default as DOtp } from './DOtp';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.1.0",
6
+ "version": "2.1.1",
7
7
  "description": "React Dynamic Framework",
8
8
  "license": "https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md",
9
9
  "repository": {