@getmicdrop/svelte-components 5.4.2 → 5.5.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.
- package/dist/calendar/AboutShow/AboutShow.svelte +172 -172
- package/dist/calendar/Calendar/MiniMonthCalendar.svelte +782 -782
- package/dist/calendar/FAQs/FAQs.svelte +75 -75
- package/dist/calendar/MonthSwitcher/MonthSwitcher.svelte +126 -126
- package/dist/calendar/OrderSummary/OrderSummary.svelte +367 -367
- package/dist/calendar/PublicCard/PublicCard.svelte +134 -134
- package/dist/calendar/ShowCard/ShowCard.svelte +157 -157
- package/dist/calendar/ShowTimeCard/ShowTimeCard.svelte +61 -61
- package/dist/components/Layout/Grid.svelte +4 -4
- package/dist/components/Layout/Section.svelte +80 -80
- package/dist/components/Layout/Sidebar.svelte +108 -108
- package/dist/components/Layout/Stack.svelte +6 -6
- package/dist/constants/validation.js +91 -91
- package/dist/constants/validation.spec.js +64 -64
- package/dist/index.d.ts +113 -4
- package/dist/index.js +226 -47
- package/dist/patterns/data/DataGrid.svelte +45 -45
- package/dist/patterns/data/DataList.svelte +24 -24
- package/dist/patterns/data/DataTable.svelte +36 -36
- package/dist/patterns/forms/FormActions.spec.js +88 -88
- package/dist/patterns/forms/FormActions.stories.svelte +97 -97
- package/dist/patterns/forms/FormActions.svelte +46 -46
- package/dist/patterns/forms/FormGrid.svelte +33 -33
- package/dist/patterns/forms/FormSection.svelte +32 -32
- package/dist/patterns/forms/FormValidationSummary.stories.svelte +83 -83
- package/dist/patterns/forms/FormValidationSummary.svelte +32 -32
- package/dist/patterns/layout/Sidebar.svelte +39 -39
- package/dist/patterns/navigation/BottomNav.stories.svelte +117 -117
- package/dist/patterns/navigation/BottomNav.svelte +20 -20
- package/dist/patterns/navigation/Header.stories.svelte +77 -77
- package/dist/patterns/navigation/Header.svelte +193 -193
- package/dist/patterns/page/PageHeader.svelte +18 -18
- package/dist/patterns/page/PageLayout.svelte +40 -40
- package/dist/patterns/page/PageLoader.spec.js +54 -54
- package/dist/patterns/page/PageLoader.stories.svelte +137 -137
- package/dist/patterns/page/PageLoader.svelte +24 -24
- package/dist/patterns/page/SectionHeader.svelte +29 -29
- package/dist/presets/badges.js +112 -112
- package/dist/presets/buttons.js +76 -76
- package/dist/presets/index.js +9 -9
- package/dist/primitives/Accordion/Accordion.stories.svelte +75 -75
- package/dist/primitives/Accordion/Accordion.svelte +42 -42
- package/dist/primitives/Accordion/AccordionItem.svelte +95 -95
- package/dist/primitives/Alert/Alert.spec.js +170 -170
- package/dist/primitives/Alert/Alert.stories.svelte +88 -88
- package/dist/primitives/Alert/Alert.svelte +27 -27
- package/dist/primitives/Avatar/Avatar.stories.svelte +94 -94
- package/dist/primitives/Avatar/Avatar.svelte +66 -66
- package/dist/primitives/Badges/Badge.spec.js +103 -103
- package/dist/primitives/Badges/Badge.stories.svelte +86 -86
- package/dist/primitives/Badges/Badge.svelte +79 -79
- package/dist/primitives/BottomSheet/BottomSheet.spec.js +127 -127
- package/dist/primitives/BottomSheet/BottomSheet.stories.svelte +83 -83
- package/dist/primitives/BottomSheet/BottomSheet.svelte +100 -100
- package/dist/primitives/Breadcrumb/Breadcrumb.spec.js +120 -120
- package/dist/primitives/Breadcrumb/Breadcrumb.stories.svelte +23 -23
- package/dist/primitives/Breadcrumb/Breadcrumb.svelte +89 -89
- package/dist/primitives/Button/Button.spec.js +211 -211
- package/dist/primitives/Button/Button.stories.svelte +76 -76
- package/dist/primitives/Button/Button.svelte +270 -269
- package/dist/primitives/Button/Button.svelte.d.ts.map +1 -1
- package/dist/primitives/Button/ButtonSaveDemo.spec.js +48 -48
- package/dist/primitives/Button/ButtonSaveDemo.svelte +25 -25
- package/dist/primitives/Button/ButtonVariantShowcase.svelte +129 -129
- package/dist/primitives/Card.spec.js +49 -49
- package/dist/primitives/Card.stories.svelte +22 -22
- package/dist/primitives/Card.svelte +28 -28
- package/dist/primitives/Checkbox/Checkbox.stories.svelte +84 -84
- package/dist/primitives/Checkbox/Checkbox.svelte +88 -88
- package/dist/primitives/DarkModeToggle.spec.js +357 -357
- package/dist/primitives/DarkModeToggle.stories.svelte +57 -57
- package/dist/primitives/DarkModeToggle.svelte +136 -136
- package/dist/primitives/Drawer/Drawer.stories.svelte +80 -80
- package/dist/primitives/Drawer/Drawer.svelte +120 -120
- package/dist/primitives/Dropdown/Dropdown.stories.svelte +137 -137
- package/dist/primitives/Dropdown/Dropdown.svelte +14 -14
- package/dist/primitives/Dropdown/DropdownItem.svelte +80 -80
- package/dist/primitives/Icons/ArrowLeft.svelte +8 -8
- package/dist/primitives/Icons/ArrowRight.svelte +8 -8
- package/dist/primitives/Icons/Availability.svelte +14 -14
- package/dist/primitives/Icons/Back.svelte +14 -14
- package/dist/primitives/Icons/CheckCircle.svelte +6 -6
- package/dist/primitives/Icons/CheckCircleOutline.svelte +15 -15
- package/dist/primitives/Icons/ChevronLeft.svelte +4 -4
- package/dist/primitives/Icons/ChevronRight.svelte +4 -4
- package/dist/primitives/Icons/Copy.svelte +15 -15
- package/dist/primitives/Icons/Cross.svelte +5 -5
- package/dist/primitives/Icons/DownArrow.svelte +8 -8
- package/dist/primitives/Icons/ErrorCircle.svelte +6 -6
- package/dist/primitives/Icons/FacebookIcon.svelte +2 -2
- package/dist/primitives/Icons/Home.svelte +15 -15
- package/dist/primitives/Icons/Icon.spec.js +169 -169
- package/dist/primitives/Icons/Icon.stories.svelte +100 -100
- package/dist/primitives/Icons/Icon.svelte +52 -52
- package/dist/primitives/Icons/IconGallery.stories.svelte +235 -235
- package/dist/primitives/Icons/Info.svelte +7 -7
- package/dist/primitives/Icons/InstagramIcon.svelte +4 -4
- package/dist/primitives/Icons/LogoInstagram.svelte +2 -2
- package/dist/primitives/Icons/Message.svelte +15 -15
- package/dist/primitives/Icons/MoonIcon.svelte +5 -5
- package/dist/primitives/Icons/More.svelte +21 -21
- package/dist/primitives/Icons/MoreHori.spec.js +61 -61
- package/dist/primitives/Icons/MoreHori.svelte +22 -22
- package/dist/primitives/Icons/Notification.svelte +14 -14
- package/dist/primitives/Icons/Payment.svelte +14 -14
- package/dist/primitives/Icons/Profile.svelte +21 -21
- package/dist/primitives/Icons/Reload.svelte +29 -29
- package/dist/primitives/Icons/Shows.svelte +21 -21
- package/dist/primitives/Icons/Signout.svelte +21 -21
- package/dist/primitives/Icons/SunIcon.svelte +8 -8
- package/dist/primitives/Icons/TiktokIcon.svelte +2 -2
- package/dist/primitives/Icons/TwitterIcon.svelte +2 -2
- package/dist/primitives/Icons/WarningIcon.spec.js +18 -18
- package/dist/primitives/Icons/WarningIcon.svelte +5 -5
- package/dist/primitives/Input/Input.spec.js +573 -573
- package/dist/primitives/Input/Input.stories.svelte +139 -139
- package/dist/primitives/Input/Input.svelte +391 -391
- package/dist/primitives/Input/Select.spec.js +218 -218
- package/dist/primitives/Input/Select.stories.svelte +112 -112
- package/dist/primitives/Input/Select.svelte +128 -128
- package/dist/primitives/Input/Textarea.stories.svelte +137 -137
- package/dist/primitives/Input/Textarea.svelte +35 -35
- package/dist/primitives/Label/Label.svelte +37 -37
- package/dist/primitives/Modal/Modal.spec.js +95 -95
- package/dist/primitives/Modal/Modal.stories.svelte +86 -86
- package/dist/primitives/Modal/Modal.svelte +158 -158
- package/dist/primitives/NumberInput/NumberInput.svelte +106 -0
- package/dist/primitives/NumberInput/NumberInput.svelte.d.ts +23 -0
- package/dist/primitives/NumberInput/NumberInput.svelte.d.ts.map +1 -0
- package/dist/primitives/NumberInput/index.d.ts +2 -0
- package/dist/primitives/NumberInput/index.d.ts.map +1 -0
- package/dist/primitives/NumberInput/index.js +1 -0
- package/dist/primitives/Pagination/Pagination.stories.svelte +76 -76
- package/dist/primitives/Pagination/Pagination.svelte +261 -261
- package/dist/primitives/Radio/Radio.stories.svelte +80 -80
- package/dist/primitives/Radio/Radio.svelte +67 -67
- package/dist/primitives/Skeleton/CardPlaceholder.svelte +87 -87
- package/dist/primitives/Skeleton/ImagePlaceholder.svelte +59 -59
- package/dist/primitives/Skeleton/ListPlaceholder.svelte +76 -76
- package/dist/primitives/Skeleton/Skeleton.stories.svelte +151 -151
- package/dist/primitives/Skeleton/Skeleton.svelte +26 -26
- package/dist/primitives/Spinner/Spinner.spec.js +75 -75
- package/dist/primitives/Spinner/Spinner.stories.svelte +29 -29
- package/dist/primitives/Spinner/Spinner.svelte +20 -20
- package/dist/primitives/Tabs/TabItem.svelte +49 -49
- package/dist/primitives/Tabs/Tabs.stories.svelte +112 -112
- package/dist/primitives/Tabs/Tabs.svelte +123 -123
- package/dist/primitives/Toggle.spec.js +127 -127
- package/dist/primitives/Toggle.stories.svelte +92 -92
- package/dist/primitives/Toggle.svelte +71 -71
- package/dist/primitives/Typography/Typography.svelte +53 -53
- package/dist/primitives/ValidationError.spec.js +103 -103
- package/dist/primitives/ValidationError.stories.svelte +69 -69
- package/dist/primitives/ValidationError.svelte +29 -29
- package/dist/recipes/CropImage/CropImage.spec.js +216 -216
- package/dist/recipes/CropImage/CropImage.stories.svelte +104 -104
- package/dist/recipes/CropImage/CropImage.svelte +238 -238
- package/dist/recipes/ImageUploader/ImageUploader.stories.svelte +125 -125
- package/dist/recipes/ImageUploader/ImageUploader.svelte +804 -804
- package/dist/recipes/Toaster/Toaster.stories.svelte +62 -62
- package/dist/recipes/feedback/EmptyState/EmptyState.svelte +1 -1
- package/dist/recipes/feedback/ErrorDisplay.spec.js +69 -69
- package/dist/recipes/feedback/ErrorDisplay.stories.svelte +101 -101
- package/dist/recipes/feedback/ErrorDisplay.svelte +1 -1
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.spec.js +129 -129
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.svelte +157 -157
- package/dist/recipes/fields/CheckboxField.svelte +85 -85
- package/dist/recipes/fields/FormField.svelte +58 -58
- package/dist/recipes/fields/RadioGroup.svelte +95 -95
- package/dist/recipes/fields/SelectField.svelte +80 -80
- package/dist/recipes/fields/TextareaField.svelte +97 -97
- package/dist/recipes/fields/ToggleField.svelte +60 -60
- package/dist/recipes/fields/index.js +7 -7
- package/dist/recipes/inputs/MultiSelect.spec.js +257 -257
- package/dist/recipes/inputs/MultiSelect.stories.svelte +133 -133
- package/dist/recipes/inputs/MultiSelect.svelte +249 -276
- package/dist/recipes/inputs/MultiSelect.svelte.d.ts +28 -17
- package/dist/recipes/inputs/MultiSelect.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/OTPInput.spec.js +238 -238
- package/dist/recipes/inputs/OTPInput.stories.svelte +162 -162
- package/dist/recipes/inputs/OTPInput.svelte +29 -29
- package/dist/recipes/inputs/PasswordInput.svelte +22 -22
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.spec.js +173 -173
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.svelte +42 -42
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.spec.js +300 -300
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.stories.svelte +123 -123
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.svelte +326 -326
- package/dist/recipes/inputs/Search.svelte +37 -37
- package/dist/recipes/inputs/SelectDropdown.svelte +57 -57
- package/dist/recipes/modals/AlertModal.svelte +130 -130
- package/dist/recipes/modals/ConfirmationModal.spec.js +191 -191
- package/dist/recipes/modals/ConfirmationModal.stories.svelte +119 -119
- package/dist/recipes/modals/ConfirmationModal.svelte +152 -152
- package/dist/recipes/modals/InputModal.svelte +182 -182
- package/dist/recipes/modals/ModalStateManager.spec.js +100 -100
- package/dist/recipes/modals/ModalStateManager.svelte +77 -77
- package/dist/recipes/modals/ModalTestWrapper.svelte +65 -65
- package/dist/recipes/modals/StatusModal.svelte +206 -206
- package/dist/services/EventService.js +75 -75
- package/dist/services/EventService.spec.js +217 -217
- package/dist/services/ShowService.spec.js +342 -342
- package/dist/stores/auth.js +36 -36
- package/dist/stores/auth.spec.js +139 -139
- package/dist/stores/toaster.js +13 -13
- package/dist/stories/ButtonAuditReview.stories.svelte +14 -14
- package/dist/stories/ButtonAuditReview.svelte +427 -427
- package/dist/stories/PatternsGallery.stories.svelte +19 -19
- package/dist/stories/PatternsGallery.svelte +206 -206
- package/dist/stories/PrimitivesGallery.stories.svelte +19 -19
- package/dist/stories/PrimitivesGallery.svelte +725 -725
- package/dist/stories/RecipesGallery.stories.svelte +19 -19
- package/dist/stories/RecipesGallery.svelte +271 -271
- package/dist/stories/button-audit-manifest.json +11186 -11186
- package/dist/tailwind/preset.cjs +82 -82
- package/dist/tokens/tokens.css +87 -87
- package/dist/utils/utils.js +354 -354
- package/package.json +283 -283
|
@@ -15,335 +15,335 @@
|
|
|
15
15
|
import { typography } from "../../tokens/typography";
|
|
16
16
|
import { formInputSizes } from "../../tokens/sizing";
|
|
17
17
|
import { formatCreditCardNumber, formatPhoneNumber } from "../../utils/formatters";
|
|
18
|
-
|
|
19
|
-
/** @type {{
|
|
20
|
-
required?: boolean,
|
|
21
|
-
disabled?: boolean,
|
|
22
|
-
optional?: boolean,
|
|
23
|
-
icon?: string | null,
|
|
24
|
-
buttonIcon?: string | null,
|
|
25
|
-
buttonText?: string | null,
|
|
26
|
-
maxlength?: number | null,
|
|
27
|
-
minlength?: number | null,
|
|
28
|
-
type?: string,
|
|
29
|
-
placeholder?: string,
|
|
30
|
-
label?: string,
|
|
31
|
-
id?: string,
|
|
32
|
-
name?: string,
|
|
33
|
-
className?: string,
|
|
34
|
-
size?: 'sm' | 'md' | 'lg',
|
|
35
|
-
textareaSize?: string,
|
|
36
|
-
errorText?: string,
|
|
37
|
-
color?: 'base' | 'red',
|
|
38
|
-
helperText?: string,
|
|
39
|
-
helperIcon?: string,
|
|
40
|
-
hintText?: string,
|
|
41
|
-
hintIcon?: string,
|
|
42
|
-
contentFloat?: string,
|
|
43
|
-
readonly?: boolean,
|
|
44
|
-
controlled?: boolean,
|
|
45
|
-
onButtonClick?: ((value: string) => void) | null,
|
|
46
|
-
value?: string | number | null,
|
|
47
|
-
autocomplete?: string | null,
|
|
48
|
-
autofocus?: boolean,
|
|
49
|
-
showPasswordToggle?: boolean,
|
|
50
|
-
animateFocus?: boolean,
|
|
51
|
-
statusText?: string,
|
|
52
|
-
statusType?: string,
|
|
53
|
-
buttonDisabled?: boolean,
|
|
54
|
-
inputmode?: string | null,
|
|
55
|
-
instantSearch?: boolean,
|
|
56
|
-
debounceMs?: number,
|
|
57
|
-
minSearchChars?: number,
|
|
58
|
-
showClearButton?: boolean,
|
|
59
|
-
onsearch?: (detail: { query: string }) => void,
|
|
60
|
-
onfocus?: () => void,
|
|
61
|
-
onblur?: () => void,
|
|
62
|
-
oninputchange?: (value: string) => void,
|
|
63
|
-
leftIcon?: any,
|
|
64
|
-
[key: string]: any
|
|
65
|
-
}} */
|
|
66
|
-
let {
|
|
67
|
-
required = false,
|
|
68
|
-
disabled = false,
|
|
69
|
-
optional = false,
|
|
70
|
-
icon = null,
|
|
71
|
-
buttonIcon = null,
|
|
72
|
-
buttonText = null,
|
|
73
|
-
maxlength = null,
|
|
74
|
-
minlength = null,
|
|
75
|
-
type = "text",
|
|
76
|
-
placeholder = "",
|
|
77
|
-
label = "",
|
|
78
|
-
id = "",
|
|
79
|
-
name = "",
|
|
80
|
-
className = "",
|
|
81
|
-
size = "md",
|
|
82
|
-
textareaSize = "",
|
|
83
|
-
errorText = "",
|
|
84
|
-
color = "base",
|
|
85
|
-
helperText = "",
|
|
86
|
-
helperIcon = "",
|
|
87
|
-
hintText = "",
|
|
88
|
-
hintIcon = "",
|
|
89
|
-
contentFloat = "left",
|
|
90
|
-
readonly = false,
|
|
91
|
-
controlled = false,
|
|
92
|
-
onButtonClick = null,
|
|
93
|
-
value = $bindable(""),
|
|
94
|
-
autocomplete = null,
|
|
95
|
-
autofocus = false,
|
|
96
|
-
showPasswordToggle = true,
|
|
97
|
-
animateFocus = true,
|
|
98
|
-
statusText = "",
|
|
99
|
-
statusType = "",
|
|
100
|
-
buttonDisabled = false,
|
|
101
|
-
inputmode = null,
|
|
102
|
-
instantSearch = false,
|
|
103
|
-
debounceMs = 250,
|
|
104
|
-
minSearchChars = 2,
|
|
105
|
-
showClearButton = false,
|
|
106
|
-
onsearch,
|
|
107
|
-
onfocus,
|
|
108
|
-
onblur,
|
|
109
|
-
oninputchange,
|
|
110
|
-
leftIcon,
|
|
111
|
-
...restProps
|
|
112
|
-
} = $props();
|
|
113
|
-
|
|
114
|
-
let inputValue = $state(value);
|
|
115
|
-
let inputElement = $state(null);
|
|
116
|
-
let debounceTimer;
|
|
117
|
-
|
|
118
|
-
let computedInputmode = $derived(inputmode || getInputmodeFromType(type));
|
|
119
|
-
|
|
120
|
-
function getInputmodeFromType(inputType) {
|
|
121
|
-
switch (inputType) {
|
|
122
|
-
case 'phoneNumber':
|
|
123
|
-
case 'creditCardNumber':
|
|
124
|
-
return 'tel';
|
|
125
|
-
case 'email':
|
|
126
|
-
return 'email';
|
|
127
|
-
default:
|
|
128
|
-
return null;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
$effect(() => {
|
|
133
|
-
if (value !== inputValue) {
|
|
134
|
-
inputValue = value;
|
|
135
|
-
}
|
|
136
|
-
});
|
|
137
|
-
|
|
138
|
-
function checkForAutofill() {
|
|
139
|
-
if (inputElement && inputElement.value !== inputValue) {
|
|
140
|
-
inputValue = inputElement.value;
|
|
141
|
-
value = inputValue;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
let isPasswordVisible = $state(false);
|
|
146
|
-
|
|
147
|
-
// Error state derived from color prop or errorText
|
|
148
|
-
let hasError = $derived(color === 'red' || Boolean(errorText));
|
|
149
|
-
|
|
150
|
-
let inputType = $derived(showPasswordToggle && isPasswordVisible ? "text" : type);
|
|
151
|
-
let shouldAnimate = $derived(animateFocus && !disabled && !readonly);
|
|
152
|
-
|
|
18
|
+
|
|
19
|
+
/** @type {{
|
|
20
|
+
required?: boolean,
|
|
21
|
+
disabled?: boolean,
|
|
22
|
+
optional?: boolean,
|
|
23
|
+
icon?: string | null,
|
|
24
|
+
buttonIcon?: string | null,
|
|
25
|
+
buttonText?: string | null,
|
|
26
|
+
maxlength?: number | null,
|
|
27
|
+
minlength?: number | null,
|
|
28
|
+
type?: string,
|
|
29
|
+
placeholder?: string,
|
|
30
|
+
label?: string,
|
|
31
|
+
id?: string,
|
|
32
|
+
name?: string,
|
|
33
|
+
className?: string,
|
|
34
|
+
size?: 'sm' | 'md' | 'lg',
|
|
35
|
+
textareaSize?: string,
|
|
36
|
+
errorText?: string,
|
|
37
|
+
color?: 'base' | 'red',
|
|
38
|
+
helperText?: string,
|
|
39
|
+
helperIcon?: string,
|
|
40
|
+
hintText?: string,
|
|
41
|
+
hintIcon?: string,
|
|
42
|
+
contentFloat?: string,
|
|
43
|
+
readonly?: boolean,
|
|
44
|
+
controlled?: boolean,
|
|
45
|
+
onButtonClick?: ((value: string) => void) | null,
|
|
46
|
+
value?: string | number | null,
|
|
47
|
+
autocomplete?: string | null,
|
|
48
|
+
autofocus?: boolean,
|
|
49
|
+
showPasswordToggle?: boolean,
|
|
50
|
+
animateFocus?: boolean,
|
|
51
|
+
statusText?: string,
|
|
52
|
+
statusType?: string,
|
|
53
|
+
buttonDisabled?: boolean,
|
|
54
|
+
inputmode?: string | null,
|
|
55
|
+
instantSearch?: boolean,
|
|
56
|
+
debounceMs?: number,
|
|
57
|
+
minSearchChars?: number,
|
|
58
|
+
showClearButton?: boolean,
|
|
59
|
+
onsearch?: (detail: { query: string }) => void,
|
|
60
|
+
onfocus?: () => void,
|
|
61
|
+
onblur?: () => void,
|
|
62
|
+
oninputchange?: (value: string) => void,
|
|
63
|
+
leftIcon?: any,
|
|
64
|
+
[key: string]: any
|
|
65
|
+
}} */
|
|
66
|
+
let {
|
|
67
|
+
required = false,
|
|
68
|
+
disabled = false,
|
|
69
|
+
optional = false,
|
|
70
|
+
icon = null,
|
|
71
|
+
buttonIcon = null,
|
|
72
|
+
buttonText = null,
|
|
73
|
+
maxlength = null,
|
|
74
|
+
minlength = null,
|
|
75
|
+
type = "text",
|
|
76
|
+
placeholder = "",
|
|
77
|
+
label = "",
|
|
78
|
+
id = "",
|
|
79
|
+
name = "",
|
|
80
|
+
className = "",
|
|
81
|
+
size = "md",
|
|
82
|
+
textareaSize = "",
|
|
83
|
+
errorText = "",
|
|
84
|
+
color = "base",
|
|
85
|
+
helperText = "",
|
|
86
|
+
helperIcon = "",
|
|
87
|
+
hintText = "",
|
|
88
|
+
hintIcon = "",
|
|
89
|
+
contentFloat = "left",
|
|
90
|
+
readonly = false,
|
|
91
|
+
controlled = false,
|
|
92
|
+
onButtonClick = null,
|
|
93
|
+
value = $bindable(""),
|
|
94
|
+
autocomplete = null,
|
|
95
|
+
autofocus = false,
|
|
96
|
+
showPasswordToggle = true,
|
|
97
|
+
animateFocus = true,
|
|
98
|
+
statusText = "",
|
|
99
|
+
statusType = "",
|
|
100
|
+
buttonDisabled = false,
|
|
101
|
+
inputmode = null,
|
|
102
|
+
instantSearch = false,
|
|
103
|
+
debounceMs = 250,
|
|
104
|
+
minSearchChars = 2,
|
|
105
|
+
showClearButton = false,
|
|
106
|
+
onsearch,
|
|
107
|
+
onfocus,
|
|
108
|
+
onblur,
|
|
109
|
+
oninputchange,
|
|
110
|
+
leftIcon,
|
|
111
|
+
...restProps
|
|
112
|
+
} = $props();
|
|
113
|
+
|
|
114
|
+
let inputValue = $state(value);
|
|
115
|
+
let inputElement = $state(null);
|
|
116
|
+
let debounceTimer;
|
|
117
|
+
|
|
118
|
+
let computedInputmode = $derived(inputmode || getInputmodeFromType(type));
|
|
119
|
+
|
|
120
|
+
function getInputmodeFromType(inputType) {
|
|
121
|
+
switch (inputType) {
|
|
122
|
+
case 'phoneNumber':
|
|
123
|
+
case 'creditCardNumber':
|
|
124
|
+
return 'tel';
|
|
125
|
+
case 'email':
|
|
126
|
+
return 'email';
|
|
127
|
+
default:
|
|
128
|
+
return null;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
$effect(() => {
|
|
133
|
+
if (value !== inputValue) {
|
|
134
|
+
inputValue = value;
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
|
|
138
|
+
function checkForAutofill() {
|
|
139
|
+
if (inputElement && inputElement.value !== inputValue) {
|
|
140
|
+
inputValue = inputElement.value;
|
|
141
|
+
value = inputValue;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
let isPasswordVisible = $state(false);
|
|
146
|
+
|
|
147
|
+
// Error state derived from color prop or errorText
|
|
148
|
+
let hasError = $derived(color === 'red' || Boolean(errorText));
|
|
149
|
+
|
|
150
|
+
let inputType = $derived(showPasswordToggle && isPasswordVisible ? "text" : type);
|
|
151
|
+
let shouldAnimate = $derived(animateFocus && !disabled && !readonly);
|
|
152
|
+
|
|
153
153
|
let sizeClass = $derived(formInputSizes[size] || formInputSizes.md);
|
|
154
|
-
|
|
155
|
-
const togglePasswordVisibility = () => {
|
|
156
|
-
isPasswordVisible = !isPasswordVisible;
|
|
157
|
-
};
|
|
158
|
-
|
|
159
|
-
const handleInput = (event) => {
|
|
160
|
-
inputValue = event.target.value;
|
|
161
|
-
|
|
162
|
-
// Format special input types
|
|
163
|
-
if (type === "creditCardNumber") {
|
|
164
|
-
const rawInput = inputValue.replace(/\D/g, "");
|
|
165
|
-
inputValue = formatCreditCardNumber(rawInput);
|
|
166
|
-
event.target.value = inputValue;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
if (type === "phoneNumber") {
|
|
170
|
-
const rawInput = inputValue.replace(/\D/g, "");
|
|
171
|
-
inputValue = formatPhoneNumber(rawInput);
|
|
172
|
-
event.target.value = inputValue;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
if (type === "username") {
|
|
176
|
-
let sanitized = inputValue.trim();
|
|
177
|
-
const urlPattern = /(?:https?:\/\/)?(?:www\.)?(?:instagram\.com|twitter\.com|x\.com|facebook\.com|fb\.com|tiktok\.com|linkedin\.com)\/(?:@)?([A-Za-z0-9._]+)\/?/i;
|
|
178
|
-
const urlMatch = sanitized.match(urlPattern);
|
|
179
|
-
if (urlMatch) {
|
|
180
|
-
sanitized = urlMatch[1];
|
|
181
|
-
}
|
|
182
|
-
sanitized = sanitized.replace(/^@+/, "");
|
|
183
|
-
sanitized = sanitized.replace(/[^A-Za-z0-9._]/g, "");
|
|
184
|
-
inputValue = sanitized;
|
|
185
|
-
event.target.value = inputValue;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
value = inputValue;
|
|
189
|
-
|
|
190
|
-
// Call oninputchange callback if provided
|
|
191
|
-
oninputchange?.(inputValue);
|
|
192
|
-
|
|
193
|
-
// Handle instant search
|
|
194
|
-
if (instantSearch) {
|
|
195
|
-
const inputValueStr = inputValue ?? '';
|
|
196
|
-
clearTimeout(debounceTimer);
|
|
197
|
-
if (inputValueStr.length === 0) {
|
|
198
|
-
onsearch?.({ query: '' });
|
|
199
|
-
return;
|
|
200
|
-
}
|
|
201
|
-
if (inputValueStr.length >= minSearchChars) {
|
|
202
|
-
debounceTimer = setTimeout(() => {
|
|
203
|
-
onsearch?.({ query: inputValue });
|
|
204
|
-
}, debounceMs);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
function clearInput() {
|
|
210
|
-
inputValue = '';
|
|
211
|
-
value = '';
|
|
212
|
-
clearTimeout(debounceTimer);
|
|
213
|
-
if (instantSearch) {
|
|
214
|
-
onsearch?.({ query: '' });
|
|
215
|
-
}
|
|
216
|
-
if (inputElement) {
|
|
217
|
-
inputElement.focus();
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
function handleSearchKeyDown(event) {
|
|
222
|
-
if (instantSearch) {
|
|
223
|
-
if (event.key === 'Enter') {
|
|
224
|
-
clearTimeout(debounceTimer);
|
|
225
|
-
onsearch?.({ query: inputValue });
|
|
226
|
-
}
|
|
227
|
-
if (event.key === 'Escape') {
|
|
228
|
-
clearInput();
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
|
|
154
|
+
|
|
155
|
+
const togglePasswordVisibility = () => {
|
|
156
|
+
isPasswordVisible = !isPasswordVisible;
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
const handleInput = (event) => {
|
|
160
|
+
inputValue = event.target.value;
|
|
161
|
+
|
|
162
|
+
// Format special input types
|
|
163
|
+
if (type === "creditCardNumber") {
|
|
164
|
+
const rawInput = inputValue.replace(/\D/g, "");
|
|
165
|
+
inputValue = formatCreditCardNumber(rawInput);
|
|
166
|
+
event.target.value = inputValue;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
if (type === "phoneNumber") {
|
|
170
|
+
const rawInput = inputValue.replace(/\D/g, "");
|
|
171
|
+
inputValue = formatPhoneNumber(rawInput);
|
|
172
|
+
event.target.value = inputValue;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
if (type === "username") {
|
|
176
|
+
let sanitized = inputValue.trim();
|
|
177
|
+
const urlPattern = /(?:https?:\/\/)?(?:www\.)?(?:instagram\.com|twitter\.com|x\.com|facebook\.com|fb\.com|tiktok\.com|linkedin\.com)\/(?:@)?([A-Za-z0-9._]+)\/?/i;
|
|
178
|
+
const urlMatch = sanitized.match(urlPattern);
|
|
179
|
+
if (urlMatch) {
|
|
180
|
+
sanitized = urlMatch[1];
|
|
181
|
+
}
|
|
182
|
+
sanitized = sanitized.replace(/^@+/, "");
|
|
183
|
+
sanitized = sanitized.replace(/[^A-Za-z0-9._]/g, "");
|
|
184
|
+
inputValue = sanitized;
|
|
185
|
+
event.target.value = inputValue;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
value = inputValue;
|
|
189
|
+
|
|
190
|
+
// Call oninputchange callback if provided
|
|
191
|
+
oninputchange?.(inputValue);
|
|
192
|
+
|
|
193
|
+
// Handle instant search
|
|
194
|
+
if (instantSearch) {
|
|
195
|
+
const inputValueStr = inputValue ?? '';
|
|
196
|
+
clearTimeout(debounceTimer);
|
|
197
|
+
if (inputValueStr.length === 0) {
|
|
198
|
+
onsearch?.({ query: '' });
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
if (inputValueStr.length >= minSearchChars) {
|
|
202
|
+
debounceTimer = setTimeout(() => {
|
|
203
|
+
onsearch?.({ query: inputValue });
|
|
204
|
+
}, debounceMs);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
function clearInput() {
|
|
210
|
+
inputValue = '';
|
|
211
|
+
value = '';
|
|
212
|
+
clearTimeout(debounceTimer);
|
|
213
|
+
if (instantSearch) {
|
|
214
|
+
onsearch?.({ query: '' });
|
|
215
|
+
}
|
|
216
|
+
if (inputElement) {
|
|
217
|
+
inputElement.focus();
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
function handleSearchKeyDown(event) {
|
|
222
|
+
if (instantSearch) {
|
|
223
|
+
if (event.key === 'Enter') {
|
|
224
|
+
clearTimeout(debounceTimer);
|
|
225
|
+
onsearch?.({ query: inputValue });
|
|
226
|
+
}
|
|
227
|
+
if (event.key === 'Escape') {
|
|
228
|
+
clearInput();
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
233
|
onDestroy(() => {
|
|
234
234
|
clearTimeout(debounceTimer);
|
|
235
235
|
});
|
|
236
236
|
|
|
237
237
|
const handleBlur = () => {
|
|
238
|
-
onblur?.();
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
const handleFocus = () => {
|
|
242
|
-
onfocus?.();
|
|
243
|
-
};
|
|
244
|
-
|
|
245
|
-
const getContentFloatClass = () => {
|
|
246
|
-
switch (contentFloat) {
|
|
247
|
-
case "center": return "text-center";
|
|
248
|
-
case "right": return "text-right";
|
|
249
|
-
default: return "text-left";
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
|
|
253
|
-
const getTextareaSizeClass = () => {
|
|
254
|
-
switch (textareaSize) {
|
|
255
|
-
case "sm": return "h-24";
|
|
256
|
-
case "md": return "h-36";
|
|
257
|
-
case "lg": return "h-44";
|
|
258
|
-
default: return "";
|
|
259
|
-
}
|
|
260
|
-
};
|
|
261
|
-
|
|
262
|
-
const handleButtonClick = () => {
|
|
263
|
-
if (typeof onButtonClick === "function") {
|
|
264
|
-
onButtonClick(inputValue);
|
|
265
|
-
}
|
|
266
|
-
};
|
|
267
|
-
</script>
|
|
268
|
-
|
|
269
|
-
<div class="flex flex-col gap-2 {className}" {...restProps}>
|
|
270
|
-
{#if label}
|
|
271
|
-
<div class="flex justify-start items-center gap-1">
|
|
272
|
-
<label for={id} class={`${typography.label} leading-tight sm:leading-none`}>
|
|
273
|
-
{label}{#if required}<span class="text-red-500 font-medium text-sm ml-0.5">*</span>{/if}
|
|
274
|
-
</label>
|
|
275
|
-
{#if statusText}
|
|
276
|
-
<span class="text-sm font-medium {statusType === 'success' ? 'text-green-600' : statusType === 'error' ? 'text-red-500' : ''}">({statusText})</span>
|
|
277
|
-
{/if}
|
|
278
|
-
{#if optional}
|
|
279
|
-
<span class={typography.smMuted}>(optional)</span>
|
|
280
|
-
{/if}
|
|
281
|
-
</div>
|
|
282
|
-
{/if}
|
|
283
|
-
<div class="relative w-full">
|
|
284
|
-
{#if type === "textarea"}
|
|
285
|
-
<textarea
|
|
286
|
-
{id}
|
|
287
|
-
{name}
|
|
288
|
-
{placeholder}
|
|
289
|
-
value={inputValue}
|
|
290
|
-
oninput={handleInput}
|
|
291
|
-
onblur={handleBlur}
|
|
292
|
-
onfocus={handleFocus}
|
|
293
|
-
{maxlength}
|
|
294
|
-
{minlength}
|
|
295
|
-
class="{typography.sm} w-full px-3 py-2 bg-gray-50 dark:bg-gray-800 border rounded-lg font-medium placeholder-gray-500 dark:placeholder-gray-400 transition-all focus:outline-none focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-800 resize-y {hasError ? 'border-red-500' : 'border-gray-300 dark:border-gray-600 hover:border-blue-500 focus:border-blue-500'} {getContentFloatClass()} {getTextareaSizeClass()} {shouldAnimate ? 'focus:scale-[1.01]' : ''}"
|
|
296
|
-
required={false}
|
|
297
|
-
{disabled}
|
|
298
|
-
{readonly}
|
|
299
|
-
rows="4"
|
|
300
|
-
aria-required={required}
|
|
301
|
-
></textarea>
|
|
238
|
+
onblur?.();
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
const handleFocus = () => {
|
|
242
|
+
onfocus?.();
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
const getContentFloatClass = () => {
|
|
246
|
+
switch (contentFloat) {
|
|
247
|
+
case "center": return "text-center";
|
|
248
|
+
case "right": return "text-right";
|
|
249
|
+
default: return "text-left";
|
|
250
|
+
}
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
const getTextareaSizeClass = () => {
|
|
254
|
+
switch (textareaSize) {
|
|
255
|
+
case "sm": return "h-24";
|
|
256
|
+
case "md": return "h-36";
|
|
257
|
+
case "lg": return "h-44";
|
|
258
|
+
default: return "";
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
const handleButtonClick = () => {
|
|
263
|
+
if (typeof onButtonClick === "function") {
|
|
264
|
+
onButtonClick(inputValue);
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
</script>
|
|
268
|
+
|
|
269
|
+
<div class="flex flex-col gap-2 {className}" {...restProps}>
|
|
270
|
+
{#if label}
|
|
271
|
+
<div class="flex justify-start items-center gap-1">
|
|
272
|
+
<label for={id} class={`${typography.label} leading-tight sm:leading-none`}>
|
|
273
|
+
{label}{#if required}<span class="text-red-500 font-medium text-sm ml-0.5">*</span>{/if}
|
|
274
|
+
</label>
|
|
275
|
+
{#if statusText}
|
|
276
|
+
<span class="text-sm font-medium {statusType === 'success' ? 'text-green-600' : statusType === 'error' ? 'text-red-500' : ''}">({statusText})</span>
|
|
277
|
+
{/if}
|
|
278
|
+
{#if optional}
|
|
279
|
+
<span class={typography.smMuted}>(optional)</span>
|
|
280
|
+
{/if}
|
|
281
|
+
</div>
|
|
282
|
+
{/if}
|
|
283
|
+
<div class="relative w-full">
|
|
284
|
+
{#if type === "textarea"}
|
|
285
|
+
<textarea
|
|
286
|
+
{id}
|
|
287
|
+
{name}
|
|
288
|
+
{placeholder}
|
|
289
|
+
value={inputValue}
|
|
290
|
+
oninput={handleInput}
|
|
291
|
+
onblur={handleBlur}
|
|
292
|
+
onfocus={handleFocus}
|
|
293
|
+
{maxlength}
|
|
294
|
+
{minlength}
|
|
295
|
+
class="{typography.sm} w-full px-3 py-2 bg-gray-50 dark:bg-gray-800 border rounded-lg font-medium placeholder-gray-500 dark:placeholder-gray-400 transition-all focus:outline-none focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-800 resize-y {hasError ? 'border-red-500' : 'border-gray-300 dark:border-gray-600 hover:border-blue-500 focus:border-blue-500'} {getContentFloatClass()} {getTextareaSizeClass()} {shouldAnimate ? 'focus:scale-[1.01]' : ''}"
|
|
296
|
+
required={false}
|
|
297
|
+
{disabled}
|
|
298
|
+
{readonly}
|
|
299
|
+
rows="4"
|
|
300
|
+
aria-required={required}
|
|
301
|
+
></textarea>
|
|
302
302
|
{:else if type === "password" && showPasswordToggle}
|
|
303
303
|
<div class="flex items-center w-full bg-gray-50 dark:bg-gray-800 border rounded-lg transition-all outline-none focus-within:ring-4 focus-within:ring-blue-300 dark:focus-within:ring-blue-800 {hasError ? 'border-red-500' : 'border-gray-300 dark:border-gray-600 hover:border-blue-500 focus-within:border-blue-500'} {shouldAnimate ? 'focus-within:scale-[1.01]' : ''}">
|
|
304
304
|
<!-- svelte-ignore a11y_autofocus -->
|
|
305
305
|
<input
|
|
306
|
-
bind:this={inputElement}
|
|
307
|
-
{id}
|
|
308
|
-
type={inputType}
|
|
309
|
-
{name}
|
|
310
|
-
{placeholder}
|
|
311
|
-
value={inputValue}
|
|
312
|
-
oninput={handleInput}
|
|
313
|
-
onchange={checkForAutofill}
|
|
314
|
-
onblur={handleBlur}
|
|
315
|
-
onfocus={handleFocus}
|
|
316
|
-
{maxlength}
|
|
317
|
-
{minlength}
|
|
318
|
-
class="{typography.sm} flex-1 w-full {sizeClass} bg-transparent border-none font-medium placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-0 {getContentFloatClass()}"
|
|
319
|
-
required={false}
|
|
320
|
-
{disabled}
|
|
321
|
-
{readonly}
|
|
322
|
-
aria-required={required}
|
|
323
|
-
{autocomplete}
|
|
324
|
-
{autofocus}
|
|
325
|
-
inputmode={computedInputmode}
|
|
326
|
-
/>
|
|
327
|
-
<button
|
|
328
|
-
type="button"
|
|
329
|
-
onclick={togglePasswordVisibility}
|
|
330
|
-
class="flex items-center justify-center px-3 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 focus:outline-none"
|
|
331
|
-
tabindex="-1"
|
|
332
|
-
aria-label={isPasswordVisible ? "Hide password" : "Show password"}
|
|
333
|
-
>
|
|
334
|
-
{#if isPasswordVisible}
|
|
335
|
-
<EyeSlashOutline class="w-5 h-5" />
|
|
336
|
-
{:else}
|
|
337
|
-
<EyeOutline class="w-5 h-5" />
|
|
338
|
-
{/if}
|
|
339
|
-
</button>
|
|
340
|
-
</div>
|
|
341
|
-
{:else}
|
|
342
|
-
<div class="relative flex items-center w-full">
|
|
343
|
-
{#if leftIcon}
|
|
344
|
-
<div class="absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400 z-10 pointer-events-none">
|
|
345
|
-
{@render leftIcon()}
|
|
346
|
-
</div>
|
|
306
|
+
bind:this={inputElement}
|
|
307
|
+
{id}
|
|
308
|
+
type={inputType}
|
|
309
|
+
{name}
|
|
310
|
+
{placeholder}
|
|
311
|
+
value={inputValue}
|
|
312
|
+
oninput={handleInput}
|
|
313
|
+
onchange={checkForAutofill}
|
|
314
|
+
onblur={handleBlur}
|
|
315
|
+
onfocus={handleFocus}
|
|
316
|
+
{maxlength}
|
|
317
|
+
{minlength}
|
|
318
|
+
class="{typography.sm} flex-1 w-full {sizeClass} bg-transparent border-none font-medium placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-0 {getContentFloatClass()}"
|
|
319
|
+
required={false}
|
|
320
|
+
{disabled}
|
|
321
|
+
{readonly}
|
|
322
|
+
aria-required={required}
|
|
323
|
+
{autocomplete}
|
|
324
|
+
{autofocus}
|
|
325
|
+
inputmode={computedInputmode}
|
|
326
|
+
/>
|
|
327
|
+
<button
|
|
328
|
+
type="button"
|
|
329
|
+
onclick={togglePasswordVisibility}
|
|
330
|
+
class="flex items-center justify-center px-3 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 focus:outline-none"
|
|
331
|
+
tabindex="-1"
|
|
332
|
+
aria-label={isPasswordVisible ? "Hide password" : "Show password"}
|
|
333
|
+
>
|
|
334
|
+
{#if isPasswordVisible}
|
|
335
|
+
<EyeSlashOutline class="w-5 h-5" />
|
|
336
|
+
{:else}
|
|
337
|
+
<EyeOutline class="w-5 h-5" />
|
|
338
|
+
{/if}
|
|
339
|
+
</button>
|
|
340
|
+
</div>
|
|
341
|
+
{:else}
|
|
342
|
+
<div class="relative flex items-center w-full">
|
|
343
|
+
{#if leftIcon}
|
|
344
|
+
<div class="absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400 z-10 pointer-events-none">
|
|
345
|
+
{@render leftIcon()}
|
|
346
|
+
</div>
|
|
347
347
|
{/if}
|
|
348
348
|
<!-- svelte-ignore a11y_autofocus -->
|
|
349
349
|
<input
|
|
@@ -352,80 +352,80 @@
|
|
|
352
352
|
type={inputType}
|
|
353
353
|
{name}
|
|
354
354
|
{placeholder}
|
|
355
|
-
value={inputValue}
|
|
356
|
-
oninput={handleInput}
|
|
357
|
-
onchange={checkForAutofill}
|
|
358
|
-
onblur={handleBlur}
|
|
359
|
-
onfocus={handleFocus}
|
|
360
|
-
onkeydown={handleSearchKeyDown}
|
|
361
|
-
{maxlength}
|
|
362
|
-
{minlength}
|
|
363
|
-
class="{typography.body} w-full {sizeClass} bg-gray-50 dark:bg-gray-800 border rounded-lg font-medium placeholder-gray-500 dark:placeholder-gray-400 transition-all focus:outline-none focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-800 {hasError ? 'border-red-500' : 'border-gray-300 dark:border-gray-600 hover:border-blue-500 focus:border-blue-500'} {icon || (showClearButton && inputValue) ? 'pr-10' : ''} {leftIcon ? 'pl-10' : ''} {getContentFloatClass()} {shouldAnimate ? 'focus:scale-[1.01]' : ''} {disabled ? 'opacity-50 cursor-not-allowed' : ''}"
|
|
364
|
-
required={false}
|
|
365
|
-
{disabled}
|
|
366
|
-
{readonly}
|
|
367
|
-
aria-required={required}
|
|
368
|
-
{autocomplete}
|
|
369
|
-
{autofocus}
|
|
370
|
-
inputmode={computedInputmode}
|
|
371
|
-
/>
|
|
372
|
-
{#if showClearButton && inputValue}
|
|
373
|
-
<button
|
|
374
|
-
type="button"
|
|
375
|
-
onclick={clearInput}
|
|
376
|
-
class="absolute right-2 top-1/2 -translate-y-1/2 flex items-center justify-center p-1 text-gray-400 hover:text-gray-600 dark:hover:text-gray-200"
|
|
377
|
-
aria-label="Clear input"
|
|
378
|
-
tabindex="-1"
|
|
379
|
-
>
|
|
380
|
-
<CloseCircleOutline class="w-4 h-4" />
|
|
381
|
-
</button>
|
|
382
|
-
{:else if controlled && (buttonIcon || buttonText)}
|
|
383
|
-
<button
|
|
384
|
-
type="button"
|
|
385
|
-
onclick={handleButtonClick}
|
|
386
|
-
disabled={buttonDisabled}
|
|
387
|
-
class="absolute inset-y-0 right-0 gap-1 flex items-center justify-center px-4 text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 disabled:opacity-50 disabled:cursor-not-allowed {helperText || hintText || errorText ? 'mb-7' : ''}"
|
|
388
|
-
>
|
|
389
|
-
{#if buttonIcon}
|
|
390
|
-
<img src={buttonIcon} alt="Button Icon" class="w-5 h-5" />
|
|
391
|
-
{/if}
|
|
392
|
-
{#if buttonText}
|
|
393
|
-
<span class="text-sm font-medium">{buttonText}</span>
|
|
394
|
-
{/if}
|
|
395
|
-
</button>
|
|
396
|
-
{/if}
|
|
397
|
-
{#if icon && type !== "textarea" && !(showClearButton && inputValue)}
|
|
398
|
-
<img src={icon} alt="Input icon" class="absolute inset-y-0 right-0 w-5 h-5 mr-3 top-1/2 transform -translate-y-1/2" />
|
|
399
|
-
{/if}
|
|
400
|
-
</div>
|
|
401
|
-
{/if}
|
|
402
|
-
|
|
403
|
-
{#if errorText}
|
|
404
|
-
<div transition:slide={{ duration: 300, easing: cubicOut }} class="flex items-start gap-1.5 mt-2" role="alert" aria-live="assertive">
|
|
405
|
-
<ExclamationCircleOutline class="w-4 h-4 shrink-0 text-red-500 mt-0.5" />
|
|
406
|
-
<p class={typography.error}>{errorText}</p>
|
|
407
|
-
</div>
|
|
408
|
-
{:else if helperText || hintText}
|
|
409
|
-
<div class={`mt-2 flex items-center ${typography.xsMuted} opacity-65`}>
|
|
410
|
-
{#if helperIcon || hintIcon}
|
|
411
|
-
<img src={helperIcon || hintIcon} alt="Helper icon" class="w-4 h-4 mr-2" />
|
|
412
|
-
{/if}
|
|
413
|
-
<span>{@html helperText || hintText}</span>
|
|
414
|
-
</div>
|
|
415
|
-
{/if}
|
|
416
|
-
</div>
|
|
417
|
-
</div>
|
|
418
|
-
|
|
419
|
-
<style>
|
|
420
|
-
/* Hide number input spinners globally */
|
|
421
|
-
:global(input[type="number"]::-webkit-outer-spin-button),
|
|
422
|
-
:global(input[type="number"]::-webkit-inner-spin-button) {
|
|
423
|
-
-webkit-appearance: none;
|
|
424
|
-
margin: 0;
|
|
425
|
-
}
|
|
355
|
+
value={inputValue}
|
|
356
|
+
oninput={handleInput}
|
|
357
|
+
onchange={checkForAutofill}
|
|
358
|
+
onblur={handleBlur}
|
|
359
|
+
onfocus={handleFocus}
|
|
360
|
+
onkeydown={handleSearchKeyDown}
|
|
361
|
+
{maxlength}
|
|
362
|
+
{minlength}
|
|
363
|
+
class="{typography.body} w-full {sizeClass} bg-gray-50 dark:bg-gray-800 border rounded-lg font-medium placeholder-gray-500 dark:placeholder-gray-400 transition-all focus:outline-none focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-800 {hasError ? 'border-red-500' : 'border-gray-300 dark:border-gray-600 hover:border-blue-500 focus:border-blue-500'} {icon || (showClearButton && inputValue) ? 'pr-10' : ''} {leftIcon ? 'pl-10' : ''} {getContentFloatClass()} {shouldAnimate ? 'focus:scale-[1.01]' : ''} {disabled ? 'opacity-50 cursor-not-allowed' : ''}"
|
|
364
|
+
required={false}
|
|
365
|
+
{disabled}
|
|
366
|
+
{readonly}
|
|
367
|
+
aria-required={required}
|
|
368
|
+
{autocomplete}
|
|
369
|
+
{autofocus}
|
|
370
|
+
inputmode={computedInputmode}
|
|
371
|
+
/>
|
|
372
|
+
{#if showClearButton && inputValue}
|
|
373
|
+
<button
|
|
374
|
+
type="button"
|
|
375
|
+
onclick={clearInput}
|
|
376
|
+
class="absolute right-2 top-1/2 -translate-y-1/2 flex items-center justify-center p-1 text-gray-400 hover:text-gray-600 dark:hover:text-gray-200"
|
|
377
|
+
aria-label="Clear input"
|
|
378
|
+
tabindex="-1"
|
|
379
|
+
>
|
|
380
|
+
<CloseCircleOutline class="w-4 h-4" />
|
|
381
|
+
</button>
|
|
382
|
+
{:else if controlled && (buttonIcon || buttonText)}
|
|
383
|
+
<button
|
|
384
|
+
type="button"
|
|
385
|
+
onclick={handleButtonClick}
|
|
386
|
+
disabled={buttonDisabled}
|
|
387
|
+
class="absolute inset-y-0 right-0 gap-1 flex items-center justify-center px-4 text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 disabled:opacity-50 disabled:cursor-not-allowed {helperText || hintText || errorText ? 'mb-7' : ''}"
|
|
388
|
+
>
|
|
389
|
+
{#if buttonIcon}
|
|
390
|
+
<img src={buttonIcon} alt="Button Icon" class="w-5 h-5" />
|
|
391
|
+
{/if}
|
|
392
|
+
{#if buttonText}
|
|
393
|
+
<span class="text-sm font-medium">{buttonText}</span>
|
|
394
|
+
{/if}
|
|
395
|
+
</button>
|
|
396
|
+
{/if}
|
|
397
|
+
{#if icon && type !== "textarea" && !(showClearButton && inputValue)}
|
|
398
|
+
<img src={icon} alt="Input icon" class="absolute inset-y-0 right-0 w-5 h-5 mr-3 top-1/2 transform -translate-y-1/2" />
|
|
399
|
+
{/if}
|
|
400
|
+
</div>
|
|
401
|
+
{/if}
|
|
402
|
+
|
|
403
|
+
{#if errorText}
|
|
404
|
+
<div transition:slide={{ duration: 300, easing: cubicOut }} class="flex items-start gap-1.5 mt-2" role="alert" aria-live="assertive">
|
|
405
|
+
<ExclamationCircleOutline class="w-4 h-4 shrink-0 text-red-500 mt-0.5" />
|
|
406
|
+
<p class={typography.error}>{errorText}</p>
|
|
407
|
+
</div>
|
|
408
|
+
{:else if helperText || hintText}
|
|
409
|
+
<div class={`mt-2 flex items-center ${typography.xsMuted} opacity-65`}>
|
|
410
|
+
{#if helperIcon || hintIcon}
|
|
411
|
+
<img src={helperIcon || hintIcon} alt="Helper icon" class="w-4 h-4 mr-2" />
|
|
412
|
+
{/if}
|
|
413
|
+
<span>{@html helperText || hintText}</span>
|
|
414
|
+
</div>
|
|
415
|
+
{/if}
|
|
416
|
+
</div>
|
|
417
|
+
</div>
|
|
418
|
+
|
|
419
|
+
<style>
|
|
420
|
+
/* Hide number input spinners globally */
|
|
421
|
+
:global(input[type="number"]::-webkit-outer-spin-button),
|
|
422
|
+
:global(input[type="number"]::-webkit-inner-spin-button) {
|
|
423
|
+
-webkit-appearance: none;
|
|
424
|
+
margin: 0;
|
|
425
|
+
}
|
|
426
426
|
:global(input[type="number"]) {
|
|
427
427
|
-moz-appearance: textfield;
|
|
428
428
|
-webkit-appearance: textfield;
|
|
429
429
|
appearance: textfield;
|
|
430
430
|
}
|
|
431
|
-
</style>
|
|
431
|
+
</style>
|