@mieweb/ui 0.3.0-dev.98 → 0.3.0-dev.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-WORZLEUZ.js → chunk-CJQXWFIW.js} +3 -3
- package/dist/{chunk-WORZLEUZ.js.map → chunk-CJQXWFIW.js.map} +1 -1
- package/dist/{chunk-5F5BWTDF.cjs → chunk-GOKC4CCZ.cjs} +21 -21
- package/dist/chunk-GOKC4CCZ.cjs.map +1 -0
- package/dist/{chunk-RTFVTLMH.js → chunk-JBB25LFB.js} +21 -21
- package/dist/chunk-JBB25LFB.js.map +1 -0
- package/dist/{chunk-DT4CHRTJ.cjs → chunk-WJU3KLVV.cjs} +3 -3
- package/dist/{chunk-DT4CHRTJ.cjs.map → chunk-WJU3KLVV.cjs.map} +1 -1
- package/dist/components/AudioPlayer/index.cjs +6 -6
- package/dist/components/AudioPlayer/index.js +1 -1
- package/dist/components/Slider/index.cjs +5 -5
- package/dist/components/Slider/index.js +1 -1
- package/dist/index.cjs +15 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-5F5BWTDF.cjs.map +0 -1
- package/dist/chunk-RTFVTLMH.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import { Select } from './chunk-R25H4N4Z.js';
|
|
|
30
30
|
export { Select, selectTriggerVariants } from './chunk-R25H4N4Z.js';
|
|
31
31
|
import { Skeleton } from './chunk-4Z6ZZKIY.js';
|
|
32
32
|
export { Skeleton, SkeletonCard, SkeletonTable, SkeletonText, skeletonVariants } from './chunk-4Z6ZZKIY.js';
|
|
33
|
-
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-
|
|
33
|
+
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-JBB25LFB.js';
|
|
34
34
|
import { Spinner, SpinnerWithLabel } from './chunk-VCO2IZOG.js';
|
|
35
35
|
export { FullPageSpinner, Spinner, SpinnerWithLabel, spinnerVariants } from './chunk-VCO2IZOG.js';
|
|
36
36
|
export { CountryCodeDropdown, formatE164, validatePhoneNumber } from './chunk-WFS6R2F5.js';
|
|
@@ -46,7 +46,7 @@ import { Input } from './chunk-PVUDXJAI.js';
|
|
|
46
46
|
export { Input, inputVariants } from './chunk-PVUDXJAI.js';
|
|
47
47
|
import { Progress } from './chunk-TGCY5FNL.js';
|
|
48
48
|
export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-TGCY5FNL.js';
|
|
49
|
-
export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-
|
|
49
|
+
export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-CJQXWFIW.js';
|
|
50
50
|
export { AudioRecorder, audioRecorderVariants, controlButtonVariants, formatTime, waveformContainerVariants } from './chunk-TRZXK57D.js';
|
|
51
51
|
import { Avatar } from './chunk-YDJUUR4Y.js';
|
|
52
52
|
export { Avatar, AvatarGroup, avatarVariants, getInitials } from './chunk-YDJUUR4Y.js';
|
|
@@ -36970,6 +36970,7 @@ function StepIndicator({
|
|
|
36970
36970
|
"data-slot": "step-indicator-circle",
|
|
36971
36971
|
onClick: () => handleStepClick(index),
|
|
36972
36972
|
disabled: !clickable,
|
|
36973
|
+
"aria-label": `Step ${index + 1}: ${step.label}`,
|
|
36973
36974
|
className: `${sizes.circle} flex shrink-0 items-center justify-center rounded-full font-medium transition-all duration-200 focus:ring-2 focus:ring-offset-2 focus:outline-none dark:focus:ring-offset-neutral-900 ${clickable ? "cursor-pointer" : "cursor-default"} ${step.hasError ? "bg-red-100 text-red-600 focus:ring-red-500 dark:bg-red-900/30 dark:text-red-400" : status === "completed" ? "bg-primary-800 focus:ring-primary-500 dark:bg-primary-800 text-white" : status === "current" ? "bg-primary-800 ring-primary-600 focus:ring-primary-500 dark:bg-primary-800 dark:ring-primary-500 text-white ring-2 ring-offset-2 dark:ring-offset-neutral-900" : "bg-neutral-200 text-neutral-500 focus:ring-neutral-400 dark:bg-neutral-700 dark:text-neutral-300"}`.trim(),
|
|
36974
36975
|
"aria-current": status === "current" ? "step" : void 0,
|
|
36975
36976
|
children: step.hasError ? /* @__PURE__ */ jsx(ErrorIcon, { className: "h-4 w-4" }) : status === "completed" ? step.icon || /* @__PURE__ */ jsx(CheckIcon5, { className: "h-4 w-4" }) : step.icon || /* @__PURE__ */ jsx(
|
|
@@ -37479,9 +37480,10 @@ function TimelineProgress({
|
|
|
37479
37480
|
"data-slot": "timeline-progress",
|
|
37480
37481
|
className: cn(sizes.padding, "overflow-x-auto", className),
|
|
37481
37482
|
role: "progressbar",
|
|
37482
|
-
"aria-
|
|
37483
|
+
"aria-label": "Timeline progress",
|
|
37484
|
+
"aria-valuenow": Math.max(currentIndex + 1, 1),
|
|
37483
37485
|
"aria-valuemin": 1,
|
|
37484
|
-
"aria-valuemax": visibleSteps.length,
|
|
37486
|
+
"aria-valuemax": visibleSteps.length || 1,
|
|
37485
37487
|
children: /* @__PURE__ */ jsx("div", { className: "relative flex items-start", children: visibleSteps.map((step, index) => {
|
|
37486
37488
|
const state = getStepState(index, step);
|
|
37487
37489
|
const isLast = index === visibleSteps.length - 1;
|