@dhis2-ui/loader 9.11.3 → 9.12.0-alpha.1

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.
@@ -38,6 +38,9 @@ var _default = exports.default = {
38
38
  },
39
39
  extrasmall: {
40
40
  ..._uiConstants.sharedPropTypes.sizeArgType
41
+ },
42
+ invert: {
43
+ ..._uiConstants.sharedPropTypes.sizeArgType
41
44
  }
42
45
  }
43
46
  };
@@ -31,6 +31,9 @@ export default {
31
31
  },
32
32
  extrasmall: {
33
33
  ...sharedPropTypes.sizeArgType
34
+ },
35
+ invert: {
36
+ ...sharedPropTypes.sizeArgType
34
37
  }
35
38
  }
36
39
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/loader",
3
- "version": "9.11.3",
3
+ "version": "9.12.0-alpha.1",
4
4
  "description": "UI Loaders",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.1.2",
36
- "@dhis2/ui-constants": "9.11.3",
36
+ "@dhis2/ui-constants": "9.12.0-alpha.1",
37
37
  "classnames": "^2.3.1",
38
38
  "prop-types": "^15.7.2"
39
39
  },