@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/index.d.mts +49 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +167 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +168 -23
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -0
- 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
|
}
|
|
@@ -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
|
}
|