tsv2-library 0.3.4 → 0.3.6

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.
@@ -8571,7 +8571,7 @@ const ZJ = {
8571
8571
  class: [
8572
8572
  "w-full",
8573
8573
  // Font
8574
- "text-xs font-light tracking-[2%]",
8574
+ "text-xs tracking-[2%]",
8575
8575
  // Colors
8576
8576
  "text-general-800 dark:text-general-100",
8577
8577
  "placeholder:text-general-200 dark:placeholder:text-general-200",
@@ -71562,6 +71562,7 @@ const lye = /* @__PURE__ */ jl(sye, [["__scopeId", "data-v-349deb23"]]), cye = (
71562
71562
  "data-key": "_id",
71563
71563
  "rounded-header": "",
71564
71564
  "selection-type": "checkbox",
71565
+ "use-option": "",
71565
71566
  "use-paginator": ""
71566
71567
  }), null, 16, ["selected-data", "data", "filters", "search", "total-records"])
71567
71568
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "author": "fixedassetv2-fe",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
@@ -28,7 +28,7 @@ export default {
28
28
  'w-full',
29
29
 
30
30
  // Font
31
- 'text-xs font-light tracking-[2%]',
31
+ 'text-xs tracking-[2%]',
32
32
 
33
33
  // Colors
34
34
  'text-general-800 dark:text-general-100',