@tekkare/auriga 0.1.149 → 0.1.150

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/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.149"
7
+ "version": "0.1.150"
8
8
  }
@@ -687,18 +687,6 @@ export default defineComponent({
687
687
  } else
688
688
  toggleCrop.value = { index, value };
689
689
  }
690
- if (props.autoCrop) {
691
- const textCells = document.querySelectorAll(".text_cell");
692
- textCells.forEach((cell) => {
693
- cell.classList.remove("crop_text");
694
- const fullHeight = cell.clientHeight;
695
- cell.classList.add("crop_text");
696
- const originalHeight = cell.clientHeight;
697
- if (fullHeight > originalHeight) {
698
- hasReadMore.value.push(cell.id);
699
- }
700
- });
701
- }
702
690
  return {
703
691
  sortCol,
704
692
  sortDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.149",
3
+ "version": "0.1.150",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",