@itwin/components-react 3.3.0-dev.81 → 3.3.0-dev.84
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.
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/core-react/lib/cjs/core-react/z-index";
|
|
6
|
+
@import "~@itwin/itwinui-css/scss/style/speed";
|
|
6
7
|
@import "variables";
|
|
7
8
|
|
|
8
9
|
.components-toolbar-button-item.components-ellipsis-icon {
|
|
@@ -47,10 +48,10 @@
|
|
|
47
48
|
|
|
48
49
|
@include uicore-z-index(toolbar-panels);
|
|
49
50
|
|
|
50
|
-
transition: visibility
|
|
51
|
+
transition: visibility $iui-speed ease, opacity $iui-speed ease;
|
|
51
52
|
|
|
52
53
|
&.nz-hidden {
|
|
53
54
|
opacity: 0;
|
|
54
55
|
visibility: hidden;
|
|
55
56
|
}
|
|
56
|
-
}
|
|
57
|
+
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/core-react/lib/cjs/core-react/z-index";
|
|
6
6
|
@import "~@itwin/core-react/lib/cjs/core-react/geometry";
|
|
7
|
+
@import "~@itwin/itwinui-css/scss/style/speed";
|
|
7
8
|
@import "variables";
|
|
8
9
|
|
|
9
10
|
.components-toolbar-expandable-button {
|
|
@@ -29,11 +30,9 @@
|
|
|
29
30
|
filter: $arrow-shadow;
|
|
30
31
|
pointer-events: none;
|
|
31
32
|
|
|
32
|
-
@include triangle-bottom-right(
|
|
33
|
-
$width: $triangle-width,
|
|
33
|
+
@include triangle-bottom-right($width: $triangle-width,
|
|
34
34
|
$height: $triangle-height,
|
|
35
|
-
$color: $buic-icon-color
|
|
36
|
-
);
|
|
35
|
+
$color: $buic-icon-color );
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
&:active>.components-triangle {
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
border-style: solid;
|
|
79
78
|
border-radius: 3px;
|
|
80
79
|
|
|
81
|
-
transition: visibility
|
|
80
|
+
transition: visibility $iui-speed ease, opacity $iui-speed ease;
|
|
82
81
|
|
|
83
82
|
&.nz-hidden {
|
|
84
83
|
opacity: 0;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/core-react/lib/cjs/core-react/z-index";
|
|
6
|
+
@import "~@itwin/itwinui-css/scss/style/speed";
|
|
6
7
|
@import "variables";
|
|
7
8
|
|
|
8
9
|
.components-toolbar-button-item.components-ellipsis-icon {
|
|
@@ -47,10 +48,10 @@
|
|
|
47
48
|
|
|
48
49
|
@include uicore-z-index(toolbar-panels);
|
|
49
50
|
|
|
50
|
-
transition: visibility
|
|
51
|
+
transition: visibility $iui-speed ease, opacity $iui-speed ease;
|
|
51
52
|
|
|
52
53
|
&.nz-hidden {
|
|
53
54
|
opacity: 0;
|
|
54
55
|
visibility: hidden;
|
|
55
56
|
}
|
|
56
|
-
}
|
|
57
|
+
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/core-react/lib/cjs/core-react/z-index";
|
|
6
6
|
@import "~@itwin/core-react/lib/cjs/core-react/geometry";
|
|
7
|
+
@import "~@itwin/itwinui-css/scss/style/speed";
|
|
7
8
|
@import "variables";
|
|
8
9
|
|
|
9
10
|
.components-toolbar-expandable-button {
|
|
@@ -29,11 +30,9 @@
|
|
|
29
30
|
filter: $arrow-shadow;
|
|
30
31
|
pointer-events: none;
|
|
31
32
|
|
|
32
|
-
@include triangle-bottom-right(
|
|
33
|
-
$width: $triangle-width,
|
|
33
|
+
@include triangle-bottom-right($width: $triangle-width,
|
|
34
34
|
$height: $triangle-height,
|
|
35
|
-
$color: $buic-icon-color
|
|
36
|
-
);
|
|
35
|
+
$color: $buic-icon-color );
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
&:active>.components-triangle {
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
border-style: solid;
|
|
79
78
|
border-radius: 3px;
|
|
80
79
|
|
|
81
|
-
transition: visibility
|
|
80
|
+
transition: visibility $iui-speed ease, opacity $iui-speed ease;
|
|
82
81
|
|
|
83
82
|
&.nz-hidden {
|
|
84
83
|
opacity: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.84",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.3.0-dev.
|
|
24
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
25
|
-
"@itwin/core-react": "^3.3.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.3.0-dev.84",
|
|
24
|
+
"@itwin/core-bentley": "^3.3.0-dev.84",
|
|
25
|
+
"@itwin/core-react": "^3.3.0-dev.84",
|
|
26
26
|
"react": "^17.0.0",
|
|
27
27
|
"react-dom": "^17.0.0"
|
|
28
28
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
32
32
|
],
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/appui-abstract": "3.3.0-dev.
|
|
35
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
36
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
37
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
38
|
-
"@itwin/core-i18n": "3.3.0-dev.
|
|
39
|
-
"@itwin/core-react": "3.3.0-dev.
|
|
40
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
34
|
+
"@itwin/appui-abstract": "3.3.0-dev.84",
|
|
35
|
+
"@itwin/build-tools": "3.3.0-dev.84",
|
|
36
|
+
"@itwin/core-bentley": "3.3.0-dev.84",
|
|
37
|
+
"@itwin/core-common": "3.3.0-dev.84",
|
|
38
|
+
"@itwin/core-i18n": "3.3.0-dev.84",
|
|
39
|
+
"@itwin/core-react": "3.3.0-dev.84",
|
|
40
|
+
"@itwin/eslint-plugin": "3.3.0-dev.84",
|
|
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",
|