@umbraco-ui/uui-input-lock 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.
@@ -364,6 +364,48 @@
364
364
  "name": "append",
365
365
  "description": "for components to render to the right of the input."
366
366
  }
367
+ ],
368
+ "cssProperties": [
369
+ {
370
+ "name": "--uui-input-height",
371
+ "description": "Height of the element"
372
+ },
373
+ {
374
+ "name": "--uui-input-background-color",
375
+ "description": "Background color of the element"
376
+ },
377
+ {
378
+ "name": "--uui-input-background-color-disabled",
379
+ "description": "Background color when disabled"
380
+ },
381
+ {
382
+ "name": "--uui-input-background-color-readonly",
383
+ "description": "Background color when readonly"
384
+ },
385
+ {
386
+ "name": "--uui-input-border-width",
387
+ "description": "Border width"
388
+ },
389
+ {
390
+ "name": "--uui-input-border-color",
391
+ "description": "Border color"
392
+ },
393
+ {
394
+ "name": "--uui-input-border-color-hover",
395
+ "description": "Border color on hover"
396
+ },
397
+ {
398
+ "name": "--uui-input-border-color-focus",
399
+ "description": "Border color on focus"
400
+ },
401
+ {
402
+ "name": "--uui-input-border-color-disabled",
403
+ "description": "Border color when disabled"
404
+ },
405
+ {
406
+ "name": "--uui-input-border-color-readonly",
407
+ "description": "Border color when readonly"
408
+ }
367
409
  ]
368
410
  }
369
411
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-lock",
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,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.6.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.6.0-rc.0",
35
- "@umbraco-ui/uui-icon": "1.6.0-rc.0",
36
- "@umbraco-ui/uui-input": "1.6.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.6.0-rc.2",
34
+ "@umbraco-ui/uui-button": "1.6.0-rc.2",
35
+ "@umbraco-ui/uui-icon": "1.6.0-rc.2",
36
+ "@umbraco-ui/uui-input": "1.6.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": "04709c32cb81b058bdf7976b69533e5b793c49ab"
47
+ "gitHead": "5d4eefce4744802ab5bc40055b1a3136f0afc520"
48
48
  }