@open-condo/ui 2.23.2 → 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.23.2"};
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 Fri, 21 Jun 2024 14:12:12 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 Fri, 21 Jun 2024 14:12:12 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
  }
@@ -11344,7 +11344,7 @@ span.condo-radio + * {
11344
11344
  margin-right: 12px;
11345
11345
  }
11346
11346
  .condo-tabs-tab + .condo-tabs-tab {
11347
- margin: 0 0 0 40px;
11347
+ margin: 0 0 0 20px;
11348
11348
  }
11349
11349
  .condo-tabs-content {
11350
11350
  position: relative;
@@ -11432,6 +11432,20 @@ span.condo-radio + * {
11432
11432
  .condo-tabs-tab.condo-tabs-tab-active .condo-tabs-tab-btn {
11433
11433
  text-shadow: none;
11434
11434
  }
11435
+ .condo-tabs > .condo-tabs-nav .condo-tabs-nav-wrap::before,
11436
+ .condo-tabs > div > .condo-tabs-nav .condo-tabs-nav-wrap::before {
11437
+ width: 40px;
11438
+ box-shadow: inset 40px 0 40px -40px #fff;
11439
+ }
11440
+ .condo-tabs > .condo-tabs-nav .condo-tabs-nav-wrap::after,
11441
+ .condo-tabs > div > .condo-tabs-nav .condo-tabs-nav-wrap::after {
11442
+ width: 40px;
11443
+ box-shadow: inset -40px 0 40px -40px #fff;
11444
+ }
11445
+ .condo-tabs > .condo-tabs-nav .condo-tabs-nav-operations,
11446
+ .condo-tabs > div > .condo-tabs-nav .condo-tabs-nav-operations {
11447
+ display: none;
11448
+ }
11435
11449
  .condo-tabs-top > .condo-tabs-nav .condo-tabs-ink-bar {
11436
11450
  height: 3px;
11437
11451
  }