@fewangsit/wangsvue-presets 1.0.99-alpha.3 → 1.0.99-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.
@@ -1255,6 +1255,10 @@
1255
1255
  margin-right: -1.75rem;
1256
1256
  }
1257
1257
 
1258
+ .-mt-0\.5{
1259
+ margin-top: -0.125rem;
1260
+ }
1261
+
1258
1262
  .-mt-1\.5{
1259
1263
  margin-top: -0.375rem;
1260
1264
  }
@@ -2533,6 +2537,10 @@
2533
2537
  overflow-y: hidden;
2534
2538
  }
2535
2539
 
2540
+ .overflow-x-visible{
2541
+ overflow-x: visible;
2542
+ }
2543
+
2536
2544
  .overscroll-auto{
2537
2545
  overscroll-behavior: auto;
2538
2546
  }
@@ -4313,6 +4321,12 @@
4313
4321
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
4314
4322
  }
4315
4323
 
4324
+ .shadow-\[-2px_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
4325
+ --tw-shadow: -2px 2px 2px rgba(0,0,0,0.25);
4326
+ --tw-shadow-colored: -2px 2px 2px var(--tw-shadow-color);
4327
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
4328
+ }
4329
+
4316
4330
  .shadow-\[-4px_4px_20px_0px_\#0000001A\]{
4317
4331
  --tw-shadow: -4px 4px 20px 0px #0000001A;
4318
4332
  --tw-shadow-colored: -4px 4px 20px 0px var(--tw-shadow-color);
@@ -6,7 +6,7 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
6
6
  class: 'overflow-x-auto',
7
7
  style: 'scrollbar-width: none',
8
8
  },
9
- menu: {
9
+ menu: function () { return ({
10
10
  class: [
11
11
  // Flexbox
12
12
  'flex flex-1',
@@ -17,7 +17,7 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
17
17
  // Colors
18
18
  'text-general-100',
19
19
  ],
20
- },
20
+ }); },
21
21
  menuitem: {
22
22
  class: 'mr-0',
23
23
  },