@umbraco-ui/uui-card 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
@@ -100,7 +100,7 @@ UUICardElement.styles = [
100
100
  height: 100%;
101
101
  z-index: 1;
102
102
  box-sizing: border-box;
103
- border: var(--uui-card-border-width) solid var(--uui-color-invalid,#d42054);
103
+ border: var(--uui-card-border-width) solid var(--uui-color-invalid,#c31d4c);
104
104
  border-radius: var(--uui-border-radius,3px);
105
105
  }
106
106
 
@@ -109,6 +109,7 @@ UUICardElement.styles = [
109
109
  font-family: inherit;
110
110
  border: 0;
111
111
  padding: 0;
112
+ margin: 0 0 1px 0;
112
113
  background-color: transparent;
113
114
  text-align: left;
114
115
  color: var(--uui-color-text,#060606);
@@ -47,8 +47,8 @@ export declare class UUICardElement extends UUICardElement_base {
47
47
  rel?: string;
48
48
  protected handleOpenClick(e: Event): void;
49
49
  protected handleOpenKeydown(e: KeyboardEvent): void;
50
- protected renderCheckbox(): import("lit-html").TemplateResult<1> | undefined;
51
- protected render(): import("lit-html").TemplateResult<1>;
50
+ protected renderCheckbox(): import("lit").TemplateResult<1> | undefined;
51
+ protected render(): import("lit").TemplateResult<1>;
52
52
  static styles: import("lit").CSSResult[];
53
53
  }
54
54
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card",
3
- "version": "1.16.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",
34
- "@umbraco-ui/uui-checkbox": "1.16.0"
33
+ "@umbraco-ui/uui-base": "1.17.0-rc.0",
34
+ "@umbraco-ui/uui-checkbox": "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",
45
- "gitHead": "40e9bb97938eed758af1bc3852b2c2a015f87de6"
45
+ "gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
46
46
  }