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

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.
@@ -3714,6 +3714,10 @@
3714
3714
  padding-left: 1.25rem;
3715
3715
  }
3716
3716
 
3717
+ .pl-6{
3718
+ padding-left: 1.5rem;
3719
+ }
3720
+
3717
3721
  .pl-7{
3718
3722
  padding-left: 1.75rem;
3719
3723
  }
@@ -6685,14 +6689,14 @@ h6,
6685
6689
  border-bottom-width: 0px !important;
6686
6690
  }
6687
6691
 
6688
- .\[\&_ul\]\:list-inside ul{
6689
- list-style-position: inside;
6692
+ .\[\&_ul\]\:list-outside ul{
6693
+ list-style-position: outside;
6690
6694
  }
6691
6695
 
6692
6696
  .\[\&_ul\]\:list-disc ul{
6693
6697
  list-style-type: disc;
6694
6698
  }
6695
6699
 
6696
- .\[\&_ul_li\]\:pl-\[6px\] ul li{
6697
- padding-left: 6px;
6700
+ .\[\&_ul\]\:pl-6 ul{
6701
+ padding-left: 1.5rem;
6698
6702
  }
@@ -29,7 +29,7 @@ exports.default = {
29
29
  node: {
30
30
  class: [
31
31
  'p-0',
32
- 'pl-1',
32
+ '!pl-1',
33
33
  'rounded-md',
34
34
  'focus:outline-none focus:outline-offset-0',
35
35
  ],
@@ -20,7 +20,7 @@ declare namespace _default {
20
20
  'data-wv-section': string;
21
21
  };
22
22
  let content: {
23
- class: string[];
23
+ class: string;
24
24
  'data-wv-section': string;
25
25
  };
26
26
  let list: {
@@ -29,7 +29,7 @@ exports.default = {
29
29
  'data-wv-section': 'dialog-confirm-title',
30
30
  }); },
31
31
  content: {
32
- 'class': ['[&_ul]:list-inside [&_ul]:list-disc [&_ul_li]:pl-[6px]'],
32
+ 'class': '[&_ul]:list-outside [&_ul]:list-disc [&_ul]:pl-6',
33
33
  'data-wv-section': 'dialog-confirm-content',
34
34
  },
35
35
  list: {
@@ -1915,7 +1915,7 @@ const A = {
1915
1915
  "data-wv-section": "dialog-confirm-title"
1916
1916
  }),
1917
1917
  content: {
1918
- class: ["[&_ul]:list-inside [&_ul]:list-disc [&_ul_li]:pl-[6px]"],
1918
+ class: "[&_ul]:list-outside [&_ul]:list-disc [&_ul]:pl-6",
1919
1919
  "data-wv-section": "dialog-confirm-content"
1920
1920
  },
1921
1921
  list: {
@@ -4730,7 +4730,7 @@ const oe = x("WANGS-TAB-MENU", {
4730
4730
  node: {
4731
4731
  class: [
4732
4732
  "p-0",
4733
- "pl-1",
4733
+ "!pl-1",
4734
4734
  "rounded-md",
4735
4735
  "focus:outline-none focus:outline-offset-0"
4736
4736
  ]