@hashicorp/hashi-alert-banner
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@hashicorp/hashi-alert-banner", | ||
"description": "alert banner with text and a link", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"main": "dist", | ||
@@ -18,3 +18,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b232478f2987f21b1773cc06ea1b26e39ec3338d" | ||
"gitHead": "568afed0a4e4a2b9006d2327f140f39a397ce045" | ||
} |
@@ -19,4 +19,4 @@ const props = {} | ||
description: 'Background color of the tag on the left', | ||
value: 'terraform', | ||
options: ['default', 'terraform'] | ||
value: 'consul', | ||
options: ['default', 'consul', 'terraform'] | ||
}, | ||
@@ -27,3 +27,3 @@ { | ||
description: 'Primary content of the alert', | ||
value: 'Introducing Terraform Cloud Remote State Management' | ||
value: 'Understanding Modern Service Networking for Cloud and Microservices' | ||
}, | ||
@@ -34,3 +34,3 @@ { | ||
description: 'Faux link text of the alert', | ||
value: 'Sign up for Free' | ||
value: 'Read Whitepaper' | ||
} | ||
@@ -37,0 +37,0 @@ ] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18906
635