@proveanything/smartlinks-utils-ui 0.10.2 → 0.10.4
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 +19 -0
- package/dist/components/RecordsAdmin/index.js +126 -45
- 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
package/dist/index.css
CHANGED
|
@@ -1840,7 +1840,9 @@
|
|
|
1840
1840
|
white-space: nowrap;
|
|
1841
1841
|
border: 0;
|
|
1842
1842
|
}
|
|
1843
|
-
.ra-shell .ra-preview-reopen
|
|
1843
|
+
.ra-shell .ra-preview-reopen,
|
|
1844
|
+
.ra-shell.ra-preview-reopen,
|
|
1845
|
+
.ra-preview-reopen--floating {
|
|
1844
1846
|
position: absolute;
|
|
1845
1847
|
top: 50%;
|
|
1846
1848
|
right: 0;
|
|
@@ -1877,11 +1879,17 @@
|
|
|
1877
1879
|
filter: brightness(0.95);
|
|
1878
1880
|
box-shadow: 0 2px 4px hsl(0 0% 0% / 0.10), 0 12px 24px -8px hsl(var(--ra-accent) / 0.65);
|
|
1879
1881
|
}
|
|
1880
|
-
.ra-
|
|
1882
|
+
.ra-preview-reopen--floating:hover {
|
|
1883
|
+
filter: brightness(0.95);
|
|
1884
|
+
box-shadow: 0 2px 4px hsl(0 0% 0% / 0.10), 0 12px 24px -8px hsl(var(--ra-accent) / 0.65);
|
|
1885
|
+
}
|
|
1886
|
+
.ra-shell .ra-preview-reopen:focus-visible,
|
|
1887
|
+
.ra-preview-reopen--floating:focus-visible {
|
|
1881
1888
|
outline: none;
|
|
1882
1889
|
box-shadow: 0 0 0 3px var(--ra-focus-ring), 0 8px 18px -8px hsl(var(--ra-accent) / 0.55);
|
|
1883
1890
|
}
|
|
1884
|
-
.ra-shell .ra-preview-reopen svg
|
|
1891
|
+
.ra-shell .ra-preview-reopen svg,
|
|
1892
|
+
.ra-preview-reopen--floating svg {
|
|
1885
1893
|
width: 0.85rem;
|
|
1886
1894
|
height: 0.85rem;
|
|
1887
1895
|
writing-mode: horizontal-tb;
|