@prosperitainova/mirage-ui 1.1.12 → 1.1.13

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.
@@ -15,6 +15,7 @@ export type RadioGroupProps = HTMLAttributes<HTMLDivElement> & {
15
15
  title?: string;
16
16
  description?: string;
17
17
  active?: boolean;
18
+ emptyValue?: boolean;
18
19
  };
19
20
  declare const RadioGroup: (props: RadioGroupProps) => JSX.Element;
20
21
  export default RadioGroup;
package/dist/index.d.ts CHANGED
@@ -160,6 +160,7 @@ type RadioGroupProps = HTMLAttributes<HTMLDivElement> & {
160
160
  title?: string;
161
161
  description?: string;
162
162
  active?: boolean;
163
+ emptyValue?: boolean;
163
164
  };
164
165
  declare const RadioGroup: (props: RadioGroupProps) => JSX.Element;
165
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {