@shoplflow/base 0.43.1 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -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
|
@@ -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};
|