@app-studio/web 0.3.15 → 0.3.17

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/web.esm.js CHANGED
@@ -2531,9 +2531,9 @@ var InputVariants = {
2531
2531
  },
2532
2532
  default: {
2533
2533
  borderWidth: 0,
2534
- borderBottomWidth: 2
2534
+ borderBottomWidth: 1
2535
2535
  },
2536
- unStyled: {
2536
+ none: {
2537
2537
  border: 'none',
2538
2538
  backgroundColor: 'transparent'
2539
2539
  }