@open-condo/ui 2.24.0 → 2.25.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.
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  declare type CondoAlertProps = {
4
4
  type: 'success' | 'info' | 'warning' | 'error';
5
5
  };
6
- export declare type AlertProps = Pick<DefaultAlertProps, 'message' | 'showIcon' | 'description'> & CondoAlertProps;
6
+ export declare type AlertProps = Pick<DefaultAlertProps, 'message' | 'showIcon' | 'description' | 'banner'> & CondoAlertProps;
7
7
  declare const Alert: React.FC<AlertProps>;
8
8
  export { Alert, };
9
9
  //# sourceMappingURL=alert.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,IAAI,iBAAiB,EAAE,MAAM,MAAM,CAAA;AAC7E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,aAAK,eAAe,GAAG;IACnB,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;CAClD,CAAA;AAID,oBAAY,UAAU,GAAG,IAAI,CAAC,iBAAiB,EAAE,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC,GAAG,eAAe,CAAA;AAE1G,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAO/B,CAAA;AAED,OAAO,EACH,KAAK,GACR,CAAA"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,IAAI,iBAAiB,EAAE,MAAM,MAAM,CAAA;AAC7E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,aAAK,eAAe,GAAG;IACnB,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;CAClD,CAAA;AAID,oBAAY,UAAU,GAAG,IAAI,CAAC,iBAAiB,EAAE,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,CAAC,GAAG,eAAe,CAAA;AAErH,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAO/B,CAAA;AAED,OAAO,EACH,KAAK,GACR,CAAA"}
package/dist/index.js CHANGED
@@ -47336,7 +47336,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
47336
47336
  var isString = __webpack_require__(8138);
47337
47337
  var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
47338
47338
  ;// CONCATENATED MODULE: ./package.json
47339
- var package_namespaceObject = {"rE":"2.24.0"};
47339
+ var package_namespaceObject = {"rE":"2.25.0"};
47340
47340
  ;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
47341
47341
  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; }
47342
47342
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 24 Jun 2024 11:10:46 GMT
3
+ * Generated on Mon, 08 Jul 2024 06:47:49 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 24 Jun 2024 11:10:46 GMT
3
+ // Generated on Mon, 08 Jul 2024 06:47:49 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -1328,10 +1328,10 @@ div.condo-typography-edit-content.condo-typography-rtl {
1328
1328
  line-height: 22px;
1329
1329
  letter-spacing: -0.01em;
1330
1330
  }
1331
- .condo-alert-success,
1332
- .condo-alert-info,
1333
- .condo-alert-warning,
1334
- .condo-alert-error {
1331
+ .condo-alert-success:not(.condo-alert-banner),
1332
+ .condo-alert-info:not(.condo-alert-banner),
1333
+ .condo-alert-warning:not(.condo-alert-banner),
1334
+ .condo-alert-error:not(.condo-alert-banner) {
1335
1335
  border: none;
1336
1336
  border-radius: 12px;
1337
1337
  }