@theroutingcompany/components 0.0.118 → 0.0.119-alpha.0
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.
- package/dist/trc-components.es.js +2 -1
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +36 -36
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/Input/TimeInput/TimeInput.d.ts +2 -0
|
@@ -25361,7 +25361,8 @@ function gB({
|
|
|
25361
25361
|
disabled: u,
|
|
25362
25362
|
ref: k,
|
|
25363
25363
|
onFocus: (M) => {
|
|
25364
|
-
|
|
25364
|
+
var O;
|
|
25365
|
+
L.isOpen || L.open(), (O = b.onFocus) == null || O.call(b, M);
|
|
25365
25366
|
},
|
|
25366
25367
|
onBlur: (M) => {
|
|
25367
25368
|
_.current && M.relatedTarget && _.current.contains(M.relatedTarget) || G(I);
|