@deframe-sdk/components 0.1.69 → 0.1.71

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
@@ -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
  }
@@ -940,6 +943,9 @@
940
943
  .w-\[50px\] {
941
944
  width: 50px;
942
945
  }
946
+ .w-\[56px\] {
947
+ width: 56px;
948
+ }
943
949
  .w-\[60\%\] {
944
950
  width: 60%;
945
951
  }
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.71",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {