@umbraco-ui/uui-card-user 1.16.0 → 1.17.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 CHANGED
@@ -108,8 +108,8 @@ UUICardUserElement.styles = [
108
108
 
109
109
  slot[name='tag'] {
110
110
  position: absolute;
111
- top: 6px;
112
- right: 6px;
111
+ bottom: var(--uui-size-space-4,12px);
112
+ right: var(--uui-size-space-4,12px);
113
113
  display: flex;
114
114
  justify-content: right;
115
115
  }
@@ -19,7 +19,7 @@ export declare class UUICardUserElement extends UUICardElement {
19
19
  private _avatarSlotHasContent;
20
20
  private _avatarSlotChanged;
21
21
  connectedCallback(): void;
22
- render(): import("lit-html").TemplateResult<1>;
22
+ render(): import("lit").TemplateResult<1>;
23
23
  static styles: import("lit").CSSResult[];
24
24
  }
25
25
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card-user",
3
- "version": "1.16.0",
3
+ "version": "1.17.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -31,9 +31,9 @@
31
31
  "custom-elements.json"
32
32
  ],
33
33
  "dependencies": {
34
- "@umbraco-ui/uui-avatar": "1.16.0",
35
- "@umbraco-ui/uui-base": "1.16.0",
36
- "@umbraco-ui/uui-card": "1.16.0"
34
+ "@umbraco-ui/uui-avatar": "1.17.0-rc.1",
35
+ "@umbraco-ui/uui-base": "1.17.0-rc.1",
36
+ "@umbraco-ui/uui-card": "1.17.0-rc.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-card-user",
47
- "gitHead": "40e9bb97938eed758af1bc3852b2c2a015f87de6"
47
+ "gitHead": "84c1600b0f07edb0e0ee6b3968d794e21e711191"
48
48
  }