|
| 1 | +{ |
| 2 | + "link-typography-xsmall": { |
| 3 | + "value": "{fontWeight.regular} {fontSize.2}/{lineHeight.1} {fontFamily.sans}", |
| 4 | + "type": "other", |
| 5 | + "description": "body.xs - fontSize.2/lineHeight.1" |
| 6 | + }, |
| 7 | + "link-typography-small": { |
| 8 | + "value": "{fontWeight.regular} {fontSize.3}/{lineHeight.2} {fontFamily.sans}", |
| 9 | + "type": "other", |
| 10 | + "description": "body.s - fontSize.3/lineHeight.2" |
| 11 | + }, |
| 12 | + "link-typography-medium": { |
| 13 | + "value": "{fontWeight.regular} {fontSize.4}/{lineHeight.3} {fontFamily.sans}", |
| 14 | + "type": "other", |
| 15 | + "description": "body.m - fontSize.4/lineHeight.3" |
| 16 | + }, |
| 17 | + "link-typography-large": { |
| 18 | + "value": "{fontWeight.regular} {fontSize.6}/{lineHeight.5} {fontFamily.sans}", |
| 19 | + "type": "other", |
| 20 | + "description": "body.l - fontSize.6/lineHeight.5" |
| 21 | + }, |
| 22 | + "link-gap": { |
| 23 | + "value": "{space.2xs}", |
| 24 | + "type": "spacing", |
| 25 | + "description": "4px - V1 default gap between text and icons" |
| 26 | + }, |
| 27 | + "link-gap-xsmall": { |
| 28 | + "value": "0.125rem", |
| 29 | + "type": "spacing", |
| 30 | + "description": "2px" |
| 31 | + }, |
| 32 | + "link-gap-small": { |
| 33 | + "value": "0.1875rem", |
| 34 | + "type": "spacing", |
| 35 | + "description": "3px" |
| 36 | + }, |
| 37 | + "link-gap-medium": { |
| 38 | + "value": "{space.2xs}", |
| 39 | + "type": "spacing", |
| 40 | + "description": "4px" |
| 41 | + }, |
| 42 | + "link-gap-large": { |
| 43 | + "value": "0.3125rem", |
| 44 | + "type": "spacing", |
| 45 | + "description": "5px" |
| 46 | + }, |
| 47 | + "link-icon-size-xsmall": { |
| 48 | + "value": "0.75rem", |
| 49 | + "type": "sizing", |
| 50 | + "description": "12px - 2xsmall" |
| 51 | + }, |
| 52 | + "link-icon-size-small": { |
| 53 | + "value": "{iconSize.1}", |
| 54 | + "type": "sizing", |
| 55 | + "description": "16px - xsmall" |
| 56 | + }, |
| 57 | + "link-icon-size-medium": { |
| 58 | + "value": "{iconSize.2}", |
| 59 | + "type": "sizing", |
| 60 | + "description": "18px - small" |
| 61 | + }, |
| 62 | + "link-icon-size-large": { |
| 63 | + "value": "{iconSize.3}", |
| 64 | + "type": "sizing", |
| 65 | + "description": "20px - medium" |
| 66 | + }, |
| 67 | + "link-color-interactive-default": { |
| 68 | + "value": "{color.interactive.default}", |
| 69 | + "type": "color" |
| 70 | + }, |
| 71 | + "link-color-interactive-hover": { |
| 72 | + "value": "{color.interactive.hover}", |
| 73 | + "type": "color" |
| 74 | + }, |
| 75 | + "link-color-interactive-visited": { |
| 76 | + "value": "{color.interactive.visited}", |
| 77 | + "type": "color" |
| 78 | + }, |
| 79 | + "link-color-dark-default": { |
| 80 | + "value": "{color.greyscale.black}", |
| 81 | + "type": "color" |
| 82 | + }, |
| 83 | + "link-color-dark-hover": { |
| 84 | + "value": "{color.greyscale.700}", |
| 85 | + "type": "color" |
| 86 | + }, |
| 87 | + "link-color-dark-visited": { |
| 88 | + "value": "{color.interactive.visited}", |
| 89 | + "type": "color" |
| 90 | + }, |
| 91 | + "link-color-light-default": { |
| 92 | + "value": "{color.text.light}", |
| 93 | + "type": "color" |
| 94 | + }, |
| 95 | + "link-color-light-hover": { |
| 96 | + "value": "{color.greyscale.100}", |
| 97 | + "type": "color" |
| 98 | + }, |
| 99 | + "link-color-light-visited": { |
| 100 | + "value": "{color.greyscale.300}", |
| 101 | + "type": "color" |
| 102 | + } |
| 103 | +} |
0 commit comments