@equinor/apollo-components 1.2.0 → 1.2.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.js CHANGED
@@ -548,7 +548,7 @@ function prependSelectColumnIfEnabled(columns, config) {
548
548
  children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_eds_core_react11.Checkbox, {
549
549
  checked: row.getIsSelected(),
550
550
  indeterminate: row.getIsSomeSelected(),
551
- "aria-label": `Select ${row.getValue("name")}`,
551
+ "aria-label": `Select row ${row.id}`,
552
552
  onChange: row.getToggleSelectedHandler()
553
553
  })
554
554
  })
package/dist/index.mjs CHANGED
@@ -515,7 +515,7 @@ function prependSelectColumnIfEnabled(columns, config) {
515
515
  children: /* @__PURE__ */ jsx12(Checkbox2, {
516
516
  checked: row.getIsSelected(),
517
517
  indeterminate: row.getIsSomeSelected(),
518
- "aria-label": `Select ${row.getValue("name")}`,
518
+ "aria-label": `Select row ${row.id}`,
519
519
  onChange: row.getToggleSelectedHandler()
520
520
  })
521
521
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/apollo-components",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",