@mjsz-vbr-elements/shared 2.34.1 → 2.35.1

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.
@@ -111,6 +111,7 @@
111
111
  }
112
112
 
113
113
  .is-icon-sort {
114
+ display: inline-block;
114
115
  width: var(--size-12);
115
116
  height: var(--size-12);
116
117
  margin-inline-start: var(--size-4);
@@ -20,7 +20,7 @@
20
20
  }
21
21
 
22
22
  :where(img, svg, video, canvas, audio, iframe, embed, object) {
23
- display: inline-block;
23
+ display: block;
24
24
  }
25
25
 
26
26
  :where(img, svg, video) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mjsz-vbr-elements/shared",
3
3
  "type": "module",
4
- "version": "2.34.1",
4
+ "version": "2.35.1",
5
5
  "private": false,
6
6
  "author": "Ákos Stegner <akos.stegner@gmail.com>",
7
7
  "license": "MIT",