@proveanything/smartlinks-utils-ui 0.11.5 → 0.11.6
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 +9 -8
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.css +9 -8
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +9 -8
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +9 -8
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +9 -8
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.js +184 -42
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +9 -8
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
|
@@ -2963,12 +2963,12 @@
|
|
|
2963
2963
|
float: none !important;
|
|
2964
2964
|
top: 0;
|
|
2965
2965
|
left: 0;
|
|
2966
|
-
min-width:
|
|
2967
|
-
padding: 0.
|
|
2968
|
-
border-radius: 0.
|
|
2966
|
+
min-width: 12rem;
|
|
2967
|
+
padding: 0.35rem;
|
|
2968
|
+
border-radius: 0.6rem;
|
|
2969
2969
|
background: hsl(var(--ra-surface));
|
|
2970
2970
|
border: 1px solid hsl(var(--ra-border));
|
|
2971
|
-
box-shadow: 0 12px
|
|
2971
|
+
box-shadow: 0 18px 40px -12px hsl(0 0% 0% / 0.35), 0 4px 12px -6px hsl(0 0% 0% / 0.18);
|
|
2972
2972
|
display: flex;
|
|
2973
2973
|
flex-direction: column;
|
|
2974
2974
|
gap: 0.125rem;
|
|
@@ -2977,10 +2977,11 @@
|
|
|
2977
2977
|
.ra-shell .ra-row-menu-item {
|
|
2978
2978
|
display: inline-flex;
|
|
2979
2979
|
align-items: center;
|
|
2980
|
-
gap: 0.
|
|
2981
|
-
padding: 0.
|
|
2982
|
-
border-radius: 0.
|
|
2983
|
-
font-size: 0.
|
|
2980
|
+
gap: 0.6rem;
|
|
2981
|
+
padding: 0.5rem 0.7rem;
|
|
2982
|
+
border-radius: 0.4rem;
|
|
2983
|
+
font-size: 0.8125rem;
|
|
2984
|
+
line-height: 1.1;
|
|
2984
2985
|
color: hsl(var(--ra-text));
|
|
2985
2986
|
background: transparent;
|
|
2986
2987
|
border: 0;
|