@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/components.css
CHANGED
|
@@ -7457,7 +7457,7 @@
|
|
|
7457
7457
|
box-sizing: border-box;
|
|
7458
7458
|
}
|
|
7459
7459
|
:where(.rt-BaseMenuContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical'])) .rt-BaseMenuViewport {
|
|
7460
|
-
padding-
|
|
7460
|
+
padding-inline-end: var(--space-3);
|
|
7461
7461
|
}
|
|
7462
7462
|
.rt-BaseMenuItem {
|
|
7463
7463
|
display: flex;
|
|
@@ -7466,8 +7466,8 @@
|
|
|
7466
7466
|
min-height: var(--base-menu-item-height);
|
|
7467
7467
|
padding-top: var(--base-menu-item-padding-y);
|
|
7468
7468
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
7469
|
-
padding-
|
|
7470
|
-
padding-
|
|
7469
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
7470
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
7471
7471
|
box-sizing: border-box;
|
|
7472
7472
|
position: relative;
|
|
7473
7473
|
outline: none;
|
|
@@ -7492,18 +7492,18 @@
|
|
|
7492
7492
|
.rt-BaseMenuShortcut {
|
|
7493
7493
|
display: flex;
|
|
7494
7494
|
align-items: center;
|
|
7495
|
-
margin-
|
|
7496
|
-
padding-
|
|
7497
|
-
margin-
|
|
7495
|
+
margin-inline-start: auto;
|
|
7496
|
+
padding-inline-start: var(--space-4);
|
|
7497
|
+
margin-inline-end: calc(-2px * var(--scaling));
|
|
7498
7498
|
color: var(--gray-a11);
|
|
7499
7499
|
}
|
|
7500
7500
|
.rt-BaseMenuSubTriggerIcon {
|
|
7501
7501
|
color: var(--gray-12);
|
|
7502
|
-
margin-
|
|
7502
|
+
margin-inline-end: calc(-2px * var(--scaling));
|
|
7503
7503
|
}
|
|
7504
7504
|
.rt-BaseMenuItemIndicator {
|
|
7505
7505
|
position: absolute;
|
|
7506
|
-
|
|
7506
|
+
inset-inline-start: 0;
|
|
7507
7507
|
width: var(--base-menu-item-padding-left);
|
|
7508
7508
|
display: inline-flex;
|
|
7509
7509
|
align-items: center;
|
|
@@ -7513,8 +7513,8 @@
|
|
|
7513
7513
|
height: 1px;
|
|
7514
7514
|
margin-top: var(--space-2);
|
|
7515
7515
|
margin-bottom: var(--space-2);
|
|
7516
|
-
margin-
|
|
7517
|
-
margin-
|
|
7516
|
+
margin-inline-start: var(--base-menu-item-padding-left);
|
|
7517
|
+
margin-inline-end: var(--base-menu-item-padding-right);
|
|
7518
7518
|
background-color: var(--gray-a6);
|
|
7519
7519
|
}
|
|
7520
7520
|
.rt-BaseMenuLabel {
|
|
@@ -7523,8 +7523,8 @@
|
|
|
7523
7523
|
min-height: var(--base-menu-item-height);
|
|
7524
7524
|
padding-top: var(--base-menu-item-padding-y);
|
|
7525
7525
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
7526
|
-
padding-
|
|
7527
|
-
padding-
|
|
7526
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
7527
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
7528
7528
|
box-sizing: border-box;
|
|
7529
7529
|
color: var(--gray-a10);
|
|
7530
7530
|
-webkit-user-select: none;
|
|
@@ -7548,7 +7548,7 @@
|
|
|
7548
7548
|
--base-menu-content-padding: var(--space-2);
|
|
7549
7549
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
7550
7550
|
--base-menu-item-padding-right: var(--space-2);
|
|
7551
|
-
--base-menu-item-padding-y:
|
|
7551
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
7552
7552
|
--base-menu-item-height: var(--space-5);
|
|
7553
7553
|
border-radius: var(--radius-3);
|
|
7554
7554
|
}
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
font-size: var(--font-size-1);
|
|
7569
7569
|
line-height: var(--line-height-1);
|
|
7570
7570
|
letter-spacing: var(--letter-spacing-1);
|
|
7571
|
-
padding-
|
|
7571
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7572
7572
|
}
|
|
7573
7573
|
.rt-BaseMenuContent:where(.rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7574
7574
|
width: var(--indicator-icon-size-1);
|
|
@@ -7620,8 +7620,8 @@
|
|
|
7620
7620
|
--base-menu-content-padding: var(--space-3);
|
|
7621
7621
|
--base-menu-item-padding-left: var(--space-3);
|
|
7622
7622
|
--base-menu-item-padding-right: var(--space-3);
|
|
7623
|
-
--base-menu-item-padding-y: var(--space-
|
|
7624
|
-
--base-menu-item-height: var(--space-
|
|
7623
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
7624
|
+
--base-menu-item-height: var(--space-7);
|
|
7625
7625
|
border-radius: var(--radius-6);
|
|
7626
7626
|
}
|
|
7627
7627
|
.rt-BaseMenuContent:where(.rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -7657,7 +7657,7 @@
|
|
|
7657
7657
|
--base-menu-content-padding: var(--space-2);
|
|
7658
7658
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
7659
7659
|
--base-menu-item-padding-right: var(--space-2);
|
|
7660
|
-
--base-menu-item-padding-y:
|
|
7660
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
7661
7661
|
--base-menu-item-height: var(--space-5);
|
|
7662
7662
|
border-radius: var(--radius-3);
|
|
7663
7663
|
}
|
|
@@ -7677,7 +7677,7 @@
|
|
|
7677
7677
|
font-size: var(--font-size-1);
|
|
7678
7678
|
line-height: var(--line-height-1);
|
|
7679
7679
|
letter-spacing: var(--letter-spacing-1);
|
|
7680
|
-
padding-
|
|
7680
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7681
7681
|
}
|
|
7682
7682
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7683
7683
|
width: var(--indicator-icon-size-1);
|
|
@@ -7729,8 +7729,8 @@
|
|
|
7729
7729
|
--base-menu-content-padding: var(--space-3);
|
|
7730
7730
|
--base-menu-item-padding-left: var(--space-3);
|
|
7731
7731
|
--base-menu-item-padding-right: var(--space-3);
|
|
7732
|
-
--base-menu-item-padding-y: var(--space-
|
|
7733
|
-
--base-menu-item-height: var(--space-
|
|
7732
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
7733
|
+
--base-menu-item-height: var(--space-7);
|
|
7734
7734
|
border-radius: var(--radius-6);
|
|
7735
7735
|
}
|
|
7736
7736
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -7767,7 +7767,7 @@
|
|
|
7767
7767
|
--base-menu-content-padding: var(--space-2);
|
|
7768
7768
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
7769
7769
|
--base-menu-item-padding-right: var(--space-2);
|
|
7770
|
-
--base-menu-item-padding-y:
|
|
7770
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
7771
7771
|
--base-menu-item-height: var(--space-5);
|
|
7772
7772
|
border-radius: var(--radius-3);
|
|
7773
7773
|
}
|
|
@@ -7787,7 +7787,7 @@
|
|
|
7787
7787
|
font-size: var(--font-size-1);
|
|
7788
7788
|
line-height: var(--line-height-1);
|
|
7789
7789
|
letter-spacing: var(--letter-spacing-1);
|
|
7790
|
-
padding-
|
|
7790
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7791
7791
|
}
|
|
7792
7792
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7793
7793
|
width: var(--indicator-icon-size-1);
|
|
@@ -7839,8 +7839,8 @@
|
|
|
7839
7839
|
--base-menu-content-padding: var(--space-3);
|
|
7840
7840
|
--base-menu-item-padding-left: var(--space-3);
|
|
7841
7841
|
--base-menu-item-padding-right: var(--space-3);
|
|
7842
|
-
--base-menu-item-padding-y: var(--space-
|
|
7843
|
-
--base-menu-item-height: var(--space-
|
|
7842
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
7843
|
+
--base-menu-item-height: var(--space-7);
|
|
7844
7844
|
border-radius: var(--radius-6);
|
|
7845
7845
|
}
|
|
7846
7846
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -7877,7 +7877,7 @@
|
|
|
7877
7877
|
--base-menu-content-padding: var(--space-2);
|
|
7878
7878
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
7879
7879
|
--base-menu-item-padding-right: var(--space-2);
|
|
7880
|
-
--base-menu-item-padding-y:
|
|
7880
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
7881
7881
|
--base-menu-item-height: var(--space-5);
|
|
7882
7882
|
border-radius: var(--radius-3);
|
|
7883
7883
|
}
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
font-size: var(--font-size-1);
|
|
7898
7898
|
line-height: var(--line-height-1);
|
|
7899
7899
|
letter-spacing: var(--letter-spacing-1);
|
|
7900
|
-
padding-
|
|
7900
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7901
7901
|
}
|
|
7902
7902
|
.rt-BaseMenuContent:where(.md\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7903
7903
|
width: var(--indicator-icon-size-1);
|
|
@@ -7949,8 +7949,8 @@
|
|
|
7949
7949
|
--base-menu-content-padding: var(--space-3);
|
|
7950
7950
|
--base-menu-item-padding-left: var(--space-3);
|
|
7951
7951
|
--base-menu-item-padding-right: var(--space-3);
|
|
7952
|
-
--base-menu-item-padding-y: var(--space-
|
|
7953
|
-
--base-menu-item-height: var(--space-
|
|
7952
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
7953
|
+
--base-menu-item-height: var(--space-7);
|
|
7954
7954
|
border-radius: var(--radius-6);
|
|
7955
7955
|
}
|
|
7956
7956
|
.rt-BaseMenuContent:where(.md\:rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -7987,7 +7987,7 @@
|
|
|
7987
7987
|
--base-menu-content-padding: var(--space-2);
|
|
7988
7988
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
7989
7989
|
--base-menu-item-padding-right: var(--space-2);
|
|
7990
|
-
--base-menu-item-padding-y:
|
|
7990
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
7991
7991
|
--base-menu-item-height: var(--space-5);
|
|
7992
7992
|
border-radius: var(--radius-3);
|
|
7993
7993
|
}
|
|
@@ -8007,7 +8007,7 @@
|
|
|
8007
8007
|
font-size: var(--font-size-1);
|
|
8008
8008
|
line-height: var(--line-height-1);
|
|
8009
8009
|
letter-spacing: var(--letter-spacing-1);
|
|
8010
|
-
padding-
|
|
8010
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
8011
8011
|
}
|
|
8012
8012
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
8013
8013
|
width: var(--indicator-icon-size-1);
|
|
@@ -8059,8 +8059,8 @@
|
|
|
8059
8059
|
--base-menu-content-padding: var(--space-3);
|
|
8060
8060
|
--base-menu-item-padding-left: var(--space-3);
|
|
8061
8061
|
--base-menu-item-padding-right: var(--space-3);
|
|
8062
|
-
--base-menu-item-padding-y: var(--space-
|
|
8063
|
-
--base-menu-item-height: var(--space-
|
|
8062
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
8063
|
+
--base-menu-item-height: var(--space-7);
|
|
8064
8064
|
border-radius: var(--radius-6);
|
|
8065
8065
|
}
|
|
8066
8066
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -8097,7 +8097,7 @@
|
|
|
8097
8097
|
--base-menu-content-padding: var(--space-2);
|
|
8098
8098
|
--base-menu-item-padding-left: calc(var(--space-5) / 1.2);
|
|
8099
8099
|
--base-menu-item-padding-right: var(--space-2);
|
|
8100
|
-
--base-menu-item-padding-y:
|
|
8100
|
+
--base-menu-item-padding-y: var(--space-1);
|
|
8101
8101
|
--base-menu-item-height: var(--space-5);
|
|
8102
8102
|
border-radius: var(--radius-3);
|
|
8103
8103
|
}
|
|
@@ -8117,7 +8117,7 @@
|
|
|
8117
8117
|
font-size: var(--font-size-1);
|
|
8118
8118
|
line-height: var(--line-height-1);
|
|
8119
8119
|
letter-spacing: var(--letter-spacing-1);
|
|
8120
|
-
padding-
|
|
8120
|
+
padding-inline-start: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
8121
8121
|
}
|
|
8122
8122
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
8123
8123
|
width: var(--indicator-icon-size-1);
|
|
@@ -8169,8 +8169,8 @@
|
|
|
8169
8169
|
--base-menu-content-padding: var(--space-3);
|
|
8170
8170
|
--base-menu-item-padding-left: var(--space-3);
|
|
8171
8171
|
--base-menu-item-padding-right: var(--space-3);
|
|
8172
|
-
--base-menu-item-padding-y: var(--space-
|
|
8173
|
-
--base-menu-item-height: var(--space-
|
|
8172
|
+
--base-menu-item-padding-y: var(--space-2);
|
|
8173
|
+
--base-menu-item-height: var(--space-7);
|
|
8174
8174
|
border-radius: var(--radius-6);
|
|
8175
8175
|
}
|
|
8176
8176
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-3) :where(.rt-BaseMenuItem) {
|
|
@@ -8209,8 +8209,7 @@
|
|
|
8209
8209
|
color: var(--gray-a8);
|
|
8210
8210
|
cursor: default;
|
|
8211
8211
|
}
|
|
8212
|
-
.rt-BaseMenuItem
|
|
8213
|
-
:where(.rt-Text[data-accent-color='gray'], [data-accent-color='gray']:not(.rt-Badge)) {
|
|
8212
|
+
.rt-BaseMenuItem :where(.rt-Text[data-accent-color='gray'], [data-accent-color='gray']:not(.rt-Badge)) {
|
|
8214
8213
|
color: var(--gray-a10);
|
|
8215
8214
|
}
|
|
8216
8215
|
.rt-BaseMenuItem:where([data-disabled], [data-highlighted]) :where(.rt-BaseMenuShortcut), .rt-BaseMenuSubTrigger:where([data-state='open']) :where(.rt-BaseMenuShortcut) {
|
|
@@ -12155,28 +12154,22 @@
|
|
|
12155
12154
|
will-change: transform;
|
|
12156
12155
|
}
|
|
12157
12156
|
:where(.rt-SheetContent[data-side='start']) {
|
|
12158
|
-
|
|
12159
|
-
|
|
12160
|
-
left: 0 !important;
|
|
12161
|
-
right: auto !important;
|
|
12157
|
+
inset-block: 0 !important;
|
|
12158
|
+
inset-inline-start: 0 !important;
|
|
12162
12159
|
margin: 0 !important;
|
|
12163
12160
|
border-start-start-radius: 0;
|
|
12164
12161
|
border-end-start-radius: 0;
|
|
12165
12162
|
}
|
|
12166
12163
|
:where(.rt-SheetContent[data-side='end']) {
|
|
12167
|
-
|
|
12168
|
-
|
|
12169
|
-
right: 0 !important;
|
|
12170
|
-
left: auto !important;
|
|
12164
|
+
inset-block: 0 !important;
|
|
12165
|
+
inset-inline-end: 0 !important;
|
|
12171
12166
|
margin: 0 !important;
|
|
12172
12167
|
border-start-end-radius: 0;
|
|
12173
12168
|
border-end-end-radius: 0;
|
|
12174
12169
|
}
|
|
12175
12170
|
:where(.rt-SheetContent[data-side='top']) {
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
right: 0 !important;
|
|
12179
|
-
bottom: auto !important;
|
|
12171
|
+
inset-block-start: 0 !important;
|
|
12172
|
+
inset-inline: 0 !important;
|
|
12180
12173
|
width: auto;
|
|
12181
12174
|
max-width: none;
|
|
12182
12175
|
height: var(--height, 75vh);
|
|
@@ -12185,10 +12178,8 @@
|
|
|
12185
12178
|
border-start-end-radius: 0;
|
|
12186
12179
|
}
|
|
12187
12180
|
:where(.rt-SheetContent[data-side='bottom']) {
|
|
12188
|
-
|
|
12189
|
-
|
|
12190
|
-
right: 0 !important;
|
|
12191
|
-
top: auto !important;
|
|
12181
|
+
inset-block-end: 0 !important;
|
|
12182
|
+
inset-inline: 0 !important;
|
|
12192
12183
|
width: auto;
|
|
12193
12184
|
max-width: none;
|
|
12194
12185
|
height: var(--height, 75vh);
|
|
@@ -14556,6 +14547,11 @@
|
|
|
14556
14547
|
backdrop-filter: none !important;
|
|
14557
14548
|
box-shadow: none !important;
|
|
14558
14549
|
border-radius: 0 !important;
|
|
14550
|
+
-webkit-font-smoothing: antialiased;
|
|
14551
|
+
text-rendering: optimizeLegibility;
|
|
14552
|
+
}
|
|
14553
|
+
.rt-SidebarContent .rt-BaseMenuViewport {
|
|
14554
|
+
gap: var(--space-5);
|
|
14559
14555
|
}
|
|
14560
14556
|
.rt-SidebarContent :where(.rt-ScrollAreaRoot) {
|
|
14561
14557
|
flex: 1;
|
|
@@ -14569,6 +14565,12 @@
|
|
|
14569
14565
|
flex-direction: column;
|
|
14570
14566
|
min-height: 0;
|
|
14571
14567
|
}
|
|
14568
|
+
.rt-SidebarContent :where(.rt-BaseMenuViewport) {
|
|
14569
|
+
transform: translateZ(0);
|
|
14570
|
+
backface-visibility: hidden;
|
|
14571
|
+
will-change: transform;
|
|
14572
|
+
contain: paint;
|
|
14573
|
+
}
|
|
14572
14574
|
.rt-SidebarFooter {
|
|
14573
14575
|
display: flex;
|
|
14574
14576
|
flex-direction: column;
|
|
@@ -14589,14 +14591,13 @@
|
|
|
14589
14591
|
flex: 1;
|
|
14590
14592
|
display: flex;
|
|
14591
14593
|
flex-direction: column;
|
|
14592
|
-
padding-bottom: var(--base-menu-content-padding);
|
|
14593
14594
|
box-sizing: border-box;
|
|
14594
14595
|
list-style: none;
|
|
14595
14596
|
margin: 0;
|
|
14596
14597
|
min-height: 0;
|
|
14597
14598
|
}
|
|
14598
14599
|
:where(.rt-SidebarContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical'])) .rt-SidebarMenu {
|
|
14599
|
-
padding-
|
|
14600
|
+
padding-inline-end: var(--space-3);
|
|
14600
14601
|
}
|
|
14601
14602
|
.rt-SidebarMenuItem {
|
|
14602
14603
|
list-style: none;
|
|
@@ -14608,8 +14609,8 @@
|
|
|
14608
14609
|
min-height: var(--base-menu-item-height);
|
|
14609
14610
|
padding-top: var(--base-menu-item-padding-y);
|
|
14610
14611
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
14611
|
-
padding-
|
|
14612
|
-
padding-
|
|
14612
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
14613
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
14613
14614
|
box-sizing: border-box;
|
|
14614
14615
|
position: relative;
|
|
14615
14616
|
outline: none;
|
|
@@ -14617,8 +14618,8 @@
|
|
|
14617
14618
|
background: none;
|
|
14618
14619
|
border: none;
|
|
14619
14620
|
width: 100%;
|
|
14620
|
-
text-align:
|
|
14621
|
-
transition: var(--
|
|
14621
|
+
text-align: start;
|
|
14622
|
+
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);
|
|
14622
14623
|
-webkit-user-select: none;
|
|
14623
14624
|
-moz-user-select: none;
|
|
14624
14625
|
user-select: none;
|
|
@@ -14688,19 +14689,19 @@
|
|
|
14688
14689
|
}
|
|
14689
14690
|
}
|
|
14690
14691
|
.rt-SidebarMenuSubList {
|
|
14691
|
-
padding-
|
|
14692
|
-
border-
|
|
14693
|
-
margin-
|
|
14692
|
+
padding-inline-start: var(--space-4);
|
|
14693
|
+
border-inline-start: 1px solid var(--gray-a5);
|
|
14694
|
+
margin-inline-start: var(--space-3);
|
|
14694
14695
|
}
|
|
14695
14696
|
:where(.rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuSubList) .rt-SidebarMenuButton {
|
|
14696
|
-
padding-
|
|
14697
|
+
padding-inline-start: var(--space-3);
|
|
14697
14698
|
padding-top: calc(var(--space-1) * 0.75);
|
|
14698
14699
|
padding-bottom: calc(var(--space-1) * 0.75);
|
|
14699
14700
|
min-height: var(--space-5);
|
|
14700
14701
|
font-size: var(--font-size-1);
|
|
14701
14702
|
}
|
|
14702
14703
|
:where(.rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuSubList) .rt-SidebarMenuButton {
|
|
14703
|
-
padding-
|
|
14704
|
+
padding-inline-start: var(--space-3);
|
|
14704
14705
|
padding-top: var(--space-1);
|
|
14705
14706
|
padding-bottom: var(--space-1);
|
|
14706
14707
|
min-height: var(--space-6);
|
|
@@ -14712,8 +14713,8 @@
|
|
|
14712
14713
|
min-height: var(--base-menu-item-height);
|
|
14713
14714
|
padding-top: var(--base-menu-item-padding-y);
|
|
14714
14715
|
padding-bottom: var(--base-menu-item-padding-y);
|
|
14715
|
-
padding-
|
|
14716
|
-
padding-
|
|
14716
|
+
padding-inline-start: var(--base-menu-item-padding-left);
|
|
14717
|
+
padding-inline-end: var(--base-menu-item-padding-right);
|
|
14717
14718
|
box-sizing: border-box;
|
|
14718
14719
|
color: var(--gray-a10);
|
|
14719
14720
|
-webkit-user-select: none;
|
|
@@ -14725,71 +14726,221 @@
|
|
|
14725
14726
|
margin-top: var(--space-2);
|
|
14726
14727
|
}
|
|
14727
14728
|
:where(.rt-SidebarContent.rt-r-size-1) .rt-SidebarMenuButton:where(:has(.rt-SidebarMenuShortcut, .rt-SidebarMenuBadge)) {
|
|
14728
|
-
padding-
|
|
14729
|
+
padding-inline-end: var(--base-menu-item-padding-y);
|
|
14729
14730
|
}
|
|
14730
14731
|
:where(.rt-SidebarContent.rt-r-size-2) .rt-SidebarMenuButton:where(:has(.rt-SidebarMenuShortcut, .rt-SidebarMenuBadge)) {
|
|
14731
|
-
padding-
|
|
14732
|
+
padding-inline-end: var(--base-menu-item-padding-y);
|
|
14732
14733
|
}
|
|
14733
14734
|
.rt-SidebarMenuShortcut {
|
|
14734
14735
|
display: flex;
|
|
14735
14736
|
align-items: center;
|
|
14736
|
-
margin-
|
|
14737
|
-
padding-
|
|
14737
|
+
margin-inline-start: auto;
|
|
14738
|
+
padding-inline-start: var(--space-4);
|
|
14738
14739
|
color: var(--gray-a11);
|
|
14739
14740
|
}
|
|
14740
14741
|
.rt-SidebarMenuBadge {
|
|
14741
14742
|
display: flex;
|
|
14742
14743
|
align-items: center;
|
|
14743
|
-
margin-
|
|
14744
|
-
padding-
|
|
14744
|
+
margin-inline-start: auto;
|
|
14745
|
+
padding-inline-start: var(--space-2);
|
|
14745
14746
|
}
|
|
14746
14747
|
.rt-SidebarContent :where(.rt-BaseMenuItem) {
|
|
14747
14748
|
margin-top: calc(var(--space-1) / 4);
|
|
14748
14749
|
margin-bottom: calc(var(--space-1) / 4);
|
|
14749
14750
|
}
|
|
14750
|
-
:where(.rt-SidebarContainer
|
|
14751
|
-
.rt-ShellSidebarRail :where(.rt-SidebarContent),
|
|
14752
|
-
:where(.rt-ShellSidebar[data-state='rail'] .rt-SidebarContent) {
|
|
14751
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent) {
|
|
14753
14752
|
padding: var(--space-2);
|
|
14754
14753
|
}
|
|
14755
|
-
:where(.rt-SidebarContainer
|
|
14756
|
-
|
|
14757
|
-
|
|
14754
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuViewport) {
|
|
14755
|
+
padding: var(--space-2) !important;
|
|
14756
|
+
}
|
|
14757
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) {
|
|
14758
|
+
justify-content: center !important;
|
|
14759
|
+
align-items: center !important;
|
|
14760
|
+
flex-direction: column !important;
|
|
14761
|
+
gap: var(--space-1) !important;
|
|
14762
|
+
text-align: center !important;
|
|
14763
|
+
font-size: var(--font-size-0) !important;
|
|
14764
|
+
line-height: var(--line-height-0) !important;
|
|
14765
|
+
padding-top: var(--space-2) !important;
|
|
14766
|
+
padding-bottom: var(--space-2) !important;
|
|
14767
|
+
padding-inline-start: var(--space-1) !important;
|
|
14768
|
+
padding-inline-end: var(--space-1) !important;
|
|
14769
|
+
}
|
|
14770
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1) {
|
|
14771
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14772
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
14773
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
14774
|
+
}
|
|
14775
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))) {
|
|
14776
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14777
|
+
}
|
|
14778
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)) {
|
|
14779
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14780
|
+
}
|
|
14781
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) {
|
|
14758
14782
|
justify-content: center;
|
|
14759
14783
|
align-items: center;
|
|
14760
14784
|
flex-direction: column;
|
|
14761
14785
|
gap: var(--space-1);
|
|
14762
|
-
|
|
14763
|
-
|
|
14764
|
-
:
|
|
14765
|
-
:
|
|
14766
|
-
|
|
14767
|
-
|
|
14768
|
-
:
|
|
14769
|
-
:
|
|
14770
|
-
display: none;
|
|
14786
|
+
text-align: center;
|
|
14787
|
+
font-size: var(--font-size-0);
|
|
14788
|
+
line-height: var(--line-height-0);
|
|
14789
|
+
white-space: nowrap;
|
|
14790
|
+
overflow: hidden;
|
|
14791
|
+
text-overflow: ellipsis;
|
|
14792
|
+
max-width: 100%;
|
|
14793
|
+
min-width: 0;
|
|
14771
14794
|
}
|
|
14772
|
-
:where(.rt-SidebarContainer.rt-
|
|
14773
|
-
|
|
14774
|
-
:
|
|
14775
|
-
|
|
14795
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-1) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg) {
|
|
14796
|
+
width: var(--content-icon-size-3);
|
|
14797
|
+
height: var(--content-icon-size-3);
|
|
14798
|
+
}
|
|
14799
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2) {
|
|
14800
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14801
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
14802
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
14803
|
+
}
|
|
14804
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))) {
|
|
14805
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14806
|
+
}
|
|
14807
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)) {
|
|
14808
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14809
|
+
}
|
|
14810
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) {
|
|
14811
|
+
justify-content: center;
|
|
14812
|
+
align-items: center;
|
|
14813
|
+
flex-direction: column;
|
|
14814
|
+
gap: var(--space-1);
|
|
14776
14815
|
text-align: center;
|
|
14777
14816
|
font-size: var(--font-size-0);
|
|
14778
14817
|
line-height: var(--line-height-0);
|
|
14779
|
-
|
|
14780
|
-
|
|
14818
|
+
white-space: nowrap;
|
|
14819
|
+
overflow: hidden;
|
|
14820
|
+
text-overflow: ellipsis;
|
|
14821
|
+
max-width: 100%;
|
|
14822
|
+
min-width: 0;
|
|
14781
14823
|
}
|
|
14782
|
-
:where(.rt-SidebarContainer.rt-
|
|
14783
|
-
|
|
14784
|
-
:
|
|
14785
|
-
display: none;
|
|
14824
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-2) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg) {
|
|
14825
|
+
width: var(--content-icon-size-4);
|
|
14826
|
+
height: var(--content-icon-size-4);
|
|
14786
14827
|
}
|
|
14787
|
-
:where(.rt-SidebarContainer.rt-
|
|
14788
|
-
|
|
14789
|
-
|
|
14790
|
-
padding-
|
|
14791
|
-
|
|
14792
|
-
|
|
14828
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3) {
|
|
14829
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14830
|
+
--base-menu-item-padding-right: var(--space-1) !important;
|
|
14831
|
+
--base-menu-item-padding-y: var(--space-2) !important;
|
|
14832
|
+
}
|
|
14833
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3):where(:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem))) {
|
|
14834
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14835
|
+
}
|
|
14836
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3):where(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)) {
|
|
14837
|
+
--base-menu-item-padding-left: var(--space-1) !important;
|
|
14838
|
+
}
|
|
14839
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) {
|
|
14840
|
+
justify-content: center;
|
|
14841
|
+
align-items: center;
|
|
14842
|
+
flex-direction: column;
|
|
14843
|
+
gap: var(--space-1);
|
|
14844
|
+
text-align: center;
|
|
14845
|
+
font-size: var(--font-size-0);
|
|
14846
|
+
line-height: var(--line-height-0);
|
|
14847
|
+
white-space: nowrap;
|
|
14848
|
+
overflow: hidden;
|
|
14849
|
+
text-overflow: ellipsis;
|
|
14850
|
+
max-width: 100%;
|
|
14851
|
+
min-width: 0;
|
|
14852
|
+
}
|
|
14853
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarContent.rt-r-size-3) :where(.rt-SidebarMenuButton, .rt-SidebarMenuSubTrigger) :where(svg) {
|
|
14854
|
+
width: var(--content-icon-size-5);
|
|
14855
|
+
height: var(--content-icon-size-5);
|
|
14856
|
+
}
|
|
14857
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton > *) {
|
|
14858
|
+
display: flex;
|
|
14859
|
+
flex-direction: column;
|
|
14860
|
+
align-items: center;
|
|
14861
|
+
white-space: nowrap;
|
|
14862
|
+
overflow: hidden;
|
|
14863
|
+
text-overflow: ellipsis;
|
|
14864
|
+
width: 100%;
|
|
14865
|
+
min-width: 0;
|
|
14866
|
+
}
|
|
14867
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubTrigger > *) {
|
|
14868
|
+
display: flex;
|
|
14869
|
+
flex-direction: column;
|
|
14870
|
+
align-items: center;
|
|
14871
|
+
width: 100%;
|
|
14872
|
+
min-width: 0;
|
|
14873
|
+
}
|
|
14874
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton > * > svg) {
|
|
14875
|
+
flex-shrink: 0;
|
|
14876
|
+
}
|
|
14877
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent .rt-SidebarMenuButton > *) {
|
|
14878
|
+
display: flex;
|
|
14879
|
+
flex-direction: column;
|
|
14880
|
+
align-items: center;
|
|
14881
|
+
white-space: nowrap;
|
|
14882
|
+
overflow: hidden;
|
|
14883
|
+
text-overflow: ellipsis;
|
|
14884
|
+
width: 100%;
|
|
14885
|
+
min-width: 0;
|
|
14886
|
+
}
|
|
14887
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton) :where(svg) {
|
|
14888
|
+
display: block;
|
|
14889
|
+
}
|
|
14890
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuButton .rt-SidebarMenuLabel) {
|
|
14891
|
+
display: block;
|
|
14892
|
+
max-width: 100%;
|
|
14893
|
+
min-width: 0;
|
|
14894
|
+
overflow: hidden;
|
|
14895
|
+
text-overflow: ellipsis;
|
|
14896
|
+
white-space: nowrap;
|
|
14897
|
+
text-align: center;
|
|
14898
|
+
color: var(--accent-11);
|
|
14899
|
+
font-size: var(--font-size-0);
|
|
14900
|
+
line-height: var(--line-height-0);
|
|
14901
|
+
}
|
|
14902
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuBadge),
|
|
14903
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuShortcut),
|
|
14904
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-Badge),
|
|
14905
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-Kbd) {
|
|
14906
|
+
display: none !important;
|
|
14907
|
+
}
|
|
14908
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarGroupLabel) {
|
|
14909
|
+
display: none !important;
|
|
14910
|
+
}
|
|
14911
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubTriggerIcon),
|
|
14912
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubTriggerIcon) {
|
|
14913
|
+
display: none !important;
|
|
14914
|
+
}
|
|
14915
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubList),
|
|
14916
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubList) {
|
|
14917
|
+
padding-left: 0 !important;
|
|
14918
|
+
margin-left: 0 !important;
|
|
14919
|
+
border-left: 0 !important;
|
|
14920
|
+
border-top: 0 !important;
|
|
14921
|
+
border-bottom: 0 !important;
|
|
14922
|
+
margin-top: 0 !important;
|
|
14923
|
+
margin-bottom: 0 !important;
|
|
14924
|
+
}
|
|
14925
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubList::before),
|
|
14926
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-BaseMenuSubList::before) {
|
|
14927
|
+
content: none !important;
|
|
14928
|
+
display: none !important;
|
|
14929
|
+
}
|
|
14930
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent) {
|
|
14931
|
+
padding-left: 0 !important;
|
|
14932
|
+
margin-left: 0 !important;
|
|
14933
|
+
border-left: 0 !important;
|
|
14934
|
+
border-top: 1px solid var(--gray-a6) !important;
|
|
14935
|
+
border-bottom: 1px solid var(--gray-a6) !important;
|
|
14936
|
+
margin-top: var(--space-2) !important;
|
|
14937
|
+
margin-bottom: var(--space-2) !important;
|
|
14938
|
+
}
|
|
14939
|
+
:where(.rt-SidebarContainer[data-presentation='thin'] .rt-SidebarMenuSubContent .rt-SidebarMenuButton) {
|
|
14940
|
+
white-space: nowrap;
|
|
14941
|
+
overflow: hidden;
|
|
14942
|
+
text-overflow: ellipsis;
|
|
14943
|
+
max-width: 100%;
|
|
14793
14944
|
}
|
|
14794
14945
|
:where([data-panel-background='translucent']) .rt-SidebarContainer {
|
|
14795
14946
|
--sidebar-border-color: var(--gray-a6);
|
|
@@ -14995,7 +15146,7 @@
|
|
|
14995
15146
|
line-height: var(--line-height-1);
|
|
14996
15147
|
letter-spacing: var(--letter-spacing-1);
|
|
14997
15148
|
border-radius: var(--radius-1);
|
|
14998
|
-
font-weight: var(--font-weight-
|
|
15149
|
+
font-weight: var(--font-weight-regular);
|
|
14999
15150
|
}
|
|
15000
15151
|
.rt-SidebarContent:where(.rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15001
15152
|
width: var(--content-icon-size-1);
|
|
@@ -15014,7 +15165,7 @@
|
|
|
15014
15165
|
line-height: var(--line-height-2);
|
|
15015
15166
|
letter-spacing: var(--letter-spacing-2);
|
|
15016
15167
|
border-radius: var(--radius-2);
|
|
15017
|
-
font-weight: var(--font-weight-
|
|
15168
|
+
font-weight: var(--font-weight-regular);
|
|
15018
15169
|
}
|
|
15019
15170
|
.rt-SidebarContent:where(.rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15020
15171
|
width: var(--content-icon-size-2);
|
|
@@ -15056,7 +15207,7 @@
|
|
|
15056
15207
|
line-height: var(--line-height-1);
|
|
15057
15208
|
letter-spacing: var(--letter-spacing-1);
|
|
15058
15209
|
border-radius: var(--radius-1);
|
|
15059
|
-
font-weight: var(--font-weight-
|
|
15210
|
+
font-weight: var(--font-weight-regular);
|
|
15060
15211
|
}
|
|
15061
15212
|
.rt-SidebarContent:where(.xs\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15062
15213
|
width: var(--content-icon-size-1);
|
|
@@ -15075,7 +15226,7 @@
|
|
|
15075
15226
|
line-height: var(--line-height-2);
|
|
15076
15227
|
letter-spacing: var(--letter-spacing-2);
|
|
15077
15228
|
border-radius: var(--radius-2);
|
|
15078
|
-
font-weight: var(--font-weight-
|
|
15229
|
+
font-weight: var(--font-weight-regular);
|
|
15079
15230
|
}
|
|
15080
15231
|
.rt-SidebarContent:where(.xs\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15081
15232
|
width: var(--content-icon-size-2);
|
|
@@ -15118,7 +15269,7 @@
|
|
|
15118
15269
|
line-height: var(--line-height-1);
|
|
15119
15270
|
letter-spacing: var(--letter-spacing-1);
|
|
15120
15271
|
border-radius: var(--radius-1);
|
|
15121
|
-
font-weight: var(--font-weight-
|
|
15272
|
+
font-weight: var(--font-weight-regular);
|
|
15122
15273
|
}
|
|
15123
15274
|
.rt-SidebarContent:where(.sm\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15124
15275
|
width: var(--content-icon-size-1);
|
|
@@ -15137,7 +15288,7 @@
|
|
|
15137
15288
|
line-height: var(--line-height-2);
|
|
15138
15289
|
letter-spacing: var(--letter-spacing-2);
|
|
15139
15290
|
border-radius: var(--radius-2);
|
|
15140
|
-
font-weight: var(--font-weight-
|
|
15291
|
+
font-weight: var(--font-weight-regular);
|
|
15141
15292
|
}
|
|
15142
15293
|
.rt-SidebarContent:where(.sm\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15143
15294
|
width: var(--content-icon-size-2);
|
|
@@ -15180,7 +15331,7 @@
|
|
|
15180
15331
|
line-height: var(--line-height-1);
|
|
15181
15332
|
letter-spacing: var(--letter-spacing-1);
|
|
15182
15333
|
border-radius: var(--radius-1);
|
|
15183
|
-
font-weight: var(--font-weight-
|
|
15334
|
+
font-weight: var(--font-weight-regular);
|
|
15184
15335
|
}
|
|
15185
15336
|
.rt-SidebarContent:where(.md\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15186
15337
|
width: var(--content-icon-size-1);
|
|
@@ -15199,7 +15350,7 @@
|
|
|
15199
15350
|
line-height: var(--line-height-2);
|
|
15200
15351
|
letter-spacing: var(--letter-spacing-2);
|
|
15201
15352
|
border-radius: var(--radius-2);
|
|
15202
|
-
font-weight: var(--font-weight-
|
|
15353
|
+
font-weight: var(--font-weight-regular);
|
|
15203
15354
|
}
|
|
15204
15355
|
.rt-SidebarContent:where(.md\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15205
15356
|
width: var(--content-icon-size-2);
|
|
@@ -15242,7 +15393,7 @@
|
|
|
15242
15393
|
line-height: var(--line-height-1);
|
|
15243
15394
|
letter-spacing: var(--letter-spacing-1);
|
|
15244
15395
|
border-radius: var(--radius-1);
|
|
15245
|
-
font-weight: var(--font-weight-
|
|
15396
|
+
font-weight: var(--font-weight-regular);
|
|
15246
15397
|
}
|
|
15247
15398
|
.rt-SidebarContent:where(.lg\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15248
15399
|
width: var(--content-icon-size-1);
|
|
@@ -15261,7 +15412,7 @@
|
|
|
15261
15412
|
line-height: var(--line-height-2);
|
|
15262
15413
|
letter-spacing: var(--letter-spacing-2);
|
|
15263
15414
|
border-radius: var(--radius-2);
|
|
15264
|
-
font-weight: var(--font-weight-
|
|
15415
|
+
font-weight: var(--font-weight-regular);
|
|
15265
15416
|
}
|
|
15266
15417
|
.rt-SidebarContent:where(.lg\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15267
15418
|
width: var(--content-icon-size-2);
|
|
@@ -15304,7 +15455,7 @@
|
|
|
15304
15455
|
line-height: var(--line-height-1);
|
|
15305
15456
|
letter-spacing: var(--letter-spacing-1);
|
|
15306
15457
|
border-radius: var(--radius-1);
|
|
15307
|
-
font-weight: var(--font-weight-
|
|
15458
|
+
font-weight: var(--font-weight-regular);
|
|
15308
15459
|
}
|
|
15309
15460
|
.rt-SidebarContent:where(.xl\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15310
15461
|
width: var(--content-icon-size-1);
|
|
@@ -15323,7 +15474,7 @@
|
|
|
15323
15474
|
line-height: var(--line-height-2);
|
|
15324
15475
|
letter-spacing: var(--letter-spacing-2);
|
|
15325
15476
|
border-radius: var(--radius-2);
|
|
15326
|
-
font-weight: var(--font-weight-
|
|
15477
|
+
font-weight: var(--font-weight-regular);
|
|
15327
15478
|
}
|
|
15328
15479
|
.rt-SidebarContent:where(.xl\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
|
|
15329
15480
|
width: var(--content-icon-size-2);
|
|
@@ -15386,6 +15537,7 @@
|
|
|
15386
15537
|
.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]) {
|
|
15387
15538
|
background-color: var(--accent-9);
|
|
15388
15539
|
color: var(--accent-contrast);
|
|
15540
|
+
font-weight: var(--font-weight-medium);
|
|
15389
15541
|
}
|
|
15390
15542
|
.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) {
|
|
15391
15543
|
color: inherit !important;
|
|
@@ -15431,6 +15583,7 @@
|
|
|
15431
15583
|
.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]) {
|
|
15432
15584
|
background-color: var(--accent-12);
|
|
15433
15585
|
color: var(--accent-1);
|
|
15586
|
+
font-weight: var(--font-weight-medium);
|
|
15434
15587
|
}
|
|
15435
15588
|
.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) {
|
|
15436
15589
|
color: inherit !important;
|
|
@@ -15506,6 +15659,7 @@
|
|
|
15506
15659
|
.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]) {
|
|
15507
15660
|
background-color: var(--accent-3);
|
|
15508
15661
|
color: var(--accent-12);
|
|
15662
|
+
font-weight: var(--font-weight-medium);
|
|
15509
15663
|
}
|
|
15510
15664
|
: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])) {
|
|
15511
15665
|
background-color: var(--accent-a3);
|
|
@@ -15576,6 +15730,7 @@
|
|
|
15576
15730
|
}
|
|
15577
15731
|
.rt-ShellRail[data-mode='collapsed'] {
|
|
15578
15732
|
width: 0px;
|
|
15733
|
+
transition-delay: var(--motion-duration-small);
|
|
15579
15734
|
position: absolute;
|
|
15580
15735
|
inset-block: 0;
|
|
15581
15736
|
inset-inline-start: 0;
|
|
@@ -15585,7 +15740,6 @@
|
|
|
15585
15740
|
flex-direction: column;
|
|
15586
15741
|
width: var(--rail-size, 64px);
|
|
15587
15742
|
height: 100%;
|
|
15588
|
-
padding: var(--space-2);
|
|
15589
15743
|
gap: var(--space-2);
|
|
15590
15744
|
opacity: 0;
|
|
15591
15745
|
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
@@ -15611,6 +15765,7 @@
|
|
|
15611
15765
|
}
|
|
15612
15766
|
.rt-ShellPanel:not([data-visible]) {
|
|
15613
15767
|
width: 0px;
|
|
15768
|
+
transition-delay: var(--motion-duration-small);
|
|
15614
15769
|
position: absolute;
|
|
15615
15770
|
inset-block: 0;
|
|
15616
15771
|
inset-inline-start: var(--peek-rail-width, var(--rail-size, 64px));
|
|
@@ -15651,6 +15806,7 @@
|
|
|
15651
15806
|
}
|
|
15652
15807
|
.rt-ShellSidebar[data-mode='collapsed'] {
|
|
15653
15808
|
width: 0px;
|
|
15809
|
+
transition-delay: var(--motion-duration-small);
|
|
15654
15810
|
position: absolute;
|
|
15655
15811
|
inset-block: 0;
|
|
15656
15812
|
inset-inline-start: 0;
|
|
@@ -15670,6 +15826,17 @@
|
|
|
15670
15826
|
.rt-ShellSidebarContent[data-visible] {
|
|
15671
15827
|
opacity: 1;
|
|
15672
15828
|
}
|
|
15829
|
+
.rt-ShellSidebarContent[data-phase='hiding'] {
|
|
15830
|
+
opacity: 0;
|
|
15831
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15832
|
+
}
|
|
15833
|
+
.rt-ShellSidebarContent[data-phase='resizing'] {
|
|
15834
|
+
opacity: 0;
|
|
15835
|
+
}
|
|
15836
|
+
.rt-ShellSidebarContent[data-phase='showing'] {
|
|
15837
|
+
opacity: 1;
|
|
15838
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15839
|
+
}
|
|
15673
15840
|
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellSidebarContent {
|
|
15674
15841
|
opacity: 0;
|
|
15675
15842
|
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
@@ -15710,6 +15877,7 @@
|
|
|
15710
15877
|
}
|
|
15711
15878
|
.rt-ShellInspector[data-mode='collapsed'] {
|
|
15712
15879
|
width: 0px;
|
|
15880
|
+
transition-delay: var(--motion-duration-small);
|
|
15713
15881
|
position: absolute;
|
|
15714
15882
|
inset-block: 0;
|
|
15715
15883
|
inset-inline-end: 0;
|
|
@@ -15747,6 +15915,7 @@
|
|
|
15747
15915
|
position: absolute;
|
|
15748
15916
|
inset-inline: 0;
|
|
15749
15917
|
inset-block-end: 0;
|
|
15918
|
+
transition-delay: var(--motion-duration-small);
|
|
15750
15919
|
}
|
|
15751
15920
|
.rt-ShellBottomContent {
|
|
15752
15921
|
display: flex;
|
|
@@ -15917,6 +16086,7 @@
|
|
|
15917
16086
|
.rt-ShellInspector[data-peek] .rt-ShellInspectorContent,
|
|
15918
16087
|
.rt-ShellBottom[data-peek] .rt-ShellBottomContent {
|
|
15919
16088
|
opacity: 1;
|
|
16089
|
+
transition-delay: var(--motion-duration-small);
|
|
15920
16090
|
}
|
|
15921
16091
|
.rt-ShellRail[data-peek] {
|
|
15922
16092
|
inset-block: 0;
|
|
@@ -19173,18 +19343,18 @@
|
|
|
19173
19343
|
text-align: start;
|
|
19174
19344
|
transition: height 150ms ease-out;
|
|
19175
19345
|
}
|
|
19176
|
-
.rt-
|
|
19346
|
+
.rt-ChatbarBox :where(.rt-ChatbarGrid) {
|
|
19177
19347
|
display: flex;
|
|
19178
19348
|
flex-direction: column;
|
|
19179
19349
|
gap: var(--space-4);
|
|
19180
19350
|
width: 100%;
|
|
19181
19351
|
}
|
|
19182
|
-
.rt-ChatbarRoot:where([data-state=
|
|
19352
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarGrid) {
|
|
19183
19353
|
flex-direction: row;
|
|
19184
19354
|
align-items: center;
|
|
19185
19355
|
flex-wrap: wrap;
|
|
19186
19356
|
}
|
|
19187
|
-
.rt-ChatbarRoot:where([data-state=
|
|
19357
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarAttachmentsRow) {
|
|
19188
19358
|
flex-basis: 100%;
|
|
19189
19359
|
order: -1;
|
|
19190
19360
|
}
|
|
@@ -19195,10 +19365,10 @@
|
|
|
19195
19365
|
.rt-ChatbarSend {
|
|
19196
19366
|
transition: opacity 150ms ease-in-out;
|
|
19197
19367
|
}
|
|
19198
|
-
.rt-ChatbarRoot:where([data-state=
|
|
19368
|
+
.rt-ChatbarRoot:where([data-state='closed']) :where(.rt-ChatbarRow) {
|
|
19199
19369
|
display: none;
|
|
19200
19370
|
}
|
|
19201
|
-
.rt-ChatbarRoot:where([data-state=
|
|
19371
|
+
.rt-ChatbarRoot:where([data-state='open']) :where(.rt-ChatbarRow) {
|
|
19202
19372
|
display: block;
|
|
19203
19373
|
width: 100%;
|
|
19204
19374
|
}
|
|
@@ -19232,149 +19402,616 @@
|
|
|
19232
19402
|
}
|
|
19233
19403
|
.rt-ChatbarAttachment {
|
|
19234
19404
|
position: relative;
|
|
19405
|
+
background-color: var(--gray-1);
|
|
19406
|
+
border-radius: var(--radius-1);
|
|
19407
|
+
}
|
|
19408
|
+
.rt-ChatbarAttachment:where([data-kind='file']) {
|
|
19409
|
+
max-width: 200px;
|
|
19235
19410
|
}
|
|
19236
19411
|
.rt-ChatbarAttachmentRemove {
|
|
19237
19412
|
position: absolute;
|
|
19238
19413
|
top: var(--chatbar-remove-offset);
|
|
19239
19414
|
right: var(--chatbar-remove-offset);
|
|
19240
19415
|
}
|
|
19241
|
-
.rt-
|
|
19242
|
-
|
|
19243
|
-
transition: all var(--motion-duration-small) var(--motion-spring-snappy);
|
|
19244
|
-
}
|
|
19245
|
-
.rt-ChatbarDropOverlay {
|
|
19246
|
-
position: absolute;
|
|
19247
|
-
top: 0;
|
|
19248
|
-
left: 0;
|
|
19249
|
-
right: 0;
|
|
19250
|
-
bottom: 0;
|
|
19251
|
-
background: var(--gray-a3);
|
|
19252
|
-
border-radius: inherit;
|
|
19253
|
-
display: flex;
|
|
19254
|
-
align-items: center;
|
|
19255
|
-
justify-content: center;
|
|
19256
|
-
z-index: 10;
|
|
19257
|
-
animation: rt-fade-in var(--motion-duration-small) var(--motion-spring-snappy);
|
|
19258
|
-
}
|
|
19259
|
-
.rt-ChatbarDropContent {
|
|
19260
|
-
display: flex;
|
|
19261
|
-
flex-direction: column;
|
|
19262
|
-
align-items: center;
|
|
19263
|
-
gap: var(--space-2);
|
|
19264
|
-
color: var(--accent-11);
|
|
19265
|
-
}
|
|
19266
|
-
.rt-ChatbarDropIcon {
|
|
19267
|
-
width: var(--space-6);
|
|
19268
|
-
height: var(--space-6);
|
|
19269
|
-
}
|
|
19270
|
-
.rt-ChatbarInlineStart,
|
|
19271
|
-
.rt-ChatbarInlineEnd {
|
|
19272
|
-
flex-shrink: 0;
|
|
19273
|
-
display: inline-flex;
|
|
19274
|
-
align-items: center;
|
|
19275
|
-
gap: var(--space-2);
|
|
19276
|
-
}
|
|
19277
|
-
.rt-ChatbarRowStart {
|
|
19278
|
-
display: inline-flex;
|
|
19279
|
-
align-items: center;
|
|
19280
|
-
gap: var(--space-2);
|
|
19281
|
-
flex-shrink: 0;
|
|
19282
|
-
}
|
|
19283
|
-
.rt-ChatbarRowEnd {
|
|
19284
|
-
display: inline-flex;
|
|
19285
|
-
align-items: center;
|
|
19286
|
-
gap: var(--space-2);
|
|
19287
|
-
flex-shrink: 0;
|
|
19288
|
-
margin-left: auto;
|
|
19289
|
-
}
|
|
19290
|
-
.rt-ChatbarRoot:where(.rt-r-size-1) {
|
|
19291
|
-
font-size: var(--font-size-1);
|
|
19292
|
-
line-height: var(--line-height-1);
|
|
19293
|
-
--chatbar-attachment-thumb: var(--space-8);
|
|
19294
|
-
--chatbar-remove-offset: var(--space-1);
|
|
19295
|
-
--chatbar-attachments-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19416
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19417
|
+
border-radius: var(--radius-1);
|
|
19296
19418
|
}
|
|
19297
|
-
.rt-ChatbarRoot:where(.rt-r-size-2) {
|
|
19298
|
-
|
|
19299
|
-
line-height: var(--line-height-2);
|
|
19300
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19301
|
-
--chatbar-remove-offset: var(--space-2);
|
|
19302
|
-
--chatbar-attachments-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19419
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19420
|
+
border-radius: var(--radius-2);
|
|
19303
19421
|
}
|
|
19304
|
-
.rt-ChatbarRoot:where(.rt-r-size-3) {
|
|
19305
|
-
|
|
19306
|
-
line-height: var(--line-height-3);
|
|
19307
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19308
|
-
--chatbar-remove-offset: var(--space-3);
|
|
19309
|
-
--chatbar-attachments-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19422
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19423
|
+
border-radius: var(--radius-3);
|
|
19310
19424
|
}
|
|
19311
19425
|
@media (min-width: 520px) {
|
|
19312
|
-
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) {
|
|
19313
|
-
|
|
19314
|
-
line-height: var(--line-height-1);
|
|
19315
|
-
--chatbar-attachment-thumb: var(--space-8);
|
|
19316
|
-
--chatbar-remove-offset: var(--space-1);
|
|
19317
|
-
--chatbar-attachments-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19426
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19427
|
+
border-radius: var(--radius-1);
|
|
19318
19428
|
}
|
|
19319
|
-
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) {
|
|
19320
|
-
|
|
19321
|
-
line-height: var(--line-height-2);
|
|
19322
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19323
|
-
--chatbar-remove-offset: var(--space-2);
|
|
19324
|
-
--chatbar-attachments-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19429
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19430
|
+
border-radius: var(--radius-2);
|
|
19325
19431
|
}
|
|
19326
|
-
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) {
|
|
19327
|
-
|
|
19328
|
-
line-height: var(--line-height-3);
|
|
19329
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19330
|
-
--chatbar-remove-offset: var(--space-3);
|
|
19331
|
-
--chatbar-attachments-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19432
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19433
|
+
border-radius: var(--radius-3);
|
|
19332
19434
|
}
|
|
19333
19435
|
}
|
|
19334
19436
|
@media (min-width: 768px) {
|
|
19335
|
-
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) {
|
|
19336
|
-
|
|
19337
|
-
line-height: var(--line-height-1);
|
|
19338
|
-
--chatbar-attachment-thumb: var(--space-8);
|
|
19339
|
-
--chatbar-remove-offset: var(--space-1);
|
|
19340
|
-
--chatbar-attachments-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19437
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19438
|
+
border-radius: var(--radius-1);
|
|
19341
19439
|
}
|
|
19342
|
-
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) {
|
|
19343
|
-
|
|
19344
|
-
line-height: var(--line-height-2);
|
|
19345
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19346
|
-
--chatbar-remove-offset: var(--space-2);
|
|
19347
|
-
--chatbar-attachments-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19440
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19441
|
+
border-radius: var(--radius-2);
|
|
19348
19442
|
}
|
|
19349
|
-
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) {
|
|
19350
|
-
|
|
19351
|
-
line-height: var(--line-height-3);
|
|
19352
|
-
--chatbar-attachment-thumb: var(--space-9);
|
|
19353
|
-
--chatbar-remove-offset: var(--space-3);
|
|
19354
|
-
--chatbar-attachments-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19443
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19444
|
+
border-radius: var(--radius-3);
|
|
19355
19445
|
}
|
|
19356
19446
|
}
|
|
19357
19447
|
@media (min-width: 1024px) {
|
|
19358
|
-
.rt-ChatbarRoot:where(.md\:rt-r-size-1) {
|
|
19448
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19449
|
+
border-radius: var(--radius-1);
|
|
19450
|
+
}
|
|
19451
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19452
|
+
border-radius: var(--radius-2);
|
|
19453
|
+
}
|
|
19454
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19455
|
+
border-radius: var(--radius-3);
|
|
19456
|
+
}
|
|
19457
|
+
}
|
|
19458
|
+
@media (min-width: 1280px) {
|
|
19459
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19460
|
+
border-radius: var(--radius-1);
|
|
19461
|
+
}
|
|
19462
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19463
|
+
border-radius: var(--radius-2);
|
|
19464
|
+
}
|
|
19465
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19466
|
+
border-radius: var(--radius-3);
|
|
19467
|
+
}
|
|
19468
|
+
}
|
|
19469
|
+
@media (min-width: 1640px) {
|
|
19470
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19471
|
+
border-radius: var(--radius-1);
|
|
19472
|
+
}
|
|
19473
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19474
|
+
border-radius: var(--radius-2);
|
|
19475
|
+
}
|
|
19476
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) :where(.rt-ChatbarAttachment, .rt-ChatbarAttachmentPreview) {
|
|
19477
|
+
border-radius: var(--radius-3);
|
|
19478
|
+
}
|
|
19479
|
+
}
|
|
19480
|
+
.rt-ChatbarBox {
|
|
19481
|
+
box-sizing: border-box;
|
|
19482
|
+
width: 100%;
|
|
19483
|
+
transition: var(--transition-text-field);
|
|
19484
|
+
isolation: isolate;
|
|
19485
|
+
}
|
|
19486
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox {
|
|
19487
|
+
-webkit-backdrop-filter: var(--backdrop-filter-components);
|
|
19488
|
+
backdrop-filter: var(--backdrop-filter-components);
|
|
19489
|
+
--backdrop-filter-components: blur(var(--backdrop-blur-components));
|
|
19490
|
+
}
|
|
19491
|
+
.rt-ChatbarRoot:where([data-panel-background='solid'], [data-material='solid']) .rt-ChatbarBox {
|
|
19492
|
+
-webkit-backdrop-filter: none;
|
|
19493
|
+
backdrop-filter: none;
|
|
19494
|
+
--backdrop-filter-components: none;
|
|
19495
|
+
}
|
|
19496
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) .rt-ChatbarBox {
|
|
19497
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19498
|
+
padding: var(--space-2);
|
|
19499
|
+
}
|
|
19500
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) .rt-ChatbarInput {
|
|
19501
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19502
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19503
|
+
font-size: var(--font-size-1);
|
|
19504
|
+
line-height: var(--line-height-1);
|
|
19505
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19506
|
+
}
|
|
19507
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) .rt-ChatbarBox {
|
|
19508
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19509
|
+
padding: var(--space-3);
|
|
19510
|
+
}
|
|
19511
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) .rt-ChatbarInput {
|
|
19512
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19513
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19514
|
+
font-size: var(--font-size-2);
|
|
19515
|
+
line-height: var(--line-height-2);
|
|
19516
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19517
|
+
}
|
|
19518
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) .rt-ChatbarBox {
|
|
19519
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19520
|
+
padding: var(--space-4);
|
|
19521
|
+
}
|
|
19522
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) .rt-ChatbarInput {
|
|
19523
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19524
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19525
|
+
font-size: var(--font-size-3);
|
|
19526
|
+
line-height: var(--line-height-3);
|
|
19527
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19528
|
+
}
|
|
19529
|
+
@media (min-width: 520px) {
|
|
19530
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) .rt-ChatbarBox {
|
|
19531
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19532
|
+
padding: var(--space-2);
|
|
19533
|
+
}
|
|
19534
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) .rt-ChatbarInput {
|
|
19535
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19536
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19537
|
+
font-size: var(--font-size-1);
|
|
19538
|
+
line-height: var(--line-height-1);
|
|
19539
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19540
|
+
}
|
|
19541
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) .rt-ChatbarBox {
|
|
19542
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19543
|
+
padding: var(--space-3);
|
|
19544
|
+
}
|
|
19545
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) .rt-ChatbarInput {
|
|
19546
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19547
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19548
|
+
font-size: var(--font-size-2);
|
|
19549
|
+
line-height: var(--line-height-2);
|
|
19550
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19551
|
+
}
|
|
19552
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) .rt-ChatbarBox {
|
|
19553
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19554
|
+
padding: var(--space-4);
|
|
19555
|
+
}
|
|
19556
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) .rt-ChatbarInput {
|
|
19557
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19558
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19559
|
+
font-size: var(--font-size-3);
|
|
19560
|
+
line-height: var(--line-height-3);
|
|
19561
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19562
|
+
}
|
|
19563
|
+
}
|
|
19564
|
+
@media (min-width: 768px) {
|
|
19565
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) .rt-ChatbarBox {
|
|
19566
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19567
|
+
padding: var(--space-2);
|
|
19568
|
+
}
|
|
19569
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) .rt-ChatbarInput {
|
|
19570
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19571
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19572
|
+
font-size: var(--font-size-1);
|
|
19573
|
+
line-height: var(--line-height-1);
|
|
19574
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19575
|
+
}
|
|
19576
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) .rt-ChatbarBox {
|
|
19577
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19578
|
+
padding: var(--space-3);
|
|
19579
|
+
}
|
|
19580
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) .rt-ChatbarInput {
|
|
19581
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19582
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19583
|
+
font-size: var(--font-size-2);
|
|
19584
|
+
line-height: var(--line-height-2);
|
|
19585
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19586
|
+
}
|
|
19587
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) .rt-ChatbarBox {
|
|
19588
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19589
|
+
padding: var(--space-4);
|
|
19590
|
+
}
|
|
19591
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) .rt-ChatbarInput {
|
|
19592
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19593
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19594
|
+
font-size: var(--font-size-3);
|
|
19595
|
+
line-height: var(--line-height-3);
|
|
19596
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19597
|
+
}
|
|
19598
|
+
}
|
|
19599
|
+
@media (min-width: 1024px) {
|
|
19600
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) .rt-ChatbarBox {
|
|
19601
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19602
|
+
padding: var(--space-2);
|
|
19603
|
+
}
|
|
19604
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) .rt-ChatbarInput {
|
|
19605
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19606
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19607
|
+
font-size: var(--font-size-1);
|
|
19608
|
+
line-height: var(--line-height-1);
|
|
19609
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19610
|
+
}
|
|
19611
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) .rt-ChatbarBox {
|
|
19612
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19613
|
+
padding: var(--space-3);
|
|
19614
|
+
}
|
|
19615
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) .rt-ChatbarInput {
|
|
19616
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19617
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19618
|
+
font-size: var(--font-size-2);
|
|
19619
|
+
line-height: var(--line-height-2);
|
|
19620
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19621
|
+
}
|
|
19622
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) .rt-ChatbarBox {
|
|
19623
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19624
|
+
padding: var(--space-4);
|
|
19625
|
+
}
|
|
19626
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-3) .rt-ChatbarInput {
|
|
19627
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19628
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19629
|
+
font-size: var(--font-size-3);
|
|
19630
|
+
line-height: var(--line-height-3);
|
|
19631
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19632
|
+
}
|
|
19633
|
+
}
|
|
19634
|
+
@media (min-width: 1280px) {
|
|
19635
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) .rt-ChatbarBox {
|
|
19636
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19637
|
+
padding: var(--space-2);
|
|
19638
|
+
}
|
|
19639
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-1) .rt-ChatbarInput {
|
|
19640
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19641
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19642
|
+
font-size: var(--font-size-1);
|
|
19643
|
+
line-height: var(--line-height-1);
|
|
19644
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19645
|
+
}
|
|
19646
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) .rt-ChatbarBox {
|
|
19647
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19648
|
+
padding: var(--space-3);
|
|
19649
|
+
}
|
|
19650
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) .rt-ChatbarInput {
|
|
19651
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19652
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19653
|
+
font-size: var(--font-size-2);
|
|
19654
|
+
line-height: var(--line-height-2);
|
|
19655
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19656
|
+
}
|
|
19657
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) .rt-ChatbarBox {
|
|
19658
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19659
|
+
padding: var(--space-4);
|
|
19660
|
+
}
|
|
19661
|
+
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) .rt-ChatbarInput {
|
|
19662
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19663
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19664
|
+
font-size: var(--font-size-3);
|
|
19665
|
+
line-height: var(--line-height-3);
|
|
19666
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19667
|
+
}
|
|
19668
|
+
}
|
|
19669
|
+
@media (min-width: 1640px) {
|
|
19670
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) .rt-ChatbarBox {
|
|
19671
|
+
border-radius: min(var(--radius-5), calc(var(--radius-1) + var(--space-1)));
|
|
19672
|
+
padding: var(--space-2);
|
|
19673
|
+
}
|
|
19674
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-1) .rt-ChatbarInput {
|
|
19675
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19676
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19677
|
+
font-size: var(--font-size-1);
|
|
19678
|
+
line-height: var(--line-height-1);
|
|
19679
|
+
letter-spacing: var(--letter-spacing-1);
|
|
19680
|
+
}
|
|
19681
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) .rt-ChatbarBox {
|
|
19682
|
+
border-radius: min(var(--radius-6), calc(var(--radius-2) + var(--space-2)));
|
|
19683
|
+
padding: var(--space-3);
|
|
19684
|
+
}
|
|
19685
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) .rt-ChatbarInput {
|
|
19686
|
+
--text-area-padding-y: calc(var(--space-2) - var(--text-area-border-width));
|
|
19687
|
+
--text-area-padding-x: calc(var(--space-2) - var(--text-area-border-width));
|
|
19688
|
+
font-size: var(--font-size-2);
|
|
19689
|
+
line-height: var(--line-height-2);
|
|
19690
|
+
letter-spacing: var(--letter-spacing-2);
|
|
19691
|
+
}
|
|
19692
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) .rt-ChatbarBox {
|
|
19693
|
+
border-radius: min(var(--radius-7), calc(var(--radius-3) + var(--space-3)));
|
|
19694
|
+
padding: var(--space-4);
|
|
19695
|
+
}
|
|
19696
|
+
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) .rt-ChatbarInput {
|
|
19697
|
+
--text-area-padding-y: calc(var(--space-3) - var(--text-area-border-width));
|
|
19698
|
+
--text-area-padding-x: calc(var(--space-3) - var(--text-area-border-width));
|
|
19699
|
+
font-size: var(--font-size-3);
|
|
19700
|
+
line-height: var(--line-height-3);
|
|
19701
|
+
letter-spacing: var(--letter-spacing-3);
|
|
19702
|
+
}
|
|
19703
|
+
}
|
|
19704
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-1) .rt-ChatbarBox {
|
|
19705
|
+
min-height: var(--space-8);
|
|
19706
|
+
}
|
|
19707
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-2) .rt-ChatbarBox {
|
|
19708
|
+
min-height: var(--space-9);
|
|
19709
|
+
}
|
|
19710
|
+
.rt-ChatbarRoot:where([data-state='open'].rt-r-size-3) .rt-ChatbarBox {
|
|
19711
|
+
min-height: 80px;
|
|
19712
|
+
}
|
|
19713
|
+
@media (min-width: 520px) {
|
|
19714
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-1) .rt-ChatbarBox {
|
|
19715
|
+
min-height: var(--space-8);
|
|
19716
|
+
}
|
|
19717
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-2) .rt-ChatbarBox {
|
|
19718
|
+
min-height: var(--space-9);
|
|
19719
|
+
}
|
|
19720
|
+
.rt-ChatbarRoot:where([data-state='open'].xs\:rt-r-size-3) .rt-ChatbarBox {
|
|
19721
|
+
min-height: 80px;
|
|
19722
|
+
}
|
|
19723
|
+
}
|
|
19724
|
+
@media (min-width: 768px) {
|
|
19725
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-1) .rt-ChatbarBox {
|
|
19726
|
+
min-height: var(--space-8);
|
|
19727
|
+
}
|
|
19728
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-2) .rt-ChatbarBox {
|
|
19729
|
+
min-height: var(--space-9);
|
|
19730
|
+
}
|
|
19731
|
+
.rt-ChatbarRoot:where([data-state='open'].sm\:rt-r-size-3) .rt-ChatbarBox {
|
|
19732
|
+
min-height: 80px;
|
|
19733
|
+
}
|
|
19734
|
+
}
|
|
19735
|
+
@media (min-width: 1024px) {
|
|
19736
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-1) .rt-ChatbarBox {
|
|
19737
|
+
min-height: var(--space-8);
|
|
19738
|
+
}
|
|
19739
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-2) .rt-ChatbarBox {
|
|
19740
|
+
min-height: var(--space-9);
|
|
19741
|
+
}
|
|
19742
|
+
.rt-ChatbarRoot:where([data-state='open'].md\:rt-r-size-3) .rt-ChatbarBox {
|
|
19743
|
+
min-height: 80px;
|
|
19744
|
+
}
|
|
19745
|
+
}
|
|
19746
|
+
@media (min-width: 1280px) {
|
|
19747
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-1) .rt-ChatbarBox {
|
|
19748
|
+
min-height: var(--space-8);
|
|
19749
|
+
}
|
|
19750
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-2) .rt-ChatbarBox {
|
|
19751
|
+
min-height: var(--space-9);
|
|
19752
|
+
}
|
|
19753
|
+
.rt-ChatbarRoot:where([data-state='open'].lg\:rt-r-size-3) .rt-ChatbarBox {
|
|
19754
|
+
min-height: 80px;
|
|
19755
|
+
}
|
|
19756
|
+
}
|
|
19757
|
+
@media (min-width: 1640px) {
|
|
19758
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-1) .rt-ChatbarBox {
|
|
19759
|
+
min-height: var(--space-8);
|
|
19760
|
+
}
|
|
19761
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-2) .rt-ChatbarBox {
|
|
19762
|
+
min-height: var(--space-9);
|
|
19763
|
+
}
|
|
19764
|
+
.rt-ChatbarRoot:where([data-state='open'].xl\:rt-r-size-3) .rt-ChatbarBox {
|
|
19765
|
+
min-height: 80px;
|
|
19766
|
+
}
|
|
19767
|
+
}
|
|
19768
|
+
.rt-ChatbarBox:where(.rt-variant-outline) {
|
|
19769
|
+
--text-area-selection-color: var(--focus-a5);
|
|
19770
|
+
--text-area-focus-color: var(--focus-8);
|
|
19771
|
+
--text-area-border-width: 1px;
|
|
19772
|
+
box-shadow: inset 0 0 0 1px var(--accent-6);
|
|
19773
|
+
transition: var(--transition-background-blur);
|
|
19774
|
+
}
|
|
19775
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline) {
|
|
19776
|
+
box-shadow: inset 0 0 0 1px var(--accent-a6);
|
|
19777
|
+
}
|
|
19778
|
+
@media (hover: hover) {
|
|
19779
|
+
.rt-ChatbarBox:where(.rt-variant-outline):where(:hover:not(:focus-within)) {
|
|
19780
|
+
background-color: var(--accent-2);
|
|
19781
|
+
box-shadow: inset 0 0 0 1px var(--accent-7);
|
|
19782
|
+
}
|
|
19783
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline):where(:hover:not(:focus-within)) {
|
|
19784
|
+
background-color: color-mix(in srgb, var(--accent-a2), var(--accent-2) 60%);
|
|
19785
|
+
box-shadow: inset 0 0 0 1px var(--accent-a7);
|
|
19786
|
+
}
|
|
19787
|
+
}
|
|
19788
|
+
.rt-ChatbarBox:where(.rt-variant-outline):where(:focus-within) {
|
|
19789
|
+
box-shadow: inset 0 0 0 1px var(--accent-8);
|
|
19790
|
+
}
|
|
19791
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-outline):where(:focus-within) {
|
|
19792
|
+
box-shadow: inset 0 0 0 1px var(--accent-a8);
|
|
19793
|
+
}
|
|
19794
|
+
.rt-ChatbarBox:where(.rt-variant-classic) {
|
|
19795
|
+
--text-area-selection-color: var(--focus-a5);
|
|
19796
|
+
--text-area-focus-color: var(--focus-8);
|
|
19797
|
+
--text-area-border-width: 0px;
|
|
19798
|
+
background-color: var(--color-surface-solid);
|
|
19799
|
+
box-shadow: var(--shadow-2);
|
|
19800
|
+
transition: var(--transition-text-field);
|
|
19801
|
+
}
|
|
19802
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-classic) {
|
|
19803
|
+
background-color: var(--color-surface-translucent);
|
|
19804
|
+
}
|
|
19805
|
+
@media (hover: hover) {
|
|
19806
|
+
.rt-ChatbarBox:where(.rt-variant-classic):where(:hover:not(:focus-within)) {
|
|
19807
|
+
background-color: var(--accent-2);
|
|
19808
|
+
box-shadow: var(--shadow-3);
|
|
19809
|
+
}
|
|
19810
|
+
}
|
|
19811
|
+
.rt-ChatbarBox:where(.rt-variant-classic):where(:focus-within) {
|
|
19812
|
+
box-shadow: var(--shadow-2), 0 0 0 2px var(--focus-8);
|
|
19813
|
+
}
|
|
19814
|
+
.rt-ChatbarBox:where(.rt-variant-soft) {
|
|
19815
|
+
--text-area-selection-color: var(--accent-a5);
|
|
19816
|
+
--text-area-focus-color: var(--accent-8);
|
|
19817
|
+
--text-area-border-width: 0px;
|
|
19818
|
+
background-color: var(--accent-3);
|
|
19819
|
+
transition: var(--transition-background-blur);
|
|
19820
|
+
}
|
|
19821
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-soft) {
|
|
19822
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
19823
|
+
}
|
|
19824
|
+
@media (hover: hover) {
|
|
19825
|
+
.rt-ChatbarBox:where(.rt-variant-soft):where(:hover:not(:focus-within)) {
|
|
19826
|
+
background-color: var(--accent-4);
|
|
19827
|
+
}
|
|
19828
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-soft):where(:hover:not(:focus-within)) {
|
|
19829
|
+
background-color: color-mix(in srgb, var(--accent-a4), var(--accent-4) 60%);
|
|
19830
|
+
}
|
|
19831
|
+
}
|
|
19832
|
+
.rt-ChatbarBox:where(.rt-variant-ghost) {
|
|
19833
|
+
--text-area-selection-color: var(--accent-a5);
|
|
19834
|
+
--text-area-focus-color: var(--accent-8);
|
|
19835
|
+
--text-area-border-width: 0px;
|
|
19836
|
+
background-color: transparent;
|
|
19837
|
+
}
|
|
19838
|
+
@media (hover: hover) {
|
|
19839
|
+
.rt-ChatbarBox:where(.rt-variant-ghost):where(:hover:not(:focus-within)) {
|
|
19840
|
+
background-color: var(--accent-3);
|
|
19841
|
+
}
|
|
19842
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-ghost):where(:hover:not(:focus-within)) {
|
|
19843
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
19844
|
+
}
|
|
19845
|
+
}
|
|
19846
|
+
.rt-ChatbarBox:where(.rt-variant-ghost):where(:focus-within) {
|
|
19847
|
+
background-color: var(--accent-2);
|
|
19848
|
+
}
|
|
19849
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-ghost):where(:focus-within) {
|
|
19850
|
+
background-color: var(--accent-a2);
|
|
19851
|
+
}
|
|
19852
|
+
.rt-ChatbarBox:where(.rt-variant-surface) {
|
|
19853
|
+
--text-area-selection-color: var(--accent-a5);
|
|
19854
|
+
--text-area-focus-color: var(--accent-8);
|
|
19855
|
+
--text-area-border-width: 1px;
|
|
19856
|
+
background-color: var(--accent-2);
|
|
19857
|
+
box-shadow: inset 0 0 0 1px var(--accent-6);
|
|
19858
|
+
transition: var(--transition-background-blur);
|
|
19859
|
+
}
|
|
19860
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface) {
|
|
19861
|
+
background-color: color-mix(in srgb, var(--accent-a2), var(--accent-2) 60%);
|
|
19862
|
+
box-shadow: inset 0 0 0 1px var(--accent-a6);
|
|
19863
|
+
}
|
|
19864
|
+
@media (hover: hover) {
|
|
19865
|
+
.rt-ChatbarBox:where(.rt-variant-surface):where(:hover:not(:focus-within)) {
|
|
19866
|
+
background-color: var(--accent-3);
|
|
19867
|
+
box-shadow: inset 0 0 0 1px var(--accent-7);
|
|
19868
|
+
}
|
|
19869
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface):where(:hover:not(:focus-within)) {
|
|
19870
|
+
background-color: color-mix(in srgb, var(--accent-a3), var(--accent-3) 60%);
|
|
19871
|
+
box-shadow: inset 0 0 0 1px var(--accent-a7);
|
|
19872
|
+
}
|
|
19873
|
+
}
|
|
19874
|
+
.rt-ChatbarBox:where(.rt-variant-surface):where(:focus-within) {
|
|
19875
|
+
background-color: var(--accent-2);
|
|
19876
|
+
box-shadow: inset 0 0 0 var(--text-area-border-width) var(--accent-8);
|
|
19877
|
+
}
|
|
19878
|
+
.rt-ChatbarRoot:where([data-panel-background='translucent'], [data-material='translucent']) .rt-ChatbarBox:where(.rt-variant-surface):where(:focus-within) {
|
|
19879
|
+
background-color: var(--accent-a2);
|
|
19880
|
+
box-shadow: inset 0 0 0 var(--text-area-border-width) var(--accent-a8);
|
|
19881
|
+
}
|
|
19882
|
+
.rt-ChatbarDropOverlay {
|
|
19883
|
+
position: absolute;
|
|
19884
|
+
top: 0;
|
|
19885
|
+
left: 0;
|
|
19886
|
+
right: 0;
|
|
19887
|
+
bottom: 0;
|
|
19888
|
+
background: var(--gray-a3);
|
|
19889
|
+
border-radius: inherit;
|
|
19890
|
+
display: flex;
|
|
19891
|
+
align-items: center;
|
|
19892
|
+
justify-content: center;
|
|
19893
|
+
z-index: 10;
|
|
19894
|
+
animation: rt-fade-in var(--motion-duration-small) var(--motion-spring-snappy);
|
|
19895
|
+
}
|
|
19896
|
+
.rt-ChatbarDropContent {
|
|
19897
|
+
display: flex;
|
|
19898
|
+
flex-direction: column;
|
|
19899
|
+
align-items: center;
|
|
19900
|
+
gap: var(--space-2);
|
|
19901
|
+
color: var(--accent-11);
|
|
19902
|
+
}
|
|
19903
|
+
.rt-ChatbarDropIcon {
|
|
19904
|
+
width: var(--space-6);
|
|
19905
|
+
height: var(--space-6);
|
|
19906
|
+
}
|
|
19907
|
+
.rt-ChatbarInlineStart,
|
|
19908
|
+
.rt-ChatbarInlineEnd {
|
|
19909
|
+
flex-shrink: 0;
|
|
19910
|
+
display: inline-flex;
|
|
19911
|
+
align-items: center;
|
|
19912
|
+
gap: var(--space-2);
|
|
19913
|
+
}
|
|
19914
|
+
.rt-ChatbarRowStart {
|
|
19915
|
+
display: inline-flex;
|
|
19916
|
+
align-items: center;
|
|
19917
|
+
gap: var(--space-2);
|
|
19918
|
+
flex-shrink: 0;
|
|
19919
|
+
}
|
|
19920
|
+
.rt-ChatbarRowEnd {
|
|
19921
|
+
display: inline-flex;
|
|
19922
|
+
align-items: center;
|
|
19923
|
+
gap: var(--space-2);
|
|
19924
|
+
flex-shrink: 0;
|
|
19925
|
+
margin-left: auto;
|
|
19926
|
+
}
|
|
19927
|
+
.rt-ChatbarRoot:where(.rt-r-size-1) {
|
|
19928
|
+
font-size: var(--font-size-1);
|
|
19929
|
+
line-height: var(--line-height-1);
|
|
19930
|
+
--chatbar-attachment-thumb: var(--space-8);
|
|
19931
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
19932
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
19933
|
+
}
|
|
19934
|
+
.rt-ChatbarRoot:where(.rt-r-size-2) {
|
|
19935
|
+
font-size: var(--font-size-2);
|
|
19936
|
+
line-height: var(--line-height-2);
|
|
19937
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
19938
|
+
--chatbar-remove-offset: var(--space-1);
|
|
19939
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19940
|
+
}
|
|
19941
|
+
.rt-ChatbarRoot:where(.rt-r-size-3) {
|
|
19942
|
+
font-size: var(--font-size-3);
|
|
19943
|
+
line-height: var(--line-height-3);
|
|
19944
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
19945
|
+
--chatbar-remove-offset: var(--space-2);
|
|
19946
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19947
|
+
}
|
|
19948
|
+
@media (min-width: 520px) {
|
|
19949
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-1) {
|
|
19359
19950
|
font-size: var(--font-size-1);
|
|
19360
19951
|
line-height: var(--line-height-1);
|
|
19361
19952
|
--chatbar-attachment-thumb: var(--space-8);
|
|
19953
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
19954
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
19955
|
+
}
|
|
19956
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-2) {
|
|
19957
|
+
font-size: var(--font-size-2);
|
|
19958
|
+
line-height: var(--line-height-2);
|
|
19959
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
19362
19960
|
--chatbar-remove-offset: var(--space-1);
|
|
19363
|
-
--chatbar-attachments-radius:
|
|
19961
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19364
19962
|
}
|
|
19365
|
-
.rt-ChatbarRoot:where(.
|
|
19963
|
+
.rt-ChatbarRoot:where(.xs\:rt-r-size-3) {
|
|
19964
|
+
font-size: var(--font-size-3);
|
|
19965
|
+
line-height: var(--line-height-3);
|
|
19966
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
19967
|
+
--chatbar-remove-offset: var(--space-2);
|
|
19968
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19969
|
+
}
|
|
19970
|
+
}
|
|
19971
|
+
@media (min-width: 768px) {
|
|
19972
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-1) {
|
|
19973
|
+
font-size: var(--font-size-1);
|
|
19974
|
+
line-height: var(--line-height-1);
|
|
19975
|
+
--chatbar-attachment-thumb: var(--space-8);
|
|
19976
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
19977
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
19978
|
+
}
|
|
19979
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-2) {
|
|
19366
19980
|
font-size: var(--font-size-2);
|
|
19367
19981
|
line-height: var(--line-height-2);
|
|
19368
19982
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19983
|
+
--chatbar-remove-offset: var(--space-1);
|
|
19984
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19985
|
+
}
|
|
19986
|
+
.rt-ChatbarRoot:where(.sm\:rt-r-size-3) {
|
|
19987
|
+
font-size: var(--font-size-3);
|
|
19988
|
+
line-height: var(--line-height-3);
|
|
19989
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
19369
19990
|
--chatbar-remove-offset: var(--space-2);
|
|
19370
|
-
--chatbar-attachments-radius:
|
|
19991
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19992
|
+
}
|
|
19993
|
+
}
|
|
19994
|
+
@media (min-width: 1024px) {
|
|
19995
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-1) {
|
|
19996
|
+
font-size: var(--font-size-1);
|
|
19997
|
+
line-height: var(--line-height-1);
|
|
19998
|
+
--chatbar-attachment-thumb: var(--space-8);
|
|
19999
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
20000
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
20001
|
+
}
|
|
20002
|
+
.rt-ChatbarRoot:where(.md\:rt-r-size-2) {
|
|
20003
|
+
font-size: var(--font-size-2);
|
|
20004
|
+
line-height: var(--line-height-2);
|
|
20005
|
+
--chatbar-attachment-thumb: var(--space-9);
|
|
20006
|
+
--chatbar-remove-offset: var(--space-1);
|
|
20007
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19371
20008
|
}
|
|
19372
20009
|
.rt-ChatbarRoot:where(.md\:rt-r-size-3) {
|
|
19373
20010
|
font-size: var(--font-size-3);
|
|
19374
20011
|
line-height: var(--line-height-3);
|
|
19375
20012
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19376
|
-
--chatbar-remove-offset: var(--space-
|
|
19377
|
-
--chatbar-attachments-radius:
|
|
20013
|
+
--chatbar-remove-offset: var(--space-2);
|
|
20014
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19378
20015
|
}
|
|
19379
20016
|
}
|
|
19380
20017
|
@media (min-width: 1280px) {
|
|
@@ -19382,22 +20019,22 @@
|
|
|
19382
20019
|
font-size: var(--font-size-1);
|
|
19383
20020
|
line-height: var(--line-height-1);
|
|
19384
20021
|
--chatbar-attachment-thumb: var(--space-8);
|
|
19385
|
-
--chatbar-remove-offset: var(--space-1);
|
|
19386
|
-
--chatbar-attachments-radius:
|
|
20022
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
20023
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
19387
20024
|
}
|
|
19388
20025
|
.rt-ChatbarRoot:where(.lg\:rt-r-size-2) {
|
|
19389
20026
|
font-size: var(--font-size-2);
|
|
19390
20027
|
line-height: var(--line-height-2);
|
|
19391
20028
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19392
|
-
--chatbar-remove-offset: var(--space-
|
|
19393
|
-
--chatbar-attachments-radius:
|
|
20029
|
+
--chatbar-remove-offset: var(--space-1);
|
|
20030
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19394
20031
|
}
|
|
19395
20032
|
.rt-ChatbarRoot:where(.lg\:rt-r-size-3) {
|
|
19396
20033
|
font-size: var(--font-size-3);
|
|
19397
20034
|
line-height: var(--line-height-3);
|
|
19398
20035
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19399
|
-
--chatbar-remove-offset: var(--space-
|
|
19400
|
-
--chatbar-attachments-radius:
|
|
20036
|
+
--chatbar-remove-offset: var(--space-2);
|
|
20037
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19401
20038
|
}
|
|
19402
20039
|
}
|
|
19403
20040
|
@media (min-width: 1640px) {
|
|
@@ -19405,22 +20042,22 @@
|
|
|
19405
20042
|
font-size: var(--font-size-1);
|
|
19406
20043
|
line-height: var(--line-height-1);
|
|
19407
20044
|
--chatbar-attachment-thumb: var(--space-8);
|
|
19408
|
-
--chatbar-remove-offset: var(--space-1);
|
|
19409
|
-
--chatbar-attachments-radius:
|
|
20045
|
+
--chatbar-remove-offset: calc(var(--space-1) * 0.5);
|
|
20046
|
+
--chatbar-attachments-radius: var(--radius-1);
|
|
19410
20047
|
}
|
|
19411
20048
|
.rt-ChatbarRoot:where(.xl\:rt-r-size-2) {
|
|
19412
20049
|
font-size: var(--font-size-2);
|
|
19413
20050
|
line-height: var(--line-height-2);
|
|
19414
20051
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19415
|
-
--chatbar-remove-offset: var(--space-
|
|
19416
|
-
--chatbar-attachments-radius:
|
|
20052
|
+
--chatbar-remove-offset: var(--space-1);
|
|
20053
|
+
--chatbar-attachments-radius: var(--radius-2);
|
|
19417
20054
|
}
|
|
19418
20055
|
.rt-ChatbarRoot:where(.xl\:rt-r-size-3) {
|
|
19419
20056
|
font-size: var(--font-size-3);
|
|
19420
20057
|
line-height: var(--line-height-3);
|
|
19421
20058
|
--chatbar-attachment-thumb: var(--space-9);
|
|
19422
|
-
--chatbar-remove-offset: var(--space-
|
|
19423
|
-
--chatbar-attachments-radius:
|
|
20059
|
+
--chatbar-remove-offset: var(--space-2);
|
|
20060
|
+
--chatbar-attachments-radius: var(--radius-3);
|
|
19424
20061
|
}
|
|
19425
20062
|
}
|
|
19426
20063
|
.radix-themes:where([data-is-root-theme='true']) {
|