@itwin/itwinui-css 1.12.8 → 1.12.10
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 +12 -0
- package/README.md +2 -2
- package/css/all.css +1 -1
- package/css/input-container.css +1 -1
- package/css/utils.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.12.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1868](https://github.com/iTwin/iTwinUI/pull/1868): Fixed an issue where `data-iui-icon-color` was applying styles even when `class="iui-svg-icon"` was not set.
|
|
8
|
+
|
|
9
|
+
## 1.12.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1851](https://github.com/iTwin/iTwinUI/pull/1851): Fixed an issue where `SearchBox` was showing two focus outlines.
|
|
14
|
+
|
|
3
15
|
## 1.12.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<picture>
|
|
3
3
|
<source
|
|
4
4
|
media='(prefers-color-scheme: dark)'
|
|
5
|
-
srcset='https://
|
|
5
|
+
srcset='https://itwin.github.io/iTwinUI/logo-dark.svg'
|
|
6
6
|
/>
|
|
7
7
|
<img
|
|
8
|
-
src='https://
|
|
8
|
+
src='https://itwin.github.io/iTwinUI/logo.svg'
|
|
9
9
|
alt='iTwinUI logo'
|
|
10
10
|
/>
|
|
11
11
|
</picture>
|