@deframe-sdk/components 0.1.69 → 0.1.70

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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -328,6 +328,9 @@
328
328
  .left-full {
329
329
  left: 100%;
330
330
  }
331
+ .isolate {
332
+ isolation: isolate;
333
+ }
331
334
  .z-10 {
332
335
  z-index: 10;
333
336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {