@proveanything/smartlinks-utils-ui 0.12.10 → 0.12.11

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.
@@ -2113,16 +2113,16 @@
2113
2113
  display: flex;
2114
2114
  flex-wrap: wrap;
2115
2115
  gap: 0.2rem;
2116
- margin-top: 0.2rem;
2116
+ margin-top: 0;
2117
2117
  }
2118
2118
  .ra-shell .ra-rule-chip {
2119
2119
  display: inline-flex;
2120
2120
  align-items: center;
2121
2121
  max-width: 100%;
2122
- padding: 0.05rem 0.4rem;
2122
+ padding: 0.1rem 0.5rem;
2123
2123
  border-radius: 999px;
2124
- font-size: 0.625rem;
2125
- font-weight: 500;
2124
+ font-size: 0.75rem;
2125
+ font-weight: 600;
2126
2126
  line-height: 1.4;
2127
2127
  background: hsl(var(--ra-accent) / 0.10);
2128
2128
  color: hsl(var(--ra-accent));
@@ -2131,6 +2131,39 @@
2131
2131
  overflow: hidden;
2132
2132
  text-overflow: ellipsis;
2133
2133
  }
2134
+ .ra-shell .ra-row.ra-row-rule {
2135
+ padding-top: 0.35rem;
2136
+ padding-bottom: 0.35rem;
2137
+ }
2138
+ .ra-shell .ra-row-history-pill {
2139
+ display: inline-flex;
2140
+ align-items: center;
2141
+ gap: 0.3rem;
2142
+ margin-left: 0.35rem;
2143
+ padding: 0.1rem 0.45rem;
2144
+ border-radius: 999px;
2145
+ font-size: 0.65rem;
2146
+ font-weight: 600;
2147
+ line-height: 1.4;
2148
+ color: hsl(var(--ra-muted-text));
2149
+ background: hsl(var(--ra-muted));
2150
+ border: 1px solid hsl(var(--ra-border));
2151
+ cursor: pointer;
2152
+ transition: background .12s ease, color .12s ease;
2153
+ }
2154
+ .ra-shell .ra-row-history-pill:hover {
2155
+ background: hsl(var(--ra-accent) / 0.10);
2156
+ color: hsl(var(--ra-accent));
2157
+ border-color: hsl(var(--ra-accent) / 0.30);
2158
+ }
2159
+ .ra-shell .ra-row-history-pill[data-expanded=true] {
2160
+ background: hsl(var(--ra-accent) / 0.12);
2161
+ color: hsl(var(--ra-accent));
2162
+ border-color: hsl(var(--ra-accent) / 0.30);
2163
+ }
2164
+ .ra-shell .ra-row-history-pill-count {
2165
+ font-variant-numeric: tabular-nums;
2166
+ }
2134
2167
  .ra-shell .ra-rule-chip-more {
2135
2168
  background: hsl(var(--ra-muted));
2136
2169
  color: hsl(var(--ra-muted-text));
@@ -2318,12 +2351,12 @@
2318
2351
  gap: 0.5rem;
2319
2352
  width: 100%;
2320
2353
  padding: 0.5rem 0.85rem;
2321
- background: hsl(var(--ra-muted) / 0.6);
2322
- font-size: 0.7rem;
2323
- font-weight: 600;
2354
+ background: hsl(var(--ra-muted));
2355
+ font-size: 0.78rem;
2356
+ font-weight: 700;
2324
2357
  text-transform: uppercase;
2325
- letter-spacing: 0.04em;
2326
- color: hsl(var(--ra-muted-text));
2358
+ letter-spacing: 0.05em;
2359
+ color: hsl(var(--ra-text));
2327
2360
  border: 0;
2328
2361
  cursor: pointer;
2329
2362
  transition: background .12s ease;