Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/shared

Package Overview
Dependencies
Maintainers
14
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/shared - npm Package Compare versions

Comparing version 3.86.0 to 3.86.1

2

lib/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc