rbro-tat-uds 1.5.4 → 1.5.5

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.
@@ -9,7 +9,7 @@ export interface ContentDropdownProps extends HTMLAttributes<HTMLDivElement> {
9
9
  value: string | number | null | undefined;
10
10
  setValue: (value: string | number) => void;
11
11
  disabled?: boolean;
12
- placeholder?: string | Element;
12
+ placeholder?: ReactNode | JSX.Element | string | Element;
13
13
  }
14
14
  declare const ContentDropdown: React.FC<ContentDropdownProps>;
15
15
  export default ContentDropdown;
package/dist/index.cjs.js CHANGED
@@ -4099,7 +4099,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[i2]+=1);const xt=e=>l.createE
4099
4099
  width: 100%;
4100
4100
  display: ${typeof o=="string"?"flex":"block"};
4101
4101
  align-items: ${typeof o=="string"?"center":"stretch"};
4102
- justify-content: ${typeof o=="string"?"center":"normal"};
4102
+ padding-left: ${typeof o=="string"?"16px":"0px"};
4103
4103
  }
4104
4104
  `}
4105
4105