@getmicdrop/svelte-components 5.5.1 → 5.5.4

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 (214) hide show
  1. package/dist/calendar/AboutShow/AboutShow.svelte +172 -172
  2. package/dist/calendar/Calendar/MiniMonthCalendar.svelte +782 -782
  3. package/dist/calendar/FAQs/FAQs.svelte +75 -75
  4. package/dist/calendar/MonthSwitcher/MonthSwitcher.svelte +126 -126
  5. package/dist/calendar/OrderSummary/OrderSummary.svelte +367 -367
  6. package/dist/calendar/PublicCard/PublicCard.svelte +134 -134
  7. package/dist/calendar/ShowCard/ShowCard.svelte +157 -157
  8. package/dist/calendar/ShowTimeCard/ShowTimeCard.svelte +61 -61
  9. package/dist/components/Layout/Grid.svelte +4 -4
  10. package/dist/components/Layout/Section.svelte +80 -80
  11. package/dist/components/Layout/Sidebar.svelte +108 -108
  12. package/dist/components/Layout/Stack.svelte +6 -6
  13. package/dist/constants/validation.js +91 -91
  14. package/dist/constants/validation.spec.js +64 -64
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.js +223 -222
  17. package/dist/patterns/data/DataGrid.svelte +45 -45
  18. package/dist/patterns/data/DataList.svelte +24 -24
  19. package/dist/patterns/data/DataTable.svelte +36 -36
  20. package/dist/patterns/forms/FormActions.spec.js +88 -88
  21. package/dist/patterns/forms/FormActions.stories.svelte +97 -97
  22. package/dist/patterns/forms/FormActions.svelte +46 -46
  23. package/dist/patterns/forms/FormGrid.svelte +33 -33
  24. package/dist/patterns/forms/FormSection.svelte +32 -32
  25. package/dist/patterns/forms/FormValidationSummary.stories.svelte +83 -83
  26. package/dist/patterns/forms/FormValidationSummary.svelte +33 -33
  27. package/dist/patterns/layout/Sidebar.svelte +39 -39
  28. package/dist/patterns/navigation/BottomNav.stories.svelte +117 -117
  29. package/dist/patterns/navigation/BottomNav.svelte +20 -20
  30. package/dist/patterns/navigation/Header.stories.svelte +77 -77
  31. package/dist/patterns/navigation/Header.svelte +193 -193
  32. package/dist/patterns/page/PageHeader.svelte +18 -18
  33. package/dist/patterns/page/PageLayout.svelte +40 -40
  34. package/dist/patterns/page/PageLoader.spec.js +54 -54
  35. package/dist/patterns/page/PageLoader.stories.svelte +137 -137
  36. package/dist/patterns/page/PageLoader.svelte +24 -24
  37. package/dist/patterns/page/SectionHeader.svelte +29 -29
  38. package/dist/presets/badges.js +112 -112
  39. package/dist/presets/buttons.js +76 -76
  40. package/dist/presets/index.js +9 -9
  41. package/dist/primitives/Accordion/Accordion.stories.svelte +75 -75
  42. package/dist/primitives/Accordion/Accordion.svelte +42 -42
  43. package/dist/primitives/Accordion/AccordionItem.svelte +95 -95
  44. package/dist/primitives/Alert/Alert.spec.js +170 -170
  45. package/dist/primitives/Alert/Alert.stories.svelte +88 -88
  46. package/dist/primitives/Alert/Alert.svelte +27 -27
  47. package/dist/primitives/Avatar/Avatar.stories.svelte +94 -94
  48. package/dist/primitives/Avatar/Avatar.svelte +66 -66
  49. package/dist/primitives/Badges/Badge.spec.js +103 -103
  50. package/dist/primitives/Badges/Badge.stories.svelte +86 -86
  51. package/dist/primitives/Badges/Badge.svelte +79 -79
  52. package/dist/primitives/BottomSheet/BottomSheet.spec.js +127 -127
  53. package/dist/primitives/BottomSheet/BottomSheet.stories.svelte +83 -83
  54. package/dist/primitives/BottomSheet/BottomSheet.svelte +100 -100
  55. package/dist/primitives/Breadcrumb/Breadcrumb.spec.js +120 -120
  56. package/dist/primitives/Breadcrumb/Breadcrumb.stories.svelte +23 -23
  57. package/dist/primitives/Breadcrumb/Breadcrumb.svelte +89 -89
  58. package/dist/primitives/Button/Button.spec.js +211 -211
  59. package/dist/primitives/Button/Button.stories.svelte +76 -76
  60. package/dist/primitives/Button/Button.svelte +270 -270
  61. package/dist/primitives/Button/ButtonSaveDemo.spec.js +48 -48
  62. package/dist/primitives/Button/ButtonSaveDemo.svelte +25 -25
  63. package/dist/primitives/Button/ButtonVariantShowcase.svelte +129 -129
  64. package/dist/primitives/Card.spec.js +49 -49
  65. package/dist/primitives/Card.stories.svelte +22 -22
  66. package/dist/primitives/Card.svelte +28 -28
  67. package/dist/primitives/Checkbox/Checkbox.stories.svelte +84 -84
  68. package/dist/primitives/Checkbox/Checkbox.svelte +88 -88
  69. package/dist/primitives/DarkModeToggle.spec.js +357 -357
  70. package/dist/primitives/DarkModeToggle.stories.svelte +57 -57
  71. package/dist/primitives/DarkModeToggle.svelte +136 -136
  72. package/dist/primitives/Drawer/Drawer.stories.svelte +80 -80
  73. package/dist/primitives/Drawer/Drawer.svelte +120 -120
  74. package/dist/primitives/Dropdown/Dropdown.stories.svelte +137 -137
  75. package/dist/primitives/Dropdown/Dropdown.svelte +14 -14
  76. package/dist/primitives/Dropdown/DropdownItem.svelte +80 -80
  77. package/dist/primitives/Icons/ArrowLeft.svelte +8 -8
  78. package/dist/primitives/Icons/ArrowRight.svelte +8 -8
  79. package/dist/primitives/Icons/Availability.svelte +14 -14
  80. package/dist/primitives/Icons/Back.svelte +14 -14
  81. package/dist/primitives/Icons/CheckCircle.svelte +6 -6
  82. package/dist/primitives/Icons/CheckCircleOutline.svelte +15 -15
  83. package/dist/primitives/Icons/ChevronLeft.svelte +4 -4
  84. package/dist/primitives/Icons/ChevronRight.svelte +4 -4
  85. package/dist/primitives/Icons/Copy.svelte +15 -15
  86. package/dist/primitives/Icons/Cross.svelte +5 -5
  87. package/dist/primitives/Icons/DownArrow.svelte +8 -8
  88. package/dist/primitives/Icons/ErrorCircle.svelte +6 -6
  89. package/dist/primitives/Icons/FacebookIcon.svelte +2 -2
  90. package/dist/primitives/Icons/Home.svelte +15 -15
  91. package/dist/primitives/Icons/Icon.spec.js +169 -169
  92. package/dist/primitives/Icons/Icon.stories.svelte +100 -100
  93. package/dist/primitives/Icons/Icon.svelte +52 -52
  94. package/dist/primitives/Icons/IconGallery.stories.svelte +235 -235
  95. package/dist/primitives/Icons/Info.svelte +7 -7
  96. package/dist/primitives/Icons/InstagramIcon.svelte +4 -4
  97. package/dist/primitives/Icons/LogoInstagram.svelte +2 -2
  98. package/dist/primitives/Icons/Message.svelte +15 -15
  99. package/dist/primitives/Icons/MoonIcon.svelte +5 -5
  100. package/dist/primitives/Icons/More.svelte +21 -21
  101. package/dist/primitives/Icons/MoreHori.spec.js +61 -61
  102. package/dist/primitives/Icons/MoreHori.svelte +22 -22
  103. package/dist/primitives/Icons/Notification.svelte +14 -14
  104. package/dist/primitives/Icons/Payment.svelte +14 -14
  105. package/dist/primitives/Icons/Profile.svelte +21 -21
  106. package/dist/primitives/Icons/Reload.svelte +29 -29
  107. package/dist/primitives/Icons/Shows.svelte +21 -21
  108. package/dist/primitives/Icons/Signout.svelte +21 -21
  109. package/dist/primitives/Icons/SunIcon.svelte +8 -8
  110. package/dist/primitives/Icons/TiktokIcon.svelte +2 -2
  111. package/dist/primitives/Icons/TwitterIcon.svelte +2 -2
  112. package/dist/primitives/Icons/WarningIcon.spec.js +18 -18
  113. package/dist/primitives/Icons/WarningIcon.svelte +5 -5
  114. package/dist/primitives/Input/Input.spec.js +573 -573
  115. package/dist/primitives/Input/Input.stories.svelte +139 -139
  116. package/dist/primitives/Input/Input.svelte +392 -392
  117. package/dist/primitives/Input/Select.spec.js +218 -218
  118. package/dist/primitives/Input/Select.stories.svelte +112 -112
  119. package/dist/primitives/Input/Select.svelte +128 -128
  120. package/dist/primitives/Input/Textarea.stories.svelte +137 -137
  121. package/dist/primitives/Input/Textarea.svelte +35 -35
  122. package/dist/primitives/Label/Label.svelte +37 -37
  123. package/dist/primitives/Modal/Modal.spec.js +95 -95
  124. package/dist/primitives/Modal/Modal.stories.svelte +86 -86
  125. package/dist/primitives/Modal/Modal.svelte +158 -158
  126. package/dist/primitives/NumberInput/NumberInput.svelte +106 -106
  127. package/dist/primitives/Pagination/Pagination.stories.svelte +76 -76
  128. package/dist/primitives/Pagination/Pagination.svelte +261 -261
  129. package/dist/primitives/Radio/Radio.stories.svelte +80 -80
  130. package/dist/primitives/Radio/Radio.svelte +67 -67
  131. package/dist/primitives/Skeleton/CardPlaceholder.svelte +87 -87
  132. package/dist/primitives/Skeleton/ImagePlaceholder.svelte +59 -59
  133. package/dist/primitives/Skeleton/ListPlaceholder.svelte +76 -76
  134. package/dist/primitives/Skeleton/Skeleton.stories.svelte +151 -151
  135. package/dist/primitives/Skeleton/Skeleton.svelte +26 -26
  136. package/dist/primitives/Spinner/Spinner.spec.js +75 -75
  137. package/dist/primitives/Spinner/Spinner.stories.svelte +29 -29
  138. package/dist/primitives/Spinner/Spinner.svelte +20 -20
  139. package/dist/primitives/Tabs/TabItem.svelte +49 -49
  140. package/dist/primitives/Tabs/Tabs.stories.svelte +112 -112
  141. package/dist/primitives/Tabs/Tabs.svelte +123 -123
  142. package/dist/primitives/Toggle.spec.js +127 -127
  143. package/dist/primitives/Toggle.stories.svelte +92 -92
  144. package/dist/primitives/Toggle.svelte +71 -71
  145. package/dist/primitives/Typography/Typography.svelte +53 -53
  146. package/dist/primitives/ValidationError.spec.js +103 -103
  147. package/dist/primitives/ValidationError.stories.svelte +69 -69
  148. package/dist/primitives/ValidationError.svelte +29 -29
  149. package/dist/recipes/CropImage/CropImage.spec.js +216 -216
  150. package/dist/recipes/CropImage/CropImage.stories.svelte +104 -104
  151. package/dist/recipes/CropImage/CropImage.svelte +238 -238
  152. package/dist/recipes/ImageUploader/ImageUploader.stories.svelte +125 -125
  153. package/dist/recipes/ImageUploader/ImageUploader.svelte +804 -804
  154. package/dist/recipes/SuperLogin/SuperLogin.svelte +7 -6
  155. package/dist/recipes/SuperLogin/SuperLogin.svelte.d.ts.map +1 -1
  156. package/dist/recipes/Toaster/Toaster.stories.svelte +62 -62
  157. package/dist/recipes/feedback/EmptyState/EmptyState.svelte +1 -1
  158. package/dist/recipes/feedback/ErrorDisplay.spec.js +69 -69
  159. package/dist/recipes/feedback/ErrorDisplay.stories.svelte +101 -101
  160. package/dist/recipes/feedback/ErrorDisplay.svelte +1 -1
  161. package/dist/recipes/feedback/StatusIndicator/StatusIndicator.spec.js +129 -129
  162. package/dist/recipes/feedback/StatusIndicator/StatusIndicator.svelte +157 -157
  163. package/dist/recipes/fields/CheckboxField.svelte +85 -85
  164. package/dist/recipes/fields/FormField.svelte +58 -58
  165. package/dist/recipes/fields/RadioGroup.svelte +95 -95
  166. package/dist/recipes/fields/SelectField.svelte +80 -80
  167. package/dist/recipes/fields/TextareaField.svelte +97 -97
  168. package/dist/recipes/fields/ToggleField.svelte +60 -60
  169. package/dist/recipes/fields/index.js +7 -7
  170. package/dist/recipes/inputs/MultiSelect.spec.js +257 -257
  171. package/dist/recipes/inputs/MultiSelect.stories.svelte +133 -133
  172. package/dist/recipes/inputs/MultiSelect.svelte +249 -249
  173. package/dist/recipes/inputs/OTPInput.spec.js +238 -238
  174. package/dist/recipes/inputs/OTPInput.stories.svelte +162 -162
  175. package/dist/recipes/inputs/OTPInput.svelte +29 -29
  176. package/dist/recipes/inputs/PasswordInput.svelte +22 -22
  177. package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.spec.js +173 -173
  178. package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.svelte +43 -43
  179. package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.spec.js +300 -300
  180. package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.stories.svelte +123 -123
  181. package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.svelte +326 -326
  182. package/dist/recipes/inputs/Search.svelte +37 -37
  183. package/dist/recipes/inputs/SelectDropdown.svelte +57 -57
  184. package/dist/recipes/modals/AlertModal.svelte +130 -130
  185. package/dist/recipes/modals/ConfirmationModal.spec.js +191 -191
  186. package/dist/recipes/modals/ConfirmationModal.stories.svelte +119 -119
  187. package/dist/recipes/modals/ConfirmationModal.svelte +152 -152
  188. package/dist/recipes/modals/InputModal.svelte +182 -182
  189. package/dist/recipes/modals/ModalStateManager.spec.js +100 -100
  190. package/dist/recipes/modals/ModalStateManager.svelte +77 -77
  191. package/dist/recipes/modals/ModalTestWrapper.svelte +65 -65
  192. package/dist/recipes/modals/StatusModal.svelte +206 -206
  193. package/dist/services/EventService.js +75 -75
  194. package/dist/services/EventService.spec.js +217 -217
  195. package/dist/services/ShowService.spec.js +342 -342
  196. package/dist/stores/auth.js +36 -36
  197. package/dist/stores/auth.spec.js +139 -139
  198. package/dist/stores/toaster.js +13 -13
  199. package/dist/stories/ButtonAuditReview.stories.svelte +14 -14
  200. package/dist/stories/ButtonAuditReview.svelte +427 -427
  201. package/dist/stories/PatternsGallery.stories.svelte +19 -19
  202. package/dist/stories/PatternsGallery.svelte +206 -206
  203. package/dist/stories/PrimitivesGallery.stories.svelte +19 -19
  204. package/dist/stories/PrimitivesGallery.svelte +725 -725
  205. package/dist/stories/RecipesGallery.stories.svelte +19 -19
  206. package/dist/stories/RecipesGallery.svelte +271 -271
  207. package/dist/stories/button-audit-manifest.json +11186 -11186
  208. package/dist/tailwind/preset.cjs +82 -82
  209. package/dist/tokens/tokens.css +87 -87
  210. package/dist/utils/transitions.d.ts +24 -0
  211. package/dist/utils/transitions.d.ts.map +1 -0
  212. package/dist/utils/transitions.js +62 -0
  213. package/dist/utils/utils.js +354 -354
  214. package/package.json +283 -283
@@ -1,218 +1,218 @@
1
- import { render, screen, fireEvent } from "@testing-library/svelte";
2
- import userEvent from "@testing-library/user-event";
3
- import { expect, describe, test, vi } from "vitest";
4
- import Select from "./Select.svelte";
5
-
6
- const sampleItems = [
7
- { name: "Option 1", value: "opt1" },
8
- { name: "Option 2", value: "opt2" },
9
- { name: "Option 3", value: "opt3" },
10
- ];
11
-
12
- function setupTest(args = {}) {
13
- const user = userEvent.setup();
14
- const { component } = render(Select, {
15
- props: {
16
- items: sampleItems,
17
- ...args,
18
- },
19
- });
20
- return { user, component };
21
- }
22
-
23
- describe("Select Component Tests", () => {
24
- test("Renders select with label", () => {
25
- setupTest({
26
- label: "Test Label",
27
- id: "test-select",
28
- });
29
- expect(screen.getByText("Test Label")).toBeInTheDocument();
30
- });
31
-
32
- test("Shows placeholder when no value selected", () => {
33
- setupTest({
34
- placeholder: "Select an option",
35
- });
36
- expect(screen.getByText("Select an option")).toBeInTheDocument();
37
- });
38
-
39
- test("Opens dropdown on click", async () => {
40
- const { user } = setupTest();
41
- const trigger = screen.getByRole("button");
42
-
43
- await user.click(trigger);
44
-
45
- expect(screen.getByRole("listbox")).toBeInTheDocument();
46
- expect(screen.getByText("Option 1")).toBeInTheDocument();
47
- expect(screen.getByText("Option 2")).toBeInTheDocument();
48
- expect(screen.getByText("Option 3")).toBeInTheDocument();
49
- });
50
-
51
- test("Selects item on click", async () => {
52
- const { user } = setupTest();
53
- const trigger = screen.getByRole("button");
54
-
55
- await user.click(trigger);
56
- await user.click(screen.getByText("Option 2"));
57
-
58
- expect(screen.getByText("Option 2")).toBeInTheDocument();
59
- expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
60
- });
61
-
62
- test("Closes dropdown after selection", async () => {
63
- const { user } = setupTest();
64
- const trigger = screen.getByRole("button");
65
-
66
- await user.click(trigger);
67
- await user.click(screen.getByText("Option 1"));
68
-
69
- expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
70
- });
71
-
72
- test("Shows selected value", () => {
73
- setupTest({
74
- value: "opt2",
75
- });
76
- expect(screen.getByText("Option 2")).toBeInTheDocument();
77
- });
78
-
79
- test("Dispatches change event on selection", async () => {
80
- const { user, component } = setupTest();
81
- const changeSpy = vi.fn();
82
- component.$on("change", changeSpy);
83
-
84
- const trigger = screen.getByRole("button");
85
- await user.click(trigger);
86
- await user.click(screen.getByText("Option 3"));
87
-
88
- expect(changeSpy).toHaveBeenCalled();
89
- expect(changeSpy.mock.calls[0][0].detail).toEqual({
90
- value: "opt3",
91
- item: { name: "Option 3", value: "opt3" },
92
- });
93
- });
94
-
95
- test("Shows required indicator when required", () => {
96
- setupTest({
97
- label: "Required Field",
98
- required: true,
99
- });
100
- expect(screen.getByText("*")).toBeInTheDocument();
101
- });
102
-
103
- test("Displays error state", () => {
104
- setupTest({
105
- error: "This field is required",
106
- });
107
- expect(screen.getByText("This field is required")).toBeInTheDocument();
108
- });
109
-
110
- test("Disables select when disabled prop is true", async () => {
111
- const { user } = setupTest({
112
- disabled: true,
113
- });
114
- const trigger = screen.getByRole("button");
115
-
116
- expect(trigger).toBeDisabled();
117
- await user.click(trigger);
118
- expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
119
- });
120
-
121
- test("Navigates options with keyboard", async () => {
122
- const { user } = setupTest();
123
- const trigger = screen.getByRole("button");
124
-
125
- await user.click(trigger);
126
- await user.keyboard("{ArrowDown}");
127
- await user.keyboard("{ArrowDown}");
128
- await user.keyboard("{Enter}");
129
-
130
- // Second option should be selected (started at 0, moved down twice)
131
- expect(screen.getByText("Option 2")).toBeInTheDocument();
132
- });
133
-
134
- test("Closes dropdown on Escape key", async () => {
135
- const { user } = setupTest();
136
- const trigger = screen.getByRole("button");
137
-
138
- await user.click(trigger);
139
- expect(screen.getByRole("listbox")).toBeInTheDocument();
140
-
141
- await user.keyboard("{Escape}");
142
- expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
143
- });
144
-
145
- test("Opens dropdown with Enter key", async () => {
146
- const { user } = setupTest();
147
- const trigger = screen.getByRole("button");
148
-
149
- trigger.focus();
150
- await user.keyboard("{Enter}");
151
-
152
- expect(screen.getByRole("listbox")).toBeInTheDocument();
153
- });
154
-
155
- test("Opens dropdown with Space key", async () => {
156
- const { user } = setupTest();
157
- const trigger = screen.getByRole("button");
158
-
159
- trigger.focus();
160
- await user.keyboard(" ");
161
-
162
- expect(screen.getByRole("listbox")).toBeInTheDocument();
163
- });
164
-
165
- test("Applies animate focus class by default", () => {
166
- setupTest();
167
- const trigger = screen.getByRole("button");
168
- expect(trigger).toHaveClass("select-animate-focus");
169
- });
170
-
171
- test("Does not apply animate focus when disabled", () => {
172
- setupTest({
173
- animateFocus: false,
174
- });
175
- const trigger = screen.getByRole("button");
176
- expect(trigger).not.toHaveClass("select-animate-focus");
177
- });
178
-
179
- test("Closes dropdown when clicking outside", async () => {
180
- const { user } = setupTest();
181
- const trigger = screen.getByRole("button");
182
-
183
- await user.click(trigger);
184
- expect(screen.getByRole("listbox")).toBeInTheDocument();
185
-
186
- // Click outside by clicking on body
187
- await user.click(document.body);
188
- expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
189
- });
190
-
191
- test("Shows checkmark for selected option", async () => {
192
- const { user } = setupTest({
193
- value: "opt1",
194
- });
195
- const trigger = screen.getByRole("button");
196
-
197
- await user.click(trigger);
198
-
199
- // The selected option should have a checkmark SVG
200
- const options = screen.getAllByRole("option");
201
- const selectedOption = options.find(opt => opt.getAttribute("aria-selected") === "true");
202
- expect(selectedOption).toBeInTheDocument();
203
- expect(selectedOption.querySelector("svg")).toBeInTheDocument();
204
- });
205
-
206
- test("Sets aria-expanded correctly", async () => {
207
- const { user } = setupTest();
208
- const trigger = screen.getByRole("button");
209
-
210
- expect(trigger).toHaveAttribute("aria-expanded", "false");
211
-
212
- await user.click(trigger);
213
- expect(trigger).toHaveAttribute("aria-expanded", "true");
214
-
215
- await user.click(trigger);
216
- expect(trigger).toHaveAttribute("aria-expanded", "false");
217
- });
218
- });
1
+ import { render, screen, fireEvent } from "@testing-library/svelte";
2
+ import userEvent from "@testing-library/user-event";
3
+ import { expect, describe, test, vi } from "vitest";
4
+ import Select from "./Select.svelte";
5
+
6
+ const sampleItems = [
7
+ { name: "Option 1", value: "opt1" },
8
+ { name: "Option 2", value: "opt2" },
9
+ { name: "Option 3", value: "opt3" },
10
+ ];
11
+
12
+ function setupTest(args = {}) {
13
+ const user = userEvent.setup();
14
+ const { component } = render(Select, {
15
+ props: {
16
+ items: sampleItems,
17
+ ...args,
18
+ },
19
+ });
20
+ return { user, component };
21
+ }
22
+
23
+ describe("Select Component Tests", () => {
24
+ test("Renders select with label", () => {
25
+ setupTest({
26
+ label: "Test Label",
27
+ id: "test-select",
28
+ });
29
+ expect(screen.getByText("Test Label")).toBeInTheDocument();
30
+ });
31
+
32
+ test("Shows placeholder when no value selected", () => {
33
+ setupTest({
34
+ placeholder: "Select an option",
35
+ });
36
+ expect(screen.getByText("Select an option")).toBeInTheDocument();
37
+ });
38
+
39
+ test("Opens dropdown on click", async () => {
40
+ const { user } = setupTest();
41
+ const trigger = screen.getByRole("button");
42
+
43
+ await user.click(trigger);
44
+
45
+ expect(screen.getByRole("listbox")).toBeInTheDocument();
46
+ expect(screen.getByText("Option 1")).toBeInTheDocument();
47
+ expect(screen.getByText("Option 2")).toBeInTheDocument();
48
+ expect(screen.getByText("Option 3")).toBeInTheDocument();
49
+ });
50
+
51
+ test("Selects item on click", async () => {
52
+ const { user } = setupTest();
53
+ const trigger = screen.getByRole("button");
54
+
55
+ await user.click(trigger);
56
+ await user.click(screen.getByText("Option 2"));
57
+
58
+ expect(screen.getByText("Option 2")).toBeInTheDocument();
59
+ expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
60
+ });
61
+
62
+ test("Closes dropdown after selection", async () => {
63
+ const { user } = setupTest();
64
+ const trigger = screen.getByRole("button");
65
+
66
+ await user.click(trigger);
67
+ await user.click(screen.getByText("Option 1"));
68
+
69
+ expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
70
+ });
71
+
72
+ test("Shows selected value", () => {
73
+ setupTest({
74
+ value: "opt2",
75
+ });
76
+ expect(screen.getByText("Option 2")).toBeInTheDocument();
77
+ });
78
+
79
+ test("Dispatches change event on selection", async () => {
80
+ const { user, component } = setupTest();
81
+ const changeSpy = vi.fn();
82
+ component.$on("change", changeSpy);
83
+
84
+ const trigger = screen.getByRole("button");
85
+ await user.click(trigger);
86
+ await user.click(screen.getByText("Option 3"));
87
+
88
+ expect(changeSpy).toHaveBeenCalled();
89
+ expect(changeSpy.mock.calls[0][0].detail).toEqual({
90
+ value: "opt3",
91
+ item: { name: "Option 3", value: "opt3" },
92
+ });
93
+ });
94
+
95
+ test("Shows required indicator when required", () => {
96
+ setupTest({
97
+ label: "Required Field",
98
+ required: true,
99
+ });
100
+ expect(screen.getByText("*")).toBeInTheDocument();
101
+ });
102
+
103
+ test("Displays error state", () => {
104
+ setupTest({
105
+ error: "This field is required",
106
+ });
107
+ expect(screen.getByText("This field is required")).toBeInTheDocument();
108
+ });
109
+
110
+ test("Disables select when disabled prop is true", async () => {
111
+ const { user } = setupTest({
112
+ disabled: true,
113
+ });
114
+ const trigger = screen.getByRole("button");
115
+
116
+ expect(trigger).toBeDisabled();
117
+ await user.click(trigger);
118
+ expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
119
+ });
120
+
121
+ test("Navigates options with keyboard", async () => {
122
+ const { user } = setupTest();
123
+ const trigger = screen.getByRole("button");
124
+
125
+ await user.click(trigger);
126
+ await user.keyboard("{ArrowDown}");
127
+ await user.keyboard("{ArrowDown}");
128
+ await user.keyboard("{Enter}");
129
+
130
+ // Second option should be selected (started at 0, moved down twice)
131
+ expect(screen.getByText("Option 2")).toBeInTheDocument();
132
+ });
133
+
134
+ test("Closes dropdown on Escape key", async () => {
135
+ const { user } = setupTest();
136
+ const trigger = screen.getByRole("button");
137
+
138
+ await user.click(trigger);
139
+ expect(screen.getByRole("listbox")).toBeInTheDocument();
140
+
141
+ await user.keyboard("{Escape}");
142
+ expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
143
+ });
144
+
145
+ test("Opens dropdown with Enter key", async () => {
146
+ const { user } = setupTest();
147
+ const trigger = screen.getByRole("button");
148
+
149
+ trigger.focus();
150
+ await user.keyboard("{Enter}");
151
+
152
+ expect(screen.getByRole("listbox")).toBeInTheDocument();
153
+ });
154
+
155
+ test("Opens dropdown with Space key", async () => {
156
+ const { user } = setupTest();
157
+ const trigger = screen.getByRole("button");
158
+
159
+ trigger.focus();
160
+ await user.keyboard(" ");
161
+
162
+ expect(screen.getByRole("listbox")).toBeInTheDocument();
163
+ });
164
+
165
+ test("Applies animate focus class by default", () => {
166
+ setupTest();
167
+ const trigger = screen.getByRole("button");
168
+ expect(trigger).toHaveClass("select-animate-focus");
169
+ });
170
+
171
+ test("Does not apply animate focus when disabled", () => {
172
+ setupTest({
173
+ animateFocus: false,
174
+ });
175
+ const trigger = screen.getByRole("button");
176
+ expect(trigger).not.toHaveClass("select-animate-focus");
177
+ });
178
+
179
+ test("Closes dropdown when clicking outside", async () => {
180
+ const { user } = setupTest();
181
+ const trigger = screen.getByRole("button");
182
+
183
+ await user.click(trigger);
184
+ expect(screen.getByRole("listbox")).toBeInTheDocument();
185
+
186
+ // Click outside by clicking on body
187
+ await user.click(document.body);
188
+ expect(screen.queryByRole("listbox")).not.toBeInTheDocument();
189
+ });
190
+
191
+ test("Shows checkmark for selected option", async () => {
192
+ const { user } = setupTest({
193
+ value: "opt1",
194
+ });
195
+ const trigger = screen.getByRole("button");
196
+
197
+ await user.click(trigger);
198
+
199
+ // The selected option should have a checkmark SVG
200
+ const options = screen.getAllByRole("option");
201
+ const selectedOption = options.find(opt => opt.getAttribute("aria-selected") === "true");
202
+ expect(selectedOption).toBeInTheDocument();
203
+ expect(selectedOption.querySelector("svg")).toBeInTheDocument();
204
+ });
205
+
206
+ test("Sets aria-expanded correctly", async () => {
207
+ const { user } = setupTest();
208
+ const trigger = screen.getByRole("button");
209
+
210
+ expect(trigger).toHaveAttribute("aria-expanded", "false");
211
+
212
+ await user.click(trigger);
213
+ expect(trigger).toHaveAttribute("aria-expanded", "true");
214
+
215
+ await user.click(trigger);
216
+ expect(trigger).toHaveAttribute("aria-expanded", "false");
217
+ });
218
+ });
@@ -1,112 +1,112 @@
1
- <script module>
2
- import { defineMeta } from '@storybook/addon-svelte-csf';
3
- import Select from './Select.svelte';
4
-
5
- const { Story } = defineMeta({
6
- title: 'Primitives/Select',
7
- component: Select,
8
- tags: ['autodocs'],
9
- argTypes: {
10
- label: { control: 'text' },
11
- disabled: { control: 'boolean' },
12
- required: { control: 'boolean' },
13
- errorText: { control: 'text' },
14
- },
15
- parameters: {
16
- docs: {
17
- description: {
18
- component: 'Native select dropdown component.',
19
- },
20
- },
21
- },
22
- });
23
-
24
- let value = $state('');
25
- </script>
26
-
27
- <Story name="Default">
28
- {#snippet template()}
29
- <div class="max-w-xs">
30
- <Select label="Country">
31
- <option value="">Select a country</option>
32
- <option value="us">United States</option>
33
- <option value="uk">United Kingdom</option>
34
- <option value="ca">Canada</option>
35
- <option value="au">Australia</option>
36
- </Select>
37
- </div>
38
- {/snippet}
39
- </Story>
40
-
41
- <Story name="With Value">
42
- {#snippet template()}
43
- <div class="max-w-xs">
44
- <Select label="Size" bind:value={value}>
45
- <option value="">Choose size</option>
46
- <option value="sm">Small</option>
47
- <option value="md">Medium</option>
48
- <option value="lg">Large</option>
49
- </Select>
50
- <p class="text-sm text-gray-500 mt-2">Selected: {value || 'none'}</p>
51
- </div>
52
- {/snippet}
53
- </Story>
54
-
55
- <Story name="With Error">
56
- {#snippet template()}
57
- <div class="max-w-xs">
58
- <Select label="Category" errorText="Please select a category">
59
- <option value="">Select category</option>
60
- <option value="comedy">Comedy</option>
61
- <option value="music">Music</option>
62
- </Select>
63
- </div>
64
- {/snippet}
65
- </Story>
66
-
67
- <Story name="Disabled">
68
- {#snippet template()}
69
- <div class="max-w-xs">
70
- <Select label="Disabled Select" disabled>
71
- <option value="">Cannot select</option>
72
- </Select>
73
- </div>
74
- {/snippet}
75
- </Story>
76
-
77
- <Story name="Required">
78
- {#snippet template()}
79
- <div class="max-w-xs">
80
- <Select label="Required Field" required>
81
- <option value="">Choose an option</option>
82
- <option value="1">Option 1</option>
83
- <option value="2">Option 2</option>
84
- </Select>
85
- </div>
86
- {/snippet}
87
- </Story>
88
-
89
- <Story name="All States">
90
- {#snippet template()}
91
- <div class="grid grid-cols-2 gap-6 max-w-xl">
92
- <Select label="Default">
93
- <option value="">Select option</option>
94
- <option value="1">Option 1</option>
95
- </Select>
96
-
97
- <Select label="With Error" errorText="This field is required">
98
- <option value="">Select option</option>
99
- <option value="1">Option 1</option>
100
- </Select>
101
-
102
- <Select label="Disabled" disabled>
103
- <option value="">Cannot select</option>
104
- </Select>
105
-
106
- <Select label="Required" required>
107
- <option value="">Select option</option>
108
- <option value="1">Option 1</option>
109
- </Select>
110
- </div>
111
- {/snippet}
112
- </Story>
1
+ <script module>
2
+ import { defineMeta } from '@storybook/addon-svelte-csf';
3
+ import Select from './Select.svelte';
4
+
5
+ const { Story } = defineMeta({
6
+ title: 'Primitives/Select',
7
+ component: Select,
8
+ tags: ['autodocs'],
9
+ argTypes: {
10
+ label: { control: 'text' },
11
+ disabled: { control: 'boolean' },
12
+ required: { control: 'boolean' },
13
+ errorText: { control: 'text' },
14
+ },
15
+ parameters: {
16
+ docs: {
17
+ description: {
18
+ component: 'Native select dropdown component.',
19
+ },
20
+ },
21
+ },
22
+ });
23
+
24
+ let value = $state('');
25
+ </script>
26
+
27
+ <Story name="Default">
28
+ {#snippet template()}
29
+ <div class="max-w-xs">
30
+ <Select label="Country">
31
+ <option value="">Select a country</option>
32
+ <option value="us">United States</option>
33
+ <option value="uk">United Kingdom</option>
34
+ <option value="ca">Canada</option>
35
+ <option value="au">Australia</option>
36
+ </Select>
37
+ </div>
38
+ {/snippet}
39
+ </Story>
40
+
41
+ <Story name="With Value">
42
+ {#snippet template()}
43
+ <div class="max-w-xs">
44
+ <Select label="Size" bind:value={value}>
45
+ <option value="">Choose size</option>
46
+ <option value="sm">Small</option>
47
+ <option value="md">Medium</option>
48
+ <option value="lg">Large</option>
49
+ </Select>
50
+ <p class="text-sm text-gray-500 mt-2">Selected: {value || 'none'}</p>
51
+ </div>
52
+ {/snippet}
53
+ </Story>
54
+
55
+ <Story name="With Error">
56
+ {#snippet template()}
57
+ <div class="max-w-xs">
58
+ <Select label="Category" errorText="Please select a category">
59
+ <option value="">Select category</option>
60
+ <option value="comedy">Comedy</option>
61
+ <option value="music">Music</option>
62
+ </Select>
63
+ </div>
64
+ {/snippet}
65
+ </Story>
66
+
67
+ <Story name="Disabled">
68
+ {#snippet template()}
69
+ <div class="max-w-xs">
70
+ <Select label="Disabled Select" disabled>
71
+ <option value="">Cannot select</option>
72
+ </Select>
73
+ </div>
74
+ {/snippet}
75
+ </Story>
76
+
77
+ <Story name="Required">
78
+ {#snippet template()}
79
+ <div class="max-w-xs">
80
+ <Select label="Required Field" required>
81
+ <option value="">Choose an option</option>
82
+ <option value="1">Option 1</option>
83
+ <option value="2">Option 2</option>
84
+ </Select>
85
+ </div>
86
+ {/snippet}
87
+ </Story>
88
+
89
+ <Story name="All States">
90
+ {#snippet template()}
91
+ <div class="grid grid-cols-2 gap-6 max-w-xl">
92
+ <Select label="Default">
93
+ <option value="">Select option</option>
94
+ <option value="1">Option 1</option>
95
+ </Select>
96
+
97
+ <Select label="With Error" errorText="This field is required">
98
+ <option value="">Select option</option>
99
+ <option value="1">Option 1</option>
100
+ </Select>
101
+
102
+ <Select label="Disabled" disabled>
103
+ <option value="">Cannot select</option>
104
+ </Select>
105
+
106
+ <Select label="Required" required>
107
+ <option value="">Select option</option>
108
+ <option value="1">Option 1</option>
109
+ </Select>
110
+ </div>
111
+ {/snippet}
112
+ </Story>