@fewangsit/wangsvue-presets 1.0.110-alpha.0 → 1.0.111-alpha.0

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.
@@ -3073,11 +3073,6 @@
3073
3073
  background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
3074
3074
  }
3075
3075
 
3076
- .\!bg-primary-100{
3077
- --tw-bg-opacity: 1 !important;
3078
- background-color: rgb(218 217 227 / var(--tw-bg-opacity)) !important;
3079
- }
3080
-
3081
3076
  .\!bg-primary-300{
3082
3077
  --tw-bg-opacity: 1 !important;
3083
3078
  background-color: rgb(144 140 171 / var(--tw-bg-opacity)) !important;
@@ -3503,6 +3498,11 @@
3503
3498
  background-color: rgb(255 244 204 / var(--tw-bg-opacity));
3504
3499
  }
3505
3500
 
3501
+ .bg-warning-200{
3502
+ --tw-bg-opacity: 1;
3503
+ background-color: rgb(255 233 153 / var(--tw-bg-opacity));
3504
+ }
3505
+
3506
3506
  .bg-warning-300\/20{
3507
3507
  background-color: rgb(255 222 102 / 0.2);
3508
3508
  }
@@ -6481,24 +6481,24 @@ div{
6481
6481
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
6482
6482
  }
6483
6483
 
6484
- .group:hover .group-hover\:\!bg-grayscale-50{
6485
- --tw-bg-opacity: 1 !important;
6486
- background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
6484
+ .group:hover .group-hover\:bg-grayscale-50{
6485
+ --tw-bg-opacity: 1;
6486
+ background-color: rgb(247 247 247 / var(--tw-bg-opacity));
6487
6487
  }
6488
6488
 
6489
- .group:hover .group-hover\:\!bg-grayscale-800{
6490
- --tw-bg-opacity: 1 !important;
6491
- background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
6489
+ .group:hover .group-hover\:bg-grayscale-800{
6490
+ --tw-bg-opacity: 1;
6491
+ background-color: rgb(75 77 78 / var(--tw-bg-opacity));
6492
6492
  }
6493
6493
 
6494
- .group:hover .group-hover\:\!bg-primary-50{
6495
- --tw-bg-opacity: 1 !important;
6496
- background-color: rgb(235 234 240 / var(--tw-bg-opacity)) !important;
6494
+ .group:hover .group-hover\:bg-primary-50{
6495
+ --tw-bg-opacity: 1;
6496
+ background-color: rgb(235 234 240 / var(--tw-bg-opacity));
6497
6497
  }
6498
6498
 
6499
- .group:hover .group-hover\:\!bg-warning-300{
6500
- --tw-bg-opacity: 1 !important;
6501
- background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
6499
+ .group:hover .group-hover\:bg-warning-300{
6500
+ --tw-bg-opacity: 1;
6501
+ background-color: rgb(255 222 102 / var(--tw-bg-opacity));
6502
6502
  }
6503
6503
 
6504
6504
  .peer:hover ~ .peer-hover\:visible{
@@ -6843,11 +6843,6 @@ div{
6843
6843
  background-color: rgb(113 115 116 / var(--tw-bg-opacity)) !important;
6844
6844
  }
6845
6845
 
6846
- .dark\:\!bg-primary-100:where(.dark, .dark *){
6847
- --tw-bg-opacity: 1 !important;
6848
- background-color: rgb(218 217 227 / var(--tw-bg-opacity)) !important;
6849
- }
6850
-
6851
6846
  .dark\:\!bg-primary-300:where(.dark, .dark *){
6852
6847
  --tw-bg-opacity: 1 !important;
6853
6848
  background-color: rgb(144 140 171 / var(--tw-bg-opacity)) !important;
@@ -7014,6 +7009,11 @@ div{
7014
7009
  background-color: transparent;
7015
7010
  }
7016
7011
 
7012
+ .dark\:bg-warning-200:where(.dark, .dark *){
7013
+ --tw-bg-opacity: 1;
7014
+ background-color: rgb(255 233 153 / var(--tw-bg-opacity));
7015
+ }
7016
+
7017
7017
  .dark\:bg-warning-300:where(.dark, .dark *){
7018
7018
  --tw-bg-opacity: 1;
7019
7019
  background-color: rgb(255 222 102 / var(--tw-bg-opacity));
@@ -7668,14 +7668,14 @@ div{
7668
7668
  background-color: rgb(255 222 102 / 12%);
7669
7669
  }
7670
7670
 
7671
- .group:hover .dark\:group-hover\:\!bg-grayscale-800:where(.dark, .dark *){
7672
- --tw-bg-opacity: 1 !important;
7673
- background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
7671
+ .group:hover .dark\:group-hover\:bg-grayscale-800:where(.dark, .dark *){
7672
+ --tw-bg-opacity: 1;
7673
+ background-color: rgb(75 77 78 / var(--tw-bg-opacity));
7674
7674
  }
7675
7675
 
7676
- .group:hover .dark\:group-hover\:\!bg-warning-300:where(.dark, .dark *){
7677
- --tw-bg-opacity: 1 !important;
7678
- background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
7676
+ .group:hover .dark\:group-hover\:bg-warning-300:where(.dark, .dark *){
7677
+ --tw-bg-opacity: 1;
7678
+ background-color: rgb(255 222 102 / var(--tw-bg-opacity));
7679
7679
  }
7680
7680
 
7681
7681
  .peer:focus-visible ~ .dark\:peer-focus-visible\:ring-primary-200\/\[8\%\]:where(.dark, .dark *){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-presets",
3
- "version": "1.0.110-alpha.0",
3
+ "version": "1.0.111-alpha.0",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Wangsit VueJS Component Library Presets",
6
6
  "main": "index.js",
@@ -246,10 +246,11 @@ declare namespace definePreset {
246
246
  context: any;
247
247
  }): {
248
248
  class: (string | {
249
- 'sticky right-0 bg-white': any;
250
- '!bg-primary-50': any;
251
- 'group-hover:!bg-grayscale-50': boolean;
252
- 'group-hover:!bg-warning-300 !bg-warning-200': any;
249
+ 'sticky right-0': any;
250
+ 'bg-white': boolean;
251
+ 'bg-primary-50': any;
252
+ 'group-hover:bg-grayscale-50': boolean;
253
+ 'group-hover:bg-warning-300 bg-warning-200': any;
253
254
  })[];
254
255
  'data-wv-section': string;
255
256
  };
@@ -198,10 +198,11 @@ var definePreset = {
198
198
  'class': [
199
199
  'w-[35px]',
200
200
  {
201
- 'sticky right-0 bg-white': props.useOption,
202
- '!bg-primary-50': context.selected,
203
- 'group-hover:!bg-grayscale-50': !context.highlighted && !context.selected,
204
- 'group-hover:!bg-warning-300 !bg-warning-200': context.highlighted,
201
+ 'sticky right-0': props.useOption,
202
+ 'bg-white': props.useOption && !context.selected && !context.highlighted,
203
+ 'bg-primary-50': context.selected,
204
+ 'group-hover:bg-grayscale-50': !context.highlighted && !context.selected,
205
+ 'group-hover:bg-warning-300 bg-warning-200': context.highlighted,
205
206
  },
206
207
  ],
207
208
  'data-wv-section': 'rowsingleactioncell',
@@ -1629,10 +1629,11 @@ const _ = {
1629
1629
  class: [
1630
1630
  "w-[35px]",
1631
1631
  {
1632
- "sticky right-0 bg-white": e.useOption,
1633
- "!bg-primary-50": t.selected,
1634
- "group-hover:!bg-grayscale-50": !t.highlighted && !t.selected,
1635
- "group-hover:!bg-warning-300 !bg-warning-200": t.highlighted
1632
+ "sticky right-0": e.useOption,
1633
+ "bg-white": e.useOption && !t.selected && !t.highlighted,
1634
+ "bg-primary-50": t.selected,
1635
+ "group-hover:bg-grayscale-50": !t.highlighted && !t.selected,
1636
+ "group-hover:bg-warning-300 bg-warning-200": t.highlighted
1636
1637
  }
1637
1638
  ],
1638
1639
  "data-wv-section": "rowsingleactioncell"
@@ -1872,7 +1873,7 @@ const _ = {
1872
1873
  leaveActiveClass: "transition-all duration-200 ease-out",
1873
1874
  leaveToClass: "opacity-0 scale-75 mask-active"
1874
1875
  }
1875
- }, M = {
1876
+ }, O = {
1876
1877
  root: {
1877
1878
  class: ["!w-[clamp(360px,75vw,400px)]"],
1878
1879
  "data-wv-name": (e) => e ?? "root",
@@ -1913,7 +1914,7 @@ const _ = {
1913
1914
  class: "flex items-end justify-end gap-1 !mt-0",
1914
1915
  "data-wv-section": "dialog-confirm-footer"
1915
1916
  }
1916
- }, O = {
1917
+ }, M = {
1917
1918
  root: {
1918
1919
  class: ["max-w-[90vw]"],
1919
1920
  style: (e) => `width: ${e}`,
@@ -5626,8 +5627,8 @@ const oe = x("WANGS-TAB-MENU", {
5626
5627
  tabmenu: oe,
5627
5628
  // Overlays
5628
5629
  dialog: C,
5629
- dialogconfirm: M,
5630
- dialogform: O,
5630
+ dialogconfirm: O,
5631
+ dialogform: M,
5631
5632
  overlaypanel: ae,
5632
5633
  // Messages
5633
5634
  message: te,