azure-boards-ui 2.167.32 → 2.167.35

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.
@@ -1,19 +1,25 @@
1
1
  .wit-ui-control.work-item-state {
2
2
  display: flex;
3
3
  align-items: center;
4
- max-width: 100%; }
5
- .wit-ui-control.work-item-state .work-item-state-circle {
6
- border-radius: 50%;
7
- border-width: 1px;
8
- border-style: solid;
9
- width: 8px;
10
- min-width: 8px;
11
- height: 8px; }
12
- .wit-ui-control.work-item-state .work-item-state-circle.withText {
13
- margin-right: 5px; }
14
- .wit-ui-control.work-item-state .work-item-state-name {
15
- flex: 1 1 auto;
16
- overflow: hidden;
17
- text-overflow: ellipsis;
18
- white-space: nowrap;
19
- word-wrap: normal; }
4
+ max-width: 100%;
5
+ }
6
+ .wit-ui-control.work-item-state .work-item-state-circle {
7
+ border-radius: 50%;
8
+ border-width: 1px;
9
+ border-style: solid;
10
+ width: 8px;
11
+ min-width: 8px;
12
+ height: 8px;
13
+ }
14
+ .wit-ui-control.work-item-state .work-item-state-circle.withText {
15
+ margin-right: 5px;
16
+ }
17
+ .wit-ui-control.work-item-state .work-item-state-name {
18
+ flex: 1 1 auto;
19
+ overflow: hidden;
20
+ text-overflow: ellipsis;
21
+ white-space: nowrap;
22
+ word-wrap: normal;
23
+ }
24
+
25
+ /*# sourceMappingURL=WorkItemState.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../src/Components/WorkItemState/WorkItemState.scss"],"names":[],"mappings":"AAQA;EACI;EACA;EACA;;AAEA;EAKI;EACA;EACA;EACA,OApBK;EAsBL,WAtBK;EAuBL,QAvBK;;AAaL;EACI,cAfQ;;AA2BhB;EACI;EACA;EACA;EACA;EACA","file":"WorkItemState.css"}
@@ -1,19 +1,23 @@
1
1
  .work-item-type-icon.normal {
2
2
  width: 14px;
3
3
  min-width: 14px;
4
- height: 14px; }
5
-
4
+ height: 14px;
5
+ }
6
6
  .work-item-type-icon.large {
7
7
  font-size: 1.125rem;
8
8
  width: 1.125rem;
9
9
  min-width: 1.125rem;
10
- height: 1.125rem; }
11
-
10
+ height: 1.125rem;
11
+ }
12
12
  .work-item-type-icon.default {
13
13
  color: rgba( 102, 102, 102 , 1 );
14
- color: rgba( var(--palette-neutral-60,102, 102, 102) , 1 ); }
14
+ color: rgba( var(--palette-neutral-60,102, 102, 102) , 1 );
15
+ }
15
16
 
16
17
  .is-selected .work-item-type-icon,
17
18
  .selected .work-item-type-icon {
18
19
  color: rgba(0, 90, 158, 1);
19
- color: var(--component-grid-link-selected-row-color,rgba(0, 90, 158, 1)); }
20
+ color: var(--component-grid-link-selected-row-color,rgba(0, 90, 158, 1));
21
+ }
22
+
23
+ /*# sourceMappingURL=WorkItemTypeIcon.css.map */
@@ -0,0 +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,WCiQI;EDhQJ,OCgQI;ED/PJ,WC+PI;ED9PJ,QC8PI;;AD3PR;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.32",
3
+ "version": "2.167.35",
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.32",
12
+ "azure-devops-ui": "2.167.35",
13
13
  "tslib": "~1.10.0"
14
14
  },
15
15
  "peerDependencies": {
@@ -24,11 +24,11 @@
24
24
  "loader-utils": "^1.1.0",
25
25
  "minimist": "^1.2.0",
26
26
  "node": "^11.0.0",
27
- "node-sass": "~7.0.0",
28
27
  "react": "^16.8.1",
29
28
  "react-dom": "^16.8.1",
30
29
  "recursive-copy": "~2.0.7",
31
- "sassdoc": "^2.5.1",
30
+ "sass": "^1.52.2",
31
+ "sassdoc": "^2.7.4",
32
32
  "shelljs": "~0.8.5",
33
33
  "typescript": "^3.8.2",
34
34
  "uglify-es": "~3.1.3"