@open-condo/ui 2.29.1 → 2.30.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.
@@ -1,6 +1,7 @@
1
1
  import React, { ReactElement } from 'react';
2
2
  export type ActionBarProps = {
3
3
  message?: string;
4
+ wrap?: boolean;
4
5
  actions: [ReactElement, ...ReactElement[]];
5
6
  };
6
7
  export declare const ActionBar: React.FC<ActionBarProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"actionBar.d.ts","sourceRoot":"","sources":["../../../src/components/ActionBar/actionBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAU3C,MAAM,MAAM,cAAc,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,CAAC,YAAY,EAAE,GAAG,YAAY,EAAE,CAAC,CAAA;CAC7C,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAW9C,CAAA"}
1
+ {"version":3,"file":"actionBar.d.ts","sourceRoot":"","sources":["../../../src/components/ActionBar/actionBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAU3C,MAAM,MAAM,cAAc,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,CAAC,YAAY,EAAE,GAAG,YAAY,EAAE,CAAC,CAAA;CAC7C,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAW9C,CAAA"}
package/dist/index.js CHANGED
@@ -47374,7 +47374,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47374
47374
  var isString = __webpack_require__(8138);
47375
47375
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47376
47376
  ;// CONCATENATED MODULE: ./package.json
47377
- var package_namespaceObject = {"rE":"2.29.1"};
47377
+ var package_namespaceObject = {"rE":"2.30.0"};
47378
47378
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47379
47379
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
47380
47380
 
@@ -47664,12 +47664,14 @@ var AFFIX_CONTENT_WRAPPER_CLASS = "".concat(ACTION_BAR_CLASS_PREFIX, "-content-w
47664
47664
  var SPACE_SIZE = [16, 16];
47665
47665
  var ActionBar = function ActionBar(props) {
47666
47666
  var actions = props.actions,
47667
- message = props.message;
47667
+ message = props.message,
47668
+ _props$wrap = props.wrap,
47669
+ wrap = _props$wrap === void 0 ? true : _props$wrap;
47668
47670
  return /*#__PURE__*/external_react_default().createElement(affix, {
47669
47671
  offsetBottom: 0,
47670
47672
  prefixCls: ACTION_BAR_CLASS_PREFIX
47671
47673
  }, /*#__PURE__*/external_react_default().createElement(space_Space, {
47672
- wrap: true,
47674
+ wrap: wrap,
47673
47675
  size: SPACE_SIZE,
47674
47676
  className: AFFIX_CONTENT_WRAPPER_CLASS
47675
47677
  }, message && /*#__PURE__*/external_react_default().createElement(Typography.Text, {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 23 Oct 2024 13:52:10 GMT
3
+ * Generated on Wed, 06 Nov 2024 10:07:18 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 23 Oct 2024 13:52:10 GMT
3
+ // Generated on Wed, 06 Nov 2024 10:07:18 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "React",
9
9
  "components"
10
10
  ],
11
- "version": "2.29.1",
11
+ "version": "2.30.0",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/open-condo-software/condo.git",