boreal-ui 0.0.10 → 0.0.11

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.
Files changed (54) hide show
  1. package/dist/core/{Footer-bKgKgU6L.js → Footer-D_-eBUqK.js} +2 -2
  2. package/dist/core/{Footer-bKgKgU6L.js.map → Footer-D_-eBUqK.js.map} +1 -1
  3. package/dist/core/{Footer-B4Owy88y.cjs → Footer-DxYjXCde.cjs} +2 -2
  4. package/dist/core/{Footer-B4Owy88y.cjs.map → Footer-DxYjXCde.cjs.map} +1 -1
  5. package/dist/core/Footer.cjs.js +1 -1
  6. package/dist/core/Footer.js +1 -1
  7. package/dist/core/{Select-C4a_4B87.js → Select-BDwB-XRV.js} +2 -1
  8. package/dist/core/{Select-C4a_4B87.js.map → Select-BDwB-XRV.js.map} +1 -1
  9. package/dist/core/{Select-9F6p9ghR.cjs → Select-DhUEQ4W_.cjs} +2 -1
  10. package/dist/core/{Select-9F6p9ghR.cjs.map → Select-DhUEQ4W_.cjs.map} +1 -1
  11. package/dist/core/Select.cjs.js +1 -1
  12. package/dist/core/Select.js +1 -1
  13. package/dist/core/index.cjs.js +211 -2
  14. package/dist/core/index.cjs.js.map +1 -1
  15. package/dist/core/index.js +215 -4
  16. package/dist/core/index.js.map +1 -1
  17. package/dist/core/style.css +713 -0
  18. package/dist/next/{Footer-CQAWg2tl.js → Footer-BPjfubyG.js} +2 -2
  19. package/dist/next/{Footer-CQAWg2tl.js.map → Footer-BPjfubyG.js.map} +1 -1
  20. package/dist/next/{Footer-D2veQTa-.cjs → Footer-C6gSCcdC.cjs} +2 -2
  21. package/dist/next/{Footer-D2veQTa-.cjs.map → Footer-C6gSCcdC.cjs.map} +1 -1
  22. package/dist/next/Footer.cjs.js +1 -1
  23. package/dist/next/Footer.js +1 -1
  24. package/dist/next/{NavBar-DzRWv8W0.js → NavBar-CLfsYv5E.js} +3 -2
  25. package/dist/next/{NavBar-DzRWv8W0.js.map → NavBar-CLfsYv5E.js.map} +1 -1
  26. package/dist/next/{NavBar-CZtNDAdX.cjs → NavBar-COPlmHzy.cjs} +2 -1
  27. package/dist/next/{NavBar-CZtNDAdX.cjs.map → NavBar-COPlmHzy.cjs.map} +1 -1
  28. package/dist/next/NavBar.cjs.js +1 -1
  29. package/dist/next/NavBar.js +1 -1
  30. package/dist/next/{Select-_f1aZuKO.cjs → Select-BKprqV3i.cjs} +2 -1
  31. package/dist/next/{Select-_f1aZuKO.cjs.map → Select-BKprqV3i.cjs.map} +1 -1
  32. package/dist/next/{Select-DwWTQcCU.js → Select-_C8mTVb1.js} +2 -1
  33. package/dist/next/{Select-DwWTQcCU.js.map → Select-_C8mTVb1.js.map} +1 -1
  34. package/dist/next/Select.cjs.js +1 -1
  35. package/dist/next/Select.js +1 -1
  36. package/dist/next/index.cjs.js +297 -21
  37. package/dist/next/index.cjs.js.map +1 -1
  38. package/dist/next/index.js +303 -24
  39. package/dist/next/index.js.map +1 -1
  40. package/dist/next/style.css +696 -0
  41. package/dist/tsconfig.build.tsbuildinfo +1 -1
  42. package/dist/types/components/Sidebar/Sidebar.types.d.ts +112 -0
  43. package/dist/types/components/Sidebar/Sidebar.types.d.ts.map +1 -0
  44. package/dist/types/components/Sidebar/SidebarBase.d.ts +5 -0
  45. package/dist/types/components/Sidebar/SidebarBase.d.ts.map +1 -0
  46. package/dist/types/components/Sidebar/core/Sidebar.d.ts +6 -0
  47. package/dist/types/components/Sidebar/core/Sidebar.d.ts.map +1 -0
  48. package/dist/types/components/Sidebar/next/Sidebar.d.ts +5 -0
  49. package/dist/types/components/Sidebar/next/Sidebar.d.ts.map +1 -0
  50. package/dist/types/index.core.d.ts +1 -0
  51. package/dist/types/index.core.d.ts.map +1 -1
  52. package/dist/types/index.next.d.ts +1 -0
  53. package/dist/types/index.next.d.ts.map +1 -1
  54. package/package.json +2 -2
@@ -24225,4 +24225,700 @@ a:hover {
24225
24225
  ._chip_vcv6u_530 {
24226
24226
  pointer-events: auto;
24227
24227
  align-items: center;
24228
+ }
24229
+ /**
24230
+ * ---------------------------------------------------------------------
24231
+ * theme.scss
24232
+ * ---------------------------------------------------------------------
24233
+ * Global design tokens and theme configuration for the Boreal UI system.
24234
+ * This file defines SCSS variables, maps, and constants for:
24235
+ * - Colors (brand, background, feedback, text)
24236
+ * - Fonts (families, sizes, weights)
24237
+ * - Spacing
24238
+ * - Border radii
24239
+ * - Shadows
24240
+ * - Transitions
24241
+ * - Z-index layers
24242
+ * - Thematic color maps
24243
+ * - UI states (success, error, warning)
24244
+ * - Rounding and shadow presets
24245
+ *
24246
+ * All variables support the `!default` flag to allow overrides via user-defined themes.
24247
+ * ---------------------------------------------------------------------
24248
+ *
24249
+ * == Color Palette ==
24250
+ * $primary-color – Brand primary color
24251
+ * $secondary-color – Secondary accent color
24252
+ * $tertiary-color – Alternate accent color
24253
+ * $quaternary-color – Alternate accent color
24254
+ * $background-color – Main background color (dark)
24255
+ * $background-color-surface – Surface layer background (cards, modals)
24256
+ * $error-color, $success-color, $warning-color – Feedback states
24257
+ * $link-color – Link default color
24258
+ * $link-hover-color – Link hover state
24259
+ * $text-color, $text-color-light, $text-color-primary, $text-color-secondary – Text coloring
24260
+ *
24261
+ * == Typography ==
24262
+ * $font-family-primary / secondary – Primary typefaces
24263
+ * $font-size-xxs to $font-size-xxl – Font size scale
24264
+ * $font-weight-light to bolder – Font weights
24265
+ *
24266
+ * == Spacing ==
24267
+ * $spacing-xxs to $spacing-xl – Margin/padding utility scale
24268
+ *
24269
+ * == Border Radius ==
24270
+ * $border-radius-xs to full – Border rounding presets
24271
+ *
24272
+ * == Shadows ==
24273
+ * $box-shadow-light to intense – Shadow elevation levels
24274
+ * $inverted-shadows – Shadows used on dark surfaces (e.g. modals)
24275
+ *
24276
+ * == Transitions ==
24277
+ * $transition-fast / default / slow – Standard easing transitions
24278
+ *
24279
+ * == Z-Index Layers ==
24280
+ * $z-index-drawer – For slide-out panels
24281
+ * $z-index-modal – For modals and overlays
24282
+ * $z-index-tooltip – Highest layer for tooltips and floating labels
24283
+ *
24284
+ * == Theme Map ==
24285
+ * $themes: map of theme names (e.g. "primary", "secondary") to their visual styles
24286
+ * - Each theme includes: bg, hover, text, border, text-hover
24287
+ *
24288
+ * == State Map ==
24289
+ * $states: visual styles for UI feedback states (success, error, warning)
24290
+ *
24291
+ * == Rounding / Shadow Maps ==
24292
+ * $rounding: key-value pairs for component rounding levels
24293
+ * $shadow: key-value pairs for shadow levels
24294
+ */
24295
+ /**
24296
+ * ---------------------------------------------------------------------
24297
+ * globals.scss
24298
+ * ---------------------------------------------------------------------
24299
+ * Global style definitions and base theme setup for Boreal UI.
24300
+ * This file is responsible for setting:
24301
+ *
24302
+ * 1. CSS Variables (`:root`) — Derived from SCSS theme tokens
24303
+ * - Automatically syncs SCSS color and font variables to global CSS variables
24304
+ * - Enables theming and dynamic runtime overrides
24305
+ *
24306
+ * 2. Global Element Styles
24307
+ * - `body`, headings (`h1–h6`), paragraphs, links, and layout defaults
24308
+ * - Applies font, color, spacing, and background rules using theme tokens
24309
+ *
24310
+ * 3. Scrollbar Styling
24311
+ * - Thin scrollbar with custom thumb and track colors
24312
+ * - Supports hiding scrollbars with `.hideScrollbar` utility
24313
+ *
24314
+ * 4. Focus Outlines
24315
+ * - Custom `:focus` styles using accessible high-contrast outlines
24316
+ *
24317
+ * 5. Utility Classes
24318
+ * - `.noScroll`: disables scroll overflow
24319
+ * - `.errorMessage`: standardized error message styling
24320
+ * - `.loadingContainer`: centered layout for loading views
24321
+ * - `.sr_only` and `:global(.sr_only)`: accessibility class for screen-reader-only content
24322
+ *
24323
+ * 6. Mixin: `visually-hidden`
24324
+ * - Reusable mixin for accessibility-hidden content
24325
+ * - Applied via `.sr_only` and `:global(.sr_only)`
24326
+ *
24327
+ * Dependencies:
24328
+ * - Resets: `modern-css-reset`
24329
+ * - SCSS Modules: `theme`, `animations`, `breakpoints`
24330
+ * - Sass Color Utilities: `sass:color`
24331
+ *
24332
+ * Note:
24333
+ * All transitions use the theme-defined `$transition-default` for consistency.
24334
+ * CSS variables allow dynamic switching between light/dark/custom themes.
24335
+ */
24336
+ /**
24337
+ * -----------------------------------------------------
24338
+ * _animations.scss
24339
+ * -----------------------------------------------------
24340
+ * This file contains reusable keyframe animations
24341
+ * used across the component library for transitions,
24342
+ * loaders, and visual enhancements.
24343
+ *
24344
+ * List of Animations:
24345
+ *
24346
+ * 1. fade-in
24347
+ * - Smoothly fades in an element by transitioning opacity from 0 to 1.
24348
+ *
24349
+ * 2. slide-up
24350
+ * - Slides an element upward into view from below while fading in.
24351
+ *
24352
+ * 3. spin-3d
24353
+ * - Rotates an element in 3D space along both X and Y axes (360°).
24354
+ *
24355
+ * 4. spin
24356
+ * - Continuously rotates an element clockwise in 2D space.
24357
+ *
24358
+ * 5. pulse
24359
+ * - Gently scales an element up and down to create a pulsing effect.
24360
+ *
24361
+ * 6. fade-in-up
24362
+ * - Combines a fade-in with a slight upward motion (used for tooltips, popups).
24363
+ *
24364
+ * 7. progress-grow
24365
+ * - Expands the width of a progress bar from 0% to 100%.
24366
+ *
24367
+ * 8. indeterminate-move
24368
+ * - Moves an element from left to right in a loop, used in indeterminate loaders.
24369
+ *
24370
+ * 9. skeleton-loading
24371
+ * - Creates a sweeping shimmer effect for skeleton loaders.
24372
+ */
24373
+ @keyframes _fade-in_y1c07_1 {
24374
+ from {
24375
+ opacity: 0;
24376
+ }
24377
+ to {
24378
+ opacity: 1;
24379
+ }
24380
+ }
24381
+ @keyframes _slide-up_y1c07_1 {
24382
+ from {
24383
+ transform: translateY(100%);
24384
+ opacity: 0;
24385
+ }
24386
+ to {
24387
+ transform: translateY(0);
24388
+ opacity: 1;
24389
+ }
24390
+ }
24391
+ @keyframes _spin-3d_y1c07_1 {
24392
+ 0% {
24393
+ transform: rotateX(0deg) rotateY(0deg);
24394
+ }
24395
+ 100% {
24396
+ transform: rotateX(360deg) rotateY(360deg);
24397
+ }
24398
+ }
24399
+ @keyframes _spin_y1c07_1 {
24400
+ 0% {
24401
+ transform: rotate(0deg);
24402
+ }
24403
+ 100% {
24404
+ transform: rotate(360deg);
24405
+ }
24406
+ }
24407
+ @keyframes _pulse_y1c07_1 {
24408
+ 0% {
24409
+ transform: scale(1);
24410
+ }
24411
+ 50% {
24412
+ transform: scale(1.1);
24413
+ }
24414
+ 100% {
24415
+ transform: scale(1);
24416
+ }
24417
+ }
24418
+ @keyframes _fade-in-up_y1c07_1 {
24419
+ from {
24420
+ opacity: 0;
24421
+ transform: translateY(-5px);
24422
+ }
24423
+ to {
24424
+ opacity: 1;
24425
+ transform: translateY(0);
24426
+ }
24427
+ }
24428
+ @keyframes _progress-grow_y1c07_1 {
24429
+ from {
24430
+ width: 0;
24431
+ }
24432
+ to {
24433
+ width: 100%;
24434
+ }
24435
+ }
24436
+ @keyframes _indeterminate-move_y1c07_1 {
24437
+ 0% {
24438
+ transform: translateX(-100%);
24439
+ }
24440
+ 50% {
24441
+ transform: translateX(0);
24442
+ }
24443
+ 100% {
24444
+ transform: translateX(100%);
24445
+ }
24446
+ }
24447
+ @keyframes _skeleton-loading_y1c07_1 {
24448
+ 0% {
24449
+ left: -100%;
24450
+ }
24451
+ 100% {
24452
+ left: 100%;
24453
+ }
24454
+ }
24455
+ /**
24456
+ * -----------------------------------------------------
24457
+ * _breakpoints.scss
24458
+ * -----------------------------------------------------
24459
+ * These constants define the standard device-width breakpoints
24460
+ * used in responsive media queries throughout the theme.
24461
+ *
24462
+ * - $breakpoint-xs: 320px (Extra small, portrait phones)
24463
+ * - $breakpoint-sm: 480px (Small devices, larger phones)
24464
+ * - $breakpoint-md: 768px (Medium devices, tablets)
24465
+ * - $breakpoint-lg: 1024px (Large devices, desktops)
24466
+ * - $breakpoint-xl: 1280px (Extra large desktops)
24467
+ * - $breakpoint-xxl: 1536px (Widescreens, large monitors)
24468
+ *
24469
+ * $breakpoints map:
24470
+ * Use this map to loop over breakpoints or access named values.
24471
+ */
24472
+ *, *::before, *::after {
24473
+ box-sizing: border-box;
24474
+ }
24475
+
24476
+ body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
24477
+ margin: 0;
24478
+ }
24479
+
24480
+ ul[role=list], ol[role=list] {
24481
+ list-style: none;
24482
+ }
24483
+
24484
+ html:focus-within {
24485
+ scroll-behavior: smooth;
24486
+ }
24487
+
24488
+ body {
24489
+ min-height: 100vh;
24490
+ text-rendering: optimizeSpeed;
24491
+ line-height: 1.5;
24492
+ }
24493
+
24494
+ a:not([class]) {
24495
+ text-decoration-skip-ink: auto;
24496
+ }
24497
+
24498
+ img, picture {
24499
+ max-width: 100%;
24500
+ display: block;
24501
+ }
24502
+
24503
+ input, button, textarea, select {
24504
+ font: inherit;
24505
+ }
24506
+
24507
+ @media (prefers-reduced-motion: reduce) {
24508
+ html:focus-within {
24509
+ scroll-behavior: auto;
24510
+ }
24511
+ *, *::before, *::after {
24512
+ animation-duration: 0.01ms !important;
24513
+ animation-iteration-count: 1 !important;
24514
+ transition-duration: 0.01ms !important;
24515
+ scroll-behavior: auto !important;
24516
+ }
24517
+ }
24518
+ :root {
24519
+ --primary-color: #1c4d3a;
24520
+ --primary-color-light: rgb(107.6, 201.4, 165.0285714286);
24521
+ --primary-color-hover: rgb(14.4, 39.6, 29.8285714286);
24522
+ --text-color-primary: rgb(255, 255, 255);
24523
+ --primary-text-color-contrast: rgb(0, 0, 0);
24524
+ --success-color: #51c703;
24525
+ --warning-color: #fca505;
24526
+ --error-color: #f83838;
24527
+ --secondary-color: #6e502e;
24528
+ --secondary-color-light: rgb(210.7692307692, 181.9230769231, 149.2307692308);
24529
+ --secondary-color-hover: rgb(74.0384615385, 53.8461538462, 30.9615384615);
24530
+ --secondary-text-color: rgb(0, 0, 0);
24531
+ --tertiary-color: #092b1c;
24532
+ --tertiary-color-light: rgb(44.9615384615, 211.0384615385, 137.7692307692);
24533
+ --tertiary-color-hover: rgb(0.1730769231, 0.8269230769, 0.5384615385);
24534
+ --tertiary-text-color: rgb(255, 255, 255);
24535
+ --quaternary-color: #a1733a;
24536
+ --quaternary-color-light: rgb(231.9589041096, 213.6849315068, 191.0410958904);
24537
+ --quaternary-color-hover: rgb(123.5068493151, 88.2191780822, 44.4931506849);
24538
+ --quaternary-text-color: rgb(255, 255, 255);
24539
+ --background-color: #222e2e;
24540
+ --background-color-light: rgb(55.675, 75.325, 75.325);
24541
+ --background-color-lighter: rgb(77.35, 104.65, 104.65);
24542
+ --background-color-dark: rgb(12.325, 16.675, 16.675);
24543
+ --background-color-darker: hsl(180, 15%, -4.3137254902%);
24544
+ --text-color: rgb(255, 255, 255);
24545
+ --text-color-light: hsl(0, 0%, 120%);
24546
+ --text-color-lighter: hsl(0, 0%, 140%);
24547
+ --link-color: #8bb0c7;
24548
+ --link-hover-color: #627e8f;
24549
+ --link-hover-color-primary: rgb(22.4, 61.6, 46.4);
24550
+ --link-hover-color-secondary: rgb(88, 64, 36.8);
24551
+ --focus-outline-color: theme.$primary-color;
24552
+ }
24553
+
24554
+ body {
24555
+ font-family: "Lora", arial, sans-serif;
24556
+ font-size: 18px;
24557
+ color: var(--text-color-primary);
24558
+ background-color: var(--background-color);
24559
+ margin: 0;
24560
+ padding: 0;
24561
+ line-height: 1.5;
24562
+ overflow-x: hidden;
24563
+ transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
24564
+ }
24565
+
24566
+ h1,
24567
+ h2,
24568
+ h3,
24569
+ h4,
24570
+ h5,
24571
+ h6 {
24572
+ font-family: "Lora", arial, sans-serif;
24573
+ margin: 0;
24574
+ font-weight: 700;
24575
+ transition: color 0.3s ease-in-out;
24576
+ }
24577
+
24578
+ h1 {
24579
+ font-size: 32px;
24580
+ font-weight: 900;
24581
+ line-height: 1.2;
24582
+ }
24583
+
24584
+ h2 {
24585
+ font-size: 24px;
24586
+ font-weight: 900;
24587
+ line-height: 1.3;
24588
+ }
24589
+
24590
+ h3 {
24591
+ font-size: 16px;
24592
+ line-height: 1.4;
24593
+ }
24594
+
24595
+ h4 {
24596
+ font-size: 18px;
24597
+ line-height: 1.5;
24598
+ }
24599
+
24600
+ h5,
24601
+ h6 {
24602
+ font-size: 14px;
24603
+ line-height: 1.6;
24604
+ font-weight: 400;
24605
+ }
24606
+
24607
+ h6 {
24608
+ text-transform: uppercase;
24609
+ }
24610
+
24611
+ p {
24612
+ font-size: 18px;
24613
+ line-height: 1.6;
24614
+ font-weight: 500;
24615
+ margin-bottom: 16px;
24616
+ }
24617
+
24618
+ a {
24619
+ color: var(--link-color);
24620
+ font-weight: 700;
24621
+ text-decoration: none;
24622
+ transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
24623
+ }
24624
+ a:hover {
24625
+ color: var(--link-color-hover);
24626
+ text-decoration: underline;
24627
+ }
24628
+
24629
+ ._noScroll_y1c07_91 {
24630
+ overflow: hidden;
24631
+ }
24632
+
24633
+ ._errorMessage_y1c07_92 {
24634
+ color: #f83838;
24635
+ font-size: 14px;
24636
+ }
24637
+
24638
+ ._loadingContainer_y1c07_93 {
24639
+ min-height: 100vh;
24640
+ display: flex;
24641
+ justify-content: center;
24642
+ align-items: center;
24643
+ font-size: 1.5rem;
24644
+ }
24645
+
24646
+ * {
24647
+ scrollbar-width: thin;
24648
+ scrollbar-color: var(--primary-color) var(--background-color-light);
24649
+ }
24650
+
24651
+ *:focus {
24652
+ outline: 2px solid var(--focus-outline-color);
24653
+ outline-offset: 2px;
24654
+ }
24655
+
24656
+ ::-webkit-scrollbar {
24657
+ width: 12px;
24658
+ height: 12px;
24659
+ }
24660
+
24661
+ ::-webkit-scrollbar-track {
24662
+ background: var(--background-color);
24663
+ }
24664
+
24665
+ ::-webkit-scrollbar-thumb {
24666
+ background-color: var(--primary-color);
24667
+ border-radius: 6px;
24668
+ border: 3px solid var(--background-color-light);
24669
+ }
24670
+
24671
+ ::-webkit-scrollbar-thumb:hover {
24672
+ background-color: var(--primary-color-hover);
24673
+ }
24674
+
24675
+ ._hideScrollbar_y1c07_85 {
24676
+ scrollbar-width: none;
24677
+ -ms-overflow-style: none;
24678
+ }
24679
+
24680
+ ._hideScrollbar_y1c07_85::-webkit-scrollbar {
24681
+ display: none;
24682
+ }
24683
+
24684
+ ._sr_only_y1c07_94 {
24685
+ position: absolute;
24686
+ width: 1px;
24687
+ height: 1px;
24688
+ margin: -1px;
24689
+ overflow: hidden;
24690
+ clip: rect(0 0 0 0);
24691
+ white-space: nowrap;
24692
+ border: 0;
24693
+ }
24694
+
24695
+ .sr_only {
24696
+ position: absolute;
24697
+ width: 1px;
24698
+ height: 1px;
24699
+ margin: -1px;
24700
+ overflow: hidden;
24701
+ clip: rect(0 0 0 0);
24702
+ white-space: nowrap;
24703
+ border: 0;
24704
+ }
24705
+
24706
+ ._wrapper_y1c07_479 {
24707
+ position: relative;
24708
+ width: 240px;
24709
+ height: 100vh;
24710
+ background-color: var(--background-color-light);
24711
+ border-right: 1px solid var(--background-color-lighter);
24712
+ position: sticky;
24713
+ top: 0;
24714
+ overflow-y: auto;
24715
+ font-family: var(--font-family-primary);
24716
+ }
24717
+ ._wrapper_y1c07_479._roundNone_y1c07_490 {
24718
+ border-radius: 0;
24719
+ }
24720
+ ._wrapper_y1c07_479._roundSmall_y1c07_493 {
24721
+ border-radius: 5px;
24722
+ }
24723
+ ._wrapper_y1c07_479._roundMedium_y1c07_496 {
24724
+ border-radius: 10px;
24725
+ }
24726
+ ._wrapper_y1c07_479._roundLarge_y1c07_499 {
24727
+ border-radius: 20px;
24728
+ }
24729
+ ._wrapper_y1c07_479._roundFull_y1c07_502 {
24730
+ border-radius: 50%;
24731
+ }
24732
+ ._wrapper_y1c07_479._shadowNone_y1c07_505 {
24733
+ box-shadow: 0;
24734
+ }
24735
+ ._wrapper_y1c07_479._shadowLight_y1c07_508 {
24736
+ box-shadow: 0px 2px 4px rgba(46, 49, 49, 0.1);
24737
+ }
24738
+ ._wrapper_y1c07_479._shadowMedium_y1c07_511 {
24739
+ box-shadow: 0px 4px 8px rgba(86, 101, 116, 0.2);
24740
+ }
24741
+ ._wrapper_y1c07_479._shadowStrong_y1c07_514 {
24742
+ box-shadow: 0px 6px 12px rgba(52, 73, 94, 0.4);
24743
+ }
24744
+ ._wrapper_y1c07_479._shadowIntense_y1c07_517 {
24745
+ box-shadow: 0px 6px 12px rgba(52, 73, 94, 0.6);
24746
+ }
24747
+
24748
+ ._primary_y1c07_521 ._active_y1c07_521 {
24749
+ background-color: var(--primary-color);
24750
+ }
24751
+
24752
+ ._primary_y1c07_521._outline_y1c07_525 ._active_y1c07_521 {
24753
+ background-color: transparent;
24754
+ border: 2px solid var(--primary-color);
24755
+ }
24756
+
24757
+ ._clear_y1c07_530._primary_y1c07_521 ._active_y1c07_521 {
24758
+ background-color: var(--primary-color);
24759
+ }
24760
+
24761
+ ._secondary_y1c07_534 ._active_y1c07_521 {
24762
+ background-color: var(--secondary-color);
24763
+ }
24764
+
24765
+ ._secondary_y1c07_534._outline_y1c07_525 ._active_y1c07_521 {
24766
+ background-color: transparent;
24767
+ border: 2px solid var(--secondary-color);
24768
+ }
24769
+
24770
+ ._clear_y1c07_530._secondary_y1c07_534 ._active_y1c07_521 {
24771
+ background-color: var(--secondary-color);
24772
+ }
24773
+
24774
+ ._tertiary_y1c07_547 ._active_y1c07_521 {
24775
+ background-color: var(--tertiary-color);
24776
+ }
24777
+
24778
+ ._tertiary_y1c07_547._outline_y1c07_525 ._active_y1c07_521 {
24779
+ background-color: transparent;
24780
+ border: 2px solid var(--tertiary-color);
24781
+ }
24782
+
24783
+ ._clear_y1c07_530._tertiary_y1c07_547 ._active_y1c07_521 {
24784
+ background-color: var(--tertiary-color);
24785
+ }
24786
+
24787
+ ._quaternary_y1c07_560 ._active_y1c07_521 {
24788
+ background-color: var(--quaternary-color);
24789
+ }
24790
+
24791
+ ._quaternary_y1c07_560._outline_y1c07_525 ._active_y1c07_521 {
24792
+ background-color: transparent;
24793
+ border: 2px solid var(--quaternary-color);
24794
+ }
24795
+
24796
+ ._clear_y1c07_530._quaternary_y1c07_560 ._active_y1c07_521 {
24797
+ background-color: var(--quaternary-color);
24798
+ }
24799
+
24800
+ ._clear_y1c07_530 ._active_y1c07_521 {
24801
+ background-color: transparent;
24802
+ color: var(--text-color-primary);
24803
+ }
24804
+
24805
+ ._clear_y1c07_530._outline_y1c07_525 ._active_y1c07_521 {
24806
+ background-color: transparent;
24807
+ color: var(--text-color-primary);
24808
+ border: 2px solid var(--text-color-primary);
24809
+ }
24810
+
24811
+ ._clear_y1c07_530._clear_y1c07_530 ._active_y1c07_521 {
24812
+ background-color: var(--text-color-primary);
24813
+ }
24814
+
24815
+ ._success_y1c07_588 ._active_y1c07_521 {
24816
+ background-color: #51c703;
24817
+ }
24818
+ ._success_y1c07_588 ._active_y1c07_521:hover {
24819
+ background-color: rgb(60.5495049505, 148.7574257426, 2.2425742574);
24820
+ }
24821
+
24822
+ ._error_y1c07_92 ._active_y1c07_521 {
24823
+ background-color: #f83838;
24824
+ }
24825
+ ._error_y1c07_92 ._active_y1c07_521:hover {
24826
+ background-color: rgb(244.4029126214, 8.5970873786, 8.5970873786);
24827
+ }
24828
+
24829
+ ._warning_y1c07_602 ._active_y1c07_521 {
24830
+ background-color: #fca505;
24831
+ }
24832
+ ._warning_y1c07_602 ._active_y1c07_521:hover {
24833
+ background-color: rgb(203.557312253, 132.7193675889, 2.442687747);
24834
+ }
24835
+
24836
+ ._nav_y1c07_609 {
24837
+ display: flex;
24838
+ flex-direction: column;
24839
+ }
24840
+
24841
+ ._list_y1c07_614 {
24842
+ list-style: none;
24843
+ padding: 0;
24844
+ margin: 0;
24845
+ }
24846
+
24847
+ ._link_y1c07_620 {
24848
+ display: flex;
24849
+ justify-content: space-between;
24850
+ align-items: center;
24851
+ width: 100%;
24852
+ padding: 0.5rem 0.75rem;
24853
+ border-radius: var(--border-radius-sm);
24854
+ color: var(--text-color-secondary);
24855
+ text-decoration: none;
24856
+ background: none;
24857
+ border: none;
24858
+ cursor: pointer;
24859
+ transition: 0.3s ease-in-out;
24860
+ }
24861
+ ._link_y1c07_620:hover {
24862
+ text-decoration: none;
24863
+ background-color: var(--background-color-dark);
24864
+ color: var(--text-color-primary);
24865
+ letter-spacing: 0.05em;
24866
+ }
24867
+ ._link_y1c07_620:focus {
24868
+ outline: 2px solid var(--text-color-primary);
24869
+ outline-offset: 2px;
24870
+ }
24871
+
24872
+ ._active_y1c07_521 {
24873
+ font-weight: bolder;
24874
+ letter-spacing: 0.1em;
24875
+ }
24876
+
24877
+ ._childLink_y1c07_650 {
24878
+ font-size: 0.9rem;
24879
+ }
24880
+
24881
+ ._chevron_y1c07_654 {
24882
+ transition: transform 0.2s ease;
24883
+ }
24884
+
24885
+ ._chevronOpen_y1c07_658 {
24886
+ transform: rotate(180deg);
24887
+ }
24888
+
24889
+ ._submenu_y1c07_662 {
24890
+ max-height: 0;
24891
+ overflow: hidden;
24892
+ transition: max-height 0.25s ease;
24893
+ }
24894
+
24895
+ ._childList_y1c07_668 {
24896
+ border-left: 3px solid var(--background-color-darker);
24897
+ margin: 0.25rem 0;
24898
+ }
24899
+
24900
+ ._footer_y1c07_673 {
24901
+ position: absolute;
24902
+ bottom: 0px;
24903
+ margin-top: auto;
24904
+ width: 100%;
24905
+ padding: 1rem;
24906
+ border-top: 1px solid var(--background-color-darker);
24907
+ display: flex;
24908
+ flex-direction: column;
24909
+ gap: 0.5rem;
24910
+ }
24911
+
24912
+ ._footerLink_y1c07_685 {
24913
+ font-size: 0.85rem;
24914
+ text-decoration: none;
24915
+ }
24916
+ ._footerLink_y1c07_685:hover {
24917
+ color: var(--text-color-primary);
24918
+ }
24919
+
24920
+ ._footerVersion_y1c07_693 {
24921
+ font-size: 0.75rem;
24922
+ opacity: 0.7;
24923
+ margin-top: 0.5rem;
24228
24924
  }