@dhis2/ui-forms 9.12.0-alpha.4 → 9.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ import { InputFieldFF } from '@dhis2/ui'
37
37
  Press **Submit** to see the form values logged to the console.
38
38
  `;
39
39
  var _default = exports.default = {
40
- title: 'Final Form - Input Field ',
40
+ title: 'Input Field (Final Form)',
41
41
  component: _InputFieldFF.InputFieldFF,
42
42
  decorators: [_formDecorator.formDecorator],
43
43
  parameters: {
@@ -30,7 +30,7 @@ import { InputFieldFF } from '@dhis2/ui'
30
30
  Press **Submit** to see the form values logged to the console.
31
31
  `;
32
32
  export default {
33
- title: 'Final Form - Input Field ',
33
+ title: 'Input Field (Final Form)',
34
34
  component: InputFieldFF,
35
35
  decorators: [formDecorator],
36
36
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-forms",
3
- "version": "9.12.0-alpha.4",
3
+ "version": "9.12.0",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "sideEffects": [
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@dhis2/prop-types": "^3.1.2",
38
- "@dhis2-ui/button": "9.12.0-alpha.4",
39
- "@dhis2-ui/checkbox": "9.12.0-alpha.4",
40
- "@dhis2-ui/field": "9.12.0-alpha.4",
41
- "@dhis2-ui/file-input": "9.12.0-alpha.4",
42
- "@dhis2-ui/input": "9.12.0-alpha.4",
43
- "@dhis2-ui/radio": "9.12.0-alpha.4",
44
- "@dhis2-ui/select": "9.12.0-alpha.4",
45
- "@dhis2-ui/switch": "9.12.0-alpha.4",
46
- "@dhis2-ui/text-area": "9.12.0-alpha.4",
38
+ "@dhis2-ui/button": "9.12.0",
39
+ "@dhis2-ui/checkbox": "9.12.0",
40
+ "@dhis2-ui/field": "9.12.0",
41
+ "@dhis2-ui/file-input": "9.12.0",
42
+ "@dhis2-ui/input": "9.12.0",
43
+ "@dhis2-ui/radio": "9.12.0",
44
+ "@dhis2-ui/select": "9.12.0",
45
+ "@dhis2-ui/switch": "9.12.0",
46
+ "@dhis2-ui/text-area": "9.12.0",
47
47
  "classnames": "^2.3.1",
48
48
  "final-form": "^4.20.2",
49
49
  "prop-types": "^15.7.2",