Socket
Socket
Sign inDemoInstall

@leafygreen-ui/polymorphic

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/polymorphic - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

6

CHANGELOG.md
# @leafygreen-ui/polymorphic
## 1.3.4
### Patch Changes
- c15ee2ac: Fixes missing documentation file
## 1.3.3

@@ -4,0 +10,0 @@

2

dist/InferredPolymorphic/InferredPolymorphic.d.ts

@@ -9,3 +9,3 @@ import { PolymorphicAs } from '../Polymorphic';

*/
export declare const InferredPolymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: InferredPolymorphicRenderFunction<XP, DefaultAs>, displayName?: string | undefined) => InferredPolymorphicComponentType<XP, DefaultAs>;
export declare const InferredPolymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: InferredPolymorphicRenderFunction<XP, DefaultAs>, displayName?: string) => InferredPolymorphicComponentType<XP, DefaultAs>;
//# sourceMappingURL=InferredPolymorphic.d.ts.map

@@ -13,3 +13,3 @@ import { PolymorphicAs, PolymorphicComponentType, PolymorphicRenderFunction } from './Polymorphic.types';

*/
export declare const Polymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: PolymorphicRenderFunction<XP, DefaultAs>, displayName?: string | undefined) => PolymorphicComponentType<XP, DefaultAs>;
export declare const Polymorphic: <XP extends object = {}, DefaultAs extends PolymorphicAs = PolymorphicAs>(render: PolymorphicRenderFunction<XP, DefaultAs>, displayName?: string) => PolymorphicComponentType<XP, DefaultAs>;
//# sourceMappingURL=Polymorphic.d.ts.map
{
"name": "@leafygreen-ui/polymorphic",
"version": "1.3.3",
"version": "1.3.4",
"description": "LeafyGreen UI Kit Polymorphic",

@@ -34,6 +34,6 @@ "main": "./dist/index.js",

"@emotion/styled": "^11.10.5",
"@lg-tools/build": "^0.1.0",
"@lg-tools/build": "^0.2.0",
"next": "^13.1.6",
"@leafygreen-ui/lib": "^10.4.1"
"@leafygreen-ui/lib": "^10.4.2"
}
}

Sorry, the diff of this file is not supported yet

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