@umbraco-ui/uui-card 1.17.0 → 1.17.2

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.
@@ -1,6 +1,6 @@
1
1
  import { LitElement } from 'lit';
2
2
  import '@umbraco-ui/uui-checkbox/lib';
3
- declare const UUICardElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").SelectOnlyMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").SelectableMixinInterface) & typeof LitElement;
3
+ declare const UUICardElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUISelectOnlyMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUISelectableMixinInterface) & typeof LitElement;
4
4
  /**
5
5
  * Card is a Component that provides the basics for a Card component. This can be extended in code to match a certain need.
6
6
  * @element uui-card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-card",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
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.17.0",
34
- "@umbraco-ui/uui-checkbox": "1.17.0"
33
+ "@umbraco-ui/uui-base": "1.17.2",
34
+ "@umbraco-ui/uui-checkbox": "1.17.2"
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": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e"
45
+ "gitHead": "773aaaeb28591e78a90d5fa0d2c2ceff0eaba855"
46
46
  }