@trafilea/afrodita-components 6.43.4 → 6.43.7

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.
@@ -962,6 +962,10 @@ var revel = {
962
962
  fontSize: 14,
963
963
  lineHeight: '22px',
964
964
  },
965
+ 'link-xsmall': {
966
+ fontSize: 12,
967
+ lineHeight: '16px',
968
+ },
965
969
  'pricing-large': {
966
970
  fontSize: 24,
967
971
  lineHeight: '32px',
@@ -927,6 +927,10 @@ var shapermint = {
927
927
  fontSize: 14,
928
928
  lineHeight: '22px',
929
929
  },
930
+ 'link-xsmall': {
931
+ fontSize: 12,
932
+ lineHeight: '16px',
933
+ },
930
934
  'pricing-large': {
931
935
  fontSize: 24,
932
936
  lineHeight: '32px',
@@ -938,6 +938,10 @@ var thebodcon = {
938
938
  fontSize: 14,
939
939
  lineHeight: '22px',
940
940
  },
941
+ 'link-xsmall': {
942
+ fontSize: 12,
943
+ lineHeight: '16px',
944
+ },
941
945
  'pricing-large': {
942
946
  fontSize: 24,
943
947
  lineHeight: '32px',
@@ -916,6 +916,10 @@ var tsd = {
916
916
  fontSize: 14,
917
917
  lineHeight: '22px',
918
918
  },
919
+ 'link-xsmall': {
920
+ fontSize: 12,
921
+ lineHeight: '16px',
922
+ },
919
923
  'pricing-large': {
920
924
  fontSize: 28,
921
925
  lineHeight: '32px',
@@ -267,6 +267,10 @@ var truekind = {
267
267
  fontSize: 14,
268
268
  lineHeight: '22px',
269
269
  },
270
+ 'link-xsmall': {
271
+ fontSize: 12,
272
+ lineHeight: '16px',
273
+ },
270
274
  'pricing-large': {
271
275
  fontSize: 24,
272
276
  lineHeight: '32px',
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": "6.43.4",
6
+ "version": "6.43.7",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",