@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
package/dist/index.css
CHANGED
|
@@ -1267,12 +1267,12 @@
|
|
|
1267
1267
|
float: none !important;
|
|
1268
1268
|
top: 0;
|
|
1269
1269
|
left: 0;
|
|
1270
|
-
min-width:
|
|
1271
|
-
padding: 0.
|
|
1272
|
-
border-radius: 0.
|
|
1270
|
+
min-width: 12rem;
|
|
1271
|
+
padding: 0.35rem;
|
|
1272
|
+
border-radius: 0.6rem;
|
|
1273
1273
|
background: hsl(var(--ra-surface));
|
|
1274
1274
|
border: 1px solid hsl(var(--ra-border));
|
|
1275
|
-
box-shadow: 0 12px
|
|
1275
|
+
box-shadow: 0 18px 40px -12px hsl(0 0% 0% / 0.35), 0 4px 12px -6px hsl(0 0% 0% / 0.18);
|
|
1276
1276
|
display: flex;
|
|
1277
1277
|
flex-direction: column;
|
|
1278
1278
|
gap: 0.125rem;
|
|
@@ -1281,10 +1281,11 @@
|
|
|
1281
1281
|
.ra-shell .ra-row-menu-item {
|
|
1282
1282
|
display: inline-flex;
|
|
1283
1283
|
align-items: center;
|
|
1284
|
-
gap: 0.
|
|
1285
|
-
padding: 0.
|
|
1286
|
-
border-radius: 0.
|
|
1287
|
-
font-size: 0.
|
|
1284
|
+
gap: 0.6rem;
|
|
1285
|
+
padding: 0.5rem 0.7rem;
|
|
1286
|
+
border-radius: 0.4rem;
|
|
1287
|
+
font-size: 0.8125rem;
|
|
1288
|
+
line-height: 1.1;
|
|
1288
1289
|
color: hsl(var(--ra-text));
|
|
1289
1290
|
background: transparent;
|
|
1290
1291
|
border: 0;
|