@therms/atalaya
Advanced tools
Comparing version
@@ -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 @@ |
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
462623
12.18%43
7.5%3531
16.23%