@fewangsit/wangsvue-presets 1.0.99-alpha.3 → 1.0.99-alpha.5

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.
@@ -2533,6 +2533,10 @@
2533
2533
  overflow-y: hidden;
2534
2534
  }
2535
2535
 
2536
+ .overflow-x-visible{
2537
+ overflow-x: visible;
2538
+ }
2539
+
2536
2540
  .overscroll-auto{
2537
2541
  overscroll-behavior: auto;
2538
2542
  }
@@ -4313,6 +4317,12 @@
4313
4317
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
4314
4318
  }
4315
4319
 
4320
+ .shadow-\[-2px_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
4321
+ --tw-shadow: -2px 2px 2px rgba(0,0,0,0.25);
4322
+ --tw-shadow-colored: -2px 2px 2px var(--tw-shadow-color);
4323
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
4324
+ }
4325
+
4316
4326
  .shadow-\[-4px_4px_20px_0px_\#0000001A\]{
4317
4327
  --tw-shadow: -4px 4px 20px 0px #0000001A;
4318
4328
  --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
  },