@umbraco-ui/uui-card-user 1.4.0 → 1.5.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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### See it in action
6
6
 
7
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-card-user)
7
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-card-user--docs)
8
8
 
9
9
  ## Usage
10
10
 
@@ -60,11 +60,6 @@
60
60
  "type": "string",
61
61
  "default": "\"''\""
62
62
  },
63
- {
64
- "name": "styles",
65
- "type": "CSSResult[]",
66
- "default": "[null,null]"
67
- },
68
63
  {
69
64
  "name": "disabled",
70
65
  "attribute": "disabled",
@@ -93,6 +88,11 @@
93
88
  "type": "string",
94
89
  "default": "\"undefined\""
95
90
  },
91
+ {
92
+ "name": "styles",
93
+ "type": "CSSResult[]",
94
+ "default": "[null,null]"
95
+ },
96
96
  {
97
97
  "name": "selectOnly",
98
98
  "attribute": "select-only",
@@ -8,7 +8,6 @@ import { UUICardElement } from '@umbraco-ui/uui-card/lib';
8
8
  */
9
9
  export declare class UUICardUserElement extends UUICardElement {
10
10
  #private;
11
- static styles: import("lit").CSSResult[];
12
11
  /**
13
12
  * User name
14
13
  * @type {string}
@@ -18,6 +17,7 @@ export declare class UUICardUserElement extends UUICardElement {
18
17
  name: string;
19
18
  connectedCallback(): void;
20
19
  render(): import("lit-html").TemplateResult<1>;
20
+ static styles: import("lit").CSSResult[];
21
21
  }
22
22
  declare global {
23
23
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card-user",
3
- "version": "1.4.0",
3
+ "version": "1.5.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.4.0",
35
- "@umbraco-ui/uui-base": "1.4.0",
36
- "@umbraco-ui/uui-card": "1.4.0"
34
+ "@umbraco-ui/uui-avatar": "1.5.0-rc.1",
35
+ "@umbraco-ui/uui-base": "1.5.0-rc.1",
36
+ "@umbraco-ui/uui-card": "1.5.0-rc.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build --force && 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": "09437426b75b875ea93d7ab61b489d3817d81d96"
47
+ "gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
48
48
  }