@kodiak-ui/message
Advanced tools
Comparing version 0.2.33 to 0.2.34
import * as React from 'react'; | ||
import { VariantProps } from '@kodiak-ui/core'; | ||
declare type MessageType = 'polite' | 'assertive'; | ||
export declare const Message: React.ForwardRefExoticComponent<{ | ||
children: React.ReactNode; | ||
type?: MessageType; | ||
dismissLabel?: string; | ||
onDismiss?: () => void; | ||
} & React.HTMLAttributes<HTMLDivElement> & VariantProps & import("styled-system").SpaceProps<Required<import("styled-system").Theme<string | number>>, string | number | symbol> & import("styled-system").ColorProps<Required<import("styled-system").Theme<string | number>>, string | number | symbol> & import("styled-system").TypographyProps<Required<import("styled-system").Theme<string | number>>> & import("styled-system").LayoutProps<Required<import("styled-system").Theme<string | number>>> & import("styled-system").FlexboxProps<Required<import("styled-system").Theme<string | number>>> & import("styled-system").GridProps<Required<import("styled-system").Theme<string | number>>> & import("styled-system").BackgroundProps<Required<import("styled-system").Theme<string | number>>, string | number> & import("styled-system").BorderProps<Required<import("styled-system").Theme<string | number>>, string | number> & import("styled-system").PositionProps<Required<import("styled-system").Theme<string | number>>> & import("styled-system").ShadowProps<Required<import("styled-system").Theme<string | number>>> & React.RefAttributes<HTMLDivElement>>; | ||
export {}; | ||
export declare const Message: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>; |
{ | ||
"name": "@kodiak-ui/message", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "Component to display messages to users (i.e. alerts, notifications)", | ||
@@ -18,3 +18,4 @@ "main": "dist/message.cjs.js", | ||
"peerDependencies": { | ||
"react": "^16.12.0" | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
@@ -26,6 +27,6 @@ "dependencies": { | ||
"@kodiak-ui/core": "^0.1.16", | ||
"@kodiak-ui/primitives": "^0.17.10", | ||
"@kodiak-ui/primitives": "^0.17.11", | ||
"theme-ui": "^0.3.1" | ||
}, | ||
"gitHead": "5b7a62be6feb05bd7b498c3348aaa9478a3cd38d" | ||
"gitHead": "afd7c8de953945c6689d397645092915ea6085a9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12644
8
216