@ecl/ec-component-link
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-beta.0
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-beta.0", | ||
"description": "ECL Links", | ||
@@ -11,4 +11,4 @@ "style": "ec-component-link.scss", | ||
"dependencies": { | ||
"@ecl/ec-base": "^2.0.0-alpha.3", | ||
"@ecl/ec-component-icon": "^2.0.0-alpha.3" | ||
"@ecl/ec-base": "^2.0.0-beta.0", | ||
"@ecl/ec-component-icon": "^2.0.0-beta.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "ece5ee77bef0949a8bf653412f20d0e98c75939d" | ||
"gitHead": "30794d23d9bfca34781b2b26fbdc27ee5fc13a25" | ||
} |
@@ -10,33 +10,33 @@ # Links | ||
* **in-line text link** | ||
- **in-line text link** | ||
* internal links | ||
* external links | ||
- internal links | ||
- external links | ||
* **stand-alone link** | ||
* more link | ||
* expandable link | ||
* social media link | ||
- **stand-alone link** | ||
- more link | ||
- expandable link | ||
- social media link | ||
## When to use this component | ||
* **in-line link**<br/> when links are inserted within paragraph text | ||
- **in-line link**<br/> when links are inserted within paragraph text | ||
blocks<br/> **style**<br/> blue, underlined (displayed in white colour if the | ||
background colour is blue) | ||
* **internal link**<br/> when links point to URLs inside the ec.europa.eu | ||
- **internal link**<br/> when links point to URLs inside the ec.europa.eu | ||
domain<br/> **style** <br/> underlined link | ||
* **external link**<br/> when links point to URLs outside the ec.europa.eu | ||
- **external link**<br/> when links point to URLs outside the ec.europa.eu | ||
domain<br/> **style**<br/> underlined link with an appended square w/ arrow | ||
pointing outward | ||
* **stand-alone link**<br/> when links are not inserted within paragraph text | ||
- **stand-alone link**<br/> when links are not inserted within paragraph text | ||
blocks<br/> **style**<br/> blue, no underline | ||
* **more link**<br/> used on the Listings component | ||
- **more link**<br/> used on the Listings component | ||
* **expandable link**<br/> used on the Expandable component | ||
- **expandable link**<br/> used on the Expandable component | ||
* **social media link**<br/> used on the Social media - Follow. and Social | ||
- **social media link**<br/> used on the Social media - Follow. and Social | ||
media - Share. components | ||
@@ -46,3 +46,3 @@ | ||
* for actions or important links to other pages - in this case, use buttons | ||
- for actions or important links to other pages - in this case, use buttons | ||
instead |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17273