warqadui 0.0.65 → 0.0.67

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.
package/dist/styles.js CHANGED
@@ -842,6 +842,9 @@ select:-webkit-autofill:focus {
842
842
  .min-w-\\[140px\\] {
843
843
  min-width: 140px;
844
844
  }
845
+ .min-w-\\[150px\\] {
846
+ min-width: 150px;
847
+ }
845
848
  .min-w-\\[160px\\] {
846
849
  min-width: 160px;
847
850
  }
@@ -3036,6 +3039,9 @@ select:-webkit-autofill:focus {
3036
3039
  .dark\\:hover\\:bg-red-900\\/10:hover:is(.dark *) {
3037
3040
  background-color: rgb(127 29 29 / 0.1);
3038
3041
  }
3042
+ .dark\\:hover\\:bg-red-950\\/20:hover:is(.dark *) {
3043
+ background-color: rgb(69 10 10 / 0.2);
3044
+ }
3039
3045
  .dark\\:hover\\:bg-slate-800:hover:is(.dark *) {
3040
3046
  --tw-bg-opacity: 1;
3041
3047
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
@@ -3138,6 +3144,9 @@ select:-webkit-autofill:focus {
3138
3144
  .sm\\:p-6 {
3139
3145
  padding: 1.5rem;
3140
3146
  }
3147
+ .sm\\:p-8 {
3148
+ padding: 2rem;
3149
+ }
3141
3150
  .sm\\:px-6 {
3142
3151
  padding-left: 1.5rem;
3143
3152
  padding-right: 1.5rem;
package/dist/styles.mjs CHANGED
@@ -840,6 +840,9 @@ select:-webkit-autofill:focus {
840
840
  .min-w-\\[140px\\] {
841
841
  min-width: 140px;
842
842
  }
843
+ .min-w-\\[150px\\] {
844
+ min-width: 150px;
845
+ }
843
846
  .min-w-\\[160px\\] {
844
847
  min-width: 160px;
845
848
  }
@@ -3034,6 +3037,9 @@ select:-webkit-autofill:focus {
3034
3037
  .dark\\:hover\\:bg-red-900\\/10:hover:is(.dark *) {
3035
3038
  background-color: rgb(127 29 29 / 0.1);
3036
3039
  }
3040
+ .dark\\:hover\\:bg-red-950\\/20:hover:is(.dark *) {
3041
+ background-color: rgb(69 10 10 / 0.2);
3042
+ }
3037
3043
  .dark\\:hover\\:bg-slate-800:hover:is(.dark *) {
3038
3044
  --tw-bg-opacity: 1;
3039
3045
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
@@ -3136,6 +3142,9 @@ select:-webkit-autofill:focus {
3136
3142
  .sm\\:p-6 {
3137
3143
  padding: 1.5rem;
3138
3144
  }
3145
+ .sm\\:p-8 {
3146
+ padding: 2rem;
3147
+ }
3139
3148
  .sm\\:px-6 {
3140
3149
  padding-left: 1.5rem;
3141
3150
  padding-right: 1.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",