@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.
package/index.js CHANGED
@@ -16608,6 +16608,7 @@ const _excluded = ["options"],
16608
16608
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16609
16609
  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); }
16610
16610
  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; }
16611
+ const clsPrefix = 'cap-action-bar';
16611
16612
  function RadioButtonComponent(_ref) {
16612
16613
  let {
16613
16614
  options
@@ -16641,7 +16642,7 @@ const CapActionBar = _ref2 => {
16641
16642
  } = _ref2;
16642
16643
  const rowProps = (row == null ? void 0 : row.props) || {};
16643
16644
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, _extends({}, rowProps, {
16644
- className: (0, _classnames.default)(_styles.default['cap-action-bar'], className),
16645
+ className: (0, _classnames.default)(_styles.default[clsPrefix], className),
16645
16646
  children: [search && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColumn.default, _extends({}, search.capColumn, {
16646
16647
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapFormItem.default, _extends({}, search.formItem, {
16647
16648
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapInput.CapInputSearch, _extends({}, search.props))
@@ -17214,9 +17215,11 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
17214
17215
  var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
17215
17216
  var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
17216
17217
  // Module
17217
- ___CSS_LOADER_EXPORT___.push([module.id, ``, ""]);
17218
+ ___CSS_LOADER_EXPORT___.push([module.id, `.cap-action-bar{align-items:baseline}`, ""]);
17218
17219
  // Exports
17219
- ___CSS_LOADER_EXPORT___.locals = {};
17220
+ ___CSS_LOADER_EXPORT___.locals = {
17221
+ "cap-action-bar": `cap-action-bar`
17222
+ };
17220
17223
  module.exports = ___CSS_LOADER_EXPORT___;
17221
17224
 
17222
17225