@kushagradhawan/kookie-ui 0.1.27 → 0.1.28

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/styles.css CHANGED
@@ -3478,6 +3478,8 @@
3478
3478
  --base-button-solid-high-contrast-active-filter: contrast(0.82) saturate(1.2) brightness(1.16);
3479
3479
  --progress-indicator-after-linear-gradient: var(--white-a5), var(--white-a9), var(--white-a5);
3480
3480
  --segmented-control-indicator-background-color: var(--color-background);
3481
+ --sidebar-icon-width-1: calc(var(--space-9) + var(--space-1));
3482
+ --sidebar-icon-width-2: calc(var(--space-9) + var(--space-3));
3481
3483
  --slider-range-high-contrast-background-image: linear-gradient(var(--black-a8), var(--black-a8));
3482
3484
  --slider-disabled-blend-mode: multiply;
3483
3485
  --switch-disabled-blend-mode: multiply;
@@ -4728,7 +4730,7 @@
4728
4730
  --scaling: 1.1;
4729
4731
  }
4730
4732
  [data-radius] {
4731
- --radius-1: calc(8px * var(--scaling) * var(--radius-factor));
4733
+ --radius-1: calc(7px * var(--scaling) * var(--radius-factor));
4732
4734
  --radius-2: calc(10px * var(--scaling) * var(--radius-factor));
4733
4735
  --radius-3: calc(12px * var(--scaling) * var(--radius-factor));
4734
4736
  --radius-4: calc(14px * var(--scaling) * var(--radius-factor));
@@ -16565,32 +16567,32 @@
16565
16567
  border-radius: inherit;
16566
16568
  flex: 1;
16567
16569
  }
16568
- .rt-SidebarContainer:where(.rt-variant-surface) {
16570
+ .rt-SidebarContainer:where(.rt-variant-outline) {
16569
16571
  background-color: var(--color-panel);
16570
16572
  -webkit-backdrop-filter: var(--backdrop-filter-panel);
16571
16573
  backdrop-filter: var(--backdrop-filter-panel);
16572
16574
  }
16573
- .rt-SidebarContainer:where(.rt-variant-surface):where([data-panel-background='solid']) {
16575
+ .rt-SidebarContainer:where(.rt-variant-outline):where([data-panel-background='solid']) {
16574
16576
  --color-panel: var(--color-panel-solid);
16575
16577
  -webkit-backdrop-filter: none;
16576
16578
  backdrop-filter: none;
16577
16579
  --backdrop-filter-panel: none;
16578
16580
  --backdrop-filter-components: none;
16579
16581
  }
16580
- .rt-SidebarContainer:where(.rt-variant-surface):where([data-panel-background='translucent']) {
16582
+ .rt-SidebarContainer:where(.rt-variant-outline):where([data-panel-background='translucent']) {
16581
16583
  --color-panel: var(--color-panel-translucent);
16582
16584
  -webkit-backdrop-filter: var(--backdrop-filter-panel);
16583
16585
  backdrop-filter: var(--backdrop-filter-panel);
16584
16586
  --backdrop-filter-panel: blur(var(--backdrop-blur-panel));
16585
16587
  --backdrop-filter-components: blur(var(--backdrop-blur-components));
16586
16588
  }
16587
- :where(.rt-SidebarRoot[data-type="floating"]) .rt-SidebarContainer:where(.rt-variant-surface) {
16589
+ :where(.rt-SidebarRoot[data-type="floating"]) .rt-SidebarContainer:where(.rt-variant-outline) {
16588
16590
  box-shadow: inset 0 0 0 1px var(--gray-a6);
16589
16591
  }
16590
- :where(.rt-SidebarRoot[data-type="sidebar"][data-side="left"]) .rt-SidebarContainer:where(.rt-variant-surface) {
16592
+ :where(.rt-SidebarRoot[data-type="sidebar"][data-side="left"]) .rt-SidebarContainer:where(.rt-variant-outline) {
16591
16593
  box-shadow: inset -1px 0 0 0 var(--gray-a6);
16592
16594
  }
16593
- :where(.rt-SidebarRoot[data-type="sidebar"][data-side="right"]) .rt-SidebarContainer:where(.rt-variant-surface) {
16595
+ :where(.rt-SidebarRoot[data-type="sidebar"][data-side="right"]) .rt-SidebarContainer:where(.rt-variant-outline) {
16594
16596
  box-shadow: inset 1px 0 0 0 var(--gray-a6);
16595
16597
  }
16596
16598
  .rt-SidebarHeader {
@@ -16742,7 +16744,6 @@
16742
16744
  border: none;
16743
16745
  width: 100%;
16744
16746
  text-align: left;
16745
- border-radius: var(--radius-2);
16746
16747
  transition: var(--transition-menu);
16747
16748
  -webkit-user-select: none;
16748
16749
  user-select: none;
@@ -16966,6 +16967,7 @@
16966
16967
  line-height: var(--line-height-1);
16967
16968
  letter-spacing: var(--letter-spacing-1);
16968
16969
  border-radius: var(--radius-1);
16970
+ font-weight: var(--font-weight-medium);
16969
16971
  }
16970
16972
  .rt-SidebarContent:where(.rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
16971
16973
  width: var(--content-icon-size-1);
@@ -16984,6 +16986,7 @@
16984
16986
  line-height: var(--line-height-2);
16985
16987
  letter-spacing: var(--letter-spacing-2);
16986
16988
  border-radius: var(--radius-2);
16989
+ font-weight: var(--font-weight-medium);
16987
16990
  }
16988
16991
  .rt-SidebarContent:where(.rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
16989
16992
  width: var(--content-icon-size-2);
@@ -17023,6 +17026,7 @@
17023
17026
  line-height: var(--line-height-1);
17024
17027
  letter-spacing: var(--letter-spacing-1);
17025
17028
  border-radius: var(--radius-1);
17029
+ font-weight: var(--font-weight-medium);
17026
17030
  }
17027
17031
  .rt-SidebarContent:where(.xs\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
17028
17032
  width: var(--content-icon-size-1);
@@ -17041,6 +17045,7 @@
17041
17045
  line-height: var(--line-height-2);
17042
17046
  letter-spacing: var(--letter-spacing-2);
17043
17047
  border-radius: var(--radius-2);
17048
+ font-weight: var(--font-weight-medium);
17044
17049
  }
17045
17050
  .rt-SidebarContent:where(.xs\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
17046
17051
  width: var(--content-icon-size-2);
@@ -17081,6 +17086,7 @@
17081
17086
  line-height: var(--line-height-1);
17082
17087
  letter-spacing: var(--letter-spacing-1);
17083
17088
  border-radius: var(--radius-1);
17089
+ font-weight: var(--font-weight-medium);
17084
17090
  }
17085
17091
  .rt-SidebarContent:where(.sm\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
17086
17092
  width: var(--content-icon-size-1);
@@ -17099,6 +17105,7 @@
17099
17105
  line-height: var(--line-height-2);
17100
17106
  letter-spacing: var(--letter-spacing-2);
17101
17107
  border-radius: var(--radius-2);
17108
+ font-weight: var(--font-weight-medium);
17102
17109
  }
17103
17110
  .rt-SidebarContent:where(.sm\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
17104
17111
  width: var(--content-icon-size-2);
@@ -17139,6 +17146,7 @@
17139
17146
  line-height: var(--line-height-1);
17140
17147
  letter-spacing: var(--letter-spacing-1);
17141
17148
  border-radius: var(--radius-1);
17149
+ font-weight: var(--font-weight-medium);
17142
17150
  }
17143
17151
  .rt-SidebarContent:where(.md\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
17144
17152
  width: var(--content-icon-size-1);
@@ -17157,6 +17165,7 @@
17157
17165
  line-height: var(--line-height-2);
17158
17166
  letter-spacing: var(--letter-spacing-2);
17159
17167
  border-radius: var(--radius-2);
17168
+ font-weight: var(--font-weight-medium);
17160
17169
  }
17161
17170
  .rt-SidebarContent:where(.md\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
17162
17171
  width: var(--content-icon-size-2);
@@ -17197,6 +17206,7 @@
17197
17206
  line-height: var(--line-height-1);
17198
17207
  letter-spacing: var(--letter-spacing-1);
17199
17208
  border-radius: var(--radius-1);
17209
+ font-weight: var(--font-weight-medium);
17200
17210
  }
17201
17211
  .rt-SidebarContent:where(.lg\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
17202
17212
  width: var(--content-icon-size-1);
@@ -17215,6 +17225,7 @@
17215
17225
  line-height: var(--line-height-2);
17216
17226
  letter-spacing: var(--letter-spacing-2);
17217
17227
  border-radius: var(--radius-2);
17228
+ font-weight: var(--font-weight-medium);
17218
17229
  }
17219
17230
  .rt-SidebarContent:where(.lg\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
17220
17231
  width: var(--content-icon-size-2);
@@ -17255,6 +17266,7 @@
17255
17266
  line-height: var(--line-height-1);
17256
17267
  letter-spacing: var(--letter-spacing-1);
17257
17268
  border-radius: var(--radius-1);
17269
+ font-weight: var(--font-weight-medium);
17258
17270
  }
17259
17271
  .rt-SidebarContent:where(.xl\:rt-r-size-1) :where(.rt-SidebarMenuButton) :where(svg) {
17260
17272
  width: var(--content-icon-size-1);
@@ -17273,6 +17285,7 @@
17273
17285
  line-height: var(--line-height-2);
17274
17286
  letter-spacing: var(--letter-spacing-2);
17275
17287
  border-radius: var(--radius-2);
17288
+ font-weight: var(--font-weight-medium);
17276
17289
  }
17277
17290
  .rt-SidebarContent:where(.xl\:rt-r-size-2) :where(.rt-SidebarMenuButton) :where(svg) {
17278
17291
  width: var(--content-icon-size-2);
@@ -17313,8 +17326,45 @@
17313
17326
  --backdrop-filter-panel: blur(var(--backdrop-blur-panel));
17314
17327
  --backdrop-filter-components: blur(var(--backdrop-blur-components));
17315
17328
  }
17316
- :where(.rt-SidebarRoot[data-type="floating"]) .rt-SidebarContainer:where(.rt-variant-ghost) {
17317
- box-shadow: var(--shadow-4);
17329
+ .rt-SidebarContainer:where(.rt-variant-surface) {
17330
+ background-color: var(--gray-1);
17331
+ }
17332
+ :where([data-panel-background='translucent']) .rt-SidebarContainer:where(.rt-variant-surface) {
17333
+ background-color: var(--gray-a1);
17334
+ -webkit-backdrop-filter: var(--backdrop-filter-panel);
17335
+ backdrop-filter: var(--backdrop-filter-panel);
17336
+ }
17337
+ .rt-SidebarContainer:where(.rt-variant-surface):where([data-panel-background='solid']) {
17338
+ background-color: var(--gray-1);
17339
+ -webkit-backdrop-filter: none;
17340
+ backdrop-filter: none;
17341
+ --backdrop-filter-panel: none;
17342
+ --backdrop-filter-components: none;
17343
+ }
17344
+ .rt-SidebarContainer:where(.rt-variant-surface):where([data-panel-background='translucent']) {
17345
+ background-color: var(--gray-a1);
17346
+ -webkit-backdrop-filter: var(--backdrop-filter-panel);
17347
+ backdrop-filter: var(--backdrop-filter-panel);
17348
+ --backdrop-filter-panel: blur(var(--backdrop-blur-panel));
17349
+ --backdrop-filter-components: blur(var(--backdrop-blur-components));
17350
+ }
17351
+ :where(.rt-SidebarRoot[data-type="floating"]) .rt-SidebarContainer:where(.rt-variant-surface) {
17352
+ box-shadow: inset 0 0 0 1px var(--gray-6);
17353
+ }
17354
+ :where([data-panel-background='translucent']) :is(:where(.rt-SidebarRoot[data-type="floating"]) .rt-SidebarContainer:where(.rt-variant-surface)) {
17355
+ box-shadow: inset 0 0 0 1px var(--gray-a6);
17356
+ }
17357
+ :where(.rt-SidebarRoot[data-type="sidebar"][data-side="left"]) .rt-SidebarContainer:where(.rt-variant-surface) {
17358
+ box-shadow: inset -1px 0 0 0 var(--gray-6);
17359
+ }
17360
+ :where([data-panel-background='translucent']) :is(:where(.rt-SidebarRoot[data-type="sidebar"][data-side="left"]) .rt-SidebarContainer:where(.rt-variant-surface)) {
17361
+ box-shadow: inset -1px 0 0 0 var(--gray-a6);
17362
+ }
17363
+ :where(.rt-SidebarRoot[data-type="sidebar"][data-side="right"]) .rt-SidebarContainer:where(.rt-variant-surface) {
17364
+ box-shadow: inset 1px 0 0 0 var(--gray-6);
17365
+ }
17366
+ :where([data-panel-background='translucent']) :is(:where(.rt-SidebarRoot[data-type="sidebar"][data-side="right"]) .rt-SidebarContainer:where(.rt-variant-surface)) {
17367
+ box-shadow: inset 1px 0 0 0 var(--gray-a6);
17318
17368
  }
17319
17369
  .rt-SidebarHeader:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuSubTrigger), .rt-SidebarContent:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuSubTrigger), .rt-SidebarFooter:where(.rt-menu-variant-solid) :where(.rt-SidebarMenuSubTrigger) {
17320
17370
  transition: var(--transition-menu);
@@ -17481,45 +17531,140 @@
17481
17531
  color: var(--gray-11) !important;
17482
17532
  }
17483
17533
  .rt-SidebarContent :where(.rt-BaseMenuItem) {
17484
- border-radius: var(--radius-2);
17485
- margin-bottom: var(--space-1);
17534
+ margin-top: calc(var(--space-1) / 2);
17535
+ margin-bottom: calc(var(--space-1) / 2);
17486
17536
  }
17487
17537
  .rt-SidebarRoot:where([data-collapsible="icon"]) {
17488
17538
  transition: none;
17489
- overflow: hidden;
17539
+ overflow: visible;
17490
17540
  flex-shrink: 0;
17491
17541
  }
17492
- .rt-SidebarContainer:where(.rt-variant-ghost[data-collapsible="icon"][data-type="floating"]) {
17493
- overflow: visible !important;
17494
- }
17495
17542
  .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) {
17496
- width: 0;
17497
- min-width: 0;
17498
- opacity: 0;
17499
- pointer-events: none;
17500
- flex-basis: 0;
17501
- width: 0;
17502
- width: 0;
17503
- min-width: 0;
17504
- opacity: 0;
17505
- pointer-events: none;
17506
- margin: 0;
17543
+ opacity: 1;
17544
+ pointer-events: auto;
17545
+ }
17546
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]):where(.rt-r-size-1) {
17547
+ width: var(--sidebar-icon-width-1);
17548
+ min-width: var(--sidebar-icon-width-1);
17549
+ --sidebar-group-label-width: calc(var(--sidebar-icon-width-1) - (var(--space-2) * 2));
17550
+ --sidebar-button-label-width: calc(var(--sidebar-group-label-width) - (var(--space-1) * 2));
17551
+ }
17552
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]):where(.rt-r-size-2) {
17553
+ width: var(--sidebar-icon-width-2);
17554
+ min-width: var(--sidebar-icon-width-2);
17555
+ --sidebar-group-label-width: calc(var(--sidebar-icon-width-2) - (var(--space-2) * 2));
17556
+ --sidebar-button-label-width: calc(var(--sidebar-group-label-width) - (var(--space-1) * 2));
17507
17557
  }
17508
17558
  .rt-SidebarRoot:where([data-collapsible="icon"][data-state="expanded"]) {
17509
17559
  width: var(--sidebar-width);
17510
17560
  min-width: var(--sidebar-width);
17511
17561
  opacity: 1;
17512
17562
  pointer-events: auto;
17513
- flex-basis: var(--sidebar-width);
17514
- width: var(--sidebar-width);
17563
+ }
17564
+ .rt-SidebarContainer:where([data-collapsible="icon"]) {
17565
+ width: 100%;
17566
+ min-width: 0;
17567
+ flex-shrink: 0;
17568
+ }
17569
+ .rt-SidebarContent:where([data-collapsible="icon"]) {
17570
+ width: 100%;
17571
+ min-width: 0;
17572
+ flex-shrink: 0;
17573
+ }
17574
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuButton) {
17575
+ justify-content: center;
17576
+ flex-direction: column;
17577
+ padding: var(--space-2) var(--space-1);
17578
+ gap: var(--space-1);
17579
+ min-height: auto;
17580
+ }
17581
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuButton) :where(span) {
17582
+ display: block;
17583
+ font-size: var(--font-size-0);
17584
+ line-height: var(--line-height-0);
17585
+ color: var(--gray-a10);
17586
+ text-align: center;
17587
+ font-weight: var(--font-weight-medium);
17588
+ max-width: 100%;
17589
+ overflow: hidden;
17590
+ text-overflow: ellipsis;
17591
+ white-space: nowrap;
17592
+ }
17593
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarGroupLabel) {
17594
+ max-width: var(--sidebar-group-label-width);
17595
+ display: block;
17596
+ text-align: center;
17597
+ min-width: 0;
17598
+ min-height: auto;
17599
+ max-width: var(--sidebar-group-label-width);
17600
+ font-size: var(--font-size-0);
17601
+ line-height: var(--line-height-0);
17602
+ color: var(--gray-a9);
17603
+ font-weight: var(--font-weight-medium);
17604
+ padding: var(--space-1) var(--space-1);
17605
+ margin: var(--space-2) 0 var(--space-1) 0;
17606
+ overflow: hidden;
17607
+ text-overflow: ellipsis;
17608
+ white-space: nowrap;
17609
+ }
17610
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuButton span) {
17611
+ max-width: var(--sidebar-button-label-width);
17612
+ min-width: 0;
17613
+ overflow: hidden;
17614
+ text-overflow: ellipsis;
17615
+ white-space: nowrap;
17616
+ color: var(--gray-a12);
17617
+ font-weight: var(--font-weight-medium);
17618
+ }
17619
+ .rt-SidebarRoot.rt-menu-variant-solid:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuButton[data-highlighted] span),
17620
+ .rt-SidebarRoot.rt-menu-variant-solid:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuButton[data-active] span) {
17621
+ color: var(--accent-contrast) !important;
17622
+ }
17623
+ :where(.rt-SidebarGroup:first-child) :is(.rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarGroupLabel)) {
17624
+ margin-top: 0;
17625
+ }
17626
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuBadge),
17627
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuShortcut) {
17628
+ display: none;
17629
+ }
17630
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuSubTriggerIcon) {
17631
+ display: none;
17632
+ }
17633
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenuSubList) {
17634
+ padding-left: 0;
17635
+ border-left: none;
17636
+ margin-left: 0;
17637
+ }
17638
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]) :where(.rt-SidebarMenu) {
17639
+ padding: var(--space-2);
17640
+ }
17641
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]):where(.rt-r-size-1) :where(.rt-SidebarMenuButton svg) {
17642
+ width: var(--content-icon-size-2) !important;
17643
+ height: var(--content-icon-size-2) !important;
17644
+ color: currentColor !important;
17645
+ }
17646
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="collapsed"]):where(.rt-r-size-2) :where(.rt-SidebarMenuButton svg) {
17647
+ width: var(--content-icon-size-3) !important;
17648
+ height: var(--content-icon-size-3) !important;
17649
+ color: currentColor !important;
17515
17650
  }
17516
17651
  .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"]) {
17517
17652
  transition: none;
17518
- overflow: hidden;
17653
+ overflow: visible;
17519
17654
  flex-shrink: 0;
17520
17655
  }
17521
- .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"]:has(.rt-variant-ghost)) {
17522
- overflow: visible;
17656
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"][data-state="collapsed"]) {
17657
+ opacity: 1;
17658
+ pointer-events: auto;
17659
+ margin: var(--space-2);
17660
+ }
17661
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"][data-state="collapsed"]):where(.rt-r-size-1) {
17662
+ width: var(--sidebar-icon-width-1);
17663
+ min-width: var(--sidebar-icon-width-1);
17664
+ }
17665
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"][data-state="collapsed"]):where(.rt-r-size-2) {
17666
+ width: var(--sidebar-icon-width-2);
17667
+ min-width: var(--sidebar-icon-width-2);
17523
17668
  }
17524
17669
  .rt-SidebarRoot:where([data-collapsible="icon"][data-type="floating"][data-state="expanded"]) {
17525
17670
  width: var(--sidebar-width);
@@ -17528,22 +17673,11 @@
17528
17673
  pointer-events: auto;
17529
17674
  margin: var(--space-2);
17530
17675
  }
17531
- .rt-SidebarContainer:where([data-collapsible="icon"]) {
17532
- width: var(--sidebar-width);
17533
- min-width: var(--sidebar-width);
17534
- flex-shrink: 0;
17535
- }
17536
- .rt-SidebarContent:where([data-collapsible="icon"]) {
17537
- width: 100%;
17538
- min-width: var(--sidebar-width);
17539
- flex-shrink: 0;
17540
- }
17541
17676
  @media (max-width: 768px) {
17542
- .rt-SidebarRoot {
17543
- display: none;
17677
+ .rt-SidebarRoot:where([data-collapsible="icon"]) {
17544
17678
  display: none;
17545
17679
  }
17546
- .rt-SidebarRoot:where([data-state="expanded"]) {
17680
+ .rt-SidebarRoot:where([data-collapsible="icon"][data-state="expanded"]) {
17547
17681
  display: flex;
17548
17682
  position: fixed;
17549
17683
  top: 0;
@@ -17559,6 +17693,11 @@
17559
17693
  transition: none;
17560
17694
  }
17561
17695
  }
17696
+ @media (max-width: 768px) {
17697
+ .rt-SidebarRoot {
17698
+ display: none;
17699
+ }
17700
+ }
17562
17701
  :where(.rt-SidebarContent.rt-r-size-1) .rt-SidebarMenuButton:where(:has(.rt-SidebarMenuShortcut, .rt-SidebarMenuBadge)) {
17563
17702
  padding-right: var(--base-menu-item-padding-y);
17564
17703
  }
package/tokens/base.css CHANGED
@@ -1242,7 +1242,7 @@
1242
1242
  --scaling: 1.1;
1243
1243
  }
1244
1244
  [data-radius] {
1245
- --radius-1: calc(8px * var(--scaling) * var(--radius-factor));
1245
+ --radius-1: calc(7px * var(--scaling) * var(--radius-factor));
1246
1246
  --radius-2: calc(10px * var(--scaling) * var(--radius-factor));
1247
1247
  --radius-3: calc(12px * var(--scaling) * var(--radius-factor));
1248
1248
  --radius-4: calc(14px * var(--scaling) * var(--radius-factor));
package/tokens.css CHANGED
@@ -4657,7 +4657,7 @@
4657
4657
  --scaling: 1.1;
4658
4658
  }
4659
4659
  [data-radius] {
4660
- --radius-1: calc(8px * var(--scaling) * var(--radius-factor));
4660
+ --radius-1: calc(7px * var(--scaling) * var(--radius-factor));
4661
4661
  --radius-2: calc(10px * var(--scaling) * var(--radius-factor));
4662
4662
  --radius-3: calc(12px * var(--scaling) * var(--radius-factor));
4663
4663
  --radius-4: calc(14px * var(--scaling) * var(--radius-factor));