@imposium-hub/components 1.58.4 → 1.58.5

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.css CHANGED
@@ -1070,6 +1070,7 @@ body a {
1070
1070
  top: 0px;
1071
1071
  right: 0px;
1072
1072
  background: #1d1d1d;
1073
+ z-index: 1000;
1073
1074
  }
1074
1075
  .form-field.no-label .form-field-content {
1075
1076
  width: calc(100% - 5px);
package/dist/styles.less CHANGED
@@ -1140,6 +1140,7 @@ body{
1140
1140
  top:0px;
1141
1141
  right:0px;
1142
1142
  background:@inputBackground;
1143
+ z-index: 1000;
1143
1144
  }
1144
1145
 
1145
1146
  &.no-label{
@@ -107,6 +107,7 @@
107
107
  top:0px;
108
108
  right:0px;
109
109
  background:@inputBackground;
110
+ z-index: 1000;
110
111
  }
111
112
 
112
113
  &.no-label{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imposium-hub/components",
3
- "version": "1.58.4",
3
+ "version": "1.58.5",
4
4
  "description": "React & Typescript component / asset library for Imposium front-ends",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",