@kushagradhawan/kookie-ui 0.1.40 → 0.1.42
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/README.md +257 -60
- package/components.css +436 -80
- package/dist/cjs/components/schemas/base-button.schema.d.ts +319 -0
- package/dist/cjs/components/schemas/base-button.schema.d.ts.map +1 -0
- package/dist/cjs/components/schemas/base-button.schema.js +2 -0
- package/dist/cjs/components/schemas/base-button.schema.js.map +7 -0
- package/dist/cjs/components/schemas/button.schema.d.ts +686 -0
- package/dist/cjs/components/schemas/button.schema.d.ts.map +1 -0
- package/dist/cjs/components/schemas/button.schema.js +2 -0
- package/dist/cjs/components/schemas/button.schema.js.map +7 -0
- package/dist/cjs/components/schemas/icon-button.schema.d.ts +329 -0
- package/dist/cjs/components/schemas/icon-button.schema.d.ts.map +1 -0
- package/dist/cjs/components/schemas/icon-button.schema.js +2 -0
- package/dist/cjs/components/schemas/icon-button.schema.js.map +7 -0
- package/dist/cjs/components/schemas/index.d.ts +52 -0
- package/dist/cjs/components/schemas/index.d.ts.map +1 -0
- package/dist/cjs/components/schemas/index.js +2 -0
- package/dist/cjs/components/schemas/index.js.map +7 -0
- package/dist/cjs/components/schemas/toggle-button.schema.d.ts +1172 -0
- package/dist/cjs/components/schemas/toggle-button.schema.d.ts.map +1 -0
- package/dist/cjs/components/schemas/toggle-button.schema.js +2 -0
- package/dist/cjs/components/schemas/toggle-button.schema.js.map +7 -0
- package/dist/cjs/components/schemas/toggle-icon-button.schema.d.ts +563 -0
- package/dist/cjs/components/schemas/toggle-icon-button.schema.d.ts.map +1 -0
- package/dist/cjs/components/schemas/toggle-icon-button.schema.js +2 -0
- package/dist/cjs/components/schemas/toggle-icon-button.schema.js.map +7 -0
- package/dist/cjs/components/sheet.d.ts +1 -1
- package/dist/cjs/components/sheet.d.ts.map +1 -1
- package/dist/cjs/components/sheet.js +1 -1
- package/dist/cjs/components/sheet.js.map +3 -3
- package/dist/cjs/components/shell.d.ts +125 -164
- package/dist/cjs/components/shell.d.ts.map +1 -1
- package/dist/cjs/components/shell.js +1 -1
- package/dist/cjs/components/shell.js.map +3 -3
- package/dist/cjs/components/sidebar.d.ts +1 -7
- 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/cjs/components/theme.d.ts +3 -0
- package/dist/cjs/components/theme.d.ts.map +1 -1
- package/dist/cjs/components/theme.js +1 -1
- package/dist/cjs/components/theme.js.map +3 -3
- package/dist/cjs/components/theme.props.d.ts +10 -0
- package/dist/cjs/components/theme.props.d.ts.map +1 -1
- package/dist/cjs/components/theme.props.js +1 -1
- package/dist/cjs/components/theme.props.js.map +3 -3
- package/dist/cjs/helpers/font-config.d.ts +96 -0
- package/dist/cjs/helpers/font-config.d.ts.map +1 -0
- package/dist/cjs/helpers/font-config.js +3 -0
- package/dist/cjs/helpers/font-config.js.map +7 -0
- package/dist/cjs/helpers/index.d.ts +1 -0
- package/dist/cjs/helpers/index.d.ts.map +1 -1
- package/dist/cjs/helpers/index.js +1 -1
- package/dist/cjs/helpers/index.js.map +2 -2
- package/dist/esm/components/schemas/base-button.schema.d.ts +319 -0
- package/dist/esm/components/schemas/base-button.schema.d.ts.map +1 -0
- package/dist/esm/components/schemas/base-button.schema.js +2 -0
- package/dist/esm/components/schemas/base-button.schema.js.map +7 -0
- package/dist/esm/components/schemas/button.schema.d.ts +686 -0
- package/dist/esm/components/schemas/button.schema.d.ts.map +1 -0
- package/dist/esm/components/schemas/button.schema.js +2 -0
- package/dist/esm/components/schemas/button.schema.js.map +7 -0
- package/dist/esm/components/schemas/icon-button.schema.d.ts +329 -0
- package/dist/esm/components/schemas/icon-button.schema.d.ts.map +1 -0
- package/dist/esm/components/schemas/icon-button.schema.js +2 -0
- package/dist/esm/components/schemas/icon-button.schema.js.map +7 -0
- package/dist/esm/components/schemas/index.d.ts +52 -0
- package/dist/esm/components/schemas/index.d.ts.map +1 -0
- package/dist/esm/components/schemas/index.js +2 -0
- package/dist/esm/components/schemas/index.js.map +7 -0
- package/dist/esm/components/schemas/toggle-button.schema.d.ts +1172 -0
- package/dist/esm/components/schemas/toggle-button.schema.d.ts.map +1 -0
- package/dist/esm/components/schemas/toggle-button.schema.js +2 -0
- package/dist/esm/components/schemas/toggle-button.schema.js.map +7 -0
- package/dist/esm/components/schemas/toggle-icon-button.schema.d.ts +563 -0
- package/dist/esm/components/schemas/toggle-icon-button.schema.d.ts.map +1 -0
- package/dist/esm/components/schemas/toggle-icon-button.schema.js +2 -0
- package/dist/esm/components/schemas/toggle-icon-button.schema.js.map +7 -0
- package/dist/esm/components/sheet.d.ts +1 -1
- package/dist/esm/components/sheet.d.ts.map +1 -1
- package/dist/esm/components/sheet.js +1 -1
- package/dist/esm/components/sheet.js.map +3 -3
- package/dist/esm/components/shell.d.ts +125 -164
- package/dist/esm/components/shell.d.ts.map +1 -1
- package/dist/esm/components/shell.js +1 -1
- package/dist/esm/components/shell.js.map +3 -3
- package/dist/esm/components/sidebar.d.ts +1 -7
- 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/dist/esm/components/theme.d.ts +3 -0
- package/dist/esm/components/theme.d.ts.map +1 -1
- package/dist/esm/components/theme.js +1 -1
- package/dist/esm/components/theme.js.map +3 -3
- package/dist/esm/components/theme.props.d.ts +10 -0
- package/dist/esm/components/theme.props.d.ts.map +1 -1
- package/dist/esm/components/theme.props.js +1 -1
- package/dist/esm/components/theme.props.js.map +3 -3
- package/dist/esm/helpers/font-config.d.ts +96 -0
- package/dist/esm/helpers/font-config.d.ts.map +1 -0
- package/dist/esm/helpers/font-config.js +3 -0
- package/dist/esm/helpers/font-config.js.map +7 -0
- package/dist/esm/helpers/index.d.ts +1 -0
- package/dist/esm/helpers/index.d.ts.map +1 -1
- package/dist/esm/helpers/index.js +1 -1
- package/dist/esm/helpers/index.js.map +2 -2
- package/package.json +26 -6
- package/schemas/base-button.d.ts +2 -0
- package/schemas/base-button.json +284 -0
- package/schemas/button.d.ts +2 -0
- package/schemas/button.json +535 -0
- package/schemas/icon-button.d.ts +2 -0
- package/schemas/icon-button.json +318 -0
- package/schemas/index.d.ts +2 -0
- package/schemas/index.json +2016 -0
- package/schemas/schemas.d.ts +29 -0
- package/schemas/toggle-button.d.ts +2 -0
- package/schemas/toggle-button.json +543 -0
- package/schemas/toggle-icon-button.d.ts +2 -0
- package/schemas/toggle-icon-button.json +326 -0
- package/schemas-json.d.ts +12 -0
- package/src/components/_internal/base-menu.css +25 -17
- package/src/components/_internal/base-sidebar.css +13 -14
- package/src/components/dialog.css +12 -0
- package/src/components/schemas/base-button.schema.ts +339 -0
- package/src/components/schemas/button.schema.ts +198 -0
- package/src/components/schemas/icon-button.schema.ts +142 -0
- package/src/components/schemas/index.ts +68 -0
- package/src/components/schemas/toggle-button.schema.ts +122 -0
- package/src/components/schemas/toggle-icon-button.schema.ts +195 -0
- package/src/components/sheet.css +68 -20
- package/src/components/sheet.tsx +62 -3
- package/src/components/shell.css +516 -79
- package/src/components/shell.tsx +2055 -928
- package/src/components/sidebar.tsx +3 -22
- package/src/components/theme.props.tsx +8 -0
- package/src/components/theme.tsx +16 -0
- package/src/helpers/font-config.ts +167 -0
- package/src/helpers/index.ts +1 -0
- package/src/styles/fonts.css +16 -13
- package/src/styles/tokens/cursor.css +1 -1
- package/src/styles/tokens/typography.css +27 -4
- package/styles.css +449 -81
- package/tokens/base.css +13 -1
- package/tokens.css +13 -1
package/components.css
CHANGED
|
@@ -6921,7 +6921,7 @@
|
|
|
6921
6921
|
contain: paint;
|
|
6922
6922
|
isolation: isolate;
|
|
6923
6923
|
}
|
|
6924
|
-
.rt-BaseMenuContent:where([data-state=
|
|
6924
|
+
.rt-BaseMenuContent:where([data-state='open']) {
|
|
6925
6925
|
will-change: transform, opacity;
|
|
6926
6926
|
}
|
|
6927
6927
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -7060,6 +7060,7 @@
|
|
|
7060
7060
|
font-size: var(--font-size-1);
|
|
7061
7061
|
line-height: var(--line-height-1);
|
|
7062
7062
|
letter-spacing: var(--letter-spacing-1);
|
|
7063
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7063
7064
|
}
|
|
7064
7065
|
.rt-BaseMenuContent:where(.rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7065
7066
|
width: var(--indicator-icon-size-1);
|
|
@@ -7095,6 +7096,7 @@
|
|
|
7095
7096
|
font-size: var(--font-size-2);
|
|
7096
7097
|
line-height: var(--line-height-2);
|
|
7097
7098
|
letter-spacing: var(--letter-spacing-2);
|
|
7099
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7098
7100
|
}
|
|
7099
7101
|
.rt-BaseMenuContent:where(.rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7100
7102
|
width: var(--indicator-icon-size-2);
|
|
@@ -7130,6 +7132,7 @@
|
|
|
7130
7132
|
font-size: var(--font-size-2);
|
|
7131
7133
|
line-height: var(--line-height-2);
|
|
7132
7134
|
letter-spacing: var(--letter-spacing-2);
|
|
7135
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7133
7136
|
}
|
|
7134
7137
|
.rt-BaseMenuContent:where(.rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7135
7138
|
width: var(--indicator-icon-size-2);
|
|
@@ -7166,6 +7169,7 @@
|
|
|
7166
7169
|
font-size: var(--font-size-1);
|
|
7167
7170
|
line-height: var(--line-height-1);
|
|
7168
7171
|
letter-spacing: var(--letter-spacing-1);
|
|
7172
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7169
7173
|
}
|
|
7170
7174
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7171
7175
|
width: var(--indicator-icon-size-1);
|
|
@@ -7201,6 +7205,7 @@
|
|
|
7201
7205
|
font-size: var(--font-size-2);
|
|
7202
7206
|
line-height: var(--line-height-2);
|
|
7203
7207
|
letter-spacing: var(--letter-spacing-2);
|
|
7208
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7204
7209
|
}
|
|
7205
7210
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7206
7211
|
width: var(--indicator-icon-size-2);
|
|
@@ -7236,6 +7241,7 @@
|
|
|
7236
7241
|
font-size: var(--font-size-2);
|
|
7237
7242
|
line-height: var(--line-height-2);
|
|
7238
7243
|
letter-spacing: var(--letter-spacing-2);
|
|
7244
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7239
7245
|
}
|
|
7240
7246
|
.rt-BaseMenuContent:where(.xs\:rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7241
7247
|
width: var(--indicator-icon-size-2);
|
|
@@ -7273,6 +7279,7 @@
|
|
|
7273
7279
|
font-size: var(--font-size-1);
|
|
7274
7280
|
line-height: var(--line-height-1);
|
|
7275
7281
|
letter-spacing: var(--letter-spacing-1);
|
|
7282
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7276
7283
|
}
|
|
7277
7284
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7278
7285
|
width: var(--indicator-icon-size-1);
|
|
@@ -7308,6 +7315,7 @@
|
|
|
7308
7315
|
font-size: var(--font-size-2);
|
|
7309
7316
|
line-height: var(--line-height-2);
|
|
7310
7317
|
letter-spacing: var(--letter-spacing-2);
|
|
7318
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7311
7319
|
}
|
|
7312
7320
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7313
7321
|
width: var(--indicator-icon-size-2);
|
|
@@ -7343,6 +7351,7 @@
|
|
|
7343
7351
|
font-size: var(--font-size-2);
|
|
7344
7352
|
line-height: var(--line-height-2);
|
|
7345
7353
|
letter-spacing: var(--letter-spacing-2);
|
|
7354
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7346
7355
|
}
|
|
7347
7356
|
.rt-BaseMenuContent:where(.sm\:rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7348
7357
|
width: var(--indicator-icon-size-2);
|
|
@@ -7380,6 +7389,7 @@
|
|
|
7380
7389
|
font-size: var(--font-size-1);
|
|
7381
7390
|
line-height: var(--line-height-1);
|
|
7382
7391
|
letter-spacing: var(--letter-spacing-1);
|
|
7392
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7383
7393
|
}
|
|
7384
7394
|
.rt-BaseMenuContent:where(.md\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7385
7395
|
width: var(--indicator-icon-size-1);
|
|
@@ -7415,6 +7425,7 @@
|
|
|
7415
7425
|
font-size: var(--font-size-2);
|
|
7416
7426
|
line-height: var(--line-height-2);
|
|
7417
7427
|
letter-spacing: var(--letter-spacing-2);
|
|
7428
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7418
7429
|
}
|
|
7419
7430
|
.rt-BaseMenuContent:where(.md\:rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7420
7431
|
width: var(--indicator-icon-size-2);
|
|
@@ -7450,6 +7461,7 @@
|
|
|
7450
7461
|
font-size: var(--font-size-2);
|
|
7451
7462
|
line-height: var(--line-height-2);
|
|
7452
7463
|
letter-spacing: var(--letter-spacing-2);
|
|
7464
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7453
7465
|
}
|
|
7454
7466
|
.rt-BaseMenuContent:where(.md\:rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7455
7467
|
width: var(--indicator-icon-size-2);
|
|
@@ -7487,6 +7499,7 @@
|
|
|
7487
7499
|
font-size: var(--font-size-1);
|
|
7488
7500
|
line-height: var(--line-height-1);
|
|
7489
7501
|
letter-spacing: var(--letter-spacing-1);
|
|
7502
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7490
7503
|
}
|
|
7491
7504
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7492
7505
|
width: var(--indicator-icon-size-1);
|
|
@@ -7522,6 +7535,7 @@
|
|
|
7522
7535
|
font-size: var(--font-size-2);
|
|
7523
7536
|
line-height: var(--line-height-2);
|
|
7524
7537
|
letter-spacing: var(--letter-spacing-2);
|
|
7538
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7525
7539
|
}
|
|
7526
7540
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7527
7541
|
width: var(--indicator-icon-size-2);
|
|
@@ -7557,6 +7571,7 @@
|
|
|
7557
7571
|
font-size: var(--font-size-2);
|
|
7558
7572
|
line-height: var(--line-height-2);
|
|
7559
7573
|
letter-spacing: var(--letter-spacing-2);
|
|
7574
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7560
7575
|
}
|
|
7561
7576
|
.rt-BaseMenuContent:where(.lg\:rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7562
7577
|
width: var(--indicator-icon-size-2);
|
|
@@ -7594,6 +7609,7 @@
|
|
|
7594
7609
|
font-size: var(--font-size-1);
|
|
7595
7610
|
line-height: var(--line-height-1);
|
|
7596
7611
|
letter-spacing: var(--letter-spacing-1);
|
|
7612
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-2));
|
|
7597
7613
|
}
|
|
7598
7614
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-1) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7599
7615
|
width: var(--indicator-icon-size-1);
|
|
@@ -7629,6 +7645,7 @@
|
|
|
7629
7645
|
font-size: var(--font-size-2);
|
|
7630
7646
|
line-height: var(--line-height-2);
|
|
7631
7647
|
letter-spacing: var(--letter-spacing-2);
|
|
7648
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-3));
|
|
7632
7649
|
}
|
|
7633
7650
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-2) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7634
7651
|
width: var(--indicator-icon-size-2);
|
|
@@ -7664,6 +7681,7 @@
|
|
|
7664
7681
|
font-size: var(--font-size-2);
|
|
7665
7682
|
line-height: var(--line-height-2);
|
|
7666
7683
|
letter-spacing: var(--letter-spacing-2);
|
|
7684
|
+
padding-left: calc(var(--base-menu-item-padding-left) + var(--component-gap-4));
|
|
7667
7685
|
}
|
|
7668
7686
|
.rt-BaseMenuContent:where(.xl\:rt-r-size-3) :where(.rt-BaseMenuItemIndicatorIcon, .rt-BaseMenuSubTriggerIcon) {
|
|
7669
7687
|
width: var(--indicator-icon-size-2);
|
|
@@ -7683,7 +7701,8 @@
|
|
|
7683
7701
|
color: var(--gray-a8);
|
|
7684
7702
|
cursor: default;
|
|
7685
7703
|
}
|
|
7686
|
-
.rt-BaseMenuItem
|
|
7704
|
+
.rt-BaseMenuItem
|
|
7705
|
+
:where(.rt-Text[data-accent-color='gray'], [data-accent-color='gray']:not(.rt-Badge)) {
|
|
7687
7706
|
color: var(--gray-a10);
|
|
7688
7707
|
}
|
|
7689
7708
|
.rt-BaseMenuItem:where([data-disabled], [data-highlighted]) :where(.rt-BaseMenuShortcut), .rt-BaseMenuSubTrigger:where([data-state='open']) :where(.rt-BaseMenuShortcut) {
|
|
@@ -8439,6 +8458,16 @@
|
|
|
8439
8458
|
--leading-trim-end: var(--data-list-leading-trim-end);
|
|
8440
8459
|
}
|
|
8441
8460
|
}
|
|
8461
|
+
.rt-DialogOverlay::before {
|
|
8462
|
+
-webkit-backdrop-filter: var(--backdrop-filter-components) !important;
|
|
8463
|
+
backdrop-filter: var(--backdrop-filter-components) !important;
|
|
8464
|
+
}
|
|
8465
|
+
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
|
|
8466
|
+
.rt-DialogOverlay::before {
|
|
8467
|
+
-webkit-backdrop-filter: none !important;
|
|
8468
|
+
backdrop-filter: none !important;
|
|
8469
|
+
}
|
|
8470
|
+
}
|
|
8442
8471
|
.rt-DropdownMenuContent {
|
|
8443
8472
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
8444
8473
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
@@ -11514,10 +11543,10 @@
|
|
|
11514
11543
|
}
|
|
11515
11544
|
:where(.rt-SheetContent) {
|
|
11516
11545
|
position: fixed !important;
|
|
11517
|
-
width: var(--width, 90vw)
|
|
11518
|
-
max-width: var(--max-width, 100vw)
|
|
11519
|
-
height: 100vh
|
|
11520
|
-
max-height: 100vh
|
|
11546
|
+
width: var(--width, 90vw);
|
|
11547
|
+
max-width: var(--max-width, 100vw);
|
|
11548
|
+
height: 100vh;
|
|
11549
|
+
max-height: 100vh;
|
|
11521
11550
|
margin: 0 !important;
|
|
11522
11551
|
border-radius: 0 !important;
|
|
11523
11552
|
will-change: transform;
|
|
@@ -11545,9 +11574,9 @@
|
|
|
11545
11574
|
left: 0 !important;
|
|
11546
11575
|
right: 0 !important;
|
|
11547
11576
|
bottom: auto !important;
|
|
11548
|
-
width: auto
|
|
11549
|
-
max-width: none
|
|
11550
|
-
height: var(--height, 75vh)
|
|
11577
|
+
width: auto;
|
|
11578
|
+
max-width: none;
|
|
11579
|
+
height: var(--height, 75vh);
|
|
11551
11580
|
margin: 0 !important;
|
|
11552
11581
|
border-start-start-radius: 0;
|
|
11553
11582
|
border-start-end-radius: 0;
|
|
@@ -11557,15 +11586,22 @@
|
|
|
11557
11586
|
left: 0 !important;
|
|
11558
11587
|
right: 0 !important;
|
|
11559
11588
|
top: auto !important;
|
|
11560
|
-
width: auto
|
|
11561
|
-
max-width: none
|
|
11562
|
-
height: var(--height, 75vh)
|
|
11589
|
+
width: auto;
|
|
11590
|
+
max-width: none;
|
|
11591
|
+
height: var(--height, 75vh);
|
|
11563
11592
|
margin: 0 !important;
|
|
11564
11593
|
border-end-start-radius: 0;
|
|
11565
11594
|
border-end-end-radius: 0;
|
|
11566
11595
|
}
|
|
11567
|
-
|
|
11568
|
-
|
|
11596
|
+
.rt-SheetOverlay::before {
|
|
11597
|
+
-webkit-backdrop-filter: var(--backdrop-filter-components) !important;
|
|
11598
|
+
backdrop-filter: var(--backdrop-filter-components) !important;
|
|
11599
|
+
}
|
|
11600
|
+
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
|
|
11601
|
+
.rt-SheetOverlay::before {
|
|
11602
|
+
-webkit-backdrop-filter: none !important;
|
|
11603
|
+
backdrop-filter: none !important;
|
|
11604
|
+
}
|
|
11569
11605
|
}
|
|
11570
11606
|
@media (prefers-reduced-motion: no-preference) {
|
|
11571
11607
|
.rt-SheetContent:where([data-state='open']) {
|
|
@@ -11580,34 +11616,49 @@
|
|
|
11580
11616
|
animation-fill-mode: both;
|
|
11581
11617
|
}
|
|
11582
11618
|
.rt-SheetContent:where([data-state='open'][data-side='start']) {
|
|
11583
|
-
animation-name: rt-sheet-open-from-start
|
|
11619
|
+
animation-name: rt-sheet-open-from-start !important;
|
|
11584
11620
|
}
|
|
11585
11621
|
.rt-SheetContent:where([data-state='closed'][data-side='start']) {
|
|
11586
|
-
animation-name: rt-sheet-close-to-start
|
|
11622
|
+
animation-name: rt-sheet-close-to-start !important;
|
|
11623
|
+
animation-delay: var(--motion-duration-small);
|
|
11587
11624
|
}
|
|
11588
11625
|
.rt-SheetContent:where([data-state='open'][data-side='end']) {
|
|
11589
|
-
animation-name: rt-sheet-open-from-end
|
|
11626
|
+
animation-name: rt-sheet-open-from-end !important;
|
|
11590
11627
|
}
|
|
11591
11628
|
.rt-SheetContent:where([data-state='closed'][data-side='end']) {
|
|
11592
|
-
animation-name: rt-sheet-close-to-end
|
|
11629
|
+
animation-name: rt-sheet-close-to-end !important;
|
|
11630
|
+
animation-delay: var(--motion-duration-small);
|
|
11593
11631
|
}
|
|
11594
11632
|
.rt-SheetContent:where([data-state='open'][data-side='top']) {
|
|
11595
|
-
animation-name: rt-sheet-open-from-top
|
|
11633
|
+
animation-name: rt-sheet-open-from-top !important;
|
|
11596
11634
|
}
|
|
11597
11635
|
.rt-SheetContent:where([data-state='closed'][data-side='top']) {
|
|
11598
|
-
animation-name: rt-sheet-close-to-top
|
|
11636
|
+
animation-name: rt-sheet-close-to-top !important;
|
|
11637
|
+
animation-delay: var(--motion-duration-small);
|
|
11599
11638
|
}
|
|
11600
11639
|
.rt-SheetContent:where([data-state='open'][data-side='bottom']) {
|
|
11601
|
-
animation-name: rt-sheet-open-from-bottom
|
|
11640
|
+
animation-name: rt-sheet-open-from-bottom !important;
|
|
11602
11641
|
}
|
|
11603
11642
|
.rt-SheetContent:where([data-state='closed'][data-side='bottom']) {
|
|
11604
|
-
animation-name: rt-sheet-close-to-bottom
|
|
11643
|
+
animation-name: rt-sheet-close-to-bottom !important;
|
|
11644
|
+
animation-delay: var(--motion-duration-small);
|
|
11645
|
+
}
|
|
11646
|
+
.rt-SheetContent:where([data-state='open']) > * {
|
|
11647
|
+
opacity: 0;
|
|
11648
|
+
animation: rt-fade-in var(--motion-duration-small) var(--motion-spring-snappy) both;
|
|
11649
|
+
animation-delay: var(--motion-duration-medium);
|
|
11650
|
+
}
|
|
11651
|
+
.rt-SheetContent:where([data-state='closed']) > * {
|
|
11652
|
+
animation: rt-fade-out var(--motion-duration-small) var(--motion-spring-snappy) both;
|
|
11605
11653
|
}
|
|
11606
11654
|
}
|
|
11607
11655
|
@media (prefers-reduced-motion: reduce) {
|
|
11608
11656
|
.rt-SheetContent {
|
|
11609
11657
|
animation: none !important;
|
|
11610
11658
|
}
|
|
11659
|
+
.rt-SheetContent > * {
|
|
11660
|
+
animation: none !important;
|
|
11661
|
+
}
|
|
11611
11662
|
}
|
|
11612
11663
|
.rt-ScrollAreaRoot {
|
|
11613
11664
|
display: flex;
|
|
@@ -13836,16 +13887,15 @@
|
|
|
13836
13887
|
--separator-size: 100%;
|
|
13837
13888
|
}
|
|
13838
13889
|
}
|
|
13839
|
-
.rt-SidebarProvider:where([data-side=
|
|
13890
|
+
.rt-SidebarProvider:where([data-side='left']) {
|
|
13840
13891
|
order: -1;
|
|
13841
13892
|
}
|
|
13842
|
-
.rt-SidebarProvider:where([data-side=
|
|
13893
|
+
.rt-SidebarProvider:where([data-side='right']) {
|
|
13843
13894
|
order: 999;
|
|
13844
13895
|
}
|
|
13845
13896
|
.rt-SidebarRoot {
|
|
13846
|
-
--sidebar-width: 16rem;
|
|
13847
13897
|
--sidebar-base-border-radius: 0;
|
|
13848
|
-
width:
|
|
13898
|
+
width: 100%;
|
|
13849
13899
|
height: 100%;
|
|
13850
13900
|
flex-shrink: 0;
|
|
13851
13901
|
display: flex;
|
|
@@ -13857,7 +13907,7 @@
|
|
|
13857
13907
|
flex: 1;
|
|
13858
13908
|
height: 100%;
|
|
13859
13909
|
}
|
|
13860
|
-
.rt-SidebarRoot:where([data-type=
|
|
13910
|
+
.rt-SidebarRoot:where([data-type='floating']) {
|
|
13861
13911
|
border-radius: var(--sidebar-base-border-radius);
|
|
13862
13912
|
margin: var(--space-2);
|
|
13863
13913
|
height: calc(100% - var(--space-4));
|
|
@@ -13865,13 +13915,13 @@
|
|
|
13865
13915
|
position: relative;
|
|
13866
13916
|
--sidebar-base-border-radius: var(--radius-5);
|
|
13867
13917
|
}
|
|
13868
|
-
.rt-SidebarRoot:where([data-type=
|
|
13918
|
+
.rt-SidebarRoot:where([data-type='floating']) :where(.radix-themes) {
|
|
13869
13919
|
border-radius: inherit;
|
|
13870
13920
|
}
|
|
13871
|
-
.rt-SidebarRoot:where([data-type=
|
|
13921
|
+
.rt-SidebarRoot:where([data-type='floating']):where(.rt-r-size-1) {
|
|
13872
13922
|
--sidebar-base-border-radius: var(--radius-5);
|
|
13873
13923
|
}
|
|
13874
|
-
.rt-SidebarRoot:where([data-type=
|
|
13924
|
+
.rt-SidebarRoot:where([data-type='floating']):where(.rt-r-size-2) {
|
|
13875
13925
|
--sidebar-base-border-radius: var(--radius-6);
|
|
13876
13926
|
}
|
|
13877
13927
|
.rt-SidebarContainer {
|
|
@@ -13932,7 +13982,7 @@
|
|
|
13932
13982
|
margin: var(--space-2) 0;
|
|
13933
13983
|
}
|
|
13934
13984
|
@media (max-width: 768px) {
|
|
13935
|
-
.rt-SidebarRoot {
|
|
13985
|
+
.rt-SidebarRoot:not(:where(.rt-SheetContent .rt-SidebarRoot)) {
|
|
13936
13986
|
display: none;
|
|
13937
13987
|
}
|
|
13938
13988
|
}
|
|
@@ -14921,100 +14971,406 @@
|
|
|
14921
14971
|
color: var(--gray-11) !important;
|
|
14922
14972
|
}
|
|
14923
14973
|
.rt-ShellRoot {
|
|
14924
|
-
inline-size: 100%;
|
|
14925
14974
|
display: flex;
|
|
14926
14975
|
flex-direction: column;
|
|
14927
|
-
|
|
14928
|
-
|
|
14929
|
-
|
|
14930
|
-
|
|
14931
|
-
|
|
14976
|
+
width: 100%;
|
|
14977
|
+
overflow: hidden;
|
|
14978
|
+
}
|
|
14979
|
+
.rt-ShellRoot:not([style*='height']) {
|
|
14980
|
+
height: 100vh;
|
|
14932
14981
|
}
|
|
14933
14982
|
@supports (height: 100dvh) {
|
|
14934
|
-
.rt-ShellRoot {
|
|
14935
|
-
|
|
14983
|
+
.rt-ShellRoot:not([style*='height']) {
|
|
14984
|
+
height: 100dvh;
|
|
14936
14985
|
}
|
|
14937
14986
|
}
|
|
14938
14987
|
.rt-ShellHeader {
|
|
14939
14988
|
position: sticky;
|
|
14940
14989
|
top: 0;
|
|
14941
|
-
|
|
14942
|
-
z-index: var(--shell-z-header, 10);
|
|
14990
|
+
z-index: 50;
|
|
14943
14991
|
height: var(--shell-header-height, 64px);
|
|
14944
14992
|
min-height: var(--shell-header-height, 64px);
|
|
14993
|
+
background-color: var(--color-panel);
|
|
14945
14994
|
display: flex;
|
|
14946
14995
|
align-items: center;
|
|
14947
|
-
|
|
14996
|
+
flex-shrink: 0;
|
|
14948
14997
|
}
|
|
14949
14998
|
.rt-ShellBody {
|
|
14950
14999
|
display: flex;
|
|
14951
15000
|
flex-direction: row;
|
|
14952
|
-
|
|
14953
|
-
|
|
14954
|
-
flex: 1 1 auto;
|
|
14955
|
-
block-size: auto;
|
|
14956
|
-
min-block-size: 0;
|
|
14957
|
-
min-inline-size: 0;
|
|
15001
|
+
flex: 1;
|
|
15002
|
+
min-height: 0;
|
|
14958
15003
|
overflow: hidden;
|
|
15004
|
+
position: relative;
|
|
14959
15005
|
}
|
|
14960
|
-
.rt-
|
|
15006
|
+
.rt-ShellLeft {
|
|
14961
15007
|
display: flex;
|
|
14962
15008
|
flex-direction: row;
|
|
14963
15009
|
align-items: stretch;
|
|
14964
|
-
|
|
14965
|
-
|
|
15010
|
+
flex-shrink: 0;
|
|
15011
|
+
height: 100%;
|
|
14966
15012
|
}
|
|
14967
|
-
.rt-
|
|
15013
|
+
.rt-ShellRail {
|
|
14968
15014
|
display: flex;
|
|
14969
15015
|
flex-direction: column;
|
|
14970
|
-
|
|
15016
|
+
height: 100%;
|
|
15017
|
+
background-color: var(--color-surface);
|
|
15018
|
+
overflow: hidden;
|
|
15019
|
+
transition: width var(--motion-duration-small) var(--motion-ease-standard);
|
|
15020
|
+
}
|
|
15021
|
+
.rt-ShellRail[data-mode='expanded'] {
|
|
15022
|
+
width: var(--rail-size, 64px);
|
|
15023
|
+
}
|
|
15024
|
+
.rt-ShellRail[data-mode='collapsed'] {
|
|
15025
|
+
width: 0px;
|
|
15026
|
+
position: absolute;
|
|
15027
|
+
inset-block: 0;
|
|
15028
|
+
inset-inline-start: 0;
|
|
15029
|
+
}
|
|
15030
|
+
.rt-ShellRailContent {
|
|
15031
|
+
display: flex;
|
|
15032
|
+
flex-direction: column;
|
|
15033
|
+
width: var(--rail-size, 64px);
|
|
15034
|
+
height: 100%;
|
|
15035
|
+
padding: var(--space-2);
|
|
14971
15036
|
gap: var(--space-2);
|
|
14972
|
-
|
|
14973
|
-
|
|
14974
|
-
|
|
15037
|
+
opacity: 0;
|
|
15038
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15039
|
+
}
|
|
15040
|
+
.rt-ShellRailContent[data-visible] {
|
|
15041
|
+
opacity: 1;
|
|
15042
|
+
}
|
|
15043
|
+
.rt-ShellRail[data-mode='collapsed'] .rt-ShellRailContent {
|
|
15044
|
+
opacity: 0;
|
|
15045
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15046
|
+
}
|
|
15047
|
+
.rt-ShellPanel {
|
|
15048
|
+
display: flex;
|
|
15049
|
+
flex-direction: column;
|
|
15050
|
+
height: 100%;
|
|
15051
|
+
background-color: var(--color-panel);
|
|
15052
|
+
overflow: visible;
|
|
15053
|
+
position: relative;
|
|
15054
|
+
z-index: 1;
|
|
15055
|
+
transition: width var(--motion-duration-small) var(--motion-ease-standard);
|
|
15056
|
+
}
|
|
15057
|
+
.rt-ShellPanel[data-visible] {
|
|
15058
|
+
width: var(--panel-size, 288px);
|
|
15059
|
+
}
|
|
15060
|
+
.rt-ShellPanel:not([data-visible]) {
|
|
15061
|
+
width: 0px;
|
|
15062
|
+
position: absolute;
|
|
15063
|
+
inset-block: 0;
|
|
15064
|
+
inset-inline-start: var(--peek-rail-width, var(--rail-size, 64px));
|
|
15065
|
+
}
|
|
15066
|
+
.rt-ShellPanelContent {
|
|
15067
|
+
display: flex;
|
|
15068
|
+
flex-direction: column;
|
|
15069
|
+
width: var(--panel-size, 288px);
|
|
15070
|
+
height: 100%;
|
|
14975
15071
|
overflow: hidden;
|
|
14976
15072
|
opacity: 0;
|
|
14977
|
-
transition:
|
|
15073
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
14978
15074
|
}
|
|
14979
|
-
.rt-
|
|
14980
|
-
|
|
15075
|
+
.rt-ShellPanelContent[data-visible] {
|
|
15076
|
+
opacity: 1;
|
|
15077
|
+
}
|
|
15078
|
+
.rt-ShellPanel:not([data-visible]) .rt-ShellPanelContent {
|
|
14981
15079
|
opacity: 0;
|
|
14982
|
-
transition:
|
|
14983
|
-
|
|
14984
|
-
|
|
15080
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15081
|
+
}
|
|
15082
|
+
.rt-ShellSidebar {
|
|
15083
|
+
display: flex;
|
|
15084
|
+
flex-direction: column;
|
|
15085
|
+
height: 100%;
|
|
15086
|
+
background-color: var(--color-panel);
|
|
15087
|
+
overflow: visible;
|
|
15088
|
+
position: relative;
|
|
15089
|
+
z-index: 1;
|
|
15090
|
+
transition: width var(--motion-duration-small) var(--motion-ease-standard);
|
|
15091
|
+
}
|
|
15092
|
+
.rt-ShellSidebar[data-mode='expanded'] {
|
|
15093
|
+
width: var(--sidebar-size, 288px);
|
|
15094
|
+
}
|
|
15095
|
+
.rt-ShellSidebar[data-mode='thin'] {
|
|
15096
|
+
width: var(--sidebar-thin-size, 64px);
|
|
15097
|
+
}
|
|
15098
|
+
.rt-ShellSidebar[data-mode='thin'] .rt-ShellSidebarContent {
|
|
15099
|
+
width: var(--sidebar-thin-size, 64px);
|
|
15100
|
+
}
|
|
15101
|
+
.rt-ShellSidebar[data-mode='collapsed'] {
|
|
15102
|
+
width: 0px;
|
|
15103
|
+
position: absolute;
|
|
15104
|
+
inset-block: 0;
|
|
15105
|
+
inset-inline-start: 0;
|
|
15106
|
+
}
|
|
15107
|
+
.rt-ShellSidebarContent {
|
|
15108
|
+
display: flex;
|
|
15109
|
+
flex-direction: column;
|
|
15110
|
+
width: 100%;
|
|
15111
|
+
height: 100%;
|
|
14985
15112
|
overflow: hidden;
|
|
15113
|
+
opacity: 0;
|
|
15114
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15115
|
+
}
|
|
15116
|
+
.rt-ShellSidebar[data-mode='thin'] .rt-ShellResizer {
|
|
15117
|
+
display: none;
|
|
14986
15118
|
}
|
|
14987
|
-
.rt-
|
|
15119
|
+
.rt-ShellSidebarContent[data-visible] {
|
|
15120
|
+
opacity: 1;
|
|
15121
|
+
}
|
|
15122
|
+
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellSidebarContent {
|
|
14988
15123
|
opacity: 0;
|
|
14989
|
-
transition:
|
|
14990
|
-
|
|
15124
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15125
|
+
}
|
|
15126
|
+
.rt-ShellContent {
|
|
15127
|
+
flex: 1;
|
|
15128
|
+
min-width: 0;
|
|
15129
|
+
height: 100%;
|
|
15130
|
+
overflow: auto;
|
|
15131
|
+
background-color: var(--color-surface);
|
|
15132
|
+
}
|
|
15133
|
+
.rt-ShellInspector {
|
|
15134
|
+
display: flex;
|
|
15135
|
+
flex-direction: column;
|
|
15136
|
+
height: 100%;
|
|
15137
|
+
background-color: var(--color-panel);
|
|
15138
|
+
overflow: visible;
|
|
15139
|
+
position: relative;
|
|
15140
|
+
z-index: 1;
|
|
15141
|
+
transition: width var(--motion-duration-small) var(--motion-ease-standard);
|
|
15142
|
+
}
|
|
15143
|
+
.rt-ShellInspector[data-mode='expanded'] {
|
|
15144
|
+
width: var(--inspector-size, 320px);
|
|
15145
|
+
}
|
|
15146
|
+
.rt-ShellInspector[data-mode='collapsed'] {
|
|
15147
|
+
width: 0px;
|
|
15148
|
+
position: absolute;
|
|
15149
|
+
inset-block: 0;
|
|
15150
|
+
inset-inline-end: 0;
|
|
15151
|
+
}
|
|
15152
|
+
.rt-ShellInspectorContent {
|
|
15153
|
+
display: flex;
|
|
15154
|
+
flex-direction: column;
|
|
15155
|
+
width: var(--inspector-size, 320px);
|
|
15156
|
+
height: 100%;
|
|
14991
15157
|
overflow: hidden;
|
|
15158
|
+
opacity: 0;
|
|
15159
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15160
|
+
}
|
|
15161
|
+
.rt-ShellInspectorContent[data-visible] {
|
|
15162
|
+
opacity: 1;
|
|
15163
|
+
}
|
|
15164
|
+
.rt-ShellInspector[data-mode='collapsed'] .rt-ShellInspectorContent {
|
|
15165
|
+
opacity: 0;
|
|
15166
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15167
|
+
}
|
|
15168
|
+
.rt-ShellBottom {
|
|
15169
|
+
display: flex;
|
|
15170
|
+
flex-direction: column;
|
|
15171
|
+
width: 100%;
|
|
15172
|
+
background-color: var(--color-panel);
|
|
15173
|
+
overflow: visible;
|
|
15174
|
+
flex-shrink: 0;
|
|
15175
|
+
position: relative;
|
|
15176
|
+
transition: height var(--motion-duration-small) var(--motion-ease-standard);
|
|
15177
|
+
}
|
|
15178
|
+
.rt-ShellBottom[data-mode='expanded'] {
|
|
15179
|
+
height: var(--bottom-size, 200px);
|
|
15180
|
+
}
|
|
15181
|
+
.rt-ShellBottom[data-mode='collapsed'] {
|
|
15182
|
+
height: 0px;
|
|
14992
15183
|
}
|
|
14993
|
-
|
|
14994
|
-
:
|
|
14995
|
-
|
|
15184
|
+
.rt-ShellBottomContent {
|
|
15185
|
+
display: flex;
|
|
15186
|
+
flex-direction: column;
|
|
15187
|
+
width: 100%;
|
|
15188
|
+
height: var(--bottom-size, 200px);
|
|
15189
|
+
overflow: hidden;
|
|
14996
15190
|
opacity: 0;
|
|
14997
|
-
transition: opacity var(--motion-duration-small) var(--motion-ease-standard)
|
|
15191
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
14998
15192
|
}
|
|
14999
|
-
[data-visible] {
|
|
15193
|
+
.rt-ShellBottomContent[data-visible] {
|
|
15000
15194
|
opacity: 1;
|
|
15001
15195
|
}
|
|
15196
|
+
.rt-ShellPanel[data-resizing],
|
|
15197
|
+
.rt-ShellSidebar[data-resizing],
|
|
15198
|
+
.rt-ShellInspector[data-resizing],
|
|
15199
|
+
.rt-ShellBottom[data-resizing] {
|
|
15200
|
+
transition: none !important;
|
|
15201
|
+
}
|
|
15202
|
+
.rt-ShellPanel:not([data-visible]) .rt-ShellResizer,
|
|
15203
|
+
.rt-ShellPanel[data-peek] .rt-ShellResizer {
|
|
15204
|
+
display: none;
|
|
15205
|
+
}
|
|
15206
|
+
.rt-ShellInspector[data-mode='collapsed'] .rt-ShellResizer,
|
|
15207
|
+
.rt-ShellInspector[data-peek] .rt-ShellResizer,
|
|
15208
|
+
.rt-ShellBottom[data-mode='collapsed'] .rt-ShellResizer,
|
|
15209
|
+
.rt-ShellBottom[data-peek] .rt-ShellResizer,
|
|
15210
|
+
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellResizer,
|
|
15211
|
+
.rt-ShellSidebar[data-peek] .rt-ShellResizer {
|
|
15212
|
+
display: none;
|
|
15213
|
+
}
|
|
15214
|
+
.rt-ShellBottom[data-mode='collapsed'] .rt-ShellBottomContent {
|
|
15215
|
+
opacity: 0;
|
|
15216
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15217
|
+
}
|
|
15218
|
+
[data-presentation='overlay'] {
|
|
15219
|
+
contain: style;
|
|
15220
|
+
}
|
|
15221
|
+
.rt-ShellLeft[data-presentation='stacked'] {
|
|
15222
|
+
position: absolute;
|
|
15223
|
+
inset-block: 0;
|
|
15224
|
+
inset-inline-start: 0;
|
|
15225
|
+
z-index: 30;
|
|
15226
|
+
transform: translateX(-100%);
|
|
15227
|
+
will-change: transform;
|
|
15228
|
+
transition: transform var(--motion-duration-small) var(--motion-ease-standard), box-shadow var(--motion-duration-small) var(--motion-ease-standard);
|
|
15229
|
+
box-shadow: 4px 0 12px -6px rgba(0, 0, 0, 0.2);
|
|
15230
|
+
}
|
|
15231
|
+
.rt-ShellLeft[data-presentation='stacked'][data-open] {
|
|
15232
|
+
transform: translateX(0);
|
|
15233
|
+
}
|
|
15234
|
+
.rt-ShellLeft[data-presentation='stacked'][data-peek] {
|
|
15235
|
+
transform: translateX(0);
|
|
15236
|
+
}
|
|
15237
|
+
.rt-ShellInspector[data-presentation='stacked'] {
|
|
15238
|
+
position: absolute;
|
|
15239
|
+
inset-block: 0;
|
|
15240
|
+
inset-inline-end: 0;
|
|
15241
|
+
z-index: 32;
|
|
15242
|
+
width: var(--inspector-size, 320px);
|
|
15243
|
+
transform: translateX(100%);
|
|
15244
|
+
transition: transform var(--motion-duration-small) var(--motion-ease-standard), box-shadow var(--motion-duration-small) var(--motion-ease-standard);
|
|
15245
|
+
box-shadow: -4px 0 12px -6px rgba(0, 0, 0, 0.2);
|
|
15246
|
+
}
|
|
15247
|
+
.rt-ShellInspector[data-presentation='stacked'][data-open] {
|
|
15248
|
+
transform: translateX(0);
|
|
15249
|
+
}
|
|
15250
|
+
.rt-ShellInspector[data-presentation='stacked'][data-peek] {
|
|
15251
|
+
transform: translateX(0);
|
|
15252
|
+
}
|
|
15253
|
+
.rt-ShellBottom[data-presentation='stacked'] {
|
|
15254
|
+
position: absolute;
|
|
15255
|
+
inset-inline: 0;
|
|
15256
|
+
inset-block-end: 0;
|
|
15257
|
+
z-index: 31;
|
|
15258
|
+
height: var(--bottom-size, 200px);
|
|
15259
|
+
transform: translateY(100%);
|
|
15260
|
+
transition: transform var(--motion-duration-small) var(--motion-ease-standard), box-shadow var(--motion-duration-small) var(--motion-ease-standard);
|
|
15261
|
+
box-shadow: 0 -4px 12px -6px rgba(0, 0, 0, 0.2);
|
|
15262
|
+
}
|
|
15263
|
+
.rt-ShellBottom[data-presentation='stacked'][data-open] {
|
|
15264
|
+
transform: translateY(0);
|
|
15265
|
+
}
|
|
15266
|
+
.rt-ShellBottom[data-presentation='stacked'][data-peek] {
|
|
15267
|
+
transform: translateY(0);
|
|
15268
|
+
}
|
|
15002
15269
|
@media (prefers-reduced-motion: reduce) {
|
|
15003
|
-
.rt-
|
|
15004
|
-
.rt-
|
|
15005
|
-
.rt-
|
|
15270
|
+
.rt-ShellRail,
|
|
15271
|
+
.rt-ShellPanel,
|
|
15272
|
+
.rt-ShellSidebar,
|
|
15273
|
+
.rt-ShellInspector,
|
|
15274
|
+
.rt-ShellBottom,
|
|
15275
|
+
.rt-ShellRailContent,
|
|
15276
|
+
.rt-ShellPanelContent,
|
|
15277
|
+
.rt-ShellSidebarContent,
|
|
15278
|
+
.rt-ShellInspectorContent,
|
|
15279
|
+
.rt-ShellBottomContent {
|
|
15006
15280
|
transition: none;
|
|
15007
15281
|
}
|
|
15008
15282
|
}
|
|
15009
|
-
.rt-
|
|
15010
|
-
|
|
15283
|
+
.rt-ShellResizer {
|
|
15284
|
+
position: absolute;
|
|
15285
|
+
z-index: 1;
|
|
15286
|
+
background: transparent;
|
|
15287
|
+
--resizer-hit: var(--space-3);
|
|
15288
|
+
display: flex;
|
|
15289
|
+
align-items: center;
|
|
15290
|
+
justify-content: center;
|
|
15291
|
+
overflow: visible;
|
|
15292
|
+
}
|
|
15293
|
+
.rt-ShellResizer[data-orientation='vertical'][data-edge='end'] {
|
|
15294
|
+
inset-block: 0;
|
|
15295
|
+
inset-inline-end: 0;
|
|
15296
|
+
inline-size: var(--resizer-hit);
|
|
15011
15297
|
block-size: 100%;
|
|
15012
|
-
|
|
15013
|
-
|
|
15014
|
-
overflow: auto;
|
|
15298
|
+
cursor: col-resize;
|
|
15299
|
+
transform: translateX(50%);
|
|
15015
15300
|
}
|
|
15016
|
-
|
|
15017
|
-
|
|
15301
|
+
.rt-ShellResizer[data-orientation='vertical'][data-edge='start'] {
|
|
15302
|
+
inset-block: 0;
|
|
15303
|
+
inset-inline-start: 0;
|
|
15304
|
+
inline-size: var(--resizer-hit);
|
|
15305
|
+
block-size: 100%;
|
|
15306
|
+
cursor: col-resize;
|
|
15307
|
+
transform: translateX(-50%);
|
|
15308
|
+
}
|
|
15309
|
+
.rt-ShellResizer[data-orientation='horizontal'][data-edge='start'] {
|
|
15310
|
+
inset-inline: 0;
|
|
15311
|
+
inset-block-start: 0;
|
|
15312
|
+
inline-size: 100%;
|
|
15313
|
+
block-size: var(--resizer-hit);
|
|
15314
|
+
cursor: row-resize;
|
|
15315
|
+
transform: translateY(-50%);
|
|
15316
|
+
}
|
|
15317
|
+
@media (pointer: coarse) {
|
|
15318
|
+
.rt-ShellResizer {
|
|
15319
|
+
--resizer-hit: var(--space-6);
|
|
15320
|
+
}
|
|
15321
|
+
}
|
|
15322
|
+
.rt-ShellRail[data-peek],
|
|
15323
|
+
.rt-ShellPanel[data-peek],
|
|
15324
|
+
.rt-ShellSidebar[data-peek],
|
|
15325
|
+
.rt-ShellInspector[data-peek],
|
|
15326
|
+
.rt-ShellBottom[data-peek] {
|
|
15327
|
+
position: absolute;
|
|
15328
|
+
z-index: 40;
|
|
15329
|
+
}
|
|
15330
|
+
.rt-ShellRail[data-peek],
|
|
15331
|
+
.rt-ShellPanel[data-peek],
|
|
15332
|
+
.rt-ShellSidebar[data-peek] {
|
|
15333
|
+
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.15);
|
|
15334
|
+
}
|
|
15335
|
+
.rt-ShellInspector[data-peek] {
|
|
15336
|
+
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.15);
|
|
15337
|
+
inset-block: 0;
|
|
15338
|
+
inset-inline-end: 0;
|
|
15339
|
+
width: var(--inspector-size, 320px);
|
|
15340
|
+
}
|
|
15341
|
+
.rt-ShellBottom[data-peek] {
|
|
15342
|
+
box-shadow: 0 -4px 8px -4px rgba(0, 0, 0, 0.15);
|
|
15343
|
+
inset-inline: 0;
|
|
15344
|
+
inset-block-end: 0;
|
|
15345
|
+
height: var(--bottom-size, 200px);
|
|
15346
|
+
}
|
|
15347
|
+
.rt-ShellRail[data-peek] .rt-ShellRailContent,
|
|
15348
|
+
.rt-ShellPanel[data-peek] .rt-ShellPanelContent,
|
|
15349
|
+
.rt-ShellSidebar[data-peek] .rt-ShellSidebarContent,
|
|
15350
|
+
.rt-ShellInspector[data-peek] .rt-ShellInspectorContent,
|
|
15351
|
+
.rt-ShellBottom[data-peek] .rt-ShellBottomContent {
|
|
15352
|
+
opacity: 1;
|
|
15353
|
+
}
|
|
15354
|
+
.rt-ShellRail[data-peek] {
|
|
15355
|
+
inset-block: 0;
|
|
15356
|
+
inset-inline-start: 0;
|
|
15357
|
+
width: var(--rail-size, 64px);
|
|
15358
|
+
}
|
|
15359
|
+
.rt-ShellPanel[data-peek] {
|
|
15360
|
+
inset-block: 0;
|
|
15361
|
+
inset-inline-start: var(--peek-rail-width, var(--rail-size, 64px));
|
|
15362
|
+
width: var(--panel-size, 288px);
|
|
15363
|
+
}
|
|
15364
|
+
.rt-ShellSidebar[data-peek] {
|
|
15365
|
+
inset-block: 0;
|
|
15366
|
+
inset-inline-start: 0;
|
|
15367
|
+
width: var(--peek-sidebar-width, var(--sidebar-size, 288px));
|
|
15368
|
+
}
|
|
15369
|
+
.rt-ShellInspector[data-peek][data-mode='collapsed'] {
|
|
15370
|
+
width: var(--inspector-size, 320px);
|
|
15371
|
+
}
|
|
15372
|
+
.rt-ShellBottom[data-peek][data-mode='collapsed'] {
|
|
15373
|
+
height: var(--bottom-size, 200px);
|
|
15018
15374
|
}
|
|
15019
15375
|
.rt-SliderRoot {
|
|
15020
15376
|
--slider-thumb-width: var(--space-3);
|