@umbraco-ui/uui-ref-list 1.4.0 → 1.5.0-rc.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.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Umbraco style ref-list component.
6
6
 
7
7
  ### See it in action
8
8
 
9
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-ref-list)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/displays-reference-list--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -3,8 +3,8 @@ import { LitElement } from 'lit';
3
3
  * @element uui-ref-list
4
4
  */
5
5
  export declare class UUIRefListElement extends LitElement {
6
- static styles: import("lit").CSSResult[];
7
6
  render(): import("lit-html").TemplateResult<1>;
7
+ static styles: import("lit").CSSResult[];
8
8
  }
9
9
  declare global {
10
10
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-ref-list",
3
- "version": "1.4.0",
3
+ "version": "1.5.0-rc.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.4.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "npm run analyze && tsc --build --force && 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-ref-list",
44
- "gitHead": "09437426b75b875ea93d7ab61b489d3817d81d96"
44
+ "gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
45
45
  }