@proveanything/smartlinks-utils-ui 0.10.2 → 0.10.3
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/components/AssetPicker/index.css +11 -3
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.css +11 -3
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +11 -3
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +11 -3
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +11 -3
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.d.ts +15 -0
- package/dist/components/RecordsAdmin/index.js +83 -34
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +11 -3
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
|
@@ -3533,7 +3533,9 @@
|
|
|
3533
3533
|
white-space: nowrap;
|
|
3534
3534
|
border: 0;
|
|
3535
3535
|
}
|
|
3536
|
-
.ra-shell .ra-preview-reopen
|
|
3536
|
+
.ra-shell .ra-preview-reopen,
|
|
3537
|
+
.ra-shell.ra-preview-reopen,
|
|
3538
|
+
.ra-preview-reopen--floating {
|
|
3537
3539
|
position: absolute;
|
|
3538
3540
|
top: 50%;
|
|
3539
3541
|
right: 0;
|
|
@@ -3570,11 +3572,17 @@
|
|
|
3570
3572
|
filter: brightness(0.95);
|
|
3571
3573
|
box-shadow: 0 2px 4px hsl(0 0% 0% / 0.10), 0 12px 24px -8px hsl(var(--ra-accent) / 0.65);
|
|
3572
3574
|
}
|
|
3573
|
-
.ra-
|
|
3575
|
+
.ra-preview-reopen--floating:hover {
|
|
3576
|
+
filter: brightness(0.95);
|
|
3577
|
+
box-shadow: 0 2px 4px hsl(0 0% 0% / 0.10), 0 12px 24px -8px hsl(var(--ra-accent) / 0.65);
|
|
3578
|
+
}
|
|
3579
|
+
.ra-shell .ra-preview-reopen:focus-visible,
|
|
3580
|
+
.ra-preview-reopen--floating:focus-visible {
|
|
3574
3581
|
outline: none;
|
|
3575
3582
|
box-shadow: 0 0 0 3px var(--ra-focus-ring), 0 8px 18px -8px hsl(var(--ra-accent) / 0.55);
|
|
3576
3583
|
}
|
|
3577
|
-
.ra-shell .ra-preview-reopen svg
|
|
3584
|
+
.ra-shell .ra-preview-reopen svg,
|
|
3585
|
+
.ra-preview-reopen--floating svg {
|
|
3578
3586
|
width: 0.85rem;
|
|
3579
3587
|
height: 0.85rem;
|
|
3580
3588
|
writing-mode: horizontal-tb;
|