New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@therms/atalaya

Package Overview
Dependencies
Maintainers
2
Versions
791
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/atalaya - npm Package Compare versions

Comparing version

to
1.4.0-beta.17

lib/components/atoms/Icon/icons.d.ts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [1.4.0-beta.17](http://bitbucket.org/thermsio/atalaya/compare/v1.4.0-beta.16...v1.4.0-beta.17) (2021-03-09)
### Bug Fixes
* **CORE-1252:** remove rounded corners on Image thumbnail ([8ddf603](http://bitbucket.org/thermsio/atalaya/commits/8ddf603f9f13c4ccd49f6ddb7372d39fef3dddc4))
### Features
* **CORE-1252:** add fontSize and textColor to layout base props ([1e901a1](http://bitbucket.org/thermsio/atalaya/commits/1e901a14164be634eddd70783bb3230892a736b9))
* **CORE-1252:** center text in tags by default ([55cbe09](http://bitbucket.org/thermsio/atalaya/commits/55cbe09690f781850b0de74929d041c59b179749))
* **CORE-1252:** implement Icon component ([a25a59d](http://bitbucket.org/thermsio/atalaya/commits/a25a59d4f24e27cbc2a8c0b52136a771b2a9d164))
# [1.4.0-beta.16](http://bitbucket.org/thermsio/atalaya/compare/v1.4.0-beta.15...v1.4.0-beta.16) (2021-03-08)

@@ -2,0 +16,0 @@

3

lib/index.d.ts

@@ -8,2 +8,3 @@ import configs from './configs';

import DateTime from './components/atoms/DateTime';
import Icon from './components/atoms/Icon';
import Image from './components/atoms/Image';

@@ -16,2 +17,2 @@ import Inline from './layout/Inline';

import './styles/base.css';
export { Badge, Button, Card, Columns, configs, DateTime, Image, Inline, PrioritySquare, Stack, Tag, TagGroup, tokens, };
export { Badge, Button, Card, Columns, configs, DateTime, Image, Icon, Inline, PrioritySquare, Stack, Tag, TagGroup, tokens, };

@@ -28,2 +28,3 @@ import { SemanticTypes } from '../types';

divideY?: Array<BorderWidth> | BorderWidth;
fontSize?: Array<FontSize> | FontSize;
margin?: Array<Spacing> | Spacing;

@@ -43,2 +44,3 @@ marginBottom?: Array<Spacing> | Spacing;

paddingY?: Array<Spacing> | Spacing;
textColor?: TextColor | SemanticTypes | Array<TextColor | SemanticTypes>;
}
{
"name": "@therms/atalaya",
"version": "1.4.0-beta.16",
"version": "1.4.0-beta.17",
"main": "./lib/cjs.js",

@@ -5,0 +5,0 @@ "module": "./lib/index.js",

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

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