@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
package/index.js
CHANGED
|
@@ -78262,6 +78262,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
78262
78262
|
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); } /**
|
|
78263
78263
|
* CapListLayout
|
|
78264
78264
|
*/
|
|
78265
|
+
const clsPrefix = 'cap-list-view-layout-v2';
|
|
78265
78266
|
const CapListLayout = _ref => {
|
|
78266
78267
|
let {
|
|
78267
78268
|
className,
|
|
@@ -78269,7 +78270,7 @@ const CapListLayout = _ref => {
|
|
|
78269
78270
|
capTable
|
|
78270
78271
|
} = _ref;
|
|
78271
78272
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
78272
|
-
className: (0, _classnames.default)(_styles.default[
|
|
78273
|
+
className: (0, _classnames.default)(_styles.default[clsPrefix], className),
|
|
78273
78274
|
children: [capActionBar && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapActionBar.default, _extends({}, capActionBar)), capTable && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapTable.default, _extends({
|
|
78274
78275
|
className: "cap-table-v2"
|
|
78275
78276
|
}, capTable))]
|
|
@@ -91181,9 +91182,11 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
|
91181
91182
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
91182
91183
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
91183
91184
|
// Module
|
|
91184
|
-
___CSS_LOADER_EXPORT___.push([module.id,
|
|
91185
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-list-view-layout-v2{display:flex;flex-direction:column;gap:1.714rem}`, ""]);
|
|
91185
91186
|
// Exports
|
|
91186
|
-
___CSS_LOADER_EXPORT___.locals = {
|
|
91187
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
91188
|
+
"cap-list-view-layout-v2": `cap-list-view-layout-v2`
|
|
91189
|
+
};
|
|
91187
91190
|
module.exports = ___CSS_LOADER_EXPORT___;
|
|
91188
91191
|
|
|
91189
91192
|
|