@itwin/core-react 3.7.3 → 3.7.5
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.
- package/CHANGELOG.md +13 -1
- package/lib/cjs/core-react/tree/Node.scss +11 -10
- package/lib/esm/core-react/tree/Node.scss +11 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @itwin/core-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 04 May 2023 19:43:18 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.5
|
|
6
|
+
Thu, 04 May 2023 19:43:18 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add gaps between TreeNodeItem content items.
|
|
11
|
+
|
|
12
|
+
## 3.7.4
|
|
13
|
+
Tue, 25 Apr 2023 17:50:35 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 3.7.3
|
|
6
18
|
Thu, 20 Apr 2023 13:19:29 GMT
|
|
@@ -21,16 +21,17 @@ $node-font-size: $iui-font-size;
|
|
|
21
21
|
cursor: default;
|
|
22
22
|
padding: 1px 1px 0px 1px;
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
>.contents {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
width: 100%;
|
|
28
|
+
gap: 5px;
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
>.iui-progress-indicator-radial {
|
|
30
31
|
margin: 0 4px;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
>.expansion-toggle {
|
|
34
35
|
display: inline-block;
|
|
35
36
|
margin-top: auto;
|
|
36
37
|
margin-bottom: auto;
|
|
@@ -43,7 +44,7 @@ $node-font-size: $iui-font-size;
|
|
|
43
44
|
margin-right: 5px;
|
|
44
45
|
background: transparent;
|
|
45
46
|
|
|
46
|
-
>
|
|
47
|
+
>input {
|
|
47
48
|
position: relative;
|
|
48
49
|
left: 0px;
|
|
49
50
|
height: auto;
|
|
@@ -51,16 +52,15 @@ $node-font-size: $iui-font-size;
|
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
54
|
|
|
54
|
-
|
|
55
|
+
>.core-image-checkbox {
|
|
55
56
|
top: -1px;
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
&-icon {
|
|
60
61
|
width: 16px;
|
|
61
|
-
margin: 0 5px;
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
>.bui-webfont-icon {
|
|
64
64
|
display: inline-block;
|
|
65
65
|
width: 16px;
|
|
66
66
|
text-align: center;
|
|
@@ -68,12 +68,13 @@ $node-font-size: $iui-font-size;
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
&.is-focused,
|
|
71
|
+
&.is-focused,
|
|
72
|
+
&:focus {
|
|
72
73
|
outline: 1px dotted #000;
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
&:not(.is-hover-disabled) {
|
|
76
|
-
&:hover{
|
|
77
|
+
&:hover {
|
|
77
78
|
background: $buic-row-hover;
|
|
78
79
|
}
|
|
79
80
|
}
|
|
@@ -81,4 +82,4 @@ $node-font-size: $iui-font-size;
|
|
|
81
82
|
&.is-selected {
|
|
82
83
|
background: $buic-row-selection;
|
|
83
84
|
}
|
|
84
|
-
}
|
|
85
|
+
}
|
|
@@ -21,16 +21,17 @@ $node-font-size: $iui-font-size;
|
|
|
21
21
|
cursor: default;
|
|
22
22
|
padding: 1px 1px 0px 1px;
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
>.contents {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
width: 100%;
|
|
28
|
+
gap: 5px;
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
>.iui-progress-indicator-radial {
|
|
30
31
|
margin: 0 4px;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
>.expansion-toggle {
|
|
34
35
|
display: inline-block;
|
|
35
36
|
margin-top: auto;
|
|
36
37
|
margin-bottom: auto;
|
|
@@ -43,7 +44,7 @@ $node-font-size: $iui-font-size;
|
|
|
43
44
|
margin-right: 5px;
|
|
44
45
|
background: transparent;
|
|
45
46
|
|
|
46
|
-
>
|
|
47
|
+
>input {
|
|
47
48
|
position: relative;
|
|
48
49
|
left: 0px;
|
|
49
50
|
height: auto;
|
|
@@ -51,16 +52,15 @@ $node-font-size: $iui-font-size;
|
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
54
|
|
|
54
|
-
|
|
55
|
+
>.core-image-checkbox {
|
|
55
56
|
top: -1px;
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
&-icon {
|
|
60
61
|
width: 16px;
|
|
61
|
-
margin: 0 5px;
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
>.bui-webfont-icon {
|
|
64
64
|
display: inline-block;
|
|
65
65
|
width: 16px;
|
|
66
66
|
text-align: center;
|
|
@@ -68,12 +68,13 @@ $node-font-size: $iui-font-size;
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
&.is-focused,
|
|
71
|
+
&.is-focused,
|
|
72
|
+
&:focus {
|
|
72
73
|
outline: 1px dotted #000;
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
&:not(.is-hover-disabled) {
|
|
76
|
-
&:hover{
|
|
77
|
+
&:hover {
|
|
77
78
|
background: $buic-row-hover;
|
|
78
79
|
}
|
|
79
80
|
}
|
|
@@ -81,4 +82,4 @@ $node-font-size: $iui-font-size;
|
|
|
81
82
|
&.is-selected {
|
|
82
83
|
background: $buic-row-selection;
|
|
83
84
|
}
|
|
84
|
-
}
|
|
85
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-react",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.5",
|
|
4
4
|
"description": "iTwin.js UI core components",
|
|
5
5
|
"main": "lib/cjs/core-react.js",
|
|
6
6
|
"module": "lib/esm/core-react.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/appui-abstract": "^3.7.
|
|
26
|
-
"@itwin/core-bentley": "^3.7.
|
|
25
|
+
"@itwin/appui-abstract": "^3.7.5",
|
|
26
|
+
"@itwin/core-bentley": "^3.7.5",
|
|
27
27
|
"react": "^17.0.0",
|
|
28
28
|
"react-dom": "^17.0.0"
|
|
29
29
|
},
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@itwin/appui-abstract": "3.7.
|
|
36
|
-
"@itwin/build-tools": "3.7.
|
|
37
|
-
"@itwin/core-bentley": "3.7.
|
|
38
|
-
"@itwin/core-common": "3.7.
|
|
39
|
-
"@itwin/core-i18n": "3.7.
|
|
40
|
-
"@itwin/eslint-plugin": "3.7.
|
|
35
|
+
"@itwin/appui-abstract": "3.7.5",
|
|
36
|
+
"@itwin/build-tools": "3.7.5",
|
|
37
|
+
"@itwin/core-bentley": "3.7.5",
|
|
38
|
+
"@itwin/core-common": "3.7.5",
|
|
39
|
+
"@itwin/core-i18n": "3.7.5",
|
|
40
|
+
"@itwin/eslint-plugin": "3.7.5",
|
|
41
41
|
"@testing-library/dom": "^8.11.2",
|
|
42
42
|
"@testing-library/react": "^12.0.0",
|
|
43
43
|
"@testing-library/react-hooks": "^7.0.2",
|