@open-condo/ui 2.20.0 → 2.22.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,6 +3,7 @@ import { Paragraph } from './paragraph';
3
3
  import { Text } from './text';
4
4
  import { Title } from './title';
5
5
  import './style.less';
6
+ import './rtl.less';
6
7
  export type { TypographyTitleProps } from './title';
7
8
  export type { TypographyTextProps } from './text';
8
9
  export type { TypographyLinkProps } from './link';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,cAAc,CAAA;AAErB,YAAY,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACnD,YAAY,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AACjD,YAAY,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAC3D,oBAAY,cAAc,GAAG;IACzB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,SAAS,EAAE,OAAO,SAAS,CAAC;CAC/B,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,cAKjB,CAAA;AAED,OAAO,EACH,UAAU,GACb,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,cAAc,CAAA;AACrB,OAAO,YAAY,CAAA;AAEnB,YAAY,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AACnD,YAAY,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AACjD,YAAY,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAC3D,oBAAY,cAAc,GAAG;IACzB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,SAAS,EAAE,OAAO,SAAS,CAAC;CAC/B,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,cAKjB,CAAA;AAED,OAAO,EACH,UAAU,GACb,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.20.0"};
47339
+ var package_namespaceObject = {"rE":"2.22.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
 
@@ -47608,6 +47608,7 @@ Title.displayName = 'Typography.Title';
47608
47608
 
47609
47609
 
47610
47610
 
47611
+
47611
47612
  var Typography = {
47612
47613
  Text: Text,
47613
47614
  Title: Title,
@@ -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, 10 Jun 2024 07:08:58 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, 10 Jun 2024 07:08:58 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,
@@ -1020,6 +1038,33 @@ span.condo-typography-ellipsis-single-line {
1020
1038
  -webkit-box-orient: vertical;
1021
1039
  }
1022
1040
 
1041
+ .condo-typography-rtl {
1042
+ direction: rtl;
1043
+ }
1044
+ .condo-typography-rtl .condo-typography-expand {
1045
+ float: left;
1046
+ margin-right: 4px;
1047
+ margin-left: 0;
1048
+ }
1049
+ .condo-typography-rtl .condo-typography-edit,
1050
+ .condo-typography-rtl .condo-typography-copy {
1051
+ margin-right: 4px;
1052
+ margin-left: 0;
1053
+ }
1054
+ div.condo-typography-edit-content.condo-typography-rtl {
1055
+ right: -5px;
1056
+ left: auto;
1057
+ }
1058
+ .condo-typography-rtl .condo-typography-edit-content-confirm {
1059
+ right: auto;
1060
+ left: 10px;
1061
+ }
1062
+ .condo-typography-rtl.condo-typography ul li,
1063
+ .condo-typography-rtl.condo-typography ol li {
1064
+ margin: 0 20px 0 0;
1065
+ padding: 0 4px 0 0;
1066
+ }
1067
+
1023
1068
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1024
1069
  /* stylelint-disable no-duplicate-selectors */
1025
1070
  /* stylelint-disable */
@@ -1271,6 +1316,12 @@ span.condo-typography-ellipsis-single-line {
1271
1316
  letter-spacing: -0.01em;
1272
1317
  margin: 0;
1273
1318
  }
1319
+ @media (max-width: 767px ) {
1320
+ .condo-alert-message {
1321
+ font-size: 18px;
1322
+ line-height: 26px;
1323
+ }
1324
+ }
1274
1325
  .condo-alert-with-description .condo-alert-message {
1275
1326
  font-weight: 600;
1276
1327
  font-size: 16px;
@@ -1280,6 +1331,12 @@ span.condo-typography-ellipsis-single-line {
1280
1331
  margin: 0;
1281
1332
  margin-bottom: 4px;
1282
1333
  }
1334
+ @media (max-width: 767px ) {
1335
+ .condo-alert-with-description .condo-alert-message {
1336
+ font-size: 18px;
1337
+ line-height: 26px;
1338
+ }
1339
+ }
1283
1340
 
1284
1341
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1285
1342
  /* stylelint-disable no-duplicate-selectors */
@@ -3289,6 +3346,12 @@ a.condo-btn-sm {
3289
3346
  box-shadow: none;
3290
3347
  transition: none;
3291
3348
  }
3349
+ @media (max-width: 767px ) {
3350
+ .condo-btn {
3351
+ font-size: 18px;
3352
+ line-height: 26px;
3353
+ }
3354
+ }
3292
3355
  .condo-btn span {
3293
3356
  position: relative;
3294
3357
  z-index: 1;
@@ -3865,6 +3928,12 @@ a.condo-btn-secondary {
3865
3928
  .condo-icon-btn.condo-icon-btn-small:focus::after {
3866
3929
  border-radius: 8px;
3867
3930
  }
3931
+ a.condo-icon-btn {
3932
+ padding-top: 8px !important;
3933
+ }
3934
+ a.condo-icon-btn.condo-icon-btn-small {
3935
+ padding-top: 2px !important;
3936
+ }
3868
3937
 
3869
3938
  .condo-promo-block {
3870
3939
  display: flex;
@@ -11190,7 +11259,7 @@ span.condo-radio + * {
11190
11259
  position: relative;
11191
11260
  display: inline-flex;
11192
11261
  align-items: center;
11193
- padding: 4px 0 12px;
11262
+ padding: 12px 0;
11194
11263
  font-size: 14px;
11195
11264
  background: transparent;
11196
11265
  border: 0;
@@ -11291,6 +11360,14 @@ span.condo-radio + * {
11291
11360
  opacity: 0;
11292
11361
  transition: opacity 0.3s;
11293
11362
  }
11363
+ .condo-tabs-tab {
11364
+ padding: 4px 0 12px;
11365
+ }
11366
+ @media (max-width: 767px ) {
11367
+ .condo-tabs-tab {
11368
+ padding-bottom: 10px;
11369
+ }
11370
+ }
11294
11371
  .condo-tabs-tab-btn {
11295
11372
  font-weight: 600;
11296
11373
  font-size: 16px;
@@ -11300,6 +11377,12 @@ span.condo-radio + * {
11300
11377
  margin: 0;
11301
11378
  color: #707695;
11302
11379
  }
11380
+ @media (max-width: 767px ) {
11381
+ .condo-tabs-tab-btn {
11382
+ font-size: 18px;
11383
+ line-height: 26px;
11384
+ }
11385
+ }
11303
11386
  .condo-tabs-tab-label {
11304
11387
  display: flex;
11305
11388
  flex-direction: row;