@umbraco-ui/uui-card-block-type 1.16.0-rc.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
@@ -96,7 +96,7 @@ UUICardBlockTypeElement.styles = [
96
96
 
97
97
  slot[name='tag'] {
98
98
  position: absolute;
99
- top: var(--uui-size-4,12px);
99
+ bottom: var(--uui-size-4,12px);
100
100
  right: var(--uui-size-4,12px);
101
101
  display: flex;
102
102
  justify-content: right;
@@ -27,7 +27,7 @@ export declare class UUICardBlockTypeElement extends UUICardElement {
27
27
  description?: string;
28
28
  get background(): string | undefined;
29
29
  set background(value: string | undefined);
30
- render(): import("lit-html").TemplateResult<1>;
30
+ render(): import("lit").TemplateResult<1>;
31
31
  static styles: import("lit").CSSResult[];
32
32
  }
33
33
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card-block-type",
3
- "version": "1.16.0-rc.0",
3
+ "version": "1.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.16.0-rc.0",
34
- "@umbraco-ui/uui-card": "1.16.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.17.0-rc.0",
34
+ "@umbraco-ui/uui-card": "1.17.0-rc.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-card-block-type",
45
- "gitHead": "7bf1acd40b60feb81d82067ba2342d2b3e33c057"
45
+ "gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
46
46
  }