@kushagradhawan/kookie-ui 0.1.49 → 0.1.51
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 +880 -243
- package/dist/cjs/components/_internal/shell-bottom.d.ts +31 -5
- package/dist/cjs/components/_internal/shell-bottom.d.ts.map +1 -1
- package/dist/cjs/components/_internal/shell-bottom.js +1 -1
- package/dist/cjs/components/_internal/shell-bottom.js.map +3 -3
- package/dist/cjs/components/_internal/shell-handles.d.ts.map +1 -1
- package/dist/cjs/components/_internal/shell-handles.js +1 -1
- package/dist/cjs/components/_internal/shell-handles.js.map +3 -3
- package/dist/cjs/components/_internal/shell-inspector.d.ts +23 -5
- package/dist/cjs/components/_internal/shell-inspector.d.ts.map +1 -1
- package/dist/cjs/components/_internal/shell-inspector.js +1 -1
- package/dist/cjs/components/_internal/shell-inspector.js.map +3 -3
- package/dist/cjs/components/_internal/shell-sidebar.d.ts +24 -6
- 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/chatbar.d.ts +9 -2
- package/dist/cjs/components/chatbar.d.ts.map +1 -1
- package/dist/cjs/components/chatbar.js +1 -1
- package/dist/cjs/components/chatbar.js.map +3 -3
- package/dist/cjs/components/shell.context.d.ts +88 -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 +3 -3
- package/dist/cjs/components/shell.d.ts +51 -13
- package/dist/cjs/components/shell.d.ts.map +1 -1
- package/dist/cjs/components/shell.hooks.d.ts +7 -1
- package/dist/cjs/components/shell.hooks.d.ts.map +1 -1
- package/dist/cjs/components/shell.hooks.js +1 -1
- package/dist/cjs/components/shell.hooks.js.map +3 -3
- package/dist/cjs/components/shell.js +1 -1
- package/dist/cjs/components/shell.js.map +3 -3
- package/dist/cjs/components/shell.types.d.ts +1 -0
- package/dist/cjs/components/shell.types.d.ts.map +1 -1
- package/dist/cjs/components/shell.types.js +1 -1
- package/dist/cjs/components/shell.types.js.map +2 -2
- 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-bottom.d.ts +31 -5
- package/dist/esm/components/_internal/shell-bottom.d.ts.map +1 -1
- package/dist/esm/components/_internal/shell-bottom.js +1 -1
- package/dist/esm/components/_internal/shell-bottom.js.map +3 -3
- package/dist/esm/components/_internal/shell-handles.d.ts.map +1 -1
- package/dist/esm/components/_internal/shell-handles.js +1 -1
- package/dist/esm/components/_internal/shell-handles.js.map +3 -3
- package/dist/esm/components/_internal/shell-inspector.d.ts +23 -5
- package/dist/esm/components/_internal/shell-inspector.d.ts.map +1 -1
- package/dist/esm/components/_internal/shell-inspector.js +1 -1
- package/dist/esm/components/_internal/shell-inspector.js.map +3 -3
- package/dist/esm/components/_internal/shell-sidebar.d.ts +24 -6
- 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/chatbar.d.ts +9 -2
- package/dist/esm/components/chatbar.d.ts.map +1 -1
- package/dist/esm/components/chatbar.js +1 -1
- package/dist/esm/components/chatbar.js.map +3 -3
- package/dist/esm/components/shell.context.d.ts +88 -0
- package/dist/esm/components/shell.context.d.ts.map +1 -1
- package/dist/esm/components/shell.context.js +1 -1
- package/dist/esm/components/shell.context.js.map +3 -3
- package/dist/esm/components/shell.d.ts +51 -13
- package/dist/esm/components/shell.d.ts.map +1 -1
- package/dist/esm/components/shell.hooks.d.ts +7 -1
- package/dist/esm/components/shell.hooks.d.ts.map +1 -1
- package/dist/esm/components/shell.hooks.js +1 -1
- package/dist/esm/components/shell.hooks.js.map +3 -3
- package/dist/esm/components/shell.js +1 -1
- package/dist/esm/components/shell.js.map +3 -3
- package/dist/esm/components/shell.types.d.ts +1 -0
- package/dist/esm/components/shell.types.d.ts.map +1 -1
- package/dist/esm/components/shell.types.js.map +2 -2
- 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 +14 -3
- 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 +17 -18
- package/src/components/_internal/base-sidebar-menu.css +23 -21
- package/src/components/_internal/base-sidebar.css +20 -0
- package/src/components/_internal/shell-bottom.tsx +176 -49
- package/src/components/_internal/shell-handles.tsx +29 -4
- package/src/components/_internal/shell-inspector.tsx +175 -43
- package/src/components/_internal/shell-sidebar.tsx +176 -69
- package/src/components/chatbar.css +240 -21
- package/src/components/chatbar.tsx +246 -290
- package/src/components/sheet.css +8 -16
- package/src/components/shell.context.tsx +79 -0
- package/src/components/shell.css +28 -2
- package/src/components/shell.hooks.ts +35 -0
- package/src/components/shell.tsx +574 -214
- package/src/components/shell.types.ts +2 -0
- package/src/components/sidebar.css +233 -33
- package/src/components/sidebar.tsx +247 -213
- package/styles.css +841 -204
package/styles.css
CHANGED
|
@@ -12452,7 +12452,7 @@
|
|
|
12452
12452
|
box-sizing: border-box;
|
|
12453
12453
|
}
|
|
12454
12454
|
:where(.rt-BaseMenuContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical'])) .rt-BaseMenuViewport{
|
|
12455
|
-
padding-
|
|
12455
|
+
padding-inline-end: var(--space-3);
|
|
12456
12456
|
}
|
|
12457
12457
|
.rt-BaseMenuItem{
|
|
12458
12458
|
display: flex;
|
|
@@ -12461,8 +12461,8 @@
|
|
|
12461
12461
|
min-height: var(--base-menu-item-height);
|
|
12462
12462
|
padding-top: var(--base-menu-item-padding-y);
|
|
12463
12463
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
12464
|
-
padding-
|
|
12465
|
-
padding-
|
|
12464
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
12465
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
12466
12466
|
box-sizing: border-box;
|
|
12467
12467
|
position: relative;
|
|
12468
12468
|
outline: none;
|
|
@@ -12487,18 +12487,18 @@
|
|
|
12487
12487
|
.rt-BaseMenuShortcut{
|
|
12488
12488
|
display: flex;
|
|
12489
12489
|
align-items: center;
|
|
12490
|
-
margin-
|
|
12491
|
-
padding-
|
|
12492
|
-
margin-
|
|
12490
|
+
margin-inline-start: auto;
|
|
12491
|
+
padding-inline-start: var(--space-4);
|
|
12492
|
+
margin-inline-end: calc(-2px * var(--scaling));
|
|
12493
12493
|
color: var(--gray-a11);
|
|
12494
12494
|
}
|
|
12495
12495
|
.rt-BaseMenuSubTriggerIcon{
|
|
12496
12496
|
color: var(--gray-12);
|
|
12497
|
-
margin-
|
|
12497
|
+
margin-inline-end: calc(-2px * var(--scaling));
|
|
12498
12498
|
}
|
|
12499
12499
|
.rt-BaseMenuItemIndicator{
|
|
12500
12500
|
position: absolute;
|
|
12501
|
-
|
|
12501
|
+
inset-inline-start: 0;
|
|
12502
12502
|
width: var(--base-menu-item-padding-left);
|
|
12503
12503
|
display: inline-flex;
|
|
12504
12504
|
align-items: center;
|
|
@@ -12508,8 +12508,8 @@
|
|
|
12508
12508
|
height: 1px;
|
|
12509
12509
|
margin-top: var(--space-2);
|
|
12510
12510
|
margin-bottom: var(--space-2);
|
|
12511
|
-
margin-
|
|
12512
|
-
margin-
|
|
12511
|
+
margin-inline-start: var(--base-menu-item-padding-left);
|
|
12512
|
+
margin-inline-end: var(--base-menu-item-padding-right);
|
|
12513
12513
|
background-color: var(--gray-a6);
|
|
12514
12514
|
}
|
|
12515
12515
|
.rt-BaseMenuLabel{
|
|
@@ -12518,8 +12518,8 @@
|
|
|
12518
12518
|
min-height: var(--base-menu-item-height);
|
|
12519
12519
|
padding-top: var(--base-menu-item-padding-y);
|
|
12520
12520
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
12521
|
-
padding-
|
|
12522
|
-
padding-
|
|
12521
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
12522
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
12523
12523
|
box-sizing: border-box;
|
|
12524
12524
|
color: var(--gray-a10);
|
|
12525
12525
|
-webkit-user-select: none;
|
|
@@ -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-1);
|
|
12547
12547
|
--base-menu-item-height: var(--space-5);
|
|
12548
12548
|
border-radius: var(--radius-3);
|
|
12549
12549
|
}
|
|
@@ -12563,7 +12563,7 @@
|
|
|
12563
12563
|
font-size: var(--font-size-1);
|
|
12564
12564
|
line-height: var(--line-height-1);
|
|
12565
12565
|
letter-spacing: var(--letter-spacing-1);
|
|
12566
|
-
padding-
|
|
12566
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
12567
12567
|
}
|
|
12568
12568
|
.rt-BaseMenuContent:where(.rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
12569
12569
|
width: var(--indicator-icon-size-1);
|
|
@@ -12615,8 +12615,8 @@
|
|
|
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-
|
|
12619
|
-
--base-menu-item-height: var(--space-
|
|
12618
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12619
|
+
--base-menu-item-height: var(--space-7);
|
|
12620
12620
|
border-radius: var(--radius-6);
|
|
12621
12621
|
}
|
|
12622
12622
|
.rt-BaseMenuContent:where(.rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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-1);
|
|
12656
12656
|
--base-menu-item-height: var(--space-5);
|
|
12657
12657
|
border-radius: var(--radius-3);
|
|
12658
12658
|
}
|
|
@@ -12672,7 +12672,7 @@
|
|
|
12672
12672
|
font-size: var(--font-size-1);
|
|
12673
12673
|
line-height: var(--line-height-1);
|
|
12674
12674
|
letter-spacing: var(--letter-spacing-1);
|
|
12675
|
-
padding-
|
|
12675
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
12676
12676
|
}
|
|
12677
12677
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
12678
12678
|
width: var(--indicator-icon-size-1);
|
|
@@ -12724,8 +12724,8 @@
|
|
|
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-
|
|
12728
|
-
--base-menu-item-height: var(--space-
|
|
12727
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12728
|
+
--base-menu-item-height: var(--space-7);
|
|
12729
12729
|
border-radius: var(--radius-6);
|
|
12730
12730
|
}
|
|
12731
12731
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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-1);
|
|
12766
12766
|
--base-menu-item-height: var(--space-5);
|
|
12767
12767
|
border-radius: var(--radius-3);
|
|
12768
12768
|
}
|
|
@@ -12782,7 +12782,7 @@
|
|
|
12782
12782
|
font-size: var(--font-size-1);
|
|
12783
12783
|
line-height: var(--line-height-1);
|
|
12784
12784
|
letter-spacing: var(--letter-spacing-1);
|
|
12785
|
-
padding-
|
|
12785
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
12786
12786
|
}
|
|
12787
12787
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
12788
12788
|
width: var(--indicator-icon-size-1);
|
|
@@ -12834,8 +12834,8 @@
|
|
|
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-
|
|
12838
|
-
--base-menu-item-height: var(--space-
|
|
12837
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12838
|
+
--base-menu-item-height: var(--space-7);
|
|
12839
12839
|
border-radius: var(--radius-6);
|
|
12840
12840
|
}
|
|
12841
12841
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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-1);
|
|
12876
12876
|
--base-menu-item-height: var(--space-5);
|
|
12877
12877
|
border-radius: var(--radius-3);
|
|
12878
12878
|
}
|
|
@@ -12892,7 +12892,7 @@
|
|
|
12892
12892
|
font-size: var(--font-size-1);
|
|
12893
12893
|
line-height: var(--line-height-1);
|
|
12894
12894
|
letter-spacing: var(--letter-spacing-1);
|
|
12895
|
-
padding-
|
|
12895
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
12896
12896
|
}
|
|
12897
12897
|
.rt-BaseMenuContent:where(.md\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
12898
12898
|
width: var(--indicator-icon-size-1);
|
|
@@ -12944,8 +12944,8 @@
|
|
|
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-
|
|
12948
|
-
--base-menu-item-height: var(--space-
|
|
12947
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
12948
|
+
--base-menu-item-height: var(--space-7);
|
|
12949
12949
|
border-radius: var(--radius-6);
|
|
12950
12950
|
}
|
|
12951
12951
|
.rt-BaseMenuContent:where(.md\:rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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-1);
|
|
12986
12986
|
--base-menu-item-height: var(--space-5);
|
|
12987
12987
|
border-radius: var(--radius-3);
|
|
12988
12988
|
}
|
|
@@ -13002,7 +13002,7 @@
|
|
|
13002
13002
|
font-size: var(--font-size-1);
|
|
13003
13003
|
line-height: var(--line-height-1);
|
|
13004
13004
|
letter-spacing: var(--letter-spacing-1);
|
|
13005
|
-
padding-
|
|
13005
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
13006
13006
|
}
|
|
13007
13007
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
13008
13008
|
width: var(--indicator-icon-size-1);
|
|
@@ -13054,8 +13054,8 @@
|
|
|
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-
|
|
13058
|
-
--base-menu-item-height: var(--space-
|
|
13057
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13058
|
+
--base-menu-item-height: var(--space-7);
|
|
13059
13059
|
border-radius: var(--radius-6);
|
|
13060
13060
|
}
|
|
13061
13061
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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-1);
|
|
13096
13096
|
--base-menu-item-height: var(--space-5);
|
|
13097
13097
|
border-radius: var(--radius-3);
|
|
13098
13098
|
}
|
|
@@ -13112,7 +13112,7 @@
|
|
|
13112
13112
|
font-size: var(--font-size-1);
|
|
13113
13113
|
line-height: var(--line-height-1);
|
|
13114
13114
|
letter-spacing: var(--letter-spacing-1);
|
|
13115
|
-
padding-
|
|
13115
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
13116
13116
|
}
|
|
13117
13117
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon){
|
|
13118
13118
|
width: var(--indicator-icon-size-1);
|
|
@@ -13164,8 +13164,8 @@
|
|
|
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-
|
|
13168
|
-
--base-menu-item-height: var(--space-
|
|
13167
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
13168
|
+
--base-menu-item-height: var(--space-7);
|
|
13169
13169
|
border-radius: var(--radius-6);
|
|
13170
13170
|
}
|
|
13171
13171
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-3) :where(.rt-BaseMenuItem){
|
|
@@ -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){
|
|
@@ -17150,28 +17149,22 @@
|
|
|
17150
17149
|
will-change: transform;
|
|
17151
17150
|
}
|
|
17152
17151
|
:where(.rt-SheetContent[data-side='start']){
|
|
17153
|
-
|
|
17154
|
-
|
|
17155
|
-
left: 0 !important;
|
|
17156
|
-
right: auto !important;
|
|
17152
|
+
inset-block: 0 !important;
|
|
17153
|
+
inset-inline-start: 0 !important;
|
|
17157
17154
|
margin: 0 !important;
|
|
17158
17155
|
border-start-start-radius: 0;
|
|
17159
17156
|
border-end-start-radius: 0;
|
|
17160
17157
|
}
|
|
17161
17158
|
:where(.rt-SheetContent[data-side='end']){
|
|
17162
|
-
|
|
17163
|
-
|
|
17164
|
-
right: 0 !important;
|
|
17165
|
-
left: auto !important;
|
|
17159
|
+
inset-block: 0 !important;
|
|
17160
|
+
inset-inline-end: 0 !important;
|
|
17166
17161
|
margin: 0 !important;
|
|
17167
17162
|
border-start-end-radius: 0;
|
|
17168
17163
|
border-end-end-radius: 0;
|
|
17169
17164
|
}
|
|
17170
17165
|
:where(.rt-SheetContent[data-side='top']){
|
|
17171
|
-
|
|
17172
|
-
|
|
17173
|
-
right: 0 !important;
|
|
17174
|
-
bottom: auto !important;
|
|
17166
|
+
inset-block-start: 0 !important;
|
|
17167
|
+
inset-inline: 0 !important;
|
|
17175
17168
|
width: auto;
|
|
17176
17169
|
max-width: none;
|
|
17177
17170
|
height: var(--height, 75vh);
|
|
@@ -17180,10 +17173,8 @@
|
|
|
17180
17173
|
border-start-end-radius: 0;
|
|
17181
17174
|
}
|
|
17182
17175
|
:where(.rt-SheetContent[data-side='bottom']){
|
|
17183
|
-
|
|
17184
|
-
|
|
17185
|
-
right: 0 !important;
|
|
17186
|
-
top: auto !important;
|
|
17176
|
+
inset-block-end: 0 !important;
|
|
17177
|
+
inset-inline: 0 !important;
|
|
17187
17178
|
width: auto;
|
|
17188
17179
|
max-width: none;
|
|
17189
17180
|
height: var(--height, 75vh);
|
|
@@ -19551,6 +19542,11 @@
|
|
|
19551
19542
|
backdrop-filter: none !important;
|
|
19552
19543
|
box-shadow: none !important;
|
|
19553
19544
|
border-radius: 0 !important;
|
|
19545
|
+
-webkit-font-smoothing: antialiased;
|
|
19546
|
+
text-rendering: optimizeLegibility;
|
|
19547
|
+
}
|
|
19548
|
+
.rt-SidebarContent .rt-BaseMenuViewport{
|
|
19549
|
+
gap: var(--space-5);
|
|
19554
19550
|
}
|
|
19555
19551
|
.rt-SidebarContent :where(.rt-ScrollAreaRoot){
|
|
19556
19552
|
flex: 1;
|
|
@@ -19564,6 +19560,12 @@
|
|
|
19564
19560
|
flex-direction: column;
|
|
19565
19561
|
min-height: 0;
|
|
19566
19562
|
}
|
|
19563
|
+
.rt-SidebarContent :where(.rt-BaseMenuViewport){
|
|
19564
|
+
transform: translateZ(0);
|
|
19565
|
+
backface-visibility: hidden;
|
|
19566
|
+
will-change: transform;
|
|
19567
|
+
contain: paint;
|
|
19568
|
+
}
|
|
19567
19569
|
.rt-SidebarFooter{
|
|
19568
19570
|
display: flex;
|
|
19569
19571
|
flex-direction: column;
|
|
@@ -19584,14 +19586,13 @@
|
|
|
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;
|
|
19591
19592
|
min-height: 0;
|
|
19592
19593
|
}
|
|
19593
19594
|
:where(.rt-SidebarContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical'])) .rt-SidebarMenu{
|
|
19594
|
-
padding-
|
|
19595
|
+
padding-inline-end: var(--space-3);
|
|
19595
19596
|
}
|
|
19596
19597
|
.rt-SidebarMenuItem{
|
|
19597
19598
|
list-style: none;
|
|
@@ -19603,8 +19604,8 @@
|
|
|
19603
19604
|
min-height: var(--base-menu-item-height);
|
|
19604
19605
|
padding-top: var(--base-menu-item-padding-y);
|
|
19605
19606
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
19606
|
-
padding-
|
|
19607
|
-
padding-
|
|
19607
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
19608
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
19608
19609
|
box-sizing: border-box;
|
|
19609
19610
|
position: relative;
|
|
19610
19611
|
outline: none;
|
|
@@ -19612,8 +19613,8 @@
|
|
|
19612
19613
|
background: none;
|
|
19613
19614
|
border: none;
|
|
19614
19615
|
width: 100%;
|
|
19615
|
-
text-align:
|
|
19616
|
-
transition: var(--
|
|
19616
|
+
text-align: start;
|
|
19617
|
+
transition: background-color var(--motion-duration-micro) var(--motion-ease-standard), color var(--motion-duration-small) var(--motion-ease-standard), font-weight var(--motion-duration-small) var(--motion-ease-standard);
|
|
19617
19618
|
-webkit-user-select: none;
|
|
19618
19619
|
-moz-user-select: none;
|
|
19619
19620
|
user-select: none;
|
|
@@ -19683,19 +19684,19 @@
|
|
|
19683
19684
|
}
|
|
19684
19685
|
}
|
|
19685
19686
|
.rt-SidebarMenuSubList{
|
|
19686
|
-
padding-
|
|
19687
|
-
border-
|
|
19688
|
-
margin-
|
|
19687
|
+
padding-inline-start: var(--space-4);
|
|
19688
|
+
border-inline-start: 1px solid var(--gray-a5);
|
|
19689
|
+
margin-inline-start: var(--space-3);
|
|
19689
19690
|
}
|
|
19690
19691
|
:where(.rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuSubList) .rt-SidebarMenuButton{
|
|
19691
|
-
padding-
|
|
19692
|
+
padding-inline-start: var(--space-3);
|
|
19692
19693
|
padding-top: calc(var(--space-1) * 0.75);
|
|
19693
19694
|
padding-bottom: calc(var(--space-1) * 0.75);
|
|
19694
19695
|
min-height: var(--space-5);
|
|
19695
19696
|
font-size: var(--font-size-1);
|
|
19696
19697
|
}
|
|
19697
19698
|
:where(.rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuSubList) .rt-SidebarMenuButton{
|
|
19698
|
-
padding-
|
|
19699
|
+
padding-inline-start: var(--space-3);
|
|
19699
19700
|
padding-top: var(--space-1);
|
|
19700
19701
|
padding-bottom: var(--space-1);
|
|
19701
19702
|
min-height: var(--space-6);
|
|
@@ -19707,8 +19708,8 @@
|
|
|
19707
19708
|
min-height: var(--base-menu-item-height);
|
|
19708
19709
|
padding-top: var(--base-menu-item-padding-y);
|
|
19709
19710
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
19710
|
-
padding-
|
|
19711
|
-
padding-
|
|
19711
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
19712
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
19712
19713
|
box-sizing: border-box;
|
|
19713
19714
|
color: var(--gray-a10);
|
|
19714
19715
|
-webkit-user-select: none;
|
|
@@ -19720,71 +19721,221 @@
|
|
|
19720
19721
|
margin-top: var(--space-2);
|
|
19721
19722
|
}
|
|
19722
19723
|
:where(.rt-SidebarContent.rt-r-size-1) .rt-SidebarMenuButton:where(:has(.rt-SidebarMenuShortcut, .rt-SidebarMenuBadge)){
|
|
19723
|
-
padding-
|
|
19724
|
+
padding-inline-end: var(--base-menu-item-padding-y);
|
|
19724
19725
|
}
|
|
19725
19726
|
:where(.rt-SidebarContent.rt-r-size-2) .rt-SidebarMenuButton:where(:has(.rt-SidebarMenuShortcut, .rt-SidebarMenuBadge)){
|
|
19726
|
-
padding-
|
|
19727
|
+
padding-inline-end: var(--base-menu-item-padding-y);
|
|
19727
19728
|
}
|
|
19728
19729
|
.rt-SidebarMenuShortcut{
|
|
19729
19730
|
display: flex;
|
|
19730
19731
|
align-items: center;
|
|
19731
|
-
margin-
|
|
19732
|
-
padding-
|
|
19732
|
+
margin-inline-start: auto;
|
|
19733
|
+
padding-inline-start: var(--space-4);
|
|
19733
19734
|
color: var(--gray-a11);
|
|
19734
19735
|
}
|
|
19735
19736
|
.rt-SidebarMenuBadge{
|
|
19736
19737
|
display: flex;
|
|
19737
19738
|
align-items: center;
|
|
19738
|
-
margin-
|
|
19739
|
-
padding-
|
|
19739
|
+
margin-inline-start: auto;
|
|
19740
|
+
padding-inline-start: var(--space-2);
|
|
19740
19741
|
}
|
|
19741
19742
|
.rt-SidebarContent :where(.rt-BaseMenuItem){
|
|
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-inline-start: var(--space-1) !important;
|
|
19763
|
+
padding-inline-end: 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;
|
|
@@ -20580,7 +20735,6 @@
|
|
|
20580
20735
|
flex-direction: column;
|
|
20581
20736
|
width: var(--rail-size, 64px);
|
|
20582
20737
|
height: 100%;
|
|
20583
|
-
padding: var(--space-2);
|
|
20584
20738
|
gap: var(--space-2);
|
|
20585
20739
|
opacity: 0;
|
|
20586
20740
|
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
@@ -20606,6 +20760,7 @@
|
|
|
20606
20760
|
}
|
|
20607
20761
|
.rt-ShellPanel:not([data-visible]){
|
|
20608
20762
|
width: 0px;
|
|
20763
|
+
transition-delay: var(--motion-duration-small);
|
|
20609
20764
|
position: absolute;
|
|
20610
20765
|
inset-block: 0;
|
|
20611
20766
|
inset-inline-start: var(--peek-rail-width, var(--rail-size, 64px));
|
|
@@ -20646,6 +20801,7 @@
|
|
|
20646
20801
|
}
|
|
20647
20802
|
.rt-ShellSidebar[data-mode='collapsed']{
|
|
20648
20803
|
width: 0px;
|
|
20804
|
+
transition-delay: var(--motion-duration-small);
|
|
20649
20805
|
position: absolute;
|
|
20650
20806
|
inset-block: 0;
|
|
20651
20807
|
inset-inline-start: 0;
|
|
@@ -20665,6 +20821,17 @@
|
|
|
20665
20821
|
.rt-ShellSidebarContent[data-visible]{
|
|
20666
20822
|
opacity: 1;
|
|
20667
20823
|
}
|
|
20824
|
+
.rt-ShellSidebarContent[data-phase='hiding']{
|
|
20825
|
+
opacity: 0;
|
|
20826
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
20827
|
+
}
|
|
20828
|
+
.rt-ShellSidebarContent[data-phase='resizing']{
|
|
20829
|
+
opacity: 0;
|
|
20830
|
+
}
|
|
20831
|
+
.rt-ShellSidebarContent[data-phase='showing']{
|
|
20832
|
+
opacity: 1;
|
|
20833
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
20834
|
+
}
|
|
20668
20835
|
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellSidebarContent{
|
|
20669
20836
|
opacity: 0;
|
|
20670
20837
|
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
@@ -20705,6 +20872,7 @@
|
|
|
20705
20872
|
}
|
|
20706
20873
|
.rt-ShellInspector[data-mode='collapsed']{
|
|
20707
20874
|
width: 0px;
|
|
20875
|
+
transition-delay: var(--motion-duration-small);
|
|
20708
20876
|
position: absolute;
|
|
20709
20877
|
inset-block: 0;
|
|
20710
20878
|
inset-inline-end: 0;
|
|
@@ -20742,6 +20910,7 @@
|
|
|
20742
20910
|
position: absolute;
|
|
20743
20911
|
inset-inline: 0;
|
|
20744
20912
|
inset-block-end: 0;
|
|
20913
|
+
transition-delay: var(--motion-duration-small);
|
|
20745
20914
|
}
|
|
20746
20915
|
.rt-ShellBottomContent{
|
|
20747
20916
|
display: flex;
|
|
@@ -20912,6 +21081,7 @@
|
|
|
20912
21081
|
.rt-ShellInspector[data-peek] .rt-ShellInspectorContent,
|
|
20913
21082
|
.rt-ShellBottom[data-peek] .rt-ShellBottomContent{
|
|
20914
21083
|
opacity: 1;
|
|
21084
|
+
transition-delay: var(--motion-duration-small);
|
|
20915
21085
|
}
|
|
20916
21086
|
.rt-ShellRail[data-peek]{
|
|
20917
21087
|
inset-block: 0;
|
|
@@ -24168,18 +24338,18 @@
|
|
|
24168
24338
|
text-align: start;
|
|
24169
24339
|
transition: height 150ms ease-out;
|
|
24170
24340
|
}
|
|
24171
|
-
.rt-
|
|
24341
|
+
.rt-ChatbarBox :where(.rt-ChatbarGrid){
|
|
24172
24342
|
display: flex;
|
|
24173
24343
|
flex-direction: column;
|
|
24174
24344
|
gap: var(--space-4);
|
|
24175
24345
|
width: 100%;
|
|
24176
24346
|
}
|
|
24177
|
-
.rt-ChatbarRoot:where([data-state=
|
|
24347
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarGrid){
|
|
24178
24348
|
flex-direction: row;
|
|
24179
24349
|
align-items: center;
|
|
24180
24350
|
flex-wrap: wrap;
|
|
24181
24351
|
}
|
|
24182
|
-
.rt-ChatbarRoot:where([data-state=
|
|
24352
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarAttachmentsRow){
|
|
24183
24353
|
flex-basis: 100%;
|
|
24184
24354
|
order: -1;
|
|
24185
24355
|
}
|
|
@@ -24190,10 +24360,10 @@
|
|
|
24190
24360
|
.rt-ChatbarSend{
|
|
24191
24361
|
transition: opacity 150ms ease-in-out;
|
|
24192
24362
|
}
|
|
24193
|
-
.rt-ChatbarRoot:where([data-state=
|
|
24363
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarRow){
|
|
24194
24364
|
display: none;
|
|
24195
24365
|
}
|
|
24196
|
-
.rt-ChatbarRoot:where([data-state=
|
|
24366
|
+
.rt-ChatbarRoot:where([data-state='open']) :where(.rt-ChatbarRow){
|
|
24197
24367
|
display: block;
|
|
24198
24368
|
width: 100%;
|
|
24199
24369
|
}
|
|
@@ -24227,103 +24397,570 @@
|
|
|
24227
24397
|
}
|
|
24228
24398
|
.rt-ChatbarAttachment{
|
|
24229
24399
|
position: relative;
|
|
24400
|
+
background-color: var(--gray-1);
|
|
24401
|
+
border-radius: var(--radius-1);
|
|
24402
|
+
}
|
|
24403
|
+
.rt-ChatbarAttachment:where([data-kind='file']){
|
|
24404
|
+
max-width: 200px;
|
|
24230
24405
|
}
|
|
24231
24406
|
.rt-ChatbarAttachmentRemove{
|
|
24232
24407
|
position: absolute;
|
|
24233
24408
|
top: var(--chatbar-remove-offset);
|
|
24234
24409
|
right: var(--chatbar-remove-offset);
|
|
24235
24410
|
}
|
|
24236
|
-
.rt-
|
|
24237
|
-
|
|
24238
|
-
transition: all var(--motion-duration-small) var(--motion-spring-snappy);
|
|
24411
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24412
|
+
border-radius: var(--radius-1);
|
|
24239
24413
|
}
|
|
24240
|
-
.rt-
|
|
24241
|
-
|
|
24242
|
-
top: 0;
|
|
24243
|
-
left: 0;
|
|
24244
|
-
right: 0;
|
|
24245
|
-
bottom: 0;
|
|
24246
|
-
background: var(--gray-a3);
|
|
24247
|
-
border-radius: inherit;
|
|
24248
|
-
display: flex;
|
|
24249
|
-
align-items: center;
|
|
24250
|
-
justify-content: center;
|
|
24251
|
-
z-index: 10;
|
|
24252
|
-
animation: rt-fade-in var(--motion-duration-small) var(--motion-spring-snappy);
|
|
24414
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24415
|
+
border-radius: var(--radius-2);
|
|
24253
24416
|
}
|
|
24254
|
-
.rt-
|
|
24255
|
-
|
|
24256
|
-
flex-direction: column;
|
|
24257
|
-
align-items: center;
|
|
24258
|
-
gap: var(--space-2);
|
|
24259
|
-
color: var(--accent-11);
|
|
24417
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24418
|
+
border-radius: var(--radius-3);
|
|
24260
24419
|
}
|
|
24261
|
-
|
|
24262
|
-
|
|
24263
|
-
|
|
24420
|
+
@media (min-width: 520px){
|
|
24421
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24422
|
+
border-radius: var(--radius-1);
|
|
24423
|
+
}
|
|
24424
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24425
|
+
border-radius: var(--radius-2);
|
|
24426
|
+
}
|
|
24427
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24428
|
+
border-radius: var(--radius-3);
|
|
24429
|
+
}
|
|
24264
24430
|
}
|
|
24265
|
-
|
|
24266
|
-
.rt-
|
|
24267
|
-
|
|
24268
|
-
|
|
24269
|
-
|
|
24270
|
-
|
|
24431
|
+
@media (min-width: 768px){
|
|
24432
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24433
|
+
border-radius: var(--radius-1);
|
|
24434
|
+
}
|
|
24435
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24436
|
+
border-radius: var(--radius-2);
|
|
24437
|
+
}
|
|
24438
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24439
|
+
border-radius: var(--radius-3);
|
|
24440
|
+
}
|
|
24271
24441
|
}
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
|
|
24275
|
-
|
|
24276
|
-
|
|
24442
|
+
@media (min-width: 1024px){
|
|
24443
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24444
|
+
border-radius: var(--radius-1);
|
|
24445
|
+
}
|
|
24446
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24447
|
+
border-radius: var(--radius-2);
|
|
24448
|
+
}
|
|
24449
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24450
|
+
border-radius: var(--radius-3);
|
|
24451
|
+
}
|
|
24277
24452
|
}
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
|
|
24281
|
-
|
|
24282
|
-
|
|
24283
|
-
|
|
24453
|
+
@media (min-width: 1280px){
|
|
24454
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24455
|
+
border-radius: var(--radius-1);
|
|
24456
|
+
}
|
|
24457
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24458
|
+
border-radius: var(--radius-2);
|
|
24459
|
+
}
|
|
24460
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24461
|
+
border-radius: var(--radius-3);
|
|
24462
|
+
}
|
|
24284
24463
|
}
|
|
24285
|
-
|
|
24286
|
-
|
|
24287
|
-
|
|
24288
|
-
|
|
24289
|
-
|
|
24290
|
-
|
|
24464
|
+
@media (min-width: 1640px){
|
|
24465
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24466
|
+
border-radius: var(--radius-1);
|
|
24467
|
+
}
|
|
24468
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24469
|
+
border-radius: var(--radius-2);
|
|
24470
|
+
}
|
|
24471
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview){
|
|
24472
|
+
border-radius: var(--radius-3);
|
|
24473
|
+
}
|
|
24474
|
+
}
|
|
24475
|
+
.rt-ChatbarBox{
|
|
24476
|
+
box-sizing: border-box;
|
|
24477
|
+
width: 100%;
|
|
24478
|
+
transition: var(--transition-text-field);
|
|
24479
|
+
isolation: isolate;
|
|
24480
|
+
}
|
|
24481
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox{
|
|
24482
|
+
-webkit-backdrop-filter: var(--backdrop-filter-components);
|
|
24483
|
+
backdrop-filter: var(--backdrop-filter-components);
|
|
24484
|
+
--backdrop-filter-components: blur(var(--backdrop-blur-components));
|
|
24485
|
+
}
|
|
24486
|
+
.rt-ChatbarRoot:where([data-panel-background='solid'], [data-material='solid']) .rt-ChatbarBox{
|
|
24487
|
+
-webkit-backdrop-filter: none;
|
|
24488
|
+
backdrop-filter: none;
|
|
24489
|
+
--backdrop-filter-components: none;
|
|
24490
|
+
}
|
|
24491
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) .rt-ChatbarBox{
|
|
24492
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24493
|
+
padding: var(--space-2);
|
|
24494
|
+
}
|
|
24495
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) .rt-ChatbarInput{
|
|
24496
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24497
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24498
|
+
font-size: var(--font-size-1);
|
|
24499
|
+
line-height: var(--line-height-1);
|
|
24500
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24501
|
+
}
|
|
24502
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) .rt-ChatbarBox{
|
|
24503
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24504
|
+
padding: var(--space-3);
|
|
24505
|
+
}
|
|
24506
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) .rt-ChatbarInput{
|
|
24507
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24508
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24509
|
+
font-size: var(--font-size-2);
|
|
24510
|
+
line-height: var(--line-height-2);
|
|
24511
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24512
|
+
}
|
|
24513
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) .rt-ChatbarBox{
|
|
24514
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24515
|
+
padding: var(--space-4);
|
|
24516
|
+
}
|
|
24517
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) .rt-ChatbarInput{
|
|
24518
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24519
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24520
|
+
font-size: var(--font-size-3);
|
|
24521
|
+
line-height: var(--line-height-3);
|
|
24522
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24523
|
+
}
|
|
24524
|
+
@media (min-width: 520px){
|
|
24525
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) .rt-ChatbarBox{
|
|
24526
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24527
|
+
padding: var(--space-2);
|
|
24528
|
+
}
|
|
24529
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) .rt-ChatbarInput{
|
|
24530
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24531
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24532
|
+
font-size: var(--font-size-1);
|
|
24533
|
+
line-height: var(--line-height-1);
|
|
24534
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24535
|
+
}
|
|
24536
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) .rt-ChatbarBox{
|
|
24537
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24538
|
+
padding: var(--space-3);
|
|
24539
|
+
}
|
|
24540
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) .rt-ChatbarInput{
|
|
24541
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24542
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24543
|
+
font-size: var(--font-size-2);
|
|
24544
|
+
line-height: var(--line-height-2);
|
|
24545
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24546
|
+
}
|
|
24547
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) .rt-ChatbarBox{
|
|
24548
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24549
|
+
padding: var(--space-4);
|
|
24550
|
+
}
|
|
24551
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) .rt-ChatbarInput{
|
|
24552
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24553
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24554
|
+
font-size: var(--font-size-3);
|
|
24555
|
+
line-height: var(--line-height-3);
|
|
24556
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24557
|
+
}
|
|
24558
|
+
}
|
|
24559
|
+
@media (min-width: 768px){
|
|
24560
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) .rt-ChatbarBox{
|
|
24561
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24562
|
+
padding: var(--space-2);
|
|
24563
|
+
}
|
|
24564
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) .rt-ChatbarInput{
|
|
24565
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24566
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24567
|
+
font-size: var(--font-size-1);
|
|
24568
|
+
line-height: var(--line-height-1);
|
|
24569
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24570
|
+
}
|
|
24571
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) .rt-ChatbarBox{
|
|
24572
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24573
|
+
padding: var(--space-3);
|
|
24574
|
+
}
|
|
24575
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) .rt-ChatbarInput{
|
|
24576
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24577
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24578
|
+
font-size: var(--font-size-2);
|
|
24579
|
+
line-height: var(--line-height-2);
|
|
24580
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24581
|
+
}
|
|
24582
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) .rt-ChatbarBox{
|
|
24583
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24584
|
+
padding: var(--space-4);
|
|
24585
|
+
}
|
|
24586
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) .rt-ChatbarInput{
|
|
24587
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24588
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24589
|
+
font-size: var(--font-size-3);
|
|
24590
|
+
line-height: var(--line-height-3);
|
|
24591
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24592
|
+
}
|
|
24593
|
+
}
|
|
24594
|
+
@media (min-width: 1024px){
|
|
24595
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) .rt-ChatbarBox{
|
|
24596
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24597
|
+
padding: var(--space-2);
|
|
24598
|
+
}
|
|
24599
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) .rt-ChatbarInput{
|
|
24600
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24601
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24602
|
+
font-size: var(--font-size-1);
|
|
24603
|
+
line-height: var(--line-height-1);
|
|
24604
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24605
|
+
}
|
|
24606
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) .rt-ChatbarBox{
|
|
24607
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24608
|
+
padding: var(--space-3);
|
|
24609
|
+
}
|
|
24610
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) .rt-ChatbarInput{
|
|
24611
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24612
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24613
|
+
font-size: var(--font-size-2);
|
|
24614
|
+
line-height: var(--line-height-2);
|
|
24615
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24616
|
+
}
|
|
24617
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) .rt-ChatbarBox{
|
|
24618
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24619
|
+
padding: var(--space-4);
|
|
24620
|
+
}
|
|
24621
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) .rt-ChatbarInput{
|
|
24622
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24623
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24624
|
+
font-size: var(--font-size-3);
|
|
24625
|
+
line-height: var(--line-height-3);
|
|
24626
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24627
|
+
}
|
|
24628
|
+
}
|
|
24629
|
+
@media (min-width: 1280px){
|
|
24630
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) .rt-ChatbarBox{
|
|
24631
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24632
|
+
padding: var(--space-2);
|
|
24633
|
+
}
|
|
24634
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) .rt-ChatbarInput{
|
|
24635
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24636
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24637
|
+
font-size: var(--font-size-1);
|
|
24638
|
+
line-height: var(--line-height-1);
|
|
24639
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24640
|
+
}
|
|
24641
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) .rt-ChatbarBox{
|
|
24642
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24643
|
+
padding: var(--space-3);
|
|
24644
|
+
}
|
|
24645
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) .rt-ChatbarInput{
|
|
24646
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24647
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24648
|
+
font-size: var(--font-size-2);
|
|
24649
|
+
line-height: var(--line-height-2);
|
|
24650
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24651
|
+
}
|
|
24652
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) .rt-ChatbarBox{
|
|
24653
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24654
|
+
padding: var(--space-4);
|
|
24655
|
+
}
|
|
24656
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) .rt-ChatbarInput{
|
|
24657
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24658
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24659
|
+
font-size: var(--font-size-3);
|
|
24660
|
+
line-height: var(--line-height-3);
|
|
24661
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24662
|
+
}
|
|
24663
|
+
}
|
|
24664
|
+
@media (min-width: 1640px){
|
|
24665
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) .rt-ChatbarBox{
|
|
24666
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
24667
|
+
padding: var(--space-2);
|
|
24668
|
+
}
|
|
24669
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) .rt-ChatbarInput{
|
|
24670
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24671
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24672
|
+
font-size: var(--font-size-1);
|
|
24673
|
+
line-height: var(--line-height-1);
|
|
24674
|
+
letter-spacing: var(--letter-spacing-1);
|
|
24675
|
+
}
|
|
24676
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) .rt-ChatbarBox{
|
|
24677
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
24678
|
+
padding: var(--space-3);
|
|
24679
|
+
}
|
|
24680
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) .rt-ChatbarInput{
|
|
24681
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
24682
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
24683
|
+
font-size: var(--font-size-2);
|
|
24684
|
+
line-height: var(--line-height-2);
|
|
24685
|
+
letter-spacing: var(--letter-spacing-2);
|
|
24686
|
+
}
|
|
24687
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) .rt-ChatbarBox{
|
|
24688
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
24689
|
+
padding: var(--space-4);
|
|
24690
|
+
}
|
|
24691
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) .rt-ChatbarInput{
|
|
24692
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
24693
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
24694
|
+
font-size: var(--font-size-3);
|
|
24695
|
+
line-height: var(--line-height-3);
|
|
24696
|
+
letter-spacing: var(--letter-spacing-3);
|
|
24697
|
+
}
|
|
24698
|
+
}
|
|
24699
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-1) .rt-ChatbarBox{
|
|
24700
|
+
min-height: var(--space-8);
|
|
24701
|
+
}
|
|
24702
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-2) .rt-ChatbarBox{
|
|
24703
|
+
min-height: var(--space-9);
|
|
24704
|
+
}
|
|
24705
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-3) .rt-ChatbarBox{
|
|
24706
|
+
min-height: 80px;
|
|
24707
|
+
}
|
|
24708
|
+
@media (min-width: 520px){
|
|
24709
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-1) .rt-ChatbarBox{
|
|
24710
|
+
min-height: var(--space-8);
|
|
24711
|
+
}
|
|
24712
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-2) .rt-ChatbarBox{
|
|
24713
|
+
min-height: var(--space-9);
|
|
24714
|
+
}
|
|
24715
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-3) .rt-ChatbarBox{
|
|
24716
|
+
min-height: 80px;
|
|
24717
|
+
}
|
|
24718
|
+
}
|
|
24719
|
+
@media (min-width: 768px){
|
|
24720
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-1) .rt-ChatbarBox{
|
|
24721
|
+
min-height: var(--space-8);
|
|
24722
|
+
}
|
|
24723
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-2) .rt-ChatbarBox{
|
|
24724
|
+
min-height: var(--space-9);
|
|
24725
|
+
}
|
|
24726
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-3) .rt-ChatbarBox{
|
|
24727
|
+
min-height: 80px;
|
|
24728
|
+
}
|
|
24729
|
+
}
|
|
24730
|
+
@media (min-width: 1024px){
|
|
24731
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-1) .rt-ChatbarBox{
|
|
24732
|
+
min-height: var(--space-8);
|
|
24733
|
+
}
|
|
24734
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-2) .rt-ChatbarBox{
|
|
24735
|
+
min-height: var(--space-9);
|
|
24736
|
+
}
|
|
24737
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-3) .rt-ChatbarBox{
|
|
24738
|
+
min-height: 80px;
|
|
24739
|
+
}
|
|
24740
|
+
}
|
|
24741
|
+
@media (min-width: 1280px){
|
|
24742
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-1) .rt-ChatbarBox{
|
|
24743
|
+
min-height: var(--space-8);
|
|
24744
|
+
}
|
|
24745
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-2) .rt-ChatbarBox{
|
|
24746
|
+
min-height: var(--space-9);
|
|
24747
|
+
}
|
|
24748
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-3) .rt-ChatbarBox{
|
|
24749
|
+
min-height: 80px;
|
|
24750
|
+
}
|
|
24751
|
+
}
|
|
24752
|
+
@media (min-width: 1640px){
|
|
24753
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-1) .rt-ChatbarBox{
|
|
24754
|
+
min-height: var(--space-8);
|
|
24755
|
+
}
|
|
24756
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-2) .rt-ChatbarBox{
|
|
24757
|
+
min-height: var(--space-9);
|
|
24758
|
+
}
|
|
24759
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-3) .rt-ChatbarBox{
|
|
24760
|
+
min-height: 80px;
|
|
24761
|
+
}
|
|
24762
|
+
}
|
|
24763
|
+
.rt-ChatbarBox:where(.rt-variant-outline){
|
|
24764
|
+
--text-area-selection-color: var(--focus-a5);
|
|
24765
|
+
--text-area-focus-color: var(--focus-8);
|
|
24766
|
+
--text-area-border-width: 1px;
|
|
24767
|
+
box-shadow: inset 0 0 0 1px var(--accent-6);
|
|
24768
|
+
transition: var(--transition-background-blur);
|
|
24769
|
+
}
|
|
24770
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline){
|
|
24771
|
+
box-shadow: inset 0 0 0 1px var(--accent-a6);
|
|
24772
|
+
}
|
|
24773
|
+
@media (hover: hover) {
|
|
24774
|
+
.rt-ChatbarBox:where(.rt-variant-outline):where(:hover:not(:focus-within)){
|
|
24775
|
+
background-color: var(--accent-2);
|
|
24776
|
+
box-shadow: inset 0 0 0 1px var(--accent-7);
|
|
24777
|
+
}
|
|
24778
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline):where(:hover:not(:focus-within)){
|
|
24779
|
+
background-color: color-mix(in srgb, var(--accent-a2), var(--accent-2) 60%);
|
|
24780
|
+
box-shadow: inset 0 0 0 1px var(--accent-a7);
|
|
24781
|
+
}
|
|
24782
|
+
}
|
|
24783
|
+
.rt-ChatbarBox:where(.rt-variant-outline):where(:focus-within){
|
|
24784
|
+
box-shadow: inset 0 0 0 1px var(--accent-8);
|
|
24785
|
+
}
|
|
24786
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline):where(:focus-within){
|
|
24787
|
+
box-shadow: inset 0 0 0 1px var(--accent-a8);
|
|
24788
|
+
}
|
|
24789
|
+
.rt-ChatbarBox:where(.rt-variant-classic){
|
|
24790
|
+
--text-area-selection-color: var(--focus-a5);
|
|
24791
|
+
--text-area-focus-color: var(--focus-8);
|
|
24792
|
+
--text-area-border-width: 0px;
|
|
24793
|
+
background-color: var(--color-surface-solid);
|
|
24794
|
+
box-shadow: var(--shadow-2);
|
|
24795
|
+
transition: var(--transition-text-field);
|
|
24796
|
+
}
|
|
24797
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-classic){
|
|
24798
|
+
background-color: var(--color-surface-translucent);
|
|
24799
|
+
}
|
|
24800
|
+
@media (hover: hover) {
|
|
24801
|
+
.rt-ChatbarBox:where(.rt-variant-classic):where(:hover:not(:focus-within)){
|
|
24802
|
+
background-color: var(--accent-2);
|
|
24803
|
+
box-shadow: var(--shadow-3);
|
|
24804
|
+
}
|
|
24805
|
+
}
|
|
24806
|
+
.rt-ChatbarBox:where(.rt-variant-classic):where(:focus-within){
|
|
24807
|
+
box-shadow: var(--shadow-2), 0 0 0 2px var(--focus-8);
|
|
24808
|
+
}
|
|
24809
|
+
.rt-ChatbarBox:where(.rt-variant-soft){
|
|
24810
|
+
--text-area-selection-color: var(--accent-a5);
|
|
24811
|
+
--text-area-focus-color: var(--accent-8);
|
|
24812
|
+
--text-area-border-width: 0px;
|
|
24813
|
+
background-color: var(--accent-3);
|
|
24814
|
+
transition: var(--transition-background-blur);
|
|
24815
|
+
}
|
|
24816
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-soft){
|
|
24817
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
24818
|
+
}
|
|
24819
|
+
@media (hover: hover) {
|
|
24820
|
+
.rt-ChatbarBox:where(.rt-variant-soft):where(:hover:not(:focus-within)){
|
|
24821
|
+
background-color: var(--accent-4);
|
|
24822
|
+
}
|
|
24823
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-soft):where(:hover:not(:focus-within)){
|
|
24824
|
+
background-color: color-mix(in srgb, var(--accent-a4), var(--accent-4) 60%);
|
|
24825
|
+
}
|
|
24826
|
+
}
|
|
24827
|
+
.rt-ChatbarBox:where(.rt-variant-ghost){
|
|
24828
|
+
--text-area-selection-color: var(--accent-a5);
|
|
24829
|
+
--text-area-focus-color: var(--accent-8);
|
|
24830
|
+
--text-area-border-width: 0px;
|
|
24831
|
+
background-color: transparent;
|
|
24832
|
+
}
|
|
24833
|
+
@media (hover: hover) {
|
|
24834
|
+
.rt-ChatbarBox:where(.rt-variant-ghost):where(:hover:not(:focus-within)){
|
|
24835
|
+
background-color: var(--accent-3);
|
|
24836
|
+
}
|
|
24837
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-ghost):where(:hover:not(:focus-within)){
|
|
24838
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
24839
|
+
}
|
|
24840
|
+
}
|
|
24841
|
+
.rt-ChatbarBox:where(.rt-variant-ghost):where(:focus-within){
|
|
24842
|
+
background-color: var(--accent-2);
|
|
24843
|
+
}
|
|
24844
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-ghost):where(:focus-within){
|
|
24845
|
+
background-color: var(--accent-a2);
|
|
24846
|
+
}
|
|
24847
|
+
.rt-ChatbarBox:where(.rt-variant-surface){
|
|
24848
|
+
--text-area-selection-color: var(--accent-a5);
|
|
24849
|
+
--text-area-focus-color: var(--accent-8);
|
|
24850
|
+
--text-area-border-width: 1px;
|
|
24851
|
+
background-color: var(--accent-2);
|
|
24852
|
+
box-shadow: inset 0 0 0 1px var(--accent-6);
|
|
24853
|
+
transition: var(--transition-background-blur);
|
|
24854
|
+
}
|
|
24855
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface){
|
|
24856
|
+
background-color: color-mix(in srgb, var(--accent-a2), var(--accent-2) 60%);
|
|
24857
|
+
box-shadow: inset 0 0 0 1px var(--accent-a6);
|
|
24858
|
+
}
|
|
24859
|
+
@media (hover: hover) {
|
|
24860
|
+
.rt-ChatbarBox:where(.rt-variant-surface):where(:hover:not(:focus-within)){
|
|
24861
|
+
background-color: var(--accent-3);
|
|
24862
|
+
box-shadow: inset 0 0 0 1px var(--accent-7);
|
|
24863
|
+
}
|
|
24864
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface):where(:hover:not(:focus-within)){
|
|
24865
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
24866
|
+
box-shadow: inset 0 0 0 1px var(--accent-a7);
|
|
24867
|
+
}
|
|
24868
|
+
}
|
|
24869
|
+
.rt-ChatbarBox:where(.rt-variant-surface):where(:focus-within){
|
|
24870
|
+
background-color: var(--accent-2);
|
|
24871
|
+
box-shadow: inset 0 0 0 var(--text-area-border-width) var(--accent-8);
|
|
24872
|
+
}
|
|
24873
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface):where(:focus-within){
|
|
24874
|
+
background-color: var(--accent-a2);
|
|
24875
|
+
box-shadow: inset 0 0 0 var(--text-area-border-width) var(--accent-a8);
|
|
24876
|
+
}
|
|
24877
|
+
.rt-ChatbarDropOverlay{
|
|
24878
|
+
position: absolute;
|
|
24879
|
+
top: 0;
|
|
24880
|
+
left: 0;
|
|
24881
|
+
right: 0;
|
|
24882
|
+
bottom: 0;
|
|
24883
|
+
background: var(--gray-a3);
|
|
24884
|
+
border-radius: inherit;
|
|
24885
|
+
display: flex;
|
|
24886
|
+
align-items: center;
|
|
24887
|
+
justify-content: center;
|
|
24888
|
+
z-index: 10;
|
|
24889
|
+
animation: rt-fade-in var(--motion-duration-small) var(--motion-spring-snappy);
|
|
24890
|
+
}
|
|
24891
|
+
.rt-ChatbarDropContent{
|
|
24892
|
+
display: flex;
|
|
24893
|
+
flex-direction: column;
|
|
24894
|
+
align-items: center;
|
|
24895
|
+
gap: var(--space-2);
|
|
24896
|
+
color: var(--accent-11);
|
|
24897
|
+
}
|
|
24898
|
+
.rt-ChatbarDropIcon{
|
|
24899
|
+
width: var(--space-6);
|
|
24900
|
+
height: var(--space-6);
|
|
24901
|
+
}
|
|
24902
|
+
.rt-ChatbarInlineStart,
|
|
24903
|
+
.rt-ChatbarInlineEnd{
|
|
24904
|
+
flex-shrink: 0;
|
|
24905
|
+
display: inline-flex;
|
|
24906
|
+
align-items: center;
|
|
24907
|
+
gap: var(--space-2);
|
|
24908
|
+
}
|
|
24909
|
+
.rt-ChatbarRowStart{
|
|
24910
|
+
display: inline-flex;
|
|
24911
|
+
align-items: center;
|
|
24912
|
+
gap: var(--space-2);
|
|
24913
|
+
flex-shrink: 0;
|
|
24914
|
+
}
|
|
24915
|
+
.rt-ChatbarRowEnd{
|
|
24916
|
+
display: inline-flex;
|
|
24917
|
+
align-items: center;
|
|
24918
|
+
gap: var(--space-2);
|
|
24919
|
+
flex-shrink: 0;
|
|
24920
|
+
margin-left: auto;
|
|
24921
|
+
}
|
|
24922
|
+
.rt-ChatbarRoot:where(.rt-r-size-1){
|
|
24923
|
+
font-size: var(--font-size-1);
|
|
24924
|
+
line-height: var(--line-height-1);
|
|
24925
|
+
--chatbar-attachment-thumb: var(--space-8);
|
|
24926
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
24927
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24291
24928
|
}
|
|
24292
24929
|
.rt-ChatbarRoot:where(.rt-r-size-2){
|
|
24293
24930
|
font-size: var(--font-size-2);
|
|
24294
24931
|
line-height: var(--line-height-2);
|
|
24295
24932
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24296
|
-
--chatbar-remove-offset: var(--space-
|
|
24297
|
-
--chatbar-attachments-radius:
|
|
24933
|
+
--chatbar-remove-offset: var(--space-1);
|
|
24934
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24298
24935
|
}
|
|
24299
24936
|
.rt-ChatbarRoot:where(.rt-r-size-3){
|
|
24300
24937
|
font-size: var(--font-size-3);
|
|
24301
24938
|
line-height: var(--line-height-3);
|
|
24302
24939
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24303
|
-
--chatbar-remove-offset: var(--space-
|
|
24304
|
-
--chatbar-attachments-radius:
|
|
24940
|
+
--chatbar-remove-offset: var(--space-2);
|
|
24941
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24305
24942
|
}
|
|
24306
24943
|
@media (min-width: 520px){
|
|
24307
24944
|
.rt-ChatbarRoot:where(.xs\:rt-r-size-1){
|
|
24308
24945
|
font-size: var(--font-size-1);
|
|
24309
24946
|
line-height: var(--line-height-1);
|
|
24310
24947
|
--chatbar-attachment-thumb: var(--space-8);
|
|
24311
|
-
--chatbar-remove-offset: var(--space-1);
|
|
24312
|
-
--chatbar-attachments-radius:
|
|
24948
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
24949
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24313
24950
|
}
|
|
24314
24951
|
.rt-ChatbarRoot:where(.xs\:rt-r-size-2){
|
|
24315
24952
|
font-size: var(--font-size-2);
|
|
24316
24953
|
line-height: var(--line-height-2);
|
|
24317
24954
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24318
|
-
--chatbar-remove-offset: var(--space-
|
|
24319
|
-
--chatbar-attachments-radius:
|
|
24955
|
+
--chatbar-remove-offset: var(--space-1);
|
|
24956
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24320
24957
|
}
|
|
24321
24958
|
.rt-ChatbarRoot:where(.xs\:rt-r-size-3){
|
|
24322
24959
|
font-size: var(--font-size-3);
|
|
24323
24960
|
line-height: var(--line-height-3);
|
|
24324
24961
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24325
|
-
--chatbar-remove-offset: var(--space-
|
|
24326
|
-
--chatbar-attachments-radius:
|
|
24962
|
+
--chatbar-remove-offset: var(--space-2);
|
|
24963
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24327
24964
|
}
|
|
24328
24965
|
}
|
|
24329
24966
|
@media (min-width: 768px){
|
|
@@ -24331,22 +24968,22 @@
|
|
|
24331
24968
|
font-size: var(--font-size-1);
|
|
24332
24969
|
line-height: var(--line-height-1);
|
|
24333
24970
|
--chatbar-attachment-thumb: var(--space-8);
|
|
24334
|
-
--chatbar-remove-offset: var(--space-1);
|
|
24335
|
-
--chatbar-attachments-radius:
|
|
24971
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
24972
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24336
24973
|
}
|
|
24337
24974
|
.rt-ChatbarRoot:where(.sm\:rt-r-size-2){
|
|
24338
24975
|
font-size: var(--font-size-2);
|
|
24339
24976
|
line-height: var(--line-height-2);
|
|
24340
24977
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24341
|
-
--chatbar-remove-offset: var(--space-
|
|
24342
|
-
--chatbar-attachments-radius:
|
|
24978
|
+
--chatbar-remove-offset: var(--space-1);
|
|
24979
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24343
24980
|
}
|
|
24344
24981
|
.rt-ChatbarRoot:where(.sm\:rt-r-size-3){
|
|
24345
24982
|
font-size: var(--font-size-3);
|
|
24346
24983
|
line-height: var(--line-height-3);
|
|
24347
24984
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24348
|
-
--chatbar-remove-offset: var(--space-
|
|
24349
|
-
--chatbar-attachments-radius:
|
|
24985
|
+
--chatbar-remove-offset: var(--space-2);
|
|
24986
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24350
24987
|
}
|
|
24351
24988
|
}
|
|
24352
24989
|
@media (min-width: 1024px){
|
|
@@ -24354,22 +24991,22 @@
|
|
|
24354
24991
|
font-size: var(--font-size-1);
|
|
24355
24992
|
line-height: var(--line-height-1);
|
|
24356
24993
|
--chatbar-attachment-thumb: var(--space-8);
|
|
24357
|
-
--chatbar-remove-offset: var(--space-1);
|
|
24358
|
-
--chatbar-attachments-radius:
|
|
24994
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
24995
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24359
24996
|
}
|
|
24360
24997
|
.rt-ChatbarRoot:where(.md\:rt-r-size-2){
|
|
24361
24998
|
font-size: var(--font-size-2);
|
|
24362
24999
|
line-height: var(--line-height-2);
|
|
24363
25000
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24364
|
-
--chatbar-remove-offset: var(--space-
|
|
24365
|
-
--chatbar-attachments-radius:
|
|
25001
|
+
--chatbar-remove-offset: var(--space-1);
|
|
25002
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24366
25003
|
}
|
|
24367
25004
|
.rt-ChatbarRoot:where(.md\:rt-r-size-3){
|
|
24368
25005
|
font-size: var(--font-size-3);
|
|
24369
25006
|
line-height: var(--line-height-3);
|
|
24370
25007
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24371
|
-
--chatbar-remove-offset: var(--space-
|
|
24372
|
-
--chatbar-attachments-radius:
|
|
25008
|
+
--chatbar-remove-offset: var(--space-2);
|
|
25009
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24373
25010
|
}
|
|
24374
25011
|
}
|
|
24375
25012
|
@media (min-width: 1280px){
|
|
@@ -24377,22 +25014,22 @@
|
|
|
24377
25014
|
font-size: var(--font-size-1);
|
|
24378
25015
|
line-height: var(--line-height-1);
|
|
24379
25016
|
--chatbar-attachment-thumb: var(--space-8);
|
|
24380
|
-
--chatbar-remove-offset: var(--space-1);
|
|
24381
|
-
--chatbar-attachments-radius:
|
|
25017
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
25018
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24382
25019
|
}
|
|
24383
25020
|
.rt-ChatbarRoot:where(.lg\:rt-r-size-2){
|
|
24384
25021
|
font-size: var(--font-size-2);
|
|
24385
25022
|
line-height: var(--line-height-2);
|
|
24386
25023
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24387
|
-
--chatbar-remove-offset: var(--space-
|
|
24388
|
-
--chatbar-attachments-radius:
|
|
25024
|
+
--chatbar-remove-offset: var(--space-1);
|
|
25025
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24389
25026
|
}
|
|
24390
25027
|
.rt-ChatbarRoot:where(.lg\:rt-r-size-3){
|
|
24391
25028
|
font-size: var(--font-size-3);
|
|
24392
25029
|
line-height: var(--line-height-3);
|
|
24393
25030
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24394
|
-
--chatbar-remove-offset: var(--space-
|
|
24395
|
-
--chatbar-attachments-radius:
|
|
25031
|
+
--chatbar-remove-offset: var(--space-2);
|
|
25032
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24396
25033
|
}
|
|
24397
25034
|
}
|
|
24398
25035
|
@media (min-width: 1640px){
|
|
@@ -24400,22 +25037,22 @@
|
|
|
24400
25037
|
font-size: var(--font-size-1);
|
|
24401
25038
|
line-height: var(--line-height-1);
|
|
24402
25039
|
--chatbar-attachment-thumb: var(--space-8);
|
|
24403
|
-
--chatbar-remove-offset: var(--space-1);
|
|
24404
|
-
--chatbar-attachments-radius:
|
|
25040
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
25041
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
24405
25042
|
}
|
|
24406
25043
|
.rt-ChatbarRoot:where(.xl\:rt-r-size-2){
|
|
24407
25044
|
font-size: var(--font-size-2);
|
|
24408
25045
|
line-height: var(--line-height-2);
|
|
24409
25046
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24410
|
-
--chatbar-remove-offset: var(--space-
|
|
24411
|
-
--chatbar-attachments-radius:
|
|
25047
|
+
--chatbar-remove-offset: var(--space-1);
|
|
25048
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
24412
25049
|
}
|
|
24413
25050
|
.rt-ChatbarRoot:where(.xl\:rt-r-size-3){
|
|
24414
25051
|
font-size: var(--font-size-3);
|
|
24415
25052
|
line-height: var(--line-height-3);
|
|
24416
25053
|
--chatbar-attachment-thumb: var(--space-9);
|
|
24417
|
-
--chatbar-remove-offset: var(--space-
|
|
24418
|
-
--chatbar-attachments-radius:
|
|
25054
|
+
--chatbar-remove-offset: var(--space-2);
|
|
25055
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
24419
25056
|
}
|
|
24420
25057
|
}
|
|
24421
25058
|
.radix-themes:where([data-is-root-theme='true']){
|