@proveanything/smartlinks-utils-ui 0.11.5 → 0.11.7

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.
@@ -2963,12 +2963,12 @@
2963
2963
  float: none !important;
2964
2964
  top: 0;
2965
2965
  left: 0;
2966
- min-width: 11rem;
2967
- padding: 0.25rem;
2968
- border-radius: 0.5rem;
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 28px -10px hsl(0 0% 0% / 0.25);
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.5rem;
2981
- padding: 0.4rem 0.55rem;
2982
- border-radius: 0.35rem;
2983
- font-size: 0.75rem;
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;