tsv2-library 0.2.19 → 0.2.20

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.
@@ -46624,7 +46624,7 @@ const Qce = { class: "flex items-center gap-3 w-full" }, Gce = {
46624
46624
  footer: {
46625
46625
  class: [
46626
46626
  ...Z(Bt).footer.class,
46627
- "flex items-end justify-end gap-1"
46627
+ "flex items-end justify-end gap-1 !mt-0"
46628
46628
  ],
46629
46629
  "data-ts-section": "dialog-confirm-footer"
46630
46630
  }
@@ -64755,7 +64755,7 @@ const g2 = /* @__PURE__ */ Oe({
64755
64755
  class: re([
64756
64756
  "w-1.5 h-1.5 bg-general-100 rounded-full",
64757
64757
  "cursor-pointer",
64758
- { "bg-primary-500": d === n.value }
64758
+ { "!bg-primary-500": d === n.value }
64759
64759
  ]),
64760
64760
  onClick: (f) => s(d),
64761
64761
  "data-ts-section": "indicator-item"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "author": "fixedassetv2-fe",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",