@desynova-digital/components 9.1.12 → 9.1.13

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.
@@ -145,9 +145,9 @@ var TimeCodeInput = function TimeCodeInput(_ref) {
145
145
  var onChangeFn = function onChangeFn(e) {
146
146
  onTimePickerChange(e.target.value, e);
147
147
  checkIfTimeValid(e.target.value);
148
- if (checkIfTimeValid(e.target.value)) {
149
- updateFormDataExternally(inputFieldType, e.target.value);
150
- }
148
+ // if(checkIfTimeValid(e.target.value)) {
149
+ updateFormDataExternally(inputFieldType, e.target.value);
150
+ // }
151
151
  };
152
152
  var timecodeBlur = function timecodeBlur(val) {
153
153
  if (checkIfTimeValid(val)) {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "9.1.12",
3
+ "version": "9.1.13",
4
4
  "description": "Components for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",
7
7
  "license": "MIT",
8
8
  "repository": "desynova-digital",
9
9
  "dependencies": {
10
- "@desynova-digital/tokens": "9.1.12",
10
+ "@desynova-digital/tokens": "9.1.13",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },