@loomhq/lens 12.6.0 → 12.6.1

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/cjs/index.js CHANGED
@@ -2288,6 +2288,7 @@ var variantStyles = {
2288
2288
  neutralSecondary: {
2289
2289
  color: getColorValue("body"),
2290
2290
  background: "backgroundSecondary",
2291
+ borderColor: null,
2291
2292
  hover: getColorValue("grey3"),
2292
2293
  // TODO(tatiana/ben p): Awaiting final confirmation from Cody as to semantic approach when he returns Oct 2025
2293
2294
  active: getColorValue("backgroundActive")
@@ -6888,7 +6889,6 @@ var ListRow = (_a) => {
6888
6889
  as: htmlTag,
6889
6890
  backgroundColor,
6890
6891
  onClick,
6891
- tabIndex: 0,
6892
6892
  onKeyDown: (e) => {
6893
6893
  if (e.key === "Enter") {
6894
6894
  e.preventDefault();