@mvr-ui/components 1.0.55 → 1.0.56

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/dist/page.d.mts CHANGED
@@ -103,7 +103,7 @@ declare const RadioPrimitive: (props: RadioProps & React$1.RefAttributes<HTMLInp
103
103
  interface SelectProps extends Omit<React__default.SelectHTMLAttributes<HTMLSelectElement>, "children"> {
104
104
  label?: string;
105
105
  required?: boolean;
106
- options: Array<Record<string, unknown>>;
106
+ options: Array<Record<PropertyKey, unknown>>;
107
107
  labelKey: string;
108
108
  valueKey: string;
109
109
  placeholder?: string;
package/dist/page.d.ts CHANGED
@@ -103,7 +103,7 @@ declare const RadioPrimitive: (props: RadioProps & React$1.RefAttributes<HTMLInp
103
103
  interface SelectProps extends Omit<React__default.SelectHTMLAttributes<HTMLSelectElement>, "children"> {
104
104
  label?: string;
105
105
  required?: boolean;
106
- options: Array<Record<string, unknown>>;
106
+ options: Array<Record<PropertyKey, unknown>>;
107
107
  labelKey: string;
108
108
  valueKey: string;
109
109
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mvr-ui/components",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "sideEffects": false,
5
5
  "main": "dist/page.cjs",
6
6
  "module": "dist/page.js",