@umbraco-ui/uui-button
Advanced tools
Comparing version 1.6.0-rc.3 to 1.6.0-rc.4
import { LitElement, nothing, TemplateResult } from 'lit'; | ||
import { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types'; | ||
import { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-ui/uui-base/lib/types'; | ||
export type UUIButtonState = undefined | 'waiting' | 'success' | 'failed'; | ||
@@ -50,3 +50,3 @@ export type UUIButtonType = 'submit' | 'button' | 'reset'; | ||
*/ | ||
look: InterfaceLook; | ||
look: UUIInterfaceLook; | ||
/** | ||
@@ -58,3 +58,3 @@ * Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green "confirm" button. | ||
*/ | ||
color: InterfaceColor; | ||
color: UUIInterfaceColor; | ||
/** | ||
@@ -61,0 +61,0 @@ * Makes the left and right padding of the button narrower. |
{ | ||
"name": "@umbraco-ui/uui-button", | ||
"version": "1.6.0-rc.3", | ||
"version": "1.6.0-rc.4", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "description": "All-round button, Umbraco backoffice style.", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.6.0-rc.3", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.3" | ||
"@umbraco-ui/uui-base": "1.6.0-rc.4", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.4" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-button", | ||
"gitHead": "27c5350ac041811e4d24b656030e7dca544caff1" | ||
"gitHead": "ae00cf3a0d7be2827491b435c1a40f5d7649a504" | ||
} |
34925
+ Added@umbraco-ui/uui-base@1.6.0-rc.4(transitive)
- Removed@umbraco-ui/uui-base@1.6.0-rc.3(transitive)