@trafilea/afrodita-components 4.0.2-beta.2 → 4.0.2-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -475,6 +475,18 @@ var shapermint = {
475
475
  fontSize: 12,
476
476
  lineHeight: '16px',
477
477
  },
478
+ 'tag-regular': {
479
+ fontSize: 12,
480
+ lineHeight: '16px',
481
+ },
482
+ 'tag-small': {
483
+ fontSize: 10,
484
+ lineHeight: '14px',
485
+ },
486
+ 'tag-x-small': {
487
+ fontSize: 8,
488
+ lineHeight: '12px',
489
+ },
478
490
  },
479
491
  },
480
492
  fonts: {
@@ -215,6 +215,18 @@ var truekind = {
215
215
  fontSize: 12,
216
216
  lineHeight: '16px',
217
217
  },
218
+ 'tag-regular': {
219
+ fontSize: 12,
220
+ lineHeight: '16px',
221
+ },
222
+ 'tag-small': {
223
+ fontSize: 10,
224
+ lineHeight: '14px',
225
+ },
226
+ 'tag-x-small': {
227
+ fontSize: 8,
228
+ lineHeight: '12px',
229
+ },
218
230
  },
219
231
  },
220
232
  component: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "4.0.2-beta.2",
6
+ "version": "4.0.2-beta.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",