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

@ones-design/icons

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ones-design/icons - npm Package Compare versions

Comparing version 2.49.0-beta.0 to 2.49.0-beta.1

4

dist/types/config-provider/index.d.ts
import { PropsWithChildren } from 'react';
import type { IconBaseProps, IconProps } from '../types/index';
declare type ConfigContextType = Omit<IconBaseProps, 'className' | 'style'>;
declare type ConfigProviderProps = PropsWithChildren<ConfigContextType>;
type ConfigContextType = Omit<IconBaseProps, 'className' | 'style'>;
type ConfigProviderProps = PropsWithChildren<ConfigContextType>;
declare const useConfigContext: (props: IconProps) => ConfigContextType & IconBaseProps & import("react").SVGProps<SVGSVGElement>;

@@ -6,0 +6,0 @@ declare function ConfigProvider({ children, ...restProps }: ConfigProviderProps): JSX.Element;

@@ -18,3 +18,3 @@ import type { CSSProperties, SVGProps } from 'react';

}
declare type IconProps = IconBaseProps & SVGProps<SVGSVGElement>;
type IconProps = IconBaseProps & SVGProps<SVGSVGElement>;
export type { IconBaseProps, IconProps };
{
"name": "@ones-design/icons",
"version": "2.49.0-beta.0",
"version": "2.49.0-beta.1",
"description": "ONES Design",

@@ -59,3 +59,3 @@ "type": "module",

},
"gitHead": "e17caccf4ab03cc645c8dde9478767cdb4d09206"
"gitHead": "f8f131ffcdcb1443f616f9d6717ca9fcd341107d"
}
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