@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 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 4px 4px 12px" : "0 8px"};
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 4px 4px 12px" : "0 8px"};
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.1",
3
+ "version": "0.43.2",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",