@innovaccer/design-system 2.37.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1719911531711
3
+ * Generated on: 1720195021137
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.37.0
5
+ * Version: v2.38.0
6
6
  * License: MIT
7
7
  * Docs: https://mds.innovaccer.com
8
8
  */
@@ -20488,6 +20488,9 @@
20488
20488
  setPopoverStyle = _j[1];
20489
20489
 
20490
20490
  var baseProps = extractBaseProps(props);
20491
+ var WrapperStyle = trigger ? {} : {
20492
+ width: width
20493
+ };
20491
20494
 
20492
20495
  var getTriggerElement = function getTriggerElement() {
20493
20496
  if (trigger) {
@@ -20610,6 +20613,7 @@
20610
20613
  value: contextProp
20611
20614
  }, /*#__PURE__*/React__namespace.createElement("div", __assign$1({
20612
20615
  "data-test": "DesignSystem-Select",
20616
+ style: WrapperStyle,
20613
20617
  "aria-haspopup": "listbox",
20614
20618
  "aria-expanded": openPopover
20615
20619
  }, baseProps), /*#__PURE__*/React__namespace.createElement(Popover$1, {
@@ -25498,7 +25502,7 @@
25498
25502
  AIResponse.ActionBar = ChatActionBar;
25499
25503
  AIResponse.Body = ChatBody;
25500
25504
 
25501
- var version = "2.37.0";
25505
+ var version = "2.38.0";
25502
25506
 
25503
25507
  exports.AIButton = AIButton;
25504
25508
  exports.AIChip = AIChip;