@gemx-dev/clarity-visualize 0.8.48 → 0.8.49
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.
|
@@ -1203,24 +1203,6 @@ var sharedStyle = `iframe[data-clarity-unavailable-small], iframe[data-clarity-u
|
|
|
1203
1203
|
border-style: dashed;
|
|
1204
1204
|
border-width: 6px;
|
|
1205
1205
|
border-color: #827DFF;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
dialog[open] {
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
z-index: auto;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
dialog::backdrop {
|
|
1218
|
-
background: rgba(0, 0, 0, 0.5);
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
dialog:not([open]) {
|
|
1223
|
-
display: none;
|
|
1224
1206
|
}`;
|
|
1225
1207
|
|
|
1226
1208
|
/**
|