musae 1.0.5 → 1.0.7-beta.0

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 (223) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +38 -38
  3. package/dist/components/avatar/avatar.cjs +10 -10
  4. package/dist/components/avatar/avatar.mjs +10 -10
  5. package/dist/components/badge/badge.cjs +5 -5
  6. package/dist/components/badge/badge.mjs +5 -5
  7. package/dist/components/bench/bench.cjs +15 -15
  8. package/dist/components/bench/bench.mjs +15 -15
  9. package/dist/components/breadcrumb/breadcrumb.cjs +1 -1
  10. package/dist/components/breadcrumb/breadcrumb.mjs +1 -1
  11. package/dist/components/breadcrumb/item.cjs +4 -4
  12. package/dist/components/breadcrumb/item.mjs +4 -4
  13. package/dist/components/button/button.cjs +12 -12
  14. package/dist/components/button/button.mjs +12 -12
  15. package/dist/components/calendar/calendar.cjs +2 -2
  16. package/dist/components/calendar/calendar.mjs +2 -2
  17. package/dist/components/calendar/contribution.cjs +12 -12
  18. package/dist/components/calendar/contribution.mjs +12 -12
  19. package/dist/components/calendar/hooks.cjs +6 -6
  20. package/dist/components/calendar/hooks.mjs +6 -6
  21. package/dist/components/cascader/cascader.cjs +1 -1
  22. package/dist/components/cascader/cascader.mjs +1 -1
  23. package/dist/components/chat/chat.cjs +3 -3
  24. package/dist/components/chat/chat.mjs +3 -3
  25. package/dist/components/chat/item.cjs +7 -7
  26. package/dist/components/chat/item.mjs +7 -7
  27. package/dist/components/checkbox/styles.cjs +10 -10
  28. package/dist/components/checkbox/styles.mjs +10 -10
  29. package/dist/components/clock/clock.cjs +1 -1
  30. package/dist/components/clock/clock.mjs +1 -1
  31. package/dist/components/clock/column.cjs +3 -3
  32. package/dist/components/clock/column.mjs +3 -3
  33. package/dist/components/collapse/collapse.cjs +1 -1
  34. package/dist/components/collapse/collapse.mjs +1 -1
  35. package/dist/components/collapse/item.cjs +7 -7
  36. package/dist/components/collapse/item.mjs +7 -7
  37. package/dist/components/date-picker/date-picker.cjs +1 -1
  38. package/dist/components/date-picker/date-picker.mjs +1 -1
  39. package/dist/components/date-range-picker/date-range-picker.cjs +2 -2
  40. package/dist/components/date-range-picker/date-range-picker.mjs +2 -2
  41. package/dist/components/dialog/popup.cjs +4 -4
  42. package/dist/components/dialog/popup.mjs +4 -4
  43. package/dist/components/divider/divider.cjs +13 -13
  44. package/dist/components/divider/divider.mjs +13 -13
  45. package/dist/components/drawer/popup.cjs +11 -11
  46. package/dist/components/drawer/popup.mjs +11 -11
  47. package/dist/components/empty/empty.cjs +2 -2
  48. package/dist/components/empty/empty.mjs +2 -2
  49. package/dist/components/form/field/error.cjs +3 -3
  50. package/dist/components/form/field/error.d.ts +2 -2
  51. package/dist/components/form/field/error.mjs +3 -3
  52. package/dist/components/form/field/field.cjs +4 -3
  53. package/dist/components/form/field/field.d.ts +1 -1
  54. package/dist/components/form/field/field.mjs +4 -3
  55. package/dist/components/form/field/layout.cjs +4 -4
  56. package/dist/components/form/field/layout.mjs +4 -4
  57. package/dist/components/form/field/supporting.cjs +10 -18
  58. package/dist/components/form/field/supporting.mjs +10 -18
  59. package/dist/components/form/form.cjs +8 -2
  60. package/dist/components/form/form.d.ts +1 -1
  61. package/dist/components/form/form.mjs +8 -2
  62. package/dist/components/form/use-form-item.cjs +8 -2
  63. package/dist/components/form/use-form-item.mjs +9 -3
  64. package/dist/components/icon/icons/action/index.cjs +2 -0
  65. package/dist/components/icon/icons/action/index.d.ts +2 -1
  66. package/dist/components/icon/icons/action/index.mjs +1 -0
  67. package/dist/components/icon/icons/action/preview.cjs +22 -0
  68. package/dist/components/icon/icons/action/preview.d.ts +3 -0
  69. package/dist/components/icon/icons/action/preview.mjs +18 -0
  70. package/dist/components/icon/icons/index.cjs +2 -0
  71. package/dist/components/icon/icons/index.mjs +1 -0
  72. package/dist/components/icon-button/icon-button.cjs +6 -6
  73. package/dist/components/icon-button/icon-button.mjs +6 -6
  74. package/dist/components/image/preview/operations.cjs +8 -8
  75. package/dist/components/image/preview/operations.mjs +8 -8
  76. package/dist/components/image/preview/preview.cjs +1 -1
  77. package/dist/components/image/preview/preview.mjs +1 -1
  78. package/dist/components/input/input.cjs +15 -15
  79. package/dist/components/input/input.mjs +15 -15
  80. package/dist/components/layout/footer.cjs +1 -1
  81. package/dist/components/layout/footer.mjs +1 -1
  82. package/dist/components/layout/header.cjs +2 -2
  83. package/dist/components/layout/header.mjs +2 -2
  84. package/dist/components/layout/heading.cjs +4 -4
  85. package/dist/components/layout/heading.mjs +4 -4
  86. package/dist/components/layout/main.cjs +3 -3
  87. package/dist/components/layout/main.mjs +3 -3
  88. package/dist/components/layout/sidebar.cjs +4 -4
  89. package/dist/components/layout/sidebar.mjs +4 -4
  90. package/dist/components/loading/loading.cjs +13 -13
  91. package/dist/components/loading/loading.mjs +13 -13
  92. package/dist/components/markdown/loading.cjs +5 -5
  93. package/dist/components/markdown/loading.mjs +5 -5
  94. package/dist/components/markdown/markdown.cjs +1 -1
  95. package/dist/components/markdown/markdown.mjs +1 -1
  96. package/dist/components/menu/group.cjs +20 -5
  97. package/dist/components/menu/group.mjs +20 -5
  98. package/dist/components/menu/hooks.cjs +3 -3
  99. package/dist/components/menu/hooks.mjs +3 -3
  100. package/dist/components/menu/item.cjs +16 -16
  101. package/dist/components/menu/item.mjs +16 -16
  102. package/dist/components/notification/holder.cjs +3 -3
  103. package/dist/components/notification/holder.mjs +3 -3
  104. package/dist/components/notification/notification.cjs +10 -10
  105. package/dist/components/notification/notification.mjs +10 -10
  106. package/dist/components/otp-input/otp-input.cjs +2 -2
  107. package/dist/components/otp-input/otp-input.mjs +2 -2
  108. package/dist/components/pagination/context.cjs +0 -2
  109. package/dist/components/pagination/context.mjs +0 -2
  110. package/dist/components/pagination/pagination.cjs +1 -1
  111. package/dist/components/pagination/pagination.mjs +1 -1
  112. package/dist/components/password-input/context.cjs +11 -0
  113. package/dist/components/password-input/context.d.ts +8 -0
  114. package/dist/components/password-input/context.mjs +9 -0
  115. package/dist/components/password-input/password-input.cjs +18 -21
  116. package/dist/components/password-input/password-input.mjs +19 -22
  117. package/dist/components/popconfirm/popconfirm.cjs +2 -2
  118. package/dist/components/popconfirm/popconfirm.mjs +2 -2
  119. package/dist/components/popover/popover.cjs +1 -1
  120. package/dist/components/popover/popover.mjs +1 -1
  121. package/dist/components/popper/dropdown.cjs +7 -7
  122. package/dist/components/popper/dropdown.mjs +7 -7
  123. package/dist/components/progress/circular.cjs +4 -4
  124. package/dist/components/progress/circular.mjs +4 -4
  125. package/dist/components/progress/linear.cjs +5 -5
  126. package/dist/components/progress/linear.mjs +5 -5
  127. package/dist/components/quote/styles.cjs +3 -3
  128. package/dist/components/quote/styles.mjs +3 -3
  129. package/dist/components/radio/radio.cjs +14 -14
  130. package/dist/components/radio/radio.mjs +14 -14
  131. package/dist/components/rate/rate.cjs +2 -2
  132. package/dist/components/rate/rate.mjs +2 -2
  133. package/dist/components/rate/star.cjs +3 -3
  134. package/dist/components/rate/star.mjs +3 -3
  135. package/dist/components/rich-text-editor/index.cjs +1 -1
  136. package/dist/components/rich-text-editor/index.d.ts +2 -1
  137. package/dist/components/rich-text-editor/index.mjs +1 -1
  138. package/dist/components/rich-text-editor/nodes/checkbox.cjs +1 -1
  139. package/dist/components/rich-text-editor/nodes/checkbox.mjs +1 -1
  140. package/dist/components/rich-text-editor/plugins/floating-link-editor/index.cjs +1 -1
  141. package/dist/components/rich-text-editor/plugins/floating-link-editor/index.mjs +1 -1
  142. package/dist/components/rich-text-editor/plugins/toolbar/index.cjs +4 -4
  143. package/dist/components/rich-text-editor/plugins/toolbar/index.mjs +4 -4
  144. package/dist/components/rich-text-editor/rich-text-editor.cjs +4 -4
  145. package/dist/components/rich-text-editor/rich-text-editor.mjs +4 -4
  146. package/dist/components/rich-text-editor/utils.cjs +24 -24
  147. package/dist/components/rich-text-editor/utils.mjs +24 -24
  148. package/dist/components/ripple/ripple.cjs +1 -1
  149. package/dist/components/ripple/ripple.mjs +1 -1
  150. package/dist/components/select/select.cjs +2 -2
  151. package/dist/components/select/select.mjs +2 -2
  152. package/dist/components/split-panel/divider.cjs +20 -20
  153. package/dist/components/split-panel/divider.mjs +20 -20
  154. package/dist/components/split-panel/hooks.cjs +0 -1
  155. package/dist/components/split-panel/hooks.d.ts +3 -1
  156. package/dist/components/split-panel/hooks.mjs +0 -1
  157. package/dist/components/split-panel/split-panel.cjs +5 -6
  158. package/dist/components/split-panel/split-panel.mjs +5 -6
  159. package/dist/components/steps/item.cjs +10 -10
  160. package/dist/components/steps/item.mjs +10 -10
  161. package/dist/components/steps/steps.cjs +1 -1
  162. package/dist/components/steps/steps.mjs +1 -1
  163. package/dist/components/switch/switch.cjs +32 -32
  164. package/dist/components/switch/switch.mjs +32 -32
  165. package/dist/components/table/body.cjs +6 -6
  166. package/dist/components/table/body.mjs +6 -6
  167. package/dist/components/table/header/cell.cjs +2 -2
  168. package/dist/components/table/header/cell.mjs +2 -2
  169. package/dist/components/table/header/header.cjs +7 -7
  170. package/dist/components/table/header/header.mjs +7 -7
  171. package/dist/components/tabs/navigation.cjs +5 -5
  172. package/dist/components/tabs/navigation.mjs +5 -5
  173. package/dist/components/tabs/panels.cjs +1 -1
  174. package/dist/components/tabs/panels.mjs +1 -1
  175. package/dist/components/tag/tag.cjs +12 -12
  176. package/dist/components/tag/tag.mjs +12 -12
  177. package/dist/components/textarea/textarea.cjs +5 -5
  178. package/dist/components/textarea/textarea.mjs +5 -5
  179. package/dist/components/theme/hooks.cjs +2 -2
  180. package/dist/components/theme/hooks.mjs +2 -2
  181. package/dist/components/theme/theme.cjs +11 -11
  182. package/dist/components/theme/theme.mjs +11 -11
  183. package/dist/components/theme/tokens.stylex.cjs +8 -8
  184. package/dist/components/theme/tokens.stylex.mjs +8 -8
  185. package/dist/components/time-picker/panel.cjs +5 -5
  186. package/dist/components/time-picker/panel.mjs +5 -5
  187. package/dist/components/timeline/item.cjs +8 -8
  188. package/dist/components/timeline/item.mjs +8 -8
  189. package/dist/components/timeline/timeline.cjs +1 -1
  190. package/dist/components/timeline/timeline.mjs +1 -1
  191. package/dist/components/tour/spotlight.cjs +1 -1
  192. package/dist/components/tour/spotlight.mjs +1 -1
  193. package/dist/components/tour/tour.cjs +7 -7
  194. package/dist/components/tour/tour.mjs +7 -7
  195. package/dist/components/transfer/item.cjs +1 -1
  196. package/dist/components/transfer/item.mjs +1 -1
  197. package/dist/components/transfer/list.cjs +18 -18
  198. package/dist/components/transfer/list.mjs +18 -18
  199. package/dist/components/transfer/transfer.cjs +2 -2
  200. package/dist/components/transfer/transfer.mjs +2 -2
  201. package/dist/components/tree/list.cjs +2 -2
  202. package/dist/components/tree/list.mjs +2 -2
  203. package/dist/components/tree/node.cjs +3 -3
  204. package/dist/components/tree/node.mjs +3 -3
  205. package/dist/components/upload/upload.cjs +1 -1
  206. package/dist/components/upload/upload.mjs +1 -1
  207. package/dist/components/upload/uploaded-item.cjs +7 -7
  208. package/dist/components/upload/uploaded-item.mjs +7 -7
  209. package/dist/components/upload/uploaded-list.cjs +2 -2
  210. package/dist/components/upload/uploaded-list.mjs +2 -2
  211. package/dist/components/visually-hidden/visually-hidden.cjs +1 -1
  212. package/dist/components/visually-hidden/visually-hidden.mjs +1 -1
  213. package/dist/components/waterfall/waterfall.cjs +1 -1
  214. package/dist/components/waterfall/waterfall.mjs +1 -1
  215. package/dist/hooks/use-closable.cjs +2 -2
  216. package/dist/hooks/use-closable.mjs +2 -2
  217. package/dist/styles.css +596 -592
  218. package/dist/types/form.d.ts +9 -4
  219. package/dist/types/split-panel.d.ts +4 -1
  220. package/dist/utils/form.cjs +35 -20
  221. package/dist/utils/form.d.ts +10 -5
  222. package/dist/utils/form.mjs +35 -20
  223. package/package.json +152 -152
@@ -19,13 +19,13 @@ var styles = {
19
19
  k1xSpc: "musaex-3nfvp2",
20
20
  kGNEyG: "musaex-6s0dn4",
21
21
  kjj79g: "musaex-l56j7k",
22
- kOIVth: "musaex-1wm2zkp",
22
+ kOIVth: "musaex-xvgjfw",
23
23
  khm7nJ: null,
24
24
  k1C7PZ: null,
25
25
  k1ekBW: "musaex-1yyhn7k",
26
- kIyJzY: "musaex-1dg6om",
26
+ kIyJzY: "musaex-1dnf2k3",
27
27
  k6sLGO: "musaex-19v51jg",
28
- kMzoRj: "musaex-k59kd",
28
+ kMzoRj: "musaex-1jwyp45",
29
29
  kjGldf: null,
30
30
  k2ei4v: null,
31
31
  kZ1KPB: null,
@@ -53,7 +53,7 @@ var styles = {
53
53
  },
54
54
  variant: {
55
55
  filled: {
56
- kMzoRj: "musaex-k59kd",
56
+ kMzoRj: "musaex-1jwyp45",
57
57
  kjGldf: null,
58
58
  k2ei4v: null,
59
59
  kZ1KPB: null,
@@ -64,11 +64,11 @@ var styles = {
64
64
  kt9PQ7: null,
65
65
  kWkggS: "musaex-onffnr",
66
66
  kMwMTN: "musaex-1nt3oiv",
67
- kwh8RV: "musaex-8eoi9k",
67
+ kwh8RV: "musaex-p1c5h4",
68
68
  $$css: true
69
69
  },
70
70
  outlined: {
71
- kMzoRj: "musaex-1iyq3db",
71
+ kMzoRj: "musaex-19ltyd6",
72
72
  kjGldf: null,
73
73
  k2ei4v: null,
74
74
  kZ1KPB: null,
@@ -107,7 +107,7 @@ var styles = {
107
107
  },
108
108
  shape: {
109
109
  rounded: {
110
- kaIpWk: "musaex-shxsqp",
110
+ kaIpWk: "musaex-pkaut0",
111
111
  krdFHd: null,
112
112
  kfmiAY: null,
113
113
  kVL7Gh: null,
@@ -119,7 +119,7 @@ var styles = {
119
119
  $$css: true
120
120
  },
121
121
  rectangular: {
122
- kaIpWk: "musaex-m9kfsm",
122
+ kaIpWk: "musaex-14movdh",
123
123
  krdFHd: null,
124
124
  kfmiAY: null,
125
125
  kVL7Gh: null,
@@ -133,10 +133,10 @@ var styles = {
133
133
  },
134
134
  size: {
135
135
  small: {
136
- k8WAf4: "musaex-11owsmz",
136
+ k8WAf4: "musaex-1i244wg",
137
137
  kLKAdn: null,
138
138
  kGO01o: null,
139
- kg3NbH: "musaex-1g3a7fl",
139
+ kg3NbH: "musaex-11im4ux",
140
140
  kuDDbn: null,
141
141
  kE3dHu: null,
142
142
  kP0aTx: null,
@@ -144,10 +144,10 @@ var styles = {
144
144
  $$css: true
145
145
  },
146
146
  medium: {
147
- k8WAf4: "musaex-bge23m",
147
+ k8WAf4: "musaex-1kg9tbm",
148
148
  kLKAdn: null,
149
149
  kGO01o: null,
150
- kg3NbH: "musaex-uzvhnf",
150
+ kg3NbH: "musaex-1tpk2m8",
151
151
  kuDDbn: null,
152
152
  kE3dHu: null,
153
153
  kP0aTx: null,
@@ -21,8 +21,8 @@ var styles = {
21
21
  header: {
22
22
  k1xSpc: "musaex-78zum5",
23
23
  kGNEyG: "musaex-6s0dn4",
24
- k1C7PZ: "musaex-1bu9cvf",
25
- kg3NbH: "musaex-81lxrv",
24
+ k1C7PZ: "musaex-jhaogn",
25
+ kg3NbH: "musaex-1obn38g",
26
26
  kuDDbn: null,
27
27
  kE3dHu: null,
28
28
  kP0aTx: null,
@@ -17,8 +17,8 @@ var styles = {
17
17
  header: {
18
18
  k1xSpc: "musaex-78zum5",
19
19
  kGNEyG: "musaex-6s0dn4",
20
- k1C7PZ: "musaex-1bu9cvf",
21
- kg3NbH: "musaex-81lxrv",
20
+ k1C7PZ: "musaex-jhaogn",
21
+ kg3NbH: "musaex-1obn38g",
22
22
  kuDDbn: null,
23
23
  kE3dHu: null,
24
24
  kP0aTx: null,
@@ -20,7 +20,7 @@ var styles = {
20
20
  calendar: {
21
21
  "default": {
22
22
  kLvRdT: "musaex-1vathgz",
23
- kheTzg: "musaex-4jqler",
23
+ kheTzg: "musaex-jejbrw",
24
24
  $$css: true
25
25
  },
26
26
  scrollable: {
@@ -33,9 +33,9 @@ var styles = {
33
33
  },
34
34
  cell: {
35
35
  "default": {
36
- k7Eaqz: "musaex-1fxxr49",
37
- kAzted: "musaex-1n7t6m1",
38
- kmVPX3: "musaex-1n775ky",
36
+ k7Eaqz: "musaex-162rvr4",
37
+ kAzted: "musaex-h1hknk",
38
+ kmVPX3: "musaex-1lvo850",
39
39
  kg3NbH: null,
40
40
  kuDDbn: null,
41
41
  kE3dHu: null,
@@ -44,7 +44,7 @@ var styles = {
44
44
  k8WAf4: null,
45
45
  kLKAdn: null,
46
46
  kGO01o: null,
47
- kaIpWk: "musaex-8y4v87",
47
+ kaIpWk: "musaex-12uirz4",
48
48
  krdFHd: null,
49
49
  kfmiAY: null,
50
50
  kVL7Gh: null,
@@ -72,7 +72,7 @@ var styles = {
72
72
  $$css: true
73
73
  },
74
74
  "default": {
75
- kZKoxP: "musaex-rywi9w",
75
+ kZKoxP: "musaex-1f4m7x",
76
76
  kVQacm: "musaex-1rea2x4",
77
77
  kXHlph: null,
78
78
  kORKVm: null,
@@ -110,10 +110,10 @@ var styles = {
110
110
  },
111
111
  legend: {
112
112
  "default": {
113
- k8WAf4: "musaex-11owsmz",
113
+ k8WAf4: "musaex-1i244wg",
114
114
  kLKAdn: null,
115
115
  kGO01o: null,
116
- kg3NbH: "musaex-1io85w7",
116
+ kg3NbH: "musaex-tuz9vj",
117
117
  kuDDbn: null,
118
118
  kE3dHu: null,
119
119
  kP0aTx: null,
@@ -126,16 +126,16 @@ var styles = {
126
126
  levels: {
127
127
  "default": {
128
128
  k1xSpc: "musaex-78zum5",
129
- kOIVth: "musaex-15wobh7",
129
+ kOIVth: "musaex-1v6odf",
130
130
  khm7nJ: null,
131
131
  k1C7PZ: null,
132
132
  kGNEyG: "musaex-6s0dn4",
133
133
  $$css: true
134
134
  },
135
135
  level: {
136
- kzqmXN: "musaex-165vr4g",
137
- kZKoxP: "musaex-rywi9w",
138
- kaIpWk: "musaex-8y4v87",
136
+ kzqmXN: "musaex-1otvnid",
137
+ kZKoxP: "musaex-1f4m7x",
138
+ kaIpWk: "musaex-12uirz4",
139
139
  krdFHd: null,
140
140
  kfmiAY: null,
141
141
  kVL7Gh: null,
@@ -16,7 +16,7 @@ var styles = {
16
16
  calendar: {
17
17
  "default": {
18
18
  kLvRdT: "musaex-1vathgz",
19
- kheTzg: "musaex-4jqler",
19
+ kheTzg: "musaex-jejbrw",
20
20
  $$css: true
21
21
  },
22
22
  scrollable: {
@@ -29,9 +29,9 @@ var styles = {
29
29
  },
30
30
  cell: {
31
31
  "default": {
32
- k7Eaqz: "musaex-1fxxr49",
33
- kAzted: "musaex-1n7t6m1",
34
- kmVPX3: "musaex-1n775ky",
32
+ k7Eaqz: "musaex-162rvr4",
33
+ kAzted: "musaex-h1hknk",
34
+ kmVPX3: "musaex-1lvo850",
35
35
  kg3NbH: null,
36
36
  kuDDbn: null,
37
37
  kE3dHu: null,
@@ -40,7 +40,7 @@ var styles = {
40
40
  k8WAf4: null,
41
41
  kLKAdn: null,
42
42
  kGO01o: null,
43
- kaIpWk: "musaex-8y4v87",
43
+ kaIpWk: "musaex-12uirz4",
44
44
  krdFHd: null,
45
45
  kfmiAY: null,
46
46
  kVL7Gh: null,
@@ -68,7 +68,7 @@ var styles = {
68
68
  $$css: true
69
69
  },
70
70
  "default": {
71
- kZKoxP: "musaex-rywi9w",
71
+ kZKoxP: "musaex-1f4m7x",
72
72
  kVQacm: "musaex-1rea2x4",
73
73
  kXHlph: null,
74
74
  kORKVm: null,
@@ -106,10 +106,10 @@ var styles = {
106
106
  },
107
107
  legend: {
108
108
  "default": {
109
- k8WAf4: "musaex-11owsmz",
109
+ k8WAf4: "musaex-1i244wg",
110
110
  kLKAdn: null,
111
111
  kGO01o: null,
112
- kg3NbH: "musaex-1io85w7",
112
+ kg3NbH: "musaex-tuz9vj",
113
113
  kuDDbn: null,
114
114
  kE3dHu: null,
115
115
  kP0aTx: null,
@@ -122,16 +122,16 @@ var styles = {
122
122
  levels: {
123
123
  "default": {
124
124
  k1xSpc: "musaex-78zum5",
125
- kOIVth: "musaex-15wobh7",
125
+ kOIVth: "musaex-1v6odf",
126
126
  khm7nJ: null,
127
127
  k1C7PZ: null,
128
128
  kGNEyG: "musaex-6s0dn4",
129
129
  $$css: true
130
130
  },
131
131
  level: {
132
- kzqmXN: "musaex-165vr4g",
133
- kZKoxP: "musaex-rywi9w",
134
- kaIpWk: "musaex-8y4v87",
132
+ kzqmXN: "musaex-1otvnid",
133
+ kZKoxP: "musaex-1f4m7x",
134
+ kaIpWk: "musaex-12uirz4",
135
135
  krdFHd: null,
136
136
  kfmiAY: null,
137
137
  kVL7Gh: null,
@@ -15,9 +15,9 @@ var iconButton = require('../icon-button/icon-button.cjs');
15
15
 
16
16
  var styles = {
17
17
  cell: {
18
- kZKoxP: "musaex-4etbzz",
19
- kzqmXN: "musaex-fzmvr9",
20
- kmVPX3: "musaex-1n775ky",
18
+ kZKoxP: "musaex-i4m09h",
19
+ kzqmXN: "musaex-1dyg8wl",
20
+ kmVPX3: "musaex-1lvo850",
21
21
  kg3NbH: null,
22
22
  kuDDbn: null,
23
23
  kE3dHu: null,
@@ -43,8 +43,8 @@ var styles = {
43
43
  kgeoSG: "musaex-10tli2e",
44
44
  kEoFBp: "musaex-1hmns74",
45
45
  kLkRvE: "musaex-1yzl2d8",
46
- kxmVGU: "musaex-rt65ts",
47
- kgzTxl: "musaex-4dflte",
46
+ kxmVGU: "musaex-37drsf",
47
+ kgzTxl: "musaex-7o9acd",
48
48
  $$css: true
49
49
  }, {
50
50
  "--1lrm08k": props.backgroundColor != null ? props.backgroundColor : undefined
@@ -127,7 +127,7 @@ var useDateCells = function useDateCells(_ref2) {
127
127
  backgroundColor: theme$1.colors["secondary-container"]
128
128
  }), isDisabled && styles.hidden, isBetween && styles.range, isFrom && timespan.isRange && styles.from, isTo && timespan.isRange && styles.to, theme.typography.body.large),
129
129
  trigger: {
130
- className: "musaex-zzs3sa musaex-1nnj97i"
130
+ className: "musaex-ydlnt4 musaex-oncv65"
131
131
  }
132
132
  };
133
133
  prev.at(prev.length - 1).push(/*#__PURE__*/React.createElement("td", {
@@ -13,9 +13,9 @@ import IconButton from '../icon-button/icon-button.mjs';
13
13
 
14
14
  var styles = {
15
15
  cell: {
16
- kZKoxP: "musaex-4etbzz",
17
- kzqmXN: "musaex-fzmvr9",
18
- kmVPX3: "musaex-1n775ky",
16
+ kZKoxP: "musaex-i4m09h",
17
+ kzqmXN: "musaex-1dyg8wl",
18
+ kmVPX3: "musaex-1lvo850",
19
19
  kg3NbH: null,
20
20
  kuDDbn: null,
21
21
  kE3dHu: null,
@@ -41,8 +41,8 @@ var styles = {
41
41
  kgeoSG: "musaex-10tli2e",
42
42
  kEoFBp: "musaex-1hmns74",
43
43
  kLkRvE: "musaex-1yzl2d8",
44
- kxmVGU: "musaex-rt65ts",
45
- kgzTxl: "musaex-4dflte",
44
+ kxmVGU: "musaex-37drsf",
45
+ kgzTxl: "musaex-7o9acd",
46
46
  $$css: true
47
47
  }, {
48
48
  "--1lrm08k": props.backgroundColor != null ? props.backgroundColor : undefined
@@ -125,7 +125,7 @@ var useDateCells = function useDateCells(_ref2) {
125
125
  backgroundColor: theme.colors["secondary-container"]
126
126
  }), isDisabled && styles.hidden, isBetween && styles.range, isFrom && timespan.isRange && styles.from, isTo && timespan.isRange && styles.to, typography.body.large),
127
127
  trigger: {
128
- className: "musaex-zzs3sa musaex-1nnj97i"
128
+ className: "musaex-ydlnt4 musaex-oncv65"
129
129
  }
130
130
  };
131
131
  prev.at(prev.length - 1).push(/*#__PURE__*/React.createElement("td", {
@@ -63,7 +63,7 @@ var Cascader = function Cascader(_ref) {
63
63
  // options render
64
64
  var menus = React.useMemo(function () {
65
65
  var styled = {
66
- className: "musaex-78zum5 musaex-5xj0sk musaex-15o2aup"
66
+ className: "musaex-78zum5 musaex-1a1kgvr musaex-vis1yo"
67
67
  };
68
68
  return /*#__PURE__*/React.createElement("div", {
69
69
  className: className.stringify(classNames.options, styled.className),
@@ -59,7 +59,7 @@ var Cascader = function Cascader(_ref) {
59
59
  // options render
60
60
  var menus = useMemo(function () {
61
61
  var styled = {
62
- className: "musaex-78zum5 musaex-5xj0sk musaex-15o2aup"
62
+ className: "musaex-78zum5 musaex-1a1kgvr musaex-vis1yo"
63
63
  };
64
64
  return /*#__PURE__*/React.createElement("div", {
65
65
  className: stringify(classNames.options, styled.className),
@@ -20,7 +20,7 @@ var styles = {
20
20
  chat: {
21
21
  k1xSpc: "musaex-78zum5",
22
22
  kXwgrk: "musaex-dt5ytf",
23
- kOIVth: "musaex-1a0l1y6",
23
+ kOIVth: "musaex-19rnd8a",
24
24
  $$css: true
25
25
  }
26
26
  };
@@ -67,10 +67,10 @@ var Chat = function Chat(_ref) {
67
67
  var styled = {
68
68
  chat: stylex.props(styles.chat, theme.typography.body.medium),
69
69
  messages: {
70
- className: "musaex-98rzlu musaex-17p8e4n musaex-78zum5 musaex-dt5ytf musaex-1a0l1y6 musaex-ysyzu8"
70
+ className: "musaex-98rzlu musaex-pmv3h9 musaex-78zum5 musaex-dt5ytf musaex-19rnd8a musaex-ysyzu8"
71
71
  },
72
72
  footer: {
73
- className: "musaex-17p8e4n musaex-78zum5 musaex-1q0g3np musaex-1a0l1y6"
73
+ className: "musaex-pmv3h9 musaex-78zum5 musaex-1q0g3np musaex-19rnd8a"
74
74
  }
75
75
  };
76
76
  var messages = React.useMemo(function () {
@@ -16,7 +16,7 @@ var styles = {
16
16
  chat: {
17
17
  k1xSpc: "musaex-78zum5",
18
18
  kXwgrk: "musaex-dt5ytf",
19
- kOIVth: "musaex-1a0l1y6",
19
+ kOIVth: "musaex-19rnd8a",
20
20
  $$css: true
21
21
  }
22
22
  };
@@ -63,10 +63,10 @@ var Chat = function Chat(_ref) {
63
63
  var styled = {
64
64
  chat: props(styles.chat, typography.body.medium),
65
65
  messages: {
66
- className: "musaex-98rzlu musaex-17p8e4n musaex-78zum5 musaex-dt5ytf musaex-1a0l1y6 musaex-ysyzu8"
66
+ className: "musaex-98rzlu musaex-pmv3h9 musaex-78zum5 musaex-dt5ytf musaex-19rnd8a musaex-ysyzu8"
67
67
  },
68
68
  footer: {
69
- className: "musaex-17p8e4n musaex-78zum5 musaex-1q0g3np musaex-1a0l1y6"
69
+ className: "musaex-pmv3h9 musaex-78zum5 musaex-1q0g3np musaex-19rnd8a"
70
70
  }
71
71
  };
72
72
  var messages = useMemo(function () {
@@ -15,17 +15,17 @@ var styles = {
15
15
  return [{
16
16
  kSGwAc: "musaex-pvyfi4",
17
17
  kzqmXN: "musaex-eq5yr9",
18
- kg3NbH: "musaex-1v4gb6w",
18
+ kg3NbH: "musaex-gzh4ss",
19
19
  kuDDbn: null,
20
20
  kE3dHu: null,
21
21
  kP0aTx: null,
22
22
  kpe85a: null,
23
- k8WAf4: "musaex-a0rzc7",
23
+ k8WAf4: "musaex-1p9a7ev",
24
24
  kLKAdn: null,
25
25
  kGO01o: null,
26
26
  kWkggS: "musaex-r5ldyu",
27
27
  kMwMTN: "musaex-fx01vb",
28
- kaIpWk: "musaex-10lp2fo",
28
+ kaIpWk: "musaex-bq95th",
29
29
  krdFHd: null,
30
30
  kfmiAY: null,
31
31
  kVL7Gh: null,
@@ -43,17 +43,17 @@ var styles = {
43
43
  receive: function receive(props) {
44
44
  return [{
45
45
  kSGwAc: "musaex-qcrz7y",
46
- kg3NbH: "musaex-1v4gb6w",
46
+ kg3NbH: "musaex-gzh4ss",
47
47
  kuDDbn: null,
48
48
  kE3dHu: null,
49
49
  kP0aTx: null,
50
50
  kpe85a: null,
51
- k8WAf4: "musaex-a0rzc7",
51
+ k8WAf4: "musaex-1p9a7ev",
52
52
  kLKAdn: null,
53
53
  kGO01o: null,
54
54
  kWkggS: "musaex-r5ldyu",
55
55
  kMwMTN: "musaex-fx01vb",
56
- kaIpWk: "musaex-10lp2fo",
56
+ kaIpWk: "musaex-bq95th",
57
57
  krdFHd: null,
58
58
  kfmiAY: null,
59
59
  kVL7Gh: null,
@@ -124,7 +124,7 @@ var Item = function Item(_ref) {
124
124
  });
125
125
  var styled = {
126
126
  item: {
127
- className: "musaex-78zum5 musaex-dt5ytf musaex-1a0l1y6"
127
+ className: "musaex-78zum5 musaex-dt5ytf musaex-19rnd8a"
128
128
  },
129
129
  send: stylex.props(styles.send({
130
130
  backgroundColor: theme.colors["surface-container-highest"],
@@ -11,17 +11,17 @@ var styles = {
11
11
  return [{
12
12
  kSGwAc: "musaex-pvyfi4",
13
13
  kzqmXN: "musaex-eq5yr9",
14
- kg3NbH: "musaex-1v4gb6w",
14
+ kg3NbH: "musaex-gzh4ss",
15
15
  kuDDbn: null,
16
16
  kE3dHu: null,
17
17
  kP0aTx: null,
18
18
  kpe85a: null,
19
- k8WAf4: "musaex-a0rzc7",
19
+ k8WAf4: "musaex-1p9a7ev",
20
20
  kLKAdn: null,
21
21
  kGO01o: null,
22
22
  kWkggS: "musaex-r5ldyu",
23
23
  kMwMTN: "musaex-fx01vb",
24
- kaIpWk: "musaex-10lp2fo",
24
+ kaIpWk: "musaex-bq95th",
25
25
  krdFHd: null,
26
26
  kfmiAY: null,
27
27
  kVL7Gh: null,
@@ -39,17 +39,17 @@ var styles = {
39
39
  receive: function receive(props) {
40
40
  return [{
41
41
  kSGwAc: "musaex-qcrz7y",
42
- kg3NbH: "musaex-1v4gb6w",
42
+ kg3NbH: "musaex-gzh4ss",
43
43
  kuDDbn: null,
44
44
  kE3dHu: null,
45
45
  kP0aTx: null,
46
46
  kpe85a: null,
47
- k8WAf4: "musaex-a0rzc7",
47
+ k8WAf4: "musaex-1p9a7ev",
48
48
  kLKAdn: null,
49
49
  kGO01o: null,
50
50
  kWkggS: "musaex-r5ldyu",
51
51
  kMwMTN: "musaex-fx01vb",
52
- kaIpWk: "musaex-10lp2fo",
52
+ kaIpWk: "musaex-bq95th",
53
53
  krdFHd: null,
54
54
  kfmiAY: null,
55
55
  kVL7Gh: null,
@@ -120,7 +120,7 @@ var Item = function Item(_ref) {
120
120
  });
121
121
  var styled = {
122
122
  item: {
123
- className: "musaex-78zum5 musaex-dt5ytf musaex-1a0l1y6"
123
+ className: "musaex-78zum5 musaex-dt5ytf musaex-19rnd8a"
124
124
  },
125
125
  send: props(styles.send({
126
126
  backgroundColor: theme.colors["surface-container-highest"],
@@ -13,13 +13,13 @@ var styles = {
13
13
  },
14
14
  disabled: {
15
15
  kkrTdU: "musaex-1h6gzvc",
16
- kSiTet: "musaex-15anptp",
16
+ kSiTet: "musaex-s8cfie",
17
17
  $$css: true
18
18
  },
19
19
  medium: {
20
- "--size": "musaex-1me236a",
21
- "--check-size": "musaex-1ka6x5y",
22
- "--border-width": "musaex-om9b08",
20
+ "--size": "musaex-qd3caz",
21
+ "--check-size": "musaex-1py8jf5",
22
+ "--border-width": "musaex-n90g2b",
23
23
  "--check-offset": "musaex-9qylla",
24
24
  $$css: true
25
25
  }
@@ -39,7 +39,7 @@ var styles = {
39
39
  kVQacm: "musaex-b3r6kr",
40
40
  kXHlph: null,
41
41
  kORKVm: null,
42
- kmVPX3: "musaex-9z89t8",
42
+ kmVPX3: "musaex-ickpxj",
43
43
  kg3NbH: null,
44
44
  kuDDbn: null,
45
45
  kE3dHu: null,
@@ -48,7 +48,7 @@ var styles = {
48
48
  k8WAf4: null,
49
49
  kLKAdn: null,
50
50
  kGO01o: null,
51
- kaIpWk: "musaex-shxsqp",
51
+ kaIpWk: "musaex-pkaut0",
52
52
  krdFHd: null,
53
53
  kfmiAY: null,
54
54
  kVL7Gh: null,
@@ -58,7 +58,7 @@ var styles = {
58
58
  kqGeR4: null,
59
59
  kYm2EN: null,
60
60
  k1ekBW: "musaex-15406qy",
61
- kIyJzY: "musaex-1ptezny",
61
+ kIyJzY: "musaex-11dnpu6",
62
62
  kMwMTN: "musaex-pejtax",
63
63
  kGzVvX: "musaex-1xlx92",
64
64
  kL3a3j: "musaex-1mo4pyh",
@@ -91,7 +91,7 @@ var styles = {
91
91
  kZKoxP: "musaex-188dgw3",
92
92
  kVAEAm: "musaex-1n2onr6",
93
93
  kB7OPa: "musaex-9f619",
94
- kaIpWk: "musaex-8y4v87",
94
+ kaIpWk: "musaex-12uirz4",
95
95
  krdFHd: null,
96
96
  kfmiAY: null,
97
97
  kVL7Gh: null,
@@ -128,7 +128,7 @@ var styles = {
128
128
  kLZC3w: null,
129
129
  kL6WhQ: null,
130
130
  k1ekBW: "musaex-ts7igz",
131
- kIyJzY: "musaex-1ptezny",
131
+ kIyJzY: "musaex-11dnpu6",
132
132
  $$css: true
133
133
  },
134
134
  disabled: {
@@ -225,7 +225,7 @@ var styles = {
225
225
  },
226
226
  label: {
227
227
  "default": {
228
- kg3NbH: "musaex-1kvmt37",
228
+ kg3NbH: "musaex-1t3tosq",
229
229
  kuDDbn: null,
230
230
  kE3dHu: null,
231
231
  kP0aTx: null,
@@ -9,13 +9,13 @@ var styles = {
9
9
  },
10
10
  disabled: {
11
11
  kkrTdU: "musaex-1h6gzvc",
12
- kSiTet: "musaex-15anptp",
12
+ kSiTet: "musaex-s8cfie",
13
13
  $$css: true
14
14
  },
15
15
  medium: {
16
- "--size": "musaex-1me236a",
17
- "--check-size": "musaex-1ka6x5y",
18
- "--border-width": "musaex-om9b08",
16
+ "--size": "musaex-qd3caz",
17
+ "--check-size": "musaex-1py8jf5",
18
+ "--border-width": "musaex-n90g2b",
19
19
  "--check-offset": "musaex-9qylla",
20
20
  $$css: true
21
21
  }
@@ -35,7 +35,7 @@ var styles = {
35
35
  kVQacm: "musaex-b3r6kr",
36
36
  kXHlph: null,
37
37
  kORKVm: null,
38
- kmVPX3: "musaex-9z89t8",
38
+ kmVPX3: "musaex-ickpxj",
39
39
  kg3NbH: null,
40
40
  kuDDbn: null,
41
41
  kE3dHu: null,
@@ -44,7 +44,7 @@ var styles = {
44
44
  k8WAf4: null,
45
45
  kLKAdn: null,
46
46
  kGO01o: null,
47
- kaIpWk: "musaex-shxsqp",
47
+ kaIpWk: "musaex-pkaut0",
48
48
  krdFHd: null,
49
49
  kfmiAY: null,
50
50
  kVL7Gh: null,
@@ -54,7 +54,7 @@ var styles = {
54
54
  kqGeR4: null,
55
55
  kYm2EN: null,
56
56
  k1ekBW: "musaex-15406qy",
57
- kIyJzY: "musaex-1ptezny",
57
+ kIyJzY: "musaex-11dnpu6",
58
58
  kMwMTN: "musaex-pejtax",
59
59
  kGzVvX: "musaex-1xlx92",
60
60
  kL3a3j: "musaex-1mo4pyh",
@@ -87,7 +87,7 @@ var styles = {
87
87
  kZKoxP: "musaex-188dgw3",
88
88
  kVAEAm: "musaex-1n2onr6",
89
89
  kB7OPa: "musaex-9f619",
90
- kaIpWk: "musaex-8y4v87",
90
+ kaIpWk: "musaex-12uirz4",
91
91
  krdFHd: null,
92
92
  kfmiAY: null,
93
93
  kVL7Gh: null,
@@ -124,7 +124,7 @@ var styles = {
124
124
  kLZC3w: null,
125
125
  kL6WhQ: null,
126
126
  k1ekBW: "musaex-ts7igz",
127
- kIyJzY: "musaex-1ptezny",
127
+ kIyJzY: "musaex-11dnpu6",
128
128
  $$css: true
129
129
  },
130
130
  disabled: {
@@ -221,7 +221,7 @@ var styles = {
221
221
  },
222
222
  label: {
223
223
  "default": {
224
- kg3NbH: "musaex-1kvmt37",
224
+ kg3NbH: "musaex-1t3tosq",
225
225
  kuDDbn: null,
226
226
  kE3dHu: null,
227
227
  kP0aTx: null,
@@ -18,7 +18,7 @@ var Clock = function Clock(_ref) {
18
18
  style = _ref.style;
19
19
  var classNames = useClassNames.useClassNames(context.CLASS_NAMES);
20
20
  var styled = {
21
- className: "musaex-78zum5 musaex-1m3v4wt musaex-5xj0sk"
21
+ className: "musaex-78zum5 musaex-1m3v4wt musaex-1a1kgvr"
22
22
  };
23
23
  var columns = ["hour", "minute", "second"];
24
24
  return /*#__PURE__*/React.createElement(context.Context.Provider, {
@@ -14,7 +14,7 @@ var Clock = function Clock(_ref) {
14
14
  style = _ref.style;
15
15
  var classNames = useClassNames(CLASS_NAMES);
16
16
  var styled = {
17
- className: "musaex-78zum5 musaex-1m3v4wt musaex-5xj0sk"
17
+ className: "musaex-78zum5 musaex-1m3v4wt musaex-1a1kgvr"
18
18
  };
19
19
  var columns = ["hour", "minute", "second"];
20
20
  return /*#__PURE__*/React.createElement(Context.Provider, {
@@ -21,8 +21,8 @@ var styles = {
21
21
  menu: {
22
22
  kXHlph: "musaex-6ikm8r",
23
23
  kORKVm: "musaex-10wlt62 musaex-r8ctv5",
24
- kzqmXN: "musaex-17vrh6f",
25
- kqGvvJ: "musaex-1yke8k6",
24
+ kzqmXN: "musaex-1b18tuz",
25
+ kqGvvJ: "musaex-301rzr",
26
26
  keoZOQ: null,
27
27
  k1K539: null,
28
28
  $$css: true
@@ -50,7 +50,7 @@ var Column = function Column(_ref) {
50
50
  var styled = {
51
51
  menu: stylex.props(theme.scrollbar["default"], styles.menu),
52
52
  item: {
53
- className: "musaex-17vrh6f musaex-78zum5 musaex-l56j7k"
53
+ className: "musaex-1b18tuz musaex-78zum5 musaex-l56j7k"
54
54
  }
55
55
  };
56
56
  return /*#__PURE__*/React.createElement(menu.default, {