@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.js CHANGED
@@ -2600,6 +2600,10 @@ var StyledInput = styled5.input`
2600
2600
  -webkit-appearance: none;
2601
2601
  margin: 0;
2602
2602
  }
2603
+ ${({ disabled }) => disabled && css`
2604
+ color: ${colorTokens.neutral350};
2605
+ cursor: not-allowed;
2606
+ `};
2603
2607
  /* Firefox */
2604
2608
  &[type='number'] {
2605
2609
  padding: 4px 8px;