@tomny-dev/uzi 0.2.6 → 0.2.7-pr.23.75.1.b9b3694

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/style.css CHANGED
@@ -464,6 +464,8 @@ body {
464
464
  display: flex;
465
465
  align-items: center;
466
466
  justify-content: center;
467
+ width: 100%;
468
+ height: 100%;
467
469
  max-width: 100%;
468
470
  max-height: 100%;
469
471
  outline: none;
@@ -481,8 +483,8 @@ body {
481
483
  background: var(--background);
482
484
  border: 1px solid var(--border);
483
485
  border-radius: 14px;
484
- padding: 24px;
485
- width: min(500px, 100%);
486
+ max-height: 100%;
487
+ overflow: hidden;
486
488
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
487
489
  display: flex;
488
490
  flex-direction: column;
@@ -500,6 +502,7 @@ body {
500
502
  align-items: flex-start;
501
503
  justify-content: space-between;
502
504
  gap: 12px;
505
+ padding: 24px 24px 0;
503
506
  margin-bottom: 16px;
504
507
  }
505
508
 
@@ -552,11 +555,15 @@ body {
552
555
  display: flex;
553
556
  flex-direction: column;
554
557
  gap: 12px;
558
+ min-height: 0;
559
+ overflow-y: auto;
560
+ padding: 0 24px;
555
561
  }
556
562
 
557
563
  .uzi-modal-module__footer__jWLTv {
558
564
  display: flex;
559
565
  gap: 8px;
566
+ padding: 0 24px 24px;
560
567
  margin-top: 20px;
561
568
  }
562
569
 
@@ -2023,4 +2030,399 @@ button.uzi-sidebar-nav-module__item__uMHkJ {
2023
2030
  outline: var(--focus-ring);
2024
2031
  outline-offset: var(--focus-ring-offset);
2025
2032
  }
2033
+ .uzi-auth-card-module__authLayout__GHr1j {
2034
+ display: flex;
2035
+ align-items: center;
2036
+ justify-content: center;
2037
+ min-height: 100vh;
2038
+ min-height: 100dvh;
2039
+ padding: 24px;
2040
+ background: var(--background);
2041
+ }
2042
+
2043
+ .uzi-auth-card-module__authCard__ZYYit {
2044
+ width: 100%;
2045
+ max-width: 400px;
2046
+ border-radius: var(--ts-card-radius, 12px);
2047
+ border: 1px solid var(--ts-card-border, var(--border));
2048
+ background: var(--ts-card-bg, var(--card));
2049
+ color: var(--ts-card-fg, var(--foreground));
2050
+ box-shadow: var(--ts-card-shadow, 0 16px 36px rgba(0, 0, 0, 0.28));
2051
+ padding: 20px;
2052
+ display: flex;
2053
+ flex-direction: column;
2054
+ gap: 16px;
2055
+ }
2056
+
2057
+ .uzi-auth-card-module__authBrand__ZCDVm {
2058
+ display: flex;
2059
+ justify-content: center;
2060
+ margin-bottom: 4px;
2061
+ }
2062
+
2063
+ .uzi-auth-card-module__authBrand__ZCDVm svg {
2064
+ width: 40px;
2065
+ height: 40px;
2066
+ color: var(--primary);
2067
+ }
2068
+
2069
+ .uzi-auth-card-module__authHeader__NB6UQ {
2070
+ text-align: center;
2071
+ }
2072
+
2073
+ .uzi-auth-card-module__authTitle__VtHLn {
2074
+ font-size: 1.25rem;
2075
+ font-weight: 600;
2076
+ line-height: 1.4;
2077
+ margin: 0;
2078
+ color: var(--foreground);
2079
+ }
2080
+
2081
+ .uzi-auth-card-module__authSubtitle__ZupId {
2082
+ font-size: 0.875rem;
2083
+ color: var(--muted-foreground);
2084
+ margin-top: 4px;
2085
+ margin-bottom: 0;
2086
+ line-height: 1.4;
2087
+ }
2088
+
2089
+ .uzi-auth-card-module__authBody__PTyaL {
2090
+ display: flex;
2091
+ flex-direction: column;
2092
+ gap: 14px;
2093
+ }
2094
+
2095
+ .uzi-auth-card-module__divider__D8r12 {
2096
+ border: none;
2097
+ border-top: 1px solid var(--border);
2098
+ margin: 0;
2099
+ }
2100
+
2101
+ .uzi-auth-card-module__authFooter__C5s-- {
2102
+ text-align: center;
2103
+ font-size: 0.875rem;
2104
+ color: var(--muted-foreground);
2105
+ margin: 0;
2106
+ }
2107
+
2108
+ .uzi-auth-card-module__authFooter__C5s-- a {
2109
+ color: var(--primary);
2110
+ text-decoration: none;
2111
+ font-weight: 500;
2112
+ }
2113
+
2114
+ .uzi-auth-card-module__authFooter__C5s-- a:hover {
2115
+ text-decoration: underline;
2116
+ }
2117
+ /* ── Layout ── */
2118
+ .uzi-auth-pages-module__authLayout__i-FlB {
2119
+ display: flex;
2120
+ align-items: center;
2121
+ justify-content: center;
2122
+ min-height: 100vh;
2123
+ min-height: 100dvh;
2124
+ padding: 24px;
2125
+ background: var(--background);
2126
+ }
2127
+
2128
+ .uzi-auth-pages-module__authCard__toOGS {
2129
+ width: 100%;
2130
+ max-width: 400px;
2131
+ border-radius: var(--ts-card-radius, 12px);
2132
+ border: 1px solid var(--ts-card-border, var(--border));
2133
+ background: var(--ts-card-bg, var(--card));
2134
+ color: var(--ts-card-fg, var(--foreground));
2135
+ box-shadow: var(--ts-card-shadow, 0 16px 36px rgba(0, 0, 0, 0.28));
2136
+ padding: 20px;
2137
+ display: flex;
2138
+ flex-direction: column;
2139
+ gap: 16px;
2140
+ }
2141
+
2142
+ .uzi-auth-pages-module__authBrand__7yOdw {
2143
+ display: flex;
2144
+ justify-content: center;
2145
+ margin-bottom: 4px;
2146
+ }
2147
+
2148
+ .uzi-auth-pages-module__authBrand__7yOdw svg {
2149
+ width: 40px;
2150
+ height: 40px;
2151
+ color: var(--primary);
2152
+ }
2153
+
2154
+ .uzi-auth-pages-module__authHeader__V-wcl {
2155
+ text-align: center;
2156
+ }
2157
+
2158
+ .uzi-auth-pages-module__authTitle__1bgLI {
2159
+ font-size: 1.25rem;
2160
+ font-weight: 600;
2161
+ line-height: 1.4;
2162
+ margin: 0;
2163
+ color: var(--foreground);
2164
+ }
2165
+
2166
+ .uzi-auth-pages-module__authSubtitle__sGXxg {
2167
+ font-size: 0.875rem;
2168
+ color: var(--muted-foreground);
2169
+ margin-top: 4px;
2170
+ margin-bottom: 0;
2171
+ line-height: 1.4;
2172
+ }
2173
+
2174
+ /* ── Form ── */
2175
+ .uzi-auth-pages-module__authForm__4MucP {
2176
+ display: flex;
2177
+ flex-direction: column;
2178
+ gap: 14px;
2179
+ }
2180
+
2181
+ /* ── Field ── */
2182
+ .uzi-auth-pages-module__field__Ajl6w {
2183
+ display: flex;
2184
+ flex-direction: column;
2185
+ gap: 4px;
2186
+ }
2187
+
2188
+ .uzi-auth-pages-module__label__MdsqJ {
2189
+ font-size: 0.875rem;
2190
+ font-weight: 500;
2191
+ line-height: 1.2;
2192
+ color: var(--foreground);
2193
+ }
2194
+
2195
+ .uzi-auth-pages-module__input__yijT9 {
2196
+ display: flex;
2197
+ width: 100%;
2198
+ min-height: 2.25rem;
2199
+ border-radius: 0.5rem;
2200
+ border: 1px solid var(--input);
2201
+ background: var(--background);
2202
+ color: var(--foreground);
2203
+ padding: 0.25rem 0.75rem;
2204
+ font-size: 0.875rem;
2205
+ line-height: 1.25rem;
2206
+ box-shadow: var(--ts-input-shadow, 0 1px 2px rgba(0, 0, 0, 0.04));
2207
+ transition: border-color 0.15s ease, background 0.15s ease;
2208
+ font-family: inherit;
2209
+ }
2210
+
2211
+ .uzi-auth-pages-module__input__yijT9::placeholder {
2212
+ color: var(--muted-foreground);
2213
+ }
2214
+
2215
+ .uzi-auth-pages-module__input__yijT9:focus-visible {
2216
+ outline: var(--focus-ring);
2217
+ outline-offset: var(--focus-ring-offset);
2218
+ }
2219
+
2220
+ .uzi-auth-pages-module__input__yijT9:disabled {
2221
+ cursor: not-allowed;
2222
+ opacity: 0.5;
2223
+ }
2224
+
2225
+ /* ── Error ── */
2226
+ .uzi-auth-pages-module__error__7Mhyi {
2227
+ font-size: 0.8rem;
2228
+ color: var(--destructive);
2229
+ margin-top: 2px;
2230
+ }
2231
+
2232
+ /* ── Password wrapper ── */
2233
+ .uzi-auth-pages-module__passwordWrapper__P0bez {
2234
+ position: relative;
2235
+ }
2236
+
2237
+ .uzi-auth-pages-module__passwordWrapper__P0bez .uzi-auth-pages-module__input__yijT9 {
2238
+ padding-right: 2.5rem;
2239
+ }
2240
+
2241
+ .uzi-auth-pages-module__toggle__T7HaZ {
2242
+ position: absolute;
2243
+ right: 0.5rem;
2244
+ top: 50%;
2245
+ transform: translateY(-50%);
2246
+ background: none;
2247
+ border: none;
2248
+ padding: 0.25rem;
2249
+ cursor: pointer;
2250
+ color: var(--muted-foreground);
2251
+ border-radius: 4px;
2252
+ transition: color 0.15s, background 0.15s;
2253
+ display: flex;
2254
+ align-items: center;
2255
+ justify-content: center;
2256
+ }
2257
+
2258
+ .uzi-auth-pages-module__toggle__T7HaZ:hover {
2259
+ color: var(--foreground);
2260
+ background: var(--accent);
2261
+ }
2262
+
2263
+ .uzi-auth-pages-module__toggle__T7HaZ:focus-visible {
2264
+ outline: var(--focus-ring);
2265
+ outline-offset: var(--focus-ring-offset);
2266
+ }
2267
+
2268
+ .uzi-auth-pages-module__eyeIcon__ab2Ts {
2269
+ width: 1.125rem;
2270
+ height: 1.125rem;
2271
+ }
2272
+
2273
+ /* ── Checkbox row ── */
2274
+ .uzi-auth-pages-module__checkboxRow__Rq-84 {
2275
+ display: flex;
2276
+ align-items: center;
2277
+ justify-content: space-between;
2278
+ gap: 8px;
2279
+ flex-wrap: wrap;
2280
+ }
2281
+
2282
+ .uzi-auth-pages-module__checkboxLabel__poKs- {
2283
+ display: flex;
2284
+ align-items: center;
2285
+ gap: 8px;
2286
+ font-size: 0.875rem;
2287
+ color: var(--foreground);
2288
+ cursor: pointer;
2289
+ }
2290
+
2291
+ .uzi-auth-pages-module__checkbox__KOQQe {
2292
+ width: 1rem;
2293
+ height: 1rem;
2294
+ accent-color: var(--primary);
2295
+ border-radius: 4px;
2296
+ cursor: pointer;
2297
+ }
2298
+
2299
+ .uzi-auth-pages-module__checkbox__KOQQe:focus-visible {
2300
+ outline: var(--focus-ring);
2301
+ outline-offset: var(--focus-ring-offset);
2302
+ }
2303
+
2304
+ .uzi-auth-pages-module__forgotLink__5q-vL {
2305
+ font-size: 0.875rem;
2306
+ color: var(--primary);
2307
+ text-decoration: none;
2308
+ font-weight: 500;
2309
+ }
2310
+
2311
+ .uzi-auth-pages-module__forgotLink__5q-vL:hover {
2312
+ text-decoration: underline;
2313
+ }
2314
+
2315
+ .uzi-auth-pages-module__checkboxLink__kAkKg {
2316
+ color: var(--primary);
2317
+ text-decoration: none;
2318
+ font-weight: 500;
2319
+ }
2320
+
2321
+ .uzi-auth-pages-module__checkboxLink__kAkKg:hover {
2322
+ text-decoration: underline;
2323
+ }
2324
+
2325
+ /* ── Submit button ── */
2326
+ .uzi-auth-pages-module__submitButton__mlGxT {
2327
+ display: inline-flex;
2328
+ align-items: center;
2329
+ justify-content: center;
2330
+ gap: 8px;
2331
+ font-family: inherit;
2332
+ font-weight: 600;
2333
+ border-radius: 8px;
2334
+ border: 1px solid transparent;
2335
+ cursor: pointer;
2336
+ text-decoration: none;
2337
+ transition: opacity 0.15s, border-color 0.15s, color 0.15s, background 0.15s;
2338
+ white-space: nowrap;
2339
+ line-height: 1;
2340
+ font-size: 0.95rem;
2341
+ min-height: 2.25rem;
2342
+ padding: 10px 22px;
2343
+ background: var(--primary);
2344
+ color: var(--primary-foreground);
2345
+ }
2346
+
2347
+ .uzi-auth-pages-module__submitButton__mlGxT:focus-visible {
2348
+ outline: var(--focus-ring);
2349
+ outline-offset: var(--focus-ring-offset);
2350
+ }
2351
+
2352
+ .uzi-auth-pages-module__submitButton__mlGxT:disabled {
2353
+ opacity: 0.45;
2354
+ cursor: not-allowed;
2355
+ }
2356
+
2357
+ .uzi-auth-pages-module__submitButton__mlGxT:hover:not(:disabled) {
2358
+ opacity: 0.88;
2359
+ }
2360
+
2361
+ /* ── Spinner ── */
2362
+ .uzi-auth-pages-module__spinner__seK4F {
2363
+ width: 1rem;
2364
+ height: 1rem;
2365
+ border: 2px solid rgba(255, 255, 255, 0.3);
2366
+ border-top-color: white;
2367
+ border-radius: 50%;
2368
+ animation: uzi-auth-pages-module__spin__hYpWH 0.6s linear infinite;
2369
+ }
2370
+
2371
+ @keyframes uzi-auth-pages-module__spin__hYpWH {
2372
+ to { transform: rotate(360deg); }
2373
+ }
2374
+
2375
+ /* ── Divider ── */
2376
+ .uzi-auth-pages-module__divider__Debmu {
2377
+ border: none;
2378
+ border-top: 1px solid var(--border);
2379
+ margin: 0;
2380
+ }
2381
+
2382
+ /* ── Footer ── */
2383
+ .uzi-auth-pages-module__authFooter__SEaGh {
2384
+ text-align: center;
2385
+ font-size: 0.875rem;
2386
+ color: var(--muted-foreground);
2387
+ margin: 0;
2388
+ }
2389
+
2390
+ .uzi-auth-pages-module__authFooter__SEaGh a {
2391
+ color: var(--primary);
2392
+ text-decoration: none;
2393
+ font-weight: 500;
2394
+ }
2395
+
2396
+ .uzi-auth-pages-module__authFooter__SEaGh a:hover {
2397
+ text-decoration: underline;
2398
+ }
2399
+
2400
+ /* ── Sent state ── */
2401
+ .uzi-auth-pages-module__sentMessage__vLBoY {
2402
+ text-align: center;
2403
+ display: flex;
2404
+ flex-direction: column;
2405
+ gap: 12px;
2406
+ }
2407
+
2408
+ .uzi-auth-pages-module__sentText__qyJkF {
2409
+ font-size: 0.875rem;
2410
+ color: var(--foreground);
2411
+ line-height: 1.5;
2412
+ }
2413
+
2414
+ .uzi-auth-pages-module__sentText__qyJkF strong {
2415
+ font-weight: 600;
2416
+ }
2417
+
2418
+ .uzi-auth-pages-module__backLink__ezB3X {
2419
+ font-size: 0.875rem;
2420
+ color: var(--primary);
2421
+ text-decoration: none;
2422
+ font-weight: 500;
2423
+ }
2424
+
2425
+ .uzi-auth-pages-module__backLink__ezB3X:hover {
2426
+ text-decoration: underline;
2427
+ }
2026
2428
  /*$vite$:1*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomny-dev/uzi",
3
- "version": "0.2.6",
3
+ "version": "0.2.7-pr.23.75.1.b9b3694",
4
4
  "description": "Rapid-fire React UI components. Ship faster, build more.",
5
5
  "type": "module",
6
6
  "publishConfig": {