@atomik-ui/avatar
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.0.20 (2020-08-06) | ||
**Note:** Version bump only for package @atomik-ui/avatar | ||
## [1.0.19](https://github.com/deebov/@atomik-ui/compare/@atomik-ui/avatar@1.0.18...@atomik-ui/avatar@1.0.19) (2020-08-01) | ||
@@ -8,0 +16,0 @@ |
import React from "react"; | ||
import { BoxProps } from "../system/index"; | ||
export const StyledContainer: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, BoxProps<HTMLElement>, object>; | ||
import { BoxProps } from "@atomik-ui/system"; | ||
export const StyledContainer: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, BoxProps<"div", {}>, object>; | ||
interface AvatarProps { | ||
@@ -5,0 +5,0 @@ size?: "xs" | "sm" | "md" | "lg" | "xl"; |
{ | ||
"name": "@atomik-ui/avatar", | ||
"description": "A React component used by Atomik", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"main": "dist/main.js", | ||
@@ -44,6 +44,6 @@ "types": "dist/types.d.ts", | ||
"dependencies": { | ||
"@atomik-ui/box": "^1.0.19", | ||
"@atomik-ui/system": "^1.0.20" | ||
"@atomik-ui/box": "^1.0.20", | ||
"@atomik-ui/system": "^1.0.21" | ||
}, | ||
"gitHead": "29a9f52fb617cc7e5a6a8499e7ee8520e825a3db" | ||
"gitHead": "fe566cc0965023270417e79f6da0fa400c0fdf0b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16714
Updated@atomik-ui/box@^1.0.20
Updated@atomik-ui/system@^1.0.21