New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zendeskgarden/react-dropdowns

Package Overview
Dependencies
Maintainers
1
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/react-dropdowns - npm Package Compare versions

Comparing version 8.29.1 to 8.29.2

2

dist/typings/elements/Fields/Field.d.ts

@@ -9,4 +9,4 @@ /**

/**
* Accepts all `<div>` props
* @extends HTMLAttributes<HTMLDivElement>
*/
export declare const Field: React.FunctionComponent<HTMLAttributes<HTMLDivElement>>;

@@ -9,4 +9,4 @@ /**

/**
* Accepts all `div` props. Must be nested with a `<Field>` component.
* @extends HTMLAttributes<HTMLDivElement>
*/
export declare const Hint: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;

@@ -7,4 +7,4 @@ /**

*/
import React, { HTMLAttributes } from 'react';
interface ILabelProps extends HTMLAttributes<HTMLLabelElement> {
import React, { LabelHTMLAttributes } from 'react';
interface ILabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
/** Applies regular (non-bold) font weight */

@@ -14,5 +14,5 @@ isRegular?: boolean;

/**
* Accepts all `<label>` props. Must be nested with a `<Field>` component.
* @extends LabelHTMLAttributes<HTMLLabelElement>
*/
export declare const Label: React.ForwardRefExoticComponent<ILabelProps & React.RefAttributes<HTMLLabelElement>>;
export {};

@@ -14,4 +14,4 @@ /**

/**
* Accepts all `<div>` props. Must be nested with a `<Field>` component.
* @extends HTMLAttributes<HTMLDivElement>
*/
export declare const Message: React.ForwardRefExoticComponent<IMessageProps & React.RefAttributes<HTMLDivElement>>;

@@ -45,3 +45,2 @@ /**

declare const _default: React.FunctionComponent<IMenuProps>;
/** @component */
export default _default;

@@ -11,3 +11,3 @@ {

},
"version": "8.29.1",
"version": "8.29.2",
"main": "dist/index.cjs.js",

@@ -28,3 +28,3 @@ "module": "dist/index.esm.js",

"@zendeskgarden/container-utilities": "^0.5.1",
"@zendeskgarden/react-forms": "^8.29.1",
"@zendeskgarden/react-forms": "^8.29.2",
"downshift": "^6.0.0",

@@ -43,3 +43,3 @@ "polished": "^4.0.0",

"@types/lodash.debounce": "4.0.6",
"@zendeskgarden/react-theming": "^8.29.1",
"@zendeskgarden/react-theming": "^8.29.2",
"@zendeskgarden/svg-icons": "6.27.0",

@@ -58,3 +58,3 @@ "lodash.debounce": "4.0.8"

"zendeskgarden:src": "src/index.ts",
"gitHead": "866c43a9b1df1fdb58c5613920f584dc6d8aeecc"
"gitHead": "010fee5955f7feb6437be5e2cfe4f4abf2043b49"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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