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

@gr4vy/poutine-react

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gr4vy/poutine-react - npm Package Compare versions

Comparing version 0.22.1 to 0.23.0

dist/close-md.js

27

dist/components/Icon/Icon.d.ts

@@ -23,15 +23,16 @@ /// <reference types="react" />

'close-sm' = 17,
'copy' = 18,
'download' = 19,
'external-link' = 20,
'hide' = 21,
'info' = 22,
'link' = 23,
'loader-spinner' = 24,
'magnifying-glass' = 25,
'processing' = 26,
'show' = 27,
'star' = 28,
'strike' = 29,
'warning' = 30
'close-md' = 18,
'copy' = 19,
'download' = 20,
'external-link' = 21,
'hide' = 22,
'info' = 23,
'link' = 24,
'loader-spinner' = 25,
'magnifying-glass' = 26,
'processing' = 27,
'show' = 28,
'star' = 29,
'strike' = 30,
'warning' = 31
}

@@ -38,0 +39,0 @@ export declare type IconProps = RecipeVariants<typeof styles.icon> & JSX.IntrinsicElements['svg'] & {

/// <reference types="react" />
import * as RadixDialog from '@radix-ui/react-dialog';
export declare type ContentProps = RadixDialog.DialogContentProps;
export declare const Content: {
({ children, ...rest }: ContentProps): JSX.Element;
displayName: string;
};
export declare const Content: import("react").ForwardRefExoticComponent<RadixDialog.DialogContentProps & import("react").RefAttributes<HTMLDivElement>>;

@@ -20,2 +20,1 @@ export declare const typeIcon: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{

}>;
export declare const close: string;

@@ -27,6 +27,3 @@ import * as RadixDialog from '@radix-ui/react-dialog';

};
Content: {
({ children, ...rest }: RadixDialog.DialogContentProps): JSX.Element;
displayName: string;
};
Content: import("react").ForwardRefExoticComponent<RadixDialog.DialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
Description: {

@@ -36,6 +33,3 @@ ({ children, ...rest }: RadixDialog.DialogDescriptionProps): JSX.Element;

};
Overlay: {
({ children, ...rest }: RadixDialog.DialogOverlayProps): JSX.Element;
displayName: string;
};
Overlay: import("react").ForwardRefExoticComponent<RadixDialog.DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>>;
Title: {

@@ -42,0 +36,0 @@ ({ children, ...rest }: RadixDialog.DialogTitleProps): JSX.Element;

/// <reference types="react" />
import * as RadixDialog from '@radix-ui/react-dialog';
export declare type OverlayProps = RadixDialog.DialogOverlayProps;
export declare const Overlay: {
({ children, ...rest }: OverlayProps): JSX.Element;
displayName: string;
};
export declare const Overlay: import("react").ForwardRefExoticComponent<RadixDialog.DialogOverlayProps & import("react").RefAttributes<HTMLDivElement>>;
{
"name": "@gr4vy/poutine-react",
"version": "0.22.1",
"version": "0.23.0",
"main": "dist/index.cjs.js",

@@ -33,6 +33,6 @@ "module": "dist/index.es.js",

"@storybook/react": "^6.4.19",
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/vite-plugin": "^3.1.2",
"@vanilla-extract/webpack-plugin": "^2.1.5",
"@vanilla-extract/babel-plugin": "^1.1.7",
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/vite-plugin": "^3.2.1",
"@vanilla-extract/webpack-plugin": "^2.1.11",
"babel-loader": "^8.2.2",

@@ -51,8 +51,8 @@ "chromatic": "^6.4.0",

"@gr4vy/poutine-tokens": "^0.10.0",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-tooltip": "^0.1.7",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@vanilla-extract/recipes": "^0.2.4",
"@vanilla-extract/sprinkles": "^1.4.0",
"clsx": "^1.1.1",
"@vanilla-extract/sprinkles": "^1.4.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.1"

@@ -72,3 +72,3 @@ },

},
"gitHead": "de67fce0aba368565e10550b99885e7129445203"
"gitHead": "c1311ab6634555f68de84d628a31eddedde30217"
}

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

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

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