@aloudata/aloudata-design 2.13.15 → 2.13.16

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.
@@ -150,7 +150,7 @@ var OriginModal = function OriginModal(props) {
150
150
  className: classNames('ald-modal', className, {
151
151
  'ald-modal-padding-less': paddingLess,
152
152
  'ald-modal-virtual-scroll-bar': virtualScrollBar,
153
- 'ald-modal-show-header-bottom-border': hideHeaderBottomBorder,
153
+ 'ald-modal-hide-header-bottom-border': hideHeaderBottomBorder,
154
154
  'ald-modal-responsive-bounds': responsiveBounds
155
155
  }),
156
156
  okButtonProps: getButtonProps(okButtonProps, 'primary', okType),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.13.15",
3
+ "version": "2.13.16",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",