@dhis2/ui-constants 8.16.0-alpha.2 → 9.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.statusPropType = exports.statusArgType = exports.sizePropType = exports.sizeArgType = exports.popperReferencePropType = exports.popperReferenceArgType = exports.popperPlacementPropType = exports.popperPlacementArgType = exports.insideAlignmentPropType = exports.insideAlignmentArgType = void 0;
6
+ exports.statusPropType = exports.statusArgType = exports.sizePropType = exports.sizeArgType = exports.popperReferencePropType = exports.popperReferenceArgType = exports.popperPlacementPropType = exports.popperPlacementArgType = exports.insideAlignmentPropType = exports.insideAlignmentArgType = exports.buttonVariantArgType = void 0;
7
7
 
8
8
  var _propTypes = require("@dhis2/prop-types");
9
9
 
@@ -29,13 +29,25 @@ const statusArgType = {
29
29
  type: 'boolean'
30
30
  }
31
31
  };
32
+ exports.statusArgType = statusArgType;
33
+ const buttonVariantArgType = // No description because it should be set for the component description
34
+ {
35
+ table: {
36
+ type: {
37
+ summary: 'bool'
38
+ }
39
+ },
40
+ control: {
41
+ type: 'boolean'
42
+ }
43
+ };
32
44
  /**
33
45
  * Size variant propType
34
46
  * @return {PropType} Mutually exclusive variants:
35
47
  * small/large
36
48
  */
37
49
 
38
- exports.statusArgType = statusArgType;
50
+ exports.buttonVariantArgType = buttonVariantArgType;
39
51
  const sizePropType = (0, _propTypes.mutuallyExclusive)(['small', 'large', 'extrasmall', 'fluid'], _propTypes2.default.bool);
40
52
  exports.sizePropType = sizePropType;
41
53
  const sizeArgType = {
@@ -18,6 +18,17 @@ export const statusArgType = {
18
18
  type: 'boolean'
19
19
  }
20
20
  };
21
+ export const buttonVariantArgType = // No description because it should be set for the component description
22
+ {
23
+ table: {
24
+ type: {
25
+ summary: 'bool'
26
+ }
27
+ },
28
+ control: {
29
+ type: 'boolean'
30
+ }
31
+ };
21
32
  /**
22
33
  * Size variant propType
23
34
  * @return {PropType} Mutually exclusive variants:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-constants",
3
- "version": "8.16.0-alpha.2",
3
+ "version": "9.0.0-alpha.1",
4
4
  "description": "Constants used in the UI libs",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/es/index.js",