@open-condo/ui 2.20.0 → 2.21.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/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.20.0"};
47339
+ var package_namespaceObject = {"rE":"2.21.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 Thu, 30 May 2024 06:23:07 GMT
3
+ * Generated on Mon, 03 Jun 2024 07:37:37 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 30 May 2024 06:23:07 GMT
3
+ // Generated on Mon, 03 Jun 2024 07:37:37 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -835,6 +835,15 @@ div.condo-typography-h1 > textarea,
835
835
  letter-spacing: -0.03em;
836
836
  margin: 0;
837
837
  }
838
+ @media (max-width: 767px ) {
839
+ h1.condo-typography,
840
+ div.condo-typography-h1,
841
+ div.condo-typography-h1 > textarea,
842
+ .condo-typography h1 {
843
+ font-size: 30px;
844
+ line-height: 36px;
845
+ }
846
+ }
838
847
  h2.condo-typography,
839
848
  div.condo-typography-h2,
840
849
  div.condo-typography-h2 > textarea,
@@ -868,6 +877,15 @@ div.condo-typography-h4 > textarea,
868
877
  letter-spacing: -0.01em;
869
878
  margin: 0;
870
879
  }
880
+ @media (max-width: 767px ) {
881
+ h4.condo-typography,
882
+ div.condo-typography-h4,
883
+ div.condo-typography-h4 > textarea,
884
+ .condo-typography h4 {
885
+ font-size: 18px;
886
+ line-height: 26px;
887
+ }
888
+ }
871
889
  h5.condo-typography,
872
890
  div.condo-typography-h5,
873
891
  div.condo-typography-h5 > textarea,
@@ -1271,6 +1289,12 @@ span.condo-typography-ellipsis-single-line {
1271
1289
  letter-spacing: -0.01em;
1272
1290
  margin: 0;
1273
1291
  }
1292
+ @media (max-width: 767px ) {
1293
+ .condo-alert-message {
1294
+ font-size: 18px;
1295
+ line-height: 26px;
1296
+ }
1297
+ }
1274
1298
  .condo-alert-with-description .condo-alert-message {
1275
1299
  font-weight: 600;
1276
1300
  font-size: 16px;
@@ -1280,6 +1304,12 @@ span.condo-typography-ellipsis-single-line {
1280
1304
  margin: 0;
1281
1305
  margin-bottom: 4px;
1282
1306
  }
1307
+ @media (max-width: 767px ) {
1308
+ .condo-alert-with-description .condo-alert-message {
1309
+ font-size: 18px;
1310
+ line-height: 26px;
1311
+ }
1312
+ }
1283
1313
 
1284
1314
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1285
1315
  /* stylelint-disable no-duplicate-selectors */
@@ -3289,6 +3319,12 @@ a.condo-btn-sm {
3289
3319
  box-shadow: none;
3290
3320
  transition: none;
3291
3321
  }
3322
+ @media (max-width: 767px ) {
3323
+ .condo-btn {
3324
+ font-size: 18px;
3325
+ line-height: 26px;
3326
+ }
3327
+ }
3292
3328
  .condo-btn span {
3293
3329
  position: relative;
3294
3330
  z-index: 1;
@@ -11190,7 +11226,7 @@ span.condo-radio + * {
11190
11226
  position: relative;
11191
11227
  display: inline-flex;
11192
11228
  align-items: center;
11193
- padding: 4px 0 12px;
11229
+ padding: 12px 0;
11194
11230
  font-size: 14px;
11195
11231
  background: transparent;
11196
11232
  border: 0;
@@ -11291,6 +11327,14 @@ span.condo-radio + * {
11291
11327
  opacity: 0;
11292
11328
  transition: opacity 0.3s;
11293
11329
  }
11330
+ .condo-tabs-tab {
11331
+ padding: 4px 0 12px;
11332
+ }
11333
+ @media (max-width: 767px ) {
11334
+ .condo-tabs-tab {
11335
+ padding-bottom: 10px;
11336
+ }
11337
+ }
11294
11338
  .condo-tabs-tab-btn {
11295
11339
  font-weight: 600;
11296
11340
  font-size: 16px;
@@ -11300,6 +11344,12 @@ span.condo-radio + * {
11300
11344
  margin: 0;
11301
11345
  color: #707695;
11302
11346
  }
11347
+ @media (max-width: 767px ) {
11348
+ .condo-tabs-tab-btn {
11349
+ font-size: 18px;
11350
+ line-height: 26px;
11351
+ }
11352
+ }
11303
11353
  .condo-tabs-tab-label {
11304
11354
  display: flex;
11305
11355
  flex-direction: row;