odaptos_design_system 2.0.174 → 2.0.175
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/odaptos_design_system.cjs.development.js +1 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Organisms/SingleSelect/SingleSelect.tsx +2 -2
|
@@ -16867,7 +16867,7 @@ const SingleSelect = ({
|
|
|
16867
16867
|
fill: "black",
|
|
16868
16868
|
className: `${styles$Z.icon}`
|
|
16869
16869
|
}),
|
|
16870
|
-
className: `${
|
|
16870
|
+
className: `${noWidth ? styles$Z.newAutocompleteNoWidth : styles$Z.newAutocomplete}`,
|
|
16871
16871
|
renderOption: (props, option) => {
|
|
16872
16872
|
return /*#__PURE__*/React__default.createElement("li", Object.assign({}, props, {
|
|
16873
16873
|
key: option.value,
|