@salesforcedevs/dx-components 1.32.1-alpha.0 → 1.32.1-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.32.1-alpha.0",
3
+ "version": "1.32.1-alpha.1",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -44,5 +44,5 @@
44
44
  "luxon": "3.4.4",
45
45
  "msw": "^2.12.4"
46
46
  },
47
- "gitHead": "6ce1be58809077071ba1466ed17deb4a9315bf1e"
47
+ "gitHead": "6bc5a213b2992c24d0f9ada1cc47dd016a70ca69"
48
48
  }
@@ -122,6 +122,7 @@ export default class AgentMiawUi extends LightningElement {
122
122
  el.setAttribute("org-id", this.orgId);
123
123
  el.setAttribute("messaging-url", this.messagingUrl);
124
124
  el.setAttribute("deployment-dev-name", this.deploymentDevName);
125
+ el.setAttribute("input-variant", "mini-sidebar");
125
126
  el.setAttribute(
126
127
  "rich-component-version",
127
128
  this.richComponentVersion