@iota-uz/sdk 0.4.37 → 0.4.39

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/tailwind/iota.css CHANGED
@@ -261,16 +261,6 @@
261
261
  color: oklch(var(--white));
262
262
  }
263
263
 
264
- :popover-open {
265
- width: 200px;
266
- height: 100px;
267
- position: absolute;
268
- inset: unset;
269
- bottom: 5px;
270
- right: 5px;
271
- margin: 0;
272
- }
273
-
274
264
  html.dark {
275
265
  color-scheme: dark;
276
266
  /* Surface */