@umbraco-ui/uui-button
Advanced tools
Comparing version 1.8.0-rc.2 to 1.8.0
@@ -72,3 +72,3 @@ { | ||
"type": "boolean", | ||
"default": "\"false\"" | ||
"default": "\"true\"" | ||
}, | ||
@@ -198,3 +198,3 @@ { | ||
"type": "boolean", | ||
"default": "\"false\"" | ||
"default": "\"true\"" | ||
}, | ||
@@ -201,0 +201,0 @@ { |
@@ -5,3 +5,3 @@ import { LitElement, nothing, TemplateResult } from 'lit'; | ||
export type UUIButtonType = 'submit' | 'button' | 'reset'; | ||
declare const UUIButtonElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinInterface<FormDataEntryValue | FormData, undefined>) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").PopoverTargetMixinInterface) & typeof LitElement; | ||
declare const UUIButtonElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinElement<FormDataEntryValue | FormData | undefined>) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").PopoverTargetMixinInterface) & typeof LitElement; | ||
/** | ||
@@ -8,0 +8,0 @@ * @element uui-button |
{ | ||
"name": "@umbraco-ui/uui-button", | ||
"version": "1.8.0-rc.2", | ||
"version": "1.8.0", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "description": "All-round button, Umbraco backoffice style.", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.8.0-rc.0", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.8.0-rc.0" | ||
"@umbraco-ui/uui-base": "1.8.0", | ||
"@umbraco-ui/uui-icon-registry-essential": "1.8.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-button", | ||
"gitHead": "d37c2c4ba77397c7e3979f04dfc221f50ed421f1" | ||
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
36258
+ Added@umbraco-ui/uui-base@1.8.0(transitive)
- Removed@umbraco-ui/uui-base@1.8.0-rc.0(transitive)
Updated@umbraco-ui/uui-base@1.8.0