@hanzo/docs 16.2.6 → 16.2.8

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.
Files changed (184) hide show
  1. package/.turbo/turbo-build.log +147 -149
  2. package/CHANGELOG.md +22 -0
  3. package/dist/cli/build.d.ts +52 -53
  4. package/dist/mdx-remote/client.d.ts +1 -1
  5. package/dist/mdx-remote/client.js +1 -1
  6. package/dist/mdx-remote/index.d.ts +1 -1
  7. package/dist/mdx-remote/index.js +1 -1
  8. package/dist/ui/components/accordion.d.ts +1 -1
  9. package/dist/ui/components/accordion.js +1 -1
  10. package/dist/ui/components/banner.d.ts +1 -1
  11. package/dist/ui/components/banner.js +1 -1
  12. package/dist/ui/components/callout.d.ts +1 -1
  13. package/dist/ui/components/callout.js +1 -1
  14. package/dist/ui/components/card.d.ts +1 -1
  15. package/dist/ui/components/card.js +1 -1
  16. package/dist/ui/components/codeblock.d.ts +1 -1
  17. package/dist/ui/components/codeblock.js +1 -1
  18. package/dist/ui/components/dialog/search-algolia.d.ts +1 -1
  19. package/dist/ui/components/dialog/search-algolia.js +1 -1
  20. package/dist/ui/components/dialog/search-default.d.ts +1 -1
  21. package/dist/ui/components/dialog/search-default.js +1 -1
  22. package/dist/ui/components/dialog/search-orama.d.ts +1 -1
  23. package/dist/ui/components/dialog/search-orama.js +1 -1
  24. package/dist/ui/components/dialog/search.d.ts +1 -1
  25. package/dist/ui/components/dialog/search.js +1 -1
  26. package/dist/ui/components/dynamic-codeblock.d.ts +1 -1
  27. package/dist/ui/components/dynamic-codeblock.js +1 -1
  28. package/dist/ui/components/files.d.ts +1 -1
  29. package/dist/ui/components/files.js +1 -1
  30. package/dist/ui/components/github-info.d.ts +1 -1
  31. package/dist/ui/components/github-info.js +1 -1
  32. package/dist/ui/components/heading.d.ts +1 -1
  33. package/dist/ui/components/heading.js +1 -1
  34. package/dist/ui/components/image-zoom.d.ts +1 -1
  35. package/dist/ui/components/image-zoom.js +1 -1
  36. package/dist/ui/components/inline-toc.d.ts +1 -1
  37. package/dist/ui/components/inline-toc.js +1 -1
  38. package/dist/ui/components/sidebar/base.d.ts +1 -1
  39. package/dist/ui/components/sidebar/base.js +1 -1
  40. package/dist/ui/components/sidebar/link-item.d.ts +1 -1
  41. package/dist/ui/components/sidebar/link-item.js +1 -1
  42. package/dist/ui/components/sidebar/page-tree.d.ts +1 -1
  43. package/dist/ui/components/sidebar/page-tree.js +1 -1
  44. package/dist/ui/components/steps.d.ts +1 -1
  45. package/dist/ui/components/steps.js +1 -1
  46. package/dist/ui/components/tabs.d.ts +1 -1
  47. package/dist/ui/components/tabs.js +1 -1
  48. package/dist/ui/components/toc/clerk.d.ts +1 -1
  49. package/dist/ui/components/toc/clerk.js +1 -1
  50. package/dist/ui/components/toc/default.d.ts +1 -1
  51. package/dist/ui/components/toc/default.js +1 -1
  52. package/dist/ui/components/toc/index.d.ts +1 -1
  53. package/dist/ui/components/toc/index.js +1 -1
  54. package/dist/ui/components/type-table.d.ts +1 -1
  55. package/dist/ui/components/type-table.js +1 -1
  56. package/dist/ui/components/ui/accordion.d.ts +1 -1
  57. package/dist/ui/components/ui/accordion.js +1 -1
  58. package/dist/ui/components/ui/button.d.ts +1 -1
  59. package/dist/ui/components/ui/button.js +1 -1
  60. package/dist/ui/components/ui/collapsible.d.ts +1 -1
  61. package/dist/ui/components/ui/collapsible.js +1 -1
  62. package/dist/ui/components/ui/navigation-menu.d.ts +1 -1
  63. package/dist/ui/components/ui/navigation-menu.js +1 -1
  64. package/dist/ui/components/ui/popover.d.ts +1 -1
  65. package/dist/ui/components/ui/popover.js +1 -1
  66. package/dist/ui/components/ui/scroll-area.d.ts +1 -1
  67. package/dist/ui/components/ui/scroll-area.js +1 -1
  68. package/dist/ui/components/ui/tabs.d.ts +1 -1
  69. package/dist/ui/components/ui/tabs.js +1 -1
  70. package/dist/ui/contexts/i18n.d.ts +1 -1
  71. package/dist/ui/contexts/i18n.js +1 -1
  72. package/dist/ui/contexts/tree.d.ts +1 -1
  73. package/dist/ui/contexts/tree.js +1 -1
  74. package/dist/ui/css/black.css +1 -39
  75. package/dist/ui/css/catppuccin.css +1 -49
  76. package/dist/ui/css/dusk.css +1 -47
  77. package/dist/ui/css/neutral.css +1 -7
  78. package/dist/ui/css/ocean.css +1 -48
  79. package/dist/ui/css/preset.css +1 -296
  80. package/dist/ui/css/purple.css +1 -39
  81. package/dist/ui/css/shadcn.css +1 -36
  82. package/dist/ui/css/solar.css +1 -75
  83. package/dist/ui/css/vitepress.css +1 -77
  84. package/dist/ui/i18n.d.ts +1 -1
  85. package/dist/ui/i18n.js +1 -1
  86. package/dist/ui/layouts/docs/page.d.ts +1 -1
  87. package/dist/ui/layouts/docs/page.js +1 -1
  88. package/dist/ui/layouts/docs.d.ts +1 -1
  89. package/dist/ui/layouts/docs.js +1 -1
  90. package/dist/ui/layouts/home/navbar.d.ts +1 -1
  91. package/dist/ui/layouts/home/navbar.js +1 -1
  92. package/dist/ui/layouts/home.d.ts +1 -1
  93. package/dist/ui/layouts/home.js +1 -1
  94. package/dist/ui/layouts/notebook/page.d.ts +1 -1
  95. package/dist/ui/layouts/notebook/page.js +1 -1
  96. package/dist/ui/layouts/notebook.d.ts +1 -1
  97. package/dist/ui/layouts/notebook.js +1 -1
  98. package/dist/ui/layouts/shared.d.ts +1 -1
  99. package/dist/ui/layouts/shared.js +1 -1
  100. package/dist/ui/mdx.d.ts +2 -2
  101. package/dist/ui/mdx.js +2 -2
  102. package/dist/ui/og.d.ts +1 -1
  103. package/dist/ui/og.js +1 -1
  104. package/dist/ui/page.d.ts +1 -1
  105. package/dist/ui/page.js +1 -1
  106. package/dist/ui/provider/base.d.ts +1 -1
  107. package/dist/ui/provider/base.js +1 -1
  108. package/dist/ui/provider/next.d.ts +1 -1
  109. package/dist/ui/provider/next.js +1 -1
  110. package/dist/ui/provider/react-router.d.ts +1 -1
  111. package/dist/ui/provider/react-router.js +1 -1
  112. package/dist/ui/provider/tanstack.d.ts +1 -1
  113. package/dist/ui/provider/tanstack.js +1 -1
  114. package/dist/ui/provider/waku.d.ts +1 -1
  115. package/dist/ui/provider/waku.js +1 -1
  116. package/dist/ui/style.css +225 -351
  117. package/dist/ui/utils/use-copy-button.d.ts +1 -1
  118. package/dist/ui/utils/use-copy-button.js +1 -1
  119. package/package.json +12 -11
  120. package/scripts/copy-css.js +3 -3
  121. package/src/mdx-remote/client.ts +1 -1
  122. package/src/mdx-remote/index.ts +1 -1
  123. package/src/ui/components/accordion.ts +1 -1
  124. package/src/ui/components/banner.ts +1 -1
  125. package/src/ui/components/callout.ts +1 -1
  126. package/src/ui/components/card.ts +1 -1
  127. package/src/ui/components/codeblock.ts +1 -1
  128. package/src/ui/components/dialog/search-algolia.ts +1 -1
  129. package/src/ui/components/dialog/search-default.ts +1 -1
  130. package/src/ui/components/dialog/search-orama.ts +1 -1
  131. package/src/ui/components/dialog/search.ts +1 -1
  132. package/src/ui/components/dynamic-codeblock.ts +1 -1
  133. package/src/ui/components/files.ts +1 -1
  134. package/src/ui/components/github-info.ts +1 -1
  135. package/src/ui/components/heading.ts +1 -1
  136. package/src/ui/components/image-zoom.ts +1 -1
  137. package/src/ui/components/inline-toc.ts +1 -1
  138. package/src/ui/components/sidebar/base.ts +1 -1
  139. package/src/ui/components/sidebar/link-item.ts +1 -1
  140. package/src/ui/components/sidebar/page-tree.ts +1 -1
  141. package/src/ui/components/steps.ts +1 -1
  142. package/src/ui/components/tabs.ts +1 -1
  143. package/src/ui/components/toc/clerk.ts +1 -1
  144. package/src/ui/components/toc/default.ts +1 -1
  145. package/src/ui/components/toc/index.ts +1 -1
  146. package/src/ui/components/type-table.ts +1 -1
  147. package/src/ui/components/ui/accordion.ts +1 -1
  148. package/src/ui/components/ui/button.ts +1 -1
  149. package/src/ui/components/ui/collapsible.ts +1 -1
  150. package/src/ui/components/ui/navigation-menu.ts +1 -1
  151. package/src/ui/components/ui/popover.ts +1 -1
  152. package/src/ui/components/ui/scroll-area.ts +1 -1
  153. package/src/ui/components/ui/tabs.ts +1 -1
  154. package/src/ui/contexts/i18n.ts +1 -1
  155. package/src/ui/contexts/tree.ts +1 -1
  156. package/src/ui/i18n.ts +1 -1
  157. package/src/ui/layouts/docs/page.ts +1 -1
  158. package/src/ui/layouts/docs.ts +1 -1
  159. package/src/ui/layouts/home/navbar.ts +1 -1
  160. package/src/ui/layouts/home.ts +1 -1
  161. package/src/ui/layouts/notebook/page.ts +1 -1
  162. package/src/ui/layouts/notebook.ts +1 -1
  163. package/src/ui/layouts/shared.ts +1 -1
  164. package/src/ui/mdx.ts +2 -2
  165. package/src/ui/og.ts +1 -1
  166. package/src/ui/page.ts +1 -1
  167. package/src/ui/provider/base.ts +1 -1
  168. package/src/ui/provider/next.ts +1 -1
  169. package/src/ui/provider/react-router.ts +1 -1
  170. package/src/ui/provider/tanstack.ts +1 -1
  171. package/src/ui/provider/waku.ts +1 -1
  172. package/src/ui/utils/use-copy-button.ts +1 -1
  173. package/tsup.config.ts +2 -1
  174. package/dist/ui/components/tabs.unstyled.d.ts +0 -1
  175. package/dist/ui/components/tabs.unstyled.js +0 -2
  176. package/dist/ui/css/colors/index.css +0 -51
  177. package/dist/ui/css/shiki.css +0 -90
  178. package/dist/ui/dist/theme/typography/index.d.ts +0 -10
  179. package/dist/ui/dist/theme/typography/index.d.ts.map +0 -1
  180. package/dist/ui/dist/theme/typography/index.js +0 -137
  181. package/dist/ui/dist/theme/typography/styles.d.ts +0 -93
  182. package/dist/ui/dist/theme/typography/styles.d.ts.map +0 -1
  183. package/dist/ui/dist/theme/typography/styles.js +0 -433
  184. package/src/ui/components/tabs.unstyled.ts +0 -1
package/dist/ui/style.css CHANGED
@@ -21,7 +21,6 @@
21
21
  --text-lg--line-height: calc(1.75 / 1.125);
22
22
  --text-2xl: 1.5rem;
23
23
  --text-3xl: 1.875rem;
24
- --text-3xl--line-height: calc(2.25 / 1.875);
25
24
  --font-weight-medium: 500;
26
25
  --font-weight-semibold: 600;
27
26
  --radius-sm: 0.25rem;
@@ -29,6 +28,7 @@
29
28
  --radius-lg: 0.5rem;
30
29
  --radius-xl: 0.75rem;
31
30
  --radius-2xl: 1rem;
31
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
32
32
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
33
33
  --blur-xs: 4px;
34
34
  --blur-sm: 8px;
@@ -69,20 +69,8 @@
69
69
  --animate-fd-dialog-out: fd-dialog-out 300ms cubic-bezier(0.16, 1, 0.3, 1);
70
70
  --animate-fd-popover-in: fd-popover-in 100ms ease;
71
71
  --animate-fd-popover-out: fd-popover-out 100ms ease;
72
- --animate-fd-collapsible-down: fd-collapsible-down 150ms
73
- cubic-bezier(0.45, 0, 0.55, 1);
74
- --animate-fd-collapsible-up: fd-collapsible-up 150ms
75
- cubic-bezier(0.45, 0, 0.55, 1);
76
- --animate-fd-accordion-down: fd-accordion-down 200ms ease-out;
77
- --animate-fd-accordion-up: fd-accordion-up 200ms ease-out;
78
- --animate-fd-nav-menu-in: fd-nav-menu-in 200ms ease;
79
- --animate-fd-nav-menu-out: fd-nav-menu-out 200ms ease;
80
- --animate-fd-enterFromLeft: fd-enterFromLeft 250ms ease;
81
- --animate-fd-enterFromRight: fd-enterFromRight 250ms ease;
82
72
  --animate-fd-sidebar-in: fd-sidebar-in 250ms ease;
83
73
  --animate-fd-sidebar-out: fd-sidebar-out 250ms ease;
84
- --animate-fd-exitToLeft: fd-exitToLeft 250ms ease;
85
- --animate-fd-exitToRight: fd-exitToRight 250ms ease;
86
74
  }
87
75
  }
88
76
  @layer base {
@@ -240,9 +228,6 @@
240
228
  .pointer-events-none {
241
229
  pointer-events: none;
242
230
  }
243
- .collapse {
244
- visibility: collapse;
245
- }
246
231
  .invisible {
247
232
  visibility: hidden;
248
233
  }
@@ -299,9 +284,6 @@
299
284
  .inset-0 {
300
285
  inset: calc(var(--spacing) * 0);
301
286
  }
302
- .inset-x-0 {
303
- inset-inline: calc(var(--spacing) * 0);
304
- }
305
287
  .inset-x-2 {
306
288
  inset-inline: calc(var(--spacing) * 2);
307
289
  }
@@ -338,9 +320,6 @@
338
320
  .top-\(--fd-docs-row-3\) {
339
321
  top: var(--fd-docs-row-3);
340
322
  }
341
- .top-\(--fd-nav-height\) {
342
- top: var(--fd-nav-height);
343
- }
344
323
  .top-\(--fd-top\) {
345
324
  top: var(--fd-top);
346
325
  }
@@ -359,11 +338,8 @@
359
338
  .top-4 {
360
339
  top: calc(var(--spacing) * 4);
361
340
  }
362
- .top-14 {
363
- top: calc(var(--spacing) * 14);
364
- }
365
- .top-\[calc\(--spacing\(4\)\+var\(--fd-toc-popover-height\)\)\] {
366
- top: calc(calc(var(--spacing) * 4) + var(--fd-toc-popover-height));
341
+ .top-\[calc\(--spacing\(4\)\+var\(--fd-docs-row-3\)\)\] {
342
+ top: calc(calc(var(--spacing) * 4) + var(--fd-docs-row-3));
367
343
  }
368
344
  .right-2 {
369
345
  right: calc(var(--spacing) * 2);
@@ -848,8 +824,8 @@
848
824
  margin-bottom: 0;
849
825
  }
850
826
  }
851
- .mt-\(--fd-top\) {
852
- margin-top: var(--fd-top);
827
+ .mt-1 {
828
+ margin-top: calc(var(--spacing) * 1);
853
829
  }
854
830
  .mt-6 {
855
831
  margin-top: calc(var(--spacing) * 6);
@@ -857,9 +833,6 @@
857
833
  .mt-px {
858
834
  margin-top: 1px;
859
835
  }
860
- .mr-auto {
861
- margin-right: auto;
862
- }
863
836
  .-mb-px {
864
837
  margin-bottom: -1px;
865
838
  }
@@ -900,9 +873,6 @@
900
873
  .block {
901
874
  display: block;
902
875
  }
903
- .contents {
904
- display: contents;
905
- }
906
876
  .flex {
907
877
  display: flex;
908
878
  }
@@ -953,6 +923,12 @@
953
923
  width: 100%;
954
924
  height: 100%;
955
925
  }
926
+ .h-\(--accordion-panel-height\) {
927
+ height: var(--accordion-panel-height);
928
+ }
929
+ .h-\(--collapsible-panel-height\) {
930
+ height: var(--collapsible-panel-height);
931
+ }
956
932
  .h-\(--fd-animated-height\) {
957
933
  height: var(--fd-animated-height);
958
934
  }
@@ -965,8 +941,11 @@
965
941
  .h-\(--fd-toc-popover-height\) {
966
942
  height: var(--fd-toc-popover-height);
967
943
  }
968
- .h-\(--radix-navigation-menu-viewport-height\) {
969
- height: var(--radix-navigation-menu-viewport-height);
944
+ .h-\(--popup-height\) {
945
+ height: var(--popup-height);
946
+ }
947
+ .h-\(--positioner-height\) {
948
+ height: var(--positioner-height);
970
949
  }
971
950
  .h-1\.5 {
972
951
  height: calc(var(--spacing) * 1.5);
@@ -980,12 +959,6 @@
980
959
  .h-14 {
981
960
  height: calc(var(--spacing) * 14);
982
961
  }
983
- .h-\[400px\] {
984
- height: 400px;
985
- }
986
- .h-\[calc\(100dvh-var\(--fd-nav-height\)\)\] {
987
- height: calc(100dvh - var(--fd-nav-height));
988
- }
989
962
  .h-\[calc\(var\(--fd-docs-height\)-var\(--fd-docs-row-1\)\)\] {
990
963
  height: calc(var(--fd-docs-height) - var(--fd-docs-row-1));
991
964
  }
@@ -1001,15 +974,12 @@
1001
974
  .h-px {
1002
975
  height: 1px;
1003
976
  }
1004
- .max-h-\(--radix-popover-content-available-height\) {
1005
- max-height: var(--radix-popover-content-available-height);
977
+ .max-h-\(--available-height\) {
978
+ max-height: var(--available-height);
1006
979
  }
1007
980
  .max-h-\[50vh\] {
1008
981
  max-height: 50vh;
1009
982
  }
1010
- .max-h-\[80svh\] {
1011
- max-height: 80svh;
1012
- }
1013
983
  .max-h-\[460px\] {
1014
984
  max-height: 460px;
1015
985
  }
@@ -1022,14 +992,20 @@
1022
992
  .min-h-0 {
1023
993
  min-height: calc(var(--spacing) * 0);
1024
994
  }
995
+ .w-\(--anchor-width\) {
996
+ width: var(--anchor-width);
997
+ }
1025
998
  .w-\(--fd-sidebar-width\) {
1026
999
  width: var(--fd-sidebar-width);
1027
1000
  }
1028
1001
  .w-\(--fd-toc-width\) {
1029
1002
  width: var(--fd-toc-width);
1030
1003
  }
1031
- .w-\(--radix-popover-trigger-width\) {
1032
- width: var(--radix-popover-trigger-width);
1004
+ .w-\(--popup-width\) {
1005
+ width: var(--popup-width);
1006
+ }
1007
+ .w-\(--positioner-width\) {
1008
+ width: var(--positioner-width);
1033
1009
  }
1034
1010
  .w-0 {
1035
1011
  width: calc(var(--spacing) * 0);
@@ -1049,9 +1025,6 @@
1049
1025
  .w-\[85\%\] {
1050
1026
  width: 85%;
1051
1027
  }
1052
- .w-\[286px\] {
1053
- width: 286px;
1054
- }
1055
1028
  .w-\[calc\(100\%-1rem\)\] {
1056
1029
  width: calc(100% - 1rem);
1057
1030
  }
@@ -1067,6 +1040,15 @@
1067
1040
  .w-px {
1068
1041
  width: 1px;
1069
1042
  }
1043
+ .max-w-\(--available-width\) {
1044
+ max-width: var(--available-width);
1045
+ }
1046
+ .max-w-\(--fd-layout-width\) {
1047
+ max-width: var(--fd-layout-width);
1048
+ }
1049
+ .max-w-\(--fd-layout-width\,1400px\) {
1050
+ max-width: var(--fd-layout-width,1400px);
1051
+ }
1070
1052
  .max-w-\[98vw\] {
1071
1053
  max-width: 98vw;
1072
1054
  }
@@ -1076,9 +1058,6 @@
1076
1058
  .max-w-\[380px\] {
1077
1059
  max-width: 380px;
1078
1060
  }
1079
- .max-w-\[860px\] {
1080
- max-width: 860px;
1081
- }
1082
1061
  .max-w-\[900px\] {
1083
1062
  max-width: 900px;
1084
1063
  }
@@ -1109,17 +1088,11 @@
1109
1088
  .flex-1 {
1110
1089
  flex: 1;
1111
1090
  }
1112
- .shrink {
1113
- flex-shrink: 1;
1114
- }
1115
1091
  .shrink-0 {
1116
1092
  flex-shrink: 0;
1117
1093
  }
1118
- .origin-\(--radix-popover-content-transform-origin\) {
1119
- transform-origin: var(--radix-popover-content-transform-origin);
1120
- }
1121
- .origin-\[top_center\] {
1122
- transform-origin: top center;
1094
+ .origin-\(--transform-origin\) {
1095
+ transform-origin: var(--transform-origin);
1123
1096
  }
1124
1097
  .-translate-x-\(--fd-sidebar-width\) {
1125
1098
  --tw-translate-x: calc(var(--fd-sidebar-width) * -1);
@@ -1299,6 +1272,14 @@
1299
1272
  .rounded-xl {
1300
1273
  border-radius: var(--radius-xl);
1301
1274
  }
1275
+ .rounded-e-sm {
1276
+ border-start-end-radius: var(--radius-sm);
1277
+ border-end-end-radius: var(--radius-sm);
1278
+ }
1279
+ .rounded-b-2xl {
1280
+ border-bottom-right-radius: var(--radius-2xl);
1281
+ border-bottom-left-radius: var(--radius-2xl);
1282
+ }
1302
1283
  .border {
1303
1284
  border-style: var(--tw-border-style);
1304
1285
  border-width: 1px;
@@ -1489,9 +1470,6 @@
1489
1470
  .py-6 {
1490
1471
  padding-block: calc(var(--spacing) * 6);
1491
1472
  }
1492
- .py-8 {
1493
- padding-block: calc(var(--spacing) * 8);
1494
- }
1495
1473
  .py-12 {
1496
1474
  padding-block: calc(var(--spacing) * 12);
1497
1475
  }
@@ -1543,8 +1521,8 @@
1543
1521
  .pb-2 {
1544
1522
  padding-bottom: calc(var(--spacing) * 2);
1545
1523
  }
1546
- .pl-4 {
1547
- padding-left: calc(var(--spacing) * 4);
1524
+ .pb-4 {
1525
+ padding-bottom: calc(var(--spacing) * 4);
1548
1526
  }
1549
1527
  .text-center {
1550
1528
  text-align: center;
@@ -1558,10 +1536,6 @@
1558
1536
  .font-mono {
1559
1537
  font-family: var(--font-mono);
1560
1538
  }
1561
- .text-3xl {
1562
- font-size: var(--text-3xl);
1563
- line-height: var(--tw-leading, var(--text-3xl--line-height));
1564
- }
1565
1539
  .text-base {
1566
1540
  font-size: var(--text-base);
1567
1541
  line-height: var(--tw-leading, var(--text-base--line-height));
@@ -1587,6 +1561,10 @@
1587
1561
  .text-\[1\.75em\] {
1588
1562
  font-size: 1.75em;
1589
1563
  }
1564
+ .leading-none {
1565
+ --tw-leading: 1;
1566
+ line-height: 1;
1567
+ }
1590
1568
  .font-medium {
1591
1569
  --tw-font-weight: var(--font-weight-medium);
1592
1570
  font-weight: var(--font-weight-medium);
@@ -1604,6 +1582,9 @@
1604
1582
  .whitespace-nowrap {
1605
1583
  white-space: nowrap;
1606
1584
  }
1585
+ .text-\(--callout-color\) {
1586
+ color: var(--callout-color);
1587
+ }
1607
1588
  .text-fd-accent-foreground {
1608
1589
  color: var(--color-fd-accent-foreground);
1609
1590
  }
@@ -1655,9 +1636,6 @@
1655
1636
  .text-fd-secondary-foreground {
1656
1637
  color: var(--color-fd-secondary-foreground);
1657
1638
  }
1658
- .italic {
1659
- font-style: italic;
1660
- }
1661
1639
  .line-through {
1662
1640
  text-decoration-line: line-through;
1663
1641
  }
@@ -1726,8 +1704,23 @@
1726
1704
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1727
1705
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1728
1706
  }
1729
- .transition-\[width\,height\] {
1730
- transition-property: width,height;
1707
+ .transition-\[left\,right\] {
1708
+ transition-property: left,right;
1709
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1710
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1711
+ }
1712
+ .transition-\[opacity\,transform\,translate\] {
1713
+ transition-property: opacity,transform,translate;
1714
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1715
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1716
+ }
1717
+ .transition-\[opacity\,transform\,width\,height\,scale\,translate\] {
1718
+ transition-property: opacity,transform,width,height,scale,translate;
1719
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1720
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1721
+ }
1722
+ .transition-\[top\,height\] {
1723
+ transition-property: top,height;
1731
1724
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1732
1725
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1733
1726
  }
@@ -1756,6 +1749,10 @@
1756
1749
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1757
1750
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1758
1751
  }
1752
+ .duration-\(--duration\) {
1753
+ --tw-duration: var(--duration);
1754
+ transition-duration: var(--duration);
1755
+ }
1759
1756
  .duration-100 {
1760
1757
  --tw-duration: 100ms;
1761
1758
  transition-duration: 100ms;
@@ -1776,6 +1773,14 @@
1776
1773
  --tw-duration: 400ms;
1777
1774
  transition-duration: 400ms;
1778
1775
  }
1776
+ .ease-\(--easing\) {
1777
+ --tw-ease: var(--easing);
1778
+ transition-timing-function: var(--easing);
1779
+ }
1780
+ .ease-out {
1781
+ --tw-ease: var(--ease-out);
1782
+ transition-timing-function: var(--ease-out);
1783
+ }
1779
1784
  .outline-none {
1780
1785
  --tw-outline-style: none;
1781
1786
  outline-style: none;
@@ -1793,9 +1798,6 @@
1793
1798
  .\[--fd-layout-width\:1400px\] {
1794
1799
  --fd-layout-width: 1400px;
1795
1800
  }
1796
- .\[--fd-nav-height\:56px\] {
1797
- --fd-nav-height: 56px;
1798
- }
1799
1801
  .\[--fd-sidebar-width\:0px\] {
1800
1802
  --fd-sidebar-width: 0px;
1801
1803
  }
@@ -1838,11 +1840,6 @@
1838
1840
  grid-row-start: 1;
1839
1841
  }
1840
1842
  }
1841
- .\*\:mx-auto {
1842
- :is(& > *) {
1843
- margin-inline: auto;
1844
- }
1845
- }
1846
1843
  .\*\:my-auto {
1847
1844
  :is(& > *) {
1848
1845
  margin-block: auto;
@@ -1858,11 +1855,6 @@
1858
1855
  width: var(--fd-sidebar-width);
1859
1856
  }
1860
1857
  }
1861
- .\*\:max-w-\(--fd-layout-width\) {
1862
- :is(& > *) {
1863
- max-width: var(--fd-layout-width);
1864
- }
1865
- }
1866
1858
  .\*\:max-w-\[900px\] {
1867
1859
  :is(& > *) {
1868
1860
  max-width: 900px;
@@ -1889,18 +1881,23 @@
1889
1881
  margin-bottom: calc(var(--spacing) * 2);
1890
1882
  }
1891
1883
  }
1892
- .group-data-\[state\=active\]\:bg-fd-primary {
1893
- &:is(:where(.group)[data-state="active"] *) {
1884
+ .group-data-\[active\]\:bg-fd-primary {
1885
+ &:is(:where(.group)[data-active] *) {
1894
1886
  background-color: var(--color-fd-primary);
1895
1887
  }
1896
1888
  }
1897
- .group-data-\[state\=open\]\:rotate-90 {
1898
- &:is(:where(.group)[data-state="open"] *) {
1889
+ .group-data-\[open\]\:rotate-180 {
1890
+ &:is(:where(.group)[data-open] *) {
1891
+ rotate: 180deg;
1892
+ }
1893
+ }
1894
+ .group-data-\[panel-open\]\:rotate-90 {
1895
+ &:is(:where(.group)[data-panel-open] *) {
1899
1896
  rotate: 90deg;
1900
1897
  }
1901
1898
  }
1902
- .group-data-\[state\=open\]\:rotate-180 {
1903
- &:is(:where(.group)[data-state="open"] *) {
1899
+ .group-data-\[panel-open\]\:rotate-180 {
1900
+ &:is(:where(.group)[data-panel-open] *) {
1904
1901
  rotate: 180deg;
1905
1902
  }
1906
1903
  }
@@ -1962,6 +1959,11 @@
1962
1959
  margin-top: calc(var(--spacing) * 0);
1963
1960
  }
1964
1961
  }
1962
+ .first\:mt-4 {
1963
+ &:first-child {
1964
+ margin-top: calc(var(--spacing) * 4);
1965
+ }
1966
+ }
1965
1967
  .first\:pt-0 {
1966
1968
  &:first-child {
1967
1969
  padding-top: calc(var(--spacing) * 0);
@@ -2134,6 +2136,16 @@
2134
2136
  color: var(--color-fd-accent-foreground);
2135
2137
  }
2136
2138
  }
2139
+ .data-\[active\]\:border-fd-primary {
2140
+ &[data-active] {
2141
+ border-color: var(--color-fd-primary);
2142
+ }
2143
+ }
2144
+ .data-\[active\]\:text-fd-primary {
2145
+ &[data-active] {
2146
+ color: var(--color-fd-primary);
2147
+ }
2148
+ }
2137
2149
  .data-\[active\=true\]\:bg-fd-primary\/10 {
2138
2150
  &[data-active="true"] {
2139
2151
  background-color: color-mix(in srgb, hsl(0, 0%, 9%) 10%, transparent);
@@ -2212,6 +2224,21 @@
2212
2224
  }
2213
2225
  }
2214
2226
  }
2227
+ .data-\[closed\]\:animate-fd-dialog-out {
2228
+ &[data-closed] {
2229
+ animation: var(--animate-fd-dialog-out);
2230
+ }
2231
+ }
2232
+ .data-\[closed\]\:animate-fd-fade-out {
2233
+ &[data-closed] {
2234
+ animation: var(--animate-fd-fade-out);
2235
+ }
2236
+ }
2237
+ .data-\[closed\]\:animate-fd-popover-out {
2238
+ &[data-closed] {
2239
+ animation: var(--animate-fd-popover-out);
2240
+ }
2241
+ }
2215
2242
  .data-\[collapsed\=false\]\:hidden {
2216
2243
  &[data-collapsed="false"] {
2217
2244
  display: none;
@@ -2225,127 +2252,138 @@
2225
2252
  }
2226
2253
  }
2227
2254
  }
2228
- .data-\[motion\=from-end\]\:animate-fd-enterFromRight {
2229
- &[data-motion="from-end"] {
2230
- animation: var(--animate-fd-enterFromRight);
2255
+ .data-\[ending-style\]\:h-0 {
2256
+ &[data-ending-style] {
2257
+ height: calc(var(--spacing) * 0);
2231
2258
  }
2232
2259
  }
2233
- .data-\[motion\=from-start\]\:animate-fd-enterFromLeft {
2234
- &[data-motion="from-start"] {
2235
- animation: var(--animate-fd-enterFromLeft);
2236
- }
2237
- }
2238
- .data-\[motion\=to-end\]\:animate-fd-exitToRight {
2239
- &[data-motion="to-end"] {
2240
- animation: var(--animate-fd-exitToRight);
2260
+ .data-\[ending-style\]\:scale-90 {
2261
+ &[data-ending-style] {
2262
+ --tw-scale-x: 90%;
2263
+ --tw-scale-y: 90%;
2264
+ --tw-scale-z: 90%;
2265
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2241
2266
  }
2242
2267
  }
2243
- .data-\[motion\=to-start\]\:animate-fd-exitToLeft {
2244
- &[data-motion="to-start"] {
2245
- animation: var(--animate-fd-exitToLeft);
2268
+ .data-\[ending-style\]\:opacity-0 {
2269
+ &[data-ending-style] {
2270
+ opacity: 0%;
2246
2271
  }
2247
2272
  }
2248
- .data-\[state\=active\]\:border-fd-primary {
2249
- &[data-state="active"] {
2250
- border-color: var(--color-fd-primary);
2273
+ .data-\[ending-style\]\:duration-150 {
2274
+ &[data-ending-style] {
2275
+ --tw-duration: 150ms;
2276
+ transition-duration: 150ms;
2251
2277
  }
2252
2278
  }
2253
- .data-\[state\=active\]\:text-fd-primary {
2254
- &[data-state="active"] {
2255
- color: var(--color-fd-primary);
2279
+ .data-\[ending-style\]\:data-\[activation-direction\=left\]\:translate-x-1\/2 {
2280
+ &[data-ending-style] {
2281
+ &[data-activation-direction="left"] {
2282
+ --tw-translate-x: calc(1/2 * 100%);
2283
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2284
+ }
2256
2285
  }
2257
2286
  }
2258
- .data-\[state\=closed\]\:animate-fd-accordion-up {
2259
- &[data-state="closed"] {
2260
- animation: var(--animate-fd-accordion-up);
2287
+ .data-\[ending-style\]\:data-\[activation-direction\=right\]\:-translate-x-1\/2 {
2288
+ &[data-ending-style] {
2289
+ &[data-activation-direction="right"] {
2290
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
2291
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2292
+ }
2261
2293
  }
2262
2294
  }
2263
- .data-\[state\=closed\]\:animate-fd-collapsible-up {
2264
- &[data-state="closed"] {
2265
- animation: var(--animate-fd-collapsible-up);
2295
+ .data-\[inactive\]\:hidden {
2296
+ &[data-inactive] {
2297
+ display: none;
2266
2298
  }
2267
2299
  }
2268
- .data-\[state\=closed\]\:animate-fd-dialog-out {
2269
- &[data-state="closed"] {
2270
- animation: var(--animate-fd-dialog-out);
2300
+ .data-\[instant\]\:transition-none {
2301
+ &[data-instant] {
2302
+ transition-property: none;
2271
2303
  }
2272
2304
  }
2273
- .data-\[state\=closed\]\:animate-fd-fade-out {
2274
- &[data-state="closed"] {
2275
- animation: var(--animate-fd-fade-out);
2305
+ .data-\[open\]\:animate-fd-dialog-in {
2306
+ &[data-open] {
2307
+ animation: var(--animate-fd-dialog-in);
2276
2308
  }
2277
2309
  }
2278
- .data-\[state\=closed\]\:animate-fd-nav-menu-out {
2279
- &[data-state="closed"] {
2280
- animation: var(--animate-fd-nav-menu-out);
2310
+ .data-\[open\]\:animate-fd-fade-in {
2311
+ &[data-open] {
2312
+ animation: var(--animate-fd-fade-in);
2281
2313
  }
2282
2314
  }
2283
- .data-\[state\=closed\]\:animate-fd-popover-out {
2284
- &[data-state="closed"] {
2285
- animation: var(--animate-fd-popover-out);
2315
+ .data-\[open\]\:animate-fd-popover-in {
2316
+ &[data-open] {
2317
+ animation: var(--animate-fd-popover-in);
2286
2318
  }
2287
2319
  }
2288
- .data-\[state\=closed\]\:animate-fd-sidebar-out {
2289
- &[data-state="closed"] {
2290
- animation: var(--animate-fd-sidebar-out);
2320
+ .data-\[open\]\:bg-fd-accent {
2321
+ &[data-open] {
2322
+ background-color: var(--color-fd-accent);
2291
2323
  }
2292
2324
  }
2293
- .data-\[state\=hidden\]\:animate-fd-fade-out {
2294
- &[data-state="hidden"] {
2295
- animation: var(--animate-fd-fade-out);
2325
+ .data-\[open\]\:text-fd-accent-foreground {
2326
+ &[data-open] {
2327
+ color: var(--color-fd-accent-foreground);
2296
2328
  }
2297
2329
  }
2298
- .data-\[state\=inactive\]\:hidden {
2299
- &[data-state="inactive"] {
2300
- display: none;
2330
+ .data-\[popup-open\]\:text-fd-primary {
2331
+ &[data-popup-open] {
2332
+ color: var(--color-fd-primary);
2301
2333
  }
2302
2334
  }
2303
- .data-\[state\=open\]\:animate-fd-accordion-down {
2304
- &[data-state="open"] {
2305
- animation: var(--animate-fd-accordion-down);
2335
+ .data-\[starting-style\]\:h-0 {
2336
+ &[data-starting-style] {
2337
+ height: calc(var(--spacing) * 0);
2306
2338
  }
2307
2339
  }
2308
- .data-\[state\=open\]\:animate-fd-collapsible-down {
2309
- &[data-state="open"] {
2310
- animation: var(--animate-fd-collapsible-down);
2340
+ .data-\[starting-style\]\:scale-90 {
2341
+ &[data-starting-style] {
2342
+ --tw-scale-x: 90%;
2343
+ --tw-scale-y: 90%;
2344
+ --tw-scale-z: 90%;
2345
+ scale: var(--tw-scale-x) var(--tw-scale-y);
2311
2346
  }
2312
2347
  }
2313
- .data-\[state\=open\]\:animate-fd-dialog-in {
2314
- &[data-state="open"] {
2315
- animation: var(--animate-fd-dialog-in);
2348
+ .data-\[starting-style\]\:opacity-0 {
2349
+ &[data-starting-style] {
2350
+ opacity: 0%;
2316
2351
  }
2317
2352
  }
2318
- .data-\[state\=open\]\:animate-fd-fade-in {
2319
- &[data-state="open"] {
2320
- animation: var(--animate-fd-fade-in);
2353
+ .data-\[starting-style\]\:data-\[activation-direction\=left\]\:-translate-x-1\/2 {
2354
+ &[data-starting-style] {
2355
+ &[data-activation-direction="left"] {
2356
+ --tw-translate-x: calc(calc(1/2 * 100%) * -1);
2357
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2358
+ }
2321
2359
  }
2322
2360
  }
2323
- .data-\[state\=open\]\:animate-fd-nav-menu-in {
2324
- &[data-state="open"] {
2325
- animation: var(--animate-fd-nav-menu-in);
2361
+ .data-\[starting-style\]\:data-\[activation-direction\=right\]\:translate-x-1\/2 {
2362
+ &[data-starting-style] {
2363
+ &[data-activation-direction="right"] {
2364
+ --tw-translate-x: calc(1/2 * 100%);
2365
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2366
+ }
2326
2367
  }
2327
2368
  }
2328
- .data-\[state\=open\]\:animate-fd-popover-in {
2329
- &[data-state="open"] {
2330
- animation: var(--animate-fd-popover-in);
2369
+ .data-\[state\=closed\]\:animate-fd-fade-out {
2370
+ &[data-state="closed"] {
2371
+ animation: var(--animate-fd-fade-out);
2331
2372
  }
2332
2373
  }
2333
- .data-\[state\=open\]\:animate-fd-sidebar-in {
2334
- &[data-state="open"] {
2335
- animation: var(--animate-fd-sidebar-in);
2374
+ .data-\[state\=closed\]\:animate-fd-sidebar-out {
2375
+ &[data-state="closed"] {
2376
+ animation: var(--animate-fd-sidebar-out);
2336
2377
  }
2337
2378
  }
2338
- .data-\[state\=open\]\:bg-fd-accent {
2379
+ .data-\[state\=open\]\:animate-fd-fade-in {
2339
2380
  &[data-state="open"] {
2340
- background-color: var(--color-fd-accent);
2381
+ animation: var(--animate-fd-fade-in);
2341
2382
  }
2342
2383
  }
2343
- .data-\[state\=open\]\:bg-fd-accent\/50 {
2384
+ .data-\[state\=open\]\:animate-fd-sidebar-in {
2344
2385
  &[data-state="open"] {
2345
- background-color: color-mix(in srgb, hsla(0, 0%, 82%, 50%) 50%, transparent);
2346
- @supports (color: color-mix(in lab, red, red)) {
2347
- background-color: color-mix(in oklab, var(--color-fd-accent) 50%, transparent);
2348
- }
2386
+ animation: var(--animate-fd-sidebar-in);
2349
2387
  }
2350
2388
  }
2351
2389
  .data-\[state\=open\]\:text-fd-accent-foreground {
@@ -2376,33 +2414,6 @@
2376
2414
  display: none;
2377
2415
  }
2378
2416
  }
2379
- .max-lg\:rounded-b-2xl {
2380
- @media (width < 64rem) {
2381
- border-bottom-right-radius: var(--radius-2xl);
2382
- border-bottom-left-radius: var(--radius-2xl);
2383
- }
2384
- }
2385
- .max-lg\:shadow-lg {
2386
- @media (width < 64rem) {
2387
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2388
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2389
- }
2390
- }
2391
- .max-md\:invisible {
2392
- @media (width < 48rem) {
2393
- visibility: hidden;
2394
- }
2395
- }
2396
- .max-md\:inset-x-0 {
2397
- @media (width < 48rem) {
2398
- inset-inline: calc(var(--spacing) * 0);
2399
- }
2400
- }
2401
- .max-md\:bottom-0 {
2402
- @media (width < 48rem) {
2403
- bottom: calc(var(--spacing) * 0);
2404
- }
2405
- }
2406
2417
  .max-md\:flex {
2407
2418
  @media (width < 48rem) {
2408
2419
  display: flex;
@@ -2424,11 +2435,6 @@
2424
2435
  border-width: 1px;
2425
2436
  }
2426
2437
  }
2427
- .max-md\:bg-fd-background {
2428
- @media (width < 48rem) {
2429
- background-color: var(--color-fd-background);
2430
- }
2431
- }
2432
2438
  .max-md\:bg-fd-secondary {
2433
2439
  @media (width < 48rem) {
2434
2440
  background-color: var(--color-fd-secondary);
@@ -2439,11 +2445,6 @@
2439
2445
  padding: calc(var(--spacing) * 1.5);
2440
2446
  }
2441
2447
  }
2442
- .max-sm\:mt-2 {
2443
- @media (width < 40rem) {
2444
- margin-top: calc(var(--spacing) * 2);
2445
- }
2446
- }
2447
2448
  .max-sm\:hidden {
2448
2449
  @media (width < 40rem) {
2449
2450
  display: none;
@@ -2454,41 +2455,11 @@
2454
2455
  display: none;
2455
2456
  }
2456
2457
  }
2457
- .sm\:flex-row {
2458
- @media (width >= 40rem) {
2459
- flex-direction: row;
2460
- }
2461
- }
2462
- .sm\:items-center {
2463
- @media (width >= 40rem) {
2464
- align-items: center;
2465
- }
2466
- }
2467
- .sm\:justify-end {
2468
- @media (width >= 40rem) {
2469
- justify-content: flex-end;
2470
- }
2471
- }
2472
- .md\:sticky {
2473
- @media (width >= 48rem) {
2474
- position: sticky;
2475
- }
2476
- }
2477
2458
  .md\:top-\[calc\(50\%-250px\)\] {
2478
2459
  @media (width >= 48rem) {
2479
2460
  top: calc(50% - 250px);
2480
2461
  }
2481
2462
  }
2482
- .md\:mx-auto {
2483
- @media (width >= 48rem) {
2484
- margin-inline: auto;
2485
- }
2486
- }
2487
- .md\:mt-1 {
2488
- @media (width >= 48rem) {
2489
- margin-top: calc(var(--spacing) * 1);
2490
- }
2491
- }
2492
2463
  .md\:mb-auto {
2493
2464
  @media (width >= 48rem) {
2494
2465
  margin-bottom: auto;
@@ -2505,16 +2476,6 @@
2505
2476
  height: calc(var(--spacing) * 5);
2506
2477
  }
2507
2478
  }
2508
- .md\:h-\[calc\(100dvh-56px\)\] {
2509
- @media (width >= 48rem) {
2510
- height: calc(100dvh - 56px);
2511
- }
2512
- }
2513
- .md\:w-\[300px\] {
2514
- @media (width >= 48rem) {
2515
- width: 300px;
2516
- }
2517
- }
2518
2479
  .md\:grid-cols-2 {
2519
2480
  @media (width >= 48rem) {
2520
2481
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -2707,6 +2668,11 @@
2707
2668
  border-style: none;
2708
2669
  }
2709
2670
  }
2671
+ .\[\&\[hidden\]\:not\(\[hidden\=\'until-found\'\]\)\]\:hidden {
2672
+ &[hidden]:not([hidden='until-found']) {
2673
+ display: none;
2674
+ }
2675
+ }
2710
2676
  }
2711
2677
  .dark {
2712
2678
  --color-fd-background: hsl(0, 0%, 7.04%);
@@ -2843,11 +2809,6 @@
2843
2809
  color: var(--color-fd-foreground);
2844
2810
  }
2845
2811
  }
2846
- @property --radix-collapsible-content-height {
2847
- syntax: '<length>';
2848
- inherits: false;
2849
- initial-value: 0px;
2850
- }
2851
2812
  @layer base {
2852
2813
  body {
2853
2814
  display: flex;
@@ -2900,6 +2861,10 @@
2900
2861
  inherits: false;
2901
2862
  initial-value: 0;
2902
2863
  }
2864
+ @property --tw-leading {
2865
+ syntax: "*";
2866
+ inherits: false;
2867
+ }
2903
2868
  @property --tw-font-weight {
2904
2869
  syntax: "*";
2905
2870
  inherits: false;
@@ -3067,6 +3032,10 @@
3067
3032
  syntax: "*";
3068
3033
  inherits: false;
3069
3034
  }
3035
+ @property --tw-ease {
3036
+ syntax: "*";
3037
+ inherits: false;
3038
+ }
3070
3039
  @property --tw-content {
3071
3040
  syntax: "*";
3072
3041
  initial-value: "";
@@ -3102,42 +3071,6 @@
3102
3071
  transform: translateX(var(--fd-sidebar-drawer-offset));
3103
3072
  }
3104
3073
  }
3105
- @keyframes fd-collapsible-down {
3106
- from {
3107
- height: 0;
3108
- opacity: 0;
3109
- }
3110
- to {
3111
- height: var(--radix-collapsible-content-height);
3112
- }
3113
- }
3114
- @keyframes fd-collapsible-up {
3115
- from {
3116
- height: var(--radix-collapsible-content-height);
3117
- }
3118
- to {
3119
- height: 0;
3120
- opacity: 0;
3121
- }
3122
- }
3123
- @keyframes fd-accordion-down {
3124
- from {
3125
- height: 0;
3126
- opacity: 0.5;
3127
- }
3128
- to {
3129
- height: var(--radix-accordion-content-height);
3130
- }
3131
- }
3132
- @keyframes fd-accordion-up {
3133
- from {
3134
- height: var(--radix-accordion-content-height);
3135
- }
3136
- to {
3137
- height: 0;
3138
- opacity: 0.5;
3139
- }
3140
- }
3141
3074
  @keyframes fd-dialog-in {
3142
3075
  from {
3143
3076
  transform: scale(1.06);
@@ -3184,66 +3117,6 @@
3184
3117
  opacity: 0;
3185
3118
  }
3186
3119
  }
3187
- @keyframes fd-enterFromRight {
3188
- from {
3189
- opacity: 0;
3190
- transform: translateX(200px);
3191
- }
3192
- to {
3193
- opacity: 1;
3194
- transform: translateX(0);
3195
- }
3196
- }
3197
- @keyframes fd-enterFromLeft {
3198
- from {
3199
- opacity: 0;
3200
- transform: translateX(-200px);
3201
- }
3202
- to {
3203
- opacity: 1;
3204
- transform: translateX(0);
3205
- }
3206
- }
3207
- @keyframes fd-exitToRight {
3208
- from {
3209
- opacity: 1;
3210
- transform: translateX(0);
3211
- }
3212
- to {
3213
- opacity: 0;
3214
- transform: translateX(200px);
3215
- }
3216
- }
3217
- @keyframes fd-exitToLeft {
3218
- from {
3219
- opacity: 1;
3220
- transform: translateX(0);
3221
- }
3222
- to {
3223
- opacity: 0;
3224
- transform: translateX(-200px);
3225
- }
3226
- }
3227
- @keyframes fd-nav-menu-in {
3228
- from {
3229
- opacity: 0;
3230
- height: 0px;
3231
- }
3232
- to {
3233
- opacity: 1;
3234
- height: var(--radix-navigation-menu-viewport-height);
3235
- }
3236
- }
3237
- @keyframes fd-nav-menu-out {
3238
- from {
3239
- opacity: 1;
3240
- height: var(--radix-navigation-menu-viewport-height);
3241
- }
3242
- to {
3243
- opacity: 0;
3244
- height: 0px;
3245
- }
3246
- }
3247
3120
  @layer properties {
3248
3121
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3249
3122
  *, ::before, ::after, ::backdrop {
@@ -3257,6 +3130,7 @@
3257
3130
  --tw-skew-x: initial;
3258
3131
  --tw-skew-y: initial;
3259
3132
  --tw-divide-y-reverse: 0;
3133
+ --tw-leading: initial;
3260
3134
  --tw-font-weight: initial;
3261
3135
  --tw-shadow: 0 0 #0000;
3262
3136
  --tw-shadow-color: initial;
@@ -3296,11 +3170,11 @@
3296
3170
  --tw-backdrop-saturate: initial;
3297
3171
  --tw-backdrop-sepia: initial;
3298
3172
  --tw-duration: initial;
3173
+ --tw-ease: initial;
3299
3174
  --tw-content: "";
3300
3175
  --tw-scale-x: 1;
3301
3176
  --tw-scale-y: 1;
3302
3177
  --tw-scale-z: 1;
3303
- --radix-collapsible-content-height: 0px;
3304
3178
  }
3305
3179
  }
3306
3180
  }