@apicurio/common-ui-components 2.0.10 → 2.0.11

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2738,7 +2738,7 @@ const Ls = async (e, t) => {
2738
2738
  ae,
2739
2739
  {
2740
2740
  isRequired: !0,
2741
- type: "text",
2741
+ type: "password",
2742
2742
  id: "form-password",
2743
2743
  "data-testid": "basic-auth-login-modal-password",
2744
2744
  name: "form-password",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apicurio/common-ui-components",
3
3
  "private": false,
4
- "version": "2.0.10",
4
+ "version": "2.0.11",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",