claritas-web-framework 8.0.53 → 8.0.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claritas-web-framework",
3
- "version": "8.0.53",
3
+ "version": "8.0.54",
4
4
  "description": "The CSS framework built for Claritas front end.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -265,6 +265,11 @@ progress,
265
265
  --input-active-background: hsl(var(--body-color-h) var(--body-color-s) 95%);
266
266
  --input-disabled-background: hsl(var(--body-color-h) var(--body-color-s) 95%);
267
267
 
268
+ --input-border-color: var(--border-color-main);
269
+ --input-hover-border-color: var(--border-color-main);
270
+ --input-focus-border-color: var(--border-color-main);
271
+ --input-active-border-color: var(--border-color-main);
272
+
268
273
  --input-box-shadow: none;
269
274
  --input-hover-box-shadow: none;
270
275
  --input-focus-box-shadow: none;