@kushagradhawan/kookie-ui 0.1.41 → 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 +386 -79
- 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 +23 -3
- 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-sidebar.css +1 -2
- 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 +39 -19
- package/src/components/sheet.tsx +62 -3
- package/src/components/shell.css +510 -89
- 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/typography.css +27 -4
- package/styles.css +398 -79
- package/tokens/base.css +12 -0
- package/tokens.css +12 -0
package/components.css
CHANGED
|
@@ -11543,10 +11543,10 @@
|
|
|
11543
11543
|
}
|
|
11544
11544
|
:where(.rt-SheetContent) {
|
|
11545
11545
|
position: fixed !important;
|
|
11546
|
-
width: var(--width, 90vw)
|
|
11547
|
-
max-width: var(--max-width, 100vw)
|
|
11548
|
-
height: 100vh
|
|
11549
|
-
max-height: 100vh
|
|
11546
|
+
width: var(--width, 90vw);
|
|
11547
|
+
max-width: var(--max-width, 100vw);
|
|
11548
|
+
height: 100vh;
|
|
11549
|
+
max-height: 100vh;
|
|
11550
11550
|
margin: 0 !important;
|
|
11551
11551
|
border-radius: 0 !important;
|
|
11552
11552
|
will-change: transform;
|
|
@@ -11574,9 +11574,9 @@
|
|
|
11574
11574
|
left: 0 !important;
|
|
11575
11575
|
right: 0 !important;
|
|
11576
11576
|
bottom: auto !important;
|
|
11577
|
-
width: auto
|
|
11578
|
-
max-width: none
|
|
11579
|
-
height: var(--height, 75vh)
|
|
11577
|
+
width: auto;
|
|
11578
|
+
max-width: none;
|
|
11579
|
+
height: var(--height, 75vh);
|
|
11580
11580
|
margin: 0 !important;
|
|
11581
11581
|
border-start-start-radius: 0;
|
|
11582
11582
|
border-start-end-radius: 0;
|
|
@@ -11586,15 +11586,14 @@
|
|
|
11586
11586
|
left: 0 !important;
|
|
11587
11587
|
right: 0 !important;
|
|
11588
11588
|
top: auto !important;
|
|
11589
|
-
width: auto
|
|
11590
|
-
max-width: none
|
|
11591
|
-
height: var(--height, 75vh)
|
|
11589
|
+
width: auto;
|
|
11590
|
+
max-width: none;
|
|
11591
|
+
height: var(--height, 75vh);
|
|
11592
11592
|
margin: 0 !important;
|
|
11593
11593
|
border-end-start-radius: 0;
|
|
11594
11594
|
border-end-end-radius: 0;
|
|
11595
11595
|
}
|
|
11596
11596
|
.rt-SheetOverlay::before {
|
|
11597
|
-
opacity: 1 !important;
|
|
11598
11597
|
-webkit-backdrop-filter: var(--backdrop-filter-components) !important;
|
|
11599
11598
|
backdrop-filter: var(--backdrop-filter-components) !important;
|
|
11600
11599
|
}
|
|
@@ -11617,34 +11616,49 @@
|
|
|
11617
11616
|
animation-fill-mode: both;
|
|
11618
11617
|
}
|
|
11619
11618
|
.rt-SheetContent:where([data-state='open'][data-side='start']) {
|
|
11620
|
-
animation-name: rt-sheet-open-from-start
|
|
11619
|
+
animation-name: rt-sheet-open-from-start !important;
|
|
11621
11620
|
}
|
|
11622
11621
|
.rt-SheetContent:where([data-state='closed'][data-side='start']) {
|
|
11623
|
-
animation-name: rt-sheet-close-to-start
|
|
11622
|
+
animation-name: rt-sheet-close-to-start !important;
|
|
11623
|
+
animation-delay: var(--motion-duration-small);
|
|
11624
11624
|
}
|
|
11625
11625
|
.rt-SheetContent:where([data-state='open'][data-side='end']) {
|
|
11626
|
-
animation-name: rt-sheet-open-from-end
|
|
11626
|
+
animation-name: rt-sheet-open-from-end !important;
|
|
11627
11627
|
}
|
|
11628
11628
|
.rt-SheetContent:where([data-state='closed'][data-side='end']) {
|
|
11629
|
-
animation-name: rt-sheet-close-to-end
|
|
11629
|
+
animation-name: rt-sheet-close-to-end !important;
|
|
11630
|
+
animation-delay: var(--motion-duration-small);
|
|
11630
11631
|
}
|
|
11631
11632
|
.rt-SheetContent:where([data-state='open'][data-side='top']) {
|
|
11632
|
-
animation-name: rt-sheet-open-from-top
|
|
11633
|
+
animation-name: rt-sheet-open-from-top !important;
|
|
11633
11634
|
}
|
|
11634
11635
|
.rt-SheetContent:where([data-state='closed'][data-side='top']) {
|
|
11635
|
-
animation-name: rt-sheet-close-to-top
|
|
11636
|
+
animation-name: rt-sheet-close-to-top !important;
|
|
11637
|
+
animation-delay: var(--motion-duration-small);
|
|
11636
11638
|
}
|
|
11637
11639
|
.rt-SheetContent:where([data-state='open'][data-side='bottom']) {
|
|
11638
|
-
animation-name: rt-sheet-open-from-bottom
|
|
11640
|
+
animation-name: rt-sheet-open-from-bottom !important;
|
|
11639
11641
|
}
|
|
11640
11642
|
.rt-SheetContent:where([data-state='closed'][data-side='bottom']) {
|
|
11641
|
-
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;
|
|
11642
11653
|
}
|
|
11643
11654
|
}
|
|
11644
11655
|
@media (prefers-reduced-motion: reduce) {
|
|
11645
11656
|
.rt-SheetContent {
|
|
11646
11657
|
animation: none !important;
|
|
11647
11658
|
}
|
|
11659
|
+
.rt-SheetContent > * {
|
|
11660
|
+
animation: none !important;
|
|
11661
|
+
}
|
|
11648
11662
|
}
|
|
11649
11663
|
.rt-ScrollAreaRoot {
|
|
11650
11664
|
display: flex;
|
|
@@ -13880,9 +13894,8 @@
|
|
|
13880
13894
|
order: 999;
|
|
13881
13895
|
}
|
|
13882
13896
|
.rt-SidebarRoot {
|
|
13883
|
-
--sidebar-width: 16rem;
|
|
13884
13897
|
--sidebar-base-border-radius: 0;
|
|
13885
|
-
width:
|
|
13898
|
+
width: 100%;
|
|
13886
13899
|
height: 100%;
|
|
13887
13900
|
flex-shrink: 0;
|
|
13888
13901
|
display: flex;
|
|
@@ -14958,112 +14971,406 @@
|
|
|
14958
14971
|
color: var(--gray-11) !important;
|
|
14959
14972
|
}
|
|
14960
14973
|
.rt-ShellRoot {
|
|
14961
|
-
inline-size: 100%;
|
|
14962
14974
|
display: flex;
|
|
14963
14975
|
flex-direction: column;
|
|
14964
|
-
|
|
14965
|
-
|
|
14966
|
-
|
|
14967
|
-
|
|
14968
|
-
|
|
14976
|
+
width: 100%;
|
|
14977
|
+
overflow: hidden;
|
|
14978
|
+
}
|
|
14979
|
+
.rt-ShellRoot:not([style*='height']) {
|
|
14980
|
+
height: 100vh;
|
|
14969
14981
|
}
|
|
14970
14982
|
@supports (height: 100dvh) {
|
|
14971
|
-
.rt-ShellRoot {
|
|
14972
|
-
|
|
14983
|
+
.rt-ShellRoot:not([style*='height']) {
|
|
14984
|
+
height: 100dvh;
|
|
14973
14985
|
}
|
|
14974
14986
|
}
|
|
14975
14987
|
.rt-ShellHeader {
|
|
14976
14988
|
position: sticky;
|
|
14977
14989
|
top: 0;
|
|
14978
|
-
|
|
14979
|
-
z-index: var(--shell-z-header, 10);
|
|
14990
|
+
z-index: 50;
|
|
14980
14991
|
height: var(--shell-header-height, 64px);
|
|
14981
14992
|
min-height: var(--shell-header-height, 64px);
|
|
14993
|
+
background-color: var(--color-panel);
|
|
14982
14994
|
display: flex;
|
|
14983
14995
|
align-items: center;
|
|
14984
|
-
|
|
14996
|
+
flex-shrink: 0;
|
|
14985
14997
|
}
|
|
14986
14998
|
.rt-ShellBody {
|
|
14987
14999
|
display: flex;
|
|
14988
15000
|
flex-direction: row;
|
|
14989
|
-
|
|
14990
|
-
|
|
14991
|
-
flex: 1 1 auto;
|
|
14992
|
-
block-size: auto;
|
|
14993
|
-
min-block-size: 0;
|
|
14994
|
-
min-inline-size: 0;
|
|
15001
|
+
flex: 1;
|
|
15002
|
+
min-height: 0;
|
|
14995
15003
|
overflow: hidden;
|
|
15004
|
+
position: relative;
|
|
14996
15005
|
}
|
|
14997
|
-
.rt-
|
|
15006
|
+
.rt-ShellLeft {
|
|
14998
15007
|
display: flex;
|
|
14999
15008
|
flex-direction: row;
|
|
15000
15009
|
align-items: stretch;
|
|
15001
|
-
|
|
15002
|
-
|
|
15010
|
+
flex-shrink: 0;
|
|
15011
|
+
height: 100%;
|
|
15003
15012
|
}
|
|
15004
|
-
.rt-
|
|
15013
|
+
.rt-ShellRail {
|
|
15005
15014
|
display: flex;
|
|
15006
15015
|
flex-direction: column;
|
|
15007
|
-
|
|
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);
|
|
15008
15036
|
gap: var(--space-2);
|
|
15009
|
-
|
|
15010
|
-
|
|
15011
|
-
|
|
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%;
|
|
15012
15071
|
overflow: hidden;
|
|
15013
15072
|
opacity: 0;
|
|
15014
|
-
transition:
|
|
15073
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15015
15074
|
}
|
|
15016
|
-
.rt-
|
|
15017
|
-
|
|
15075
|
+
.rt-ShellPanelContent[data-visible] {
|
|
15076
|
+
opacity: 1;
|
|
15077
|
+
}
|
|
15078
|
+
.rt-ShellPanel:not([data-visible]) .rt-ShellPanelContent {
|
|
15018
15079
|
opacity: 0;
|
|
15019
|
-
transition:
|
|
15020
|
-
|
|
15021
|
-
|
|
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%;
|
|
15022
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;
|
|
15023
15118
|
}
|
|
15024
|
-
.rt-
|
|
15119
|
+
.rt-ShellSidebarContent[data-visible] {
|
|
15120
|
+
opacity: 1;
|
|
15121
|
+
}
|
|
15122
|
+
.rt-ShellSidebar[data-mode='collapsed'] .rt-ShellSidebarContent {
|
|
15025
15123
|
opacity: 0;
|
|
15026
|
-
transition:
|
|
15027
|
-
|
|
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%;
|
|
15028
15157
|
overflow: hidden;
|
|
15158
|
+
opacity: 0;
|
|
15159
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15029
15160
|
}
|
|
15030
|
-
|
|
15031
|
-
:
|
|
15032
|
-
|
|
15161
|
+
.rt-ShellInspectorContent[data-visible] {
|
|
15162
|
+
opacity: 1;
|
|
15163
|
+
}
|
|
15164
|
+
.rt-ShellInspector[data-mode='collapsed'] .rt-ShellInspectorContent {
|
|
15033
15165
|
opacity: 0;
|
|
15034
|
-
transition: opacity var(--motion-duration-small) var(--motion-ease-standard)
|
|
15166
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard);
|
|
15035
15167
|
}
|
|
15036
|
-
|
|
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;
|
|
15183
|
+
}
|
|
15184
|
+
.rt-ShellBottomContent {
|
|
15185
|
+
display: flex;
|
|
15186
|
+
flex-direction: column;
|
|
15187
|
+
width: 100%;
|
|
15188
|
+
height: var(--bottom-size, 200px);
|
|
15189
|
+
overflow: hidden;
|
|
15190
|
+
opacity: 0;
|
|
15191
|
+
transition: opacity var(--motion-duration-small) var(--motion-ease-standard) var(--motion-duration-small);
|
|
15192
|
+
}
|
|
15193
|
+
.rt-ShellBottomContent[data-visible] {
|
|
15037
15194
|
opacity: 1;
|
|
15038
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
|
+
}
|
|
15039
15269
|
@media (prefers-reduced-motion: reduce) {
|
|
15040
|
-
.rt-
|
|
15041
|
-
.rt-
|
|
15042
|
-
.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 {
|
|
15043
15280
|
transition: none;
|
|
15044
15281
|
}
|
|
15045
15282
|
}
|
|
15046
|
-
.rt-
|
|
15047
|
-
|
|
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);
|
|
15048
15297
|
block-size: 100%;
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
overflow: auto;
|
|
15298
|
+
cursor: col-resize;
|
|
15299
|
+
transform: translateX(50%);
|
|
15052
15300
|
}
|
|
15053
|
-
|
|
15054
|
-
|
|
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%);
|
|
15055
15308
|
}
|
|
15056
|
-
|
|
15057
|
-
|
|
15058
|
-
|
|
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%);
|
|
15059
15316
|
}
|
|
15060
|
-
:
|
|
15061
|
-
|
|
15062
|
-
|
|
15317
|
+
@media (pointer: coarse) {
|
|
15318
|
+
.rt-ShellResizer {
|
|
15319
|
+
--resizer-hit: var(--space-6);
|
|
15320
|
+
}
|
|
15063
15321
|
}
|
|
15064
|
-
|
|
15065
|
-
|
|
15066
|
-
|
|
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);
|
|
15067
15374
|
}
|
|
15068
15375
|
.rt-SliderRoot {
|
|
15069
15376
|
--slider-thumb-width: var(--space-3);
|