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.
package/dist/tsv2-library.es.js
CHANGED
|
@@ -8571,7 +8571,7 @@ const ZJ = {
|
|
|
8571
8571
|
class: [
|
|
8572
8572
|
"w-full",
|
|
8573
8573
|
// Font
|
|
8574
|
-
"text-xs
|
|
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