@bug-on/m3-expressive 1.0.0 → 1.1.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 (49) hide show
  1. package/CHANGELOG.md +29 -2
  2. package/README.md +20 -18
  3. package/dist/assets/material-symbols-self-hosted.css +27 -26
  4. package/dist/buttons.d.mts +1 -1
  5. package/dist/buttons.d.ts +1 -1
  6. package/dist/buttons.js.map +1 -1
  7. package/dist/buttons.mjs.map +1 -1
  8. package/dist/core.d.mts +44 -44
  9. package/dist/core.d.ts +44 -44
  10. package/dist/core.js.map +1 -1
  11. package/dist/core.mjs.map +1 -1
  12. package/dist/feedback.d.mts +54 -54
  13. package/dist/feedback.d.ts +54 -54
  14. package/dist/feedback.js.map +1 -1
  15. package/dist/feedback.mjs.map +1 -1
  16. package/dist/index.css +3 -0
  17. package/dist/index.d.mts +2 -2
  18. package/dist/index.d.ts +2 -2
  19. package/dist/index.js +8 -8
  20. package/dist/index.js.map +1 -1
  21. package/dist/index.mjs +8 -8
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/layout.d.mts +40 -40
  24. package/dist/layout.d.ts +40 -40
  25. package/dist/layout.js +5 -5
  26. package/dist/layout.js.map +1 -1
  27. package/dist/layout.mjs +5 -5
  28. package/dist/layout.mjs.map +1 -1
  29. package/dist/material-symbols-self-hosted.css +27 -26
  30. package/dist/navigation.js.map +1 -1
  31. package/dist/navigation.mjs.map +1 -1
  32. package/dist/overlays.d.mts +2 -2
  33. package/dist/overlays.d.ts +2 -2
  34. package/dist/overlays.js +2 -2
  35. package/dist/overlays.js.map +1 -1
  36. package/dist/overlays.mjs +2 -2
  37. package/dist/overlays.mjs.map +1 -1
  38. package/dist/pickers.d.mts +241 -243
  39. package/dist/pickers.d.ts +241 -243
  40. package/dist/pickers.js +1 -1
  41. package/dist/pickers.js.map +1 -1
  42. package/dist/pickers.mjs +1 -1
  43. package/dist/pickers.mjs.map +1 -1
  44. package/dist/{side-sheet-modal-BY6VCC8p.d.mts → side-sheet-modal-64FGhDxL.d.mts} +20 -21
  45. package/dist/{side-sheet-modal-CglP6KYA.d.ts → side-sheet-modal-Bd5Qqvp9.d.ts} +20 -21
  46. package/dist/{split-button-trailing-uncheckable-MXj_kyNt.d.mts → split-button-trailing-uncheckable-BRPuTqi1.d.mts} +140 -151
  47. package/dist/{split-button-trailing-uncheckable-C5CLCIKP.d.ts → split-button-trailing-uncheckable-CjOFCoyW.d.ts} +140 -151
  48. package/dist/typography.css +5 -0
  49. package/package.json +4 -4
@@ -145,9 +145,9 @@ declare const LoadingIndicator: React$1.ForwardRefExoticComponent<LoadingIndicat
145
145
 
146
146
  interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "children"> {
147
147
  /**
148
- * Giá trị phần trăm tiến trình hiện tại (từ 0 đến 100).
149
- * Nếu truyền giá trị này, tiến trình sẽ hiển thị trạng thái Determinate.
150
- * Nếu bỏ trống (undefined), tiến trình sẽ tự động ở trạng thái Indeterminate.
148
+ * Current progress percentage value (between 0 and 100).
149
+ * If provided, the indicator will display in Determinate state.
150
+ * If omitted (undefined), the indicator defaults to Indeterminate state.
151
151
  *
152
152
  * @example
153
153
  * ```tsx
@@ -156,85 +156,85 @@ interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
156
156
  */
157
157
  value?: number;
158
158
  /**
159
- * Nhan đề tả mục đích của thanh tiến trình dành cho screen readers (bắt buộc).
159
+ * Accessible label describing the purpose of the progress indicator for screen readers (required).
160
160
  */
161
161
  "aria-label": string;
162
162
  /**
163
- * Độ dày của track (đường nền) của thanh tiến trình (đơn vị: px).
164
- * - Với Linear: chiều cao của thanh.
165
- * - Với Circular: độ dày của viền hình tròn.
163
+ * Track thickness of the progress indicator (in px).
164
+ * - For Linear: height of the progress bar.
165
+ * - For Circular: stroke thickness of the circle outline.
166
166
  *
167
167
  * @example
168
- * trackHeight={8} // Dày hơn bình thường
168
+ * trackHeight={8} // Thicker than default
169
169
  */
170
170
  trackHeight?: number;
171
171
  /**
172
- * Màu sắc của phần tiến trình (phần đã hoàn thành).
173
- * Mặc định mượn màu `currentColor` của thẻ wrap, để dễ dàng tuỳ biến qua utility class.
172
+ * Color of the active progress indicator.
173
+ * Defaults to `currentColor` of the parent element for easy styling via utility classes.
174
174
  *
175
175
  * @example
176
- * color="var(--md-sys-color-primary)" // Sử dụng custom token
176
+ * color="var(--md-sys-color-primary)" // Custom design token
177
177
  */
178
178
  color?: string;
179
179
  /**
180
- * Màu sắc của thanh nền (phần chưa hoàn thành).
181
- * Mặc định sử dụng màu được tính toán từ bề mặt hoặc transparency để tạo sự tinh tế.
180
+ * Color of the track (inactive background portion).
181
+ * Defaults to a surface-calculated tone or subtle opacity.
182
182
  */
183
183
  trackColor?: string;
184
184
  }
185
185
  interface LinearProgressProps extends ProgressBaseProps {
186
- /** Phân loại component sang kiểu dáng Linear (đường thẳng ngang). */
186
+ /** Variant classification for Linear progress bar layout. */
187
187
  variant: "linear";
188
188
  /**
189
- * Hình dáng của vạch tiến trình (phần đã hoàn thành).
190
- * - `flat`: Đường nét liền phẳng (mặc định)
191
- * - `wavy`: Đường lượn sóng động
189
+ * Shape profile of the active indicator.
190
+ * - `flat`: Smooth solid line (default)
191
+ * - `wavy`: Dynamic animated wave line
192
192
  */
193
193
  shape?: "flat" | "wavy";
194
194
  /**
195
- * Hình dáng của thanh nền chờ (track).
196
- * - `flat`: Đường nét liền phẳng (mặc định)
197
- * - `wavy`: Đường lượn sóng cố định hoặc động
195
+ * Shape profile of the background track.
196
+ * - `flat`: Smooth solid line (default)
197
+ * - `wavy`: Static or dynamic wave line
198
198
  */
199
199
  trackShape?: "flat" | "wavy";
200
200
  /**
201
- * Biên độ sóng (áp dụng khi `shape` hoặc `trackShape` "wavy").
202
- * Chỉ định độ lượn cao thấp của con sóng.
201
+ * Wave amplitude (applies when `shape` or `trackShape` is "wavy").
202
+ * Specifies the height offset of the wave ripples.
203
203
  */
204
204
  amplitude?: number;
205
205
  /**
206
- * Chiều dài một nhịp sóng (áp dụng khi `shape` "wavy" theo determinate).
207
- * Khoảng cách giữa 2 đỉnh sóng kề nhau.
206
+ * Wavelength of a single wave cycle (applies when `shape` is "wavy" in determinate mode).
207
+ * Distance between adjacent crests.
208
208
  */
209
209
  wavelength?: number;
210
210
  /**
211
- * Nhịp sóng dành riêng cho trạng thái chạy liên tục (Indeterminate Wavy).
211
+ * Wavelength reserved for continuous animation in Indeterminate Wavy mode.
212
212
  */
213
213
  indeterminateWavelength?: number;
214
214
  /**
215
- * Khoảng hở kết dính giữa cụm vạch đang chạy và thanh nền.
216
- * Cho phép truyền \`0\` để hai thanh chạm sát vào nhau liền mạch.
215
+ * Gap size between active indicator segments and background track.
216
+ * Can be set to `0` for seamless continuous touching lines.
217
217
  *
218
218
  * @example
219
219
  * ```tsx
220
- * <ProgressIndicator variant="linear" shape="wavy" gapSize={0} /> // Sóng chạm track liền nét
220
+ * <ProgressIndicator variant="linear" shape="wavy" gapSize={0} /> // Seamless wave
221
221
  * ```
222
222
  */
223
223
  gapSize?: number;
224
224
  /**
225
- * Tốc độ dao động vỗ của sóng (Multiplier). Mặc định là \`1\`.
226
- * Tăng giá trị (VD: 1.5, 2) để sóng dao động nhanh hơn.
225
+ * Wave oscillation speed multiplier. Defaults to `1`.
226
+ * Increase value (e.g. 1.5, 2) for faster wave movement.
227
227
  */
228
228
  waveSpeed?: number;
229
229
  /**
230
- * Tốc độ lướt / cuộn dải màu dọc trên track (Crawler) đối với trạng thái Indeterminate.
231
- * Mặc định là \`1\`.
230
+ * Crawler speed multiplier along the track for Indeterminate mode.
231
+ * Defaults to `1`.
232
232
  */
233
233
  crawlerSpeed?: number;
234
234
  /**
235
- * Cấu hình hiệu ứng gợn khi thanh determinate ở mức xấp xỉ mép viền (<= 10% hoặc >= 90%).
236
- * - `md3`: Tự động ép phẳng biên độ sóng thành số 0 một cách mềm mại (Chuẩn Google MD3).
237
- * - `continuous`: Bỏ qua các ràng buộc ép phẳng, con sóng vẫn gợn lấp lóa trên mọi giá trị phần trăm.
235
+ * Configuration for wave damping near edge thresholds (<= 10% or >= 90%).
236
+ * - `md3`: Smoothly flattens wave amplitude to zero near edges (Google MD3 standard).
237
+ * - `continuous`: Ignores damping, preserving wave motion across all percentages.
238
238
  *
239
239
  * @example
240
240
  * ```tsx
@@ -243,9 +243,9 @@ interface LinearProgressProps extends ProgressBaseProps {
243
243
  */
244
244
  determinateAnimation?: "md3" | "continuous";
245
245
  /**
246
- * Kiểu kịch bản tịnh tiến cho thanh Indeterminate.
247
- * - `md3`: Render 2 vạch song song vọt tới & co giãn phỏng vật lý (Chuẩn Google MD3).
248
- * - `continuous`: Vạch không ngắt quãng tràn lướt vòng lặp mượt mà.
246
+ * Physics movement style for Indeterminate Linear mode.
247
+ * - `md3`: Renders two sliding & stretching physics-simulated lines (Google MD3 standard).
248
+ * - `continuous`: Renders a continuous smooth looping bar.
249
249
  *
250
250
  * @example
251
251
  * ```tsx
@@ -254,18 +254,18 @@ interface LinearProgressProps extends ProgressBaseProps {
254
254
  */
255
255
  indeterminateAnimation?: "md3" | "continuous";
256
256
  /**
257
- * Bật/tắt dấm chấm điểm báo kết thúc cuối track (Stop Indicator).
258
- * - `true`: Luôn thấy một chấm tròn xíu cuối đường đi
259
- * - `false`: Tắt hoàn toàn
260
- * - `"auto"`: Chấm tròn chỉ hiển thị hòa trộn khi progress đạt 100%
257
+ * Toggle stop indicator dot at the end of the track.
258
+ * - `true`: Always displays a tiny stop indicator dot at the end of the path
259
+ * - `false`: Completely disabled
260
+ * - `"auto"`: Stop dot appears and fades in only when progress reaches 100%
261
261
  */
262
262
  showStopIndicator?: boolean | "auto";
263
263
  }
264
264
  interface CircularProgressProps extends ProgressBaseProps {
265
- /** Phân loại component sang kiểu dáng Circular (hình tròn khép kín). */
265
+ /** Variant classification for Circular progress indicator. */
266
266
  variant: "circular";
267
267
  /**
268
- * Đường kính hiển thị của vòng biểu đồ, đơn vị px.
268
+ * Display diameter of the circular progress ring in px.
269
269
  *
270
270
  * @example
271
271
  * ```tsx
@@ -274,30 +274,30 @@ interface CircularProgressProps extends ProgressBaseProps {
274
274
  */
275
275
  size?: number;
276
276
  /**
277
- * Phong cách nét vẽ của đường viền trong trạng thái trượt.
278
- * - `flat`: Đường nét cứng, vuốt tròn hai đầu stroke.
279
- * - `wavy`: Vệt màu chuyển động rung tạo hình răng cưa/gợn sóng.
277
+ * Stroke style profile of the ring outline.
278
+ * - `flat`: Solid line with rounded caps.
279
+ * - `wavy`: Oscillating wavy line pattern.
280
280
  */
281
281
  shape?: "flat" | "wavy";
282
282
  /**
283
- * Biên độ gợn của trạng thái `wavy` cho vòng tròn.
283
+ * Wave amplitude profile for `wavy` circular indicators.
284
284
  */
285
285
  amplitude?: number;
286
- /** Bước sóng bao trọn chu vi hình tròn. */
286
+ /** Wavelength cycle total around the circumference. */
287
287
  wavelength?: number;
288
- /** Khoảng hở khe đứt ngang nối đỉnh nét vẽ. */
288
+ /** Gap distance separating line ends. */
289
289
  gapSize?: number;
290
290
  /**
291
- * Xoay nhanh hay chậm theo số nhân cho Crawler Circular quay Indeterminate.
291
+ * Speed multiplier for Indeterminate circular crawler rotation.
292
292
  */
293
293
  crawlerSpeed?: number;
294
294
  }
295
295
  type ProgressIndicatorProps = LinearProgressProps | CircularProgressProps;
296
296
 
297
297
  /**
298
- * Thanh tiến trình (Progress Indicator) theo nguyên tắc Material Design 3 Expressive.
299
- * Hỗ trợ linh hoạt 2 loại hình hiển thị: Linear (Đường thẳng) và Circular (Hình tròn),
300
- * cùng với thiết kế Wavy (Lượn sóng) động rất mềm mại.
298
+ * Progress Indicator component based on Material Design 3 Expressive guidelines.
299
+ * Flexible support for 2 presentation variants: Linear and Circular,
300
+ * with smooth dynamic Wavy shape profiles.
301
301
  *
302
302
  * @example
303
303
  * ```tsx
@@ -145,9 +145,9 @@ declare const LoadingIndicator: React$1.ForwardRefExoticComponent<LoadingIndicat
145
145
 
146
146
  interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "children"> {
147
147
  /**
148
- * Giá trị phần trăm tiến trình hiện tại (từ 0 đến 100).
149
- * Nếu truyền giá trị này, tiến trình sẽ hiển thị trạng thái Determinate.
150
- * Nếu bỏ trống (undefined), tiến trình sẽ tự động ở trạng thái Indeterminate.
148
+ * Current progress percentage value (between 0 and 100).
149
+ * If provided, the indicator will display in Determinate state.
150
+ * If omitted (undefined), the indicator defaults to Indeterminate state.
151
151
  *
152
152
  * @example
153
153
  * ```tsx
@@ -156,85 +156,85 @@ interface ProgressBaseProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
156
156
  */
157
157
  value?: number;
158
158
  /**
159
- * Nhan đề tả mục đích của thanh tiến trình dành cho screen readers (bắt buộc).
159
+ * Accessible label describing the purpose of the progress indicator for screen readers (required).
160
160
  */
161
161
  "aria-label": string;
162
162
  /**
163
- * Độ dày của track (đường nền) của thanh tiến trình (đơn vị: px).
164
- * - Với Linear: chiều cao của thanh.
165
- * - Với Circular: độ dày của viền hình tròn.
163
+ * Track thickness of the progress indicator (in px).
164
+ * - For Linear: height of the progress bar.
165
+ * - For Circular: stroke thickness of the circle outline.
166
166
  *
167
167
  * @example
168
- * trackHeight={8} // Dày hơn bình thường
168
+ * trackHeight={8} // Thicker than default
169
169
  */
170
170
  trackHeight?: number;
171
171
  /**
172
- * Màu sắc của phần tiến trình (phần đã hoàn thành).
173
- * Mặc định mượn màu `currentColor` của thẻ wrap, để dễ dàng tuỳ biến qua utility class.
172
+ * Color of the active progress indicator.
173
+ * Defaults to `currentColor` of the parent element for easy styling via utility classes.
174
174
  *
175
175
  * @example
176
- * color="var(--md-sys-color-primary)" // Sử dụng custom token
176
+ * color="var(--md-sys-color-primary)" // Custom design token
177
177
  */
178
178
  color?: string;
179
179
  /**
180
- * Màu sắc của thanh nền (phần chưa hoàn thành).
181
- * Mặc định sử dụng màu được tính toán từ bề mặt hoặc transparency để tạo sự tinh tế.
180
+ * Color of the track (inactive background portion).
181
+ * Defaults to a surface-calculated tone or subtle opacity.
182
182
  */
183
183
  trackColor?: string;
184
184
  }
185
185
  interface LinearProgressProps extends ProgressBaseProps {
186
- /** Phân loại component sang kiểu dáng Linear (đường thẳng ngang). */
186
+ /** Variant classification for Linear progress bar layout. */
187
187
  variant: "linear";
188
188
  /**
189
- * Hình dáng của vạch tiến trình (phần đã hoàn thành).
190
- * - `flat`: Đường nét liền phẳng (mặc định)
191
- * - `wavy`: Đường lượn sóng động
189
+ * Shape profile of the active indicator.
190
+ * - `flat`: Smooth solid line (default)
191
+ * - `wavy`: Dynamic animated wave line
192
192
  */
193
193
  shape?: "flat" | "wavy";
194
194
  /**
195
- * Hình dáng của thanh nền chờ (track).
196
- * - `flat`: Đường nét liền phẳng (mặc định)
197
- * - `wavy`: Đường lượn sóng cố định hoặc động
195
+ * Shape profile of the background track.
196
+ * - `flat`: Smooth solid line (default)
197
+ * - `wavy`: Static or dynamic wave line
198
198
  */
199
199
  trackShape?: "flat" | "wavy";
200
200
  /**
201
- * Biên độ sóng (áp dụng khi `shape` hoặc `trackShape` "wavy").
202
- * Chỉ định độ lượn cao thấp của con sóng.
201
+ * Wave amplitude (applies when `shape` or `trackShape` is "wavy").
202
+ * Specifies the height offset of the wave ripples.
203
203
  */
204
204
  amplitude?: number;
205
205
  /**
206
- * Chiều dài một nhịp sóng (áp dụng khi `shape` "wavy" theo determinate).
207
- * Khoảng cách giữa 2 đỉnh sóng kề nhau.
206
+ * Wavelength of a single wave cycle (applies when `shape` is "wavy" in determinate mode).
207
+ * Distance between adjacent crests.
208
208
  */
209
209
  wavelength?: number;
210
210
  /**
211
- * Nhịp sóng dành riêng cho trạng thái chạy liên tục (Indeterminate Wavy).
211
+ * Wavelength reserved for continuous animation in Indeterminate Wavy mode.
212
212
  */
213
213
  indeterminateWavelength?: number;
214
214
  /**
215
- * Khoảng hở kết dính giữa cụm vạch đang chạy và thanh nền.
216
- * Cho phép truyền \`0\` để hai thanh chạm sát vào nhau liền mạch.
215
+ * Gap size between active indicator segments and background track.
216
+ * Can be set to `0` for seamless continuous touching lines.
217
217
  *
218
218
  * @example
219
219
  * ```tsx
220
- * <ProgressIndicator variant="linear" shape="wavy" gapSize={0} /> // Sóng chạm track liền nét
220
+ * <ProgressIndicator variant="linear" shape="wavy" gapSize={0} /> // Seamless wave
221
221
  * ```
222
222
  */
223
223
  gapSize?: number;
224
224
  /**
225
- * Tốc độ dao động vỗ của sóng (Multiplier). Mặc định là \`1\`.
226
- * Tăng giá trị (VD: 1.5, 2) để sóng dao động nhanh hơn.
225
+ * Wave oscillation speed multiplier. Defaults to `1`.
226
+ * Increase value (e.g. 1.5, 2) for faster wave movement.
227
227
  */
228
228
  waveSpeed?: number;
229
229
  /**
230
- * Tốc độ lướt / cuộn dải màu dọc trên track (Crawler) đối với trạng thái Indeterminate.
231
- * Mặc định là \`1\`.
230
+ * Crawler speed multiplier along the track for Indeterminate mode.
231
+ * Defaults to `1`.
232
232
  */
233
233
  crawlerSpeed?: number;
234
234
  /**
235
- * Cấu hình hiệu ứng gợn khi thanh determinate ở mức xấp xỉ mép viền (<= 10% hoặc >= 90%).
236
- * - `md3`: Tự động ép phẳng biên độ sóng thành số 0 một cách mềm mại (Chuẩn Google MD3).
237
- * - `continuous`: Bỏ qua các ràng buộc ép phẳng, con sóng vẫn gợn lấp lóa trên mọi giá trị phần trăm.
235
+ * Configuration for wave damping near edge thresholds (<= 10% or >= 90%).
236
+ * - `md3`: Smoothly flattens wave amplitude to zero near edges (Google MD3 standard).
237
+ * - `continuous`: Ignores damping, preserving wave motion across all percentages.
238
238
  *
239
239
  * @example
240
240
  * ```tsx
@@ -243,9 +243,9 @@ interface LinearProgressProps extends ProgressBaseProps {
243
243
  */
244
244
  determinateAnimation?: "md3" | "continuous";
245
245
  /**
246
- * Kiểu kịch bản tịnh tiến cho thanh Indeterminate.
247
- * - `md3`: Render 2 vạch song song vọt tới & co giãn phỏng vật lý (Chuẩn Google MD3).
248
- * - `continuous`: Vạch không ngắt quãng tràn lướt vòng lặp mượt mà.
246
+ * Physics movement style for Indeterminate Linear mode.
247
+ * - `md3`: Renders two sliding & stretching physics-simulated lines (Google MD3 standard).
248
+ * - `continuous`: Renders a continuous smooth looping bar.
249
249
  *
250
250
  * @example
251
251
  * ```tsx
@@ -254,18 +254,18 @@ interface LinearProgressProps extends ProgressBaseProps {
254
254
  */
255
255
  indeterminateAnimation?: "md3" | "continuous";
256
256
  /**
257
- * Bật/tắt dấm chấm điểm báo kết thúc cuối track (Stop Indicator).
258
- * - `true`: Luôn thấy một chấm tròn xíu cuối đường đi
259
- * - `false`: Tắt hoàn toàn
260
- * - `"auto"`: Chấm tròn chỉ hiển thị hòa trộn khi progress đạt 100%
257
+ * Toggle stop indicator dot at the end of the track.
258
+ * - `true`: Always displays a tiny stop indicator dot at the end of the path
259
+ * - `false`: Completely disabled
260
+ * - `"auto"`: Stop dot appears and fades in only when progress reaches 100%
261
261
  */
262
262
  showStopIndicator?: boolean | "auto";
263
263
  }
264
264
  interface CircularProgressProps extends ProgressBaseProps {
265
- /** Phân loại component sang kiểu dáng Circular (hình tròn khép kín). */
265
+ /** Variant classification for Circular progress indicator. */
266
266
  variant: "circular";
267
267
  /**
268
- * Đường kính hiển thị của vòng biểu đồ, đơn vị px.
268
+ * Display diameter of the circular progress ring in px.
269
269
  *
270
270
  * @example
271
271
  * ```tsx
@@ -274,30 +274,30 @@ interface CircularProgressProps extends ProgressBaseProps {
274
274
  */
275
275
  size?: number;
276
276
  /**
277
- * Phong cách nét vẽ của đường viền trong trạng thái trượt.
278
- * - `flat`: Đường nét cứng, vuốt tròn hai đầu stroke.
279
- * - `wavy`: Vệt màu chuyển động rung tạo hình răng cưa/gợn sóng.
277
+ * Stroke style profile of the ring outline.
278
+ * - `flat`: Solid line with rounded caps.
279
+ * - `wavy`: Oscillating wavy line pattern.
280
280
  */
281
281
  shape?: "flat" | "wavy";
282
282
  /**
283
- * Biên độ gợn của trạng thái `wavy` cho vòng tròn.
283
+ * Wave amplitude profile for `wavy` circular indicators.
284
284
  */
285
285
  amplitude?: number;
286
- /** Bước sóng bao trọn chu vi hình tròn. */
286
+ /** Wavelength cycle total around the circumference. */
287
287
  wavelength?: number;
288
- /** Khoảng hở khe đứt ngang nối đỉnh nét vẽ. */
288
+ /** Gap distance separating line ends. */
289
289
  gapSize?: number;
290
290
  /**
291
- * Xoay nhanh hay chậm theo số nhân cho Crawler Circular quay Indeterminate.
291
+ * Speed multiplier for Indeterminate circular crawler rotation.
292
292
  */
293
293
  crawlerSpeed?: number;
294
294
  }
295
295
  type ProgressIndicatorProps = LinearProgressProps | CircularProgressProps;
296
296
 
297
297
  /**
298
- * Thanh tiến trình (Progress Indicator) theo nguyên tắc Material Design 3 Expressive.
299
- * Hỗ trợ linh hoạt 2 loại hình hiển thị: Linear (Đường thẳng) và Circular (Hình tròn),
300
- * cùng với thiết kế Wavy (Lượn sóng) động rất mềm mại.
298
+ * Progress Indicator component based on Material Design 3 Expressive guidelines.
299
+ * Flexible support for 2 presentation variants: Linear and Circular,
300
+ * with smooth dynamic Wavy shape profiles.
301
301
  *
302
302
  * @example
303
303
  * ```tsx