azure-boards-ui 2.167.75 → 2.167.77

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.
@@ -11,6 +11,10 @@ export declare type WorkItemStateAndColor = {
11
11
  * Fill color in hex format of 'RRGGBB'.
12
12
  */
13
13
  fill?: string;
14
+ /**
15
+ * Category of state
16
+ */
17
+ category?: string;
14
18
  };
15
19
  /**
16
20
  * Property for the WorkItemState component
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../src/Components/WorkItemTypeIcon/WorkItemTypeIcon.scss","../../../node_modules/azure-devops-ui/Core/_platformCommon.scss"],"names":[],"mappings":"AAII;EACI,OAJe;EAKf,WALe;EAMf,QANe;;AASnB;EACI,WCkQI;EDjQJ,OCiQI;EDhQJ,WCgQI;ED/PJ,QC+PI;;AD5PR;EACI,OC8CK;;;ADxCT;AAAA;EACI","file":"WorkItemTypeIcon.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../src/Components/WorkItemTypeIcon/WorkItemTypeIcon.scss","../../../node_modules/azure-devops-ui/Core/_platformCommon.scss"],"names":[],"mappings":"AAII;EACI,OAJe;EAKf,WALe;EAMf,QANe;;AASnB;EACI,WCoQI;EDnQJ,OCmQI;EDlQJ,WCkQI;EDjQJ,QCiQI;;AD9PR;EACI,OC8CK;;;ADxCT;AAAA;EACI","file":"WorkItemTypeIcon.css"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azure-boards-ui",
3
- "version": "2.167.75",
3
+ "version": "2.167.77",
4
4
  "description": "React components for building web UI in Azure Boards",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/Microsoft/azure-devops-ui"
10
10
  },
11
11
  "dependencies": {
12
- "azure-devops-ui": "2.167.75",
12
+ "azure-devops-ui": "2.167.77",
13
13
  "tslib": "~1.10.0"
14
14
  },
15
15
  "peerDependencies": {