@shoplflow/base 0.24.25 → 0.24.26
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2625,6 +2625,10 @@ var StyledInput = styled5__default.default.input`
|
|
|
2625
2625
|
-webkit-appearance: none;
|
|
2626
2626
|
margin: 0;
|
|
2627
2627
|
}
|
|
2628
|
+
${({ disabled }) => disabled && react$1.css`
|
|
2629
|
+
color: ${exports.colorTokens.neutral350};
|
|
2630
|
+
cursor: not-allowed;
|
|
2631
|
+
`};
|
|
2628
2632
|
/* Firefox */
|
|
2629
2633
|
&[type='number'] {
|
|
2630
2634
|
padding: 4px 8px;
|