@tomny-dev/uzi 0.2.6 → 0.2.7

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