@marigold/components 17.3.0 → 17.3.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/index.cjs CHANGED
@@ -10685,7 +10685,7 @@ const TableEditableCell = ({ children, field, saving = false, onSubmit, onCancel
10685
10685
  allowTextSelection: !hasSelection || tableAllowTextSelection,
10686
10686
  children
10687
10687
  }), !disabled && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
10688
- className: "shrink-0 opacity-0 not-[@media_((hover:_hover)_and_(pointer:_fine))]:opacity-100 [.group\\/editable-cell:has(:focus-visible)_&]:opacity-100 [[role=row]:hover_&]:opacity-100",
10688
+ className: "shrink-0 opacity-0 not-[@media_((hover:_hover)_and_(pointer:_fine))]:opacity-100 group-has-[:focus-visible]/editable-cell:opacity-100 [[role=row]:hover_&]:opacity-100",
10689
10689
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_aria_components.Button, {
10690
10690
  className: classNames.editTrigger,
10691
10691
  "aria-label": stringFormatter.format("edit"),
package/dist/index.mjs CHANGED
@@ -10684,7 +10684,7 @@ const TableEditableCell = ({ children, field, saving = false, onSubmit, onCancel
10684
10684
  allowTextSelection: !hasSelection || tableAllowTextSelection,
10685
10685
  children
10686
10686
  }), !disabled && /* @__PURE__ */ jsx("div", {
10687
- className: "shrink-0 opacity-0 not-[@media_((hover:_hover)_and_(pointer:_fine))]:opacity-100 [.group\\/editable-cell:has(:focus-visible)_&]:opacity-100 [[role=row]:hover_&]:opacity-100",
10687
+ className: "shrink-0 opacity-0 not-[@media_((hover:_hover)_and_(pointer:_fine))]:opacity-100 group-has-[:focus-visible]/editable-cell:opacity-100 [[role=row]:hover_&]:opacity-100",
10688
10688
  children: /* @__PURE__ */ jsx(Button, {
10689
10689
  className: classNames.editTrigger,
10690
10690
  "aria-label": stringFormatter.format("edit"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "17.3.0",
3
+ "version": "17.3.1",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -69,7 +69,7 @@
69
69
  "motion": "12.34.3",
70
70
  "react-aria-components": "^1.16.0",
71
71
  "react-stately": "^3.45.0",
72
- "@marigold/system": "17.3.0",
72
+ "@marigold/system": "17.3.1",
73
73
  "@marigold/types": "1.4.0"
74
74
  },
75
75
  "peerDependencies": {
@@ -82,8 +82,8 @@
82
82
  "react": "19.2.4",
83
83
  "react-dom": "19.2.4",
84
84
  "tsdown": "0.20.3",
85
- "@marigold/tsconfig": "0.4.2",
86
- "@marigold/icons": "1.3.36"
85
+ "@marigold/icons": "1.3.37",
86
+ "@marigold/tsconfig": "0.4.2"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "tsdown",