@ultraviolet/form 1.12.1 → 1.12.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -635,9 +635,11 @@ declare const TextInputField: react.ForwardRefExoticComponent<BaseFieldProps<Tex
635
635
  fillAvailable?: boolean | undefined;
636
636
  multiline?: boolean | undefined;
637
637
  resizable?: boolean | undefined;
638
+ unit?: string | undefined;
638
639
  hasLabel?: boolean | undefined;
639
640
  paddingRightFactor: number;
640
641
  isPlaceholderVisible?: boolean | undefined;
642
+ rightComponentLength: number;
641
643
  } | undefined;
642
644
  max?: string | number | undefined;
643
645
  min?: string | number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/form",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Ultraviolet Form",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  "react-final-form": "6.5.9",
56
56
  "react-final-form-arrays": "3.1.4",
57
57
  "react-select": "5.8.0",
58
- "@ultraviolet/ui": "1.29.1"
58
+ "@ultraviolet/ui": "1.29.2"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "rollup -c ../../rollup.config.mjs"