@transferwise/components 0.0.0-experimental-e5216db → 0.0.0-experimental-ffd4b26
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/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -1
- package/build/index.mjs.map +1 -1
- package/build/main.css +9 -5
- package/build/styles/inputs/SelectInput.css +9 -5
- package/build/styles/main.css +9 -5
- package/build/types/inputs/_BottomSheet.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/inputs/SelectInput.css +9 -5
- package/src/inputs/_BottomSheet.less +6 -3
- package/src/inputs/_BottomSheet.tsx +1 -0
- package/src/inputs/_Popover.less +2 -2
- package/src/main.css +9 -5
package/build/index.js
CHANGED
|
@@ -6354,7 +6354,7 @@ function BottomSheet({
|
|
|
6354
6354
|
}
|
|
6355
6355
|
})
|
|
6356
6356
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
6357
|
-
className: classNames__default.default('np-bottom-sheet-v2-content-inner', padding === 'md' && 'np-bottom-sheet-v2-content-inner--padding-md'),
|
|
6357
|
+
className: classNames__default.default('np-bottom-sheet-v2-content-inner', title && 'np-bottom-sheet-v2-content-inner--has-title', padding === 'md' && 'np-bottom-sheet-v2-content-inner--padding-md'),
|
|
6358
6358
|
children: [title ? /*#__PURE__*/jsxRuntime.jsx("h2", {
|
|
6359
6359
|
className: "np-bottom-sheet-v2-title np-text-title-body",
|
|
6360
6360
|
children: title
|