@luscii-healthtech/web-ui 9.2.2 → 9.2.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.
@@ -937,6 +937,10 @@ video {
937
937
  display: grid;
938
938
  }
939
939
 
940
+ .ui-inline-grid {
941
+ display: inline-grid;
942
+ }
943
+
940
944
  .ui-hidden {
941
945
  display: none;
942
946
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luscii-healthtech/web-ui",
3
- "version": "9.2.2",
3
+ "version": "9.2.3",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Joris Janssen"