@pareto-engineering/design-system 4.3.2 → 4.3.4

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.
@@ -92,6 +92,9 @@ const InputBuilder = _ref => {
92
92
  }, {
93
93
  value: 'text',
94
94
  label: 'Basic input'
95
+ }, {
96
+ value: 'number',
97
+ label: 'Number input'
95
98
  }, {
96
99
  value: 'textarea',
97
100
  label: 'Long paragraph'
@@ -82,6 +82,9 @@ const InputBuilder = ({
82
82
  }, {
83
83
  value: 'text',
84
84
  label: 'Basic input'
85
+ }, {
86
+ value: 'number',
87
+ label: 'Number input'
85
88
  }, {
86
89
  value: 'textarea',
87
90
  label: 'Long paragraph'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "4.3.2",
3
+ "version": "4.3.4",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
@@ -82,5 +82,5 @@
82
82
  "relay-test-utils": "^15.0.0"
83
83
  },
84
84
  "browserslist": "> 2%",
85
- "gitHead": "6e334c8fc47b8d7fc8448c25a587a5b059085a32"
85
+ "gitHead": "8586c03f9cb3bb9fd9704813cf8a2b5f4bbb73cb"
86
86
  }
@@ -110,6 +110,10 @@ const InputBuilder = ({
110
110
  value:'text',
111
111
  label:'Basic input',
112
112
  },
113
+ {
114
+ value:'number',
115
+ label:'Number input',
116
+ },
113
117
  {
114
118
  value:'textarea',
115
119
  label:'Long paragraph',