@interop-ui/react-announce
Advanced tools
Comparing version 0.0.1-3 to 0.0.1-4
@@ -66,9 +66,7 @@ import * as React from "react"; | ||
export type AnnounceProps = AnnounceDOMProps & AnnounceOwnProps; | ||
export const Announce: import("react/utils/src").ForwardRefExoticComponentWithAs<"div", AnnounceProps> & { | ||
export const Announce: import("@interop-ui/react-utils").ForwardRefExoticComponentWithAs<"div", AnnounceProps> & { | ||
displayName: string; | ||
}; | ||
export const styles: { | ||
root: React.CSSProperties | Record<string, React.CSSProperties>; | ||
} & Record<"root", React.CSSProperties | Record<string, React.CSSProperties>>; | ||
export const styles: import("@interop-ui/react-utils").PrimitiveStyles<"root">; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@interop-ui/react-announce", | ||
"version": "0.0.1-3", | ||
"version": "0.0.1-4", | ||
"license": "MIT", | ||
@@ -14,14 +14,14 @@ "source": "src/index.ts", | ||
"scripts": { | ||
"build": "parcel build src/index.ts && yarn build:styles", | ||
"build": "parcel build src/index.ts --no-cache && yarn build:styles", | ||
"build:styles": "node ../../../scripts/build-styles announce", | ||
"clean": "rm -rf dist", | ||
"bump": "yarn version --deferred", | ||
"version": "yarn version", | ||
"prepublish": "yarn clean && yarn build" | ||
}, | ||
"dependencies": { | ||
"@interop-ui/react-utils": "0.0.1-3", | ||
"@interop-ui/utils": "0.0.1-2" | ||
"@interop-ui/react-utils": "0.0.1-4", | ||
"@interop-ui/utils": "0.0.1-3" | ||
}, | ||
"devDependencies": { | ||
"@interop-ui/react-visually-hidden": "0.0.1-3", | ||
"@interop-ui/react-visually-hidden": "0.0.1-4", | ||
"parcel": "^2.0.0-beta.1" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
42808
105
+ Added@interop-ui/react-utils@0.0.1-4(transitive)
+ Added@interop-ui/utils@0.0.1-3(transitive)
- Removed@interop-ui/react-utils@0.0.1-3(transitive)
- Removed@interop-ui/utils@0.0.1-2(transitive)
Updated@interop-ui/utils@0.0.1-3