@mvr-ui/components 1.0.10 → 1.0.12

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
@@ -138,4 +138,4 @@ interface HelperFieldProps {
138
138
  }
139
139
  declare const HelperFieldPrimitive: (props: HelperFieldProps) => react_jsx_runtime.JSX.Element;
140
140
 
141
- export { ButtonPrimitive, ButtonProps, CardPrimitive, CardProps, CheckBoxPrimitive, CheckBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };
141
+ export { ButtonPrimitive, ButtonProps, CardPrimitive, CardProps, CheckBoxPrimitive, CheckBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, InputProps, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };
package/dist/page.d.ts CHANGED
@@ -138,4 +138,4 @@ interface HelperFieldProps {
138
138
  }
139
139
  declare const HelperFieldPrimitive: (props: HelperFieldProps) => react_jsx_runtime.JSX.Element;
140
140
 
141
- export { ButtonPrimitive, ButtonProps, CardPrimitive, CardProps, CheckBoxPrimitive, CheckBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };
141
+ export { ButtonPrimitive, ButtonProps, CardPrimitive, CardProps, CheckBoxPrimitive, CheckBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, InputProps, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mvr-ui/components",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "sideEffects": false,
5
5
  "main": "dist/page.cjs",
6
6
  "module": "dist/page.js",