@formkit/pro 0.126.16-17d9277 → 0.126.16-cbc292b

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1592,7 +1592,6 @@ declare module '@formkit/inputs' {
1592
1592
  step?: number
1593
1593
  valueUnit?: Units
1594
1594
  valueUnitDecimals?: number
1595
- unitDisplay?: 'long' | 'short' | 'narrow'
1596
1595
  unitFormatting: boolean | string
1597
1596
  }
1598
1597
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formkit/pro",
3
- "version": "0.126.16-17d9277",
3
+ "version": "0.126.16-cbc292b",
4
4
  "description": "FormKit Pro — Form inputs and tools for high quality forms.",
5
5
  "main": "index.cjs",
6
6
  "module": "index.mjs",