@imposium-hub/components 1.44.2 → 1.44.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/dist/styles.less CHANGED
@@ -656,7 +656,7 @@ body{
656
656
  display: inline-block;
657
657
  padding:0px 10px 0px 10px;
658
658
  font-size:@fontSizeLarge;
659
- height:calc(@tabHeight -2px);
659
+ height:calc(@tabHeight - 2px);
660
660
  user-select: none;
661
661
  cursor:pointer;
662
662
  text-align:center;
@@ -150,7 +150,7 @@
150
150
  display: inline-block;
151
151
  padding:0px 10px 0px 10px;
152
152
  font-size:@fontSizeLarge;
153
- height:calc(@tabHeight -2px);
153
+ height:calc(@tabHeight - 2px);
154
154
  user-select: none;
155
155
  cursor:pointer;
156
156
  text-align:center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imposium-hub/components",
3
- "version": "1.44.2",
3
+ "version": "1.44.3",
4
4
  "description": "React & Typescript component / asset library for Imposium front-ends",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",