@zywave/zui-table 4.0.1-pre.1 → 4.0.1-pre.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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ _yarn_:
14
14
  > yarn add @zywave/zui-table
15
15
  ```
16
16
 
17
- See [the documentation site](http://zui.zywave.com/) for more information.
17
+ See [the documentation site](https://booster.zywave.dev/) for more information.
18
18
 
19
19
  ## Running locally
20
20
 
@@ -11,7 +11,7 @@ export declare class ZuiTableCellElement extends ZuiBaseElement {
11
11
  * Set to decrease table cell padding to accommodate action button(s)
12
12
  */
13
13
  action: boolean;
14
- static get styles(): (import("lit").CSSResult | import("lit").CSSResultArray)[];
14
+ static get styles(): import("lit").CSSResultGroup[];
15
15
  render(): import("lit-html").TemplateResult<1>;
16
16
  }
17
17
  declare global {
@@ -7,7 +7,7 @@ import { ZuiBaseElement } from '@zywave/zui-base';
7
7
  * @cssprop [--zui-table-footer-margin=10px] - Override the margin between the table and footer of the table
8
8
  */
9
9
  export declare class ZuiTableFooterElement extends ZuiBaseElement {
10
- static get styles(): (import("lit").CSSResult | import("lit").CSSResultArray)[];
10
+ static get styles(): import("lit").CSSResultGroup[];
11
11
  render(): import("lit-html").TemplateResult<1>;
12
12
  }
13
13
  declare global {
@@ -20,7 +20,7 @@ export declare class ZuiTableRowElement extends ZuiBaseElement {
20
20
  summary: boolean;
21
21
  private _slotEl;
22
22
  private get _slottedCells();
23
- static get styles(): (import("lit").CSSResult | import("lit").CSSResultArray)[];
23
+ static get styles(): import("lit").CSSResultGroup[];
24
24
  connectedCallback(): void;
25
25
  firstUpdated(): void;
26
26
  render(): import("lit-html").TemplateResult<1>;
@@ -7,7 +7,7 @@ import { ZuiBaseElement } from '@zywave/zui-base';
7
7
  * @slot action - Action(s) that affect the whole table goes here
8
8
  */
9
9
  export declare class ZuiTableTopbarElement extends ZuiBaseElement {
10
- static get styles(): (import("lit").CSSResult | import("lit").CSSResultArray)[];
10
+ static get styles(): import("lit").CSSResultGroup[];
11
11
  render(): import("lit-html").TemplateResult<1>;
12
12
  }
13
13
  declare global {
@@ -24,7 +24,7 @@ export declare class ZuiTableElement extends ZuiBaseElement {
24
24
  noResults: boolean;
25
25
  private _slotEl;
26
26
  private get _footer();
27
- static get styles(): (import("lit").CSSResult | import("lit").CSSResultArray)[];
27
+ static get styles(): import("lit").CSSResultGroup[];
28
28
  connectedCallback(): void;
29
29
  firstUpdated(): void;
30
30
  render(): import("lit-html").TemplateResult<1>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zywave/zui-table",
3
- "version": "4.0.1-pre.1",
3
+ "version": "4.0.1-pre.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "customElements": "dist/custom-elements.json",
23
23
  "dependencies": {
24
- "@zywave/zui-base": "^4.1.19-pre.1"
24
+ "@zywave/zui-base": "^4.1.19-pre.2"
25
25
  },
26
- "gitHead": "f84f16138879b6b119b1198f302646b6e0cc31e2"
26
+ "gitHead": "3e298837477b09bfe5de979305b5f16164ef72a0"
27
27
  }