@fewangsit/wangsvue-presets 1.0.104-alpha.2 → 1.0.104-alpha.4

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.
@@ -4493,7 +4493,7 @@ const me = m("WANGS-INPUT-OTP", {
4493
4493
  ], be = {
4494
4494
  dialcode: {
4495
4495
  root: (e) => ({
4496
- class: [...f(e), "rounded-l rounded-r-none"]
4496
+ class: [...f(e), "!rounded-l !rounded-r-none"]
4497
4497
  }),
4498
4498
  dropdownicon: ({ state: e }) => s.dropdownicon({ state: e })
4499
4499
  },
@@ -9740,11 +9740,11 @@ const me = m("WANGS-INPUT-OTP", {
9740
9740
  }
9741
9741
  }, at = {
9742
9742
  currency: (e) => ({
9743
- class: [...f(e), "rounded-l rounded-r-none"],
9743
+ class: [...f(e), "!rounded-l !rounded-r-none"],
9744
9744
  "data-wv-section": "currency"
9745
9745
  }),
9746
9746
  value: (e) => ({
9747
- class: [...f(e), "rounded-r rounded-l-none -ml-[1px]"],
9747
+ class: [...f(e), "!rounded-r !rounded-l-none -ml-[1px]"],
9748
9748
  "data-wv-section": "value"
9749
9749
  })
9750
9750
  }, ot = {