@ecl/twig-component-link
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "ECL Link", | ||
@@ -12,7 +12,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@ecl/twig-component-icon": "^3.0.0-beta.1" | ||
"@ecl/twig-component-icon": "^3.0.0-beta.2" | ||
}, | ||
"devDependencies": { | ||
"@ecl/specs-component-link": "^3.0.0-beta.1", | ||
"@ecl/vanilla-component-link": "^3.0.0-beta.1" | ||
"@ecl/specs-component-link": "^3.0.0-beta.2", | ||
"@ecl/vanilla-component-link": "^3.0.0-beta.2" | ||
}, | ||
@@ -33,3 +33,3 @@ "repository": { | ||
], | ||
"gitHead": "cbd6c68e880c649c3567d3ce9cdf595b65fabed2" | ||
"gitHead": "021d345920ae3722a77599b2055d4d4e060573e5" | ||
} |
@@ -12,3 +12,3 @@ # ECL Link component | ||
- **"link"** (associative array) (default: 'predefined structure below') | ||
- "type" (string) (default: '') - type of link. Available types are '', 'standalone' or 'cta' | ||
- "type" (string) (default: '') - type of link. Available types are '', 'standalone', 'cta', 'primary', 'secondary' | ||
- "negative" (boolean) (default: false) - Is the link negative (displayed on dark background) or not | ||
@@ -15,0 +15,0 @@ - "no_visited" (boolean) (default: false) - Prevent color change for visited links |
Sorry, the diff of this file is not supported yet
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
20556