@transferwise/components 0.0.0-experimental-e5216db → 0.0.0-experimental-dd51021
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 +7 -3
- package/build/styles/inputs/SelectInput.css +7 -3
- package/build/styles/main.css +7 -3
- package/build/types/inputs/_BottomSheet.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/inputs/SelectInput.css +7 -3
- package/src/inputs/_BottomSheet.less +6 -3
- package/src/inputs/_BottomSheet.tsx +1 -0
- package/src/main.css +7 -3
package/build/index.mjs
CHANGED
|
@@ -6325,7 +6325,7 @@ function BottomSheet({
|
|
|
6325
6325
|
}
|
|
6326
6326
|
})
|
|
6327
6327
|
}), /*#__PURE__*/jsxs("div", {
|
|
6328
|
-
className: classNames('np-bottom-sheet-v2-content-inner', padding === 'md' && 'np-bottom-sheet-v2-content-inner--padding-md'),
|
|
6328
|
+
className: classNames('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'),
|
|
6329
6329
|
children: [title ? /*#__PURE__*/jsx("h2", {
|
|
6330
6330
|
className: "np-bottom-sheet-v2-title np-text-title-body",
|
|
6331
6331
|
children: title
|