@epam/ai-dial-ui-kit 0.5.0-rc.5 → 0.5.0-rc.6

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.
@@ -48753,7 +48753,7 @@ const RA = ({
48753
48753
  copyLabel: d?.copyLabel,
48754
48754
  moveLabel: d?.moveLabel,
48755
48755
  hiddenFilesSwitcherLabel: d?.hiddenFilesSwitcherLabel,
48756
- gridOptions: { columnDefs: Se }
48756
+ gridOptions: { columnDefs: Se, loading: o }
48757
48757
  }
48758
48758
  )
48759
48759
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.5.0-rc.5",
3
+ "version": "0.5.0-rc.6",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",