@dhis2/ui-constants 6.23.5 → 6.25.0

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.
@@ -40,6 +40,7 @@ const theme = {
40
40
  error: _colors.colors.red500,
41
41
  valid: _colors.colors.blue600,
42
42
  warning: _colors.colors.yellow500,
43
- disabled: _colors.colors.grey600
43
+ disabled: _colors.colors.grey600,
44
+ focus: _colors.colors.blue600
44
45
  };
45
46
  exports.theme = theme;
package/build/es/theme.js CHANGED
@@ -32,5 +32,6 @@ export const theme = {
32
32
  error: colors.red500,
33
33
  valid: colors.blue600,
34
34
  warning: colors.yellow500,
35
- disabled: colors.grey600
35
+ disabled: colors.grey600,
36
+ focus: colors.blue600
36
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-constants",
3
- "version": "6.23.5",
3
+ "version": "6.25.0",
4
4
  "description": "Constants used in the UI libs",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/es/index.js",