@kushagradhawan/kookie-ui 0.1.49 → 0.1.50
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/components.css +235 -64
- package/dist/cjs/components/_internal/shell-sidebar.d.ts.map +1 -1
- package/dist/cjs/components/_internal/shell-sidebar.js +1 -1
- package/dist/cjs/components/_internal/shell-sidebar.js.map +3 -3
- package/dist/cjs/components/shell.context.d.ts +1 -0
- package/dist/cjs/components/shell.context.d.ts.map +1 -1
- package/dist/cjs/components/shell.context.js +1 -1
- package/dist/cjs/components/shell.context.js.map +2 -2
- package/dist/cjs/components/shell.d.ts.map +1 -1
- package/dist/cjs/components/shell.js +1 -1
- package/dist/cjs/components/shell.js.map +3 -3
- package/dist/cjs/components/sidebar.d.ts +7 -1
- package/dist/cjs/components/sidebar.d.ts.map +1 -1
- package/dist/cjs/components/sidebar.js +1 -1
- package/dist/cjs/components/sidebar.js.map +3 -3
- package/dist/esm/components/_internal/shell-sidebar.d.ts.map +1 -1
- package/dist/esm/components/_internal/shell-sidebar.js +1 -1
- package/dist/esm/components/_internal/shell-sidebar.js.map +3 -3
- package/dist/esm/components/shell.context.d.ts +1 -0
- package/dist/esm/components/shell.context.d.ts.map +1 -1
- package/dist/esm/components/shell.context.js.map +2 -2
- package/dist/esm/components/shell.d.ts.map +1 -1
- package/dist/esm/components/shell.js +1 -1
- package/dist/esm/components/shell.js.map +3 -3
- package/dist/esm/components/sidebar.d.ts +7 -1
- package/dist/esm/components/sidebar.d.ts.map +1 -1
- package/dist/esm/components/sidebar.js +1 -1
- package/dist/esm/components/sidebar.js.map +3 -3
- package/package.json +1 -1
- package/schemas/base-button.json +1 -1
- package/schemas/button.json +1 -1
- package/schemas/icon-button.json +1 -1
- package/schemas/index.json +6 -6
- package/schemas/toggle-button.json +1 -1
- package/schemas/toggle-icon-button.json +1 -1
- package/src/components/_internal/base-menu.css +4 -5
- package/src/components/_internal/base-sidebar-menu.css +0 -1
- package/src/components/_internal/base-sidebar.css +7 -0
- package/src/components/_internal/shell-sidebar.tsx +24 -1
- package/src/components/shell.context.tsx +3 -0
- package/src/components/shell.css +28 -1
- package/src/components/shell.tsx +24 -3
- package/src/components/sidebar.css +233 -33
- package/src/components/sidebar.tsx +247 -213
- package/styles.css +235 -64
package/styles.css
CHANGED
|
@@ -12543,7 +12543,7 @@
|
|
|
12543
12543
|
--base-menu-content-padding: var(--space-2);
|
|
12544
12544
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
12545
12545
|
--base-menu-item-padding-right: var(--space-2);
|
|
12546
|
-
--base-menu-item-padding-y:
|
|
12546
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12547
12547
|
--base-menu-item-height: var(--space-5);
|
|
12548
12548
|
border-radius: var(--radius-3);
|
|
12549
12549
|
}
|
|
@@ -12579,7 +12579,7 @@
|
|
|
12579
12579
|
--base-menu-content-padding: var(--space-3);
|
|
12580
12580
|
--base-menu-item-padding-left: var(--space-3);
|
|
12581
12581
|
--base-menu-item-padding-right: var(--space-3);
|
|
12582
|
-
--base-menu-item-padding-y: var(--space-
|
|
12582
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12583
12583
|
--base-menu-item-height: var(--space-6);
|
|
12584
12584
|
border-radius: var(--radius-5);
|
|
12585
12585
|
}
|
|
@@ -12615,7 +12615,7 @@
|
|
|
12615
12615
|
--base-menu-content-padding: var(--space-3);
|
|
12616
12616
|
--base-menu-item-padding-left: var(--space-3);
|
|
12617
12617
|
--base-menu-item-padding-right: var(--space-3);
|
|
12618
|
-
--base-menu-item-padding-y: var(--space-
|
|
12618
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12619
12619
|
--base-menu-item-height: var(--space-6);
|
|
12620
12620
|
border-radius: var(--radius-6);
|
|
12621
12621
|
}
|
|
@@ -12652,7 +12652,7 @@
|
|
|
12652
12652
|
--base-menu-content-padding: var(--space-2);
|
|
12653
12653
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
12654
12654
|
--base-menu-item-padding-right: var(--space-2);
|
|
12655
|
-
--base-menu-item-padding-y:
|
|
12655
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12656
12656
|
--base-menu-item-height: var(--space-5);
|
|
12657
12657
|
border-radius: var(--radius-3);
|
|
12658
12658
|
}
|
|
@@ -12688,7 +12688,7 @@
|
|
|
12688
12688
|
--base-menu-content-padding: var(--space-3);
|
|
12689
12689
|
--base-menu-item-padding-left: var(--space-3);
|
|
12690
12690
|
--base-menu-item-padding-right: var(--space-3);
|
|
12691
|
-
--base-menu-item-padding-y: var(--space-
|
|
12691
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12692
12692
|
--base-menu-item-height: var(--space-6);
|
|
12693
12693
|
border-radius: var(--radius-5);
|
|
12694
12694
|
}
|
|
@@ -12724,7 +12724,7 @@
|
|
|
12724
12724
|
--base-menu-content-padding: var(--space-3);
|
|
12725
12725
|
--base-menu-item-padding-left: var(--space-3);
|
|
12726
12726
|
--base-menu-item-padding-right: var(--space-3);
|
|
12727
|
-
--base-menu-item-padding-y: var(--space-
|
|
12727
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12728
12728
|
--base-menu-item-height: var(--space-6);
|
|
12729
12729
|
border-radius: var(--radius-6);
|
|
12730
12730
|
}
|
|
@@ -12762,7 +12762,7 @@
|
|
|
12762
12762
|
--base-menu-content-padding: var(--space-2);
|
|
12763
12763
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
12764
12764
|
--base-menu-item-padding-right: var(--space-2);
|
|
12765
|
-
--base-menu-item-padding-y:
|
|
12765
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12766
12766
|
--base-menu-item-height: var(--space-5);
|
|
12767
12767
|
border-radius: var(--radius-3);
|
|
12768
12768
|
}
|
|
@@ -12798,7 +12798,7 @@
|
|
|
12798
12798
|
--base-menu-content-padding: var(--space-3);
|
|
12799
12799
|
--base-menu-item-padding-left: var(--space-3);
|
|
12800
12800
|
--base-menu-item-padding-right: var(--space-3);
|
|
12801
|
-
--base-menu-item-padding-y: var(--space-
|
|
12801
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12802
12802
|
--base-menu-item-height: var(--space-6);
|
|
12803
12803
|
border-radius: var(--radius-5);
|
|
12804
12804
|
}
|
|
@@ -12834,7 +12834,7 @@
|
|
|
12834
12834
|
--base-menu-content-padding: var(--space-3);
|
|
12835
12835
|
--base-menu-item-padding-left: var(--space-3);
|
|
12836
12836
|
--base-menu-item-padding-right: var(--space-3);
|
|
12837
|
-
--base-menu-item-padding-y: var(--space-
|
|
12837
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12838
12838
|
--base-menu-item-height: var(--space-6);
|
|
12839
12839
|
border-radius: var(--radius-6);
|
|
12840
12840
|
}
|
|
@@ -12872,7 +12872,7 @@
|
|
|
12872
12872
|
--base-menu-content-padding: var(--space-2);
|
|
12873
12873
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
12874
12874
|
--base-menu-item-padding-right: var(--space-2);
|
|
12875
|
-
--base-menu-item-padding-y:
|
|
12875
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12876
12876
|
--base-menu-item-height: var(--space-5);
|
|
12877
12877
|
border-radius: var(--radius-3);
|
|
12878
12878
|
}
|
|
@@ -12908,7 +12908,7 @@
|
|
|
12908
12908
|
--base-menu-content-padding: var(--space-3);
|
|
12909
12909
|
--base-menu-item-padding-left: var(--space-3);
|
|
12910
12910
|
--base-menu-item-padding-right: var(--space-3);
|
|
12911
|
-
--base-menu-item-padding-y: var(--space-
|
|
12911
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12912
12912
|
--base-menu-item-height: var(--space-6);
|
|
12913
12913
|
border-radius: var(--radius-5);
|
|
12914
12914
|
}
|
|
@@ -12944,7 +12944,7 @@
|
|
|
12944
12944
|
--base-menu-content-padding: var(--space-3);
|
|
12945
12945
|
--base-menu-item-padding-left: var(--space-3);
|
|
12946
12946
|
--base-menu-item-padding-right: var(--space-3);
|
|
12947
|
-
--base-menu-item-padding-y: var(--space-
|
|
12947
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12948
12948
|
--base-menu-item-height: var(--space-6);
|
|
12949
12949
|
border-radius: var(--radius-6);
|
|
12950
12950
|
}
|
|
@@ -12982,7 +12982,7 @@
|
|
|
12982
12982
|
--base-menu-content-padding: var(--space-2);
|
|
12983
12983
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
12984
12984
|
--base-menu-item-padding-right: var(--space-2);
|
|
12985
|
-
--base-menu-item-padding-y:
|
|
12985
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12986
12986
|
--base-menu-item-height: var(--space-5);
|
|
12987
12987
|
border-radius: var(--radius-3);
|
|
12988
12988
|
}
|
|
@@ -13018,7 +13018,7 @@
|
|
|
13018
13018
|
--base-menu-content-padding: var(--space-3);
|
|
13019
13019
|
--base-menu-item-padding-left: var(--space-3);
|
|
13020
13020
|
--base-menu-item-padding-right: var(--space-3);
|
|
13021
|
-
--base-menu-item-padding-y: var(--space-
|
|
13021
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13022
13022
|
--base-menu-item-height: var(--space-6);
|
|
13023
13023
|
border-radius: var(--radius-5);
|
|
13024
13024
|
}
|
|
@@ -13054,7 +13054,7 @@
|
|
|
13054
13054
|
--base-menu-content-padding: var(--space-3);
|
|
13055
13055
|
--base-menu-item-padding-left: var(--space-3);
|
|
13056
13056
|
--base-menu-item-padding-right: var(--space-3);
|
|
13057
|
-
--base-menu-item-padding-y: var(--space-
|
|
13057
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13058
13058
|
--base-menu-item-height: var(--space-6);
|
|
13059
13059
|
border-radius: var(--radius-6);
|
|
13060
13060
|
}
|
|
@@ -13092,7 +13092,7 @@
|
|
|
13092
13092
|
--base-menu-content-padding: var(--space-2);
|
|
13093
13093
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
13094
13094
|
--base-menu-item-padding-right: var(--space-2);
|
|
13095
|
-
--base-menu-item-padding-y:
|
|
13095
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13096
13096
|
--base-menu-item-height: var(--space-5);
|
|
13097
13097
|
border-radius: var(--radius-3);
|
|
13098
13098
|
}
|
|
@@ -13128,7 +13128,7 @@
|
|
|
13128
13128
|
--base-menu-content-padding: var(--space-3);
|
|
13129
13129
|
--base-menu-item-padding-left: var(--space-3);
|
|
13130
13130
|
--base-menu-item-padding-right: var(--space-3);
|
|
13131
|
-
--base-menu-item-padding-y: var(--space-
|
|
13131
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13132
13132
|
--base-menu-item-height: var(--space-6);
|
|
13133
13133
|
border-radius: var(--radius-5);
|
|
13134
13134
|
}
|
|
@@ -13164,7 +13164,7 @@
|
|
|
13164
13164
|
--base-menu-content-padding: var(--space-3);
|
|
13165
13165
|
--base-menu-item-padding-left: var(--space-3);
|
|
13166
13166
|
--base-menu-item-padding-right: var(--space-3);
|
|
13167
|
-
--base-menu-item-padding-y: var(--space-
|
|
13167
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13168
13168
|
--base-menu-item-height: var(--space-6);
|
|
13169
13169
|
border-radius: var(--radius-6);
|
|
13170
13170
|
}
|
|
@@ -13204,8 +13204,7 @@
|
|
|
13204
13204
|
color: var(--gray-a8);
|
|
13205
13205
|
cursor: default;
|
|
13206
13206
|
}
|
|
13207
|
-
.rt-BaseMenuItem
|
|
13208
|
-
:where(.rt-Text[data-accent-color='gray'], [data-accent-color='gray']:not(.rt-Badge)){
|
|
13207
|
+
.rt-BaseMenuItem :where(.rt-Text[data-accent-color='gray'], [data-accent-color='gray']:not(.rt-Badge)){
|
|
13209
13208
|
color: var(--gray-a10);
|
|
13210
13209
|
}
|
|
13211
13210
|
.rt-BaseMenuItem:where([data-disabled], [data-highlighted]) :where(.rt-BaseMenuShortcut), .rt-BaseMenuSubTrigger:where([data-state='open']) :where(.rt-BaseMenuShortcut){
|
|
@@ -19552,6 +19551,9 @@
|
|
|
19552
19551
|
box-shadow: none !important;
|
|
19553
19552
|
border-radius: 0 !important;
|
|
19554
19553
|
}
|
|
19554
|
+
.rt-SidebarContent .rt-BaseMenuViewport{
|
|
19555
|
+
gap: var(--space-5);
|
|
19556
|
+
}
|
|
19555
19557
|
.rt-SidebarContent :where(.rt-ScrollAreaRoot){
|
|
19556
19558
|
flex: 1;
|
|
19557
19559
|
display: flex;
|
|
@@ -19584,7 +19586,6 @@
|
|
|
19584
19586
|
flex: 1;
|
|
19585
19587
|
display: flex;
|
|
19586
19588
|
flex-direction: column;
|
|
19587
|
-
padding-bottom: var(--base-menu-content-padding);
|
|
19588
19589
|
box-sizing: border-box;
|
|
19589
19590
|
list-style: none;
|
|
19590
19591
|
margin: 0;
|
|
@@ -19742,49 +19743,199 @@
|
|
|
19742
19743
|
margin-top: calc(var(--space-1) / 4);
|
|
19743
19744
|
margin-bottom: calc(var(--space-1) / 4);
|
|
19744
19745
|
}
|
|
19745
|
-
:where(.rt-SidebarContainer
|
|
19746
|
-
.rt-ShellSidebarRail :where(.rt-SidebarContent),
|
|
19747
|
-
:where(.rt-ShellSidebar[data-state='rail'] .rt-SidebarContent){
|
|
19746
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent){
|
|
19748
19747
|
padding: var(--space-2);
|
|
19749
19748
|
}
|
|
19750
|
-
:where(.rt-SidebarContainer
|
|
19751
|
-
|
|
19752
|
-
|
|
19749
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuViewport){
|
|
19750
|
+
padding: var(--space-2) !important;
|
|
19751
|
+
}
|
|
19752
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger){
|
|
19753
|
+
justify-content: center !important;
|
|
19754
|
+
align-items: center !important;
|
|
19755
|
+
flex-direction: column !important;
|
|
19756
|
+
gap: var(--space-1) !important;
|
|
19757
|
+
text-align: center !important;
|
|
19758
|
+
font-size: var(--font-size-0) !important;
|
|
19759
|
+
line-height: var(--line-height-0) !important;
|
|
19760
|
+
padding-top: var(--space-2) !important;
|
|
19761
|
+
padding-bottom: var(--space-2) !important;
|
|
19762
|
+
padding-left: var(--space-1) !important;
|
|
19763
|
+
padding-right: var(--space-1) !important;
|
|
19764
|
+
}
|
|
19765
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1){
|
|
19766
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19767
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
19768
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
19769
|
+
}
|
|
19770
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))){
|
|
19771
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19772
|
+
}
|
|
19773
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)){
|
|
19774
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19775
|
+
}
|
|
19776
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger){
|
|
19753
19777
|
justify-content: center;
|
|
19754
19778
|
align-items: center;
|
|
19755
19779
|
flex-direction: column;
|
|
19756
19780
|
gap: var(--space-1);
|
|
19757
|
-
|
|
19758
|
-
|
|
19759
|
-
:
|
|
19760
|
-
:
|
|
19761
|
-
|
|
19762
|
-
|
|
19763
|
-
:
|
|
19764
|
-
:
|
|
19765
|
-
display: none;
|
|
19781
|
+
text-align: center;
|
|
19782
|
+
font-size: var(--font-size-0);
|
|
19783
|
+
line-height: var(--line-height-0);
|
|
19784
|
+
white-space: nowrap;
|
|
19785
|
+
overflow: hidden;
|
|
19786
|
+
text-overflow: ellipsis;
|
|
19787
|
+
max-width: 100%;
|
|
19788
|
+
min-width: 0;
|
|
19766
19789
|
}
|
|
19767
|
-
:where(.rt-SidebarContainer.rt-
|
|
19768
|
-
|
|
19769
|
-
:
|
|
19770
|
-
|
|
19790
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg){
|
|
19791
|
+
width: var(--content-icon-size-3);
|
|
19792
|
+
height: var(--content-icon-size-3);
|
|
19793
|
+
}
|
|
19794
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2){
|
|
19795
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19796
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
19797
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
19798
|
+
}
|
|
19799
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))){
|
|
19800
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19801
|
+
}
|
|
19802
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)){
|
|
19803
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19804
|
+
}
|
|
19805
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger){
|
|
19806
|
+
justify-content: center;
|
|
19807
|
+
align-items: center;
|
|
19808
|
+
flex-direction: column;
|
|
19809
|
+
gap: var(--space-1);
|
|
19771
19810
|
text-align: center;
|
|
19772
19811
|
font-size: var(--font-size-0);
|
|
19773
19812
|
line-height: var(--line-height-0);
|
|
19774
|
-
|
|
19775
|
-
|
|
19813
|
+
white-space: nowrap;
|
|
19814
|
+
overflow: hidden;
|
|
19815
|
+
text-overflow: ellipsis;
|
|
19816
|
+
max-width: 100%;
|
|
19817
|
+
min-width: 0;
|
|
19776
19818
|
}
|
|
19777
|
-
:where(.rt-SidebarContainer.rt-
|
|
19778
|
-
|
|
19779
|
-
:
|
|
19780
|
-
display: none;
|
|
19819
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg){
|
|
19820
|
+
width: var(--content-icon-size-4);
|
|
19821
|
+
height: var(--content-icon-size-4);
|
|
19781
19822
|
}
|
|
19782
|
-
:where(.rt-SidebarContainer.rt-
|
|
19783
|
-
|
|
19784
|
-
|
|
19785
|
-
padding-
|
|
19786
|
-
|
|
19787
|
-
|
|
19823
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3){
|
|
19824
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19825
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
19826
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
19827
|
+
}
|
|
19828
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))){
|
|
19829
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19830
|
+
}
|
|
19831
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)){
|
|
19832
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
19833
|
+
}
|
|
19834
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger){
|
|
19835
|
+
justify-content: center;
|
|
19836
|
+
align-items: center;
|
|
19837
|
+
flex-direction: column;
|
|
19838
|
+
gap: var(--space-1);
|
|
19839
|
+
text-align: center;
|
|
19840
|
+
font-size: var(--font-size-0);
|
|
19841
|
+
line-height: var(--line-height-0);
|
|
19842
|
+
white-space: nowrap;
|
|
19843
|
+
overflow: hidden;
|
|
19844
|
+
text-overflow: ellipsis;
|
|
19845
|
+
max-width: 100%;
|
|
19846
|
+
min-width: 0;
|
|
19847
|
+
}
|
|
19848
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg){
|
|
19849
|
+
width: var(--content-icon-size-5);
|
|
19850
|
+
height: var(--content-icon-size-5);
|
|
19851
|
+
}
|
|
19852
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton > *){
|
|
19853
|
+
display: flex;
|
|
19854
|
+
flex-direction: column;
|
|
19855
|
+
align-items: center;
|
|
19856
|
+
white-space: nowrap;
|
|
19857
|
+
overflow: hidden;
|
|
19858
|
+
text-overflow: ellipsis;
|
|
19859
|
+
width: 100%;
|
|
19860
|
+
min-width: 0;
|
|
19861
|
+
}
|
|
19862
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubTrigger > *){
|
|
19863
|
+
display: flex;
|
|
19864
|
+
flex-direction: column;
|
|
19865
|
+
align-items: center;
|
|
19866
|
+
width: 100%;
|
|
19867
|
+
min-width: 0;
|
|
19868
|
+
}
|
|
19869
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton > * > svg){
|
|
19870
|
+
flex-shrink: 0;
|
|
19871
|
+
}
|
|
19872
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent .rt-SidebarMenuButton > *){
|
|
19873
|
+
display: flex;
|
|
19874
|
+
flex-direction: column;
|
|
19875
|
+
align-items: center;
|
|
19876
|
+
white-space: nowrap;
|
|
19877
|
+
overflow: hidden;
|
|
19878
|
+
text-overflow: ellipsis;
|
|
19879
|
+
width: 100%;
|
|
19880
|
+
min-width: 0;
|
|
19881
|
+
}
|
|
19882
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton) :where(svg){
|
|
19883
|
+
display: block;
|
|
19884
|
+
}
|
|
19885
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton .rt-SidebarMenuLabel){
|
|
19886
|
+
display: block;
|
|
19887
|
+
max-width: 100%;
|
|
19888
|
+
min-width: 0;
|
|
19889
|
+
overflow: hidden;
|
|
19890
|
+
text-overflow: ellipsis;
|
|
19891
|
+
white-space: nowrap;
|
|
19892
|
+
text-align: center;
|
|
19893
|
+
color: var(--accent-11);
|
|
19894
|
+
font-size: var(--font-size-0);
|
|
19895
|
+
line-height: var(--line-height-0);
|
|
19896
|
+
}
|
|
19897
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuBadge),
|
|
19898
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuShortcut),
|
|
19899
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-Badge),
|
|
19900
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-Kbd){
|
|
19901
|
+
display: none !important;
|
|
19902
|
+
}
|
|
19903
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarGroupLabel){
|
|
19904
|
+
display: none !important;
|
|
19905
|
+
}
|
|
19906
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubTriggerIcon),
|
|
19907
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubTriggerIcon){
|
|
19908
|
+
display: none !important;
|
|
19909
|
+
}
|
|
19910
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubList),
|
|
19911
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubList){
|
|
19912
|
+
padding-left: 0 !important;
|
|
19913
|
+
margin-left: 0 !important;
|
|
19914
|
+
border-left: 0 !important;
|
|
19915
|
+
border-top: 0 !important;
|
|
19916
|
+
border-bottom: 0 !important;
|
|
19917
|
+
margin-top: 0 !important;
|
|
19918
|
+
margin-bottom: 0 !important;
|
|
19919
|
+
}
|
|
19920
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubList::before),
|
|
19921
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubList::before){
|
|
19922
|
+
content: none !important;
|
|
19923
|
+
display: none !important;
|
|
19924
|
+
}
|
|
19925
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent){
|
|
19926
|
+
padding-left: 0 !important;
|
|
19927
|
+
margin-left: 0 !important;
|
|
19928
|
+
border-left: 0 !important;
|
|
19929
|
+
border-top: 1px solid var(--gray-a6) !important;
|
|
19930
|
+
border-bottom: 1px solid var(--gray-a6) !important;
|
|
19931
|
+
margin-top: var(--space-2) !important;
|
|
19932
|
+
margin-bottom: var(--space-2) !important;
|
|
19933
|
+
}
|
|
19934
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent .rt-SidebarMenuButton){
|
|
19935
|
+
white-space: nowrap;
|
|
19936
|
+
overflow: hidden;
|
|
19937
|
+
text-overflow: ellipsis;
|
|
19938
|
+
max-width: 100%;
|
|
19788
19939
|
}
|
|
19789
19940
|
:where([data-panel-background='translucent']) .rt-SidebarContainer{
|
|
19790
19941
|
--sidebar-border-color: var(--gray-a6);
|
|
@@ -19990,7 +20141,7 @@
|
|
|
19990
20141
|
line-height: var(--line-height-1);
|
|
19991
20142
|
letter-spacing: var(--letter-spacing-1);
|
|
19992
20143
|
border-radius: var(--radius-1);
|
|
19993
|
-
font-weight: var(--font-weight-
|
|
20144
|
+
font-weight: var(--font-weight-regular);
|
|
19994
20145
|
}
|
|
19995
20146
|
.rt-SidebarContent:where(.rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
19996
20147
|
width: var(--content-icon-size-1);
|
|
@@ -20009,7 +20160,7 @@
|
|
|
20009
20160
|
line-height: var(--line-height-2);
|
|
20010
20161
|
letter-spacing: var(--letter-spacing-2);
|
|
20011
20162
|
border-radius: var(--radius-2);
|
|
20012
|
-
font-weight: var(--font-weight-
|
|
20163
|
+
font-weight: var(--font-weight-regular);
|
|
20013
20164
|
}
|
|
20014
20165
|
.rt-SidebarContent:where(.rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20015
20166
|
width: var(--content-icon-size-2);
|
|
@@ -20051,7 +20202,7 @@
|
|
|
20051
20202
|
line-height: var(--line-height-1);
|
|
20052
20203
|
letter-spacing: var(--letter-spacing-1);
|
|
20053
20204
|
border-radius: var(--radius-1);
|
|
20054
|
-
font-weight: var(--font-weight-
|
|
20205
|
+
font-weight: var(--font-weight-regular);
|
|
20055
20206
|
}
|
|
20056
20207
|
.rt-SidebarContent:where(.xs\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20057
20208
|
width: var(--content-icon-size-1);
|
|
@@ -20070,7 +20221,7 @@
|
|
|
20070
20221
|
line-height: var(--line-height-2);
|
|
20071
20222
|
letter-spacing: var(--letter-spacing-2);
|
|
20072
20223
|
border-radius: var(--radius-2);
|
|
20073
|
-
font-weight: var(--font-weight-
|
|
20224
|
+
font-weight: var(--font-weight-regular);
|
|
20074
20225
|
}
|
|
20075
20226
|
.rt-SidebarContent:where(.xs\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20076
20227
|
width: var(--content-icon-size-2);
|
|
@@ -20113,7 +20264,7 @@
|
|
|
20113
20264
|
line-height: var(--line-height-1);
|
|
20114
20265
|
letter-spacing: var(--letter-spacing-1);
|
|
20115
20266
|
border-radius: var(--radius-1);
|
|
20116
|
-
font-weight: var(--font-weight-
|
|
20267
|
+
font-weight: var(--font-weight-regular);
|
|
20117
20268
|
}
|
|
20118
20269
|
.rt-SidebarContent:where(.sm\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20119
20270
|
width: var(--content-icon-size-1);
|
|
@@ -20132,7 +20283,7 @@
|
|
|
20132
20283
|
line-height: var(--line-height-2);
|
|
20133
20284
|
letter-spacing: var(--letter-spacing-2);
|
|
20134
20285
|
border-radius: var(--radius-2);
|
|
20135
|
-
font-weight: var(--font-weight-
|
|
20286
|
+
font-weight: var(--font-weight-regular);
|
|
20136
20287
|
}
|
|
20137
20288
|
.rt-SidebarContent:where(.sm\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20138
20289
|
width: var(--content-icon-size-2);
|
|
@@ -20175,7 +20326,7 @@
|
|
|
20175
20326
|
line-height: var(--line-height-1);
|
|
20176
20327
|
letter-spacing: var(--letter-spacing-1);
|
|
20177
20328
|
border-radius: var(--radius-1);
|
|
20178
|
-
font-weight: var(--font-weight-
|
|
20329
|
+
font-weight: var(--font-weight-regular);
|
|
20179
20330
|
}
|
|
20180
20331
|
.rt-SidebarContent:where(.md\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20181
20332
|
width: var(--content-icon-size-1);
|
|
@@ -20194,7 +20345,7 @@
|
|
|
20194
20345
|
line-height: var(--line-height-2);
|
|
20195
20346
|
letter-spacing: var(--letter-spacing-2);
|
|
20196
20347
|
border-radius: var(--radius-2);
|
|
20197
|
-
font-weight: var(--font-weight-
|
|
20348
|
+
font-weight: var(--font-weight-regular);
|
|
20198
20349
|
}
|
|
20199
20350
|
.rt-SidebarContent:where(.md\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20200
20351
|
width: var(--content-icon-size-2);
|
|
@@ -20237,7 +20388,7 @@
|
|
|
20237
20388
|
line-height: var(--line-height-1);
|
|
20238
20389
|
letter-spacing: var(--letter-spacing-1);
|
|
20239
20390
|
border-radius: var(--radius-1);
|
|
20240
|
-
font-weight: var(--font-weight-
|
|
20391
|
+
font-weight: var(--font-weight-regular);
|
|
20241
20392
|
}
|
|
20242
20393
|
.rt-SidebarContent:where(.lg\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20243
20394
|
width: var(--content-icon-size-1);
|
|
@@ -20256,7 +20407,7 @@
|
|
|
20256
20407
|
line-height: var(--line-height-2);
|
|
20257
20408
|
letter-spacing: var(--letter-spacing-2);
|
|
20258
20409
|
border-radius: var(--radius-2);
|
|
20259
|
-
font-weight: var(--font-weight-
|
|
20410
|
+
font-weight: var(--font-weight-regular);
|
|
20260
20411
|
}
|
|
20261
20412
|
.rt-SidebarContent:where(.lg\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20262
20413
|
width: var(--content-icon-size-2);
|
|
@@ -20299,7 +20450,7 @@
|
|
|
20299
20450
|
line-height: var(--line-height-1);
|
|
20300
20451
|
letter-spacing: var(--letter-spacing-1);
|
|
20301
20452
|
border-radius: var(--radius-1);
|
|
20302
|
-
font-weight: var(--font-weight-
|
|
20453
|
+
font-weight: var(--font-weight-regular);
|
|
20303
20454
|
}
|
|
20304
20455
|
.rt-SidebarContent:where(.xl\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20305
20456
|
width: var(--content-icon-size-1);
|
|
@@ -20318,7 +20469,7 @@
|
|
|
20318
20469
|
line-height: var(--line-height-2);
|
|
20319
20470
|
letter-spacing: var(--letter-spacing-2);
|
|
20320
20471
|
border-radius: var(--radius-2);
|
|
20321
|
-
font-weight: var(--font-weight-
|
|
20472
|
+
font-weight: var(--font-weight-regular);
|
|
20322
20473
|
}
|
|
20323
20474
|
.rt-SidebarContent:where(.xl\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg){
|
|
20324
20475
|
width: var(--content-icon-size-2);
|
|
@@ -20381,6 +20532,7 @@
|
|
|
20381
20532
|
.rt-SidebarHeader:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarContent:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarFooter:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]){
|
|
20382
20533
|
background-color: var(--accent-9);
|
|
20383
20534
|
color: var(--accent-contrast);
|
|
20535
|
+
font-weight: var(--font-weight-medium);
|
|
20384
20536
|
}
|
|
20385
20537
|
.rt-SidebarHeader:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text), .rt-SidebarContent:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text), .rt-SidebarFooter:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text){
|
|
20386
20538
|
color: inherit !important;
|
|
@@ -20426,6 +20578,7 @@
|
|
|
20426
20578
|
.rt-SidebarHeader:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarContent:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarFooter:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]){
|
|
20427
20579
|
background-color: var(--accent-12);
|
|
20428
20580
|
color: var(--accent-1);
|
|
20581
|
+
font-weight: var(--font-weight-medium);
|
|
20429
20582
|
}
|
|
20430
20583
|
.rt-SidebarHeader:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text), .rt-SidebarContent:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text), .rt-SidebarFooter:where(.rt-menu-variant-solid):where(.rt-high-contrast) :where(.rt-SidebarMenuButton[data-active]) :where(.rt-Text){
|
|
20431
20584
|
color: inherit !important;
|
|
@@ -20501,6 +20654,7 @@
|
|
|
20501
20654
|
.rt-SidebarHeader:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarContent:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active]), .rt-SidebarFooter:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active]){
|
|
20502
20655
|
background-color: var(--accent-3);
|
|
20503
20656
|
color: var(--accent-12);
|
|
20657
|
+
font-weight: var(--font-weight-medium);
|
|
20504
20658
|
}
|
|
20505
20659
|
:where([data-panel-background='translucent']) :is(.rt-SidebarHeader:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active])), :where([data-panel-background='translucent']) :is(.rt-SidebarContent:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active])), :where([data-panel-background='translucent']) :is(.rt-SidebarFooter:where(.rt-menu-variant-soft) :where(.rt-SidebarMenuButton[data-active])){
|
|
20506
20660
|
background-color: var(--accent-a3);
|
|
@@ -20571,6 +20725,7 @@
|
|
|
20571
20725
|
}
|
|
20572
20726
|
.rt-ShellRail[data-mode='collapsed']{
|
|
20573
20727
|
width: 0px;
|
|
20728
|
+
transition-delay: var(--motion-duration-small);
|
|
20574
20729
|
position: absolute;
|
|
20575
20730
|
inset-block: 0;
|
|
20576
20731
|
inset-inline-start: 0;
|
|
@@ -20606,6 +20761,7 @@
|
|
|
20606
20761
|
}
|
|
20607
20762
|
.rt-ShellPanel:not([data-visible]){
|
|
20608
20763
|
width: 0px;
|
|
20764
|
+
transition-delay: var(--motion-duration-small);
|
|
20609
20765
|
position: absolute;
|
|
20610
20766
|
inset-block: 0;
|
|
20611
20767
|
inset-inline-start: var(--peek-rail-width, var(--rail-size, 64px));
|
|
@@ -20646,6 +20802,7 @@
|
|
|
20646
20802
|
}
|
|
20647
20803
|
.rt-ShellSidebar[data-mode='collapsed']{
|
|
20648
20804
|
width: 0px;
|
|
20805
|
+
transition-delay: var(--motion-duration-small);
|
|
20649
20806
|
position: absolute;
|
|
20650
20807
|
inset-block: 0;
|
|
20651
20808
|
inset-inline-start: 0;
|
|
@@ -20665,6 +20822,17 @@
|
|
|
20665
20822
|
.rt-ShellSidebarContent[data-visible]{
|
|
20666
20823
|
opacity: 1;
|
|
20667
20824
|
}
|
|
20825
|
+
.rt-ShellSidebarContent[data-phase='hiding']{
|
|
20826
|
+
opacity: 0;
|
|
20827
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
20828
|
+
}
|
|
20829
|
+
.rt-ShellSidebarContent[data-phase='resizing']{
|
|
20830
|
+
opacity: 0;
|
|
20831
|
+
}
|
|
20832
|
+
.rt-ShellSidebarContent[data-phase='showing']{
|
|
20833
|
+
opacity: 1;
|
|
20834
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
20835
|
+
}
|
|
20668
20836
|
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellSidebarContent{
|
|
20669
20837
|
opacity: 0;
|
|
20670
20838
|
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
@@ -20705,6 +20873,7 @@
|
|
|
20705
20873
|
}
|
|
20706
20874
|
.rt-ShellInspector[data-mode='collapsed']{
|
|
20707
20875
|
width: 0px;
|
|
20876
|
+
transition-delay: var(--motion-duration-small);
|
|
20708
20877
|
position: absolute;
|
|
20709
20878
|
inset-block: 0;
|
|
20710
20879
|
inset-inline-end: 0;
|
|
@@ -20742,6 +20911,7 @@
|
|
|
20742
20911
|
position: absolute;
|
|
20743
20912
|
inset-inline: 0;
|
|
20744
20913
|
inset-block-end: 0;
|
|
20914
|
+
transition-delay: var(--motion-duration-small);
|
|
20745
20915
|
}
|
|
20746
20916
|
.rt-ShellBottomContent{
|
|
20747
20917
|
display: flex;
|
|
@@ -20912,6 +21082,7 @@
|
|
|
20912
21082
|
.rt-ShellInspector[data-peek] .rt-ShellInspectorContent,
|
|
20913
21083
|
.rt-ShellBottom[data-peek] .rt-ShellBottomContent{
|
|
20914
21084
|
opacity: 1;
|
|
21085
|
+
transition-delay: var(--motion-duration-small);
|
|
20915
21086
|
}
|
|
20916
21087
|
.rt-ShellRail[data-peek]{
|
|
20917
21088
|
inset-block: 0;
|