@carbon/web-components 2.51.1 → 2.52.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 (120) hide show
  1. package/custom-elements.json +552 -0
  2. package/es/components/accordion/accordion.scss.js +1 -1
  3. package/es/components/accordion/accordion.scss.js.map +1 -1
  4. package/es/components/checkbox/checkbox.js +8 -2
  5. package/es/components/checkbox/checkbox.js.map +1 -1
  6. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  7. package/es/components/combo-box/combo-box.js +2 -6
  8. package/es/components/combo-box/combo-box.js.map +1 -1
  9. package/es/components/contained-list/contained-list-item.d.ts +1 -1
  10. package/es/components/contained-list/contained-list-item.d.ts.map +1 -1
  11. package/es/components/contained-list/contained-list-item.js +3 -11
  12. package/es/components/contained-list/contained-list-item.js.map +1 -1
  13. package/es/components/contained-list/contained-list.scss.js +1 -1
  14. package/es/components/contained-list/contained-list.scss.js.map +1 -1
  15. package/es/components/dropdown/dropdown.d.ts +4 -0
  16. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  17. package/es/components/dropdown/dropdown.js +3 -0
  18. package/es/components/dropdown/dropdown.js.map +1 -1
  19. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts +18 -0
  20. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts.map +1 -0
  21. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js +47 -0
  22. package/es/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -0
  23. package/es/components/fluid-dropdown/fluid-dropdown.d.ts +21 -0
  24. package/es/components/fluid-dropdown/fluid-dropdown.d.ts.map +1 -0
  25. package/es/components/fluid-dropdown/fluid-dropdown.js +58 -0
  26. package/es/components/fluid-dropdown/fluid-dropdown.js.map +1 -0
  27. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +15 -0
  28. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -0
  29. package/es/components/fluid-dropdown/index.d.ts +9 -0
  30. package/es/components/fluid-dropdown/index.d.ts.map +1 -0
  31. package/es/components/fluid-dropdown/index.js +9 -0
  32. package/es/components/layout/index.d.ts +10 -0
  33. package/es/components/layout/index.d.ts.map +1 -0
  34. package/es/components/layout/index.js +11 -0
  35. package/es/components/layout/layout-constraint.d.ts +24 -0
  36. package/es/components/layout/layout-constraint.d.ts.map +1 -0
  37. package/es/components/layout/layout-constraint.js +52 -0
  38. package/es/components/layout/layout-constraint.js.map +1 -0
  39. package/es/components/layout/layout.d.ts +34 -0
  40. package/es/components/layout/layout.d.ts.map +1 -0
  41. package/es/components/layout/layout.js +53 -0
  42. package/es/components/layout/layout.js.map +1 -0
  43. package/es/components/layout/layout.scss.js +15 -0
  44. package/es/components/layout/layout.scss.js.map +1 -0
  45. package/es/components/list/list.scss.js +1 -1
  46. package/es/index.d.ts +2 -0
  47. package/es/index.d.ts.map +1 -1
  48. package/es/index.js +3 -1
  49. package/es-custom/components/accordion/accordion.scss.js +1 -1
  50. package/es-custom/components/accordion/accordion.scss.js.map +1 -1
  51. package/es-custom/components/checkbox/checkbox.js +8 -2
  52. package/es-custom/components/checkbox/checkbox.js.map +1 -1
  53. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  54. package/es-custom/components/combo-box/combo-box.js +2 -6
  55. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  56. package/es-custom/components/contained-list/contained-list-item.d.ts +1 -1
  57. package/es-custom/components/contained-list/contained-list-item.d.ts.map +1 -1
  58. package/es-custom/components/contained-list/contained-list-item.js +3 -11
  59. package/es-custom/components/contained-list/contained-list-item.js.map +1 -1
  60. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  61. package/es-custom/components/contained-list/contained-list.scss.js.map +1 -1
  62. package/es-custom/components/dropdown/dropdown.d.ts +4 -0
  63. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  64. package/es-custom/components/dropdown/dropdown.js +3 -0
  65. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  66. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts +18 -0
  67. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts.map +1 -0
  68. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js +47 -0
  69. package/es-custom/components/fluid-dropdown/fluid-dropdown-skeleton.js.map +1 -0
  70. package/es-custom/components/fluid-dropdown/fluid-dropdown.d.ts +21 -0
  71. package/es-custom/components/fluid-dropdown/fluid-dropdown.d.ts.map +1 -0
  72. package/es-custom/components/fluid-dropdown/fluid-dropdown.js +58 -0
  73. package/es-custom/components/fluid-dropdown/fluid-dropdown.js.map +1 -0
  74. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +15 -0
  75. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -0
  76. package/es-custom/components/fluid-dropdown/index.d.ts +9 -0
  77. package/es-custom/components/fluid-dropdown/index.d.ts.map +1 -0
  78. package/es-custom/components/fluid-dropdown/index.js +9 -0
  79. package/es-custom/components/layout/index.d.ts +10 -0
  80. package/es-custom/components/layout/index.d.ts.map +1 -0
  81. package/es-custom/components/layout/index.js +11 -0
  82. package/es-custom/components/layout/layout-constraint.d.ts +24 -0
  83. package/es-custom/components/layout/layout-constraint.d.ts.map +1 -0
  84. package/es-custom/components/layout/layout-constraint.js +52 -0
  85. package/es-custom/components/layout/layout-constraint.js.map +1 -0
  86. package/es-custom/components/layout/layout.d.ts +34 -0
  87. package/es-custom/components/layout/layout.d.ts.map +1 -0
  88. package/es-custom/components/layout/layout.js +53 -0
  89. package/es-custom/components/layout/layout.js.map +1 -0
  90. package/es-custom/components/layout/layout.scss.js +15 -0
  91. package/es-custom/components/layout/layout.scss.js.map +1 -0
  92. package/es-custom/components/list/list.scss.js +1 -1
  93. package/es-custom/index.d.ts +2 -0
  94. package/es-custom/index.d.ts.map +1 -1
  95. package/es-custom/index.js +3 -1
  96. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  97. package/lib/components/contained-list/contained-list-item.d.ts +1 -1
  98. package/lib/components/contained-list/contained-list-item.d.ts.map +1 -1
  99. package/lib/components/dropdown/dropdown.d.ts +4 -0
  100. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  101. package/lib/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts +18 -0
  102. package/lib/components/fluid-dropdown/fluid-dropdown-skeleton.d.ts.map +1 -0
  103. package/lib/components/fluid-dropdown/fluid-dropdown.d.ts +21 -0
  104. package/lib/components/fluid-dropdown/fluid-dropdown.d.ts.map +1 -0
  105. package/lib/components/fluid-dropdown/index.d.ts +9 -0
  106. package/lib/components/fluid-dropdown/index.d.ts.map +1 -0
  107. package/lib/components/layout/index.d.ts +10 -0
  108. package/lib/components/layout/index.d.ts.map +1 -0
  109. package/lib/components/layout/layout-constraint.d.ts +24 -0
  110. package/lib/components/layout/layout-constraint.d.ts.map +1 -0
  111. package/lib/components/layout/layout.d.ts +34 -0
  112. package/lib/components/layout/layout.d.ts.map +1 -0
  113. package/lib/index.d.ts +2 -0
  114. package/lib/index.d.ts.map +1 -1
  115. package/package.json +6 -6
  116. package/scss/components/accordion/accordion.scss +25 -0
  117. package/scss/components/contained-list/contained-list.scss +13 -1
  118. package/scss/components/fluid-dropdown/fluid-dropdown.scss +234 -0
  119. package/scss/components/layout/layout.scss +21 -0
  120. package/telemetry.yml +32 -0
@@ -2667,6 +2667,12 @@
2667
2667
  "type": "DROPDOWN_TYPE",
2668
2668
  "default": "\"\""
2669
2669
  },
2670
+ {
2671
+ "name": "isFluid",
2672
+ "description": "Specify whether the textarea is fluid or not",
2673
+ "type": "boolean",
2674
+ "default": "false"
2675
+ },
2670
2676
  {
2671
2677
  "name": "warn",
2672
2678
  "description": "Specify whether the control is currently in warning state",
@@ -2868,6 +2874,13 @@
2868
2874
  "type": "DROPDOWN_TYPE",
2869
2875
  "default": "\"\""
2870
2876
  },
2877
+ {
2878
+ "name": "isFluid",
2879
+ "attribute": "isFluid",
2880
+ "description": "Specify whether the textarea is fluid or not",
2881
+ "type": "boolean",
2882
+ "default": "false"
2883
+ },
2871
2884
  {
2872
2885
  "name": "warn",
2873
2886
  "attribute": "warn",
@@ -5859,6 +5872,12 @@
5859
5872
  "type": "DROPDOWN_TYPE",
5860
5873
  "default": "\"\""
5861
5874
  },
5875
+ {
5876
+ "name": "isFluid",
5877
+ "description": "Specify whether the textarea is fluid or not",
5878
+ "type": "boolean",
5879
+ "default": "false"
5880
+ },
5862
5881
  {
5863
5882
  "name": "warn",
5864
5883
  "description": "Specify whether the control is currently in warning state",
@@ -6015,6 +6034,13 @@
6015
6034
  "type": "DROPDOWN_TYPE",
6016
6035
  "default": "\"\""
6017
6036
  },
6037
+ {
6038
+ "name": "isFluid",
6039
+ "attribute": "isFluid",
6040
+ "description": "Specify whether the textarea is fluid or not",
6041
+ "type": "boolean",
6042
+ "default": "false"
6043
+ },
6018
6044
  {
6019
6045
  "name": "warn",
6020
6046
  "attribute": "warn",
@@ -6498,6 +6524,444 @@
6498
6524
  }
6499
6525
  ]
6500
6526
  },
6527
+ {
6528
+ "name": "cds-fluid-dropdown-skeleton",
6529
+ "path": "./src/components/fluid-dropdown/fluid-dropdown-skeleton.ts",
6530
+ "description": "Fluid dropdown skeleton.",
6531
+ "attributes": [
6532
+ {
6533
+ "name": "hide-label",
6534
+ "description": "Specify whether the label should be hidden, or not.",
6535
+ "type": "boolean",
6536
+ "default": "false"
6537
+ },
6538
+ {
6539
+ "name": "size",
6540
+ "description": "Specify the size of the ListBox.",
6541
+ "type": "DROPDOWN_SIZE",
6542
+ "default": "\"md\""
6543
+ }
6544
+ ],
6545
+ "properties": [
6546
+ {
6547
+ "name": "hideLabel",
6548
+ "attribute": "hide-label",
6549
+ "description": "Specify whether the label should be hidden, or not.",
6550
+ "type": "boolean",
6551
+ "default": "false"
6552
+ },
6553
+ {
6554
+ "name": "size",
6555
+ "attribute": "size",
6556
+ "description": "Specify the size of the ListBox.",
6557
+ "type": "DROPDOWN_SIZE",
6558
+ "default": "\"md\""
6559
+ },
6560
+ {
6561
+ "name": "styles",
6562
+ "default": "\"styles\""
6563
+ }
6564
+ ]
6565
+ },
6566
+ {
6567
+ "name": "cds-fluid-dropdown",
6568
+ "path": "./src/components/fluid-dropdown/fluid-dropdown.ts",
6569
+ "description": "Fluid dropdown.",
6570
+ "attributes": [
6571
+ {
6572
+ "name": "is-condensed",
6573
+ "type": "boolean",
6574
+ "default": "false"
6575
+ },
6576
+ {
6577
+ "name": "aria-label",
6578
+ "description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
6579
+ "type": "string",
6580
+ "default": "\"\""
6581
+ },
6582
+ {
6583
+ "name": "direction",
6584
+ "description": "Specify the direction of the dropdown. Can be either top or bottom.",
6585
+ "type": "DROPDOWN_DIRECTION",
6586
+ "default": "\"bottom\""
6587
+ },
6588
+ {
6589
+ "name": "autoalign",
6590
+ "description": "Specify whether auto align functionality should be applied",
6591
+ "type": "boolean",
6592
+ "default": "false"
6593
+ },
6594
+ {
6595
+ "name": "disabled",
6596
+ "description": "`true` if this dropdown should be disabled.",
6597
+ "type": "boolean",
6598
+ "default": "false"
6599
+ },
6600
+ {
6601
+ "name": "helper-text",
6602
+ "description": "The helper text.",
6603
+ "type": "string",
6604
+ "default": "\"\""
6605
+ },
6606
+ {
6607
+ "name": "hide-label",
6608
+ "description": "Specify whether the title text should be hidden or not",
6609
+ "type": "boolean",
6610
+ "default": "false"
6611
+ },
6612
+ {
6613
+ "name": "invalid-text",
6614
+ "description": "Message which is displayed if the value is invalid.",
6615
+ "type": "string",
6616
+ "default": "\"\""
6617
+ },
6618
+ {
6619
+ "name": "title-text",
6620
+ "description": "Provide the title text that will be read by a screen reader when visiting this control",
6621
+ "type": "string",
6622
+ "default": "\"\""
6623
+ },
6624
+ {
6625
+ "name": "name",
6626
+ "description": "Name for the dropdown in the `FormData`",
6627
+ "type": "string",
6628
+ "default": "\"\""
6629
+ },
6630
+ {
6631
+ "name": "open",
6632
+ "description": "`true` if this dropdown should be open.",
6633
+ "type": "boolean",
6634
+ "default": "false"
6635
+ },
6636
+ {
6637
+ "name": "read-only",
6638
+ "description": "Whether or not the Dropdown is readonly",
6639
+ "type": "boolean",
6640
+ "default": "false"
6641
+ },
6642
+ {
6643
+ "name": "size",
6644
+ "description": "Dropdown size.",
6645
+ "type": "DROPDOWN_SIZE",
6646
+ "default": "\"md\""
6647
+ },
6648
+ {
6649
+ "name": "toggle-label-closed",
6650
+ "description": "The `aria-label` attribute for the UI indicating the closed state.",
6651
+ "type": "string",
6652
+ "default": "\"\""
6653
+ },
6654
+ {
6655
+ "name": "toggle-label-open",
6656
+ "description": "The `aria-label` attribute for the UI indicating the open state.",
6657
+ "type": "string",
6658
+ "default": "\"\""
6659
+ },
6660
+ {
6661
+ "name": "label",
6662
+ "description": "Generic label that will be used as the textual representation of what this field is for",
6663
+ "type": "string",
6664
+ "default": "\"\""
6665
+ },
6666
+ {
6667
+ "name": "type",
6668
+ "description": "`true` if this dropdown should use the inline UI variant.",
6669
+ "type": "DROPDOWN_TYPE",
6670
+ "default": "\"\""
6671
+ },
6672
+ {
6673
+ "name": "isFluid",
6674
+ "description": "Specify whether the textarea is fluid or not",
6675
+ "type": "boolean",
6676
+ "default": "false"
6677
+ },
6678
+ {
6679
+ "name": "warn",
6680
+ "description": "Specify whether the control is currently in warning state",
6681
+ "type": "boolean",
6682
+ "default": "false"
6683
+ },
6684
+ {
6685
+ "name": "warn-text",
6686
+ "description": "Provide the text that is displayed when the control is in warning state",
6687
+ "type": "string",
6688
+ "default": "\"\""
6689
+ },
6690
+ {
6691
+ "name": "invalid",
6692
+ "description": "`true` to show the UI of the invalid state.",
6693
+ "type": "boolean",
6694
+ "default": "false"
6695
+ },
6696
+ {
6697
+ "name": "required",
6698
+ "description": "`true` if the value is required.",
6699
+ "type": "boolean",
6700
+ "default": "false"
6701
+ },
6702
+ {
6703
+ "name": "required-validity-message",
6704
+ "description": "The special validity message for `required`.",
6705
+ "type": "string",
6706
+ "default": "\"Please fill out this field.\""
6707
+ },
6708
+ {
6709
+ "name": "validity-message",
6710
+ "description": "The validity message.",
6711
+ "type": "string",
6712
+ "default": "\"\""
6713
+ },
6714
+ {
6715
+ "name": "value",
6716
+ "description": "The value of the selected item.",
6717
+ "type": "string",
6718
+ "default": "\"\""
6719
+ }
6720
+ ],
6721
+ "properties": [
6722
+ {
6723
+ "name": "isCondensed",
6724
+ "attribute": "is-condensed",
6725
+ "type": "boolean",
6726
+ "default": "false"
6727
+ },
6728
+ {
6729
+ "name": "ariaLabel",
6730
+ "attribute": "aria-label",
6731
+ "description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
6732
+ "type": "string",
6733
+ "default": "\"\""
6734
+ },
6735
+ {
6736
+ "name": "direction",
6737
+ "attribute": "direction",
6738
+ "description": "Specify the direction of the dropdown. Can be either top or bottom.",
6739
+ "type": "DROPDOWN_DIRECTION",
6740
+ "default": "\"bottom\""
6741
+ },
6742
+ {
6743
+ "name": "autoalign",
6744
+ "attribute": "autoalign",
6745
+ "description": "Specify whether auto align functionality should be applied",
6746
+ "type": "boolean",
6747
+ "default": "false"
6748
+ },
6749
+ {
6750
+ "name": "disabled",
6751
+ "attribute": "disabled",
6752
+ "description": "`true` if this dropdown should be disabled.",
6753
+ "type": "boolean",
6754
+ "default": "false"
6755
+ },
6756
+ {
6757
+ "name": "helperText",
6758
+ "attribute": "helper-text",
6759
+ "description": "The helper text.",
6760
+ "type": "string",
6761
+ "default": "\"\""
6762
+ },
6763
+ {
6764
+ "name": "hideLabel",
6765
+ "attribute": "hide-label",
6766
+ "description": "Specify whether the title text should be hidden or not",
6767
+ "type": "boolean",
6768
+ "default": "false"
6769
+ },
6770
+ {
6771
+ "name": "invalidText",
6772
+ "attribute": "invalid-text",
6773
+ "description": "Message which is displayed if the value is invalid.",
6774
+ "type": "string",
6775
+ "default": "\"\""
6776
+ },
6777
+ {
6778
+ "name": "titleText",
6779
+ "attribute": "title-text",
6780
+ "description": "Provide the title text that will be read by a screen reader when visiting this control",
6781
+ "type": "string",
6782
+ "default": "\"\""
6783
+ },
6784
+ {
6785
+ "name": "name",
6786
+ "attribute": "name",
6787
+ "description": "Name for the dropdown in the `FormData`",
6788
+ "type": "string",
6789
+ "default": "\"\""
6790
+ },
6791
+ {
6792
+ "name": "open",
6793
+ "attribute": "open",
6794
+ "description": "`true` if this dropdown should be open.",
6795
+ "type": "boolean",
6796
+ "default": "false"
6797
+ },
6798
+ {
6799
+ "name": "readOnly",
6800
+ "attribute": "read-only",
6801
+ "description": "Whether or not the Dropdown is readonly",
6802
+ "type": "boolean",
6803
+ "default": "false"
6804
+ },
6805
+ {
6806
+ "name": "size",
6807
+ "attribute": "size",
6808
+ "description": "Dropdown size.",
6809
+ "type": "DROPDOWN_SIZE",
6810
+ "default": "\"md\""
6811
+ },
6812
+ {
6813
+ "name": "toggleLabelClosed",
6814
+ "attribute": "toggle-label-closed",
6815
+ "description": "The `aria-label` attribute for the UI indicating the closed state.",
6816
+ "type": "string",
6817
+ "default": "\"\""
6818
+ },
6819
+ {
6820
+ "name": "toggleLabelOpen",
6821
+ "attribute": "toggle-label-open",
6822
+ "description": "The `aria-label` attribute for the UI indicating the open state.",
6823
+ "type": "string",
6824
+ "default": "\"\""
6825
+ },
6826
+ {
6827
+ "name": "label",
6828
+ "attribute": "label",
6829
+ "description": "Generic label that will be used as the textual representation of what this field is for",
6830
+ "type": "string",
6831
+ "default": "\"\""
6832
+ },
6833
+ {
6834
+ "name": "type",
6835
+ "attribute": "type",
6836
+ "description": "`true` if this dropdown should use the inline UI variant.",
6837
+ "type": "DROPDOWN_TYPE",
6838
+ "default": "\"\""
6839
+ },
6840
+ {
6841
+ "name": "isFluid",
6842
+ "attribute": "isFluid",
6843
+ "description": "Specify whether the textarea is fluid or not",
6844
+ "type": "boolean",
6845
+ "default": "false"
6846
+ },
6847
+ {
6848
+ "name": "warn",
6849
+ "attribute": "warn",
6850
+ "description": "Specify whether the control is currently in warning state",
6851
+ "type": "boolean",
6852
+ "default": "false"
6853
+ },
6854
+ {
6855
+ "name": "warnText",
6856
+ "attribute": "warn-text",
6857
+ "description": "Provide the text that is displayed when the control is in warning state",
6858
+ "type": "string",
6859
+ "default": "\"\""
6860
+ },
6861
+ {
6862
+ "name": "toggleLabel",
6863
+ "description": "The computed aria-label for the toggle button based on open state.",
6864
+ "type": "string"
6865
+ },
6866
+ {
6867
+ "name": "TRIGGER_KEYS",
6868
+ "description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
6869
+ "type": "Set<string>",
6870
+ "default": "\"new Set([' ', 'Enter'])\""
6871
+ },
6872
+ {
6873
+ "name": "shadowRootOptions",
6874
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
6875
+ "default": "{\"delegatesFocus\":true}"
6876
+ },
6877
+ {
6878
+ "name": "styles",
6879
+ "type": "array",
6880
+ "default": "[\"styles\",\"styles\"]"
6881
+ },
6882
+ {
6883
+ "name": "invalid",
6884
+ "attribute": "invalid",
6885
+ "description": "`true` to show the UI of the invalid state.",
6886
+ "type": "boolean",
6887
+ "default": "false"
6888
+ },
6889
+ {
6890
+ "name": "required",
6891
+ "attribute": "required",
6892
+ "description": "`true` if the value is required.",
6893
+ "type": "boolean",
6894
+ "default": "false"
6895
+ },
6896
+ {
6897
+ "name": "requiredValidityMessage",
6898
+ "attribute": "required-validity-message",
6899
+ "description": "The special validity message for `required`.",
6900
+ "type": "string",
6901
+ "default": "\"Please fill out this field.\""
6902
+ },
6903
+ {
6904
+ "name": "validityMessage",
6905
+ "attribute": "validity-message",
6906
+ "description": "The validity message.",
6907
+ "type": "string",
6908
+ "default": "\"\""
6909
+ },
6910
+ {
6911
+ "name": "value",
6912
+ "attribute": "value",
6913
+ "description": "The value of the selected item.",
6914
+ "type": "string",
6915
+ "default": "\"\""
6916
+ }
6917
+ ],
6918
+ "events": [
6919
+ {
6920
+ "name": "cds-dropdown-beingselected",
6921
+ "description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
6922
+ },
6923
+ {
6924
+ "name": "cds-dropdown-beingtoggled",
6925
+ "description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
6926
+ },
6927
+ {
6928
+ "name": "cds-dropdown-selected",
6929
+ "description": "The custom event fired after a dropdown item is selected upon a user gesture."
6930
+ },
6931
+ {
6932
+ "name": "cds-dropdown-toggled",
6933
+ "description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
6934
+ },
6935
+ {
6936
+ "name": "input"
6937
+ },
6938
+ {
6939
+ "name": "invalid"
6940
+ }
6941
+ ],
6942
+ "cssParts": [
6943
+ {
6944
+ "name": "label",
6945
+ "description": "text The label text."
6946
+ },
6947
+ {
6948
+ "name": "helper",
6949
+ "description": "text The helper text."
6950
+ },
6951
+ {
6952
+ "name": "trigger",
6953
+ "description": "button The trigger button."
6954
+ },
6955
+ {
6956
+ "name": "menu",
6957
+ "description": "body The menu body."
6958
+ },
6959
+ {
6960
+ "name": "validity",
6961
+ "description": "message The validity message."
6962
+ }
6963
+ ]
6964
+ },
6501
6965
  {
6502
6966
  "name": "cds-fluid-number-input-skeleton",
6503
6967
  "path": "./src/components/fluid-number-input/fluid-number-input-skeleton.ts",
@@ -10533,6 +10997,81 @@
10533
10997
  }
10534
10998
  ]
10535
10999
  },
11000
+ {
11001
+ "name": "cds-layout-constraint",
11002
+ "path": "./src/components/layout/layout-constraint.ts",
11003
+ "description": "`<cds-layout-constraint>` restricts the size range available to its\ndescendant components.",
11004
+ "attributes": [
11005
+ {
11006
+ "name": "size-default",
11007
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11008
+ },
11009
+ {
11010
+ "name": "size-min",
11011
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11012
+ },
11013
+ {
11014
+ "name": "size-max",
11015
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11016
+ }
11017
+ ],
11018
+ "properties": [
11019
+ {
11020
+ "name": "styles",
11021
+ "default": "\"styles\""
11022
+ },
11023
+ {
11024
+ "name": "sizeDefault",
11025
+ "attribute": "size-default",
11026
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11027
+ },
11028
+ {
11029
+ "name": "sizeMin",
11030
+ "attribute": "size-min",
11031
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11032
+ },
11033
+ {
11034
+ "name": "sizeMax",
11035
+ "attribute": "size-max",
11036
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11037
+ }
11038
+ ]
11039
+ },
11040
+ {
11041
+ "name": "cds-layout",
11042
+ "path": "./src/components/layout/layout.ts",
11043
+ "description": "`<cds-layout>` sets a layout context (size and/or density) for all\ndescendant Carbon components.",
11044
+ "attributes": [
11045
+ {
11046
+ "name": "size",
11047
+ "description": "Size context for all descendant components.",
11048
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11049
+ },
11050
+ {
11051
+ "name": "density",
11052
+ "description": "Density context for all descendant components.",
11053
+ "type": "\"condensed\" | \"normal\" | undefined"
11054
+ }
11055
+ ],
11056
+ "properties": [
11057
+ {
11058
+ "name": "styles",
11059
+ "default": "\"styles\""
11060
+ },
11061
+ {
11062
+ "name": "size",
11063
+ "attribute": "size",
11064
+ "description": "Size context for all descendant components.",
11065
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\" | \"2xl\" | undefined"
11066
+ },
11067
+ {
11068
+ "name": "density",
11069
+ "attribute": "density",
11070
+ "description": "Density context for all descendant components.",
11071
+ "type": "\"condensed\" | \"normal\" | undefined"
11072
+ }
11073
+ ]
11074
+ },
10536
11075
  {
10537
11076
  "name": "cds-link",
10538
11077
  "path": "./src/components/link/link.ts",
@@ -12182,6 +12721,12 @@
12182
12721
  "type": "DROPDOWN_TYPE",
12183
12722
  "default": "\"\""
12184
12723
  },
12724
+ {
12725
+ "name": "isFluid",
12726
+ "description": "Specify whether the textarea is fluid or not",
12727
+ "type": "boolean",
12728
+ "default": "false"
12729
+ },
12185
12730
  {
12186
12731
  "name": "warn",
12187
12732
  "description": "Specify whether the control is currently in warning state",
@@ -12384,6 +12929,13 @@
12384
12929
  "type": "DROPDOWN_TYPE",
12385
12930
  "default": "\"\""
12386
12931
  },
12932
+ {
12933
+ "name": "isFluid",
12934
+ "attribute": "isFluid",
12935
+ "description": "Specify whether the textarea is fluid or not",
12936
+ "type": "boolean",
12937
+ "default": "false"
12938
+ },
12387
12939
  {
12388
12940
  "name": "warn",
12389
12941
  "attribute": "warn",