@umbraco-ui/uui-input-password 1.0.0-rc.0 → 1.0.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 +1 -1
- package/lib/index.js +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# uui-input-password
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@umbraco-ui/uui-input-password)
|
|
4
4
|
|
|
5
5
|
Umbraco style input-password component.
|
|
6
6
|
|
package/lib/index.js
CHANGED
|
@@ -47,7 +47,6 @@ let UUIInputPasswordElement = class extends UUIInputElement {
|
|
|
47
47
|
return html`<uui-button
|
|
48
48
|
.disabled=${this.disabled}
|
|
49
49
|
@click=${this._onPasswordToggle}
|
|
50
|
-
style="--uui-button-padding-top-factor: 0; --uui-button-padding-bottom-factor: 0"
|
|
51
50
|
compact
|
|
52
51
|
label="${this.passwordType === "password" ? "Show password" : "Hide password"}"
|
|
53
52
|
id="eye">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-password",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.0.0-rc.
|
|
34
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.
|
|
35
|
-
"@umbraco-ui/uui-input": "1.0.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.0.0-rc.1",
|
|
34
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.0.0-rc.1",
|
|
35
|
+
"@umbraco-ui/uui-input": "1.0.0-rc.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-input-password",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "127e036dbafa18cc37027591d6548a4cb4700d33"
|
|
47
47
|
}
|