myshell-react-lib 0.1.17 → 0.1.19

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/index.d.cts CHANGED
@@ -164,7 +164,7 @@ interface CascaderOption {
164
164
  }
165
165
 
166
166
  declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
167
- variant?: "circle" | "checkbox" | "radio" | "circle-static" | null | undefined;
167
+ variant?: "circle" | "checkbox" | "radio" | "static" | null | undefined;
168
168
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
169
169
  label?: string;
170
170
  caption?: string;
package/dist/index.d.ts CHANGED
@@ -164,7 +164,7 @@ interface CascaderOption {
164
164
  }
165
165
 
166
166
  declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
167
- variant?: "circle" | "checkbox" | "radio" | "circle-static" | null | undefined;
167
+ variant?: "circle" | "checkbox" | "radio" | "static" | null | undefined;
168
168
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & {
169
169
  label?: string;
170
170
  caption?: string;