@itwin/imodel-components-react 5.33.2 → 5.33.3
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 +9 -0
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.scss +4 -4
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.scss +4 -4
- package/lib/imodel-components-react/navigationaids/CubeNavigationAid.scss +4 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
+
## 5.33.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 68423de: Fixed issue where navigation cube would appear semi-transparent when theme bridge was enabled.
|
|
8
|
+
- Updated dependencies [b6f0279]
|
|
9
|
+
- @itwin/components-react@5.33.3
|
|
10
|
+
- @itwin/core-react@5.33.3
|
|
11
|
+
|
|
3
12
|
## 5.33.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -88,12 +88,12 @@ $arrow-margin: -3px;
|
|
|
88
88
|
background: linear-gradient(#{$grad-start}, #{$grad-end});
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.cube-
|
|
92
|
-
background: $grad-
|
|
91
|
+
.cube-bottom {
|
|
92
|
+
background: linear-gradient(#{$grad-end}, #{$grad-end});
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
96
|
-
background: $grad-
|
|
95
|
+
.face {
|
|
96
|
+
background-color: $grad-start;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
&.cube-dragging {
|
|
@@ -88,12 +88,12 @@ $arrow-margin: -3px;
|
|
|
88
88
|
background: linear-gradient(#{$grad-start}, #{$grad-end});
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.cube-
|
|
92
|
-
background: $grad-
|
|
91
|
+
.cube-bottom {
|
|
92
|
+
background: linear-gradient(#{$grad-end}, #{$grad-end});
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
96
|
-
background: $grad-
|
|
95
|
+
.face {
|
|
96
|
+
background-color: $grad-start;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
&.cube-dragging {
|
|
@@ -88,12 +88,12 @@ $arrow-margin: -3px;
|
|
|
88
88
|
background: linear-gradient(#{$grad-start}, #{$grad-end});
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.cube-
|
|
92
|
-
background: $grad-
|
|
91
|
+
.cube-bottom {
|
|
92
|
+
background: linear-gradient(#{$grad-end}, #{$grad-end});
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
96
|
-
background: $grad-
|
|
95
|
+
.face {
|
|
96
|
+
background-color: $grad-start;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
&.cube-dragging {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "5.33.
|
|
3
|
+
"version": "5.33.3",
|
|
4
4
|
"description": "A react component library of iTwin.js UI iModel components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/imodel-components-react.d.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@itwin/itwinui-react": "^3.15.0",
|
|
45
45
|
"react": "^18.0.0 || ^19.0.0",
|
|
46
46
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
47
|
-
"@itwin/components-react": "5.33.
|
|
48
|
-
"@itwin/core-react": "5.33.
|
|
47
|
+
"@itwin/components-react": "5.33.3",
|
|
48
|
+
"@itwin/core-react": "5.33.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@itwin/appui-abstract": "^5.8.1",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"typescript": "~5.6.3",
|
|
84
84
|
"upath": "^2.0.1",
|
|
85
85
|
"vitest": "^4.1.10",
|
|
86
|
-
"@itwin/components-react": "5.33.
|
|
87
|
-
"@itwin/core-react": "5.33.
|
|
86
|
+
"@itwin/components-react": "5.33.3",
|
|
87
|
+
"@itwin/core-react": "5.33.3"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@itwin/itwinui-icons-react": "^2.11.0",
|