@desynova-digital/components 9.2.0 → 9.2.1

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.
@@ -1919,6 +1919,13 @@
1919
1919
  ],
1920
1920
  "width": 12,
1921
1921
  "height": 14
1922
+ },
1923
+ "hamburger": {
1924
+ "paths": [
1925
+ "M0 6.66536V5.33203H12V6.66536H0ZM0 3.9987V2.66536H12V3.9987H0ZM0 1.33203V-0.00130224H12V1.33203H0Z"
1926
+ ],
1927
+ "width": 12,
1928
+ "height": 7
1922
1929
  }
1923
1930
  }
1924
1931
  }
@@ -67,6 +67,7 @@ var TimeCodeStandardInput = /*#__PURE__*/(0, _react.forwardRef)(function (_ref,
67
67
  _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
68
68
  isValid = _useState4[0],
69
69
  setIsValid = _useState4[1];
70
+ var inputRef = (0, _react.useRef)(null);
70
71
  var onTimePickerChange = function onTimePickerChange(value, e) {
71
72
  if (!e || !e.target || e.target.selectionStart === undefined) return;
72
73
  var rawInput = value;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
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.2.0",
10
+ "@desynova-digital/tokens": "9.2.1",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },