@viasat/beam-web-components 2.30.0 → 2.37.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.
Files changed (69) hide show
  1. package/Avatar/Avatar.js +1 -1
  2. package/Avatar/AvatarGroup.js +1 -1
  3. package/Avatar/index.js +1 -1
  4. package/Badge/Badge.js +1 -1
  5. package/Button/Button.js +43 -43
  6. package/CloseButton/CloseButton.js +12 -12
  7. package/EmptyState/EmptyState.js +3 -3
  8. package/InputChoiceGroup/InputChoiceGroup.js +20 -20
  9. package/Link/Link.js +25 -25
  10. package/ProgressBar/ProgressBar.js +22 -22
  11. package/SegmentedControl/SegmentedControl.js +1 -1
  12. package/SegmentedControl/SegmentedControlItem.js +1 -1
  13. package/SegmentedControl/SegmentedControlList.js +1 -1
  14. package/SegmentedControl/SegmentedControlPanel.js +1 -1
  15. package/Spinner/Spinner.js +35 -35
  16. package/TextField/TextField.js +40 -40
  17. package/Tooltip/Tooltip.js +83 -83
  18. package/chunks/Avatar.BKgI1H4m.js +174 -0
  19. package/chunks/fileUpload.module.WyOEuxoP.js +4 -0
  20. package/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
  21. package/custom-elements.json +2061 -2061
  22. package/local/Avatar/Avatar.js +1 -1
  23. package/local/Avatar/AvatarGroup.js +1 -1
  24. package/local/Avatar/index.js +1 -1
  25. package/local/Badge/Badge.js +7 -7
  26. package/local/Button/Button.js +19 -19
  27. package/local/CloseButton/CloseButton.js +10 -10
  28. package/local/EmptyState/EmptyState.js +1 -1
  29. package/local/InputChoiceGroup/InputChoiceGroup.js +20 -20
  30. package/local/Link/Link.js +36 -36
  31. package/local/ProgressBar/ProgressBar.js +22 -22
  32. package/local/SegmentedControl/SegmentedControl.js +1 -1
  33. package/local/SegmentedControl/SegmentedControlItem.js +1 -1
  34. package/local/SegmentedControl/SegmentedControlList.js +1 -1
  35. package/local/SegmentedControl/SegmentedControlPanel.js +1 -1
  36. package/local/Spinner/Spinner.js +28 -28
  37. package/local/TextField/TextField.js +40 -40
  38. package/local/Tooltip/Tooltip.js +64 -64
  39. package/local/chunks/Avatar.GyYNA9m6.js +172 -0
  40. package/local/chunks/fileUpload.module.WyOEuxoP.js +4 -0
  41. package/local/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
  42. package/local/wip/Checkbox/Checkbox.js +52 -52
  43. package/local/wip/FileUpload/FileUpload.Button.js +1 -1
  44. package/local/wip/FileUpload/FileUpload.Dropzone.js +1 -1
  45. package/local/wip/FileUpload/FileUpload.List.Item.js +1 -1
  46. package/local/wip/FileUpload/FileUpload.List.js +1 -1
  47. package/local/wip/FileUpload/FileUpload.js +1 -1
  48. package/local/wip/NativeSelect/NativeSelect.js +25 -25
  49. package/local/wip/RadioButton/RadioButton.js +17 -17
  50. package/local/wip/Switch/Switch.js +37 -37
  51. package/local/wip/TextArea/TextArea.js +18 -18
  52. package/package.json +6 -6
  53. package/vscode.html-custom-data.json +224 -224
  54. package/wip/Checkbox/Checkbox.js +15 -15
  55. package/wip/FileUpload/FileUpload.Button.js +1 -1
  56. package/wip/FileUpload/FileUpload.Dropzone.js +1 -1
  57. package/wip/FileUpload/FileUpload.List.Item.js +1 -1
  58. package/wip/FileUpload/FileUpload.List.js +1 -1
  59. package/wip/FileUpload/FileUpload.js +1 -1
  60. package/wip/NativeSelect/NativeSelect.js +47 -47
  61. package/wip/RadioButton/RadioButton.js +21 -21
  62. package/wip/Switch/Switch.js +37 -37
  63. package/wip/TextArea/TextArea.js +18 -18
  64. package/chunks/Avatar.BgufO4-1.js +0 -174
  65. package/chunks/fileUpload.module.CNe9mg2f.js +0 -4
  66. package/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
  67. package/local/chunks/Avatar.CEb3Se7H.js +0 -172
  68. package/local/chunks/fileUpload.module.CNe9mg2f.js +0 -4
  69. package/local/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
@@ -546,75 +546,63 @@
546
546
  ]
547
547
  },
548
548
  {
549
- "name": "bm-alert",
550
- "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
549
+ "name": "bm-breadcrumb",
550
+ "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
551
551
  "attributes": [
552
552
  {
553
- "name": "heading",
554
- "description": "Specify the heading text for Alert",
553
+ "name": "wrap",
554
+ "description": "Specify if items wrap or collapse to an ellipsis",
555
555
  "values": []
556
556
  },
557
557
  {
558
- "name": "body",
559
- "description": "Specify the body text for Alert",
558
+ "name": "itemsBeforeCollapse",
559
+ "description": "Specify how many items show before ellipsis",
560
560
  "values": []
561
561
  },
562
562
  {
563
- "name": "size",
564
- "description": "Specify the size of the Alert",
565
- "values": [{ "name": "sm" }, { "name": "md" }]
566
- },
567
- {
568
- "name": "fullWidth",
569
- "description": "Specify if the Alert has no border radius",
563
+ "name": "itemsAfterCollapse",
564
+ "description": "Specify how many items show after ellipsis",
570
565
  "values": []
571
566
  },
572
567
  {
573
568
  "name": "theme",
574
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
569
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
575
570
  "values": [{ "name": "light" }, { "name": "dark" }]
576
- },
577
- {
578
- "name": "appearance",
579
- "description": "Specify the appearance of the Alert",
580
- "values": [
581
- { "name": "infoPrimary" },
582
- { "name": "infoSecondary" },
583
- { "name": "positive" },
584
- { "name": "warning" },
585
- { "name": "negative" }
586
- ]
587
- },
571
+ }
572
+ ],
573
+ "references": [
588
574
  {
589
- "name": "hidden",
590
- "description": "Specify if the Alert is hidden",
591
- "values": []
592
- },
575
+ "name": "Storybook",
576
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "name": "bm-breadcrumb-item",
582
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
583
+ "attributes": [
584
+ { "name": "href", "description": "Pass href to an item", "values": [] },
593
585
  {
594
- "name": "hideIcon",
595
- "description": "Specify if the icon displays on the Alert",
586
+ "name": "clickable",
587
+ "description": "Specify if the item is interactive without an href",
596
588
  "values": []
597
589
  },
598
590
  {
599
- "name": "dismissible",
600
- "description": "Specify if the Alert can be dismissed",
591
+ "name": "truncationWidth",
592
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
601
593
  "values": []
602
594
  },
603
595
  {
604
- "name": "disableAutoFocus",
605
- "description": "Prevent autofocus on show",
596
+ "name": "isCurrent",
597
+ "description": "Specify explicitly if the item is the last one",
606
598
  "values": []
607
599
  },
608
- {
609
- "name": "disableCloseOnEscape",
610
- "description": "Prevent Escape from closing",
611
- "values": []
612
- }
600
+ { "name": "isCollapsed", "values": [] }
613
601
  ],
614
602
  "references": [
615
603
  {
616
604
  "name": "Storybook",
617
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
605
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
618
606
  }
619
607
  ]
620
608
  },
@@ -717,63 +705,75 @@
717
705
  ]
718
706
  },
719
707
  {
720
- "name": "bm-breadcrumb",
721
- "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
708
+ "name": "bm-alert",
709
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
722
710
  "attributes": [
723
711
  {
724
- "name": "wrap",
725
- "description": "Specify if items wrap or collapse to an ellipsis",
712
+ "name": "heading",
713
+ "description": "Specify the heading text for Alert",
726
714
  "values": []
727
715
  },
728
716
  {
729
- "name": "itemsBeforeCollapse",
730
- "description": "Specify how many items show before ellipsis",
717
+ "name": "body",
718
+ "description": "Specify the body text for Alert",
731
719
  "values": []
732
720
  },
733
721
  {
734
- "name": "itemsAfterCollapse",
735
- "description": "Specify how many items show after ellipsis",
722
+ "name": "size",
723
+ "description": "Specify the size of the Alert",
724
+ "values": [{ "name": "sm" }, { "name": "md" }]
725
+ },
726
+ {
727
+ "name": "fullWidth",
728
+ "description": "Specify if the Alert has no border radius",
736
729
  "values": []
737
730
  },
738
731
  {
739
732
  "name": "theme",
740
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
733
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
741
734
  "values": [{ "name": "light" }, { "name": "dark" }]
742
- }
743
- ],
744
- "references": [
735
+ },
745
736
  {
746
- "name": "Storybook",
747
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
748
- }
749
- ]
750
- },
751
- {
752
- "name": "bm-breadcrumb-item",
753
- "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
754
- "attributes": [
755
- { "name": "href", "description": "Pass href to an item", "values": [] },
737
+ "name": "appearance",
738
+ "description": "Specify the appearance of the Alert",
739
+ "values": [
740
+ { "name": "infoPrimary" },
741
+ { "name": "infoSecondary" },
742
+ { "name": "positive" },
743
+ { "name": "warning" },
744
+ { "name": "negative" }
745
+ ]
746
+ },
756
747
  {
757
- "name": "clickable",
758
- "description": "Specify if the item is interactive without an href",
748
+ "name": "hidden",
749
+ "description": "Specify if the Alert is hidden",
759
750
  "values": []
760
751
  },
761
752
  {
762
- "name": "truncationWidth",
763
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
753
+ "name": "hideIcon",
754
+ "description": "Specify if the icon displays on the Alert",
764
755
  "values": []
765
756
  },
766
757
  {
767
- "name": "isCurrent",
768
- "description": "Specify explicitly if the item is the last one",
758
+ "name": "dismissible",
759
+ "description": "Specify if the Alert can be dismissed",
769
760
  "values": []
770
761
  },
771
- { "name": "isCollapsed", "values": [] }
762
+ {
763
+ "name": "disableAutoFocus",
764
+ "description": "Prevent autofocus on show",
765
+ "values": []
766
+ },
767
+ {
768
+ "name": "disableCloseOnEscape",
769
+ "description": "Prevent Escape from closing",
770
+ "values": []
771
+ }
772
772
  ],
773
773
  "references": [
774
774
  {
775
775
  "name": "Storybook",
776
- "url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
776
+ "url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
777
777
  }
778
778
  ]
779
779
  },
@@ -1904,6 +1904,116 @@
1904
1904
  }
1905
1905
  ]
1906
1906
  },
1907
+ {
1908
+ "name": "bm-form",
1909
+ "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
1910
+ "attributes": [
1911
+ {
1912
+ "name": "validationMode",
1913
+ "description": "Specify if validation runs on change or when loosing focus",
1914
+ "values": [
1915
+ { "name": "onChange" },
1916
+ { "name": "onBlur" },
1917
+ { "name": "onSubmit" }
1918
+ ]
1919
+ },
1920
+ {
1921
+ "name": "initialValues",
1922
+ "description": "Specify initial values on Form controls based on their names",
1923
+ "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
1924
+ },
1925
+ {
1926
+ "name": "required",
1927
+ "description": "Specify if input is a required",
1928
+ "values": []
1929
+ },
1930
+ {
1931
+ "name": "disabled",
1932
+ "description": "Specify if input is a disabled",
1933
+ "values": []
1934
+ },
1935
+ {
1936
+ "name": "readOnly",
1937
+ "description": "Specify if input is a read only",
1938
+ "values": []
1939
+ },
1940
+ { "name": "action", "values": [] },
1941
+ { "name": "method", "values": [] },
1942
+ { "name": "target", "values": [] },
1943
+ { "name": "enctype", "values": [] }
1944
+ ],
1945
+ "references": [
1946
+ {
1947
+ "name": "Storybook",
1948
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
1949
+ }
1950
+ ]
1951
+ },
1952
+ {
1953
+ "name": "bm-native-select",
1954
+ "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
1955
+ "attributes": [
1956
+ {
1957
+ "name": "required",
1958
+ "description": "Specify if NativeSelect is a required input",
1959
+ "values": []
1960
+ },
1961
+ {
1962
+ "name": "readOnly",
1963
+ "description": "Specify if NativeSelect displays in a read-only state",
1964
+ "values": []
1965
+ },
1966
+ {
1967
+ "name": "disabled",
1968
+ "description": "Specify if NativeSelect displays in a disabled state",
1969
+ "values": []
1970
+ },
1971
+ {
1972
+ "name": "error",
1973
+ "description": "Specify error text and display error state of a NativeSelect",
1974
+ "values": []
1975
+ },
1976
+ {
1977
+ "name": "fluid",
1978
+ "description": "Specify if NativeSelect is fluid",
1979
+ "values": []
1980
+ },
1981
+ {
1982
+ "name": "width",
1983
+ "description": "Specify the width of NativeSelect",
1984
+ "values": []
1985
+ },
1986
+ {
1987
+ "name": "ellipse",
1988
+ "description": "Specify if overflow displays ellipsis",
1989
+ "values": []
1990
+ },
1991
+ {
1992
+ "name": "hideRequiredMarker",
1993
+ "description": "Specify if the NativeSelect displays with an asterisk",
1994
+ "values": []
1995
+ },
1996
+ {
1997
+ "name": "theme",
1998
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
1999
+ "values": [{ "name": "light" }, { "name": "dark" }]
2000
+ },
2001
+ { "name": "id", "values": [] },
2002
+ { "name": "name", "values": [] },
2003
+ { "name": "value", "values": [] },
2004
+ {
2005
+ "name": "validationRules",
2006
+ "values": [{ "name": "Array<FormValidator>" }]
2007
+ },
2008
+ { "name": "input-aria-label", "values": [] }
2009
+ ],
2010
+ "references": [
2011
+ {
2012
+ "name": "Storybook",
2013
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2014
+ }
2015
+ ]
2016
+ },
1907
2017
  {
1908
2018
  "name": "bm-file-upload-button",
1909
2019
  "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
@@ -2211,51 +2321,6 @@
2211
2321
  }
2212
2322
  ]
2213
2323
  },
2214
- {
2215
- "name": "bm-form",
2216
- "description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
2217
- "attributes": [
2218
- {
2219
- "name": "validationMode",
2220
- "description": "Specify if validation runs on change or when loosing focus",
2221
- "values": [
2222
- { "name": "onChange" },
2223
- { "name": "onBlur" },
2224
- { "name": "onSubmit" }
2225
- ]
2226
- },
2227
- {
2228
- "name": "initialValues",
2229
- "description": "Specify initial values on Form controls based on their names",
2230
- "values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
2231
- },
2232
- {
2233
- "name": "required",
2234
- "description": "Specify if input is a required",
2235
- "values": []
2236
- },
2237
- {
2238
- "name": "disabled",
2239
- "description": "Specify if input is a disabled",
2240
- "values": []
2241
- },
2242
- {
2243
- "name": "readOnly",
2244
- "description": "Specify if input is a read only",
2245
- "values": []
2246
- },
2247
- { "name": "action", "values": [] },
2248
- { "name": "method", "values": [] },
2249
- { "name": "target", "values": [] },
2250
- { "name": "enctype", "values": [] }
2251
- ],
2252
- "references": [
2253
- {
2254
- "name": "Storybook",
2255
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
2256
- }
2257
- ]
2258
- },
2259
2324
  {
2260
2325
  "name": "bm-switch",
2261
2326
  "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
@@ -2299,96 +2364,6 @@
2299
2364
  }
2300
2365
  ]
2301
2366
  },
2302
- {
2303
- "name": "bm-text-area",
2304
- "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2305
- "attributes": [
2306
- {
2307
- "name": "rows",
2308
- "description": "Specify the height of TextArea",
2309
- "values": []
2310
- },
2311
- {
2312
- "name": "cols",
2313
- "description": "Specify the width of TextArea",
2314
- "values": []
2315
- },
2316
- {
2317
- "name": "placeholder",
2318
- "description": "Specify placeholder text for TextArea",
2319
- "values": []
2320
- },
2321
- {
2322
- "name": "required",
2323
- "description": "Specify if TextArea is a required input",
2324
- "values": []
2325
- },
2326
- {
2327
- "name": "hideRequiredMarker",
2328
- "description": "Specify if the TextArea displays with an asterisk",
2329
- "values": []
2330
- },
2331
- {
2332
- "name": "error",
2333
- "description": "Specify error text and display error state of a TextArea",
2334
- "values": []
2335
- },
2336
- {
2337
- "name": "readOnly",
2338
- "description": "Specify if TextArea displays in a read-only state",
2339
- "values": []
2340
- },
2341
- {
2342
- "name": "disabled",
2343
- "description": "Specify if TextArea displays in a disabled state",
2344
- "values": []
2345
- },
2346
- {
2347
- "name": "fluid",
2348
- "description": "Specify if TextArea is fluid",
2349
- "values": []
2350
- },
2351
- {
2352
- "name": "width",
2353
- "description": "Specify the width of TextArea",
2354
- "values": []
2355
- },
2356
- {
2357
- "name": "hideResize",
2358
- "description": "Specify if TextArea can be manually resized",
2359
- "values": []
2360
- },
2361
- {
2362
- "name": "maxCount",
2363
- "description": "Specify the maximum character count for the TextArea",
2364
- "values": []
2365
- },
2366
- {
2367
- "name": "autoResize",
2368
- "description": "Specify if the TextArea automatically resizes to fit the text",
2369
- "values": []
2370
- },
2371
- {
2372
- "name": "theme",
2373
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2374
- "values": [{ "name": "light" }, { "name": "dark" }]
2375
- },
2376
- { "name": "id", "values": [] },
2377
- { "name": "name", "values": [] },
2378
- { "name": "value", "values": [] },
2379
- {
2380
- "name": "validationRules",
2381
- "values": [{ "name": "Array<FormValidator>" }]
2382
- },
2383
- { "name": "input-aria-label", "values": [] }
2384
- ],
2385
- "references": [
2386
- {
2387
- "name": "Storybook",
2388
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2389
- }
2390
- ]
2391
- },
2392
2367
  {
2393
2368
  "name": "bm-radio-button",
2394
2369
  "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
@@ -2442,52 +2417,77 @@
2442
2417
  ]
2443
2418
  },
2444
2419
  {
2445
- "name": "bm-native-select",
2446
- "description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
2420
+ "name": "bm-text-area",
2421
+ "description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
2447
2422
  "attributes": [
2448
2423
  {
2449
- "name": "required",
2450
- "description": "Specify if NativeSelect is a required input",
2424
+ "name": "rows",
2425
+ "description": "Specify the height of TextArea",
2451
2426
  "values": []
2452
2427
  },
2453
2428
  {
2454
- "name": "readOnly",
2455
- "description": "Specify if NativeSelect displays in a read-only state",
2429
+ "name": "cols",
2430
+ "description": "Specify the width of TextArea",
2456
2431
  "values": []
2457
2432
  },
2458
2433
  {
2459
- "name": "disabled",
2460
- "description": "Specify if NativeSelect displays in a disabled state",
2434
+ "name": "placeholder",
2435
+ "description": "Specify placeholder text for TextArea",
2436
+ "values": []
2437
+ },
2438
+ {
2439
+ "name": "required",
2440
+ "description": "Specify if TextArea is a required input",
2441
+ "values": []
2442
+ },
2443
+ {
2444
+ "name": "hideRequiredMarker",
2445
+ "description": "Specify if the TextArea displays with an asterisk",
2461
2446
  "values": []
2462
2447
  },
2463
2448
  {
2464
2449
  "name": "error",
2465
- "description": "Specify error text and display error state of a NativeSelect",
2450
+ "description": "Specify error text and display error state of a TextArea",
2451
+ "values": []
2452
+ },
2453
+ {
2454
+ "name": "readOnly",
2455
+ "description": "Specify if TextArea displays in a read-only state",
2456
+ "values": []
2457
+ },
2458
+ {
2459
+ "name": "disabled",
2460
+ "description": "Specify if TextArea displays in a disabled state",
2466
2461
  "values": []
2467
2462
  },
2468
2463
  {
2469
2464
  "name": "fluid",
2470
- "description": "Specify if NativeSelect is fluid",
2465
+ "description": "Specify if TextArea is fluid",
2471
2466
  "values": []
2472
2467
  },
2473
2468
  {
2474
2469
  "name": "width",
2475
- "description": "Specify the width of NativeSelect",
2470
+ "description": "Specify the width of TextArea",
2476
2471
  "values": []
2477
2472
  },
2478
2473
  {
2479
- "name": "ellipse",
2480
- "description": "Specify if overflow displays ellipsis",
2474
+ "name": "hideResize",
2475
+ "description": "Specify if TextArea can be manually resized",
2481
2476
  "values": []
2482
2477
  },
2483
2478
  {
2484
- "name": "hideRequiredMarker",
2485
- "description": "Specify if the NativeSelect displays with an asterisk",
2479
+ "name": "maxCount",
2480
+ "description": "Specify the maximum character count for the TextArea",
2481
+ "values": []
2482
+ },
2483
+ {
2484
+ "name": "autoResize",
2485
+ "description": "Specify if the TextArea automatically resizes to fit the text",
2486
2486
  "values": []
2487
2487
  },
2488
2488
  {
2489
2489
  "name": "theme",
2490
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
2490
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
2491
2491
  "values": [{ "name": "light" }, { "name": "dark" }]
2492
2492
  },
2493
2493
  { "name": "id", "values": [] },
@@ -2502,7 +2502,7 @@
2502
2502
  "references": [
2503
2503
  {
2504
2504
  "name": "Storybook",
2505
- "url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
2505
+ "url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
2506
2506
  }
2507
2507
  ]
2508
2508
  },