@fpkit/acss 2.2.0 → 3.1.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.
- package/libs/chunk-5RAWNUVD.js +8 -0
- package/libs/chunk-5RAWNUVD.js.map +1 -0
- package/libs/{chunk-UJAQVHWC.js → chunk-CWRNJA4P.js} +2 -2
- package/libs/{chunk-R7NLLZU2.cjs → chunk-DYFAUAB7.cjs} +3 -3
- package/libs/chunk-NWJDAHP6.cjs +17 -0
- package/libs/chunk-NWJDAHP6.cjs.map +1 -0
- package/libs/components/breadcrumbs/breadcrumb.cjs +5 -5
- package/libs/components/breadcrumbs/breadcrumb.d.cts +2 -2
- package/libs/components/breadcrumbs/breadcrumb.d.ts +2 -2
- package/libs/components/breadcrumbs/breadcrumb.js +2 -2
- package/libs/components/flexbox/flex.css +1 -0
- package/libs/components/flexbox/flex.css.map +1 -0
- package/libs/components/flexbox/flex.min.css +3 -0
- package/libs/components/link/link.cjs +5 -5
- package/libs/components/link/link.css +1 -1
- package/libs/components/link/link.css.map +1 -1
- package/libs/components/link/link.d.cts +2 -131
- package/libs/components/link/link.d.ts +2 -131
- package/libs/components/link/link.js +1 -1
- package/libs/components/link/link.min.css +2 -2
- package/libs/components/nav/nav.css +1 -1
- package/libs/components/nav/nav.css.map +1 -1
- package/libs/components/nav/nav.min.css +2 -2
- package/libs/hooks.cjs +3 -3
- package/libs/hooks.d.cts +1 -1
- package/libs/hooks.d.ts +1 -1
- package/libs/hooks.js +2 -2
- package/libs/index.cjs +30 -29
- package/libs/index.cjs.map +1 -1
- package/libs/index.css +1 -1
- package/libs/index.css.map +1 -1
- package/libs/index.d.cts +246 -290
- package/libs/index.d.ts +246 -290
- package/libs/index.js +15 -15
- package/libs/index.js.map +1 -1
- package/libs/link-59ad884f.d.ts +371 -0
- package/package.json +2 -2
- package/src/components/flexbox/README.mdx +996 -0
- package/src/components/flexbox/flex.scss +847 -0
- package/src/components/flexbox/flex.stories.tsx +1233 -0
- package/src/components/flexbox/flex.test.tsx +689 -0
- package/src/components/flexbox/flex.tsx +484 -0
- package/src/components/flexbox/flex.types.ts +224 -0
- package/src/components/link/link.scss +4 -10
- package/src/components/link/link.tsx +18 -3
- package/src/components/nav/nav.scss +1 -1
- package/src/index.scss +1 -0
- package/src/index.ts +19 -2
- package/src/patterns/page/page-header.tsx +1 -3
- package/src/styles/flexbox/flex.css +736 -0
- package/src/styles/flexbox/flex.css.map +1 -0
- package/src/styles/index.css +739 -9
- package/src/styles/index.css.map +1 -1
- package/src/styles/link/link.css +2 -6
- package/src/styles/link/link.css.map +1 -1
- package/src/styles/nav/nav.css +3 -3
- package/libs/chunk-5PJYLVFY.cjs +0 -17
- package/libs/chunk-5PJYLVFY.cjs.map +0 -1
- package/libs/chunk-NNTBIHSD.js +0 -8
- package/libs/chunk-NNTBIHSD.js.map +0 -1
- package/libs/components/alert/alert.min.min.css +0 -2
- package/libs/components/badge/badge.min.min.css +0 -2
- package/libs/components/breadcrumbs/breadcrumb.min.min.css +0 -2
- package/libs/components/buttons/button.min.min.css +0 -2
- package/libs/components/cards/card-style.min.min.css +0 -2
- package/libs/components/cards/card.min.min.css +0 -2
- package/libs/components/details/details.min.min.css +0 -2
- package/libs/components/dialog/dialog.min.min.css +0 -2
- package/libs/components/form/form.min.min.css +0 -2
- package/libs/components/icons/icon.min.min.css +0 -2
- package/libs/components/images/img.min.min.css +0 -2
- package/libs/components/layout/landmarks.min.min.css +0 -2
- package/libs/components/link/link.min.min.css +0 -2
- package/libs/components/list/list.min.min.css +0 -2
- package/libs/components/nav/nav.min.min.css +0 -2
- package/libs/components/progress/progress.min.min.css +0 -2
- package/libs/components/styles/index.min.min.css +0 -2
- package/libs/components/tag/tag.min.min.css +0 -2
- package/libs/components/text-to-speech/text-to-speech.min.min.css +0 -2
- /package/libs/{chunk-UJAQVHWC.js.map → chunk-CWRNJA4P.js.map} +0 -0
- /package/libs/{chunk-R7NLLZU2.cjs.map → chunk-DYFAUAB7.cjs.map} +0 -0
package/src/styles/index.css
CHANGED
|
@@ -1088,7 +1088,7 @@ a[href] {
|
|
|
1088
1088
|
--link-radius: 0.25rem;
|
|
1089
1089
|
--link-padding-inline: 0;
|
|
1090
1090
|
--link-padding-block: 0;
|
|
1091
|
-
--link-transition: all 0.
|
|
1091
|
+
--link-transition: all 0.35s ease-in-out;
|
|
1092
1092
|
--link-focus-color: currentColor;
|
|
1093
1093
|
--link-focus-width: 0.125rem;
|
|
1094
1094
|
--link-focus-offset: 0.125rem;
|
|
@@ -1112,14 +1112,10 @@ a[href] > b {
|
|
|
1112
1112
|
a[href]:hover {
|
|
1113
1113
|
--link-decoration: underline;
|
|
1114
1114
|
}
|
|
1115
|
-
a[href]:focus {
|
|
1116
|
-
outline: var(--link-focus-width) var(--link-focus-style) var(--link-focus-color);
|
|
1117
|
-
outline-offset: var(--link-focus-offset);
|
|
1118
|
-
--link-decoration: underline;
|
|
1119
|
-
}
|
|
1120
1115
|
a[href]:focus-visible {
|
|
1121
1116
|
outline: var(--link-focus-width) var(--link-focus-style) var(--link-focus-color);
|
|
1122
1117
|
outline-offset: var(--link-focus-offset);
|
|
1118
|
+
font-weight: bold;
|
|
1123
1119
|
}
|
|
1124
1120
|
a[href]:visited, a[href]:active {
|
|
1125
1121
|
--link-color: currentColor;
|
|
@@ -1606,9 +1602,9 @@ body > nav ul > li:hover,
|
|
|
1606
1602
|
.navbar ul > li:hover {
|
|
1607
1603
|
background-color: var(--nav-hover-bg, #e8e8e8);
|
|
1608
1604
|
}
|
|
1609
|
-
body > nav ul > li:hover:
|
|
1610
|
-
[aria-label~=navbar] ul > li:hover:
|
|
1611
|
-
.navbar ul > li:hover:
|
|
1605
|
+
body > nav ul > li:hover:has(img, button),
|
|
1606
|
+
[aria-label~=navbar] ul > li:hover:has(img, button),
|
|
1607
|
+
.navbar ul > li:hover:has(img, button) {
|
|
1612
1608
|
background-color: transparent;
|
|
1613
1609
|
}
|
|
1614
1610
|
|
|
@@ -2222,6 +2218,740 @@ li:has(> button) {
|
|
|
2222
2218
|
outline: var(--tts-border-width) var(--tts-border-style);
|
|
2223
2219
|
}
|
|
2224
2220
|
|
|
2221
|
+
/* ============================================================================
|
|
2222
|
+
FLEXBOX UTILITIES - Responsive Layout Control
|
|
2223
|
+
============================================================================
|
|
2224
|
+
|
|
2225
|
+
Comprehensive flexbox utility classes with responsive modifiers.
|
|
2226
|
+
Uses CSS custom properties for flexibility and modern range media queries.
|
|
2227
|
+
|
|
2228
|
+
Usage:
|
|
2229
|
+
1. Direct utility classes: <div className="flex gap-md justify-between">
|
|
2230
|
+
2. React Flex component: <Flex gap="md" justify="between">
|
|
2231
|
+
- Flex component automatically generates these utility classes from props
|
|
2232
|
+
- Supports responsive props: <Flex md={{ direction: "row" }}>
|
|
2233
|
+
- Sub-components: Flex.Item, Flex.Spacer
|
|
2234
|
+
|
|
2235
|
+
Breakpoints:
|
|
2236
|
+
- sm: 30rem (480px)
|
|
2237
|
+
- md: 48rem (768px)
|
|
2238
|
+
- lg: 62rem (992px)
|
|
2239
|
+
- xl: 80rem (1280px)
|
|
2240
|
+
|
|
2241
|
+
All spacing uses rem units (base: 1rem = 16px)
|
|
2242
|
+
============================================================================ */
|
|
2243
|
+
/* CSS Custom Properties
|
|
2244
|
+
========================================================================== */
|
|
2245
|
+
:root {
|
|
2246
|
+
/* Gap spacing - fluid typography with clamp() */
|
|
2247
|
+
--flex-gap-xs: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem); /* 4-8px */
|
|
2248
|
+
--flex-gap-sm: clamp(0.5rem, 0.45rem + 0.35vw, 0.75rem); /* 8-12px */
|
|
2249
|
+
--flex-gap-md: clamp(0.75rem, 0.65rem + 0.45vw, 1.125rem); /* 12-18px */
|
|
2250
|
+
--flex-gap-lg: clamp(1rem, 0.85rem + 0.6vw, 1.5rem); /* 16-24px */
|
|
2251
|
+
--flex-gap-xl: clamp(1.5rem, 1.25rem + 0.75vw, 2rem); /* 24-32px */
|
|
2252
|
+
/* Default gap for flex containers */
|
|
2253
|
+
--flex-gap: var(--flex-gap-sm);
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
/* Base Flex Containers
|
|
2257
|
+
========================================================================== */
|
|
2258
|
+
/* Standard flex container */
|
|
2259
|
+
.flex {
|
|
2260
|
+
display: flex;
|
|
2261
|
+
gap: var(--flex-gap);
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
/* Inline flex container */
|
|
2265
|
+
.flex-inline {
|
|
2266
|
+
display: inline-flex;
|
|
2267
|
+
gap: var(--flex-gap);
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
/* Flex Direction
|
|
2271
|
+
========================================================================== */
|
|
2272
|
+
.flex-row {
|
|
2273
|
+
flex-direction: row;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.flex-row-reverse {
|
|
2277
|
+
flex-direction: row-reverse;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.flex-col {
|
|
2281
|
+
flex-direction: column;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
.flex-col-reverse {
|
|
2285
|
+
flex-direction: column-reverse;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
/* Flex Wrap
|
|
2289
|
+
========================================================================== */
|
|
2290
|
+
.flex-wrap {
|
|
2291
|
+
flex-wrap: wrap;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
.flex-wrap-reverse {
|
|
2295
|
+
flex-wrap: wrap-reverse;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
.flex-nowrap {
|
|
2299
|
+
flex-wrap: nowrap;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
/* Justify Content (Main Axis)
|
|
2303
|
+
========================================================================== */
|
|
2304
|
+
.justify-start {
|
|
2305
|
+
justify-content: flex-start;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.justify-end {
|
|
2309
|
+
justify-content: flex-end;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.justify-center {
|
|
2313
|
+
justify-content: center;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.justify-between {
|
|
2317
|
+
justify-content: space-between;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.justify-around {
|
|
2321
|
+
justify-content: space-around;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.justify-evenly {
|
|
2325
|
+
justify-content: space-evenly;
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
/* Align Items (Cross Axis)
|
|
2329
|
+
========================================================================== */
|
|
2330
|
+
.items-start {
|
|
2331
|
+
align-items: flex-start;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
.items-end {
|
|
2335
|
+
align-items: flex-end;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
.items-center {
|
|
2339
|
+
align-items: center;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
.items-baseline {
|
|
2343
|
+
align-items: baseline;
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
.items-stretch {
|
|
2347
|
+
align-items: stretch;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
/* Align Content (Multi-line)
|
|
2351
|
+
========================================================================== */
|
|
2352
|
+
.content-start {
|
|
2353
|
+
align-content: flex-start;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
.content-end {
|
|
2357
|
+
align-content: flex-end;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.content-center {
|
|
2361
|
+
align-content: center;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.content-between {
|
|
2365
|
+
align-content: space-between;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
.content-around {
|
|
2369
|
+
align-content: space-around;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.content-evenly {
|
|
2373
|
+
align-content: space-evenly;
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
.content-stretch {
|
|
2377
|
+
align-content: stretch;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
/* Align Self (Individual Items)
|
|
2381
|
+
========================================================================== */
|
|
2382
|
+
.self-auto {
|
|
2383
|
+
align-self: auto;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.self-start {
|
|
2387
|
+
align-self: flex-start;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.self-end {
|
|
2391
|
+
align-self: flex-end;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.self-center {
|
|
2395
|
+
align-self: center;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.self-baseline {
|
|
2399
|
+
align-self: baseline;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.self-stretch {
|
|
2403
|
+
align-self: stretch;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
/* Flex Item Sizing
|
|
2407
|
+
========================================================================== */
|
|
2408
|
+
/* Flex grow */
|
|
2409
|
+
.flex-grow-0 {
|
|
2410
|
+
flex-grow: 0;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.flex-grow-1 {
|
|
2414
|
+
flex-grow: 1;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
/* Flex shrink */
|
|
2418
|
+
.flex-shrink-0 {
|
|
2419
|
+
flex-shrink: 0;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
.flex-shrink-1 {
|
|
2423
|
+
flex-shrink: 1;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
/* Flex basis */
|
|
2427
|
+
.flex-basis-auto {
|
|
2428
|
+
flex-basis: auto;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
.flex-basis-0 {
|
|
2432
|
+
flex-basis: 0;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.flex-basis-full {
|
|
2436
|
+
flex-basis: 100%;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
/* Flex shorthand utilities */
|
|
2440
|
+
.flex-1 {
|
|
2441
|
+
flex: 1 1 0%;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.flex-auto {
|
|
2445
|
+
flex: 1 1 auto;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.flex-initial {
|
|
2449
|
+
flex: 0 1 auto;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.flex-none {
|
|
2453
|
+
flex: none;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
/* Gap Utilities
|
|
2457
|
+
========================================================================== */
|
|
2458
|
+
.gap-0 {
|
|
2459
|
+
gap: 0;
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
.gap-xs {
|
|
2463
|
+
gap: var(--flex-gap-xs);
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
.gap-sm {
|
|
2467
|
+
gap: var(--flex-gap-sm);
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.gap-md {
|
|
2471
|
+
gap: var(--flex-gap-md);
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.gap-lg {
|
|
2475
|
+
gap: var(--flex-gap-lg);
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.gap-xl {
|
|
2479
|
+
gap: var(--flex-gap-xl);
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
/* Row gap */
|
|
2483
|
+
.row-gap-0 {
|
|
2484
|
+
row-gap: 0;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.row-gap-xs {
|
|
2488
|
+
row-gap: var(--flex-gap-xs);
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.row-gap-sm {
|
|
2492
|
+
row-gap: var(--flex-gap-sm);
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.row-gap-md {
|
|
2496
|
+
row-gap: var(--flex-gap-md);
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.row-gap-lg {
|
|
2500
|
+
row-gap: var(--flex-gap-lg);
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
.row-gap-xl {
|
|
2504
|
+
row-gap: var(--flex-gap-xl);
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
/* Column gap */
|
|
2508
|
+
.col-gap-0 {
|
|
2509
|
+
column-gap: 0;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
.col-gap-xs {
|
|
2513
|
+
column-gap: var(--flex-gap-xs);
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
.col-gap-sm {
|
|
2517
|
+
column-gap: var(--flex-gap-sm);
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
.col-gap-md {
|
|
2521
|
+
column-gap: var(--flex-gap-md);
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
.col-gap-lg {
|
|
2525
|
+
column-gap: var(--flex-gap-lg);
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
.col-gap-xl {
|
|
2529
|
+
column-gap: var(--flex-gap-xl);
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
/* Common Flex Patterns
|
|
2533
|
+
========================================================================== */
|
|
2534
|
+
/* Center content both axes */
|
|
2535
|
+
.flex-center {
|
|
2536
|
+
display: flex;
|
|
2537
|
+
align-items: center;
|
|
2538
|
+
justify-content: center;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
/* Space between with center alignment */
|
|
2542
|
+
.flex-between {
|
|
2543
|
+
display: flex;
|
|
2544
|
+
justify-content: space-between;
|
|
2545
|
+
align-items: center;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
/* Space around with center alignment */
|
|
2549
|
+
.flex-around {
|
|
2550
|
+
display: flex;
|
|
2551
|
+
justify-content: space-around;
|
|
2552
|
+
align-items: center;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
/* Stack - column layout with gap */
|
|
2556
|
+
.flex-stack {
|
|
2557
|
+
display: flex;
|
|
2558
|
+
flex-direction: column;
|
|
2559
|
+
gap: var(--flex-gap-sm);
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
/* Spread - equal width children */
|
|
2563
|
+
.flex-spread > * {
|
|
2564
|
+
flex: 1 1 0%;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
/* Order utilities
|
|
2568
|
+
========================================================================== */
|
|
2569
|
+
.order-first {
|
|
2570
|
+
order: -1;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.order-last {
|
|
2574
|
+
order: 999;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
.order-none {
|
|
2578
|
+
order: 0;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
/* Responsive Utilities - Small (sm: 30rem / 480px)
|
|
2582
|
+
========================================================================== */
|
|
2583
|
+
@media (width >= 30rem) {
|
|
2584
|
+
/* Direction */
|
|
2585
|
+
.sm\:flex-row {
|
|
2586
|
+
flex-direction: row;
|
|
2587
|
+
}
|
|
2588
|
+
.sm\:flex-row-reverse {
|
|
2589
|
+
flex-direction: row-reverse;
|
|
2590
|
+
}
|
|
2591
|
+
.sm\:flex-col {
|
|
2592
|
+
flex-direction: column;
|
|
2593
|
+
}
|
|
2594
|
+
.sm\:flex-col-reverse {
|
|
2595
|
+
flex-direction: column-reverse;
|
|
2596
|
+
}
|
|
2597
|
+
/* Wrap */
|
|
2598
|
+
.sm\:flex-wrap {
|
|
2599
|
+
flex-wrap: wrap;
|
|
2600
|
+
}
|
|
2601
|
+
.sm\:flex-nowrap {
|
|
2602
|
+
flex-wrap: nowrap;
|
|
2603
|
+
}
|
|
2604
|
+
/* Justify */
|
|
2605
|
+
.sm\:justify-start {
|
|
2606
|
+
justify-content: flex-start;
|
|
2607
|
+
}
|
|
2608
|
+
.sm\:justify-end {
|
|
2609
|
+
justify-content: flex-end;
|
|
2610
|
+
}
|
|
2611
|
+
.sm\:justify-center {
|
|
2612
|
+
justify-content: center;
|
|
2613
|
+
}
|
|
2614
|
+
.sm\:justify-between {
|
|
2615
|
+
justify-content: space-between;
|
|
2616
|
+
}
|
|
2617
|
+
.sm\:justify-around {
|
|
2618
|
+
justify-content: space-around;
|
|
2619
|
+
}
|
|
2620
|
+
.sm\:justify-evenly {
|
|
2621
|
+
justify-content: space-evenly;
|
|
2622
|
+
}
|
|
2623
|
+
/* Align Items */
|
|
2624
|
+
.sm\:items-start {
|
|
2625
|
+
align-items: flex-start;
|
|
2626
|
+
}
|
|
2627
|
+
.sm\:items-end {
|
|
2628
|
+
align-items: flex-end;
|
|
2629
|
+
}
|
|
2630
|
+
.sm\:items-center {
|
|
2631
|
+
align-items: center;
|
|
2632
|
+
}
|
|
2633
|
+
.sm\:items-baseline {
|
|
2634
|
+
align-items: baseline;
|
|
2635
|
+
}
|
|
2636
|
+
.sm\:items-stretch {
|
|
2637
|
+
align-items: stretch;
|
|
2638
|
+
}
|
|
2639
|
+
/* Gaps */
|
|
2640
|
+
.sm\:gap-0 {
|
|
2641
|
+
gap: 0;
|
|
2642
|
+
}
|
|
2643
|
+
.sm\:gap-xs {
|
|
2644
|
+
gap: var(--flex-gap-xs);
|
|
2645
|
+
}
|
|
2646
|
+
.sm\:gap-sm {
|
|
2647
|
+
gap: var(--flex-gap-sm);
|
|
2648
|
+
}
|
|
2649
|
+
.sm\:gap-md {
|
|
2650
|
+
gap: var(--flex-gap-md);
|
|
2651
|
+
}
|
|
2652
|
+
.sm\:gap-lg {
|
|
2653
|
+
gap: var(--flex-gap-lg);
|
|
2654
|
+
}
|
|
2655
|
+
.sm\:gap-xl {
|
|
2656
|
+
gap: var(--flex-gap-xl);
|
|
2657
|
+
}
|
|
2658
|
+
/* Flex sizing */
|
|
2659
|
+
.sm\:flex-1 {
|
|
2660
|
+
flex: 1 1 0%;
|
|
2661
|
+
}
|
|
2662
|
+
.sm\:flex-auto {
|
|
2663
|
+
flex: 1 1 auto;
|
|
2664
|
+
}
|
|
2665
|
+
.sm\:flex-none {
|
|
2666
|
+
flex: none;
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
/* Responsive Utilities - Medium (md: 48rem / 768px)
|
|
2670
|
+
========================================================================== */
|
|
2671
|
+
@media (width >= 48rem) {
|
|
2672
|
+
/* Direction */
|
|
2673
|
+
.md\:flex-row {
|
|
2674
|
+
flex-direction: row;
|
|
2675
|
+
}
|
|
2676
|
+
.md\:flex-row-reverse {
|
|
2677
|
+
flex-direction: row-reverse;
|
|
2678
|
+
}
|
|
2679
|
+
.md\:flex-col {
|
|
2680
|
+
flex-direction: column;
|
|
2681
|
+
}
|
|
2682
|
+
.md\:flex-col-reverse {
|
|
2683
|
+
flex-direction: column-reverse;
|
|
2684
|
+
}
|
|
2685
|
+
/* Wrap */
|
|
2686
|
+
.md\:flex-wrap {
|
|
2687
|
+
flex-wrap: wrap;
|
|
2688
|
+
}
|
|
2689
|
+
.md\:flex-nowrap {
|
|
2690
|
+
flex-wrap: nowrap;
|
|
2691
|
+
}
|
|
2692
|
+
/* Justify */
|
|
2693
|
+
.md\:justify-start {
|
|
2694
|
+
justify-content: flex-start;
|
|
2695
|
+
}
|
|
2696
|
+
.md\:justify-end {
|
|
2697
|
+
justify-content: flex-end;
|
|
2698
|
+
}
|
|
2699
|
+
.md\:justify-center {
|
|
2700
|
+
justify-content: center;
|
|
2701
|
+
}
|
|
2702
|
+
.md\:justify-between {
|
|
2703
|
+
justify-content: space-between;
|
|
2704
|
+
}
|
|
2705
|
+
.md\:justify-around {
|
|
2706
|
+
justify-content: space-around;
|
|
2707
|
+
}
|
|
2708
|
+
.md\:justify-evenly {
|
|
2709
|
+
justify-content: space-evenly;
|
|
2710
|
+
}
|
|
2711
|
+
/* Align Items */
|
|
2712
|
+
.md\:items-start {
|
|
2713
|
+
align-items: flex-start;
|
|
2714
|
+
}
|
|
2715
|
+
.md\:items-end {
|
|
2716
|
+
align-items: flex-end;
|
|
2717
|
+
}
|
|
2718
|
+
.md\:items-center {
|
|
2719
|
+
align-items: center;
|
|
2720
|
+
}
|
|
2721
|
+
.md\:items-baseline {
|
|
2722
|
+
align-items: baseline;
|
|
2723
|
+
}
|
|
2724
|
+
.md\:items-stretch {
|
|
2725
|
+
align-items: stretch;
|
|
2726
|
+
}
|
|
2727
|
+
/* Gaps */
|
|
2728
|
+
.md\:gap-0 {
|
|
2729
|
+
gap: 0;
|
|
2730
|
+
}
|
|
2731
|
+
.md\:gap-xs {
|
|
2732
|
+
gap: var(--flex-gap-xs);
|
|
2733
|
+
}
|
|
2734
|
+
.md\:gap-sm {
|
|
2735
|
+
gap: var(--flex-gap-sm);
|
|
2736
|
+
}
|
|
2737
|
+
.md\:gap-md {
|
|
2738
|
+
gap: var(--flex-gap-md);
|
|
2739
|
+
}
|
|
2740
|
+
.md\:gap-lg {
|
|
2741
|
+
gap: var(--flex-gap-lg);
|
|
2742
|
+
}
|
|
2743
|
+
.md\:gap-xl {
|
|
2744
|
+
gap: var(--flex-gap-xl);
|
|
2745
|
+
}
|
|
2746
|
+
/* Flex sizing */
|
|
2747
|
+
.md\:flex-1 {
|
|
2748
|
+
flex: 1 1 0%;
|
|
2749
|
+
}
|
|
2750
|
+
.md\:flex-auto {
|
|
2751
|
+
flex: 1 1 auto;
|
|
2752
|
+
}
|
|
2753
|
+
.md\:flex-none {
|
|
2754
|
+
flex: none;
|
|
2755
|
+
}
|
|
2756
|
+
/* Common patterns at medium breakpoint */
|
|
2757
|
+
.flex-stack {
|
|
2758
|
+
flex-direction: row;
|
|
2759
|
+
align-items: center;
|
|
2760
|
+
gap: var(--flex-gap-md);
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
/* Responsive Utilities - Large (lg: 62rem / 992px)
|
|
2764
|
+
========================================================================== */
|
|
2765
|
+
@media (width >= 62rem) {
|
|
2766
|
+
/* Direction */
|
|
2767
|
+
.lg\:flex-row {
|
|
2768
|
+
flex-direction: row;
|
|
2769
|
+
}
|
|
2770
|
+
.lg\:flex-row-reverse {
|
|
2771
|
+
flex-direction: row-reverse;
|
|
2772
|
+
}
|
|
2773
|
+
.lg\:flex-col {
|
|
2774
|
+
flex-direction: column;
|
|
2775
|
+
}
|
|
2776
|
+
.lg\:flex-col-reverse {
|
|
2777
|
+
flex-direction: column-reverse;
|
|
2778
|
+
}
|
|
2779
|
+
/* Wrap */
|
|
2780
|
+
.lg\:flex-wrap {
|
|
2781
|
+
flex-wrap: wrap;
|
|
2782
|
+
}
|
|
2783
|
+
.lg\:flex-nowrap {
|
|
2784
|
+
flex-wrap: nowrap;
|
|
2785
|
+
}
|
|
2786
|
+
/* Justify */
|
|
2787
|
+
.lg\:justify-start {
|
|
2788
|
+
justify-content: flex-start;
|
|
2789
|
+
}
|
|
2790
|
+
.lg\:justify-end {
|
|
2791
|
+
justify-content: flex-end;
|
|
2792
|
+
}
|
|
2793
|
+
.lg\:justify-center {
|
|
2794
|
+
justify-content: center;
|
|
2795
|
+
}
|
|
2796
|
+
.lg\:justify-between {
|
|
2797
|
+
justify-content: space-between;
|
|
2798
|
+
}
|
|
2799
|
+
.lg\:justify-around {
|
|
2800
|
+
justify-content: space-around;
|
|
2801
|
+
}
|
|
2802
|
+
.lg\:justify-evenly {
|
|
2803
|
+
justify-content: space-evenly;
|
|
2804
|
+
}
|
|
2805
|
+
/* Align Items */
|
|
2806
|
+
.lg\:items-start {
|
|
2807
|
+
align-items: flex-start;
|
|
2808
|
+
}
|
|
2809
|
+
.lg\:items-end {
|
|
2810
|
+
align-items: flex-end;
|
|
2811
|
+
}
|
|
2812
|
+
.lg\:items-center {
|
|
2813
|
+
align-items: center;
|
|
2814
|
+
}
|
|
2815
|
+
.lg\:items-baseline {
|
|
2816
|
+
align-items: baseline;
|
|
2817
|
+
}
|
|
2818
|
+
.lg\:items-stretch {
|
|
2819
|
+
align-items: stretch;
|
|
2820
|
+
}
|
|
2821
|
+
/* Gaps */
|
|
2822
|
+
.lg\:gap-0 {
|
|
2823
|
+
gap: 0;
|
|
2824
|
+
}
|
|
2825
|
+
.lg\:gap-xs {
|
|
2826
|
+
gap: var(--flex-gap-xs);
|
|
2827
|
+
}
|
|
2828
|
+
.lg\:gap-sm {
|
|
2829
|
+
gap: var(--flex-gap-sm);
|
|
2830
|
+
}
|
|
2831
|
+
.lg\:gap-md {
|
|
2832
|
+
gap: var(--flex-gap-md);
|
|
2833
|
+
}
|
|
2834
|
+
.lg\:gap-lg {
|
|
2835
|
+
gap: var(--flex-gap-lg);
|
|
2836
|
+
}
|
|
2837
|
+
.lg\:gap-xl {
|
|
2838
|
+
gap: var(--flex-gap-xl);
|
|
2839
|
+
}
|
|
2840
|
+
/* Flex sizing */
|
|
2841
|
+
.lg\:flex-1 {
|
|
2842
|
+
flex: 1 1 0%;
|
|
2843
|
+
}
|
|
2844
|
+
.lg\:flex-auto {
|
|
2845
|
+
flex: 1 1 auto;
|
|
2846
|
+
}
|
|
2847
|
+
.lg\:flex-none {
|
|
2848
|
+
flex: none;
|
|
2849
|
+
}
|
|
2850
|
+
/* Increase gaps at large screens */
|
|
2851
|
+
.flex,
|
|
2852
|
+
.flex-inline {
|
|
2853
|
+
gap: var(--flex-gap-md);
|
|
2854
|
+
}
|
|
2855
|
+
.flex-stack {
|
|
2856
|
+
gap: var(--flex-gap-lg);
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
/* Responsive Utilities - Extra Large (xl: 80rem / 1280px)
|
|
2860
|
+
========================================================================== */
|
|
2861
|
+
@media (width >= 80rem) {
|
|
2862
|
+
/* Direction */
|
|
2863
|
+
.xl\:flex-row {
|
|
2864
|
+
flex-direction: row;
|
|
2865
|
+
}
|
|
2866
|
+
.xl\:flex-row-reverse {
|
|
2867
|
+
flex-direction: row-reverse;
|
|
2868
|
+
}
|
|
2869
|
+
.xl\:flex-col {
|
|
2870
|
+
flex-direction: column;
|
|
2871
|
+
}
|
|
2872
|
+
.xl\:flex-col-reverse {
|
|
2873
|
+
flex-direction: column-reverse;
|
|
2874
|
+
}
|
|
2875
|
+
/* Wrap */
|
|
2876
|
+
.xl\:flex-wrap {
|
|
2877
|
+
flex-wrap: wrap;
|
|
2878
|
+
}
|
|
2879
|
+
.xl\:flex-nowrap {
|
|
2880
|
+
flex-wrap: nowrap;
|
|
2881
|
+
}
|
|
2882
|
+
/* Justify */
|
|
2883
|
+
.xl\:justify-start {
|
|
2884
|
+
justify-content: flex-start;
|
|
2885
|
+
}
|
|
2886
|
+
.xl\:justify-end {
|
|
2887
|
+
justify-content: flex-end;
|
|
2888
|
+
}
|
|
2889
|
+
.xl\:justify-center {
|
|
2890
|
+
justify-content: center;
|
|
2891
|
+
}
|
|
2892
|
+
.xl\:justify-between {
|
|
2893
|
+
justify-content: space-between;
|
|
2894
|
+
}
|
|
2895
|
+
.xl\:justify-around {
|
|
2896
|
+
justify-content: space-around;
|
|
2897
|
+
}
|
|
2898
|
+
.xl\:justify-evenly {
|
|
2899
|
+
justify-content: space-evenly;
|
|
2900
|
+
}
|
|
2901
|
+
/* Align Items */
|
|
2902
|
+
.xl\:items-start {
|
|
2903
|
+
align-items: flex-start;
|
|
2904
|
+
}
|
|
2905
|
+
.xl\:items-end {
|
|
2906
|
+
align-items: flex-end;
|
|
2907
|
+
}
|
|
2908
|
+
.xl\:items-center {
|
|
2909
|
+
align-items: center;
|
|
2910
|
+
}
|
|
2911
|
+
.xl\:items-baseline {
|
|
2912
|
+
align-items: baseline;
|
|
2913
|
+
}
|
|
2914
|
+
.xl\:items-stretch {
|
|
2915
|
+
align-items: stretch;
|
|
2916
|
+
}
|
|
2917
|
+
/* Gaps */
|
|
2918
|
+
.xl\:gap-0 {
|
|
2919
|
+
gap: 0;
|
|
2920
|
+
}
|
|
2921
|
+
.xl\:gap-xs {
|
|
2922
|
+
gap: var(--flex-gap-xs);
|
|
2923
|
+
}
|
|
2924
|
+
.xl\:gap-sm {
|
|
2925
|
+
gap: var(--flex-gap-sm);
|
|
2926
|
+
}
|
|
2927
|
+
.xl\:gap-md {
|
|
2928
|
+
gap: var(--flex-gap-md);
|
|
2929
|
+
}
|
|
2930
|
+
.xl\:gap-lg {
|
|
2931
|
+
gap: var(--flex-gap-lg);
|
|
2932
|
+
}
|
|
2933
|
+
.xl\:gap-xl {
|
|
2934
|
+
gap: var(--flex-gap-xl);
|
|
2935
|
+
}
|
|
2936
|
+
/* Flex sizing */
|
|
2937
|
+
.xl\:flex-1 {
|
|
2938
|
+
flex: 1 1 0%;
|
|
2939
|
+
}
|
|
2940
|
+
.xl\:flex-auto {
|
|
2941
|
+
flex: 1 1 auto;
|
|
2942
|
+
}
|
|
2943
|
+
.xl\:flex-none {
|
|
2944
|
+
flex: none;
|
|
2945
|
+
}
|
|
2946
|
+
/* Maximum gaps at extra large screens */
|
|
2947
|
+
.flex,
|
|
2948
|
+
.flex-inline {
|
|
2949
|
+
gap: var(--flex-gap-lg);
|
|
2950
|
+
}
|
|
2951
|
+
.flex-stack {
|
|
2952
|
+
gap: var(--flex-gap-xl);
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2225
2955
|
:root {
|
|
2226
2956
|
--shadow: 0 0 0.525rem 0 rgba(0, 0, 0, 0.1);
|
|
2227
2957
|
--shadow-xs: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
|