@umbraco-ui/uui-ref-node 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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
2
2
  import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
3
3
  import { ifDefined } from 'lit/directives/if-defined.js';
4
4
  import { UUIRefElement } from '@umbraco-ui/uui-ref/lib';
5
- import { html, css, nothing } from 'lit';
5
+ import { css, html, nothing } from 'lit';
6
6
  import { property, state } from 'lit/decorators.js';
7
7
 
8
8
  var __defProp = Object.defineProperty;
@@ -130,6 +130,7 @@ UUIRefNodeElement.styles = [
130
130
 
131
131
  #content {
132
132
  display: flex;
133
+ flex-grow: 1;
133
134
  align-items: center;
134
135
  justify-content: center;
135
136
  line-height: 1.2em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-node",
3
- "version": "1.13.0",
3
+ "version": "1.14.0-rc.0",
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",
34
- "@umbraco-ui/uui-icon": "1.13.0",
35
- "@umbraco-ui/uui-ref": "1.13.0"
33
+ "@umbraco-ui/uui-base": "1.14.0-rc.0",
34
+ "@umbraco-ui/uui-icon": "1.14.0-rc.0",
35
+ "@umbraco-ui/uui-ref": "1.14.0-rc.0"
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": "f57b1fdfea3678b843fbec706cecb3a220f6046f"
46
+ "gitHead": "3dd62a7dd7fc7a38c6333c113cd942393bb437f0"
47
47
  }