@umbraco-ui/uui-table 1.17.0 → 1.17.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.
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
- declare const UUITableRowElement_base: (new (...args: any[]) => import("packages/uui-base/lib").SelectOnlyMixinInterface) & (new (...args: any[]) => import("packages/uui-base/lib").SelectableMixinInterface) & typeof LitElement;
2
+ declare const UUITableRowElement_base: (new (...args: any[]) => import("packages/uui-base/lib").UUISelectOnlyMixinInterface) & (new (...args: any[]) => import("packages/uui-base/lib").UUISelectableMixinInterface) & typeof LitElement;
3
3
  /**
4
4
  * Table row element with option to set is as selectable. Parent for uui-table-cell. Must be a child of uui-table.
5
5
  * @element uui-table-row
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-table",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,7 +30,7 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.17.0"
33
+ "@umbraco-ui/uui-base": "1.17.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "homepage": "https://uui.umbraco.com/?path=/story/uui-table",
44
- "gitHead": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e"
44
+ "gitHead": "066da7bddb2178bf21224f98c4b390d09773b896"
45
45
  }