@umbraco-ui/uui-icon-registry-essential 1.13.0 → 1.14.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -3
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -104,14 +104,12 @@ class UUIIconRegistryEssential extends UUIIconRegistry {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
var __defProp = Object.defineProperty;
|
|
108
107
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
109
108
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
110
109
|
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
111
110
|
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
112
111
|
if (decorator = decorators[i])
|
|
113
|
-
result = (
|
|
114
|
-
if (kind && result) __defProp(target, key, result);
|
|
112
|
+
result = (decorator(result)) || result;
|
|
115
113
|
return result;
|
|
116
114
|
};
|
|
117
115
|
let UUIIconRegistryEssentialElement = class extends UUIIconRegistryElement {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-icon-registry-essential",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-icon-registry": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.14.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-icon-registry": "1.14.0-rc.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-icon-registry-essential",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "3dd62a7dd7fc7a38c6333c113cd942393bb437f0"
|
|
46
46
|
}
|