@movmo_app/react-common 0.6.1 → 0.6.2

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.ts CHANGED
@@ -137,7 +137,7 @@ declare interface SelectDropdownProps {
137
137
  onChange: (selectedOption: SingleValue<SelectDropdownOption>) => void;
138
138
  className?: string;
139
139
  styles?: StylesConfig<SelectDropdownOption, false>;
140
- "data-testid"?: string;
140
+ 'data-testid'?: string;
141
141
  }
142
142
 
143
143
  export declare const Separator: React_2.ForwardRefExoticComponent<SeparatorProps & React_2.RefAttributes<HTMLDivElement>>;
package/dist/index.es.js CHANGED
@@ -7196,7 +7196,7 @@ const On = ({
7196
7196
  "&:hover": {
7197
7197
  borderColor: "#171412"
7198
7198
  },
7199
- height: "2.75rem",
7199
+ height: "2.5rem",
7200
7200
  cursor: "pointer"
7201
7201
  }),
7202
7202
  dropdownIndicator: (c) => ({