@open-condo/ui 2.19.0 → 2.19.1

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/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.19.0"};
47339
+ var package_namespaceObject = {"rE":"2.19.1"};
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, 03 May 2024 09:06:46 GMT
3
+ * Generated on Tue, 14 May 2024 07:08:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 03 May 2024 09:06:46 GMT
3
+ // Generated on Tue, 14 May 2024 07:08:52 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -719,7 +719,9 @@
719
719
  .condo-typography {
720
720
  transition-timing-function: ease-in;
721
721
  transition-duration: 0.15s;
722
- transition-property: color opacity text-decoration-color;
722
+ transition-property: color, opacity, -webkit-text-decoration-color;
723
+ transition-property: color, opacity, text-decoration-color;
724
+ transition-property: color, opacity, text-decoration-color, -webkit-text-decoration-color;
723
725
  word-break: break-word;
724
726
  }
725
727
  .condo-typography-break-spaces {
@@ -5015,7 +5017,7 @@ a.condo-btn-secondary {
5015
5017
  outline: none;
5016
5018
  transition-timing-function: ease-in;
5017
5019
  transition-duration: 0.15s;
5018
- transition-property: border-color opacity;
5020
+ transition-property: border-color, opacity;
5019
5021
  }
5020
5022
  .condo-checkbox-wrapper .condo-checkbox-inner::before {
5021
5023
  box-sizing: border-box;