@melodicdev/components 1.0.16 → 1.0.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.
@@ -10611,6 +10611,7 @@ const Eo = () => y`
10611
10611
 
10612
10612
  .ml-table--hoverable .ml-table__row:hover {
10613
10613
  background-color: var(--ml-color-surface-sunken);
10614
+ cursor: pointer;
10614
10615
  }
10615
10616
 
10616
10617
  .ml-table__row--selected {
@@ -1 +1 @@
1
- {"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/table/table.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,iDA8OvB,CAAC"}
1
+ {"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/table/table.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,iDA+OvB,CAAC"}
@@ -130,6 +130,7 @@ export const tableStyles = () => css `
130
130
 
131
131
  .ml-table--hoverable .ml-table__row:hover {
132
132
  background-color: var(--ml-color-surface-sunken);
133
+ cursor: pointer;
133
134
  }
134
135
 
135
136
  .ml-table__row--selected {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodicdev/components",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Themeable UI component library built on the Melodic Framework",
5
5
  "license": "MIT",
6
6
  "author": "Melodic Development",