@clayui/shared
Advanced tools
Comparing version 3.86.0 to 3.86.1
@@ -28,5 +28,5 @@ /** | ||
export { useIsMobileDevice } from './useIsMobileDevice'; | ||
export * from './platform'; | ||
export { isMac, isIPhone, isIPad, isIOS, isAppleDevice } from './platform'; | ||
export type { AlignPoints } from './useOverlayPositon'; | ||
export type { IBaseProps as IPortalBaseProps } from './Portal'; | ||
export type { InternalDispatch } from './useInternalState'; |
@@ -6,30 +6,2 @@ "use strict"; | ||
}); | ||
var _exportNames = { | ||
noop: true, | ||
ClayPortal: true, | ||
delegate: true, | ||
doAlign: true, | ||
FocusScope: true, | ||
getEllipsisItems: true, | ||
Keys: true, | ||
LinkOrButton: true, | ||
MouseSafeArea: true, | ||
observeRect: true, | ||
Overlay: true, | ||
setElementFullHeight: true, | ||
sub: true, | ||
useDebounce: true, | ||
useFocusManagement: true, | ||
FOCUSABLE_ELEMENTS: true, | ||
useId: true, | ||
useInteractionFocus: true, | ||
useInternalState: true, | ||
useMousePosition: true, | ||
useNavigation: true, | ||
isTypeahead: true, | ||
getFocusableList: true, | ||
useOverlayPosition: true, | ||
useHover: true, | ||
useIsMobileDevice: true | ||
}; | ||
Object.defineProperty(exports, "ClayPortal", { | ||
@@ -101,2 +73,32 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "isAppleDevice", { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform.isAppleDevice; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isIOS", { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform.isIOS; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isIPad", { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform.isIPad; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isIPhone", { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform.isIPhone; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isMac", { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform.isMac; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isTypeahead", { | ||
@@ -234,14 +236,2 @@ enumerable: true, | ||
Object.keys(_platform).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _platform[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _platform[key]; | ||
} | ||
}); | ||
}); | ||
/** | ||
@@ -248,0 +238,0 @@ * SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> |
{ | ||
"name": "@clayui/shared", | ||
"version": "3.86.0", | ||
"version": "3.86.1", | ||
"description": "ClayShared component", | ||
@@ -45,3 +45,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "81096487752eac344033ca2fc033e69dc9019e10" | ||
"gitHead": "9437a1f6f7c2845824e9b63b8251e6f7f366323f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166061
4690