@umbraco-ui/uui-input-lock 1.5.0-rc.0 → 1.5.0-rc.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
@@ -6,7 +6,7 @@ Umbraco style input-lock component.
6
6
 
7
7
  ### See it in action
8
8
 
9
- Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-input-lock)
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-input-lock--docs)
10
10
 
11
11
  ## Installation
12
12
 
@@ -159,11 +159,6 @@
159
159
  "type": "boolean",
160
160
  "default": "\"true\""
161
161
  },
162
- {
163
- "name": "styles",
164
- "type": "CSSResult[]",
165
- "default": "[null,null]"
166
- },
167
162
  {
168
163
  "name": "min",
169
164
  "attribute": "min",
@@ -266,6 +261,11 @@
266
261
  "type": "string",
267
262
  "default": "\"\""
268
263
  },
264
+ {
265
+ "name": "styles",
266
+ "type": "CSSResult[]",
267
+ "default": "[null,null]"
268
+ },
269
269
  {
270
270
  "name": "spellcheck",
271
271
  "attribute": "spellcheck",
@@ -4,7 +4,6 @@ import { UUIInputElement } from '@umbraco-ui/uui-input/lib';
4
4
  * @extends uui-input
5
5
  */
6
6
  export declare class UUIInputLockElement extends UUIInputElement {
7
- static styles: import("lit").CSSResult[];
8
7
  /**
9
8
  * Determine the inputs locked state.
10
9
  * @type {boolean}
@@ -17,6 +16,7 @@ export declare class UUIInputLockElement extends UUIInputElement {
17
16
  _onLockToggle(): void;
18
17
  renderIcon(): import("lit-html").TemplateResult<1>;
19
18
  renderPrepend(): import("lit-html").TemplateResult<1>;
19
+ static styles: import("lit").CSSResult[];
20
20
  }
21
21
  declare global {
22
22
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-lock",
3
- "version": "1.5.0-rc.0",
3
+ "version": "1.5.0-rc.2",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.5.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.5.0-rc.0",
35
- "@umbraco-ui/uui-icon": "1.5.0-rc.0",
36
- "@umbraco-ui/uui-input": "1.5.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.5.0-rc.2",
34
+ "@umbraco-ui/uui-button": "1.5.0-rc.2",
35
+ "@umbraco-ui/uui-icon": "1.5.0-rc.2",
36
+ "@umbraco-ui/uui-input": "1.5.0-rc.2"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-input-lock",
47
- "gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
47
+ "gitHead": "573af25cbb43f673731b87dd8e23dbe632bfc348"
48
48
  }