@umbraco-ui/uui-icon
Advanced tools
Comparing version 1.2.1 to 1.3.0-rc.0
@@ -25,3 +25,3 @@ import { css, LitElement, html } from 'lit'; | ||
constructor(evName, eventInit = {}) { | ||
super(evName, __spreadValues(__spreadValues({}, { bubbles: true }), eventInit)); | ||
super(evName, __spreadValues(__spreadValues({}, { bubbles: true, composed: true }), eventInit)); | ||
this.icon = null; | ||
@@ -34,3 +34,3 @@ } | ||
} | ||
UUIIconRequestEvent.ICON_REQUEST = "icon_request"; | ||
UUIIconRequestEvent.ICON_REQUEST = "icon-request"; | ||
@@ -37,0 +37,0 @@ var __defProp = Object.defineProperty; |
@@ -5,3 +5,3 @@ import { UUIEvent } from '@umbraco-ui/uui-base/lib/events'; | ||
}> { | ||
static readonly ICON_REQUEST = "icon_request"; | ||
static readonly ICON_REQUEST = "icon-request"; | ||
icon: Promise<string> | null; | ||
@@ -8,0 +8,0 @@ constructor(evName: string, eventInit?: any | null); |
{ | ||
"name": "@umbraco-ui/uui-icon", | ||
"version": "1.2.1", | ||
"version": "1.3.0-rc.0", | ||
"license": "MIT", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.2.1" | ||
"@umbraco-ui/uui-base": "1.3.0-rc.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js", | ||
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json", | ||
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json", | ||
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" | ||
@@ -45,3 +45,3 @@ }, | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-icon", | ||
"gitHead": "94eb22bee5ff21bac6fadbd78653671279bebe36" | ||
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11633
1
+ Added@umbraco-ui/uui-base@1.3.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.2.1(transitive)