@umbraco-ui/uui-card-content-node 1.16.0 → 1.17.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.
package/lib/index.js CHANGED
@@ -119,7 +119,7 @@ UUICardContentNodeElement.styles = [
119
119
 
120
120
  slot[name='tag'] {
121
121
  position: absolute;
122
- top: var(--uui-size-4,12px);
122
+ bottom: var(--uui-size-4,12px);
123
123
  right: var(--uui-size-4,12px);
124
124
  display: flex;
125
125
  justify-content: right;
@@ -27,8 +27,8 @@ export declare class UUICardContentNodeElement extends UUICardElement {
27
27
  protected fallbackIcon: string;
28
28
  private _onSlotIconChange;
29
29
  private _renderFallbackIcon;
30
- protected renderDetail(): import("lit-html").TemplateResult<1>;
31
- render(): import("lit-html").TemplateResult<1>;
30
+ protected renderDetail(): import("lit").TemplateResult<1>;
31
+ render(): import("lit").TemplateResult<1>;
32
32
  static styles: import("lit").CSSResult[];
33
33
  }
34
34
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card-content-node",
3
- "version": "1.16.0",
3
+ "version": "1.17.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.16.0",
34
- "@umbraco-ui/uui-card": "1.16.0",
35
- "@umbraco-ui/uui-icon": "1.16.0"
33
+ "@umbraco-ui/uui-base": "1.17.0-rc.0",
34
+ "@umbraco-ui/uui-card": "1.17.0-rc.0",
35
+ "@umbraco-ui/uui-icon": "1.17.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-card-content-node",
46
- "gitHead": "40e9bb97938eed758af1bc3852b2c2a015f87de6"
46
+ "gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
47
47
  }