apint-components
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "apint-components", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A component library for pragmatic, simple user interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -43,3 +43,3 @@ import { html, render } from 'lit-html'; | ||
width: 246px; | ||
height: 316px; | ||
height: 350px; | ||
margin: 14px; | ||
@@ -85,4 +85,8 @@ position: relative; | ||
font-weight: 500; | ||
text-decoration: none; | ||
-webkit-text-decorations-: none; | ||
max-height: 70px; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 4; | ||
-webkit-box-orient: vertical; | ||
} | ||
@@ -89,0 +93,0 @@ |
@@ -29,3 +29,3 @@ import { fn } from '@storybook/test'; | ||
args: { | ||
title: "My test title", | ||
title: "My test titleMytestitle My testtitleMy test title My testtitle Mytest title Mytesttitle My test title My test title 2 My test title", | ||
image: "https://cdn.britannica.com/10/250610-050-BC5CCDAF/Zebra-finch-Taeniopygia-guttata-bird.jpg", | ||
@@ -32,0 +32,0 @@ description: "My test description My test description My test description My test description My test description My test description My test description My test description My test description My test description My test description", |
793365
1022