@chekinapp/ui 0.0.66 → 0.0.67

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
@@ -136,13 +136,6 @@ interface BoxOptionSelectorProps {
136
136
  disabled?: boolean;
137
137
  selectedValue: string;
138
138
  optionalLabel?: string;
139
- switchComponent?: React$1.ComponentType<{
140
- id: string;
141
- value: boolean;
142
- disabled?: boolean;
143
- size?: 'sm' | 'md' | 'lg';
144
- onChange: (checked: boolean) => void;
145
- }>;
146
139
  }
147
140
  declare const BoxOptionSelector: React$1.ForwardRefExoticComponent<BoxOptionSelectorProps & React$1.RefAttributes<HTMLDivElement>>;
148
141
 
package/dist/index.d.ts CHANGED
@@ -136,13 +136,6 @@ interface BoxOptionSelectorProps {
136
136
  disabled?: boolean;
137
137
  selectedValue: string;
138
138
  optionalLabel?: string;
139
- switchComponent?: React$1.ComponentType<{
140
- id: string;
141
- value: boolean;
142
- disabled?: boolean;
143
- size?: 'sm' | 'md' | 'lg';
144
- onChange: (checked: boolean) => void;
145
- }>;
146
139
  }
147
140
  declare const BoxOptionSelector: React$1.ForwardRefExoticComponent<BoxOptionSelectorProps & React$1.RefAttributes<HTMLDivElement>>;
148
141