@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 +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2060,6 +2060,7 @@ var variantStyles = {
|
|
|
2060
2060
|
neutralSecondary: {
|
|
2061
2061
|
color: getColorValue("body"),
|
|
2062
2062
|
background: "backgroundSecondary",
|
|
2063
|
+
borderColor: null,
|
|
2063
2064
|
hover: getColorValue("grey3"),
|
|
2064
2065
|
// TODO(tatiana/ben p): Awaiting final confirmation from Cody as to semantic approach when he returns Oct 2025
|
|
2065
2066
|
active: getColorValue("backgroundActive")
|
|
@@ -6667,7 +6668,6 @@ var ListRow = (_a) => {
|
|
|
6667
6668
|
as: htmlTag,
|
|
6668
6669
|
backgroundColor,
|
|
6669
6670
|
onClick,
|
|
6670
|
-
tabIndex: 0,
|
|
6671
6671
|
onKeyDown: (e) => {
|
|
6672
6672
|
if (e.key === "Enter") {
|
|
6673
6673
|
e.preventDefault();
|