@shoplflow/base 0.43.0 → 0.43.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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1060,7 +1060,7 @@ var ModalBody = ({
|
|
|
1060
1060
|
return 0;
|
|
1061
1061
|
};
|
|
1062
1062
|
const setContentHeightMax = () => {
|
|
1063
|
-
let autoHeightMax = setAutoHeightMax();
|
|
1063
|
+
let autoHeightMax = setAutoHeightMax() - 24;
|
|
1064
1064
|
if (padding) {
|
|
1065
1065
|
return autoHeightMax;
|
|
1066
1066
|
}
|
|
@@ -4297,7 +4297,7 @@ var StyledSelectInputButton = styled6__default.default.div`
|
|
|
4297
4297
|
width: 100%;
|
|
4298
4298
|
background: ${exports.colorTokens.neutral0};
|
|
4299
4299
|
gap: 4px;
|
|
4300
|
-
padding: ${({ sizeVar }) => sizeVar === "M" ? "4px
|
|
4300
|
+
padding: ${({ sizeVar }) => sizeVar === "M" ? "4px 12px" : "0 8px"};
|
|
4301
4301
|
cursor: pointer;
|
|
4302
4302
|
${({ disabled }) => disabled && react$1.css`
|
|
4303
4303
|
background-color: ${exports.colorTokens.neutral100};
|
package/dist/index.js
CHANGED
|
@@ -1033,7 +1033,7 @@ var ModalBody = ({
|
|
|
1033
1033
|
return 0;
|
|
1034
1034
|
};
|
|
1035
1035
|
const setContentHeightMax = () => {
|
|
1036
|
-
let autoHeightMax = setAutoHeightMax();
|
|
1036
|
+
let autoHeightMax = setAutoHeightMax() - 24;
|
|
1037
1037
|
if (padding) {
|
|
1038
1038
|
return autoHeightMax;
|
|
1039
1039
|
}
|
|
@@ -4270,7 +4270,7 @@ var StyledSelectInputButton = styled6.div`
|
|
|
4270
4270
|
width: 100%;
|
|
4271
4271
|
background: ${colorTokens.neutral0};
|
|
4272
4272
|
gap: 4px;
|
|
4273
|
-
padding: ${({ sizeVar }) => sizeVar === "M" ? "4px
|
|
4273
|
+
padding: ${({ sizeVar }) => sizeVar === "M" ? "4px 12px" : "0 8px"};
|
|
4274
4274
|
cursor: pointer;
|
|
4275
4275
|
${({ disabled }) => disabled && css`
|
|
4276
4276
|
background-color: ${colorTokens.neutral100};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoplflow/base",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"react-datepicker": "^7.3.0",
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"simplebar-react": "^3.2.6",
|
|
93
|
-
"@shoplflow/shopl-assets": "^0.12.26",
|
|
94
93
|
"@shoplflow/hada-assets": "^0.1.8",
|
|
94
|
+
"@shoplflow/shopl-assets": "^0.12.26",
|
|
95
95
|
"@shoplflow/utils": "^0.7.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|