@thangnqdev/ui 0.2.1 → 0.2.3
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/LICENSE +21 -21
- package/README.md +144 -142
- package/bin/cli.js +125 -125
- package/dist/bento/index.cjs.map +1 -1
- package/dist/bento/index.js +2 -2
- package/dist/buttons/index.cjs.map +1 -1
- package/dist/buttons/index.js +3 -3
- package/dist/{chunk-EXFR2BFJ.js → chunk-2ANJFOIU.js} +38 -36
- package/dist/chunk-2ANJFOIU.js.map +1 -0
- package/dist/{chunk-77KTYOMQ.js → chunk-2OXZK6IP.js} +3 -3
- package/dist/chunk-2OXZK6IP.js.map +1 -0
- package/dist/{chunk-4CRFNALF.js → chunk-4GNFT2ZJ.js} +7 -7
- package/dist/chunk-4GNFT2ZJ.js.map +1 -0
- package/dist/{chunk-2YJBW4E2.js → chunk-4S6L5V7X.js} +2 -2
- package/dist/chunk-4S6L5V7X.js.map +1 -0
- package/dist/{chunk-I2FQBMVW.js → chunk-66VWUJEI.js} +3 -3
- package/dist/chunk-66VWUJEI.js.map +1 -0
- package/dist/{chunk-YOCGBORV.js → chunk-7NMB2Y64.js} +4 -4
- package/dist/chunk-7NMB2Y64.js.map +1 -0
- package/dist/{chunk-V52JOSDF.js → chunk-A7P3O5Z5.js} +3 -3
- package/dist/chunk-A7P3O5Z5.js.map +1 -0
- package/dist/{chunk-ME4XILG5.js → chunk-ATYGDTMK.js} +5 -5
- package/dist/chunk-ATYGDTMK.js.map +1 -0
- package/dist/{chunk-S6XJMYME.js → chunk-C4SUXMI3.js} +3 -3
- package/dist/chunk-C4SUXMI3.js.map +1 -0
- package/dist/{chunk-I5O2WCGF.js → chunk-EU2LPUYP.js} +3 -3
- package/dist/chunk-EU2LPUYP.js.map +1 -0
- package/dist/{chunk-D7FB3TCA.js → chunk-GXI2H5XA.js} +3 -3
- package/dist/chunk-GXI2H5XA.js.map +1 -0
- package/dist/{chunk-ADO3SVUA.js → chunk-IABPUCAQ.js} +2 -2
- package/dist/chunk-IABPUCAQ.js.map +1 -0
- package/dist/{chunk-PC5SZFZC.js → chunk-JOKEKOP3.js} +8 -8
- package/dist/chunk-JOKEKOP3.js.map +1 -0
- package/dist/{chunk-GXWB6BSY.js → chunk-KUQWUTZA.js} +4 -4
- package/dist/chunk-KUQWUTZA.js.map +1 -0
- package/dist/{chunk-ZEDXARXW.js → chunk-U3J4UPV3.js} +2 -2
- package/dist/chunk-U3J4UPV3.js.map +1 -0
- package/dist/{chunk-DSEL7ELZ.js → chunk-VE2PNSDQ.js} +4 -4
- package/dist/chunk-VE2PNSDQ.js.map +1 -0
- package/dist/{chunk-YJ64RI7J.js → chunk-WAFHC4DQ.js} +3 -3
- package/dist/chunk-WAFHC4DQ.js.map +1 -0
- package/dist/{chunk-W5WNWTQC.js → chunk-YJ67WYVW.js} +5 -5
- package/dist/chunk-YJ67WYVW.js.map +1 -0
- package/dist/{chunk-4MS6ZHFQ.js → chunk-Z427NPMU.js} +7 -7
- package/dist/chunk-Z427NPMU.js.map +1 -0
- package/dist/core/index.cjs +34 -32
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +2 -2
- package/dist/data-display/index.cjs.map +1 -1
- package/dist/data-display/index.js +5 -5
- package/dist/feedback/index.cjs.map +1 -1
- package/dist/feedback/index.js +2 -2
- package/dist/forms/index.cjs.map +1 -1
- package/dist/forms/index.js +8 -8
- package/dist/glass/index.cjs.map +1 -1
- package/dist/glass/index.js +2 -2
- package/dist/index.cjs +34 -32
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -19
- package/dist/layout/index.cjs.map +1 -1
- package/dist/layout/index.js +2 -2
- package/dist/navigation/index.cjs.map +1 -1
- package/dist/navigation/index.js +6 -6
- package/dist/overlays/index.cjs.map +1 -1
- package/dist/overlays/index.js +7 -7
- package/dist/reset.css +45 -45
- package/dist/tokens.css +11 -11
- package/dist/typography/index.cjs.map +1 -1
- package/dist/typography/index.js +4 -4
- package/llms.txt +3 -3
- package/package.json +165 -165
- package/scripts/postinstall.js +125 -125
- package/src/bento/BentoCard.tsx +140 -140
- package/src/bento/BentoGrid.tsx +50 -50
- package/src/bento/index.ts +2 -2
- package/src/bento/tokens.css +46 -46
- package/src/buttons/Button.tsx +104 -104
- package/src/buttons/ButtonGroup.tsx +43 -43
- package/src/buttons/IconButton.tsx +79 -79
- package/src/buttons/SplitButton.tsx +186 -186
- package/src/buttons/ToggleButton.tsx +157 -157
- package/src/buttons/index.ts +5 -5
- package/src/buttons/tokens.css +6 -6
- package/src/core/ThemeProvider.tsx +124 -106
- package/src/core/index.ts +2 -2
- package/src/core/tokens.css +134 -134
- package/src/data-display/Accordion.tsx +147 -147
- package/src/data-display/Avatar.tsx +134 -134
- package/src/data-display/Card.tsx +112 -112
- package/src/data-display/Chip.tsx +74 -74
- package/src/data-display/DataTablePro.tsx +534 -534
- package/src/data-display/StatCard.tsx +60 -60
- package/src/data-display/Table.tsx +74 -74
- package/src/data-display/Timeline.tsx +62 -62
- package/src/data-display/TreeView.tsx +279 -279
- package/src/data-display/tokens.css +4 -4
- package/src/feedback/Alert.tsx +80 -80
- package/src/feedback/EmptyState.tsx +45 -45
- package/src/feedback/Skeleton.tsx +66 -66
- package/src/feedback/Spinner.tsx +65 -65
- package/src/feedback/index.ts +5 -5
- package/src/feedback/tokens.css +4 -4
- package/src/forms/Checkbox.tsx +149 -149
- package/src/forms/CheckboxGroup.tsx +76 -76
- package/src/forms/Combobox.tsx +512 -512
- package/src/forms/DatePicker.tsx +784 -784
- package/src/forms/FileUpload.tsx +266 -266
- package/src/forms/FormField.tsx +115 -115
- package/src/forms/Input.tsx +151 -151
- package/src/forms/NumberInput.tsx +262 -262
- package/src/forms/PasswordInput.tsx +35 -35
- package/src/forms/PinInput.tsx +139 -139
- package/src/forms/Radio.tsx +142 -142
- package/src/forms/RangeSlider.tsx +237 -237
- package/src/forms/SearchInput.tsx +34 -34
- package/src/forms/Select.tsx +103 -103
- package/src/forms/Slider.tsx +85 -85
- package/src/forms/Textarea.tsx +114 -114
- package/src/forms/tokens.css +6 -6
- package/src/glass/GlassButton.tsx +59 -59
- package/src/glass/GlassCard.tsx +71 -71
- package/src/glass/index.ts +3 -3
- package/src/glass/tokens.css +81 -81
- package/src/index.ts +26 -26
- package/src/layout/AspectRatio.tsx +39 -39
- package/src/layout/Container.tsx +53 -53
- package/src/layout/Divider.tsx +61 -61
- package/src/layout/Flex.tsx +79 -79
- package/src/layout/Grid.tsx +124 -124
- package/src/layout/PageLayout.tsx +59 -59
- package/src/layout/Section.tsx +47 -47
- package/src/layout/Spacer.tsx +30 -30
- package/src/layout/Stack.tsx +88 -88
- package/src/layout/tokens.css +8 -8
- package/src/navigation/Breadcrumb.tsx +73 -73
- package/src/navigation/CommandPalette.tsx +142 -142
- package/src/navigation/DropdownMenu.tsx +244 -244
- package/src/navigation/Pagination.tsx +114 -114
- package/src/navigation/Stepper.tsx +93 -93
- package/src/navigation/Tabs.tsx +265 -265
- package/src/navigation/index.ts +6 -6
- package/src/navigation/tokens.css +4 -4
- package/src/overlays/AlertDialog.tsx +63 -63
- package/src/overlays/BottomSheet.tsx +143 -143
- package/src/overlays/ContextMenu.tsx +161 -161
- package/src/overlays/Drawer.tsx +160 -160
- package/src/overlays/FocusTrap.tsx +122 -122
- package/src/overlays/Modal.tsx +296 -296
- package/src/overlays/Popover.tsx +156 -156
- package/src/overlays/Portal.tsx +23 -23
- package/src/overlays/Toast.tsx +175 -175
- package/src/overlays/Tooltip.tsx +125 -125
- package/src/overlays/tokens.css +8 -8
- package/src/registry/components.ts +1368 -1368
- package/src/styles/components.css +39 -39
- package/src/styles/index.css +5 -5
- package/src/styles/reset.css +45 -45
- package/src/styles/tokens.css +11 -11
- package/src/typography/Blockquote.tsx +32 -32
- package/src/typography/Code.tsx +89 -89
- package/src/typography/Heading.tsx +56 -56
- package/src/typography/Kbd.tsx +25 -25
- package/src/typography/Label.tsx +47 -47
- package/src/typography/Link.tsx +56 -56
- package/src/typography/Text.tsx +62 -62
- package/src/typography/index.ts +7 -7
- package/src/typography/tokens.css +5 -5
- package/src/utils/cn.ts +6 -6
- package/src/utils/scroll-lock.ts +19 -19
- package/src/utils/useControllableState.ts +54 -54
- package/ui-contract.json +1 -1
- package/dist/chunk-2YJBW4E2.js.map +0 -1
- package/dist/chunk-4CRFNALF.js.map +0 -1
- package/dist/chunk-4MS6ZHFQ.js.map +0 -1
- package/dist/chunk-77KTYOMQ.js.map +0 -1
- package/dist/chunk-ADO3SVUA.js.map +0 -1
- package/dist/chunk-D7FB3TCA.js.map +0 -1
- package/dist/chunk-DSEL7ELZ.js.map +0 -1
- package/dist/chunk-EXFR2BFJ.js.map +0 -1
- package/dist/chunk-GXWB6BSY.js.map +0 -1
- package/dist/chunk-I2FQBMVW.js.map +0 -1
- package/dist/chunk-I5O2WCGF.js.map +0 -1
- package/dist/chunk-ME4XILG5.js.map +0 -1
- package/dist/chunk-PC5SZFZC.js.map +0 -1
- package/dist/chunk-S6XJMYME.js.map +0 -1
- package/dist/chunk-V52JOSDF.js.map +0 -1
- package/dist/chunk-W5WNWTQC.js.map +0 -1
- package/dist/chunk-YJ64RI7J.js.map +0 -1
- package/dist/chunk-YOCGBORV.js.map +0 -1
- package/dist/chunk-ZEDXARXW.js.map +0 -1
package/src/forms/PinInput.tsx
CHANGED
|
@@ -1,139 +1,139 @@
|
|
|
1
|
-
import React, { forwardRef, useRef, useState, useEffect } from 'react';
|
|
2
|
-
import { cn } from '../utils/cn';
|
|
3
|
-
|
|
4
|
-
export interface PinInputProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
5
|
-
length?: number;
|
|
6
|
-
value?: string;
|
|
7
|
-
defaultValue?: string;
|
|
8
|
-
onChange?: (val: string) => void;
|
|
9
|
-
onComplete?: (val: string) => void;
|
|
10
|
-
mask?: boolean;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
isInvalid?: boolean;
|
|
13
|
-
autoFocus?: boolean;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export const PinInput = forwardRef<HTMLDivElement, PinInputProps>(
|
|
17
|
-
(
|
|
18
|
-
{
|
|
19
|
-
className,
|
|
20
|
-
length = 4,
|
|
21
|
-
value: controlledValue,
|
|
22
|
-
defaultValue = '',
|
|
23
|
-
onChange,
|
|
24
|
-
onComplete,
|
|
25
|
-
mask = false,
|
|
26
|
-
disabled = false,
|
|
27
|
-
isInvalid = false,
|
|
28
|
-
autoFocus = false,
|
|
29
|
-
...props
|
|
30
|
-
},
|
|
31
|
-
ref
|
|
32
|
-
) => {
|
|
33
|
-
const isControlled = controlledValue !== undefined;
|
|
34
|
-
const [internalPins, setInternalPins] = useState<string[]>(() => {
|
|
35
|
-
const initial = (controlledValue !== undefined ? controlledValue : defaultValue).slice(0, length);
|
|
36
|
-
return Array.from({ length }, (_, i) => initial[i] || '');
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
const pins = isControlled
|
|
40
|
-
? Array.from({ length }, (_, i) => controlledValue[i] || '')
|
|
41
|
-
: internalPins;
|
|
42
|
-
|
|
43
|
-
const inputsRef = useRef<(HTMLInputElement | null)[]>([]);
|
|
44
|
-
|
|
45
|
-
useEffect(() => {
|
|
46
|
-
if (autoFocus && inputsRef.current[0]) {
|
|
47
|
-
inputsRef.current[0].focus();
|
|
48
|
-
}
|
|
49
|
-
}, [autoFocus]);
|
|
50
|
-
|
|
51
|
-
const handleDigitChange = (index: number, val: string) => {
|
|
52
|
-
const sanitized = val.replace(/[^0-9a-zA-Z]/g, '').slice(-1);
|
|
53
|
-
const newPins = [...pins];
|
|
54
|
-
newPins[index] = sanitized;
|
|
55
|
-
if (!isControlled) {
|
|
56
|
-
setInternalPins(newPins);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
const combined = newPins.join('');
|
|
60
|
-
onChange?.(combined);
|
|
61
|
-
|
|
62
|
-
if (sanitized && index < length - 1) {
|
|
63
|
-
inputsRef.current[index + 1]?.focus();
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
if (combined.length === length && !newPins.includes('')) {
|
|
67
|
-
onComplete?.(combined);
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
const handleKeyDown = (index: number, e: React.KeyboardEvent<HTMLInputElement>) => {
|
|
72
|
-
if (e.key === 'Backspace') {
|
|
73
|
-
if (!pins[index] && index > 0) {
|
|
74
|
-
const newPins = [...pins];
|
|
75
|
-
newPins[index - 1] = '';
|
|
76
|
-
if (!isControlled) setInternalPins(newPins);
|
|
77
|
-
onChange?.(newPins.join(''));
|
|
78
|
-
inputsRef.current[index - 1]?.focus();
|
|
79
|
-
}
|
|
80
|
-
} else if (e.key === 'ArrowLeft' && index > 0) {
|
|
81
|
-
e.preventDefault();
|
|
82
|
-
inputsRef.current[index - 1]?.focus();
|
|
83
|
-
} else if (e.key === 'ArrowRight' && index < length - 1) {
|
|
84
|
-
e.preventDefault();
|
|
85
|
-
inputsRef.current[index + 1]?.focus();
|
|
86
|
-
}
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
const handlePaste = (e: React.ClipboardEvent<HTMLInputElement>) => {
|
|
90
|
-
e.preventDefault();
|
|
91
|
-
const pasted = e.clipboardData.getData('text').replace(/[^0-9a-zA-Z]/g, '').slice(0, length);
|
|
92
|
-
if (!pasted) return;
|
|
93
|
-
|
|
94
|
-
const newPins = Array.from({ length }, (_, i) => pasted[i] || '');
|
|
95
|
-
if (!isControlled) setInternalPins(newPins);
|
|
96
|
-
|
|
97
|
-
const combined = newPins.join('');
|
|
98
|
-
onChange?.(combined);
|
|
99
|
-
|
|
100
|
-
const nextEmptyIndex = newPins.findIndex((p) => !p);
|
|
101
|
-
const focusIndex = nextEmptyIndex === -1 ? length - 1 : nextEmptyIndex;
|
|
102
|
-
inputsRef.current[focusIndex]?.focus();
|
|
103
|
-
|
|
104
|
-
if (combined.length === length && !newPins.includes('')) {
|
|
105
|
-
onComplete?.(combined);
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
return (
|
|
110
|
-
<div ref={ref} role="group" aria-label="PIN Code Input" className={cn('flex items-center gap-2', className)} {...props}>
|
|
111
|
-
{Array.from({ length }).map((_, index) => (
|
|
112
|
-
<input
|
|
113
|
-
key={index}
|
|
114
|
-
ref={(el) => {
|
|
115
|
-
inputsRef.current[index] = el;
|
|
116
|
-
}}
|
|
117
|
-
type={mask ? 'password' : 'text'}
|
|
118
|
-
inputMode="numeric"
|
|
119
|
-
maxLength={1}
|
|
120
|
-
disabled={disabled}
|
|
121
|
-
aria-label={`Digit ${index + 1} of ${length}`}
|
|
122
|
-
value={pins[index]}
|
|
123
|
-
onChange={(e) => handleDigitChange(index, e.target.value)}
|
|
124
|
-
onKeyDown={(e) => handleKeyDown(index, e)}
|
|
125
|
-
onPaste={handlePaste}
|
|
126
|
-
className={cn(
|
|
127
|
-
'w-11 h-12 text-center text-lg font-bold font-mono rounded-[var(--ui-radius-md)] border bg-[var(--ui-bg-surface)] text-[var(--ui-text-primary)] transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ui-primary)] disabled:opacity-50 disabled:cursor-not-allowed',
|
|
128
|
-
isInvalid
|
|
129
|
-
? 'border-[var(--ui-error)] focus-visible:ring-[var(--ui-error)]'
|
|
130
|
-
: 'border-[var(--ui-border-default)] hover:border-[var(--ui-border-strong)]'
|
|
131
|
-
)}
|
|
132
|
-
/>
|
|
133
|
-
))}
|
|
134
|
-
</div>
|
|
135
|
-
);
|
|
136
|
-
}
|
|
137
|
-
);
|
|
138
|
-
|
|
139
|
-
PinInput.displayName = 'PinInput';
|
|
1
|
+
import React, { forwardRef, useRef, useState, useEffect } from 'react';
|
|
2
|
+
import { cn } from '../utils/cn';
|
|
3
|
+
|
|
4
|
+
export interface PinInputProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
5
|
+
length?: number;
|
|
6
|
+
value?: string;
|
|
7
|
+
defaultValue?: string;
|
|
8
|
+
onChange?: (val: string) => void;
|
|
9
|
+
onComplete?: (val: string) => void;
|
|
10
|
+
mask?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
isInvalid?: boolean;
|
|
13
|
+
autoFocus?: boolean;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export const PinInput = forwardRef<HTMLDivElement, PinInputProps>(
|
|
17
|
+
(
|
|
18
|
+
{
|
|
19
|
+
className,
|
|
20
|
+
length = 4,
|
|
21
|
+
value: controlledValue,
|
|
22
|
+
defaultValue = '',
|
|
23
|
+
onChange,
|
|
24
|
+
onComplete,
|
|
25
|
+
mask = false,
|
|
26
|
+
disabled = false,
|
|
27
|
+
isInvalid = false,
|
|
28
|
+
autoFocus = false,
|
|
29
|
+
...props
|
|
30
|
+
},
|
|
31
|
+
ref
|
|
32
|
+
) => {
|
|
33
|
+
const isControlled = controlledValue !== undefined;
|
|
34
|
+
const [internalPins, setInternalPins] = useState<string[]>(() => {
|
|
35
|
+
const initial = (controlledValue !== undefined ? controlledValue : defaultValue).slice(0, length);
|
|
36
|
+
return Array.from({ length }, (_, i) => initial[i] || '');
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
const pins = isControlled
|
|
40
|
+
? Array.from({ length }, (_, i) => controlledValue[i] || '')
|
|
41
|
+
: internalPins;
|
|
42
|
+
|
|
43
|
+
const inputsRef = useRef<(HTMLInputElement | null)[]>([]);
|
|
44
|
+
|
|
45
|
+
useEffect(() => {
|
|
46
|
+
if (autoFocus && inputsRef.current[0]) {
|
|
47
|
+
inputsRef.current[0].focus();
|
|
48
|
+
}
|
|
49
|
+
}, [autoFocus]);
|
|
50
|
+
|
|
51
|
+
const handleDigitChange = (index: number, val: string) => {
|
|
52
|
+
const sanitized = val.replace(/[^0-9a-zA-Z]/g, '').slice(-1);
|
|
53
|
+
const newPins = [...pins];
|
|
54
|
+
newPins[index] = sanitized;
|
|
55
|
+
if (!isControlled) {
|
|
56
|
+
setInternalPins(newPins);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const combined = newPins.join('');
|
|
60
|
+
onChange?.(combined);
|
|
61
|
+
|
|
62
|
+
if (sanitized && index < length - 1) {
|
|
63
|
+
inputsRef.current[index + 1]?.focus();
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if (combined.length === length && !newPins.includes('')) {
|
|
67
|
+
onComplete?.(combined);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const handleKeyDown = (index: number, e: React.KeyboardEvent<HTMLInputElement>) => {
|
|
72
|
+
if (e.key === 'Backspace') {
|
|
73
|
+
if (!pins[index] && index > 0) {
|
|
74
|
+
const newPins = [...pins];
|
|
75
|
+
newPins[index - 1] = '';
|
|
76
|
+
if (!isControlled) setInternalPins(newPins);
|
|
77
|
+
onChange?.(newPins.join(''));
|
|
78
|
+
inputsRef.current[index - 1]?.focus();
|
|
79
|
+
}
|
|
80
|
+
} else if (e.key === 'ArrowLeft' && index > 0) {
|
|
81
|
+
e.preventDefault();
|
|
82
|
+
inputsRef.current[index - 1]?.focus();
|
|
83
|
+
} else if (e.key === 'ArrowRight' && index < length - 1) {
|
|
84
|
+
e.preventDefault();
|
|
85
|
+
inputsRef.current[index + 1]?.focus();
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const handlePaste = (e: React.ClipboardEvent<HTMLInputElement>) => {
|
|
90
|
+
e.preventDefault();
|
|
91
|
+
const pasted = e.clipboardData.getData('text').replace(/[^0-9a-zA-Z]/g, '').slice(0, length);
|
|
92
|
+
if (!pasted) return;
|
|
93
|
+
|
|
94
|
+
const newPins = Array.from({ length }, (_, i) => pasted[i] || '');
|
|
95
|
+
if (!isControlled) setInternalPins(newPins);
|
|
96
|
+
|
|
97
|
+
const combined = newPins.join('');
|
|
98
|
+
onChange?.(combined);
|
|
99
|
+
|
|
100
|
+
const nextEmptyIndex = newPins.findIndex((p) => !p);
|
|
101
|
+
const focusIndex = nextEmptyIndex === -1 ? length - 1 : nextEmptyIndex;
|
|
102
|
+
inputsRef.current[focusIndex]?.focus();
|
|
103
|
+
|
|
104
|
+
if (combined.length === length && !newPins.includes('')) {
|
|
105
|
+
onComplete?.(combined);
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
return (
|
|
110
|
+
<div ref={ref} role="group" aria-label="PIN Code Input" className={cn('flex items-center gap-2', className)} {...props}>
|
|
111
|
+
{Array.from({ length }).map((_, index) => (
|
|
112
|
+
<input
|
|
113
|
+
key={index}
|
|
114
|
+
ref={(el) => {
|
|
115
|
+
inputsRef.current[index] = el;
|
|
116
|
+
}}
|
|
117
|
+
type={mask ? 'password' : 'text'}
|
|
118
|
+
inputMode="numeric"
|
|
119
|
+
maxLength={1}
|
|
120
|
+
disabled={disabled}
|
|
121
|
+
aria-label={`Digit ${index + 1} of ${length}`}
|
|
122
|
+
value={pins[index]}
|
|
123
|
+
onChange={(e) => handleDigitChange(index, e.target.value)}
|
|
124
|
+
onKeyDown={(e) => handleKeyDown(index, e)}
|
|
125
|
+
onPaste={handlePaste}
|
|
126
|
+
className={cn(
|
|
127
|
+
'w-11 h-12 text-center text-lg font-bold font-mono rounded-[var(--ui-radius-md)] border bg-[var(--ui-bg-surface)] text-[var(--ui-text-primary)] transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ui-primary)] disabled:opacity-50 disabled:cursor-not-allowed',
|
|
128
|
+
isInvalid
|
|
129
|
+
? 'border-[var(--ui-error)] focus-visible:ring-[var(--ui-error)]'
|
|
130
|
+
: 'border-[var(--ui-border-default)] hover:border-[var(--ui-border-strong)]'
|
|
131
|
+
)}
|
|
132
|
+
/>
|
|
133
|
+
))}
|
|
134
|
+
</div>
|
|
135
|
+
);
|
|
136
|
+
}
|
|
137
|
+
);
|
|
138
|
+
|
|
139
|
+
PinInput.displayName = 'PinInput';
|
package/src/forms/Radio.tsx
CHANGED
|
@@ -1,142 +1,142 @@
|
|
|
1
|
-
import React, { forwardRef, createContext, useContext } from 'react';
|
|
2
|
-
import { cva, type VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { cn } from '../utils/cn';
|
|
4
|
-
|
|
5
|
-
interface RadioGroupContextType {
|
|
6
|
-
name?: string;
|
|
7
|
-
value?: string;
|
|
8
|
-
onChange?: (val: string) => void;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const RadioGroupContext = createContext<RadioGroupContextType | null>(null);
|
|
13
|
-
|
|
14
|
-
export const radioVariants = cva(
|
|
15
|
-
'peer shrink-0 rounded-full border border-[var(--ui-border-default)] bg-[var(--ui-bg-surface)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ui-primary)] disabled:cursor-not-allowed disabled:opacity-50 transition-all cursor-pointer flex items-center justify-center',
|
|
16
|
-
{
|
|
17
|
-
variants: {
|
|
18
|
-
size: {
|
|
19
|
-
sm: 'w-4 h-4',
|
|
20
|
-
md: 'w-5 h-5',
|
|
21
|
-
lg: 'w-6 h-6',
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
defaultVariants: {
|
|
25
|
-
size: 'md',
|
|
26
|
-
},
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export interface RadioProps
|
|
31
|
-
extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'>,
|
|
32
|
-
VariantProps<typeof radioVariants> {
|
|
33
|
-
label?: React.ReactNode;
|
|
34
|
-
value: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export const Radio = forwardRef<HTMLInputElement, RadioProps>(
|
|
38
|
-
({ className, size, label, value, checked, disabled, id, onChange, ...props }, ref) => {
|
|
39
|
-
const group = useContext(RadioGroupContext);
|
|
40
|
-
const isChecked = checked ?? (group?.value !== undefined ? group.value === value : false);
|
|
41
|
-
const isDisabled = disabled ?? group?.disabled ?? false;
|
|
42
|
-
const name = props.name || group?.name;
|
|
43
|
-
|
|
44
|
-
const handleChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
|
45
|
-
onChange?.(e);
|
|
46
|
-
if (group?.onChange) {
|
|
47
|
-
group.onChange(value);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
return (
|
|
52
|
-
<label className={cn('inline-flex items-center gap-2 select-none cursor-pointer', isDisabled && 'cursor-not-allowed opacity-50')}>
|
|
53
|
-
<div className="relative flex items-center justify-center">
|
|
54
|
-
<input
|
|
55
|
-
ref={ref}
|
|
56
|
-
type="radio"
|
|
57
|
-
name={name}
|
|
58
|
-
value={value}
|
|
59
|
-
id={id}
|
|
60
|
-
disabled={isDisabled}
|
|
61
|
-
checked={isChecked}
|
|
62
|
-
onChange={handleChange}
|
|
63
|
-
className="sr-only peer"
|
|
64
|
-
{...props}
|
|
65
|
-
/>
|
|
66
|
-
<div
|
|
67
|
-
className={cn(
|
|
68
|
-
radioVariants({ size }),
|
|
69
|
-
isChecked && 'border-[var(--ui-primary)]',
|
|
70
|
-
className
|
|
71
|
-
)}
|
|
72
|
-
>
|
|
73
|
-
{isChecked && (
|
|
74
|
-
<span className="w-2.5 h-2.5 rounded-full bg-[var(--ui-primary)] animate-in zoom-in-75 duration-150" />
|
|
75
|
-
)}
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
{label && <span className="text-sm font-medium text-[var(--ui-text-primary)]">{label}</span>}
|
|
79
|
-
</label>
|
|
80
|
-
);
|
|
81
|
-
}
|
|
82
|
-
);
|
|
83
|
-
Radio.displayName = 'Radio';
|
|
84
|
-
|
|
85
|
-
export interface RadioGroupProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
86
|
-
name?: string;
|
|
87
|
-
value?: string;
|
|
88
|
-
defaultValue?: string;
|
|
89
|
-
onValueChange?: (value: string) => void;
|
|
90
|
-
orientation?: 'horizontal' | 'vertical';
|
|
91
|
-
disabled?: boolean;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
export const RadioGroup = forwardRef<HTMLDivElement, RadioGroupProps>(
|
|
95
|
-
(
|
|
96
|
-
{
|
|
97
|
-
className,
|
|
98
|
-
name,
|
|
99
|
-
value: controlledValue,
|
|
100
|
-
defaultValue,
|
|
101
|
-
onValueChange,
|
|
102
|
-
orientation = 'vertical',
|
|
103
|
-
disabled,
|
|
104
|
-
children,
|
|
105
|
-
...props
|
|
106
|
-
},
|
|
107
|
-
ref
|
|
108
|
-
) => {
|
|
109
|
-
const [val, setVal] = React.useState(defaultValue || '');
|
|
110
|
-
const currentValue = controlledValue !== undefined ? controlledValue : val;
|
|
111
|
-
|
|
112
|
-
const handleChange = (newValue: string) => {
|
|
113
|
-
setVal(newValue);
|
|
114
|
-
onValueChange?.(newValue);
|
|
115
|
-
};
|
|
116
|
-
|
|
117
|
-
return (
|
|
118
|
-
<RadioGroupContext.Provider
|
|
119
|
-
value={{
|
|
120
|
-
name,
|
|
121
|
-
value: currentValue,
|
|
122
|
-
onChange: handleChange,
|
|
123
|
-
disabled,
|
|
124
|
-
}}
|
|
125
|
-
>
|
|
126
|
-
<div
|
|
127
|
-
ref={ref}
|
|
128
|
-
role="radiogroup"
|
|
129
|
-
className={cn(
|
|
130
|
-
'flex gap-2',
|
|
131
|
-
orientation === 'vertical' ? 'flex-col' : 'flex-row flex-wrap items-center',
|
|
132
|
-
className
|
|
133
|
-
)}
|
|
134
|
-
{...props}
|
|
135
|
-
>
|
|
136
|
-
{children}
|
|
137
|
-
</div>
|
|
138
|
-
</RadioGroupContext.Provider>
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
);
|
|
142
|
-
RadioGroup.displayName = 'RadioGroup';
|
|
1
|
+
import React, { forwardRef, createContext, useContext } from 'react';
|
|
2
|
+
import { cva, type VariantProps } from 'class-variance-authority';
|
|
3
|
+
import { cn } from '../utils/cn';
|
|
4
|
+
|
|
5
|
+
interface RadioGroupContextType {
|
|
6
|
+
name?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
onChange?: (val: string) => void;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const RadioGroupContext = createContext<RadioGroupContextType | null>(null);
|
|
13
|
+
|
|
14
|
+
export const radioVariants = cva(
|
|
15
|
+
'peer shrink-0 rounded-full border border-[var(--ui-border-default)] bg-[var(--ui-bg-surface)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ui-primary)] disabled:cursor-not-allowed disabled:opacity-50 transition-all cursor-pointer flex items-center justify-center',
|
|
16
|
+
{
|
|
17
|
+
variants: {
|
|
18
|
+
size: {
|
|
19
|
+
sm: 'w-4 h-4',
|
|
20
|
+
md: 'w-5 h-5',
|
|
21
|
+
lg: 'w-6 h-6',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
defaultVariants: {
|
|
25
|
+
size: 'md',
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
export interface RadioProps
|
|
31
|
+
extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'>,
|
|
32
|
+
VariantProps<typeof radioVariants> {
|
|
33
|
+
label?: React.ReactNode;
|
|
34
|
+
value: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export const Radio = forwardRef<HTMLInputElement, RadioProps>(
|
|
38
|
+
({ className, size, label, value, checked, disabled, id, onChange, ...props }, ref) => {
|
|
39
|
+
const group = useContext(RadioGroupContext);
|
|
40
|
+
const isChecked = checked ?? (group?.value !== undefined ? group.value === value : false);
|
|
41
|
+
const isDisabled = disabled ?? group?.disabled ?? false;
|
|
42
|
+
const name = props.name || group?.name;
|
|
43
|
+
|
|
44
|
+
const handleChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
|
45
|
+
onChange?.(e);
|
|
46
|
+
if (group?.onChange) {
|
|
47
|
+
group.onChange(value);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
return (
|
|
52
|
+
<label className={cn('inline-flex items-center gap-2 select-none cursor-pointer', isDisabled && 'cursor-not-allowed opacity-50')}>
|
|
53
|
+
<div className="relative flex items-center justify-center">
|
|
54
|
+
<input
|
|
55
|
+
ref={ref}
|
|
56
|
+
type="radio"
|
|
57
|
+
name={name}
|
|
58
|
+
value={value}
|
|
59
|
+
id={id}
|
|
60
|
+
disabled={isDisabled}
|
|
61
|
+
checked={isChecked}
|
|
62
|
+
onChange={handleChange}
|
|
63
|
+
className="sr-only peer"
|
|
64
|
+
{...props}
|
|
65
|
+
/>
|
|
66
|
+
<div
|
|
67
|
+
className={cn(
|
|
68
|
+
radioVariants({ size }),
|
|
69
|
+
isChecked && 'border-[var(--ui-primary)]',
|
|
70
|
+
className
|
|
71
|
+
)}
|
|
72
|
+
>
|
|
73
|
+
{isChecked && (
|
|
74
|
+
<span className="w-2.5 h-2.5 rounded-full bg-[var(--ui-primary)] animate-in zoom-in-75 duration-150" />
|
|
75
|
+
)}
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
{label && <span className="text-sm font-medium text-[var(--ui-text-primary)]">{label}</span>}
|
|
79
|
+
</label>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
);
|
|
83
|
+
Radio.displayName = 'Radio';
|
|
84
|
+
|
|
85
|
+
export interface RadioGroupProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
86
|
+
name?: string;
|
|
87
|
+
value?: string;
|
|
88
|
+
defaultValue?: string;
|
|
89
|
+
onValueChange?: (value: string) => void;
|
|
90
|
+
orientation?: 'horizontal' | 'vertical';
|
|
91
|
+
disabled?: boolean;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export const RadioGroup = forwardRef<HTMLDivElement, RadioGroupProps>(
|
|
95
|
+
(
|
|
96
|
+
{
|
|
97
|
+
className,
|
|
98
|
+
name,
|
|
99
|
+
value: controlledValue,
|
|
100
|
+
defaultValue,
|
|
101
|
+
onValueChange,
|
|
102
|
+
orientation = 'vertical',
|
|
103
|
+
disabled,
|
|
104
|
+
children,
|
|
105
|
+
...props
|
|
106
|
+
},
|
|
107
|
+
ref
|
|
108
|
+
) => {
|
|
109
|
+
const [val, setVal] = React.useState(defaultValue || '');
|
|
110
|
+
const currentValue = controlledValue !== undefined ? controlledValue : val;
|
|
111
|
+
|
|
112
|
+
const handleChange = (newValue: string) => {
|
|
113
|
+
setVal(newValue);
|
|
114
|
+
onValueChange?.(newValue);
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
return (
|
|
118
|
+
<RadioGroupContext.Provider
|
|
119
|
+
value={{
|
|
120
|
+
name,
|
|
121
|
+
value: currentValue,
|
|
122
|
+
onChange: handleChange,
|
|
123
|
+
disabled,
|
|
124
|
+
}}
|
|
125
|
+
>
|
|
126
|
+
<div
|
|
127
|
+
ref={ref}
|
|
128
|
+
role="radiogroup"
|
|
129
|
+
className={cn(
|
|
130
|
+
'flex gap-2',
|
|
131
|
+
orientation === 'vertical' ? 'flex-col' : 'flex-row flex-wrap items-center',
|
|
132
|
+
className
|
|
133
|
+
)}
|
|
134
|
+
{...props}
|
|
135
|
+
>
|
|
136
|
+
{children}
|
|
137
|
+
</div>
|
|
138
|
+
</RadioGroupContext.Provider>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
);
|
|
142
|
+
RadioGroup.displayName = 'RadioGroup';
|