@fewangsit/wangsvue-presets 1.0.96-alpha.9 → 1.0.96

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.
@@ -2,19 +2,6 @@
2
2
 
3
3
  @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
4
4
 
5
- .icon{
6
- display: flex;
7
- height: 1em;
8
- width: 1em;
9
- background-color: currentColor;
10
- -webkit-mask-image: var(--svg);
11
- mask-image: var(--svg);
12
- -webkit-mask-repeat: no-repeat;
13
- mask-repeat: no-repeat;
14
- -webkit-mask-size: 100% 100%;
15
- mask-size: 100% 100%;
16
- }
17
-
18
5
  .ic-add {
19
6
  /* ri-add-line */
20
7
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
@@ -902,6 +889,57 @@
902
889
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.199 9.944a2.6 2.6 0 0 1-.79-1.55l-.403-3.083l-2.731 1.486a2.6 2.6 0 0 1-1.719.272L6.5 6.5l.57 3.056a2.6 2.6 0 0 1-.273 1.72l-1.486 2.73l3.083.403a2.6 2.6 0 0 1 1.55.79l2.138 2.257l1.336-2.807a2.6 2.6 0 0 1 1.23-1.231l2.808-1.336zm.025 5.564l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.358-.182l-5.106-.668a.6.6 0 0 1-.45-.881l2.462-4.524a.6.6 0 0 0 .063-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.062.943a.6.6 0 0 0 .397-.063l4.523-2.46a.6.6 0 0 1 .882.448l.668 5.107a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284m.797 1.927l1.414-1.414l4.243 4.242l-1.415 1.415z'/%3E%3C/svg%3E");
903
890
  }
904
891
 
892
+ .ic-lock-line {
893
+ --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 14 0zM5 12v8h14v-8zm6 2h2v4h-2zm6-4V9A5 5 0 0 0 7 9v1z'/%3E%3C/svg%3E");
894
+ }
895
+
896
+ .container{
897
+ width: 100%;
898
+ }
899
+
900
+ @media (min-width: 640px){
901
+ .container{
902
+ max-width: 640px;
903
+ }
904
+ }
905
+
906
+ @media (min-width: 768px){
907
+ .container{
908
+ max-width: 768px;
909
+ }
910
+ }
911
+
912
+ @media (min-width: 1024px){
913
+ .container{
914
+ max-width: 1024px;
915
+ }
916
+ }
917
+
918
+ @media (min-width: 1280px){
919
+ .container{
920
+ max-width: 1280px;
921
+ }
922
+ }
923
+
924
+ @media (min-width: 1536px){
925
+ .container{
926
+ max-width: 1536px;
927
+ }
928
+ }
929
+
930
+ .icon{
931
+ display: flex;
932
+ height: 1em;
933
+ width: 1em;
934
+ background-color: currentColor;
935
+ -webkit-mask-image: var(--svg);
936
+ mask-image: var(--svg);
937
+ -webkit-mask-repeat: no-repeat;
938
+ mask-repeat: no-repeat;
939
+ -webkit-mask-size: 100% 100%;
940
+ mask-size: 100% 100%;
941
+ }
942
+
905
943
  .\!pointer-events-none{
906
944
  pointer-events: none !important;
907
945
  }
@@ -1139,10 +1177,6 @@
1139
1177
  margin: 0px;
1140
1178
  }
1141
1179
 
1142
- .m-\[3px\]{
1143
- margin: 3px;
1144
- }
1145
-
1146
1180
  .\!mx-auto{
1147
1181
  margin-left: auto !important;
1148
1182
  margin-right: auto !important;
@@ -1383,10 +1417,6 @@
1383
1417
  display: inline;
1384
1418
  }
1385
1419
 
1386
- .\!flex{
1387
- display: flex !important;
1388
- }
1389
-
1390
1420
  .flex{
1391
1421
  display: flex;
1392
1422
  }
@@ -1536,10 +1566,6 @@
1536
1566
  height: 21px;
1537
1567
  }
1538
1568
 
1539
- .h-\[22px\]{
1540
- height: 22px;
1541
- }
1542
-
1543
1569
  .h-\[26px\]{
1544
1570
  height: 26px;
1545
1571
  }
@@ -1782,10 +1808,6 @@
1782
1808
  width: 18px;
1783
1809
  }
1784
1810
 
1785
- .w-\[1px\]{
1786
- width: 1px;
1787
- }
1788
-
1789
1811
  .w-\[200px\]{
1790
1812
  width: 200px;
1791
1813
  }
@@ -1794,10 +1816,6 @@
1794
1816
  width: 224px;
1795
1817
  }
1796
1818
 
1797
- .w-\[22px\]{
1798
- width: 22px;
1799
- }
1800
-
1801
1819
  .w-\[272px\]{
1802
1820
  width: 272px;
1803
1821
  }
@@ -2528,12 +2546,6 @@
2528
2546
  scroll-behavior: smooth;
2529
2547
  }
2530
2548
 
2531
- .truncate{
2532
- overflow: hidden;
2533
- text-overflow: ellipsis;
2534
- white-space: nowrap;
2535
- }
2536
-
2537
2549
  .overflow-ellipsis{
2538
2550
  text-overflow: ellipsis;
2539
2551
  }
@@ -38,26 +38,6 @@ declare namespace _default {
38
38
  })[];
39
39
  'data-wv-section': string;
40
40
  };
41
- function markerDot(item: any): {
42
- class: string[];
43
- 'data-wv-section': string;
44
- };
45
- namespace contentHeader {
46
- let _class_1: string[];
47
- export { _class_1 as class };
48
- }
49
- namespace contentDetailKey {
50
- let _class_2: string[];
51
- export { _class_2 as class };
52
- }
53
- namespace contentDetailValue {
54
- let _class_3: string[];
55
- export { _class_3 as class };
56
- }
57
- namespace contentDate {
58
- let _class_4: string[];
59
- export { _class_4 as class };
60
- }
61
41
  function connector({ props }: {
62
42
  props: any;
63
43
  }): {
@@ -68,22 +68,6 @@ exports.default = {
68
68
  ],
69
69
  'data-wv-section': 'markerArrow',
70
70
  }); },
71
- markerDot: function (item) { return ({
72
- 'class': ['hidden'],
73
- 'data-wv-section': 'markerDot',
74
- }); },
75
- contentHeader: {
76
- class: ['leading-5 cursor-pointer truncate !text-xs'],
77
- },
78
- contentDetailKey: {
79
- class: ['font-semibold whitespace-nowrap'],
80
- },
81
- contentDetailValue: {
82
- class: ['text-xs'],
83
- },
84
- contentDate: {
85
- class: [''],
86
- },
87
71
  connector: function (_a) {
88
72
  var props = _a.props;
89
73
  return ({