musae 0.2.5 → 0.2.7

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 (150) hide show
  1. package/README.md +4 -2
  2. package/dist/components/avatar/avatar.js +1 -1
  3. package/dist/components/breadcrumb/breadcrumb.js +1 -1
  4. package/dist/components/breadcrumb/item.js +1 -1
  5. package/dist/components/button/button.js +14 -16
  6. package/dist/components/calendar/calendar.js +1 -1
  7. package/dist/components/calendar/hooks.js +5 -5
  8. package/dist/components/checkbox/checkbox.d.ts +1 -1
  9. package/dist/components/checkbox/checkbox.js +205 -143
  10. package/dist/components/checkbox/group.d.ts +1 -1
  11. package/dist/components/checkbox/group.js +20 -19
  12. package/dist/components/checkbox/index.d.ts +2 -2
  13. package/dist/components/checkbox/types.d.ts +31 -4
  14. package/dist/components/clock/column.js +1 -1
  15. package/dist/components/collapse/collapse.js +1 -1
  16. package/dist/components/collapse/item.js +15 -9
  17. package/dist/components/date-picker/date-picker.js +1 -1
  18. package/dist/components/dialog/dialog.js +1 -1
  19. package/dist/components/dialog/popup.js +5 -5
  20. package/dist/components/divider/divider.js +1 -1
  21. package/dist/components/drawer/drawer.js +1 -1
  22. package/dist/components/drawer/popup.js +17 -17
  23. package/dist/components/empty/empty.js +1 -1
  24. package/dist/components/floating-action-button/floatable.d.ts +4 -0
  25. package/dist/components/floating-action-button/floatable.js +83 -0
  26. package/dist/components/floating-action-button/floating-action-button.d.ts +4 -0
  27. package/dist/components/floating-action-button/floating-action-button.js +26 -0
  28. package/dist/components/floating-action-button/index.d.ts +2 -0
  29. package/dist/components/floating-action-button/types.d.ts +44 -0
  30. package/dist/components/form/field/error.d.ts +2 -2
  31. package/dist/components/form/field/error.js +36 -22
  32. package/dist/components/form/field/field.js +6 -21
  33. package/dist/components/form/field/layout.js +1 -1
  34. package/dist/components/grid/col.js +1 -1
  35. package/dist/components/grid/row.js +1 -1
  36. package/dist/components/icon/icon.d.ts +1 -1
  37. package/dist/components/icon/icon.js +5 -3
  38. package/dist/components/icon/types.d.ts +6 -1
  39. package/dist/components/image/image.js +3 -2
  40. package/dist/components/image/preview/operations.js +5 -5
  41. package/dist/components/image/preview/preview.js +1 -1
  42. package/dist/components/input/input.d.ts +6 -6
  43. package/dist/components/input/input.js +9 -15
  44. package/dist/components/layout/header.js +2 -2
  45. package/dist/components/layout/layout.js +1 -1
  46. package/dist/components/loading/loading.js +2 -2
  47. package/dist/components/menu/group.js +29 -9
  48. package/dist/components/menu/hooks.js +1 -1
  49. package/dist/components/menu/item.js +1 -1
  50. package/dist/components/menu/menu.js +3 -1
  51. package/dist/components/notification/holder.js +14 -15
  52. package/dist/components/notification/notification.js +3 -3
  53. package/dist/components/otp-input/otp-input.js +1 -1
  54. package/dist/components/pagination/hooks.d.ts +4 -2
  55. package/dist/components/pagination/hooks.js +9 -4
  56. package/dist/components/pagination/item.js +6 -8
  57. package/dist/components/pagination/pagination.d.ts +1 -1
  58. package/dist/components/pagination/pagination.js +37 -9
  59. package/dist/components/pagination/types.d.ts +6 -0
  60. package/dist/components/picker/picker.js +2 -2
  61. package/dist/components/popover/popover.js +1 -1
  62. package/dist/components/popper/dropdown.js +3 -3
  63. package/dist/components/popper/popper.js +1 -1
  64. package/dist/components/portal/portal.js +6 -2
  65. package/dist/components/portal/types.d.ts +6 -0
  66. package/dist/components/progress/circular.js +1 -1
  67. package/dist/components/progress/linear.js +1 -1
  68. package/dist/components/radio/radio.js +1 -1
  69. package/dist/components/rate/rate.js +1 -1
  70. package/dist/components/rate/star.js +3 -3
  71. package/dist/components/ripple/ripple.js +1 -1
  72. package/dist/components/select/hooks.d.ts +1 -1
  73. package/dist/components/select/select.d.ts +1 -1
  74. package/dist/components/select/select.js +5 -5
  75. package/dist/components/select/selector.d.ts +3 -6
  76. package/dist/components/select/selector.js +16 -10
  77. package/dist/components/select/types.d.ts +3 -1
  78. package/dist/components/space/space.js +1 -1
  79. package/dist/components/steps/item.d.ts +1 -1
  80. package/dist/components/steps/item.js +77 -16
  81. package/dist/components/steps/steps.d.ts +1 -1
  82. package/dist/components/steps/steps.js +6 -4
  83. package/dist/components/steps/types.d.ts +15 -0
  84. package/dist/components/switch/switch.d.ts +1 -1
  85. package/dist/components/switch/switch.js +22 -22
  86. package/dist/components/table/body.js +1 -1
  87. package/dist/components/table/header/cell.js +3 -3
  88. package/dist/components/table/header/header.js +2 -2
  89. package/dist/components/tabs/hooks.d.ts +40 -0
  90. package/dist/components/tabs/hooks.js +98 -0
  91. package/dist/components/tabs/navigation.d.ts +4 -0
  92. package/dist/components/tabs/navigation.js +159 -0
  93. package/dist/components/tabs/panels.d.ts +4 -0
  94. package/dist/components/tabs/panels.js +78 -0
  95. package/dist/components/tabs/tab.d.ts +4 -0
  96. package/dist/components/tabs/tab.js +19 -0
  97. package/dist/components/tabs/tabs.d.ts +1 -1
  98. package/dist/components/tabs/tabs.js +24 -94
  99. package/dist/components/tabs/types.d.ts +50 -9
  100. package/dist/components/tag/tag.js +1 -1
  101. package/dist/components/theme/hooks.js +3 -3
  102. package/dist/components/theme/tokens.stylex.d.ts +1 -0
  103. package/dist/components/time-picker/panel.js +1 -1
  104. package/dist/components/time-picker/time-picker.js +1 -1
  105. package/dist/components/timeline/item.d.ts +1 -1
  106. package/dist/components/timeline/item.js +107 -119
  107. package/dist/components/timeline/timeline.d.ts +1 -1
  108. package/dist/components/timeline/timeline.js +8 -4
  109. package/dist/components/timeline/types.d.ts +16 -0
  110. package/dist/components/tour/tour.js +4 -3
  111. package/dist/components/transfer/context.d.ts +6 -0
  112. package/dist/components/transfer/context.js +11 -0
  113. package/dist/components/transfer/hooks.d.ts +19 -0
  114. package/dist/components/transfer/hooks.js +49 -0
  115. package/dist/components/transfer/index.d.ts +2 -0
  116. package/dist/components/transfer/item.d.ts +4 -0
  117. package/dist/components/transfer/item.js +25 -0
  118. package/dist/components/transfer/list.d.ts +4 -0
  119. package/dist/components/transfer/list.js +122 -0
  120. package/dist/components/transfer/transfer.d.ts +4 -0
  121. package/dist/components/transfer/transfer.js +82 -0
  122. package/dist/components/transfer/types.d.ts +83 -0
  123. package/dist/components/tree/context.js +2 -0
  124. package/dist/components/tree/hooks.d.ts +13 -2
  125. package/dist/components/tree/hooks.js +19 -2
  126. package/dist/components/tree/list.js +16 -9
  127. package/dist/components/tree/node.d.ts +1 -1
  128. package/dist/components/tree/node.js +24 -14
  129. package/dist/components/tree/tree.d.ts +1 -1
  130. package/dist/components/tree/tree.js +13 -9
  131. package/dist/components/tree/types.d.ts +18 -23
  132. package/dist/components/waterfall/sequential.js +4 -1
  133. package/dist/components/waterfall/waterfall.js +6 -3
  134. package/dist/hooks/use-class-names.d.ts +27 -1
  135. package/dist/hooks/use-container.d.ts +11 -0
  136. package/dist/hooks/use-container.js +23 -0
  137. package/dist/hooks/use-expandable.d.ts +11 -0
  138. package/dist/hooks/use-expandable.js +37 -0
  139. package/dist/index.d.ts +2 -0
  140. package/dist/index.js +2 -0
  141. package/dist/stylex.css +61 -40
  142. package/dist/utils/class-name.d.ts +96 -16
  143. package/dist/utils/class-name.js +69 -13
  144. package/package.json +21 -11
  145. package/dist/components/tabs/item.d.ts +0 -4
  146. package/dist/components/tabs/item.js +0 -22
  147. package/dist/hooks/use-expand-effect.d.ts +0 -12
  148. package/dist/hooks/use-expand-effect.js +0 -34
  149. /package/dist/node_modules/.pnpm/{@aiszlab_relax@1.2.55_react-dom@18.3.1_react@18.3.1 → @aiszlab_relax@1.2.59_react-dom@18.3.1_react@18.3.1__react@18.3.1}/node_modules/@aiszlab/relax/dist/dom/contains.js +0 -0
  150. /package/dist/node_modules/.pnpm/{@stylexjs_stylex@0.6.1 → @stylexjs_stylex@0.7.5}/node_modules/@stylexjs/stylex/lib/es/stylex.js +0 -0
package/dist/stylex.css CHANGED
@@ -1,7 +1,7 @@
1
1
  :root{--musae-1aj7t22:0px;--musae-1ax7z96:1px;--musae-jdzqnm:2px;--musae-1hydgie:4px;--musae-fwu7zn:8px;--musae-1l9c3uf:16px;--musae-cx2xv5:20px;--musae-rlgvtq:24px;--musae-1qsoxbc:28px;--musae-16n5srz:32px;--musae-wll1cf:36px;--musae-cftog7:40px;--musae-laggmb:48px;--musae-xrqq76:64px;--musae-1spnrok:96px;--musae-11uhodo:120px;--musae-2h23ia:190px;--musae-1rrllem:calc(Infinity * 1px);--musae-1qj6wod:100%;--musae-70uu0v:50%;--musae-1yg5bqe:auto;}
2
2
  :root{--musae-1hpqja9:0.08;--musae-1my6c2f:0.12;--musae-a796q7:0.16;--musae-abm5yj:0.38;}
3
3
  :root{--musae-1odcd6w:0px;--musae-bbiwro:0.1px;--musae-1x9q6du:0.15px;--musae-1fsxyg9:0.25px;--musae-2s74kj:0.4px;--musae-1ry795:0.5px;}
4
- :root{--musae-1vh8wei:1;--musae-11upij1:50;--musae-oqacdq:60;--musae-9gpkaf:1080;--musae-80rspi:1080;--musae-ah5ngi:1080;--musae-ymrixl:1080;--musae-1tyqau6:1090;--musae-7fr0d6:1200;--musae-dlxqgz:9999;}
4
+ :root{--musae-1vh8wei:1;--musae-11upij1:50;--musae-oqacdq:60;--musae-if0yew:990;--musae-9gpkaf:1080;--musae-80rspi:1080;--musae-ah5ngi:1080;--musae-ymrixl:1080;--musae-1tyqau6:1090;--musae-7fr0d6:1200;--musae-dlxqgz:9999;}
5
5
  :root{--musae-1wblvyz:0px;--musae-dojqt2:1px;--musae-1h5s2h0:2px;--musae-qk2ac7:4px;--musae-h30iw9:6px;--musae-vk5id6:8px;--musae-1ncxh3n:12px;--musae-oohzsl:16px;--musae-1tzp6vk:24px;--musae-15cw4i4:32px;--musae-1n7xs5j:48px;--musae-68a8pz:auto;}
6
6
  :root{--musae-gmufu8:none;--musae-15zostt:0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);--musae-1trg6py:0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);--musae-4poz8g:0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);--musae-1vq77kn:0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);--musae-1yt3x0a:0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px 6px rgba(0, 0, 0, 0.15);}
7
7
  @keyframes musae-r5zuwi-B{from{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-110;}12%{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-110;}20%{stroke-dasharray:20 200;stroke-width:30px;stroke-dashoffset:-115;}40%{stroke-dasharray:20 200;stroke-width:30px;stroke-dashoffset:-195;}48%{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-220;}62%{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-220;}70%{stroke-dasharray:20 200;stroke-width:30px;stroke-dashoffset:-225;}90%{stroke-dasharray:20 200;stroke-width:30px;stroke-dashoffset:-305;}98%{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-330;}to{stroke-dasharray:0 220;stroke-width:20px;stroke-dashoffset:-330;}}
@@ -18,27 +18,17 @@
18
18
  .musae-xwd7sb:not(#\#){grid-area:label}
19
19
  .musae-1kxrqrs:not(#\#){grid-area:leading}
20
20
  .musae-nyuz70:not(#\#){grid-area:title}
21
- .musae-p00dg7:not(#\#){grid:'description leading label'}
22
- .musae-u00h3a:not(#\#){grid:'description leading'}
23
- .musae-tbzffp:not(#\#){grid:'label leading description'}
24
21
  .musae-1t1eshv:not(#\#){grid:'leading description closer'}
25
- .musae-1pk7hnv:not(#\#){grid:'leading description'}
26
22
  .musae-1js343y:not(#\#){grid:'leading title closer' 'leading description description'}
27
- .musae-1l2suiq:not(#\#){grid:'leading title' '. description'}
28
- .musae-ezip7x:not(#\#){inset:0px}
23
+ .musae-10a8y8t:not(#\#){inset:0}
29
24
  .musae-1ug7cio:not(#\#){margin:var(--musae-15cw4i4)}
30
25
  .musae-ieb5ut:not(#\#){margin:var(--musae-1wblvyz)}
31
26
  .musae-1eddoca:not(#\#){margin:var(--musae-68a8pz)}
32
- .musae-1f5cgw:not(#\#){padding:var(--musae-1ncxh3n) var(--musae-15cw4i4)}
33
27
  .musae-4cezjj:not(#\#){padding:var(--musae-1ncxh3n)}
34
28
  .musae-vtf0vn:not(#\#){padding:var(--musae-1tzp6vk)}
35
- .musae-aubp7:not(#\#){padding:var(--musae-1wblvyz) var(--musae-h30iw9)}
36
29
  .musae-1jb30j6:not(#\#){padding:var(--musae-1wblvyz)}
37
30
  .musae-12ldsqu:not(#\#){padding:var(--musae-oohzsl)}
38
31
  .musae-8kignx:not(#\#){padding:var(--musae-qk2ac7)}
39
- .musae-wygk8u:not(#\#){padding:var(--musae-vk5id6) var(--musae-1tzp6vk)}
40
- .musae-dv7uk4:nth-of-type(2n):not(#\#){grid:'description leading label'}
41
- .musae-33een3:nth-of-type(2n):not(#\#){grid:'description leading'}
42
32
  .musae-1eubc7e:hover:not(#\#){border:var(--1n3s2ii,revert)}
43
33
  .musae-9r1u3d:not(#\#):not(#\#){border-color:transparent}
44
34
  .musae-eqt46j:not(#\#):not(#\#){border-color:var(--borderColor,revert)}
@@ -56,12 +46,18 @@
56
46
  .musae-1i8jmgv:not(#\#):not(#\#){border-width:var(--musae-1ax7z96)}
57
47
  .musae-zkb1zs:not(#\#):not(#\#){border-width:var(--musae-jdzqnm)}
58
48
  .musae-98rzlu:not(#\#):not(#\#){flex:1}
49
+ .musae-1isitws:not(#\#):not(#\#){flex:auto}
59
50
  .musae-ik99ff:not(#\#):not(#\#){gap:var(--musae-1ncxh3n)}
60
51
  .musae-oprw5n:not(#\#):not(#\#){gap:var(--musae-h30iw9)}
61
52
  .musae-1vkuzbb:not(#\#):not(#\#){gap:var(--musae-oohzsl)}
62
53
  .musae-29tp26:not(#\#):not(#\#){gap:var(--musae-qk2ac7)}
63
54
  .musae-vbka3v:not(#\#):not(#\#){gap:var(--musae-vk5id6)}
64
- .musae-l33w4x:not(#\#):not(#\#){inset-inline:0px}
55
+ .musae-hurxv4:not(#\#):not(#\#){grid-template-areas:'description leading label'}
56
+ .musae-196jfb2:not(#\#):not(#\#){grid-template-areas:'description leading'}
57
+ .musae-1y7mvjm:not(#\#):not(#\#){grid-template-areas:'label leading description'}
58
+ .musae-znaemz:not(#\#):not(#\#){grid-template-areas:'leading description'}
59
+ .musae-1tdxyq7:not(#\#):not(#\#){grid-template-areas:'leading title' '. description'}
60
+ .musae-17y0mx6:not(#\#):not(#\#){inset-inline:0}
65
61
  .musae-e8uvvx:not(#\#):not(#\#){list-style:none}
66
62
  .musae-nweklb:not(#\#):not(#\#){margin-block:var(--musae-15cw4i4)}
67
63
  .musae-dbe9a9:not(#\#):not(#\#){margin-block:var(--musae-qk2ac7)}
@@ -73,6 +69,7 @@
73
69
  .musae-b3r6kr:not(#\#):not(#\#){overflow:hidden}
74
70
  .musae-avjae4:not(#\#):not(#\#){padding-block:var(--musae-1ncxh3n)}
75
71
  .musae-1c9czsq:not(#\#):not(#\#){padding-block:var(--musae-1tzp6vk)}
72
+ .musae-hwhe2e:not(#\#):not(#\#){padding-block:var(--musae-1wblvyz)}
76
73
  .musae-lfpk0v:not(#\#):not(#\#){padding-block:var(--musae-h30iw9)}
77
74
  .musae-mpfj0d:not(#\#):not(#\#){padding-block:var(--musae-oohzsl)}
78
75
  .musae-ovjknk:not(#\#):not(#\#){padding-block:var(--musae-qk2ac7)}
@@ -85,7 +82,6 @@
85
82
  .musae-381k9q:not(#\#):not(#\#){padding-inline:var(--musae-qk2ac7)}
86
83
  .musae-iujutg:not(#\#):not(#\#){padding-inline:var(--musae-vk5id6)}
87
84
  .musae-1ng1d19:not(#\#):not(#\#){transition:all .2s}
88
- .musae-nz68lp:not(#\#):not(#\#){transition:box-shadow .2s}
89
85
  .musae-1trvaba:not(#\#):not(#\#){transition:transform .2s}
90
86
  .musae-1yssd5k:not(#\#):not(#\#){transition:transform .3s}
91
87
  .musae-8gbvx8:not(#\#):not(#\#):not(#\#){align-content:flex-start}
@@ -94,6 +90,7 @@
94
90
  .musae-1cy8zhl:not(#\#):not(#\#):not(#\#){align-items:flex-start}
95
91
  .musae-1bdtpbn:not(#\#):not(#\#):not(#\#){align-items:var(--alignItems,revert)}
96
92
  .musae-amitd3:not(#\#):not(#\#):not(#\#){align-self:center}
93
+ .musae-qcrz7y:not(#\#):not(#\#):not(#\#){align-self:flex-start}
97
94
  .musae-1c74tu6:not(#\#):not(#\#):not(#\#){animation-duration:2s}
98
95
  .musae-a4qsjk:not(#\#):not(#\#):not(#\#){animation-iteration-count:infinite}
99
96
  .musae-17fodkt:not(#\#):not(#\#):not(#\#){animation-name:musae-60a50w-B}
@@ -107,13 +104,12 @@
107
104
  .musae-jbqb8w:not(#\#):not(#\#):not(#\#){background-color:transparent}
108
105
  .musae-q1mx2j:not(#\#):not(#\#):not(#\#){background-color:var(--backgroundColor,revert)}
109
106
  .musae-8hsaj5:not(#\#):not(#\#):not(#\#){background-color:var(--bcbnzo,revert)}
110
- .musae-is9nib:not(#\#):not(#\#):not(#\#){border-top-color:var(--borderTopColor,revert)}
111
- .musae-13fuv20:not(#\#):not(#\#):not(#\#){border-top-style:solid}
112
- .musae-1yeim8r:not(#\#):not(#\#):not(#\#){border-top-width:var(--musae-1ax7z96)}
113
107
  .musae-igitpm:not(#\#):not(#\#):not(#\#){box-shadow:var(--boxShadow,revert)}
114
108
  .musae-jdr3co:not(#\#):not(#\#):not(#\#){box-shadow:var(--musae-15zostt)}
115
109
  .musae-ezd0au:not(#\#):not(#\#):not(#\#){box-shadow:var(--musae-1trg6py)}
116
110
  .musae-9f619:not(#\#):not(#\#):not(#\#){box-sizing:border-box}
111
+ .musae-ntwwlm:not(#\#):not(#\#):not(#\#){color-scheme:dark}
112
+ .musae-19aimcq:not(#\#):not(#\#):not(#\#){color-scheme:light}
117
113
  .musae-1heor9g:not(#\#):not(#\#):not(#\#){color:inherit}
118
114
  .musae-19dipnz:not(#\#):not(#\#):not(#\#){color:var(--color,revert)}
119
115
  .musae-4rvf3u:not(#\#):not(#\#):not(#\#){column-gap:var(--columnGap,revert)}
@@ -134,6 +130,7 @@
134
130
  .musae-bh8q5q:not(#\#):not(#\#):not(#\#){fill:none}
135
131
  .musae-dt5ytf:not(#\#):not(#\#):not(#\#){flex-direction:column}
136
132
  .musae-1q0g3np:not(#\#):not(#\#):not(#\#){flex-direction:row}
133
+ .musae-2lah0s:not(#\#):not(#\#):not(#\#){flex-shrink:0}
137
134
  .musae-1a02dak:not(#\#):not(#\#):not(#\#){flex-wrap:wrap}
138
135
  .musae-1j6dyjg:not(#\#):not(#\#):not(#\#){font-size:11px}
139
136
  .musae-fifm61:not(#\#):not(#\#):not(#\#){font-size:12px}
@@ -150,9 +147,12 @@
150
147
  .musae-k50ysn:not(#\#):not(#\#):not(#\#){font-weight:500}
151
148
  .musae-4qzwkw:not(#\#):not(#\#):not(#\#){grid-column-end:var(--gridColumnEnd,revert)}
152
149
  .musae-8a1x49:not(#\#):not(#\#):not(#\#){grid-column-start:auto}
150
+ .musae-134kloy:not(#\#):not(#\#):not(#\#){grid-template-columns:1fr auto 1fr}
151
+ .musae-52fmzj:not(#\#):not(#\#):not(#\#){grid-template-columns:1fr auto}
152
+ .musae-1pmbctz:not(#\#):not(#\#):not(#\#){grid-template-columns:auto 1fr}
153
153
  .musae-1aeqsfb:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(24,minmax(0,1fr))}
154
- .musae-hw0b42:not(#\#):not(#\#):not(#\#){inset-inline-end:0px}
155
- .musae-1at4hj2:not(#\#):not(#\#):not(#\#){inset-inline-start:0px}
154
+ .musae-tijo5x:not(#\#):not(#\#):not(#\#){inset-inline-end:0}
155
+ .musae-1o0tod:not(#\#):not(#\#):not(#\#){inset-inline-start:0}
156
156
  .musae-budbmw:not(#\#):not(#\#):not(#\#){inset-inline-start:50%}
157
157
  .musae-ncxdh4:not(#\#):not(#\#):not(#\#){inset-inline-start:calc(100% - var(--musae-rlgvtq) - var(--musae-1h5s2h0))}
158
158
  .musae-1auf0oo:not(#\#):not(#\#):not(#\#){inset-inline-start:var(--musae-1h5s2h0)}
@@ -162,6 +162,7 @@
162
162
  .musae-1qughib:not(#\#):not(#\#):not(#\#){justify-content:space-between}
163
163
  .musae-167rj3e:not(#\#):not(#\#):not(#\#){justify-items:var(--justifyItems,revert)}
164
164
  .musae-15bdqvn:not(#\#):not(#\#):not(#\#){justify-self:flex-end}
165
+ .musae-wldb3t:not(#\#):not(#\#):not(#\#){justify-self:flex-start}
165
166
  .musae-1i9hxzh:not(#\#):not(#\#):not(#\#){letter-spacing:var(--musae-1fsxyg9)}
166
167
  .musae-1xv967o:not(#\#):not(#\#):not(#\#){letter-spacing:var(--musae-1odcd6w)}
167
168
  .musae-1kag4p5:not(#\#):not(#\#):not(#\#){letter-spacing:var(--musae-1ry795)}
@@ -179,10 +180,10 @@
179
180
  .musae-5agonf:not(#\#):not(#\#):not(#\#){line-height:52px}
180
181
  .musae-1kke7aa:not(#\#):not(#\#):not(#\#){line-height:64px}
181
182
  .musae-3ct3a4:not(#\#):not(#\#):not(#\#){list-style-type:none}
182
- .musae-fbia9g:not(#\#):not(#\#):not(#\#){margin-inline-end:0px}
183
+ .musae-14z9mp:not(#\#):not(#\#):not(#\#){margin-inline-end:0}
183
184
  .musae-10qwhln:not(#\#):not(#\#):not(#\#){margin-inline-end:calc(-100% - var(--musae-rlgvtq) - var(--musae-jdzqnm) * 4 - var(--musae-jdzqnm))}
184
185
  .musae-16ph6eo:not(#\#):not(#\#):not(#\#){margin-inline-end:calc(100% + var(--musae-rlgvtq) + var(--musae-jdzqnm) * 4 + var(--musae-jdzqnm))}
185
- .musae-1tt3wx9:not(#\#):not(#\#):not(#\#){margin-inline-start:0px}
186
+ .musae-1lziwak:not(#\#):not(#\#):not(#\#){margin-inline-start:0}
186
187
  .musae-1fns2s7:not(#\#):not(#\#):not(#\#){margin-inline-start:calc(-100% - var(--musae-rlgvtq) - var(--musae-jdzqnm) * 4 - var(--musae-jdzqnm))}
187
188
  .musae-5bta6d:not(#\#):not(#\#):not(#\#){margin-inline-start:calc(100% + var(--musae-rlgvtq) + var(--musae-jdzqnm) * 4 + var(--musae-jdzqnm))}
188
189
  .musae-1tmxnmp:not(#\#):not(#\#):not(#\#){margin-inline-start:var(--musae-68a8pz)}
@@ -218,6 +219,8 @@
218
219
  .musae-2b8uid:not(#\#):not(#\#):not(#\#){text-align:center}
219
220
  html:not([dir='rtl']) .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:left}
220
221
  html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
222
+ html:not([dir='rtl']) .musae-p4054r:not(#\#):not(#\#):not(#\#){text-align:right}
223
+ html[dir='rtl'] .musae-p4054r:not(#\#):not(#\#):not(#\#){text-align:left}
221
224
  .musae-1bndym7:not(#\#):not(#\#):not(#\#){transform-origin:50% 50%}
222
225
  .musae-1g0ag68:not(#\#):not(#\#):not(#\#){transform-origin:center}
223
226
  .musae-9tu13d:not(#\#):not(#\#):not(#\#){transform:rotate(-90deg)}
@@ -230,12 +233,14 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
230
233
  .musae-1d8287x:not(#\#):not(#\#):not(#\#){transition-duration:.3s}
231
234
  .musae-fagghw:not(#\#):not(#\#):not(#\#){transition-property:all}
232
235
  .musae-xy01e9:not(#\#):not(#\#):not(#\#){transition-property:background-color,border,color}
236
+ .musae-kdsq27:not(#\#):not(#\#):not(#\#){transition-property:box-shadow}
233
237
  .musae-1ve1rmq:not(#\#):not(#\#):not(#\#){transition-property:margin-inline-start,margin-inline-end}
234
238
  .musae-1c9o64o:not(#\#):not(#\#):not(#\#){transition-property:margin-top,transform}
235
239
  .musae-19991ni:not(#\#):not(#\#):not(#\#){transition-property:opacity}
236
240
  .musae-bjh9w0:not(#\#):not(#\#):not(#\#){transition-property:padding-inline-start,padding-inline-end}
237
241
  .musae-11xpdln:not(#\#):not(#\#):not(#\#){transition-property:transform}
238
242
  .musae-87ps6o:not(#\#):not(#\#):not(#\#){user-select:none}
243
+ .musae-3ajldb:not(#\#):not(#\#):not(#\#){vertical-align:bottom}
239
244
  .musae-xymvpz:not(#\#):not(#\#):not(#\#){vertical-align:middle}
240
245
  .musae-lshs6z:not(#\#):not(#\#):not(#\#){visibility:hidden}
241
246
  .musae-uxw1ft:not(#\#):not(#\#):not(#\#){white-space:nowrap}
@@ -253,13 +258,14 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
253
258
  .musae-mn8nw1:not(#\#):not(#\#):not(#\#){z-index:var(--musae-80rspi)}
254
259
  .musae-1tv1kli:not(#\#):not(#\#):not(#\#){z-index:var(--musae-9gpkaf)}
255
260
  .musae-1q93749:not(#\#):not(#\#):not(#\#){z-index:var(--musae-ah5ngi)}
261
+ .musae-aefx0h:not(#\#):not(#\#):not(#\#){z-index:var(--musae-if0yew)}
256
262
  .musae-1axsr4t:not(#\#):not(#\#):not(#\#){z-index:var(--musae-oqacdq)}
257
263
  .musae-5w6sei:not(#\#):not(#\#):not(#\#){z-index:var(--musae-ymrixl)}
258
264
  .musae-9cqmhv:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{background-color:var(--1sg3dqs,revert)}
259
265
  .musae-x7gz8e:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{content:""}
260
- .musae-13amitz:hover > span:last-child:not(#\#):not(#\#):not(#\#){display:inline-flex}
261
- .musae-1pqvcko:hover > span:first-child:not(#\#):not(#\#):not(#\#){display:none}
262
- .musae-1sd0t5p:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{inset-inline-end:0px}
266
+ .musae-1aldg33:hover > [role='separator']:not(#\#):not(#\#):not(#\#){display:none}
267
+ .musae-1oew0n0:not(:hover) > [role='button']:not(#\#):not(#\#):not(#\#){display:none}
268
+ .musae-192i3sz:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{inset-inline-end:0}
263
269
  .musae-1i5rff9:not(:first-child):not(#\#):not(#\#):not(#\#){margin-inline-start:calc(var(--musae-vk5id6) * -1)}
264
270
  .musae-no41pc:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{position:absolute}
265
271
  .musae-1kmnipp:not(:last-of-type):not(#\#):not(#\#):not(#\#)::after{transform:translateY(-50%)}
@@ -271,9 +277,14 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
271
277
  .musae-43481e:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-color:var(--borderBottomColor,revert)}
272
278
  .musae-1q0q8m5:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-style:solid}
273
279
  .musae-lntmim:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-width:var(--musae-1ax7z96)}
274
- .musae-1sh2tzk:not(#\#):not(#\#):not(#\#):not(#\#){bottom:0px}
280
+ .musae-is9nib:not(#\#):not(#\#):not(#\#):not(#\#){border-top-color:var(--borderTopColor,revert)}
281
+ .musae-13fuv20:not(#\#):not(#\#):not(#\#):not(#\#){border-top-style:solid}
282
+ .musae-1yeim8r:not(#\#):not(#\#):not(#\#):not(#\#){border-top-width:var(--musae-1ax7z96)}
283
+ .musae-1ey2m1c:not(#\#):not(#\#):not(#\#):not(#\#){bottom:0}
284
+ .musae-jnlgov:not(#\#):not(#\#):not(#\#):not(#\#){bottom:20px}
275
285
  .musae-1ii70tt:not(#\#):not(#\#):not(#\#):not(#\#){bottom:var(--musae-15cw4i4)}
276
286
  .musae-8wmlod:not(#\#):not(#\#):not(#\#):not(#\#){bottom:var(--musae-1wblvyz)}
287
+ .musae-qtp20y:not(#\#):not(#\#):not(#\#):not(#\#){height:0}
277
288
  .musae-1dr59a3:not(#\#):not(#\#):not(#\#):not(#\#){height:100vh}
278
289
  .musae-1m3v4wt:not(#\#):not(#\#):not(#\#):not(#\#){height:200px}
279
290
  .musae-xk0z11:not(#\#):not(#\#):not(#\#):not(#\#){height:24px}
@@ -282,12 +293,12 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
282
293
  .musae-g7h5cd:not(#\#):not(#\#):not(#\#):not(#\#){height:fit-content}
283
294
  .musae-1jwls1v:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--height,revert)}
284
295
  .musae-hfcj97:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-16n5srz)}
285
- .musae-ri8twg:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1aj7t22)}
286
296
  .musae-1yri8c6:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1ax7z96)}
287
297
  .musae-1k820er:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1hydgie)}
288
298
  .musae-jazk0b:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1l9c3uf)}
289
299
  .musae-b27hse:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1qj6wod)}
290
300
  .musae-1vwksmh:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-1yg5bqe)}
301
+ .musae-1ajdkb8:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-2h23ia)}
291
302
  .musae-1cj5796:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-70uu0v)}
292
303
  .musae-7kkngq:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-cftog7)}
293
304
  .musae-kzsoxx:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-jdzqnm)}
@@ -295,20 +306,20 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
295
306
  .musae-1gfonl1:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-oohzsl)}
296
307
  .musae-lry4nc:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-rlgvtq)}
297
308
  .musae-b4kbli:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--musae-xrqq76)}
298
- .musae-1tjciyl:not(#\#):not(#\#):not(#\#):not(#\#){left:0px}
309
+ .musae-u96u03:not(#\#):not(#\#):not(#\#):not(#\#){left:0}
299
310
  .musae-101gtxs:not(#\#):not(#\#):not(#\#):not(#\#){left:var(--left,revert)}
300
311
  .musae-hq7bbv:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--musae-15cw4i4)}
301
312
  .musae-a4cli4:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--musae-1tzp6vk)}
302
313
  .musae-rsi211:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--musae-qk2ac7)}
303
314
  .musae-1vc729f:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--musae-qk2ac7)}
304
- .musae-ncydc0:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:-100%}
305
- .musae-1q12cbh:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:0px}
315
+ .musae-dj266r:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:0}
316
+ .musae-lpx92y:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:calc(-1 * var(--musae-1qsoxbc))}
317
+ .musae-u5ntsc:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--musae-1ncxh3n)}
306
318
  .musae-3yben5:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--musae-1wblvyz)}
307
319
  .musae-1lpmo0s:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--musae-vk5id6)}
308
320
  .musae-edbcy2:not(#\#):not(#\#):not(#\#):not(#\#){max-height:calc(100% - var(--musae-15cw4i4) * 2)}
309
321
  .musae-kfv0gj:not(#\#):not(#\#):not(#\#):not(#\#){max-width:var(--musae-1qj6wod)}
310
322
  .musae-1v3fk47:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--musae-16n5srz)}
311
- .musae-jk1msx:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--musae-1qj6wod)}
312
323
  .musae-oexrxm:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--musae-1spnrok)}
313
324
  .musae-1infgec:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--musae-cftog7)}
314
325
  .musae-1ee7i9g:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--musae-laggmb)}
@@ -326,19 +337,18 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
326
337
  .musae-10wlt62:not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:hidden}
327
338
  .musae-1244622:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--musae-1tzp6vk)}
328
339
  .musae-n01sgk:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--musae-oohzsl)}
329
- .musae-78w2x6:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--musae-qk2ac7)}
330
340
  .musae-16rezew:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--musae-vk5id6)}
331
341
  .musae-1k3zc6d:not(#\#):not(#\#):not(#\#):not(#\#){padding-left:var(--paddingLeft,revert)}
332
342
  .musae-sgdd5s:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:var(--musae-1ncxh3n)}
333
343
  .musae-1y1aa1q:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:var(--musae-oohzsl)}
334
344
  .musae-1teihh3:not(#\#):not(#\#):not(#\#):not(#\#){padding-right:var(--musae-vk5id6)}
335
345
  .musae-522f2k:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--musae-oohzsl)}
336
- .musae-1p848mt:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--musae-qk2ac7)}
337
346
  .musae-utp9vd:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--musae-vk5id6)}
338
- .musae-15gpytn:not(#\#):not(#\#):not(#\#):not(#\#){right:0px}
347
+ .musae-3m8u43:not(#\#):not(#\#):not(#\#):not(#\#){right:0}
348
+ .musae-k6ci0l:not(#\#):not(#\#):not(#\#):not(#\#){right:20px}
339
349
  .musae-14l26ut:not(#\#):not(#\#):not(#\#):not(#\#){right:var(--musae-15cw4i4)}
340
350
  .musae-6al1c1:not(#\#):not(#\#):not(#\#):not(#\#){right:var(--musae-oohzsl)}
341
- .musae-9oc6z4:not(#\#):not(#\#):not(#\#):not(#\#){top:0px}
351
+ .musae-13vifvy:not(#\#):not(#\#):not(#\#):not(#\#){top:0}
342
352
  .musae-wa60dl:not(#\#):not(#\#):not(#\#):not(#\#){top:50%}
343
353
  .musae-kwake1:not(#\#):not(#\#):not(#\#):not(#\#){top:calc(var(--musae-xrqq76) + var(--musae-15cw4i4))}
344
354
  .musae-1qtgrog:not(#\#):not(#\#):not(#\#):not(#\#){top:var(--musae-15cw4i4)}
@@ -353,6 +363,7 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
353
363
  .musae-jz7u3w:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-1hydgie)}
354
364
  .musae-103s5vv:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-1l9c3uf)}
355
365
  .musae-wfgd1y:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-1qj6wod)}
366
+ .musae-fx4e2q:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-2h23ia)}
356
367
  .musae-1gn8jaj:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-70uu0v)}
357
368
  .musae-1sgo4cp:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-cftog7)}
358
369
  .musae-1wmt73o:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--musae-laggmb)}
@@ -364,11 +375,11 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
364
375
  .musae-1o8gf8:not(:last-of-type):not(#\#):not(#\#):not(#\#):not(#\#)::after{top:50%}
365
376
  .musae-vpkyr8:not(:last-of-type):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:var(--musae-1ax7z96)}
366
377
  .musae-cu8lob:first-child:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--musae-qk2ac7)}
367
- .musae-zm6erk:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-width:0px}
378
+ .musae-xt7lk8:last-of-type:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-width:0}
368
379
  .musae-r8ctv5:hover:not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:auto}
369
380
  .musae-ynce87:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-old(root){animation:none}
370
381
  .musae-goest1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-new(root){animation:none}
371
- .musae-1799ia1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset:0px}
382
+ .musae-arstr8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset:0}
372
383
  .musae-123gkgz:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-color:var(--1il6zln,revert)}
373
384
  .musae-3yd8hb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-color:var(--joftei,revert)}
374
385
  .musae-11y6kk5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{border-radius:4px}
@@ -381,12 +392,17 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
381
392
  .musae-1lou4sy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-width:var(--musae-1ax7z96)}
382
393
  .musae-15z8w9c:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-width:var(--musae-1h5s2h0)}
383
394
  .musae-ilzmfn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-width:var(--musae-1hydgie)}
395
+ .musae-1nc033x:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-block:0}
396
+ .musae-d54j2p:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset-block:0}
384
397
  .musae-t448kv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{transition:all .2s}
385
398
  .musae-1uowca5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar{background-color:transparent}
386
399
  .musae-27d4w3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{background-color:var(--15iyedw,revert)}
387
400
  .musae-rr6jkh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{background-color:var(--1lrm08k,revert)}
388
401
  .musae-1cj4lvr:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb{background-color:var(--b44ld2,revert)}
389
- .musae-1dn9wut:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-top-width:var(--musae-1aj7t22)}
402
+ html:not([dir='rtl']) .musae-15cyge6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.08)}
403
+ html[dir='rtl'] .musae-15cyge6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.08)}
404
+ html:not([dir='rtl']) .musae-91zhsk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.08)}
405
+ html[dir='rtl'] .musae-91zhsk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.08)}
390
406
  .musae-x38sju:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{box-sizing:border-box}
391
407
  .musae-tql2tq:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{box-sizing:border-box}
392
408
  .musae-16q0lx9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{color:var(--163tekb,revert)}
@@ -397,14 +413,17 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
397
413
  .musae-hkezso:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{display:block}
398
414
  .musae-1fgarty:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{display:block}
399
415
  .musae-15ozc13:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{display:none}
400
- .musae-1x8jx26:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-end:0px}
416
+ .musae-1unh1gc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset-inline-end:0}
417
+ .musae-typ5od:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-end:0}
401
418
  .musae-1gkks1t:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-end:50%}
402
- .musae-1kfboi8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-start:0px}
419
+ .musae-1682cnc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-start:0}
403
420
  .musae-fbisj7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-start:50%}
404
421
  .musae-xsadbs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset-inline-start:calc((100% - var(--musae-1ax7z96)) / 2)}
405
422
  .musae-2utku0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{margin-inline-start:var(--musae-vk5id6)}
406
423
  .musae-15342hd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-old(root){mix-blend-mode:normal}
407
424
  .musae-1sgbmat:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-new(root){mix-blend-mode:normal}
425
+ .musae-kk1bqk:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{pointer-events:none}
426
+ .musae-2q1x1w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{pointer-events:none}
408
427
  .musae-1j6awrg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{position:absolute}
409
428
  .musae-1hmns74:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{position:absolute}
410
429
  .musae-q1m6zb:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{transform:translate(100%,-160%) rotate(45deg)}
@@ -419,6 +438,7 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
419
438
  .musae-9xs3e7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-old(root){z-index:var(--musae-dlxqgz)}
420
439
  .musae-qotmtd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::view-transition-new(root){z-index:var(--musae-dlxqgz)}
421
440
  .musae-1p9jk5k:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-left-width:var(--musae-1aj7t22)}
441
+ .musae-1dn9wut:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-top-width:var(--musae-1aj7t22)}
422
442
  .musae-ec44on:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{height:calc(var(--musae-1l9c3uf) / 2)}
423
443
  .musae-17xd6cp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{height:var(--12qatcd,revert)}
424
444
  .musae-1yecmy3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{height:var(--1whluux,revert)}
@@ -430,12 +450,13 @@ html[dir='rtl'] .musae-1yc453h:not(#\#):not(#\#):not(#\#){text-align:right}
430
450
  .musae-2wrall:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{height:var(--musae-cftog7)}
431
451
  .musae-1e9cniy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{height:var(--musae-fwu7zn)}
432
452
  .musae-1tvttw7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{margin-right:var(--musae-qk2ac7)}
433
- .musae-dulvvp:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{margin-top:var(--musae-h30iw9)}
434
453
  .musae-4ys0c4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{margin-top:var(--musae-vk5id6)}
435
454
  .musae-1srwf7z:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{top:100%}
436
455
  .musae-5a73hh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{top:calc((100% - var(--musae-1ax7z96)) / 2)}
437
456
  .musae-11yodxc:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:calc(var(--musae-1l9c3uf) / 3)}
438
457
  .musae-33jx72:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:var(--11aojeo,revert)}
458
+ .musae-bk3rzz:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{width:var(--musae-16n5srz)}
459
+ .musae-g1t9zo:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:var(--musae-16n5srz)}
439
460
  .musae-9l6l1u:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{width:var(--musae-1ax7z96)}
440
461
  .musae-etvar1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:var(--musae-1ax7z96)}
441
462
  .musae-1el3b87:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{width:var(--musae-1l9c3uf)}
@@ -46,7 +46,9 @@ export declare enum ComponentToken {
46
46
  Tooltip = 34,
47
47
  Popover = 35,
48
48
  Loading = 36,
49
- Collapse = 37
49
+ Collapse = 37,
50
+ Waterfall = 38,
51
+ Transfer = 39
50
52
  }
51
53
  /**
52
54
  * @description
@@ -152,10 +154,11 @@ export declare enum ClockClassToken {
152
154
  }
153
155
  export declare enum MenuClassToken {
154
156
  Menu = 0,
155
- Group = 1,
156
- GroupHidden = 2,
157
- Collapser = 3,
158
- Item = 4
157
+ MenuHorizontal = 1,
158
+ Group = 2,
159
+ GroupHidden = 3,
160
+ Collapser = 4,
161
+ Item = 5
159
162
  }
160
163
  export declare enum CheckboxClassToken {
161
164
  Checkbox = 0
@@ -172,11 +175,17 @@ export declare enum TreeClassToken {
172
175
  }
173
176
  export declare enum TabsClassToken {
174
177
  Tabs = 0,
175
- Item = 1,
176
- Indicator = 2
178
+ TabsNavigation = 1,
179
+ TabsNavigator = 2,
180
+ TabList = 3,
181
+ Tab = 4,
182
+ Indicator = 5,
183
+ Panels = 6,
184
+ Panel = 7
177
185
  }
178
186
  export declare enum PaginationClassToken {
179
- Pagination = 0
187
+ Pagination = 0,
188
+ SizeSelector = 1
180
189
  }
181
190
  export declare enum SwitchClassToken {
182
191
  Switch = 0,
@@ -203,15 +212,21 @@ export declare enum StepsClassToken {
203
212
  Steps = 0,
204
213
  Item = 1,
205
214
  Leading = 2,
206
- Title = 3,
207
- Description = 4,
208
- Done = 5,
209
- Doing = 6,
210
- Todo = 7
215
+ Sign = 3,
216
+ Title = 4,
217
+ Description = 5,
218
+ Done = 6,
219
+ Doing = 7,
220
+ Todo = 8
211
221
  }
212
222
  export declare enum TimelineClassToken {
213
223
  Timeline = 0,
214
- Item = 1
224
+ Item = 1,
225
+ Leading = 2,
226
+ Sign = 3,
227
+ Dot = 4,
228
+ Label = 5,
229
+ Description = 6
215
230
  }
216
231
  export declare enum BreadcrumbClassToken {
217
232
  Breadcrumb = 0,
@@ -257,6 +272,19 @@ export declare enum CollapseClassToken {
257
272
  Content = 6,
258
273
  Collapser = 7
259
274
  }
275
+ export declare enum WaterfallClassToken {
276
+ Waterfall = 0,
277
+ Sequential = 1
278
+ }
279
+ export declare enum TransferClassToken {
280
+ Transfer = 0,
281
+ List = 1,
282
+ Header = 2,
283
+ Title = 3,
284
+ Body = 4,
285
+ Item = 5,
286
+ Operation = 6
287
+ }
260
288
  /**
261
289
  * @description
262
290
  * class name collection
@@ -369,6 +397,7 @@ export declare const CLASS_NAMES: {
369
397
  2: string;
370
398
  3: string;
371
399
  4: string;
400
+ 5: string;
372
401
  };
373
402
  21: {
374
403
  0: string;
@@ -387,9 +416,15 @@ export declare const CLASS_NAMES: {
387
416
  0: string;
388
417
  1: string;
389
418
  2: string;
419
+ 3: string;
420
+ 4: string;
421
+ 5: string;
422
+ 6: string;
423
+ 7: string;
390
424
  };
391
425
  24: {
392
426
  0: string;
427
+ 1: string;
393
428
  };
394
429
  25: {
395
430
  0: string;
@@ -415,16 +450,22 @@ export declare const CLASS_NAMES: {
415
450
  28: {
416
451
  0: string;
417
452
  1: string;
418
- 5: string;
419
453
  6: string;
420
454
  7: string;
455
+ 8: string;
421
456
  2: string;
422
457
  3: string;
423
458
  4: string;
459
+ 5: string;
424
460
  };
425
461
  29: {
426
462
  0: string;
427
463
  1: string;
464
+ 2: string;
465
+ 3: string;
466
+ 4: string;
467
+ 5: string;
468
+ 6: string;
428
469
  };
429
470
  30: {
430
471
  0: string;
@@ -468,6 +509,19 @@ export declare const CLASS_NAMES: {
468
509
  5: string;
469
510
  6: string;
470
511
  };
512
+ 38: {
513
+ 0: string;
514
+ 1: string;
515
+ };
516
+ 39: {
517
+ 0: string;
518
+ 6: string;
519
+ 1: string;
520
+ 3: string;
521
+ 5: string;
522
+ 2: string;
523
+ 4: string;
524
+ };
471
525
  };
472
526
  /**
473
527
  * @description
@@ -583,6 +637,7 @@ export declare const DEFAULT_CLASS_NAMES: {
583
637
  2: string;
584
638
  3: string;
585
639
  4: string;
640
+ 5: string;
586
641
  };
587
642
  21: {
588
643
  0: string;
@@ -601,9 +656,15 @@ export declare const DEFAULT_CLASS_NAMES: {
601
656
  0: string;
602
657
  1: string;
603
658
  2: string;
659
+ 3: string;
660
+ 4: string;
661
+ 5: string;
662
+ 6: string;
663
+ 7: string;
604
664
  };
605
665
  24: {
606
666
  0: string;
667
+ 1: string;
607
668
  };
608
669
  25: {
609
670
  0: string;
@@ -629,16 +690,22 @@ export declare const DEFAULT_CLASS_NAMES: {
629
690
  28: {
630
691
  0: string;
631
692
  1: string;
632
- 5: string;
633
693
  6: string;
634
694
  7: string;
695
+ 8: string;
635
696
  2: string;
636
697
  3: string;
637
698
  4: string;
699
+ 5: string;
638
700
  };
639
701
  29: {
640
702
  0: string;
641
703
  1: string;
704
+ 2: string;
705
+ 3: string;
706
+ 4: string;
707
+ 5: string;
708
+ 6: string;
642
709
  };
643
710
  30: {
644
711
  0: string;
@@ -682,4 +749,17 @@ export declare const DEFAULT_CLASS_NAMES: {
682
749
  5: string;
683
750
  6: string;
684
751
  };
752
+ 38: {
753
+ 0: string;
754
+ 1: string;
755
+ };
756
+ 39: {
757
+ 0: string;
758
+ 6: string;
759
+ 1: string;
760
+ 3: string;
761
+ 5: string;
762
+ 2: string;
763
+ 4: string;
764
+ };
685
765
  };