@melodicdev/components 1.0.17 → 1.0.18

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,7 +10611,6 @@ 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;
10615
10614
  }
10616
10615
 
10617
10616
  .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,iDA+OvB,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,iDA8OvB,CAAC"}
@@ -130,7 +130,6 @@ 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;
134
133
  }
135
134
 
136
135
  .ml-table__row--selected {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melodicdev/components",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Themeable UI component library built on the Melodic Framework",
5
5
  "license": "MIT",
6
6
  "author": "Melodic Development",