@fragments-sdk/ui 0.17.0 → 0.17.1
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/assets/ui.css +320 -183
- package/dist/components/Header/Header.module.scss.cjs +42 -21
- package/dist/components/Header/Header.module.scss.js +42 -21
- package/dist/components/Header/index.cjs +121 -3
- package/dist/components/Header/index.d.ts +26 -3
- package/dist/components/Header/index.d.ts.map +1 -1
- package/dist/components/Header/index.js +122 -4
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +42 -42
- package/dist/components/Sidebar/Sidebar.module.scss.js +42 -42
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/fragments.json +1 -1
- package/package.json +1 -1
- package/src/components/Header/Header.module.scss +99 -0
- package/src/components/Header/index.tsx +191 -10
- package/src/components/Sidebar/Sidebar.module.scss +6 -4
- package/src/index.ts +1 -0
package/dist/assets/ui.css
CHANGED
|
@@ -5570,7 +5570,7 @@
|
|
|
5570
5570
|
display: flex;
|
|
5571
5571
|
flex-direction: column;
|
|
5572
5572
|
gap: var(--fui-space-4, 2rem);
|
|
5573
|
-
}.
|
|
5573
|
+
}._root_j7bpl_1 {
|
|
5574
5574
|
position: relative;
|
|
5575
5575
|
display: flex;
|
|
5576
5576
|
flex-direction: column;
|
|
@@ -5583,23 +5583,23 @@
|
|
|
5583
5583
|
flex-shrink: 0;
|
|
5584
5584
|
}
|
|
5585
5585
|
@media (max-width: 767px) {
|
|
5586
|
-
.
|
|
5586
|
+
._root_j7bpl_1:not(._mobile_j7bpl_14) {
|
|
5587
5587
|
position: fixed;
|
|
5588
5588
|
transform: translateX(-100%);
|
|
5589
5589
|
}
|
|
5590
5590
|
}
|
|
5591
5591
|
|
|
5592
|
-
.
|
|
5592
|
+
._collapsed_j7bpl_20 {
|
|
5593
5593
|
width: var(--sidebar-effective-collapsed-width, var(--sidebar-collapsed-width));
|
|
5594
5594
|
}
|
|
5595
|
-
.
|
|
5595
|
+
._collapsed_j7bpl_20 ._header_j7bpl_23 {
|
|
5596
5596
|
justify-content: center;
|
|
5597
5597
|
padding: var(--fui-space-1, 0.5rem);
|
|
5598
5598
|
}
|
|
5599
|
-
.
|
|
5599
|
+
._collapsed_j7bpl_20 ._nav_j7bpl_27 {
|
|
5600
5600
|
padding: var(--fui-space-1, 0.5rem);
|
|
5601
5601
|
}
|
|
5602
|
-
.
|
|
5602
|
+
._collapsed_j7bpl_20 ._sectionLabel_j7bpl_30 {
|
|
5603
5603
|
position: absolute;
|
|
5604
5604
|
width: 1px;
|
|
5605
5605
|
height: 1px;
|
|
@@ -5610,42 +5610,42 @@
|
|
|
5610
5610
|
white-space: nowrap;
|
|
5611
5611
|
border: 0;
|
|
5612
5612
|
}
|
|
5613
|
-
.
|
|
5614
|
-
.
|
|
5615
|
-
.
|
|
5613
|
+
._collapsed_j7bpl_20 ._itemLabel_j7bpl_41,
|
|
5614
|
+
._collapsed_j7bpl_20 ._itemBadge_j7bpl_42,
|
|
5615
|
+
._collapsed_j7bpl_20 ._itemChevron_j7bpl_43 {
|
|
5616
5616
|
display: none;
|
|
5617
5617
|
}
|
|
5618
|
-
.
|
|
5618
|
+
._collapsed_j7bpl_20 ._item_j7bpl_41 {
|
|
5619
5619
|
justify-content: center;
|
|
5620
5620
|
padding: var(--fui-space-1, 0.5rem);
|
|
5621
5621
|
min-height: 2.2857142857rem;
|
|
5622
5622
|
}
|
|
5623
|
-
.
|
|
5623
|
+
._collapsed_j7bpl_20 ._itemIcon_j7bpl_51 {
|
|
5624
5624
|
margin: 0;
|
|
5625
5625
|
}
|
|
5626
|
-
.
|
|
5626
|
+
._collapsed_j7bpl_20 ._footer_j7bpl_54 {
|
|
5627
5627
|
justify-content: center;
|
|
5628
5628
|
padding: var(--fui-space-1, 0.5rem);
|
|
5629
5629
|
}
|
|
5630
|
-
.
|
|
5630
|
+
._collapsed_j7bpl_20 ._collapseToggle_j7bpl_58 {
|
|
5631
5631
|
margin: 0 auto;
|
|
5632
5632
|
}
|
|
5633
5633
|
|
|
5634
|
-
.
|
|
5634
|
+
._collapsedNoIcons_j7bpl_62 {
|
|
5635
5635
|
overflow: visible;
|
|
5636
5636
|
}
|
|
5637
|
-
.
|
|
5638
|
-
.
|
|
5639
|
-
.
|
|
5637
|
+
._collapsedNoIcons_j7bpl_62 ._header_j7bpl_23,
|
|
5638
|
+
._collapsedNoIcons_j7bpl_62 ._nav_j7bpl_27,
|
|
5639
|
+
._collapsedNoIcons_j7bpl_62 ._footer_j7bpl_54 {
|
|
5640
5640
|
visibility: hidden;
|
|
5641
5641
|
pointer-events: none;
|
|
5642
5642
|
}
|
|
5643
|
-
.
|
|
5643
|
+
._collapsedNoIcons_j7bpl_62 ._collapseToggleFloating_j7bpl_71 {
|
|
5644
5644
|
visibility: visible;
|
|
5645
5645
|
pointer-events: auto;
|
|
5646
5646
|
}
|
|
5647
5647
|
|
|
5648
|
-
.
|
|
5648
|
+
._mobile_j7bpl_14 {
|
|
5649
5649
|
position: fixed;
|
|
5650
5650
|
top: 0;
|
|
5651
5651
|
left: 0;
|
|
@@ -5654,16 +5654,16 @@
|
|
|
5654
5654
|
transition: transform var(--fui-transition-normal, 200ms ease);
|
|
5655
5655
|
box-shadow: var(--fui-shadow-md, 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 1px 3px -2px rgba(0, 0, 0, 0.04));
|
|
5656
5656
|
}
|
|
5657
|
-
.
|
|
5657
|
+
._mobile_j7bpl_14._positionRight_j7bpl_85 {
|
|
5658
5658
|
left: auto;
|
|
5659
5659
|
right: 0;
|
|
5660
5660
|
transform: translateX(100%);
|
|
5661
5661
|
}
|
|
5662
|
-
.
|
|
5662
|
+
._mobile_j7bpl_14[data-state=open] {
|
|
5663
5663
|
transform: translateX(0);
|
|
5664
5664
|
}
|
|
5665
5665
|
|
|
5666
|
-
.
|
|
5666
|
+
._header_j7bpl_23 {
|
|
5667
5667
|
display: flex;
|
|
5668
5668
|
align-items: center;
|
|
5669
5669
|
gap: var(--fui-space-3, 1.5rem);
|
|
@@ -5672,7 +5672,7 @@
|
|
|
5672
5672
|
height: var(--appshell-header-height, 56px);
|
|
5673
5673
|
}
|
|
5674
5674
|
|
|
5675
|
-
.
|
|
5675
|
+
._nav_j7bpl_27 {
|
|
5676
5676
|
flex: 1;
|
|
5677
5677
|
min-height: 0;
|
|
5678
5678
|
display: flex;
|
|
@@ -5681,27 +5681,27 @@
|
|
|
5681
5681
|
padding: var(--fui-space-2, 1rem);
|
|
5682
5682
|
}
|
|
5683
5683
|
|
|
5684
|
-
.
|
|
5684
|
+
._navScrollArea_j7bpl_112 {
|
|
5685
5685
|
flex: 1;
|
|
5686
5686
|
min-height: 0;
|
|
5687
5687
|
}
|
|
5688
5688
|
|
|
5689
|
-
.
|
|
5689
|
+
._section_j7bpl_30:not(:first-child) {
|
|
5690
5690
|
margin-top: var(--fui-space-4, 2rem);
|
|
5691
5691
|
}
|
|
5692
5692
|
|
|
5693
|
-
.
|
|
5693
|
+
._sectionHeader_j7bpl_121 {
|
|
5694
5694
|
display: flex;
|
|
5695
5695
|
align-items: center;
|
|
5696
5696
|
gap: var(--fui-space-2, 1rem);
|
|
5697
5697
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
5698
5698
|
}
|
|
5699
5699
|
|
|
5700
|
-
.
|
|
5700
|
+
._sectionTrigger_j7bpl_128 {
|
|
5701
5701
|
flex: 1;
|
|
5702
5702
|
}
|
|
5703
5703
|
|
|
5704
|
-
.
|
|
5704
|
+
._sectionLabel_j7bpl_30 {
|
|
5705
5705
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
5706
5706
|
font-size: var(--fui-font-size-xs, 0.857rem);
|
|
5707
5707
|
color: var(--fui-text-secondary, #52525b);
|
|
@@ -5713,11 +5713,11 @@
|
|
|
5713
5713
|
min-width: 0;
|
|
5714
5714
|
}
|
|
5715
5715
|
|
|
5716
|
-
.
|
|
5716
|
+
._sectionActionWrapper_j7bpl_144 {
|
|
5717
5717
|
flex-shrink: 0;
|
|
5718
5718
|
}
|
|
5719
5719
|
|
|
5720
|
-
.
|
|
5720
|
+
._sectionAction_j7bpl_144 {
|
|
5721
5721
|
appearance: none;
|
|
5722
5722
|
background: transparent;
|
|
5723
5723
|
border: none;
|
|
@@ -5727,21 +5727,21 @@
|
|
|
5727
5727
|
color: inherit;
|
|
5728
5728
|
cursor: pointer;
|
|
5729
5729
|
}
|
|
5730
|
-
.
|
|
5730
|
+
._sectionAction_j7bpl_144:disabled {
|
|
5731
5731
|
cursor: not-allowed;
|
|
5732
5732
|
}
|
|
5733
|
-
.
|
|
5733
|
+
._sectionAction_j7bpl_144 {
|
|
5734
5734
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
5735
5735
|
}
|
|
5736
|
-
.
|
|
5736
|
+
._sectionAction_j7bpl_144:focus-visible {
|
|
5737
5737
|
outline: none;
|
|
5738
5738
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
5739
5739
|
}
|
|
5740
|
-
.
|
|
5740
|
+
._sectionAction_j7bpl_144:disabled, ._sectionAction_j7bpl_144[data-disabled] {
|
|
5741
5741
|
opacity: 0.5;
|
|
5742
5742
|
pointer-events: none;
|
|
5743
5743
|
}
|
|
5744
|
-
.
|
|
5744
|
+
._sectionAction_j7bpl_144 {
|
|
5745
5745
|
display: flex;
|
|
5746
5746
|
align-items: center;
|
|
5747
5747
|
justify-content: center;
|
|
@@ -5750,22 +5750,22 @@
|
|
|
5750
5750
|
border-radius: var(--fui-radius-sm, 0.25rem);
|
|
5751
5751
|
color: var(--fui-text-tertiary, rgb(87.2247978437, 87.2247978437, 94.5752021563));
|
|
5752
5752
|
}
|
|
5753
|
-
.
|
|
5753
|
+
._sectionAction_j7bpl_144:hover {
|
|
5754
5754
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
5755
5755
|
color: var(--fui-text-secondary, #52525b);
|
|
5756
5756
|
}
|
|
5757
|
-
.
|
|
5757
|
+
._sectionAction_j7bpl_144 svg {
|
|
5758
5758
|
width: 1.143rem;
|
|
5759
5759
|
height: 1.143rem;
|
|
5760
5760
|
}
|
|
5761
5761
|
|
|
5762
|
-
.
|
|
5762
|
+
._sectionList_j7bpl_190 {
|
|
5763
5763
|
list-style: none;
|
|
5764
5764
|
margin: 0;
|
|
5765
5765
|
padding: 0;
|
|
5766
5766
|
}
|
|
5767
5767
|
|
|
5768
|
-
.
|
|
5768
|
+
._sectionCollapsible_j7bpl_196 ._sectionTrigger_j7bpl_128 {
|
|
5769
5769
|
background: transparent;
|
|
5770
5770
|
display: flex;
|
|
5771
5771
|
align-items: center;
|
|
@@ -5774,15 +5774,16 @@
|
|
|
5774
5774
|
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
5775
5775
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
5776
5776
|
}
|
|
5777
|
-
.
|
|
5777
|
+
._sectionCollapsible_j7bpl_196 ._sectionTrigger_j7bpl_128:hover {
|
|
5778
5778
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
5779
5779
|
}
|
|
5780
5780
|
|
|
5781
|
-
.
|
|
5781
|
+
._itemWrapper_j7bpl_209 {
|
|
5782
5782
|
list-style: none;
|
|
5783
|
+
width: 100%;
|
|
5783
5784
|
}
|
|
5784
5785
|
|
|
5785
|
-
.
|
|
5786
|
+
._item_j7bpl_41 {
|
|
5786
5787
|
appearance: none;
|
|
5787
5788
|
background: transparent;
|
|
5788
5789
|
border: none;
|
|
@@ -5792,21 +5793,21 @@
|
|
|
5792
5793
|
color: inherit;
|
|
5793
5794
|
cursor: pointer;
|
|
5794
5795
|
}
|
|
5795
|
-
.
|
|
5796
|
+
._item_j7bpl_41:disabled {
|
|
5796
5797
|
cursor: not-allowed;
|
|
5797
5798
|
}
|
|
5798
|
-
.
|
|
5799
|
+
._item_j7bpl_41 {
|
|
5799
5800
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
5800
5801
|
}
|
|
5801
|
-
.
|
|
5802
|
+
._item_j7bpl_41:focus-visible {
|
|
5802
5803
|
outline: none;
|
|
5803
5804
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
5804
5805
|
}
|
|
5805
|
-
.
|
|
5806
|
+
._item_j7bpl_41:disabled, ._item_j7bpl_41[data-disabled] {
|
|
5806
5807
|
opacity: 0.5;
|
|
5807
5808
|
pointer-events: none;
|
|
5808
5809
|
}
|
|
5809
|
-
.
|
|
5810
|
+
._item_j7bpl_41 {
|
|
5810
5811
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
5811
5812
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
5812
5813
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -5815,46 +5816,47 @@
|
|
|
5815
5816
|
-moz-osx-font-smoothing: grayscale;
|
|
5816
5817
|
display: flex;
|
|
5817
5818
|
align-items: center;
|
|
5818
|
-
|
|
5819
|
-
|
|
5819
|
+
width: 100%;
|
|
5820
|
+
gap: var(--fui-sidebar-item-gap, var(--fui-space-2, 1rem));
|
|
5821
|
+
padding: var(--fui-sidebar-item-padding-y, var(--fui-space-1, 0.5rem)) var(--fui-sidebar-item-padding-x, var(--fui-space-2, 1rem));
|
|
5820
5822
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
5821
5823
|
color: var(--fui-text-secondary, #52525b);
|
|
5822
5824
|
text-decoration: none;
|
|
5823
5825
|
min-height: var(--fui-sidebar-item-height, 2.5rem);
|
|
5824
5826
|
}
|
|
5825
|
-
.
|
|
5827
|
+
._item_j7bpl_41:hover:not(._itemDisabled_j7bpl_255) {
|
|
5826
5828
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
5827
5829
|
color: var(--fui-text-primary, #18181b);
|
|
5828
5830
|
text-decoration: none;
|
|
5829
5831
|
}
|
|
5830
|
-
.
|
|
5832
|
+
._item_j7bpl_41:active:not(._itemDisabled_j7bpl_255) {
|
|
5831
5833
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
5832
5834
|
}
|
|
5833
5835
|
|
|
5834
|
-
.
|
|
5836
|
+
._itemActive_j7bpl_264 {
|
|
5835
5837
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
5836
5838
|
color: var(--fui-text-primary, #18181b);
|
|
5837
5839
|
}
|
|
5838
|
-
.
|
|
5840
|
+
._itemActive_j7bpl_264:hover {
|
|
5839
5841
|
background-color: var(--fui-bg-secondary, #f4f4f5) !important;
|
|
5840
5842
|
color: var(--fui-text-primary, #18181b) !important;
|
|
5841
5843
|
text-decoration: none;
|
|
5842
5844
|
}
|
|
5843
|
-
.
|
|
5845
|
+
._itemActive_j7bpl_264:active {
|
|
5844
5846
|
background-color: var(--fui-bg-secondary, #f4f4f5) !important;
|
|
5845
5847
|
color: var(--fui-text-primary, #18181b) !important;
|
|
5846
5848
|
text-decoration: none;
|
|
5847
5849
|
}
|
|
5848
|
-
.
|
|
5850
|
+
._itemActive_j7bpl_264 ._itemIcon_j7bpl_51 {
|
|
5849
5851
|
color: inherit;
|
|
5850
5852
|
}
|
|
5851
5853
|
|
|
5852
|
-
.
|
|
5854
|
+
._itemDisabled_j7bpl_255 {
|
|
5853
5855
|
opacity: 0.5;
|
|
5854
5856
|
cursor: not-allowed;
|
|
5855
5857
|
}
|
|
5856
5858
|
|
|
5857
|
-
.
|
|
5859
|
+
._itemIcon_j7bpl_51 {
|
|
5858
5860
|
display: flex;
|
|
5859
5861
|
align-items: center;
|
|
5860
5862
|
justify-content: center;
|
|
@@ -5863,15 +5865,15 @@
|
|
|
5863
5865
|
flex-shrink: 0;
|
|
5864
5866
|
color: var(--fui-text-tertiary, rgb(87.2247978437, 87.2247978437, 94.5752021563));
|
|
5865
5867
|
}
|
|
5866
|
-
.
|
|
5868
|
+
._itemIcon_j7bpl_51 svg {
|
|
5867
5869
|
width: 1.429rem;
|
|
5868
5870
|
height: 1.429rem;
|
|
5869
5871
|
}
|
|
5870
|
-
.
|
|
5872
|
+
._item_j7bpl_41:hover:not(._itemDisabled_j7bpl_255) ._itemIcon_j7bpl_51 {
|
|
5871
5873
|
color: var(--fui-text-secondary, #52525b);
|
|
5872
5874
|
}
|
|
5873
5875
|
|
|
5874
|
-
.
|
|
5876
|
+
._itemLabel_j7bpl_41 {
|
|
5875
5877
|
flex: 1;
|
|
5876
5878
|
text-align: left;
|
|
5877
5879
|
white-space: nowrap;
|
|
@@ -5879,7 +5881,7 @@
|
|
|
5879
5881
|
text-overflow: ellipsis;
|
|
5880
5882
|
}
|
|
5881
5883
|
|
|
5882
|
-
.
|
|
5884
|
+
._itemBadge_j7bpl_42 {
|
|
5883
5885
|
display: flex;
|
|
5884
5886
|
align-items: center;
|
|
5885
5887
|
justify-content: center;
|
|
@@ -5892,12 +5894,12 @@
|
|
|
5892
5894
|
min-width: 1.429rem;
|
|
5893
5895
|
line-height: 1;
|
|
5894
5896
|
}
|
|
5895
|
-
.
|
|
5897
|
+
._itemActive_j7bpl_264 ._itemBadge_j7bpl_42 {
|
|
5896
5898
|
background-color: var(--fui-bg-primary, #ffffff);
|
|
5897
5899
|
color: var(--fui-color-accent, #18181b);
|
|
5898
5900
|
}
|
|
5899
5901
|
|
|
5900
|
-
.
|
|
5902
|
+
._itemChevron_j7bpl_43 {
|
|
5901
5903
|
display: flex;
|
|
5902
5904
|
align-items: center;
|
|
5903
5905
|
justify-content: center;
|
|
@@ -5906,16 +5908,16 @@
|
|
|
5906
5908
|
flex-shrink: 0;
|
|
5907
5909
|
transition: transform var(--fui-transition-fast, 150ms ease);
|
|
5908
5910
|
}
|
|
5909
|
-
.
|
|
5911
|
+
._itemChevron_j7bpl_43 svg {
|
|
5910
5912
|
width: 1.143rem;
|
|
5911
5913
|
height: 1.143rem;
|
|
5912
5914
|
}
|
|
5913
5915
|
|
|
5914
|
-
.
|
|
5916
|
+
._itemExpanded_j7bpl_344 ._itemChevron_j7bpl_43 {
|
|
5915
5917
|
transform: rotate(90deg);
|
|
5916
5918
|
}
|
|
5917
5919
|
|
|
5918
|
-
.
|
|
5920
|
+
._submenu_j7bpl_348 {
|
|
5919
5921
|
list-style: none;
|
|
5920
5922
|
margin: 0;
|
|
5921
5923
|
padding: 0;
|
|
@@ -5925,19 +5927,19 @@
|
|
|
5925
5927
|
transition: max-height var(--fui-transition-normal, 200ms ease);
|
|
5926
5928
|
}
|
|
5927
5929
|
|
|
5928
|
-
.
|
|
5930
|
+
._submenuWrapper_j7bpl_358 {
|
|
5929
5931
|
list-style: none;
|
|
5930
5932
|
}
|
|
5931
5933
|
|
|
5932
|
-
.
|
|
5934
|
+
._itemExpanded_j7bpl_344 + ._submenuWrapper_j7bpl_358 ._submenu_j7bpl_348 {
|
|
5933
5935
|
max-height: 500px;
|
|
5934
5936
|
}
|
|
5935
5937
|
|
|
5936
|
-
.
|
|
5938
|
+
._subItemWrapper_j7bpl_366 {
|
|
5937
5939
|
list-style: none;
|
|
5938
5940
|
}
|
|
5939
5941
|
|
|
5940
|
-
.
|
|
5942
|
+
._subItem_j7bpl_366 {
|
|
5941
5943
|
appearance: none;
|
|
5942
5944
|
background: transparent;
|
|
5943
5945
|
border: none;
|
|
@@ -5947,21 +5949,21 @@
|
|
|
5947
5949
|
color: inherit;
|
|
5948
5950
|
cursor: pointer;
|
|
5949
5951
|
}
|
|
5950
|
-
.
|
|
5952
|
+
._subItem_j7bpl_366:disabled {
|
|
5951
5953
|
cursor: not-allowed;
|
|
5952
5954
|
}
|
|
5953
|
-
.
|
|
5955
|
+
._subItem_j7bpl_366 {
|
|
5954
5956
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
5955
5957
|
}
|
|
5956
|
-
.
|
|
5958
|
+
._subItem_j7bpl_366:focus-visible {
|
|
5957
5959
|
outline: none;
|
|
5958
5960
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
5959
5961
|
}
|
|
5960
|
-
.
|
|
5962
|
+
._subItem_j7bpl_366:disabled, ._subItem_j7bpl_366[data-disabled] {
|
|
5961
5963
|
opacity: 0.5;
|
|
5962
5964
|
pointer-events: none;
|
|
5963
5965
|
}
|
|
5964
|
-
.
|
|
5966
|
+
._subItem_j7bpl_366 {
|
|
5965
5967
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
5966
5968
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
5967
5969
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -5978,7 +5980,7 @@
|
|
|
5978
5980
|
min-height: var(--fui-sidebar-item-height, 2.571rem);
|
|
5979
5981
|
position: relative;
|
|
5980
5982
|
}
|
|
5981
|
-
.
|
|
5983
|
+
._subItem_j7bpl_366::before {
|
|
5982
5984
|
content: "";
|
|
5983
5985
|
position: absolute;
|
|
5984
5986
|
left: 0;
|
|
@@ -5990,29 +5992,29 @@
|
|
|
5990
5992
|
border-radius: var(--fui-radius-full, 9999px);
|
|
5991
5993
|
transition: background-color var(--fui-transition-fast, 150ms ease);
|
|
5992
5994
|
}
|
|
5993
|
-
.
|
|
5995
|
+
._subItem_j7bpl_366:hover:not(._subItemDisabled_j7bpl_423) {
|
|
5994
5996
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
5995
5997
|
color: var(--fui-text-primary, #18181b);
|
|
5996
5998
|
text-decoration: none;
|
|
5997
5999
|
}
|
|
5998
|
-
.
|
|
6000
|
+
._subItem_j7bpl_366:active:not(._subItemDisabled_j7bpl_423) {
|
|
5999
6001
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
6000
6002
|
}
|
|
6001
6003
|
|
|
6002
|
-
.
|
|
6004
|
+
._subItemActive_j7bpl_432 {
|
|
6003
6005
|
color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
|
|
6004
6006
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6005
6007
|
}
|
|
6006
|
-
.
|
|
6008
|
+
._subItemActive_j7bpl_432::before {
|
|
6007
6009
|
background-color: var(--fui-color-accent-hover, rgb(62.88, 62.88, 70.74));
|
|
6008
6010
|
}
|
|
6009
6011
|
|
|
6010
|
-
.
|
|
6012
|
+
._subItemDisabled_j7bpl_423 {
|
|
6011
6013
|
opacity: 0.5;
|
|
6012
6014
|
cursor: not-allowed;
|
|
6013
6015
|
}
|
|
6014
6016
|
|
|
6015
|
-
.
|
|
6017
|
+
._footer_j7bpl_54 {
|
|
6016
6018
|
display: flex;
|
|
6017
6019
|
flex-direction: column;
|
|
6018
6020
|
gap: var(--fui-space-2, 1rem);
|
|
@@ -6021,7 +6023,7 @@
|
|
|
6021
6023
|
flex-shrink: 0;
|
|
6022
6024
|
}
|
|
6023
6025
|
|
|
6024
|
-
.
|
|
6026
|
+
._trigger_j7bpl_454 {
|
|
6025
6027
|
appearance: none;
|
|
6026
6028
|
background: transparent;
|
|
6027
6029
|
border: none;
|
|
@@ -6031,21 +6033,21 @@
|
|
|
6031
6033
|
color: inherit;
|
|
6032
6034
|
cursor: pointer;
|
|
6033
6035
|
}
|
|
6034
|
-
.
|
|
6036
|
+
._trigger_j7bpl_454:disabled {
|
|
6035
6037
|
cursor: not-allowed;
|
|
6036
6038
|
}
|
|
6037
|
-
.
|
|
6039
|
+
._trigger_j7bpl_454 {
|
|
6038
6040
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
6039
6041
|
}
|
|
6040
|
-
.
|
|
6042
|
+
._trigger_j7bpl_454:focus-visible {
|
|
6041
6043
|
outline: none;
|
|
6042
6044
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
6043
6045
|
}
|
|
6044
|
-
.
|
|
6046
|
+
._trigger_j7bpl_454:disabled, ._trigger_j7bpl_454[data-disabled] {
|
|
6045
6047
|
opacity: 0.5;
|
|
6046
6048
|
pointer-events: none;
|
|
6047
6049
|
}
|
|
6048
|
-
.
|
|
6050
|
+
._trigger_j7bpl_454 {
|
|
6049
6051
|
display: flex;
|
|
6050
6052
|
align-items: center;
|
|
6051
6053
|
justify-content: center;
|
|
@@ -6054,15 +6056,15 @@
|
|
|
6054
6056
|
border-radius: var(--fui-radius-md, 0.429rem);
|
|
6055
6057
|
color: var(--fui-text-primary, #18181b);
|
|
6056
6058
|
}
|
|
6057
|
-
.
|
|
6059
|
+
._trigger_j7bpl_454:hover {
|
|
6058
6060
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6059
6061
|
}
|
|
6060
|
-
.
|
|
6062
|
+
._trigger_j7bpl_454 svg {
|
|
6061
6063
|
width: 1.714rem;
|
|
6062
6064
|
height: 1.714rem;
|
|
6063
6065
|
}
|
|
6064
6066
|
|
|
6065
|
-
.
|
|
6067
|
+
._overlay_j7bpl_495 {
|
|
6066
6068
|
position: fixed;
|
|
6067
6069
|
inset: 0;
|
|
6068
6070
|
z-index: 50;
|
|
@@ -6070,11 +6072,11 @@
|
|
|
6070
6072
|
opacity: 0;
|
|
6071
6073
|
transition: opacity var(--fui-transition-normal, 200ms ease);
|
|
6072
6074
|
}
|
|
6073
|
-
.
|
|
6075
|
+
._overlay_j7bpl_495[data-state=open] {
|
|
6074
6076
|
opacity: 1;
|
|
6075
6077
|
}
|
|
6076
6078
|
|
|
6077
|
-
.
|
|
6079
|
+
._collapseToggle_j7bpl_58 {
|
|
6078
6080
|
appearance: none;
|
|
6079
6081
|
background: transparent;
|
|
6080
6082
|
border: none;
|
|
@@ -6084,21 +6086,21 @@
|
|
|
6084
6086
|
color: inherit;
|
|
6085
6087
|
cursor: pointer;
|
|
6086
6088
|
}
|
|
6087
|
-
.
|
|
6089
|
+
._collapseToggle_j7bpl_58:disabled {
|
|
6088
6090
|
cursor: not-allowed;
|
|
6089
6091
|
}
|
|
6090
|
-
.
|
|
6092
|
+
._collapseToggle_j7bpl_58 {
|
|
6091
6093
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
6092
6094
|
}
|
|
6093
|
-
.
|
|
6095
|
+
._collapseToggle_j7bpl_58:focus-visible {
|
|
6094
6096
|
outline: none;
|
|
6095
6097
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
6096
6098
|
}
|
|
6097
|
-
.
|
|
6099
|
+
._collapseToggle_j7bpl_58:disabled, ._collapseToggle_j7bpl_58[data-disabled] {
|
|
6098
6100
|
opacity: 0.5;
|
|
6099
6101
|
pointer-events: none;
|
|
6100
6102
|
}
|
|
6101
|
-
.
|
|
6103
|
+
._collapseToggle_j7bpl_58 {
|
|
6102
6104
|
display: flex;
|
|
6103
6105
|
align-items: center;
|
|
6104
6106
|
justify-content: center;
|
|
@@ -6108,16 +6110,16 @@
|
|
|
6108
6110
|
color: var(--fui-text-secondary, #52525b);
|
|
6109
6111
|
margin-left: auto;
|
|
6110
6112
|
}
|
|
6111
|
-
.
|
|
6113
|
+
._collapseToggle_j7bpl_58:hover {
|
|
6112
6114
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6113
6115
|
color: var(--fui-text-primary, #18181b);
|
|
6114
6116
|
}
|
|
6115
|
-
.
|
|
6117
|
+
._collapseToggle_j7bpl_58 svg {
|
|
6116
6118
|
width: 1.429rem;
|
|
6117
6119
|
height: 1.429rem;
|
|
6118
6120
|
}
|
|
6119
6121
|
|
|
6120
|
-
.
|
|
6122
|
+
._collapseToggleFloating_j7bpl_71 {
|
|
6121
6123
|
position: absolute;
|
|
6122
6124
|
top: var(--fui-space-3, 1.5rem);
|
|
6123
6125
|
left: calc(100% + var(--fui-space-2, 1rem));
|
|
@@ -6127,28 +6129,28 @@
|
|
|
6127
6129
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
6128
6130
|
box-shadow: var(--fui-shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.03));
|
|
6129
6131
|
}
|
|
6130
|
-
.
|
|
6132
|
+
._positionRight_j7bpl_85 ._collapseToggleFloating_j7bpl_71 {
|
|
6131
6133
|
left: auto;
|
|
6132
6134
|
right: calc(100% + var(--fui-space-2, 1rem));
|
|
6133
6135
|
}
|
|
6134
6136
|
|
|
6135
|
-
.
|
|
6137
|
+
._offcanvasCollapsed_j7bpl_565 {
|
|
6136
6138
|
width: 0;
|
|
6137
6139
|
overflow: visible;
|
|
6138
6140
|
}
|
|
6139
|
-
.
|
|
6140
|
-
.
|
|
6141
|
-
.
|
|
6142
|
-
.
|
|
6141
|
+
._offcanvasCollapsed_j7bpl_565 ._header_j7bpl_23,
|
|
6142
|
+
._offcanvasCollapsed_j7bpl_565 ._nav_j7bpl_27,
|
|
6143
|
+
._offcanvasCollapsed_j7bpl_565 ._footer_j7bpl_54,
|
|
6144
|
+
._offcanvasCollapsed_j7bpl_565 ._rail_j7bpl_572 {
|
|
6143
6145
|
visibility: hidden;
|
|
6144
6146
|
pointer-events: none;
|
|
6145
6147
|
}
|
|
6146
|
-
.
|
|
6148
|
+
._offcanvasCollapsed_j7bpl_565 ._collapseToggleFloating_j7bpl_71 {
|
|
6147
6149
|
visibility: visible;
|
|
6148
6150
|
pointer-events: auto;
|
|
6149
6151
|
}
|
|
6150
6152
|
|
|
6151
|
-
.
|
|
6153
|
+
._rail_j7bpl_572 {
|
|
6152
6154
|
appearance: none;
|
|
6153
6155
|
background: transparent;
|
|
6154
6156
|
border: none;
|
|
@@ -6158,10 +6160,10 @@
|
|
|
6158
6160
|
color: inherit;
|
|
6159
6161
|
cursor: pointer;
|
|
6160
6162
|
}
|
|
6161
|
-
.
|
|
6163
|
+
._rail_j7bpl_572:disabled {
|
|
6162
6164
|
cursor: not-allowed;
|
|
6163
6165
|
}
|
|
6164
|
-
.
|
|
6166
|
+
._rail_j7bpl_572 {
|
|
6165
6167
|
position: absolute;
|
|
6166
6168
|
top: 0;
|
|
6167
6169
|
right: 0;
|
|
@@ -6176,11 +6178,11 @@
|
|
|
6176
6178
|
border: none;
|
|
6177
6179
|
padding: 0;
|
|
6178
6180
|
}
|
|
6179
|
-
.
|
|
6181
|
+
._positionRight_j7bpl_85 ._rail_j7bpl_572 {
|
|
6180
6182
|
right: auto;
|
|
6181
6183
|
left: 0;
|
|
6182
6184
|
}
|
|
6183
|
-
.
|
|
6185
|
+
._rail_j7bpl_572::before {
|
|
6184
6186
|
content: "";
|
|
6185
6187
|
position: absolute;
|
|
6186
6188
|
top: 50%;
|
|
@@ -6193,63 +6195,63 @@
|
|
|
6193
6195
|
opacity: 0;
|
|
6194
6196
|
transition: opacity var(--fui-transition-fast, 150ms ease), background-color var(--fui-transition-fast, 150ms ease), height var(--fui-transition-fast, 150ms ease);
|
|
6195
6197
|
}
|
|
6196
|
-
.
|
|
6198
|
+
._positionRight_j7bpl_85 ._rail_j7bpl_572::before {
|
|
6197
6199
|
right: auto;
|
|
6198
6200
|
left: 4px;
|
|
6199
6201
|
}
|
|
6200
|
-
.
|
|
6202
|
+
._rail_j7bpl_572:hover::before {
|
|
6201
6203
|
opacity: 1;
|
|
6202
6204
|
height: 4rem;
|
|
6203
6205
|
background-color: var(--fui-color-accent, #18181b);
|
|
6204
6206
|
}
|
|
6205
|
-
.
|
|
6207
|
+
._rail_j7bpl_572:focus-visible::before {
|
|
6206
6208
|
opacity: 1;
|
|
6207
6209
|
background-color: var(--fui-color-accent, #18181b);
|
|
6208
6210
|
}
|
|
6209
6211
|
|
|
6210
|
-
.
|
|
6212
|
+
._railCollapsed_j7bpl_640::before {
|
|
6211
6213
|
opacity: 0.7;
|
|
6212
6214
|
}
|
|
6213
6215
|
|
|
6214
|
-
.
|
|
6216
|
+
._menuSkeleton_j7bpl_644 {
|
|
6215
6217
|
display: flex;
|
|
6216
6218
|
flex-direction: column;
|
|
6217
6219
|
gap: var(--fui-space-2, 1rem);
|
|
6218
6220
|
padding: var(--fui-space-2, 1rem);
|
|
6219
6221
|
}
|
|
6220
6222
|
|
|
6221
|
-
.
|
|
6223
|
+
._skeletonItem_j7bpl_651 {
|
|
6222
6224
|
display: flex;
|
|
6223
6225
|
align-items: center;
|
|
6224
|
-
gap: var(--fui-space-
|
|
6225
|
-
padding: var(--fui-space-1, 0.5rem) var(--fui-space-2, 1rem);
|
|
6226
|
+
gap: var(--fui-sidebar-item-gap, var(--fui-space-2, 1rem));
|
|
6227
|
+
padding: var(--fui-sidebar-item-padding-y, var(--fui-space-1, 0.5rem)) var(--fui-sidebar-item-padding-x, var(--fui-space-2, 1rem));
|
|
6226
6228
|
min-height: var(--fui-sidebar-item-height, 2.5rem);
|
|
6227
6229
|
}
|
|
6228
6230
|
|
|
6229
|
-
.
|
|
6231
|
+
._skeletonLabel_j7bpl_659 {
|
|
6230
6232
|
flex: 1;
|
|
6231
6233
|
}
|
|
6232
6234
|
|
|
6233
6235
|
@media (prefers-reduced-motion: reduce) {
|
|
6234
|
-
.
|
|
6236
|
+
._root_j7bpl_1 {
|
|
6235
6237
|
transition: none;
|
|
6236
6238
|
}
|
|
6237
|
-
.
|
|
6239
|
+
._mobile_j7bpl_14 {
|
|
6238
6240
|
transition: none;
|
|
6239
6241
|
}
|
|
6240
|
-
.
|
|
6242
|
+
._overlay_j7bpl_495 {
|
|
6241
6243
|
transition: none;
|
|
6242
6244
|
}
|
|
6243
|
-
.
|
|
6245
|
+
._submenu_j7bpl_348 {
|
|
6244
6246
|
transition: none;
|
|
6245
6247
|
}
|
|
6246
|
-
.
|
|
6248
|
+
._itemChevron_j7bpl_43 {
|
|
6247
6249
|
transition: none;
|
|
6248
6250
|
}
|
|
6249
|
-
.
|
|
6251
|
+
._rail_j7bpl_572::before {
|
|
6250
6252
|
transition: none;
|
|
6251
6253
|
}
|
|
6252
|
-
.
|
|
6254
|
+
._subItem_j7bpl_366::before {
|
|
6253
6255
|
transition: none;
|
|
6254
6256
|
}
|
|
6255
6257
|
}._root_14141_1 {
|
|
@@ -6424,7 +6426,7 @@
|
|
|
6424
6426
|
._sizeLg_1kmiy_78 ._toggleButton_1kmiy_9 svg {
|
|
6425
6427
|
width: var(--fui-theme-toggle-lg-icon, 18px);
|
|
6426
6428
|
height: var(--fui-theme-toggle-lg-icon, 18px);
|
|
6427
|
-
}.
|
|
6429
|
+
}._header_1ult6_1 {
|
|
6428
6430
|
container-type: inline-size;
|
|
6429
6431
|
container-name: fui-header;
|
|
6430
6432
|
display: flex;
|
|
@@ -6436,19 +6438,19 @@
|
|
|
6436
6438
|
z-index: var(--fui-header-z-index, 40);
|
|
6437
6439
|
}
|
|
6438
6440
|
|
|
6439
|
-
.
|
|
6441
|
+
._fixed_1ult6_13 {
|
|
6440
6442
|
position: sticky;
|
|
6441
6443
|
top: 0;
|
|
6442
6444
|
left: 0;
|
|
6443
6445
|
right: 0;
|
|
6444
6446
|
}
|
|
6445
6447
|
|
|
6446
|
-
.
|
|
6448
|
+
._sticky_1ult6_20 {
|
|
6447
6449
|
position: sticky;
|
|
6448
6450
|
top: 0;
|
|
6449
6451
|
}
|
|
6450
6452
|
|
|
6451
|
-
.
|
|
6453
|
+
._container_1ult6_25 {
|
|
6452
6454
|
display: flex;
|
|
6453
6455
|
align-items: center;
|
|
6454
6456
|
gap: var(--fui-space-4, 2rem);
|
|
@@ -6456,12 +6458,12 @@
|
|
|
6456
6458
|
max-width: 100%;
|
|
6457
6459
|
}
|
|
6458
6460
|
@container fui-header (max-width: 768px) {
|
|
6459
|
-
.
|
|
6461
|
+
._container_1ult6_25 {
|
|
6460
6462
|
gap: var(--fui-space-1, 0.5rem);
|
|
6461
6463
|
}
|
|
6462
6464
|
}
|
|
6463
6465
|
|
|
6464
|
-
.
|
|
6466
|
+
._brand_1ult6_38 {
|
|
6465
6467
|
display: flex;
|
|
6466
6468
|
align-items: center;
|
|
6467
6469
|
gap: var(--fui-space-2, 1rem);
|
|
@@ -6471,25 +6473,25 @@
|
|
|
6471
6473
|
font-size: var(--fui-font-size-base, 1.143rem);
|
|
6472
6474
|
flex-shrink: 0;
|
|
6473
6475
|
}
|
|
6474
|
-
.
|
|
6476
|
+
._brand_1ult6_38:hover {
|
|
6475
6477
|
color: var(--fui-text-primary, #18181b);
|
|
6476
6478
|
}
|
|
6477
|
-
.
|
|
6478
|
-
.
|
|
6479
|
+
._brand_1ult6_38 img,
|
|
6480
|
+
._brand_1ult6_38 svg {
|
|
6479
6481
|
width: auto;
|
|
6480
6482
|
}
|
|
6481
6483
|
|
|
6482
|
-
.
|
|
6484
|
+
._nav_1ult6_56 {
|
|
6483
6485
|
display: none;
|
|
6484
6486
|
}
|
|
6485
6487
|
@container fui-header (min-width: 768px) {
|
|
6486
|
-
.
|
|
6488
|
+
._nav_1ult6_56 {
|
|
6487
6489
|
display: flex;
|
|
6488
6490
|
align-items: center;
|
|
6489
6491
|
}
|
|
6490
6492
|
}
|
|
6491
6493
|
|
|
6492
|
-
.
|
|
6494
|
+
._navList_1ult6_66 {
|
|
6493
6495
|
display: flex;
|
|
6494
6496
|
align-items: center;
|
|
6495
6497
|
gap: var(--fui-space-1, 0.5rem);
|
|
@@ -6498,7 +6500,7 @@
|
|
|
6498
6500
|
padding: 0;
|
|
6499
6501
|
}
|
|
6500
6502
|
|
|
6501
|
-
.
|
|
6503
|
+
._navItem_1ult6_75 {
|
|
6502
6504
|
appearance: none;
|
|
6503
6505
|
background: transparent;
|
|
6504
6506
|
border: none;
|
|
@@ -6508,21 +6510,21 @@
|
|
|
6508
6510
|
color: inherit;
|
|
6509
6511
|
cursor: pointer;
|
|
6510
6512
|
}
|
|
6511
|
-
.
|
|
6513
|
+
._navItem_1ult6_75:disabled {
|
|
6512
6514
|
cursor: not-allowed;
|
|
6513
6515
|
}
|
|
6514
|
-
.
|
|
6516
|
+
._navItem_1ult6_75 {
|
|
6515
6517
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
6516
6518
|
}
|
|
6517
|
-
.
|
|
6519
|
+
._navItem_1ult6_75:focus-visible {
|
|
6518
6520
|
outline: none;
|
|
6519
6521
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
6520
6522
|
}
|
|
6521
|
-
.
|
|
6523
|
+
._navItem_1ult6_75:disabled, ._navItem_1ult6_75[data-disabled] {
|
|
6522
6524
|
opacity: 0.5;
|
|
6523
6525
|
pointer-events: none;
|
|
6524
6526
|
}
|
|
6525
|
-
.
|
|
6527
|
+
._navItem_1ult6_75 {
|
|
6526
6528
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
6527
6529
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
6528
6530
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -6538,47 +6540,47 @@
|
|
|
6538
6540
|
white-space: nowrap;
|
|
6539
6541
|
min-height: var(--fui-button-height-md, 2.5714285714rem);
|
|
6540
6542
|
}
|
|
6541
|
-
.
|
|
6543
|
+
._navItem_1ult6_75:hover {
|
|
6542
6544
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6543
6545
|
color: var(--fui-text-primary, #18181b);
|
|
6544
6546
|
}
|
|
6545
|
-
.
|
|
6547
|
+
._navItem_1ult6_75:active {
|
|
6546
6548
|
background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
|
|
6547
6549
|
}
|
|
6548
6550
|
|
|
6549
|
-
.
|
|
6551
|
+
._navItemActive_1ult6_123 {
|
|
6550
6552
|
color: var(--fui-text-primary, #18181b);
|
|
6551
6553
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6552
6554
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
6553
6555
|
}
|
|
6554
|
-
.
|
|
6556
|
+
._navItemActive_1ult6_123:hover {
|
|
6555
6557
|
background-color: var(--fui-bg-secondary, #f4f4f5) !important;
|
|
6556
6558
|
color: var(--fui-text-primary, #18181b) !important;
|
|
6557
6559
|
}
|
|
6558
|
-
.
|
|
6560
|
+
._navItemActive_1ult6_123:active {
|
|
6559
6561
|
background-color: var(--fui-bg-secondary, #f4f4f5) !important;
|
|
6560
6562
|
color: var(--fui-text-primary, #18181b) !important;
|
|
6561
6563
|
}
|
|
6562
6564
|
|
|
6563
|
-
.
|
|
6565
|
+
._navMenuTrigger_1ult6_137 {
|
|
6564
6566
|
gap: var(--fui-space-1, 0.5rem);
|
|
6565
6567
|
cursor: pointer;
|
|
6566
6568
|
}
|
|
6567
6569
|
|
|
6568
|
-
.
|
|
6570
|
+
._navMenuChevron_1ult6_142 {
|
|
6569
6571
|
transition: transform var(--fui-transition-fast, 150ms ease);
|
|
6570
6572
|
flex-shrink: 0;
|
|
6571
6573
|
}
|
|
6572
|
-
[data-popup-open] > .
|
|
6574
|
+
[data-popup-open] > ._navMenuChevron_1ult6_142 {
|
|
6573
6575
|
transform: rotate(180deg);
|
|
6574
6576
|
}
|
|
6575
6577
|
|
|
6576
|
-
.
|
|
6578
|
+
._navMenuPositioner_1ult6_150 {
|
|
6577
6579
|
z-index: 52;
|
|
6578
6580
|
outline: none;
|
|
6579
6581
|
}
|
|
6580
6582
|
|
|
6581
|
-
.
|
|
6583
|
+
._navMenuPopup_1ult6_155 {
|
|
6582
6584
|
background-color: var(--fui-bg-elevated, #ffffff);
|
|
6583
6585
|
border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
6584
6586
|
border-radius: var(--fui-radius-lg, 0.571rem);
|
|
@@ -6590,16 +6592,16 @@
|
|
|
6590
6592
|
transform-origin: var(--transform-origin);
|
|
6591
6593
|
transition: opacity var(--fui-transition-fast, 150ms ease), transform var(--fui-transition-fast, 150ms ease);
|
|
6592
6594
|
}
|
|
6593
|
-
.
|
|
6595
|
+
._navMenuPopup_1ult6_155[data-open] {
|
|
6594
6596
|
opacity: 1;
|
|
6595
6597
|
transform: scale(1);
|
|
6596
6598
|
}
|
|
6597
|
-
.
|
|
6599
|
+
._navMenuPopup_1ult6_155[data-starting-style], ._navMenuPopup_1ult6_155[data-ending-style] {
|
|
6598
6600
|
opacity: 0;
|
|
6599
6601
|
transform: scale(0.95);
|
|
6600
6602
|
}
|
|
6601
6603
|
|
|
6602
|
-
.
|
|
6604
|
+
._navMenuItem_1ult6_176 {
|
|
6603
6605
|
appearance: none;
|
|
6604
6606
|
background: transparent;
|
|
6605
6607
|
border: none;
|
|
@@ -6609,10 +6611,10 @@
|
|
|
6609
6611
|
color: inherit;
|
|
6610
6612
|
cursor: pointer;
|
|
6611
6613
|
}
|
|
6612
|
-
.
|
|
6614
|
+
._navMenuItem_1ult6_176:disabled {
|
|
6613
6615
|
cursor: not-allowed;
|
|
6614
6616
|
}
|
|
6615
|
-
.
|
|
6617
|
+
._navMenuItem_1ult6_176 {
|
|
6616
6618
|
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
6617
6619
|
font-size: var(--fui-font-size-sm, 1rem);
|
|
6618
6620
|
line-height: var(--fui-line-height-normal, 1.5);
|
|
@@ -6630,55 +6632,55 @@
|
|
|
6630
6632
|
cursor: pointer;
|
|
6631
6633
|
outline: none;
|
|
6632
6634
|
}
|
|
6633
|
-
.
|
|
6635
|
+
._navMenuItem_1ult6_176[data-highlighted] {
|
|
6634
6636
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6635
6637
|
color: var(--fui-text-primary, #18181b);
|
|
6636
6638
|
}
|
|
6637
6639
|
|
|
6638
|
-
.
|
|
6640
|
+
._navMenuItemActive_1ult6_212 {
|
|
6639
6641
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
6640
6642
|
color: var(--fui-text-primary, #18181b);
|
|
6641
6643
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6642
6644
|
}
|
|
6643
|
-
.
|
|
6645
|
+
._navMenuItemActive_1ult6_212[data-highlighted] {
|
|
6644
6646
|
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
6645
6647
|
color: var(--fui-text-primary, #18181b);
|
|
6646
6648
|
}
|
|
6647
6649
|
|
|
6648
6650
|
@media (prefers-reduced-motion: reduce) {
|
|
6649
|
-
.
|
|
6651
|
+
._navMenuPopup_1ult6_155 {
|
|
6650
6652
|
transition: none;
|
|
6651
6653
|
transform: none;
|
|
6652
6654
|
}
|
|
6653
|
-
.
|
|
6655
|
+
._navMenuPopup_1ult6_155[data-starting-style], ._navMenuPopup_1ult6_155[data-ending-style] {
|
|
6654
6656
|
transform: none;
|
|
6655
6657
|
}
|
|
6656
|
-
.
|
|
6658
|
+
._navMenuChevron_1ult6_142 {
|
|
6657
6659
|
transition: none;
|
|
6658
6660
|
}
|
|
6659
6661
|
}
|
|
6660
|
-
.
|
|
6662
|
+
._search_1ult6_234 {
|
|
6661
6663
|
display: none;
|
|
6662
6664
|
}
|
|
6663
6665
|
@container fui-header (min-width: 768px) {
|
|
6664
|
-
.
|
|
6666
|
+
._search_1ult6_234 {
|
|
6665
6667
|
display: flex;
|
|
6666
6668
|
align-items: center;
|
|
6667
6669
|
}
|
|
6668
6670
|
}
|
|
6669
6671
|
|
|
6670
|
-
.
|
|
6672
|
+
._searchExpandable_1ult6_244 {
|
|
6671
6673
|
display: flex;
|
|
6672
6674
|
}
|
|
6673
6675
|
|
|
6674
|
-
.
|
|
6676
|
+
._actions_1ult6_248 {
|
|
6675
6677
|
display: flex;
|
|
6676
6678
|
align-items: center;
|
|
6677
6679
|
gap: var(--fui-space-2, 1rem);
|
|
6678
6680
|
margin-left: auto;
|
|
6679
6681
|
}
|
|
6680
6682
|
|
|
6681
|
-
.
|
|
6683
|
+
._trigger_1ult6_255 {
|
|
6682
6684
|
appearance: none;
|
|
6683
6685
|
background: transparent;
|
|
6684
6686
|
border: none;
|
|
@@ -6688,21 +6690,21 @@
|
|
|
6688
6690
|
color: inherit;
|
|
6689
6691
|
cursor: pointer;
|
|
6690
6692
|
}
|
|
6691
|
-
.
|
|
6693
|
+
._trigger_1ult6_255:disabled {
|
|
6692
6694
|
cursor: not-allowed;
|
|
6693
6695
|
}
|
|
6694
|
-
.
|
|
6696
|
+
._trigger_1ult6_255 {
|
|
6695
6697
|
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
6696
6698
|
}
|
|
6697
|
-
.
|
|
6699
|
+
._trigger_1ult6_255:focus-visible {
|
|
6698
6700
|
outline: none;
|
|
6699
6701
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
6700
6702
|
}
|
|
6701
|
-
.
|
|
6703
|
+
._trigger_1ult6_255:disabled, ._trigger_1ult6_255[data-disabled] {
|
|
6702
6704
|
opacity: 0.5;
|
|
6703
6705
|
pointer-events: none;
|
|
6704
6706
|
}
|
|
6705
|
-
.
|
|
6707
|
+
._trigger_1ult6_255 {
|
|
6706
6708
|
display: flex;
|
|
6707
6709
|
align-items: center;
|
|
6708
6710
|
justify-content: center;
|
|
@@ -6712,19 +6714,154 @@
|
|
|
6712
6714
|
color: var(--fui-text-primary, #18181b);
|
|
6713
6715
|
flex-shrink: 0;
|
|
6714
6716
|
}
|
|
6715
|
-
.
|
|
6717
|
+
._trigger_1ult6_255:hover {
|
|
6716
6718
|
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6717
6719
|
}
|
|
6718
|
-
.
|
|
6720
|
+
._trigger_1ult6_255 svg {
|
|
6719
6721
|
width: var(--fui-icon-xl, 1.714rem);
|
|
6720
6722
|
height: var(--fui-icon-xl, 1.714rem);
|
|
6721
6723
|
}
|
|
6722
6724
|
|
|
6723
|
-
.
|
|
6725
|
+
._spacer_1ult6_297 {
|
|
6726
|
+
flex: 1;
|
|
6727
|
+
}
|
|
6728
|
+
|
|
6729
|
+
._mobileNavBackdrop_1ult6_301 {
|
|
6730
|
+
position: fixed;
|
|
6731
|
+
inset: 0;
|
|
6732
|
+
z-index: 98;
|
|
6733
|
+
background: rgba(0, 0, 0, 0.5);
|
|
6734
|
+
animation: _mobileNavFadeIn_1ult6_1 var(--fui-transition-normal, 200ms ease) ease;
|
|
6735
|
+
}
|
|
6736
|
+
|
|
6737
|
+
._mobileNavDrawer_1ult6_309 {
|
|
6738
|
+
position: fixed;
|
|
6739
|
+
top: 0;
|
|
6740
|
+
right: 0;
|
|
6741
|
+
bottom: 0;
|
|
6742
|
+
z-index: 99;
|
|
6743
|
+
width: min(320px, 85vw);
|
|
6744
|
+
background-color: var(--fui-bg-primary, #ffffff);
|
|
6745
|
+
border-left: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
6746
|
+
display: flex;
|
|
6747
|
+
flex-direction: column;
|
|
6748
|
+
animation: _mobileNavSlideIn_1ult6_1 var(--fui-transition-normal, 200ms ease) ease;
|
|
6749
|
+
}
|
|
6750
|
+
|
|
6751
|
+
._mobileNavHeader_1ult6_323 {
|
|
6752
|
+
display: flex;
|
|
6753
|
+
align-items: center;
|
|
6754
|
+
justify-content: flex-end;
|
|
6755
|
+
padding: var(--fui-space-3, 1.5rem) var(--fui-space-4, 2rem);
|
|
6756
|
+
border-bottom: 1px solid var(--fui-border, rgba(0, 0, 0, 0.08));
|
|
6757
|
+
}
|
|
6758
|
+
|
|
6759
|
+
._mobileNavClose_1ult6_331 {
|
|
6760
|
+
appearance: none;
|
|
6761
|
+
background: transparent;
|
|
6762
|
+
border: none;
|
|
6763
|
+
padding: 0;
|
|
6764
|
+
margin: 0;
|
|
6765
|
+
font: inherit;
|
|
6766
|
+
color: inherit;
|
|
6767
|
+
cursor: pointer;
|
|
6768
|
+
}
|
|
6769
|
+
._mobileNavClose_1ult6_331:disabled {
|
|
6770
|
+
cursor: not-allowed;
|
|
6771
|
+
}
|
|
6772
|
+
._mobileNavClose_1ult6_331 {
|
|
6773
|
+
transition: background-color var(--fui-transition-fast, 150ms ease), border-color var(--fui-transition-fast, 150ms ease), box-shadow var(--fui-transition-fast, 150ms ease), opacity var(--fui-transition-fast, 150ms ease);
|
|
6774
|
+
}
|
|
6775
|
+
._mobileNavClose_1ult6_331:focus-visible {
|
|
6776
|
+
outline: none;
|
|
6777
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
|
|
6778
|
+
}
|
|
6779
|
+
._mobileNavClose_1ult6_331:disabled, ._mobileNavClose_1ult6_331[data-disabled] {
|
|
6780
|
+
opacity: 0.5;
|
|
6781
|
+
pointer-events: none;
|
|
6782
|
+
}
|
|
6783
|
+
._mobileNavClose_1ult6_331 {
|
|
6784
|
+
display: flex;
|
|
6785
|
+
align-items: center;
|
|
6786
|
+
justify-content: center;
|
|
6787
|
+
width: var(--fui-touch-md, 2.2857142857rem);
|
|
6788
|
+
height: var(--fui-touch-md, 2.2857142857rem);
|
|
6789
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
6790
|
+
color: var(--fui-text-secondary, #52525b);
|
|
6791
|
+
}
|
|
6792
|
+
._mobileNavClose_1ult6_331:hover {
|
|
6793
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6794
|
+
color: var(--fui-text-primary, #18181b);
|
|
6795
|
+
}
|
|
6796
|
+
|
|
6797
|
+
._mobileNavBody_1ult6_369 {
|
|
6724
6798
|
flex: 1;
|
|
6799
|
+
overflow-y: auto;
|
|
6800
|
+
padding: var(--fui-space-3, 1.5rem) var(--fui-space-4, 2rem);
|
|
6801
|
+
}
|
|
6802
|
+
|
|
6803
|
+
._mobileNavLink_1ult6_375 {
|
|
6804
|
+
appearance: none;
|
|
6805
|
+
background: transparent;
|
|
6806
|
+
border: none;
|
|
6807
|
+
padding: 0;
|
|
6808
|
+
margin: 0;
|
|
6809
|
+
font: inherit;
|
|
6810
|
+
color: inherit;
|
|
6811
|
+
cursor: pointer;
|
|
6812
|
+
}
|
|
6813
|
+
._mobileNavLink_1ult6_375:disabled {
|
|
6814
|
+
cursor: not-allowed;
|
|
6815
|
+
}
|
|
6816
|
+
._mobileNavLink_1ult6_375 {
|
|
6817
|
+
font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
|
|
6818
|
+
font-size: var(--fui-font-size-sm, 1rem);
|
|
6819
|
+
line-height: var(--fui-line-height-normal, 1.5);
|
|
6820
|
+
color: var(--fui-text-primary, #18181b);
|
|
6821
|
+
-webkit-font-smoothing: antialiased;
|
|
6822
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6823
|
+
display: flex;
|
|
6824
|
+
align-items: center;
|
|
6825
|
+
width: 100%;
|
|
6826
|
+
padding: var(--fui-space-2, 1rem) var(--fui-space-3, 1.5rem);
|
|
6827
|
+
border-radius: var(--fui-radius-md, 0.429rem);
|
|
6828
|
+
color: var(--fui-text-secondary, #52525b);
|
|
6829
|
+
text-decoration: none;
|
|
6830
|
+
font-weight: var(--fui-font-weight-medium, 500);
|
|
6831
|
+
}
|
|
6832
|
+
._mobileNavLink_1ult6_375:hover {
|
|
6833
|
+
background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
|
|
6834
|
+
color: var(--fui-text-primary, #18181b);
|
|
6725
6835
|
}
|
|
6726
6836
|
|
|
6727
|
-
.
|
|
6837
|
+
._mobileNavLinkActive_1ult6_409 {
|
|
6838
|
+
color: var(--fui-text-primary, #18181b);
|
|
6839
|
+
background-color: var(--fui-bg-secondary, #f4f4f5);
|
|
6840
|
+
}
|
|
6841
|
+
|
|
6842
|
+
@keyframes _mobileNavFadeIn_1ult6_1 {
|
|
6843
|
+
from {
|
|
6844
|
+
opacity: 0;
|
|
6845
|
+
}
|
|
6846
|
+
to {
|
|
6847
|
+
opacity: 1;
|
|
6848
|
+
}
|
|
6849
|
+
}
|
|
6850
|
+
@keyframes _mobileNavSlideIn_1ult6_1 {
|
|
6851
|
+
from {
|
|
6852
|
+
transform: translateX(100%);
|
|
6853
|
+
}
|
|
6854
|
+
to {
|
|
6855
|
+
transform: translateX(0);
|
|
6856
|
+
}
|
|
6857
|
+
}
|
|
6858
|
+
@media (prefers-reduced-motion: reduce) {
|
|
6859
|
+
._mobileNavBackdrop_1ult6_301,
|
|
6860
|
+
._mobileNavDrawer_1ult6_309 {
|
|
6861
|
+
animation: none;
|
|
6862
|
+
}
|
|
6863
|
+
}
|
|
6864
|
+
._skipLink_1ult6_436 {
|
|
6728
6865
|
position: absolute;
|
|
6729
6866
|
width: 1px;
|
|
6730
6867
|
height: 1px;
|
|
@@ -6746,7 +6883,7 @@
|
|
|
6746
6883
|
text-decoration: none;
|
|
6747
6884
|
font-weight: var(--fui-font-weight-medium, 500);
|
|
6748
6885
|
}
|
|
6749
|
-
.
|
|
6886
|
+
._skipLink_1ult6_436:focus {
|
|
6750
6887
|
position: absolute;
|
|
6751
6888
|
width: auto;
|
|
6752
6889
|
height: auto;
|