@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/CapActionBar/index.d.ts.map +1 -1
- package/CapActionBar/index.js +6 -3
- package/CapActionBar/index.js.map +1 -1
- package/CapListLayout/index.js +6 -3
- package/CapListLayout/index.js.map +1 -1
- package/index.js +6 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapActionBar/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,KAAK,EAAE,iBAAiB,EAAoD,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapActionBar/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,KAAK,EAAE,iBAAiB,EAAoD,MAAM,SAAS,CAAC;AAsBnG,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA8D7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/CapActionBar/index.js
CHANGED
|
@@ -2642,9 +2642,11 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
|
2642
2642
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
2643
2643
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
2644
2644
|
// Module
|
|
2645
|
-
___CSS_LOADER_EXPORT___.push([module.id,
|
|
2645
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-action-bar{align-items:baseline}`, ""]);
|
|
2646
2646
|
// Exports
|
|
2647
|
-
___CSS_LOADER_EXPORT___.locals = {
|
|
2647
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
2648
|
+
"cap-action-bar": `cap-action-bar`
|
|
2649
|
+
};
|
|
2648
2650
|
module.exports = ___CSS_LOADER_EXPORT___;
|
|
2649
2651
|
|
|
2650
2652
|
|
|
@@ -22503,6 +22505,7 @@ const _excluded = ["options"],
|
|
|
22503
22505
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
22504
22506
|
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); }
|
|
22505
22507
|
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; }
|
|
22508
|
+
const clsPrefix = 'cap-action-bar';
|
|
22506
22509
|
function RadioButtonComponent(_ref) {
|
|
22507
22510
|
let {
|
|
22508
22511
|
options
|
|
@@ -22536,7 +22539,7 @@ const CapActionBar = _ref2 => {
|
|
|
22536
22539
|
} = _ref2;
|
|
22537
22540
|
const rowProps = (row == null ? void 0 : row.props) || {};
|
|
22538
22541
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, _extends({}, rowProps, {
|
|
22539
|
-
className: (0, _classnames.default)(_styles.default[
|
|
22542
|
+
className: (0, _classnames.default)(_styles.default[clsPrefix], className),
|
|
22540
22543
|
children: [search && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColumn.default, _extends({}, search.capColumn, {
|
|
22541
22544
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapFormItem.default, _extends({}, search.formItem, {
|
|
22542
22545
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapInput.CapInputSearch, _extends({}, search.props))
|