warqadui 0.0.80 → 0.0.83

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
@@ -534,6 +534,9 @@ select:-webkit-autofill:focus {
534
534
  .z-50 {
535
535
  z-index: 50;
536
536
  }
537
+ .m-auto {
538
+ margin: auto;
539
+ }
537
540
  .mx-0\\.5 {
538
541
  margin-left: 0.125rem;
539
542
  margin-right: 0.125rem;
@@ -762,6 +765,9 @@ select:-webkit-autofill:focus {
762
765
  .min-h-\\[400px\\] {
763
766
  min-height: 400px;
764
767
  }
768
+ .min-h-\\[50vh\\] {
769
+ min-height: 50vh;
770
+ }
765
771
  .min-h-full {
766
772
  min-height: 100%;
767
773
  }
@@ -1835,6 +1841,9 @@ select:-webkit-autofill:focus {
1835
1841
  .text-\\[12px\\] {
1836
1842
  font-size: 12px;
1837
1843
  }
1844
+ .text-\\[12rem\\] {
1845
+ font-size: 12rem;
1846
+ }
1838
1847
  .text-\\[13px\\] {
1839
1848
  font-size: 13px;
1840
1849
  }
@@ -2036,6 +2045,18 @@ select:-webkit-autofill:focus {
2036
2045
  --tw-text-opacity: 1;
2037
2046
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
2038
2047
  }
2048
+ .text-zinc-500 {
2049
+ --tw-text-opacity: 1;
2050
+ color: rgb(113 113 122 / var(--tw-text-opacity, 1));
2051
+ }
2052
+ .text-zinc-600 {
2053
+ --tw-text-opacity: 1;
2054
+ color: rgb(82 82 91 / var(--tw-text-opacity, 1));
2055
+ }
2056
+ .text-zinc-900 {
2057
+ --tw-text-opacity: 1;
2058
+ color: rgb(24 24 27 / var(--tw-text-opacity, 1));
2059
+ }
2039
2060
  .underline {
2040
2061
  text-decoration-line: underline;
2041
2062
  }
@@ -2077,6 +2098,9 @@ select:-webkit-autofill:focus {
2077
2098
  .opacity-80 {
2078
2099
  opacity: 0.8;
2079
2100
  }
2101
+ .opacity-\\[0\\.03\\] {
2102
+ opacity: 0.03;
2103
+ }
2080
2104
  .shadow-2xl {
2081
2105
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
2082
2106
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
@@ -2093,6 +2117,14 @@ select:-webkit-autofill:focus {
2093
2117
  var(--tw-ring-shadow, 0 0 #0000),
2094
2118
  var(--tw-shadow);
2095
2119
  }
2120
+ .shadow-\\[0_4px_14px_0_rgba\\(0\\,0\\,0\\,0\\.1\\)\\] {
2121
+ --tw-shadow: 0 4px 14px 0 rgba(0,0,0,0.1);
2122
+ --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
2123
+ box-shadow:
2124
+ var(--tw-ring-offset-shadow, 0 0 #0000),
2125
+ var(--tw-ring-shadow, 0 0 #0000),
2126
+ var(--tw-shadow);
2127
+ }
2096
2128
  .shadow-lg {
2097
2129
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2098
2130
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -2369,6 +2401,10 @@ select:-webkit-autofill:focus {
2369
2401
  .focus-within\\:opacity-100:focus-within {
2370
2402
  opacity: 1;
2371
2403
  }
2404
+ .hover\\:-translate-y-0\\.5:hover {
2405
+ --tw-translate-y: -0.125rem;
2406
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2407
+ }
2372
2408
  .hover\\:-translate-y-px:hover {
2373
2409
  --tw-translate-y: -1px;
2374
2410
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2512,6 +2548,14 @@ select:-webkit-autofill:focus {
2512
2548
  .hover\\:underline:hover {
2513
2549
  text-decoration-line: underline;
2514
2550
  }
2551
+ .hover\\:shadow-\\[0_6px_20px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]:hover {
2552
+ --tw-shadow: 0 6px 20px rgba(0,0,0,0.15);
2553
+ --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
2554
+ box-shadow:
2555
+ var(--tw-ring-offset-shadow, 0 0 #0000),
2556
+ var(--tw-ring-shadow, 0 0 #0000),
2557
+ var(--tw-shadow);
2558
+ }
2515
2559
  .hover\\:shadow-md:hover {
2516
2560
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2517
2561
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
@@ -2582,6 +2626,9 @@ select:-webkit-autofill:focus {
2582
2626
  .focus\\:ring-offset-1:focus {
2583
2627
  --tw-ring-offset-width: 1px;
2584
2628
  }
2629
+ .focus\\:ring-offset-2:focus {
2630
+ --tw-ring-offset-width: 2px;
2631
+ }
2585
2632
  .active\\:translate-y-0:active {
2586
2633
  --tw-translate-y: 0px;
2587
2634
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -3011,6 +3058,9 @@ select:-webkit-autofill:focus {
3011
3058
  --tw-placeholder-opacity: 1;
3012
3059
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
3013
3060
  }
3061
+ .dark\\:opacity-5:is(.dark *) {
3062
+ opacity: 0.05;
3063
+ }
3014
3064
  .dark\\:shadow-blue-900\\/20:is(.dark *) {
3015
3065
  --tw-shadow-color: rgb(30 58 138 / 0.2);
3016
3066
  --tw-shadow: var(--tw-shadow-colored);
@@ -3188,6 +3238,9 @@ select:-webkit-autofill:focus {
3188
3238
  .sm\\:text-left {
3189
3239
  text-align: left;
3190
3240
  }
3241
+ .sm\\:text-\\[16rem\\] {
3242
+ font-size: 16rem;
3243
+ }
3191
3244
  }
3192
3245
  @media (min-width: 768px) {
3193
3246
  .md\\:grid-cols-2 {
@@ -3203,10 +3256,25 @@ select:-webkit-autofill:focus {
3203
3256
  padding-left: 1rem;
3204
3257
  padding-right: 1rem;
3205
3258
  }
3259
+ .md\\:text-2xl {
3260
+ font-size: 1.5rem;
3261
+ line-height: 2rem;
3262
+ }
3206
3263
  .md\\:text-3xl {
3207
3264
  font-size: 1.875rem;
3208
3265
  line-height: 2.25rem;
3209
3266
  }
3267
+ .md\\:text-5xl {
3268
+ font-size: 3rem;
3269
+ line-height: 1;
3270
+ }
3271
+ .md\\:text-\\[20rem\\] {
3272
+ font-size: 20rem;
3273
+ }
3274
+ .md\\:text-xl {
3275
+ font-size: 1.25rem;
3276
+ line-height: 1.75rem;
3277
+ }
3210
3278
  }
3211
3279
  @media (min-width: 1024px) {
3212
3280
  .lg\\:relative {
package/dist/styles.mjs CHANGED
@@ -532,6 +532,9 @@ select:-webkit-autofill:focus {
532
532
  .z-50 {
533
533
  z-index: 50;
534
534
  }
535
+ .m-auto {
536
+ margin: auto;
537
+ }
535
538
  .mx-0\\.5 {
536
539
  margin-left: 0.125rem;
537
540
  margin-right: 0.125rem;
@@ -760,6 +763,9 @@ select:-webkit-autofill:focus {
760
763
  .min-h-\\[400px\\] {
761
764
  min-height: 400px;
762
765
  }
766
+ .min-h-\\[50vh\\] {
767
+ min-height: 50vh;
768
+ }
763
769
  .min-h-full {
764
770
  min-height: 100%;
765
771
  }
@@ -1833,6 +1839,9 @@ select:-webkit-autofill:focus {
1833
1839
  .text-\\[12px\\] {
1834
1840
  font-size: 12px;
1835
1841
  }
1842
+ .text-\\[12rem\\] {
1843
+ font-size: 12rem;
1844
+ }
1836
1845
  .text-\\[13px\\] {
1837
1846
  font-size: 13px;
1838
1847
  }
@@ -2034,6 +2043,18 @@ select:-webkit-autofill:focus {
2034
2043
  --tw-text-opacity: 1;
2035
2044
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
2036
2045
  }
2046
+ .text-zinc-500 {
2047
+ --tw-text-opacity: 1;
2048
+ color: rgb(113 113 122 / var(--tw-text-opacity, 1));
2049
+ }
2050
+ .text-zinc-600 {
2051
+ --tw-text-opacity: 1;
2052
+ color: rgb(82 82 91 / var(--tw-text-opacity, 1));
2053
+ }
2054
+ .text-zinc-900 {
2055
+ --tw-text-opacity: 1;
2056
+ color: rgb(24 24 27 / var(--tw-text-opacity, 1));
2057
+ }
2037
2058
  .underline {
2038
2059
  text-decoration-line: underline;
2039
2060
  }
@@ -2075,6 +2096,9 @@ select:-webkit-autofill:focus {
2075
2096
  .opacity-80 {
2076
2097
  opacity: 0.8;
2077
2098
  }
2099
+ .opacity-\\[0\\.03\\] {
2100
+ opacity: 0.03;
2101
+ }
2078
2102
  .shadow-2xl {
2079
2103
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
2080
2104
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
@@ -2091,6 +2115,14 @@ select:-webkit-autofill:focus {
2091
2115
  var(--tw-ring-shadow, 0 0 #0000),
2092
2116
  var(--tw-shadow);
2093
2117
  }
2118
+ .shadow-\\[0_4px_14px_0_rgba\\(0\\,0\\,0\\,0\\.1\\)\\] {
2119
+ --tw-shadow: 0 4px 14px 0 rgba(0,0,0,0.1);
2120
+ --tw-shadow-colored: 0 4px 14px 0 var(--tw-shadow-color);
2121
+ box-shadow:
2122
+ var(--tw-ring-offset-shadow, 0 0 #0000),
2123
+ var(--tw-ring-shadow, 0 0 #0000),
2124
+ var(--tw-shadow);
2125
+ }
2094
2126
  .shadow-lg {
2095
2127
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2096
2128
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -2367,6 +2399,10 @@ select:-webkit-autofill:focus {
2367
2399
  .focus-within\\:opacity-100:focus-within {
2368
2400
  opacity: 1;
2369
2401
  }
2402
+ .hover\\:-translate-y-0\\.5:hover {
2403
+ --tw-translate-y: -0.125rem;
2404
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2405
+ }
2370
2406
  .hover\\:-translate-y-px:hover {
2371
2407
  --tw-translate-y: -1px;
2372
2408
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2510,6 +2546,14 @@ select:-webkit-autofill:focus {
2510
2546
  .hover\\:underline:hover {
2511
2547
  text-decoration-line: underline;
2512
2548
  }
2549
+ .hover\\:shadow-\\[0_6px_20px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]:hover {
2550
+ --tw-shadow: 0 6px 20px rgba(0,0,0,0.15);
2551
+ --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
2552
+ box-shadow:
2553
+ var(--tw-ring-offset-shadow, 0 0 #0000),
2554
+ var(--tw-ring-shadow, 0 0 #0000),
2555
+ var(--tw-shadow);
2556
+ }
2513
2557
  .hover\\:shadow-md:hover {
2514
2558
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2515
2559
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
@@ -2580,6 +2624,9 @@ select:-webkit-autofill:focus {
2580
2624
  .focus\\:ring-offset-1:focus {
2581
2625
  --tw-ring-offset-width: 1px;
2582
2626
  }
2627
+ .focus\\:ring-offset-2:focus {
2628
+ --tw-ring-offset-width: 2px;
2629
+ }
2583
2630
  .active\\:translate-y-0:active {
2584
2631
  --tw-translate-y: 0px;
2585
2632
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -3009,6 +3056,9 @@ select:-webkit-autofill:focus {
3009
3056
  --tw-placeholder-opacity: 1;
3010
3057
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
3011
3058
  }
3059
+ .dark\\:opacity-5:is(.dark *) {
3060
+ opacity: 0.05;
3061
+ }
3012
3062
  .dark\\:shadow-blue-900\\/20:is(.dark *) {
3013
3063
  --tw-shadow-color: rgb(30 58 138 / 0.2);
3014
3064
  --tw-shadow: var(--tw-shadow-colored);
@@ -3186,6 +3236,9 @@ select:-webkit-autofill:focus {
3186
3236
  .sm\\:text-left {
3187
3237
  text-align: left;
3188
3238
  }
3239
+ .sm\\:text-\\[16rem\\] {
3240
+ font-size: 16rem;
3241
+ }
3189
3242
  }
3190
3243
  @media (min-width: 768px) {
3191
3244
  .md\\:grid-cols-2 {
@@ -3201,10 +3254,25 @@ select:-webkit-autofill:focus {
3201
3254
  padding-left: 1rem;
3202
3255
  padding-right: 1rem;
3203
3256
  }
3257
+ .md\\:text-2xl {
3258
+ font-size: 1.5rem;
3259
+ line-height: 2rem;
3260
+ }
3204
3261
  .md\\:text-3xl {
3205
3262
  font-size: 1.875rem;
3206
3263
  line-height: 2.25rem;
3207
3264
  }
3265
+ .md\\:text-5xl {
3266
+ font-size: 3rem;
3267
+ line-height: 1;
3268
+ }
3269
+ .md\\:text-\\[20rem\\] {
3270
+ font-size: 20rem;
3271
+ }
3272
+ .md\\:text-xl {
3273
+ font-size: 1.25rem;
3274
+ line-height: 1.75rem;
3275
+ }
3208
3276
  }
3209
3277
  @media (min-width: 1024px) {
3210
3278
  .lg\\:relative {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.80",
3
+ "version": "0.0.83",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",