@umbraco-ui/uui-ref-node 1.14.0-rc.0 → 1.14.0-rc.1
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 +3 -2
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -132,9 +132,8 @@ UUIRefNodeElement.styles = [
|
|
|
132
132
|
display: flex;
|
|
133
133
|
flex-grow: 1;
|
|
134
134
|
align-items: center;
|
|
135
|
-
justify-content: center;
|
|
136
135
|
line-height: 1.2em;
|
|
137
|
-
padding: calc(var(--uui-size-
|
|
136
|
+
padding: calc(var(--uui-size-3,9px));
|
|
138
137
|
}
|
|
139
138
|
|
|
140
139
|
#open-part {
|
|
@@ -160,10 +159,12 @@ UUIRefNodeElement.styles = [
|
|
|
160
159
|
justify-content: center;
|
|
161
160
|
height: 100%;
|
|
162
161
|
padding-left: var(--uui-size-2,6px);
|
|
162
|
+
margin-top: 1px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
#detail {
|
|
166
166
|
opacity: 0.6;
|
|
167
|
+
line-height: 1.2em;
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
:host([selectable]) #open-part {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-ref-node",
|
|
3
|
-
"version": "1.14.0-rc.
|
|
3
|
+
"version": "1.14.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.14.0-rc.
|
|
34
|
-
"@umbraco-ui/uui-icon": "1.14.0-rc.
|
|
35
|
-
"@umbraco-ui/uui-ref": "1.14.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.14.0-rc.1",
|
|
34
|
+
"@umbraco-ui/uui-icon": "1.14.0-rc.1",
|
|
35
|
+
"@umbraco-ui/uui-ref": "1.14.0-rc.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-ref-node",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c3c2fc0f8a68b897b5c88e0c3e09f549150f1034"
|
|
47
47
|
}
|