@protonradio/proton-ui 0.7.16 → 0.7.18

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.es.js CHANGED
@@ -8979,6 +8979,7 @@ function mv({
8979
8979
  "aria-modal": "true",
8980
8980
  className: W(
8981
8981
  "proton-ScreenOverlay__background",
8982
+ "proton-ScreenOverlay__z-index",
8982
8983
  t ? "proton-ScreenOverlay__fade-in" : "proton-ScreenOverlay__overlay"
8983
8984
  ),
8984
8985
  onClick: (r) => {
@@ -11431,7 +11432,7 @@ function Kh({
11431
11432
  s ? "proton-Table__row--pressed" : null,
11432
11433
  c ? "proton-Table__row--focused" : null,
11433
11434
  i && "proton-Table__row--showLines",
11434
- l && "proton-Table__row--clickable"
11435
+ l && "proton-Table--clickable"
11435
11436
  ),
11436
11437
  style: r ? { backgroundColor: r } : void 0,
11437
11438
  ...H(u, d),