rizzo-css 0.0.75 → 0.0.76
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/README.md +1 -1
- package/dist/rizzo.min.css +1 -1
- package/package.json +1 -1
- package/scaffold/astro/Footer.astro +1 -1
- package/scaffold/landing/index.html +27 -2
- package/scaffold/react/base/package.json +1 -1
- package/scaffold/vanilla/README-RIZZO.md +1 -1
- package/scaffold/vanilla/components/accordion.html +2 -0
- package/scaffold/vanilla/components/alert-dialog.html +2 -0
- package/scaffold/vanilla/components/alert.html +2 -0
- package/scaffold/vanilla/components/aspect-ratio.html +2 -0
- package/scaffold/vanilla/components/avatar.html +2 -0
- package/scaffold/vanilla/components/back-to-top.html +2 -0
- package/scaffold/vanilla/components/badge.html +2 -0
- package/scaffold/vanilla/components/breadcrumb.html +2 -0
- package/scaffold/vanilla/components/button-group.html +2 -0
- package/scaffold/vanilla/components/button.html +2 -0
- package/scaffold/vanilla/components/calendar.html +2 -0
- package/scaffold/vanilla/components/cards.html +2 -0
- package/scaffold/vanilla/components/carousel.html +2 -0
- package/scaffold/vanilla/components/chart.html +2 -0
- package/scaffold/vanilla/components/collapsible.html +2 -0
- package/scaffold/vanilla/components/command.html +2 -0
- package/scaffold/vanilla/components/context-menu.html +2 -0
- package/scaffold/vanilla/components/copy-to-clipboard.html +2 -0
- package/scaffold/vanilla/components/dashboard.html +2 -0
- package/scaffold/vanilla/components/direction.html +2 -0
- package/scaffold/vanilla/components/divider.html +2 -0
- package/scaffold/vanilla/components/docs-sidebar.html +2 -0
- package/scaffold/vanilla/components/dropdown.html +2 -0
- package/scaffold/vanilla/components/empty.html +2 -0
- package/scaffold/vanilla/components/font-switcher.html +2 -0
- package/scaffold/vanilla/components/footer.html +2 -0
- package/scaffold/vanilla/components/forms.html +2 -0
- package/scaffold/vanilla/components/hover-card.html +2 -0
- package/scaffold/vanilla/components/icons.html +2 -0
- package/scaffold/vanilla/components/index.html +2 -0
- package/scaffold/vanilla/components/input-group.html +2 -0
- package/scaffold/vanilla/components/input-otp.html +2 -0
- package/scaffold/vanilla/components/kbd.html +2 -0
- package/scaffold/vanilla/components/label.html +2 -0
- package/scaffold/vanilla/components/menubar.html +2 -0
- package/scaffold/vanilla/components/modal.html +2 -0
- package/scaffold/vanilla/components/navbar.html +2 -0
- package/scaffold/vanilla/components/pagination.html +2 -0
- package/scaffold/vanilla/components/popover.html +2 -0
- package/scaffold/vanilla/components/progress-bar.html +2 -0
- package/scaffold/vanilla/components/range-calendar.html +2 -0
- package/scaffold/vanilla/components/resizable.html +2 -0
- package/scaffold/vanilla/components/scroll-area.html +2 -0
- package/scaffold/vanilla/components/search.html +2 -0
- package/scaffold/vanilla/components/separator.html +2 -0
- package/scaffold/vanilla/components/settings.html +2 -0
- package/scaffold/vanilla/components/sheet.html +2 -0
- package/scaffold/vanilla/components/skeleton.html +2 -0
- package/scaffold/vanilla/components/slider.html +2 -0
- package/scaffold/vanilla/components/sound-effects.html +2 -0
- package/scaffold/vanilla/components/spinner.html +2 -0
- package/scaffold/vanilla/components/switch.html +2 -0
- package/scaffold/vanilla/components/table.html +2 -0
- package/scaffold/vanilla/components/tabs.html +2 -0
- package/scaffold/vanilla/components/theme-switcher.html +2 -0
- package/scaffold/vanilla/components/toast.html +2 -0
- package/scaffold/vanilla/components/toggle-group.html +2 -0
- package/scaffold/vanilla/components/toggle.html +2 -0
- package/scaffold/vanilla/components/tooltip.html +2 -0
- package/scaffold/vanilla/index.html +2 -0
- package/scaffold/vue/Accordion.vue +1 -1
- package/scaffold/vue/Alert.vue +1 -1
- package/scaffold/vue/AlertDialog.vue +1 -1
- package/scaffold/vue/AspectRatio.vue +1 -1
- package/scaffold/vue/Avatar.vue +1 -1
- package/scaffold/vue/BackToTop.vue +1 -1
- package/scaffold/vue/Badge.vue +6 -12
- package/scaffold/vue/Breadcrumb.vue +1 -1
- package/scaffold/vue/Button.vue +6 -11
- package/scaffold/vue/ButtonGroup.vue +1 -1
- package/scaffold/vue/Card.vue +4 -7
- package/scaffold/vue/Checkbox.vue +12 -12
- package/scaffold/vue/Collapsible.vue +1 -1
- package/scaffold/vue/ContextMenu.vue +1 -1
- package/scaffold/vue/CopyToClipboard.vue +1 -1
- package/scaffold/vue/Dashboard.vue +1 -1
- package/scaffold/vue/Divider.vue +5 -8
- package/scaffold/vue/DocsSidebar.vue +1 -1
- package/scaffold/vue/Dropdown.vue +1 -1
- package/scaffold/vue/Empty.vue +1 -1
- package/scaffold/vue/FontSwitcher.vue +1 -1
- package/scaffold/vue/Footer.vue +1 -1
- package/scaffold/vue/FormGroup.vue +9 -12
- package/scaffold/vue/HoverCard.vue +1 -1
- package/scaffold/vue/Icons.vue +1 -1
- package/scaffold/vue/Input.vue +17 -30
- package/scaffold/vue/Kbd.vue +1 -1
- package/scaffold/vue/Label.vue +5 -8
- package/scaffold/vue/Modal.vue +1 -1
- package/scaffold/vue/Navbar.vue +1 -1
- package/scaffold/vue/Pagination.vue +1 -1
- package/scaffold/vue/Popover.vue +1 -1
- package/scaffold/vue/ProgressBar.vue +1 -1
- package/scaffold/vue/Radio.vue +10 -13
- package/scaffold/vue/ResizableHandle.vue +1 -1
- package/scaffold/vue/ResizablePane.vue +1 -1
- package/scaffold/vue/ResizablePaneGroup.vue +1 -1
- package/scaffold/vue/ScrollArea.vue +1 -1
- package/scaffold/vue/Search.vue +1 -1
- package/scaffold/vue/Select.vue +14 -25
- package/scaffold/vue/Separator.vue +1 -1
- package/scaffold/vue/Settings.vue +1 -1
- package/scaffold/vue/Sheet.vue +1 -1
- package/scaffold/vue/Skeleton.vue +1 -1
- package/scaffold/vue/Slider.vue +1 -1
- package/scaffold/vue/SoundEffects.vue +1 -1
- package/scaffold/vue/Spinner.vue +6 -9
- package/scaffold/vue/Switch.vue +1 -1
- package/scaffold/vue/Table.vue +1 -1
- package/scaffold/vue/Tabs.vue +1 -1
- package/scaffold/vue/Textarea.vue +18 -31
- package/scaffold/vue/ThemeSwitcher.vue +1 -1
- package/scaffold/vue/Toast.vue +1 -1
- package/scaffold/vue/Toggle.vue +1 -1
- package/scaffold/vue/ToggleGroup.vue +1 -1
- package/scaffold/vue/Tooltip.vue +1 -1
- package/scaffold/vue/base/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ import 'rizzo-css';
|
|
|
72
72
|
**Without a bundler (plain HTML):** Use a CDN. Both unpkg and jsDelivr resolve the package root to the built CSS (via the `unpkg` / `jsdelivr` fields in this package). For reliability or to pin a version, use the explicit path:
|
|
73
73
|
|
|
74
74
|
```html
|
|
75
|
-
<!-- unpkg (pin version: replace @latest with @0.0.
|
|
75
|
+
<!-- unpkg (pin version: replace @latest with @0.0.76 or any version) -->
|
|
76
76
|
<link rel="stylesheet" href="https://unpkg.com/rizzo-css@latest/dist/rizzo.min.css" />
|
|
77
77
|
|
|
78
78
|
<!-- or jsDelivr -->
|
package/dist/rizzo.min.css
CHANGED
|
@@ -239,7 +239,7 @@ div.navbar__link{background:none;border:none;color:inherit;cursor:pointer;font:i
|
|
|
239
239
|
#themes-preview .themes-page__preview-dropdown-menu .dropdown__item:focus-visible:not(.dropdown__item--disabled) span,#themes-preview .themes-page__preview-dropdown-menu .dropdown__item:hover:not(.dropdown__item--disabled) span,
|
|
240
240
|
#themes-preview .themes-page__preview-dropdown-menu .dropdown__item[aria-current="true"] span,
|
|
241
241
|
#themes-preview .themes-page__preview-dropdown-menu .dropdown__item[aria-current="true"]:focus-visible span,
|
|
242
|
-
#themes-preview .themes-page__preview-dropdown-menu .dropdown__item[aria-current="true"]:hover span{color:var(--accent)!important}.block-preview-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);margin:var(--spacing-6) 0;overflow:hidden}.block-preview-wrapper--hero{background:var(--background-alt);padding:
|
|
242
|
+
#themes-preview .themes-page__preview-dropdown-menu .dropdown__item[aria-current="true"]:hover span{color:var(--accent)!important}.block-preview-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);margin:var(--spacing-6) 0;overflow:hidden}.block-preview-wrapper--hero{background:var(--background-alt);padding:0}.block-preview-wrapper--pricing{background:var(--background-alt);padding:var(--spacing-6)}.block-preview-wrapper--docs{min-height:16rem}.block-preview-wrapper--dashboard{min-height:24rem}.docs-dim{color:var(--text-dim);font-size:var(--font-size-sm);margin-top:0}.landing-hero{align-items:center;background:var(--background-alt);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:28rem;padding:var(--spacing-20) var(--spacing-6);text-align:center}.landing-hero__title{color:var(--text);font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0 0 var(--spacing-4)}@media (width >= 48rem){.landing-hero__title{font-size:var(--font-size-5xl)}}.landing-hero__subtitle{color:var(--text-dim);font-size:var(--font-size-xl);line-height:var(--line-height-relaxed);margin:0 auto var(--spacing-8);max-width:var(--spacing-175)}.landing-hero__ctas{display:flex;flex-wrap:wrap;gap:var(--spacing-3);justify-content:center}.landing-features{box-sizing:border-box;margin:0 auto;max-width:var(--container-default);padding:var(--spacing-16) var(--spacing-6);width:100%}.landing-features__title{color:var(--text);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-8);text-align:center}.landing-features__grid{display:grid;gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));list-style:none;margin:0;padding:0}.landing-features__item{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--spacing-6);transition:border-color var(--transition-base),box-shadow var(--transition-base)}.landing-features__item:hover{border-color:var(--accent);box-shadow:0 0 0 1px oklch(from var(--accent) l c h/15%)}.landing-features__item-title{color:var(--text);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0 0 var(--spacing-2)}.landing-features__item-desc{color:var(--text-dim);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);margin:0}.pricing-grid{display:grid;gap:var(--spacing-6);grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));margin:0 auto;max-width:56rem}.pricing-card{display:flex;flex-direction:column}.pricing-card .card__body{display:flex;flex:1;flex-direction:column}.pricing-card--featured{border-color:var(--accent);box-shadow:0 0 0 2px oklch(from var(--accent) l c h/20%)}.pricing-card__badge{align-self:flex-start;margin-bottom:var(--spacing-2)}.pricing-card__name{color:var(--text);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0 0 var(--spacing-2)}.pricing-card__price{color:var(--text);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-0-5)}.pricing-card__currency,
|
|
243
243
|
.pricing-card__period-inline{color:var(--text-dim);font-size:var(--font-size-lg);font-weight:var(--font-weight-normal)}.pricing-card__period{color:var(--text-dim);font-size:var(--font-size-sm);margin:0 0 var(--spacing-4)}.pricing-card__features{color:var(--text);flex:1;font-size:var(--font-size-sm);list-style:none;margin:0 0 var(--spacing-6);padding:0}.pricing-card__features li{padding:var(--spacing-1) 0;padding-left:var(--spacing-4);position:relative}.pricing-card__features li::before{background:var(--accent);border-radius:50%;content:"";height:.35em;left:0;position:absolute;top:.65em;width:.35em}.pricing-card__cta{justify-content:center;width:100%}.dashboard-page__header{margin-bottom:var(--spacing-6)}.dashboard-page__title{color:var(--text);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-1)}.dashboard-page__subtitle{color:var(--text-dim);font-size:var(--font-size-sm);margin:0}.dashboard-page__stats-grid{display:grid;gap:var(--spacing-4);grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));margin-bottom:var(--spacing-8)}.dashboard-page__stat .card__body{display:flex;flex-direction:column;gap:var(--spacing-1)}.dashboard-page__stat .card__label{color:var(--text-dim);font-size:var(--font-size-sm)}.dashboard-page__stat .card__value{color:var(--text);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold)}.dashboard-page__section-title{color:var(--text);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0 0 var(--spacing-4)}.docs-layout-demo{display:flex;min-height:16rem}.docs-layout-demo__sidebar{background:var(--background-alt);border-right:1px solid var(--border);flex-shrink:0;padding:var(--spacing-4);width:12rem}.docs-layout-demo__nav{display:flex;flex-direction:column;gap:var(--spacing-1)}.docs-layout-demo__nav-link{border-radius:var(--radius-md);color:var(--text);display:block;font-size:var(--font-size-sm);padding:var(--spacing-2) var(--spacing-3);text-decoration:none}.docs-layout-demo__nav-link:hover{background:var(--background)}.docs-layout-demo__nav-link--active{background:var(--accent);color:var(--accent-text)}.docs-layout-demo__main{flex:1;overflow:auto;padding:var(--spacing-6)}.docs-layout-demo__header{margin-bottom:var(--spacing-4)}.docs-layout-demo__title{color:var(--text);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-1)}.docs-layout-demo__desc{color:var(--text-dim);margin:0}.docs-layout-demo__content{margin-top:var(--spacing-4)}.block-preview-wrapper--login,
|
|
244
244
|
.block-preview-wrapper--signup{align-items:center;background:var(--background-alt);display:flex;justify-content:center;min-height:20rem;padding:var(--spacing-16) var(--spacing-6)}.login-block,
|
|
245
245
|
.signup-block{display:flex;flex-direction:column;gap:var(--spacing-6);max-width:24rem;width:100%}.login-block__brand,
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ interface Props {
|
|
|
13
13
|
links?: FooterLink[];
|
|
14
14
|
/** Optional class for the root element */
|
|
15
15
|
class?: string;
|
|
16
|
-
/** Optional version string (e.g. from package.json); shown as "v0.0.
|
|
16
|
+
/** Optional version string (e.g. from package.json); shown as "v0.0.76" with link to CHANGELOG */
|
|
17
17
|
version?: string;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -7,7 +7,32 @@
|
|
|
7
7
|
<link rel="stylesheet" href="{{LINK_HREF}}" />
|
|
8
8
|
</head>
|
|
9
9
|
<body>
|
|
10
|
-
<
|
|
11
|
-
|
|
10
|
+
<main>
|
|
11
|
+
<header class="landing-hero">
|
|
12
|
+
<h1 class="landing-hero__title">Build something great</h1>
|
|
13
|
+
<p class="landing-hero__subtitle">A themeable, accessible design system. Same CSS across frameworks. Edit this page and add your own content.</p>
|
|
14
|
+
<div class="landing-hero__ctas">
|
|
15
|
+
<a href="https://rizzo-css.vercel.app/docs/getting-started" class="btn btn-primary">Get started</a>
|
|
16
|
+
<a href="https://rizzo-css.vercel.app/docs/components" class="btn btn-outline">View components</a>
|
|
17
|
+
</div>
|
|
18
|
+
</header>
|
|
19
|
+
<section class="landing-features" aria-labelledby="features-heading">
|
|
20
|
+
<h2 id="features-heading" class="landing-features__title">Why use Rizzo CSS</h2>
|
|
21
|
+
<ul class="landing-features__grid">
|
|
22
|
+
<li class="landing-features__item">
|
|
23
|
+
<h3 class="landing-features__item-title">Framework-agnostic</h3>
|
|
24
|
+
<p class="landing-features__item-desc">One design system for Vanilla, Astro, Svelte, React, and Vue. Same BEM classes and tokens everywhere.</p>
|
|
25
|
+
</li>
|
|
26
|
+
<li class="landing-features__item">
|
|
27
|
+
<h3 class="landing-features__item-title">Accessible by default</h3>
|
|
28
|
+
<p class="landing-features__item-desc">Components follow WCAG guidance: focus, ARIA, keyboard nav, and reduced motion built in.</p>
|
|
29
|
+
</li>
|
|
30
|
+
<li class="landing-features__item">
|
|
31
|
+
<h3 class="landing-features__item-title">Themable</h3>
|
|
32
|
+
<p class="landing-features__item-desc">Light, dark, and custom themes via CSS variables. No runtime lock-in.</p>
|
|
33
|
+
</li>
|
|
34
|
+
</ul>
|
|
35
|
+
</section>
|
|
36
|
+
</main>
|
|
12
37
|
</body>
|
|
13
38
|
</html>
|
|
@@ -28,7 +28,7 @@ If you prefer to load CSS from a CDN instead of the local file, replace the `<li
|
|
|
28
28
|
- `<link rel="stylesheet" href="https://unpkg.com/rizzo-css@latest/dist/rizzo.min.css" />`
|
|
29
29
|
- Or jsDelivr: `https://cdn.jsdelivr.net/npm/rizzo-css@latest/dist/rizzo.min.css`
|
|
30
30
|
|
|
31
|
-
(Replace `@latest` with a specific version, e.g. `@0.0.
|
|
31
|
+
(Replace `@latest` with a specific version, e.g. `@0.0.76`, in production.)
|
|
32
32
|
|
|
33
33
|
The CLI replaces placeholders in `index.html` (e.g. `{{DATA_THEME}}`, `{{TITLE}}`) when you run `rizzo-css init`. The theme selected during init is used on first load when you have no saved preference in the browser.
|
|
34
34
|
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -915,6 +916,7 @@
|
|
|
915
916
|
|
|
916
917
|
|
|
917
918
|
|
|
919
|
+
|
|
918
920
|
|
|
919
921
|
|
|
920
922
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|
|
@@ -510,6 +510,7 @@
|
|
|
510
510
|
|
|
511
511
|
|
|
512
512
|
|
|
513
|
+
|
|
513
514
|
|
|
514
515
|
|
|
515
516
|
<main id="main-content" class="flex flex-col items-center justify-center text-center min-h-screen" style="padding: var(--spacing-12) var(--spacing-4); min-height: calc(100vh - 4rem);">
|
|
@@ -856,6 +857,7 @@
|
|
|
856
857
|
|
|
857
858
|
|
|
858
859
|
|
|
860
|
+
|
|
859
861
|
|
|
860
862
|
|
|
861
863
|
<div class="back-to-top" data-back-to-top data-threshold="400" aria-hidden="true">
|