@umbraco-ui/uui-input-password 1.6.0-rc.0 → 1.6.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.
@@ -351,6 +351,48 @@
351
351
  "name": "append",
352
352
  "description": "for components to render to the right of the input."
353
353
  }
354
+ ],
355
+ "cssProperties": [
356
+ {
357
+ "name": "--uui-input-height",
358
+ "description": "Height of the element"
359
+ },
360
+ {
361
+ "name": "--uui-input-background-color",
362
+ "description": "Background color of the element"
363
+ },
364
+ {
365
+ "name": "--uui-input-background-color-disabled",
366
+ "description": "Background color when disabled"
367
+ },
368
+ {
369
+ "name": "--uui-input-background-color-readonly",
370
+ "description": "Background color when readonly"
371
+ },
372
+ {
373
+ "name": "--uui-input-border-width",
374
+ "description": "Border width"
375
+ },
376
+ {
377
+ "name": "--uui-input-border-color",
378
+ "description": "Border color"
379
+ },
380
+ {
381
+ "name": "--uui-input-border-color-hover",
382
+ "description": "Border color on hover"
383
+ },
384
+ {
385
+ "name": "--uui-input-border-color-focus",
386
+ "description": "Border color on focus"
387
+ },
388
+ {
389
+ "name": "--uui-input-border-color-disabled",
390
+ "description": "Border color when disabled"
391
+ },
392
+ {
393
+ "name": "--uui-input-border-color-readonly",
394
+ "description": "Border color when readonly"
395
+ }
354
396
  ]
355
397
  }
356
398
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-password",
3
- "version": "1.6.0-rc.0",
3
+ "version": "1.6.0-rc.2",
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.6.0-rc.0",
34
- "@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.0",
35
- "@umbraco-ui/uui-input": "1.6.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.6.0-rc.2",
34
+ "@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.2",
35
+ "@umbraco-ui/uui-input": "1.6.0-rc.2"
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": "04709c32cb81b058bdf7976b69533e5b793c49ab"
46
+ "gitHead": "5d4eefce4744802ab5bc40055b1a3136f0afc520"
47
47
  }