@yamada-ui/utils
Advanced tools
Comparing version 0.0.0-dev-20231208053121 to 0.0.0-dev-20231212223458
@@ -13,2 +13,3 @@ export { Dict, Length, Merge, Path, Primitive, StringLiteral, Union } from './index.types.js'; | ||
export { AnyPointerEvent, MixedEventListener, Point, PointType, PointerEventInfo, addDomEvent, addPointerEvent, getEventPoint, getEventWindow, isMouseEvent, isMultiTouchEvent, isTouchEvent, pointFromMouse, pointFromTouch } from './event.js'; | ||
export { interopDefault } from './module.js'; | ||
import 'react'; |
@@ -72,2 +72,3 @@ "use strict"; | ||
includesChildren: () => includesChildren, | ||
interopDefault: () => interopDefault, | ||
isAccessible: () => isAccessible, | ||
@@ -791,2 +792,5 @@ isActiveElement: () => isActiveElement, | ||
var addPointerEvent = (target, type, cb, options) => addDomEvent(target, type, wrap(cb, type === "pointerdown"), options); | ||
// src/module.ts | ||
var interopDefault = (module2) => module2.default || module2; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -833,2 +837,3 @@ 0 && (module.exports = { | ||
includesChildren, | ||
interopDefault, | ||
isAccessible, | ||
@@ -835,0 +840,0 @@ isActiveElement, |
{ | ||
"name": "@yamada-ui/utils", | ||
"version": "0.0.0-dev-20231208053121", | ||
"version": "0.0.0-dev-20231212223458", | ||
"description": "Yamada UI utils", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
141853
69
3710