@protonradio/proton-ui 0.7.16 → 0.7.17
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11431,7 +11431,7 @@ function Kh({
|
|
|
11431
11431
|
s ? "proton-Table__row--pressed" : null,
|
|
11432
11432
|
c ? "proton-Table__row--focused" : null,
|
|
11433
11433
|
i && "proton-Table__row--showLines",
|
|
11434
|
-
l && "proton-
|
|
11434
|
+
l && "proton-Table--clickable"
|
|
11435
11435
|
),
|
|
11436
11436
|
style: r ? { backgroundColor: r } : void 0,
|
|
11437
11437
|
...H(u, d),
|