@capillarytech/blaze-ui 5.14.0 → 5.14.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.
@@ -2497,6 +2497,7 @@ const _excluded = ["options"],
2497
2497
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
2498
2498
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2499
2499
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
2500
+ const clsPrefix = 'cap-action-bar';
2500
2501
  function RadioButtonComponent(_ref) {
2501
2502
  let {
2502
2503
  options
@@ -2530,7 +2531,7 @@ const CapActionBar = _ref2 => {
2530
2531
  } = _ref2;
2531
2532
  const rowProps = (row == null ? void 0 : row.props) || {};
2532
2533
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, _extends({}, rowProps, {
2533
- className: (0, _classnames.default)(_styles.default['cap-action-bar'], className),
2534
+ className: (0, _classnames.default)(_styles.default[clsPrefix], className),
2534
2535
  children: [search && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColumn.default, _extends({}, search.capColumn, {
2535
2536
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapFormItem.default, _extends({}, search.formItem, {
2536
2537
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapInput.CapInputSearch, _extends({}, search.props))
@@ -2735,9 +2736,11 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
2735
2736
  var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
2736
2737
  var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
2737
2738
  // Module
2738
- ___CSS_LOADER_EXPORT___.push([module.id, ``, ""]);
2739
+ ___CSS_LOADER_EXPORT___.push([module.id, `.cap-action-bar{align-items:baseline}`, ""]);
2739
2740
  // Exports
2740
- ___CSS_LOADER_EXPORT___.locals = {};
2741
+ ___CSS_LOADER_EXPORT___.locals = {
2742
+ "cap-action-bar": `cap-action-bar`
2743
+ };
2741
2744
  module.exports = ___CSS_LOADER_EXPORT___;
2742
2745
 
2743
2746