@synergy-design-system/components 1.0.0-main.11 → 1.0.0-main.13

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 (85) hide show
  1. package/dist/chunks/chunk.2XZKXVMR.js +44 -0
  2. package/dist/chunks/chunk.2XZKXVMR.js.map +7 -0
  3. package/dist/chunks/{chunk.HLUOHJUC.js → chunk.7QGGFKPO.js} +11 -9
  4. package/dist/chunks/{chunk.HLUOHJUC.js.map → chunk.7QGGFKPO.js.map} +1 -1
  5. package/dist/chunks/{chunk.3XRGNU3R.js → chunk.FKB4BI2F.js} +2 -2
  6. package/dist/chunks/chunk.FLF2E2W4.js +360 -0
  7. package/dist/chunks/chunk.FLF2E2W4.js.map +7 -0
  8. package/dist/chunks/{chunk.IFBY43YE.js → chunk.FVSP4LXX.js} +3 -3
  9. package/dist/chunks/chunk.FVSP4LXX.js.map +7 -0
  10. package/dist/chunks/chunk.HOGDOKQS.js +224 -0
  11. package/dist/chunks/chunk.HOGDOKQS.js.map +7 -0
  12. package/dist/chunks/chunk.J44T4LO6.js +189 -0
  13. package/dist/chunks/chunk.J44T4LO6.js.map +7 -0
  14. package/dist/chunks/{chunk.C4FLGZ7E.js → chunk.KALIQJUH.js} +5 -5
  15. package/dist/chunks/{chunk.KXCGB2XT.js → chunk.LJVC6UEV.js} +9 -36
  16. package/dist/chunks/{chunk.KXCGB2XT.js.map → chunk.LJVC6UEV.js.map} +4 -4
  17. package/dist/chunks/chunk.MFFJYORB.js +137 -0
  18. package/dist/chunks/chunk.MFFJYORB.js.map +7 -0
  19. package/dist/chunks/chunk.MMNWMRST.js +12 -0
  20. package/dist/chunks/chunk.MMNWMRST.js.map +7 -0
  21. package/dist/chunks/chunk.NXKZDAMQ.js +12 -0
  22. package/dist/chunks/chunk.NXKZDAMQ.js.map +7 -0
  23. package/dist/chunks/{chunk.EFGGZW6Y.js → chunk.SQTGI355.js} +12 -30
  24. package/dist/chunks/{chunk.EFGGZW6Y.js.map → chunk.SQTGI355.js.map} +3 -3
  25. package/dist/chunks/chunk.T5JJNDG6.js +12 -0
  26. package/dist/chunks/chunk.T5JJNDG6.js.map +7 -0
  27. package/dist/chunks/{chunk.4OMRXGQ5.js → chunk.TKXG7VM3.js} +2 -2
  28. package/dist/chunks/{chunk.MRBFJWMS.js → chunk.UFEBKPYW.js} +2 -2
  29. package/dist/chunks/{chunk.MRBFJWMS.js.map → chunk.UFEBKPYW.js.map} +1 -1
  30. package/dist/chunks/chunk.VNC7HKGP.js +123 -0
  31. package/dist/chunks/chunk.VNC7HKGP.js.map +7 -0
  32. package/dist/chunks/chunk.VZ7S7YYN.js +34 -0
  33. package/dist/chunks/chunk.VZ7S7YYN.js.map +7 -0
  34. package/dist/chunks/{chunk.Y7DVVKVJ.js → chunk.WANL6A7U.js} +5 -123
  35. package/dist/chunks/{chunk.Y7DVVKVJ.js.map → chunk.WANL6A7U.js.map} +4 -4
  36. package/dist/chunks/chunk.WFAJR3FN.js +25 -0
  37. package/dist/chunks/chunk.WFAJR3FN.js.map +7 -0
  38. package/dist/chunks/chunk.YBIBWRKC.js +19 -0
  39. package/dist/chunks/chunk.YBIBWRKC.js.map +7 -0
  40. package/dist/chunks/{chunk.2NHBIE4V.js → chunk.YTS5TRJZ.js} +2 -2
  41. package/dist/components/button/button.component.js +10 -9
  42. package/dist/components/button/button.custom.styles.js +1 -1
  43. package/dist/components/button/button.js +11 -10
  44. package/dist/components/button/button.styles.js +2 -2
  45. package/dist/components/checkbox/checkbox.component.d.ts +93 -0
  46. package/dist/components/checkbox/checkbox.component.js +21 -0
  47. package/dist/components/checkbox/checkbox.component.js.map +7 -0
  48. package/dist/components/checkbox/checkbox.custom.styles.js +3 -6
  49. package/dist/components/checkbox/checkbox.custom.styles.js.map +3 -3
  50. package/dist/components/checkbox/checkbox.d.ts +8 -0
  51. package/dist/components/checkbox/checkbox.js +22 -0
  52. package/dist/components/checkbox/checkbox.js.map +7 -0
  53. package/dist/components/checkbox/checkbox.styles.d.ts +2 -0
  54. package/dist/components/checkbox/checkbox.styles.js +10 -0
  55. package/dist/components/checkbox/checkbox.styles.js.map +7 -0
  56. package/dist/components/icon/icon.component.js +4 -3
  57. package/dist/components/icon/icon.js +6 -8
  58. package/dist/components/icon/icon.js.map +3 -3
  59. package/dist/components/input/input.component.js +9 -6
  60. package/dist/components/input/input.js +10 -7
  61. package/dist/components/input/input.styles.js +2 -1
  62. package/dist/components/spinner/spinner.component.js +3 -3
  63. package/dist/components/textarea/textarea.component.d.ts +131 -0
  64. package/dist/components/textarea/textarea.component.js +17 -0
  65. package/dist/components/textarea/textarea.component.js.map +7 -0
  66. package/dist/components/textarea/textarea.custom.styles.js +3 -6
  67. package/dist/components/textarea/textarea.custom.styles.js.map +3 -3
  68. package/dist/components/textarea/textarea.d.ts +8 -0
  69. package/dist/components/textarea/textarea.js +18 -0
  70. package/dist/components/textarea/textarea.js.map +7 -0
  71. package/dist/components/textarea/textarea.styles.d.ts +2 -0
  72. package/dist/components/textarea/textarea.styles.js +11 -0
  73. package/dist/components/textarea/textarea.styles.js.map +7 -0
  74. package/dist/custom-elements.json +1577 -390
  75. package/dist/internal/test.d.ts +28 -0
  76. package/dist/synergy.d.ts +4 -1
  77. package/dist/synergy.js +35 -14
  78. package/dist/vscode.html-custom-data.json +207 -0
  79. package/dist/web-types.json +437 -1
  80. package/package.json +3 -3
  81. package/dist/chunks/chunk.IFBY43YE.js.map +0 -7
  82. /package/dist/chunks/{chunk.3XRGNU3R.js.map → chunk.FKB4BI2F.js.map} +0 -0
  83. /package/dist/chunks/{chunk.C4FLGZ7E.js.map → chunk.KALIQJUH.js.map} +0 -0
  84. /package/dist/chunks/{chunk.4OMRXGQ5.js.map → chunk.TKXG7VM3.js.map} +0 -0
  85. /package/dist/chunks/{chunk.2NHBIE4V.js.map → chunk.YTS5TRJZ.js.map} +0 -0
@@ -0,0 +1,28 @@
1
+ /** A testing utility that measures an element's position and clicks on it. */
2
+ export declare function clickOnElement(
3
+ /** The element to click */
4
+ el: Element,
5
+ /** The location of the element to click */
6
+ position?: 'top' | 'right' | 'bottom' | 'left' | 'center',
7
+ /** The horizontal offset to apply to the position when clicking */
8
+ offsetX?: number,
9
+ /** The vertical offset to apply to the position when clicking */
10
+ offsetY?: number): Promise<void>;
11
+ /** A testing utility that moves the mouse onto an element. */
12
+ export declare function moveMouseOnElement(
13
+ /** The element to click */
14
+ el: Element,
15
+ /** The location of the element to click */
16
+ position?: 'top' | 'right' | 'bottom' | 'left' | 'center',
17
+ /** The horizontal offset to apply to the position when clicking */
18
+ offsetX?: number,
19
+ /** The vertical offset to apply to the position when clicking */
20
+ offsetY?: number): Promise<void>;
21
+ /** A testing utility that drags an element with the mouse. */
22
+ export declare function dragElement(
23
+ /** The element to drag */
24
+ el: Element,
25
+ /** The horizontal distance to drag in pixels */
26
+ deltaX?: number,
27
+ /** The vertical distance to drag in pixels */
28
+ deltaY?: number): Promise<void>;
package/dist/synergy.d.ts CHANGED
@@ -1,4 +1,7 @@
1
- export { default as SynInput } from './components/input/input.js';
2
1
  export { default as SynButton } from './components/button/button.js';
2
+ export { default as SynCheckbox } from './components/checkbox/checkbox.js';
3
+ export { default as SynIcon } from './components/icon/icon.js';
4
+ export { default as SynInput } from './components/input/input.js';
5
+ export { default as SynTextarea } from './components/textarea/textarea.js';
3
6
  export * from './utilities/form.js';
4
7
  export * from './events/events.js';
package/dist/synergy.js CHANGED
@@ -1,37 +1,58 @@
1
1
  import {
2
- input_default
3
- } from "./chunks/chunk.3XRGNU3R.js";
2
+ textarea_default
3
+ } from "./chunks/chunk.T5JJNDG6.js";
4
4
  import {
5
5
  getFormControls,
6
6
  serialize
7
7
  } from "./chunks/chunk.WTCUSH7V.js";
8
- import "./chunks/chunk.EFGGZW6Y.js";
9
- import "./chunks/chunk.Y7DVVKVJ.js";
8
+ import {
9
+ input_default
10
+ } from "./chunks/chunk.FKB4BI2F.js";
11
+ import "./chunks/chunk.SQTGI355.js";
12
+ import "./chunks/chunk.WANL6A7U.js";
10
13
  import "./chunks/chunk.W46CFM2R.js";
14
+ import "./chunks/chunk.FLF2E2W4.js";
15
+ import "./chunks/chunk.J44T4LO6.js";
16
+ import "./chunks/chunk.VNC7HKGP.js";
17
+ import "./chunks/chunk.YBIBWRKC.js";
18
+ import {
19
+ checkbox_default
20
+ } from "./chunks/chunk.MMNWMRST.js";
21
+ import {
22
+ icon_default
23
+ } from "./chunks/chunk.NXKZDAMQ.js";
11
24
  import {
12
25
  button_default
13
- } from "./chunks/chunk.4OMRXGQ5.js";
14
- import "./chunks/chunk.HLUOHJUC.js";
15
- import "./chunks/chunk.C4FLGZ7E.js";
16
- import "./chunks/chunk.N2I6HVX3.js";
17
- import "./chunks/chunk.XGXFE6IF.js";
26
+ } from "./chunks/chunk.TKXG7VM3.js";
27
+ import "./chunks/chunk.7QGGFKPO.js";
28
+ import "./chunks/chunk.KALIQJUH.js";
18
29
  import "./chunks/chunk.R6VNLE6N.js";
19
30
  import "./chunks/chunk.A3SKDWCT.js";
31
+ import "./chunks/chunk.N2I6HVX3.js";
32
+ import "./chunks/chunk.XGXFE6IF.js";
33
+ import "./chunks/chunk.YTS5TRJZ.js";
34
+ import "./chunks/chunk.FVSP4LXX.js";
35
+ import "./chunks/chunk.HOGDOKQS.js";
36
+ import "./chunks/chunk.WFAJR3FN.js";
37
+ import "./chunks/chunk.MFFJYORB.js";
20
38
  import "./chunks/chunk.WDCAHRYG.js";
21
- import "./chunks/chunk.2NHBIE4V.js";
22
- import "./chunks/chunk.IFBY43YE.js";
23
- import "./chunks/chunk.KXCGB2XT.js";
24
- import "./chunks/chunk.MRBFJWMS.js";
39
+ import "./chunks/chunk.LJVC6UEV.js";
40
+ import "./chunks/chunk.VZ7S7YYN.js";
41
+ import "./chunks/chunk.UFEBKPYW.js";
42
+ import "./chunks/chunk.BREU4ILT.js";
25
43
  import "./chunks/chunk.5OIEI73E.js";
26
44
  import "./chunks/chunk.6C4JXZZN.js";
27
45
  import "./chunks/chunk.U7ZJ22QM.js";
28
46
  import "./chunks/chunk.C7624ITA.js";
29
- import "./chunks/chunk.BREU4ILT.js";
30
47
  import "./chunks/chunk.O7USYXBT.js";
48
+ import "./chunks/chunk.2XZKXVMR.js";
31
49
  import "./chunks/chunk.DJOAQ4JU.js";
32
50
  export {
33
51
  button_default as SynButton,
52
+ checkbox_default as SynCheckbox,
53
+ icon_default as SynIcon,
34
54
  input_default as SynInput,
55
+ textarea_default as SynTextarea,
35
56
  getFormControls,
36
57
  serialize
37
58
  };
@@ -163,6 +163,63 @@
163
163
  }
164
164
  ]
165
165
  },
166
+ {
167
+ "name": "syn-checkbox",
168
+ "description": "Checkboxes allow the user to toggle an option on or off.\n---\n\n\n### **Events:**\n - **syn-blur** - Emitted when the checkbox loses focus.\n- **syn-change** - Emitted when the checked state changes.\n- **syn-focus** - Emitted when the checkbox gains focus.\n- **syn-input** - Emitted when the checkbox receives input.\n- **syn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **click()** - Simulates a click on the checkbox.\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox.\n- **blur()** - Removes focus from the checkbox.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string.\n\n### **Slots:**\n - _default_ - The checkbox's label.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **control** - The square container that wraps the checkbox's checked state.\n- **control--checked** - Matches the control part when the checkbox is checked.\n- **control--indeterminate** - Matches the control part when the checkbox is indeterminate.\n- **checked-icon** - The checked icon, an `<syn-icon>` element.\n- **indeterminate-icon** - The indeterminate icon, an `<syn-icon>` element.\n- **label** - The container that wraps the checkbox's label.",
169
+ "attributes": [
170
+ { "name": "title", "values": [] },
171
+ {
172
+ "name": "name",
173
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
174
+ "values": []
175
+ },
176
+ {
177
+ "name": "value",
178
+ "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
179
+ "values": []
180
+ },
181
+ {
182
+ "name": "size",
183
+ "description": "The checkbox's size.",
184
+ "values": [
185
+ { "name": "small" },
186
+ { "name": "medium" },
187
+ { "name": "large" }
188
+ ]
189
+ },
190
+ {
191
+ "name": "disabled",
192
+ "description": "Disables the checkbox.",
193
+ "values": []
194
+ },
195
+ {
196
+ "name": "checked",
197
+ "description": "Draws the checkbox in a checked state.",
198
+ "values": []
199
+ },
200
+ {
201
+ "name": "indeterminate",
202
+ "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
203
+ "values": []
204
+ },
205
+ {
206
+ "name": "form",
207
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
208
+ "values": []
209
+ },
210
+ {
211
+ "name": "required",
212
+ "description": "Makes the checkbox a required field.",
213
+ "values": []
214
+ }
215
+ ],
216
+ "references": [
217
+ {
218
+ "name": "Documentation",
219
+ "url": "https://synergy.style/components/checkbox"
220
+ }
221
+ ]
222
+ },
166
223
  {
167
224
  "name": "syn-input",
168
225
  "description": "Inputs collect data from the user.\n---\n\n\n### **Events:**\n - **syn-blur** - Emitted when the control loses focus.\n- **syn-change** - Emitted when an alteration to the control's value is committed by the user.\n- **syn-clear** - Emitted when the clear button is activated.\n- **syn-focus** - Emitted when the control gains focus.\n- **syn-input** - Emitted when the control receives input.\n- **syn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the input.\n- **blur()** - Removes focus from the input.\n- **select()** - Selects all the text in the input.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **showPicker()** - Displays the browser picker for an input element (only works if the browser supports it for the input type).\n- **stepUp()** - Increments the value of a numeric input type by the value of the step attribute.\n- **stepDown()** - Decrements the value of a numeric input type by the value of the step attribute.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The input's label. Alternatively, you can use the `label` attribute.\n- **prefix** - Used to prepend a presentational icon or similar element to the input.\n- **suffix** - Used to append a presentational icon or similar element to the input.\n- **clear-icon** - An icon to use in lieu of the default clear icon.\n- **show-password-icon** - An icon to use in lieu of the default show password icon.\n- **hide-password-icon** - An icon to use in lieu of the default hide password icon.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **input** - The internal `<input>` control.\n- **prefix** - The container that wraps the prefix.\n- **clear-button** - The clear button.\n- **password-toggle-button** - The password toggle button.\n- **suffix** - The container that wraps the suffix.",
@@ -366,6 +423,156 @@
366
423
  "url": "https://synergy.style/components/spinner"
367
424
  }
368
425
  ]
426
+ },
427
+ {
428
+ "name": "syn-textarea",
429
+ "description": "Textareas collect data from the user and allow multiple lines of text.\n---\n\n\n### **Events:**\n - **syn-blur** - Emitted when the control loses focus.\n- **syn-change** - Emitted when an alteration to the control's value is committed by the user.\n- **syn-focus** - Emitted when the control gains focus.\n- **syn-input** - Emitted when the control receives input.\n- **syn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the textarea.\n- **blur()** - Removes focus from the textarea.\n- **select()** - Selects all the text in the textarea.\n- **scrollPosition(position: _{ top?: number; left?: number }_): _{ top: number; left: number } | undefined_** - Gets or sets the textarea's scroll position.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **checkValidity()** - Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The textarea's label. Alternatively, you can use the `label` attribute.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **textarea** - The internal `<textarea>` control.",
430
+ "attributes": [
431
+ { "name": "title", "values": [] },
432
+ {
433
+ "name": "name",
434
+ "description": "The name of the textarea, submitted as a name/value pair with form data.",
435
+ "values": []
436
+ },
437
+ {
438
+ "name": "value",
439
+ "description": "The current value of the textarea, submitted as a name/value pair with form data.",
440
+ "values": []
441
+ },
442
+ {
443
+ "name": "size",
444
+ "description": "The textarea's size.",
445
+ "values": [
446
+ { "name": "small" },
447
+ { "name": "medium" },
448
+ { "name": "large" }
449
+ ]
450
+ },
451
+ {
452
+ "name": "label",
453
+ "description": "The textarea's label. If you need to display HTML, use the `label` slot instead.",
454
+ "values": []
455
+ },
456
+ {
457
+ "name": "help-text",
458
+ "description": "The textarea's help text. If you need to display HTML, use the `help-text` slot instead.",
459
+ "values": []
460
+ },
461
+ {
462
+ "name": "placeholder",
463
+ "description": "Placeholder text to show as a hint when the input is empty.",
464
+ "values": []
465
+ },
466
+ {
467
+ "name": "rows",
468
+ "description": "The number of rows to display by default.",
469
+ "values": []
470
+ },
471
+ {
472
+ "name": "resize",
473
+ "description": "Controls how the textarea can be resized.",
474
+ "values": [
475
+ { "name": "none" },
476
+ { "name": "vertical" },
477
+ { "name": "auto" }
478
+ ]
479
+ },
480
+ {
481
+ "name": "disabled",
482
+ "description": "Disables the textarea.",
483
+ "values": []
484
+ },
485
+ {
486
+ "name": "readonly",
487
+ "description": "Makes the textarea readonly.",
488
+ "values": []
489
+ },
490
+ {
491
+ "name": "form",
492
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
493
+ "values": []
494
+ },
495
+ {
496
+ "name": "required",
497
+ "description": "Makes the textarea a required field.",
498
+ "values": []
499
+ },
500
+ {
501
+ "name": "minlength",
502
+ "description": "The minimum length of input that will be considered valid.",
503
+ "values": []
504
+ },
505
+ {
506
+ "name": "maxlength",
507
+ "description": "The maximum length of input that will be considered valid.",
508
+ "values": []
509
+ },
510
+ {
511
+ "name": "autocapitalize",
512
+ "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
513
+ "values": [
514
+ { "name": "off" },
515
+ { "name": "none" },
516
+ { "name": "on" },
517
+ { "name": "sentences" },
518
+ { "name": "words" },
519
+ { "name": "characters" }
520
+ ]
521
+ },
522
+ {
523
+ "name": "autocorrect",
524
+ "description": "Indicates whether the browser's autocorrect feature is on or off.",
525
+ "values": []
526
+ },
527
+ {
528
+ "name": "autocomplete",
529
+ "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
530
+ "values": []
531
+ },
532
+ {
533
+ "name": "autofocus",
534
+ "description": "Indicates that the input should receive focus on page load.",
535
+ "values": []
536
+ },
537
+ {
538
+ "name": "enterkeyhint",
539
+ "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
540
+ "values": [
541
+ { "name": "enter" },
542
+ { "name": "done" },
543
+ { "name": "go" },
544
+ { "name": "next" },
545
+ { "name": "previous" },
546
+ { "name": "search" },
547
+ { "name": "send" }
548
+ ]
549
+ },
550
+ {
551
+ "name": "spellcheck",
552
+ "description": "Enables spell checking on the textarea.",
553
+ "values": []
554
+ },
555
+ {
556
+ "name": "inputmode",
557
+ "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
558
+ "values": [
559
+ { "name": "none" },
560
+ { "name": "text" },
561
+ { "name": "decimal" },
562
+ { "name": "numeric" },
563
+ { "name": "tel" },
564
+ { "name": "search" },
565
+ { "name": "email" },
566
+ { "name": "url" }
567
+ ]
568
+ }
569
+ ],
570
+ "references": [
571
+ {
572
+ "name": "Documentation",
573
+ "url": "https://synergy.style/components/textarea"
574
+ }
575
+ ]
369
576
  }
370
577
  ]
371
578
  }