@fewangsit/wangsvue-presets 1.0.104-alpha.5 → 1.0.104-alpha.7

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.
@@ -10,11 +10,7 @@ exports.default = {
10
10
  { 'rounded-full': props.rounded },
11
11
  { 'rounded-lg': !props.rounded },
12
12
  props.class,
13
- {
14
- 'w-[30px] h-[30px]': props.size === 'small',
15
- 'w-[80px] h-[80px]': props.size === 'medium',
16
- 'w-[125px] h-[125px]': !props.size && !props.width,
17
- },
13
+ 'w-max h-max',
18
14
  ],
19
15
  style: !props.size && props.width
20
16
  ? {
@@ -3756,11 +3756,7 @@ const T = {
3756
3756
  { "rounded-full": e.rounded },
3757
3757
  { "rounded-lg": !e.rounded },
3758
3758
  e.class,
3759
- {
3760
- "w-[30px] h-[30px]": e.size === "small",
3761
- "w-[80px] h-[80px]": e.size === "medium",
3762
- "w-[125px] h-[125px]": !e.size && !e.width
3763
- }
3759
+ "w-max h-max"
3764
3760
  ],
3765
3761
  style: !e.size && e.width ? {
3766
3762
  width: `${e.width}px`,
@@ -4493,14 +4489,14 @@ const me = m("WANGS-INPUT-OTP", {
4493
4489
  ], be = {
4494
4490
  dialcode: {
4495
4491
  root: (e) => ({
4496
- class: [...f(e), "rounded-l rounded-r-none"]
4492
+ class: [...f(e), "!rounded-l !rounded-r-none"]
4497
4493
  }),
4498
4494
  dropdownicon: ({ state: e }) => s.dropdownicon({ state: e })
4499
4495
  },
4500
4496
  input: (e) => ({
4501
4497
  class: [
4502
4498
  ...f(e),
4503
- "rounded-r rounded-l-none -ml-[1px]",
4499
+ "!rounded-r !rounded-l-none -ml-[1px]",
4504
4500
  "focus:bg-none",
4505
4501
  "focus:ring-primary-500",
4506
4502
  "focus:ring-1"
@@ -9740,11 +9736,11 @@ const me = m("WANGS-INPUT-OTP", {
9740
9736
  }
9741
9737
  }, at = {
9742
9738
  currency: (e) => ({
9743
- class: [...f(e), "rounded-l rounded-r-none"],
9739
+ class: [...f(e), "!rounded-l !rounded-r-none"],
9744
9740
  "data-wv-section": "currency"
9745
9741
  }),
9746
9742
  value: (e) => ({
9747
- class: [...f(e), "rounded-r rounded-l-none -ml-[1px]"],
9743
+ class: [...f(e), "!rounded-r !rounded-l-none -ml-[1px]"],
9748
9744
  "data-wv-section": "value"
9749
9745
  })
9750
9746
  }, ot = {