@capillarytech/blaze-ui 5.13.2 → 5.14.0
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/CapListLayout/index.d.ts.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/CapListLayout/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapListLayout/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAIlD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAO/C,CAAC;AAEF,eAAe,aAAa,CAAC;AAC7B,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC"}
|
package/CapListLayout/index.js
CHANGED
|
@@ -22035,9 +22035,11 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
|
22035
22035
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
22036
22036
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
22037
22037
|
// Module
|
|
22038
|
-
___CSS_LOADER_EXPORT___.push([module.id,
|
|
22038
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-list-view-layout-v2{display:flex;flex-direction:column;gap:1.714rem}`, ""]);
|
|
22039
22039
|
// Exports
|
|
22040
|
-
___CSS_LOADER_EXPORT___.locals = {
|
|
22040
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
22041
|
+
"cap-list-view-layout-v2": `cap-list-view-layout-v2`
|
|
22042
|
+
};
|
|
22041
22043
|
module.exports = ___CSS_LOADER_EXPORT___;
|
|
22042
22044
|
|
|
22043
22045
|
|
|
@@ -23450,6 +23452,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
23450
23452
|
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); } /**
|
|
23451
23453
|
* CapListLayout
|
|
23452
23454
|
*/
|
|
23455
|
+
const clsPrefix = 'cap-list-view-layout-v2';
|
|
23453
23456
|
const CapListLayout = _ref => {
|
|
23454
23457
|
let {
|
|
23455
23458
|
className,
|
|
@@ -23457,7 +23460,7 @@ const CapListLayout = _ref => {
|
|
|
23457
23460
|
capTable
|
|
23458
23461
|
} = _ref;
|
|
23459
23462
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
23460
|
-
className: (0, _classnames.default)(_styles.default[
|
|
23463
|
+
className: (0, _classnames.default)(_styles.default[clsPrefix], className),
|
|
23461
23464
|
children: [capActionBar && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapActionBar.default, _extends({}, capActionBar)), capTable && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapTable.default, _extends({
|
|
23462
23465
|
className: "cap-table-v2"
|
|
23463
23466
|
}, capTable))]
|