@integry/sdk 4.6.88 → 4.6.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.6.88",
3
+ "version": "4.6.89",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -299,9 +299,9 @@ const FieldDropdown = (props: FieldMenuProps) => {
299
299
  })?.top;
300
300
  // remove px from end and convert to number
301
301
  const popoverVertical = popoverBottom
302
- ? `bottom: ${Number(popoverBottom.replace('px', '')) + 20}px;`
302
+ ? `bottom: ${Number(popoverBottom.replace('px', '')) + 10}px;`
303
303
  : popoverTop
304
- ? `top: ${Number(popoverTop.replace('px', '')) + 20}px;`
304
+ ? `top: ${Number(popoverTop.replace('px', '')) + 10}px;`
305
305
  : 'top: 0px;';
306
306
 
307
307
  return html` <div
@@ -158,11 +158,12 @@
158
158
 
159
159
  .tagMenuV2 {
160
160
  height: max-content;
161
- max-height: 405px;
162
- max-width: fit-content !important;
161
+ max-height: 405px !important;
162
+ max-width: 550px !important;
163
163
  overflow: hidden;
164
164
  min-width: 470px;
165
- margin-right: 20px;
165
+ margin-right: 13px;
166
+ width: fit-content;
166
167
  }
167
168
  .tagMenuV2Container {
168
169
  display: block;