@umbraco-ui/uui-ref-node 1.13.0-rc.0 → 1.13.0-rc.2

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.
Files changed (2) hide show
  1. package/lib/index.js +5 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -133,7 +133,7 @@ UUIRefNodeElement.styles = [
133
133
  align-items: center;
134
134
  justify-content: center;
135
135
  line-height: 1.2em;
136
- padding: calc(var(--uui-size-3,9px));
136
+ padding: calc(var(--uui-size-2,6px));
137
137
  }
138
138
 
139
139
  #open-part {
@@ -169,6 +169,10 @@ UUIRefNodeElement.styles = [
169
169
  flex-grow: 0;
170
170
  padding: 0;
171
171
  margin: calc(var(--uui-size-2,6px));
172
+
173
+ #content {
174
+ padding: 0;
175
+ }
172
176
  }
173
177
 
174
178
  :host(:not([disabled])) #open-part:hover #icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node",
3
- "version": "1.13.0-rc.0",
3
+ "version": "1.13.0-rc.2",
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.13.0-rc.0",
34
- "@umbraco-ui/uui-icon": "1.13.0-rc.0",
35
- "@umbraco-ui/uui-ref": "1.13.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.13.0-rc.2",
34
+ "@umbraco-ui/uui-icon": "1.13.0-rc.2",
35
+ "@umbraco-ui/uui-ref": "1.13.0-rc.2"
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": "864afa6c182c2a73c479237732dadc1abc69a4a0"
46
+ "gitHead": "b7efeca91b64cfb5b59e1fcacafcfee23b861b79"
47
47
  }