@therms/atalaya
Advanced tools
Comparing version 1.1.0-beta.49 to 1.1.0-beta.50
@@ -0,1 +1,8 @@ | ||
# [1.1.0-beta.50](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.49...v1.1.0-beta.50) (2021-02-24) | ||
### Bug Fixes | ||
* **CORE-1219:** fix docs layout error ([c3c0551](http://bitbucket.org/thermsio/atalaya/commits/c3c05517c66c6eef1e167e542071b8e0f7138fc9)) | ||
# [1.1.0-beta.49](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.48...v1.1.0-beta.49) (2021-02-24) | ||
@@ -2,0 +9,0 @@ |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
} | ||
declare const ActivityType: ({ name, severity }: ActivityTypeProps) => React.ReactElement; | ||
declare const ActivityType: ({ name, severity, }: ActivityTypeProps) => React.ReactElement; | ||
export default ActivityType; |
@@ -11,3 +11,3 @@ import React from 'react'; | ||
declare const Badge: { | ||
({ max, type, value }: BadgeProps): React.ReactElement; | ||
({ max, type, value, }: BadgeProps): React.ReactElement; | ||
propTypes: { | ||
@@ -14,0 +14,0 @@ max: PropTypes.Requireable<number>; |
@@ -5,2 +5,2 @@ export interface TagClassProps { | ||
} | ||
export declare const makeTagClasses: ({ type }: TagClassProps) => string; | ||
export declare const makeTagClasses: ({ type, }: TagClassProps) => string; |
{ | ||
"name": "@therms/atalaya", | ||
"version": "1.1.0-beta.49", | ||
"version": "1.1.0-beta.50", | ||
"main": "./lib/cjs.js", | ||
@@ -85,2 +85,3 @@ "module": "./lib/index.js", | ||
"prettier": "^2.2.1", | ||
"prettier-config-americansoftware": "^2.0.0", | ||
"prop-types": "^15.7.2", | ||
@@ -87,0 +88,0 @@ "react": "^17.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
193123
2571
71