@integry/sdk 4.6.46 → 4.6.47

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.46",
3
+ "version": "4.6.47",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -158,7 +158,7 @@
158
158
  .aiAssistToggle {
159
159
  appearance: none;
160
160
  width: 30px;
161
- height: 16px;
161
+ height: 16px !important;
162
162
  background-color: #cccccc;
163
163
  border-radius: 10px;
164
164
  position: relative;