@proveanything/smartlinks-utils-ui 0.12.6 → 0.12.8

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/index.css CHANGED
@@ -1953,26 +1953,27 @@
1953
1953
  transform: translateY(-50%);
1954
1954
  z-index: 4;
1955
1955
  display: inline-flex;
1956
+ width: auto;
1957
+ max-width: -moz-max-content;
1958
+ max-width: max-content;
1959
+ box-sizing: content-box;
1956
1960
  align-items: center;
1957
1961
  justify-content: center;
1958
1962
  gap: 0.4rem;
1959
- padding: 0.75rem 0.55rem;
1963
+ padding: 0.65rem 0.45rem;
1960
1964
  background: hsl(var(--ra-accent));
1961
1965
  color: hsl(var(--ra-accent-fg, 0 0% 100%));
1962
1966
  border: 1px solid hsl(var(--ra-accent));
1963
1967
  border-radius: 999px;
1964
1968
  box-shadow: 0 1px 2px hsl(0 0% 0% / 0.08), 0 8px 18px -8px hsl(var(--ra-accent) / 0.55);
1965
1969
  cursor: pointer;
1966
- transition:
1967
- transform .14s ease,
1968
- box-shadow .14s ease,
1969
- background .12s ease,
1970
- filter .12s ease;
1970
+ transition: filter .12s ease, box-shadow .12s ease;
1971
1971
  writing-mode: vertical-rl;
1972
1972
  font-size: 0.7rem;
1973
1973
  font-weight: 600;
1974
1974
  letter-spacing: 0.06em;
1975
1975
  text-transform: uppercase;
1976
+ white-space: nowrap;
1976
1977
  }
1977
1978
  .ra-shell.ra-preview-reopen--floating,
1978
1979
  .ra-preview-reopen--floating {
@@ -2284,6 +2285,9 @@
2284
2285
  .collapse {
2285
2286
  visibility: collapse;
2286
2287
  }
2288
+ .static {
2289
+ position: static;
2290
+ }
2287
2291
  .fixed {
2288
2292
  position: fixed;
2289
2293
  }
@@ -3090,6 +3094,10 @@
3090
3094
  padding-top: 1rem;
3091
3095
  padding-bottom: 1rem;
3092
3096
  }
3097
+ .py-6 {
3098
+ padding-top: 1.5rem;
3099
+ padding-bottom: 1.5rem;
3100
+ }
3093
3101
  .pb-1 {
3094
3102
  padding-bottom: 0.25rem;
3095
3103
  }