@ptsecurity/mosaic 13.9.1 → 13.11.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.
Files changed (198) hide show
  1. package/_theming.scss +92 -66
  2. package/_visual.scss +88 -67
  3. package/core/formatters/date/formatter.d.ts +6 -2
  4. package/core/formatters/date/formatter.pipe.d.ts +95 -0
  5. package/core/formatters/index.d.ts +3 -1
  6. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  7. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
  8. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
  9. package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
  10. package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
  11. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
  12. package/design-tokens/legacy-2017/tokens.d.ts +48 -35
  13. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
  14. package/design-tokens/pt-2022/tokens/components/form-field.json5 +3 -3
  15. package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
  16. package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
  17. package/design-tokens/pt-2022/tokens/properties/colors.json5 +6 -6
  18. package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
  19. package/design-tokens/pt-2022/tokens.d.ts +70 -58
  20. package/design-tokens/style-dictionary/formats/figma.js +2 -2
  21. package/esm2020/autocomplete/autocomplete.component.mjs +2 -2
  22. package/esm2020/button/button.component.mjs +2 -2
  23. package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
  24. package/esm2020/card/card.component.mjs +2 -2
  25. package/esm2020/checkbox/checkbox.mjs +2 -2
  26. package/esm2020/core/formatters/date/formatter.mjs +7 -3
  27. package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
  28. package/esm2020/core/formatters/index.mjs +62 -4
  29. package/esm2020/core/option/action.mjs +2 -2
  30. package/esm2020/core/option/optgroup.mjs +2 -2
  31. package/esm2020/core/option/option.mjs +2 -2
  32. package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
  33. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  34. package/esm2020/datepicker/calendar-body.component.mjs +2 -2
  35. package/esm2020/datepicker/calendar.component.mjs +2 -2
  36. package/esm2020/datepicker/datepicker-toggle.component.mjs +2 -2
  37. package/esm2020/datepicker/datepicker.component.mjs +3 -3
  38. package/esm2020/design-tokens/legacy-2017/tokens.mjs +49 -36
  39. package/esm2020/design-tokens/pt-2022/tokens.mjs +71 -59
  40. package/esm2020/divider/divider.component.mjs +2 -2
  41. package/esm2020/dl/dl.component.mjs +2 -2
  42. package/esm2020/dropdown/dropdown-item.component.mjs +2 -2
  43. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  44. package/esm2020/form-field/form-field.mjs +2 -2
  45. package/esm2020/list/list-selection.component.mjs +229 -219
  46. package/esm2020/list/list.component.mjs +2 -2
  47. package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
  48. package/esm2020/modal/modal.component.mjs +2 -2
  49. package/esm2020/modal/modal.service.mjs +2 -1
  50. package/esm2020/navbar/navbar.component.mjs +2 -2
  51. package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
  52. package/esm2020/popover/popover-confirm.component.mjs +3 -3
  53. package/esm2020/popover/popover.component.mjs +13 -4
  54. package/esm2020/progress-bar/progress-bar.component.mjs +2 -2
  55. package/esm2020/progress-spinner/progress-spinner.component.mjs +2 -2
  56. package/esm2020/radio/radio.component.mjs +2 -2
  57. package/esm2020/select/select.component.mjs +3 -3
  58. package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
  59. package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
  60. package/esm2020/tabs/tab-group.component.mjs +2 -2
  61. package/esm2020/tabs/tab-header.component.mjs +2 -2
  62. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  63. package/esm2020/tags/tag-list.component.mjs +2 -2
  64. package/esm2020/tags/tag.component.mjs +2 -2
  65. package/esm2020/toast/toast-container.component.mjs +2 -2
  66. package/esm2020/toast/toast.component.mjs +14 -11
  67. package/esm2020/toast/toast.service.mjs +12 -3
  68. package/esm2020/toggle/toggle.component.mjs +3 -3
  69. package/esm2020/tooltip/tooltip.component.mjs +3 -3
  70. package/esm2020/tree/toggle.mjs +2 -2
  71. package/esm2020/tree/tree-option.component.mjs +7 -3
  72. package/esm2020/tree/tree-selection.component.mjs +7 -1
  73. package/esm2020/tree-select/tree-select.component.mjs +3 -3
  74. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +2 -2
  75. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  76. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
  77. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  78. package/fesm2015/ptsecurity-mosaic-button.mjs +2 -2
  79. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  80. package/fesm2015/ptsecurity-mosaic-card.mjs +2 -2
  81. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  82. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +2 -2
  83. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  84. package/fesm2015/ptsecurity-mosaic-core.mjs +272 -24
  85. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  86. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +8 -8
  87. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  88. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +132 -94
  89. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  90. package/fesm2015/ptsecurity-mosaic-divider.mjs +2 -2
  91. package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
  92. package/fesm2015/ptsecurity-mosaic-dl.mjs +2 -2
  93. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
  94. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +4 -4
  95. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  96. package/fesm2015/ptsecurity-mosaic-form-field.mjs +2 -2
  97. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  98. package/fesm2015/ptsecurity-mosaic-list.mjs +239 -229
  99. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  100. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  101. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  102. package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
  103. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  104. package/fesm2015/ptsecurity-mosaic-navbar.mjs +4 -4
  105. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  106. package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
  107. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  108. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +2 -2
  109. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  110. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +2 -2
  111. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  112. package/fesm2015/ptsecurity-mosaic-radio.mjs +2 -2
  113. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  114. package/fesm2015/ptsecurity-mosaic-select.mjs +2 -2
  115. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  116. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +3 -2
  117. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  118. package/fesm2015/ptsecurity-mosaic-tabs.mjs +6 -6
  119. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  120. package/fesm2015/ptsecurity-mosaic-tags.mjs +4 -4
  121. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  122. package/fesm2015/ptsecurity-mosaic-toast.mjs +27 -13
  123. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  124. package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
  125. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  126. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +2 -2
  127. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  128. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +2 -2
  129. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  130. package/fesm2015/ptsecurity-mosaic-tree.mjs +14 -4
  131. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  132. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +2 -2
  133. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  134. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
  135. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  136. package/fesm2020/ptsecurity-mosaic-button.mjs +2 -2
  137. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  138. package/fesm2020/ptsecurity-mosaic-card.mjs +2 -2
  139. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  140. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +2 -2
  141. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  142. package/fesm2020/ptsecurity-mosaic-core.mjs +269 -24
  143. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  144. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +8 -8
  145. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  146. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +132 -94
  147. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  148. package/fesm2020/ptsecurity-mosaic-divider.mjs +2 -2
  149. package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
  150. package/fesm2020/ptsecurity-mosaic-dl.mjs +2 -2
  151. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
  152. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +4 -4
  153. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  154. package/fesm2020/ptsecurity-mosaic-form-field.mjs +2 -2
  155. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  156. package/fesm2020/ptsecurity-mosaic-list.mjs +234 -224
  157. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  158. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  159. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  160. package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
  161. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  162. package/fesm2020/ptsecurity-mosaic-navbar.mjs +4 -4
  163. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  164. package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
  165. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  166. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +2 -2
  167. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  168. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +2 -2
  169. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  170. package/fesm2020/ptsecurity-mosaic-radio.mjs +2 -2
  171. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  172. package/fesm2020/ptsecurity-mosaic-select.mjs +2 -2
  173. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  174. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +3 -2
  175. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  176. package/fesm2020/ptsecurity-mosaic-tabs.mjs +6 -6
  177. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  178. package/fesm2020/ptsecurity-mosaic-tags.mjs +4 -4
  179. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  180. package/fesm2020/ptsecurity-mosaic-toast.mjs +25 -13
  181. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  182. package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
  183. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  184. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +2 -2
  185. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  186. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +2 -2
  187. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  188. package/fesm2020/ptsecurity-mosaic-tree.mjs +14 -4
  189. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  190. package/list/list-selection.component.d.ts +53 -52
  191. package/loader-overlay/loader-overlay.component.d.ts +1 -0
  192. package/package.json +4 -4
  193. package/popover/popover.component.d.ts +2 -1
  194. package/prebuilt-themes/dark-theme.css +1 -1
  195. package/prebuilt-themes/default-theme.css +1 -1
  196. package/prebuilt-visual/default-visual.css +1 -1
  197. package/toast/toast.service.d.ts +1 -0
  198. package/tree/tree-option.component.d.ts +1 -0
package/_visual.scss CHANGED
@@ -33,26 +33,26 @@ $dark-color-scheme-error-default: #b9023a;
33
33
  $dark-color-scheme-info-default: #0c6579;
34
34
  $dark-color-scheme-success-default: #016b37;
35
35
  $dark-color-scheme-warning-default: #7e5406;
36
- $dark-color-scheme-foreground-text: #f2f5f9;
36
+ $dark-color-scheme-foreground-text: #d7dee4;
37
37
  $dark-color-scheme-foreground-text-less-contrast: #8c99a5;
38
38
  $dark-color-scheme-foreground-text-disabled: #6d7a86;
39
39
  $dark-color-scheme-foreground-text-error: #ea5868;
40
40
  $dark-color-scheme-foreground-text-success: #319d5c;
41
- $dark-color-scheme-foreground-divider: #333f4a;
41
+ $dark-color-scheme-foreground-divider: mix(#515e69, transparent, 50%);
42
42
  $dark-color-scheme-foreground-border: #515e69;
43
43
  $dark-color-scheme-foreground-icon: #8c99a5;
44
44
  $dark-color-scheme-background-background: #19252f;
45
45
  $dark-color-scheme-background-background-disabled: #333f4a;
46
46
  $dark-color-scheme-background-background-less-contrast: #27333e;
47
47
  $dark-color-scheme-background-background-under: #151e25;
48
- $dark-color-scheme-background-overlay-hover: rgba(black, 0.05);
49
- $dark-color-scheme-background-overlay-active: rgba(black, 0.1);
48
+ $dark-color-scheme-background-overlay-hover: rgba(white, 0.05);
49
+ $dark-color-scheme-background-overlay-active: rgba(white, 0.1);
50
50
  $dark-color-scheme-background-overlay-disabled: rgba(black, 0.2);
51
51
  $dark-color-scheme-states-focused-color: #4187ff;
52
52
  $dark-color-scheme-states-focused-color-error: #b9023a;
53
- $dark-color-scheme-states-selected-color: #023c7f;
53
+ $dark-color-scheme-states-selected-color: rgba(3, 116, 235, 0.3);
54
54
  $dark-color-scheme-states-pressed-shadow: inset 1px 2px 2px 0 rgba(black, 0.2);
55
- $dark-color-scheme-states-disabled-opacity: 0.3;
55
+ $dark-color-scheme-states-disabled-opacity: 0.45;
56
56
  $font-family-accent: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
57
57
  $font-family-base: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
58
58
  $font-family-monospace: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
@@ -501,6 +501,7 @@ $card-dark-color-scheme-info-shadow: #084453;
501
501
  $card-size-vertical-line: 4px;
502
502
  $checkbox-light-color-scheme-default-border: #bdc7d1;
503
503
  $checkbox-light-color-scheme-default-color: white;
504
+ $checkbox-light-color-scheme-default-background: transparent;
504
505
  $checkbox-light-color-scheme-default-states-checked-border: #0374eb;
505
506
  $checkbox-light-color-scheme-default-states-checked-background: #0374eb;
506
507
  $checkbox-light-color-scheme-default-states-focused-border: #0374eb;
@@ -511,6 +512,7 @@ $checkbox-light-color-scheme-default-states-checked-focused-shadow: 0 0 0 1px #0
511
512
  $checkbox-light-color-scheme-default-states-checked-focused-outline: 1px solid white;
512
513
  $checkbox-light-color-scheme-error-border: #db3c55;
513
514
  $checkbox-light-color-scheme-error-color: white;
515
+ $checkbox-light-color-scheme-error-background: transparent;
514
516
  $checkbox-light-color-scheme-error-states-checked-border: #db3c55;
515
517
  $checkbox-light-color-scheme-error-states-checked-background: #db3c55;
516
518
  $checkbox-light-color-scheme-error-states-focused-border: #db3c55;
@@ -521,6 +523,7 @@ $checkbox-light-color-scheme-error-states-checked-focused-shadow: 0 0 0 1px #db3
521
523
  $checkbox-light-color-scheme-error-states-checked-focused-outline: 1px solid white;
522
524
  $checkbox-dark-color-scheme-default-border: #515e69;
523
525
  $checkbox-dark-color-scheme-default-color: white;
526
+ $checkbox-dark-color-scheme-default-background: transparent;
524
527
  $checkbox-dark-color-scheme-default-states-checked-border: #0059b8;
525
528
  $checkbox-dark-color-scheme-default-states-checked-background: #0059b8;
526
529
  $checkbox-dark-color-scheme-default-states-focused-border: #4187ff;
@@ -531,6 +534,7 @@ $checkbox-dark-color-scheme-default-states-checked-focused-shadow: 0 0 0 1px #41
531
534
  $checkbox-dark-color-scheme-default-states-checked-focused-outline: 1px solid #19252f;
532
535
  $checkbox-dark-color-scheme-error-border: #b9023a;
533
536
  $checkbox-dark-color-scheme-error-color: white;
537
+ $checkbox-dark-color-scheme-error-background: transparent;
534
538
  $checkbox-dark-color-scheme-error-states-checked-border: #b9023a;
535
539
  $checkbox-dark-color-scheme-error-states-checked-background: #b9023a;
536
540
  $checkbox-dark-color-scheme-error-states-focused-border: #b9023a;
@@ -549,7 +553,7 @@ $datepicker-toggle-size-height: 30px;
549
553
  $datepicker-body-light-color-scheme-states-selected-color: #0374eb;
550
554
  $datepicker-body-light-color-scheme-states-selected-background: #e7f1ff;
551
555
  $datepicker-body-dark-color-scheme-states-selected-color: #4187ff;
552
- $datepicker-body-dark-color-scheme-states-selected-background: #023c7f;
556
+ $datepicker-body-dark-color-scheme-states-selected-background: rgba(3, 116, 235, 0.3);
553
557
  $datepicker-body-size-label-paddings: 8px 28px 12px 12px;
554
558
  $datepicker-body-size-cell-min-size: 32px;
555
559
  $datepicker-body-size-cell-margin: 5%;
@@ -569,13 +573,13 @@ $datepicker-calendar-font-default: body;
569
573
  $datepicker-calendar-font-header: caption;
570
574
  $datepicker-input-size-width: 130px;
571
575
  $divider-light-color-scheme-color: #d7dee4;
572
- $divider-dark-color-scheme-color: #333f4a;
576
+ $divider-dark-color-scheme-color: mix(#515e69, transparent, 50%);
573
577
  $divider-size-width: 1px;
574
578
  $divider-size-inset-margin: 80px;
575
579
  $description-list-light-color-scheme-dt: #6d7a86;
576
580
  $description-list-light-color-scheme-dd: #19252f;
577
581
  $description-list-dark-color-scheme-dt: #8c99a5;
578
- $description-list-dark-color-scheme-dd: #f2f5f9;
582
+ $description-list-dark-color-scheme-dd: #d7dee4;
579
583
  $description-list-size-grid-template-columns: repeat(4, 1fr);
580
584
  $description-list-size-dt-grid-column: 1;
581
585
  $description-list-size-dd-grid-column: 2 / span 3;
@@ -608,12 +612,12 @@ $form-field-light-color-scheme-border: #bdc7d1;
608
612
  $form-field-light-color-scheme-background: white;
609
613
  $form-field-light-color-scheme-states-hover-border: #8c99a5;
610
614
  $form-field-light-color-scheme-states-invalid-border: #db3c55;
611
- $form-field-light-color-scheme-states-invalid-background: transparent;
615
+ $form-field-light-color-scheme-states-invalid-background: #fff3f3;
612
616
  $form-field-dark-color-scheme-border: #515e69;
613
617
  $form-field-dark-color-scheme-background: transparent;
614
- $form-field-dark-color-scheme-states-hover-border: #515e69;
618
+ $form-field-dark-color-scheme-states-hover-border: #6d7a86;
615
619
  $form-field-dark-color-scheme-states-invalid-border: #b9023a;
616
- $form-field-dark-color-scheme-states-invalid-background: transparent;
620
+ $form-field-dark-color-scheme-states-invalid-background: mix(#41000b, transparent, 30%);
617
621
  $form-field-size-height: 32px;
618
622
  $form-field-size-border-width: 1px;
619
623
  $form-field-size-border-radius: 4px;
@@ -627,10 +631,10 @@ $form-field-password-hint-light-color-scheme-states-invalid-icon-color: #ee6f79;
627
631
  $form-field-password-hint-light-color-scheme-states-invalid-text-color: #19252f;
628
632
  $form-field-password-hint-light-color-scheme-states-valid-text-color: #016b37;
629
633
  $form-field-password-hint-light-color-scheme-states-valid-icon-color: #4ba96c;
630
- $form-field-password-hint-dark-color-scheme-text-color: #f2f5f9;
634
+ $form-field-password-hint-dark-color-scheme-text-color: #d7dee4;
631
635
  $form-field-password-hint-dark-color-scheme-icon-color: #8c99a5;
632
636
  $form-field-password-hint-dark-color-scheme-states-invalid-icon-color: #ee6f79;
633
- $form-field-password-hint-dark-color-scheme-states-invalid-text-color: #f2f5f9;
637
+ $form-field-password-hint-dark-color-scheme-states-invalid-text-color: #d7dee4;
634
638
  $form-field-password-hint-dark-color-scheme-states-valid-text-color: #319d5c;
635
639
  $form-field-password-hint-dark-color-scheme-states-valid-icon-color: #4ba96c;
636
640
  $form-field-password-hint-size-margin-top: 8px;
@@ -639,7 +643,7 @@ $form-field-password-hint-font-default: caption;
639
643
  $forms-light-color-scheme-label: #6d7a86;
640
644
  $forms-light-color-scheme-legend: #19252f;
641
645
  $forms-dark-color-scheme-label: #8c99a5;
642
- $forms-dark-color-scheme-legend: #f2f5f9;
646
+ $forms-dark-color-scheme-legend: #d7dee4;
643
647
  $forms-size-horizontal-row-margin-bottom: 20px;
644
648
  $forms-size-horizontal-label-padding-top: 6px;
645
649
  $forms-size-horizontal-label-padding-bottom: 0;
@@ -707,7 +711,7 @@ $input-size-width: 100%;
707
711
  $input-font-default: body;
708
712
  $input-font-monospace: body-mono;
709
713
  $link-light-color-scheme-text: #0374eb;
710
- $link-light-color-scheme-border-bottom: rgba(#8c99a5, 0.32);
714
+ $link-light-color-scheme-border-bottom: rgba(#0374eb, 0.32);
711
715
  $link-light-color-scheme-state-visited-text: #864775;
712
716
  $link-light-color-scheme-state-visited-border-bottom: rgba(#864775, 0.32);
713
717
  $link-light-color-scheme-state-hover-text: #0059b8;
@@ -715,7 +719,7 @@ $link-light-color-scheme-state-hover-border-bottom: rgba(#0059b8, 0.32);
715
719
  $link-light-color-scheme-state-active: #014b9d;
716
720
  $link-light-color-scheme-state-focused-outline: #0374eb;
717
721
  $link-dark-color-scheme-text: #5697ff;
718
- $link-dark-color-scheme-border-bottom: rgba(#6d7a86, 0.32);
722
+ $link-dark-color-scheme-border-bottom: rgba(#5697ff, 0.32);;
719
723
  $link-dark-color-scheme-state-visited-text: #bb78a7;
720
724
  $link-dark-color-scheme-state-visited-border-bottom: rgba(#bb78a7, 0.32);
721
725
  $link-dark-color-scheme-state-hover-text: #4187ff;
@@ -734,7 +738,7 @@ $loader-overlay-light-color-scheme-background: mix(white, transparent, 90%);
734
738
  $loader-overlay-light-color-scheme-text: #19252f;
735
739
  $loader-overlay-light-color-scheme-caption: #6d7a86;
736
740
  $loader-overlay-dark-color-scheme-background: mix(#19252f, transparent, 90%);
737
- $loader-overlay-dark-color-scheme-text: #f2f5f9;
741
+ $loader-overlay-dark-color-scheme-text: #d7dee4;
738
742
  $loader-overlay-dark-color-scheme-caption: #8c99a5;
739
743
  $loader-overlay-size-text-max-width: 480px;
740
744
  $loader-overlay-size-fixed-top-padding: 72px;
@@ -757,7 +761,7 @@ $modal-size-close-width: 56px;
757
761
  $modal-size-border-radius: 4px;
758
762
  $modal-size-border-width: 1px;
759
763
  $modal-header-light-color-scheme-border: #d7dee4;
760
- $modal-header-dark-color-scheme-border: #333f4a;
764
+ $modal-header-dark-color-scheme-border: mix(#515e69, transparent, 50%);
761
765
  $modal-header-size-border-radius: 4px 4px 0 0;
762
766
  $modal-header-size-height: 56px;
763
767
  $modal-header-size-padding: 0 16px;
@@ -766,7 +770,7 @@ $modal-body-size-max-height: calc(100vh - 260px);
766
770
  $modal-body-size-padding: 16px 24px 24px;
767
771
  $modal-body-font-default: body;
768
772
  $modal-footer-light-color-scheme-border: #f2f5f9;
769
- $modal-footer-dark-color-scheme-border: #333f4a;
773
+ $modal-footer-dark-color-scheme-border: mix(#515e69, transparent, 50%);
770
774
  $modal-footer-size-border-radius: 0 0 4px 4px;
771
775
  $modal-footer-size-height: 64px;
772
776
  $modal-footer-size-padding: 0 16px;
@@ -812,12 +816,13 @@ $popover-light-color-scheme-text: #19252f;
812
816
  $popover-light-color-scheme-shadow: 0 3px 8px 0 rgba(39, 51, 62, 0.2);
813
817
  $popover-light-color-scheme-border: #d7dee4;
814
818
  $popover-dark-color-scheme-background: #333f4a;
815
- $popover-dark-color-scheme-text: #f2f5f9;
819
+ $popover-dark-color-scheme-text: #d7dee4;
816
820
  $popover-dark-color-scheme-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
817
821
  $popover-dark-color-scheme-border: #333f4a;
818
822
  $popover-size-max-height: 480px;
819
823
  $popover-size-padding: 16px;
820
824
  $popover-size-border-radius: 4px;
825
+ $popover-size-border-width: 1px;
821
826
  $popover-size-arrow-size: 12px;
822
827
  $popover-size-trigger-margin: 9px;
823
828
  $popover-size-small-width: 200px;
@@ -828,7 +833,7 @@ $popover-header-light-color-scheme-border: #d7dee4;
828
833
  $popover-header-light-color-scheme-text: #19252f;
829
834
  $popover-header-light-color-scheme-background: white;
830
835
  $popover-header-dark-color-scheme-border: #434f5a;
831
- $popover-header-dark-color-scheme-text: #f2f5f9;
836
+ $popover-header-dark-color-scheme-text: #d7dee4;
832
837
  $popover-header-dark-color-scheme-background: #333f4a;
833
838
  $popover-header-size-height: 40px;
834
839
  $popover-header-size-padding: 0 16px;
@@ -888,13 +893,13 @@ $sidepanel-light-color-scheme-border: #bdc7d1;
888
893
  $sidepanel-dark-color-scheme-border: #19252f;
889
894
  $sidepanel-font-default: body;
890
895
  $sidepanel-header-light-color-scheme-border: #d7dee4;
891
- $sidepanel-header-dark-color-scheme-border: #333f4a;
896
+ $sidepanel-header-dark-color-scheme-border: mix(#515e69, transparent, 50%);
892
897
  $sidepanel-header-size-height: 56px;
893
898
  $sidepanel-header-size-padding: 0 16px;
894
899
  $sidepanel-header-size-close-padding: 0 0 0 8px;
895
900
  $sidepanel-header-font-default: title;
896
901
  $sidepanel-footer-light-color-scheme-border: #f2f5f9;
897
- $sidepanel-footer-dark-color-scheme-border: #333f4a;
902
+ $sidepanel-footer-dark-color-scheme-border: mix(#515e69, transparent, 50%);
898
903
  $sidepanel-footer-size-height: 64px;
899
904
  $sidepanel-footer-size-padding: 0 16px;
900
905
  $sidepanel-footer-font-default: body;
@@ -916,9 +921,9 @@ $tabs-light-color-scheme-state-disabled-text: #8c99a5;
916
921
  $tabs-light-color-scheme-state-disabled-marker-opacity: 0.3;
917
922
  $tabs-dark-color-scheme-border: #333f4a;
918
923
  $tabs-dark-color-scheme-state-normal-icon: #8c99a5;
919
- $tabs-dark-color-scheme-state-normal-text: #f2f5f9;
924
+ $tabs-dark-color-scheme-state-normal-text: #d7dee4;
920
925
  $tabs-dark-color-scheme-state-hover-icon: #6d7a86;
921
- $tabs-dark-color-scheme-state-hover-text: #f2f5f9;
926
+ $tabs-dark-color-scheme-state-hover-text: #d7dee4;
922
927
  $tabs-dark-color-scheme-state-active-marker-color: #0059b8;
923
928
  $tabs-dark-color-scheme-state-empty-icon: mix(#8c99a5, transparent, 30%);
924
929
  $tabs-dark-color-scheme-state-empty-text: #6d7a86;
@@ -937,9 +942,9 @@ $vertical-tabs-light-color-scheme-state-selected-background: #e7f1ff;
937
942
  $vertical-tabs-light-color-scheme-state-hover-background: rgba(black, 0.05);
938
943
  $vertical-tabs-light-color-scheme-state-hover-selected-background: adjust-color(#e7f1ff, $saturation:-22%, $lightness:-5%);
939
944
  $vertical-tabs-dark-color-scheme-state-normal-background: transparent;
940
- $vertical-tabs-dark-color-scheme-state-selected-background: #023c7f;
941
- $vertical-tabs-dark-color-scheme-state-hover-background: rgba(black, 0.05);
942
- $vertical-tabs-dark-color-scheme-state-hover-selected-background: adjust-color(#023c7f, $lightness:-1%);
945
+ $vertical-tabs-dark-color-scheme-state-selected-background: rgba(3, 116, 235, 0.3);
946
+ $vertical-tabs-dark-color-scheme-state-hover-background: rgba(white, 0.05);
947
+ $vertical-tabs-dark-color-scheme-state-hover-selected-background: adjust-color(rgba(3, 116, 235, 0.3), $lightness:-1%);
943
948
  $tags-light-color-scheme-primary-background: #e7f1ff;
944
949
  $tags-light-color-scheme-primary-border: transparent;
945
950
  $tags-light-color-scheme-primary-text: #0374eb;
@@ -1023,7 +1028,7 @@ $toast-light-color-scheme-icon-success: #4ba96c;
1023
1028
  $toast-light-color-scheme-icon-warning: #e19f12;
1024
1029
  $toast-dark-color-scheme-background: #333f4a;
1025
1030
  $toast-dark-color-scheme-border: rgba(25, 37, 47, 0.1);
1026
- $toast-dark-color-scheme-text: #f2f5f9;
1031
+ $toast-dark-color-scheme-text: #d7dee4;
1027
1032
  $toast-dark-color-scheme-text-caption: #8c99a5;
1028
1033
  $toast-dark-color-scheme-shadow: 0 8px 16px 0 rgba(#27333e, 0.2);
1029
1034
  $toast-dark-color-scheme-icon-info: #18a5c5;
@@ -1075,7 +1080,7 @@ $toggle-small-size-width: 24px;
1075
1080
  $toggle-small-size-border-radius: 8px;
1076
1081
  $toggle-small-font-default: caption;
1077
1082
  $tooltip-light-color-scheme-background: #333f4a;
1078
- $tooltip-light-color-scheme-text: #f2f5f9;
1083
+ $tooltip-light-color-scheme-text: #d7dee4;
1079
1084
  $tooltip-light-color-scheme-border: transparent;
1080
1085
  $tooltip-light-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1081
1086
  $tooltip-light-color-scheme-warning-background: #fff4dd;
@@ -1086,7 +1091,7 @@ $tooltip-dark-color-scheme-text: #19252f;
1086
1091
  $tooltip-dark-color-scheme-border: transparent;
1087
1092
  $tooltip-dark-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1088
1093
  $tooltip-dark-color-scheme-warning-background: #7e5406;
1089
- $tooltip-dark-color-scheme-warning-text: #f2f5f9;
1094
+ $tooltip-dark-color-scheme-warning-text: #d7dee4;
1090
1095
  $tooltip-dark-color-scheme-warning-border: #7e5406;
1091
1096
  $tooltip-size-max-width: 300px;
1092
1097
  $tooltip-size-border-width: 1px;
@@ -1100,7 +1105,7 @@ $extended-tooltip-light-color-scheme-text: #19252f;
1100
1105
  $extended-tooltip-light-color-scheme-border: #d7dee4;
1101
1106
  $extended-tooltip-light-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1102
1107
  $extended-tooltip-dark-color-scheme-background: #333f4a;
1103
- $extended-tooltip-dark-color-scheme-text: #f2f5f9;
1108
+ $extended-tooltip-dark-color-scheme-text: #d7dee4;
1104
1109
  $extended-tooltip-dark-color-scheme-border: #333f4a;
1105
1110
  $extended-tooltip-dark-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1106
1111
  $extended-tooltip-size-border-radius: 4px;
@@ -1113,7 +1118,7 @@ $extended-tooltip-header-light-color-scheme-border: #d7dee4;
1113
1118
  $extended-tooltip-header-light-color-scheme-text: #19252f;
1114
1119
  $extended-tooltip-header-light-color-scheme-background: white;
1115
1120
  $extended-tooltip-header-dark-color-scheme-border: #434f5a;
1116
- $extended-tooltip-header-dark-color-scheme-text: #f2f5f9;
1121
+ $extended-tooltip-header-dark-color-scheme-text: #d7dee4;
1117
1122
  $extended-tooltip-header-dark-color-scheme-background: #333f4a;
1118
1123
  $extended-tooltip-header-size-height: 40px;
1119
1124
  $extended-tooltip-header-size-padding: 8px 16px;
@@ -1755,63 +1760,63 @@ $typography-display-1-line-height: 76px;
1755
1760
  $typography-display-1-letter-spacing: normal;
1756
1761
  $typography-display-1-font-weight: normal;
1757
1762
  $typography-display-1-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1758
- $typography-display-1-text-transform: null;
1759
- $typography-display-1-font-feature-settings: null;
1763
+ $typography-display-1-text-transform: initial;
1764
+ $typography-display-1-font-feature-settings: initial;
1760
1765
  $typography-display-2-font-size: 45px;
1761
1766
  $typography-display-2-line-height: 56px;
1762
1767
  $typography-display-2-letter-spacing: normal;
1763
1768
  $typography-display-2-font-weight: normal;
1764
1769
  $typography-display-2-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1765
- $typography-display-2-text-transform: null;
1766
- $typography-display-2-font-feature-settings: null;
1770
+ $typography-display-2-text-transform: initial;
1771
+ $typography-display-2-font-feature-settings: initial;
1767
1772
  $typography-display-3-font-size: 34px;
1768
1773
  $typography-display-3-line-height: 44px;
1769
1774
  $typography-display-3-letter-spacing: normal;
1770
1775
  $typography-display-3-font-weight: normal;
1771
1776
  $typography-display-3-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1772
- $typography-display-3-text-transform: null;
1773
- $typography-display-3-font-feature-settings: null;
1777
+ $typography-display-3-text-transform: initial;
1778
+ $typography-display-3-font-feature-settings: initial;
1774
1779
  $typography-headline-font-size: 24px;
1775
1780
  $typography-headline-line-height: 32px;
1776
1781
  $typography-headline-letter-spacing: normal;
1777
1782
  $typography-headline-font-weight: normal;
1778
1783
  $typography-headline-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1779
- $typography-headline-text-transform: null;
1780
- $typography-headline-font-feature-settings: null;
1784
+ $typography-headline-text-transform: initial;
1785
+ $typography-headline-font-feature-settings: initial;
1781
1786
  $typography-title-font-size: 20px;
1782
1787
  $typography-title-line-height: 28px;
1783
1788
  $typography-title-letter-spacing: normal;
1784
1789
  $typography-title-font-weight: 600;
1785
1790
  $typography-title-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1786
- $typography-title-text-transform: null;
1787
- $typography-title-font-feature-settings: null;
1791
+ $typography-title-text-transform: initial;
1792
+ $typography-title-font-feature-settings: initial;
1788
1793
  $typography-subheading-font-size: 15px;
1789
1794
  $typography-subheading-line-height: 20px;
1790
1795
  $typography-subheading-letter-spacing: -0.009em;
1791
1796
  $typography-subheading-font-weight: 600;
1792
1797
  $typography-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1793
- $typography-subheading-text-transform: null;
1798
+ $typography-subheading-text-transform: initial;
1794
1799
  $typography-subheading-font-feature-settings: "ss01" on, "ss04" on;
1795
1800
  $typography-body-font-size: 15px;
1796
1801
  $typography-body-line-height: 20px;
1797
1802
  $typography-body-letter-spacing: -0.009em;
1798
1803
  $typography-body-font-weight: normal;
1799
1804
  $typography-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1800
- $typography-body-text-transform: null;
1805
+ $typography-body-text-transform: initial;
1801
1806
  $typography-body-font-feature-settings: "ss01" on, "ss04" on;
1802
1807
  $typography-body-tabular-font-size: 15px;
1803
1808
  $typography-body-tabular-line-height: 20px;
1804
1809
  $typography-body-tabular-letter-spacing: -0.009em;
1805
1810
  $typography-body-tabular-font-weight: normal;
1806
1811
  $typography-body-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1807
- $typography-body-tabular-text-transform: null;
1812
+ $typography-body-tabular-text-transform: initial;
1808
1813
  $typography-body-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
1809
1814
  $typography-body-strong-font-size: 15px;
1810
1815
  $typography-body-strong-line-height: 20px;
1811
1816
  $typography-body-strong-letter-spacing: -0.009em;
1812
1817
  $typography-body-strong-font-weight: 500;
1813
1818
  $typography-body-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1814
- $typography-body-strong-text-transform: null;
1819
+ $typography-body-strong-text-transform: initial;
1815
1820
  $typography-body-strong-font-feature-settings: "ss01" on, "ss04" on;
1816
1821
  $typography-body-caps-font-size: 15px;
1817
1822
  $typography-body-caps-line-height: 20px;
@@ -1825,22 +1830,29 @@ $typography-body-mono-line-height: 20px;
1825
1830
  $typography-body-mono-letter-spacing: normal;
1826
1831
  $typography-body-mono-font-weight: normal;
1827
1832
  $typography-body-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1828
- $typography-body-mono-text-transform: null;
1829
- $typography-body-mono-font-feature-settings: null;
1833
+ $typography-body-mono-text-transform: initial;
1834
+ $typography-body-mono-font-feature-settings: initial;
1830
1835
  $typography-caption-font-size: 13px;
1831
1836
  $typography-caption-line-height: 16px;
1832
1837
  $typography-caption-letter-spacing: -0.0025em;
1833
1838
  $typography-caption-font-weight: normal;
1834
1839
  $typography-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1835
- $typography-caption-text-transform: null;
1840
+ $typography-caption-text-transform: initial;
1836
1841
  $typography-caption-font-feature-settings: "ss01" on, "ss04" on;
1837
1842
  $typography-caption-tabular-font-size: 13px;
1838
1843
  $typography-caption-tabular-line-height: 16px;
1839
1844
  $typography-caption-tabular-letter-spacing: -0.0025em;
1840
1845
  $typography-caption-tabular-font-weight: normal;
1841
1846
  $typography-caption-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1842
- $typography-caption-tabular-text-transform: null;
1847
+ $typography-caption-tabular-text-transform: initial;
1843
1848
  $typography-caption-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
1849
+ $typography-caption-strong-font-size: 13px;
1850
+ $typography-caption-strong-line-height: 16px;
1851
+ $typography-caption-strong-letter-spacing: -0.0025em;
1852
+ $typography-caption-strong-font-weight: 500;
1853
+ $typography-caption-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1854
+ $typography-caption-strong-text-transform: initial;
1855
+ $typography-caption-strong-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
1844
1856
  $typography-caption-caps-font-size: 13px;
1845
1857
  $typography-caption-caps-line-height: 16px;
1846
1858
  $typography-caption-caps-letter-spacing: 1.5px;
@@ -1853,21 +1865,21 @@ $typography-caption-mono-line-height: 16px;
1853
1865
  $typography-caption-mono-letter-spacing: normal;
1854
1866
  $typography-caption-mono-font-weight: normal;
1855
1867
  $typography-caption-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1856
- $typography-caption-mono-text-transform: null;
1857
- $typography-caption-mono-font-feature-settings: null;
1868
+ $typography-caption-mono-text-transform: initial;
1869
+ $typography-caption-mono-font-feature-settings: initial;
1858
1870
  $typography-small-text-font-size: 13px;
1859
1871
  $typography-small-text-line-height: 16px;
1860
1872
  $typography-small-text-letter-spacing: -0.0025em;
1861
1873
  $typography-small-text-font-weight: normal;
1862
1874
  $typography-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1863
- $typography-small-text-text-transform: null;
1875
+ $typography-small-text-text-transform: initial;
1864
1876
  $typography-small-text-font-feature-settings: "ss01" on, "ss04" on;
1865
1877
  $typography-extra-small-text-font-size: 11px;
1866
1878
  $typography-extra-small-text-line-height: 16px;
1867
1879
  $typography-extra-small-text-letter-spacing: 0.005em;
1868
1880
  $typography-extra-small-text-font-weight: normal;
1869
1881
  $typography-extra-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1870
- $typography-extra-small-text-text-transform: null;
1882
+ $typography-extra-small-text-text-transform: initial;
1871
1883
  $typography-extra-small-text-font-feature-settings: "ss01" on, "ss04" on;
1872
1884
  $typography-extra-small-text-caps-font-size: 11px;
1873
1885
  $typography-extra-small-text-caps-line-height: 16px;
@@ -1881,8 +1893,8 @@ $typography-extra-small-text-mono-line-height: 16px;
1881
1893
  $typography-extra-small-text-mono-letter-spacing: 0px;
1882
1894
  $typography-extra-small-text-mono-font-weight: normal;
1883
1895
  $typography-extra-small-text-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1884
- $typography-extra-small-text-mono-text-transform: null;
1885
- $typography-extra-small-text-mono-font-feature-settings: null;
1896
+ $typography-extra-small-text-mono-text-transform: initial;
1897
+ $typography-extra-small-text-mono-font-feature-settings: initial;
1886
1898
 
1887
1899
  $mosaic: (
1888
1900
  'typography': (
@@ -2003,6 +2015,15 @@ $mosaic: (
2003
2015
  'text-transform': $typography-caption-tabular-text-transform,
2004
2016
  'font-feature-settings': $typography-caption-tabular-font-feature-settings
2005
2017
  ),
2018
+ 'caption-strong': (
2019
+ 'font-size': $typography-caption-strong-font-size,
2020
+ 'line-height': $typography-caption-strong-line-height,
2021
+ 'letter-spacing': $typography-caption-strong-letter-spacing,
2022
+ 'font-weight': $typography-caption-strong-font-weight,
2023
+ 'font-family': $typography-caption-strong-font-family,
2024
+ 'text-transform': $typography-caption-strong-text-transform,
2025
+ 'font-feature-settings': $typography-caption-strong-font-feature-settings
2026
+ ),
2006
2027
  'caption-caps': (
2007
2028
  'font-size': $typography-caption-caps-font-size,
2008
2029
  'line-height': $typography-caption-caps-line-height,
@@ -2658,40 +2679,40 @@ $fonts: (
2658
2679
  @each $indent in $indents {
2659
2680
  @each $name, $value in $sizes {
2660
2681
  .layout-#{$indent}-#{$name} {
2661
- #{$indent}: $value;
2682
+ #{$indent}: $value !important;
2662
2683
  }
2663
2684
 
2664
2685
  .layout-#{$indent}-top-#{$name} {
2665
- #{$indent}-top: $value;
2686
+ #{$indent}-top: $value !important;
2666
2687
  }
2667
2688
 
2668
2689
  .layout-#{$indent}-right-#{$name} {
2669
- #{$indent}-right: $value;
2690
+ #{$indent}-right: $value !important;
2670
2691
  }
2671
2692
 
2672
2693
  .layout-#{$indent}-bottom-#{$name} {
2673
- #{$indent}-bottom: $value;
2694
+ #{$indent}-bottom: $value !important;
2674
2695
  }
2675
2696
 
2676
2697
  .layout-#{$indent}-left-#{$name} {
2677
- #{$indent}-left: $value;
2698
+ #{$indent}-left: $value !important;
2678
2699
  }
2679
2700
  }
2680
2701
 
2681
2702
  .layout-#{$indent}-no-top {
2682
- #{$indent}-top: 0;
2703
+ #{$indent}-top: 0 !important;
2683
2704
  }
2684
2705
 
2685
2706
  .layout-#{$indent}-no-right {
2686
- #{$indent}-right: 0;
2707
+ #{$indent}-right: 0 !important;
2687
2708
  }
2688
2709
 
2689
2710
  .layout-#{$indent}-no-bottom {
2690
- #{$indent}-bottom: 0;
2711
+ #{$indent}-bottom: 0 !important;
2691
2712
  }
2692
2713
 
2693
2714
  .layout-#{$indent}-no-left {
2694
- #{$indent}-left: 0;
2715
+ #{$indent}-left: 0 !important;
2695
2716
  }
2696
2717
  }
2697
2718
  }
@@ -73,6 +73,8 @@ export declare class DateFormatter<D> {
73
73
  /**
74
74
  * @param date - date
75
75
  * @param template - template
76
+ * @param seconds - use seconds
77
+ * @param milliseconds - use milliseconds
76
78
  * @returns relative date by template
77
79
  */
78
80
  relativeDate(date: D, template: FormatterRelativeTemplate, seconds?: boolean, milliseconds?: boolean): string;
@@ -158,6 +160,8 @@ export declare class DateFormatter<D> {
158
160
  * @param startDate - start date
159
161
  * @param endDate - end date
160
162
  * @param template - template
163
+ * @param seconds - use seconds
164
+ * @param milliseconds - use milliseconds
161
165
  * @returns range date in template format with time
162
166
  */
163
167
  rangeDateTime(startDate: D, endDate: D, template: FormatterRangeTemplate, seconds?: boolean, milliseconds?: boolean): string;
@@ -195,10 +199,10 @@ export declare class DateFormatter<D> {
195
199
  */
196
200
  rangeMiddleDateTime(startDate: D, endDate: D, options?: DateTimeOptions): string;
197
201
  /**
198
- * @param date
202
+ * @param date - date for compile
199
203
  * @param variables - date template variables
200
204
  * @param currYearForced - param for absolute days formatting
201
- * @private
205
+ * @returns compiledVariables
202
206
  */
203
207
  private compileVariables;
204
208
  private isBeforeYesterday;
@@ -0,0 +1,95 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { DateTime } from 'luxon';
3
+ import { DateFormatter, DateTimeOptions } from './formatter';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AbsoluteDateFormatterPipe implements PipeTransform {
6
+ private formatter;
7
+ constructor(formatter: DateFormatter<DateTime>);
8
+ transform(value: any, currYear?: boolean): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateFormatterPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateFormatterPipe, "absoluteLongDate">;
11
+ }
12
+ export declare class AbsoluteDateTimeFormatterPipe implements PipeTransform {
13
+ private formatter;
14
+ constructor(formatter: DateFormatter<DateTime>);
15
+ transform(value: any, options?: DateTimeOptions): string;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateTimeFormatterPipe, never>;
17
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateTimeFormatterPipe, "absoluteLongDateTime">;
18
+ }
19
+ export declare class AbsoluteDateShortFormatterPipe implements PipeTransform {
20
+ private formatter;
21
+ constructor(formatter: DateFormatter<DateTime>);
22
+ transform(value: any, currYear?: boolean): string;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteDateShortFormatterPipe, never>;
24
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteDateShortFormatterPipe, "absoluteShortDate">;
25
+ }
26
+ export declare class AbsoluteShortDateTimeFormatterPipe implements PipeTransform {
27
+ private formatter;
28
+ constructor(formatter: DateFormatter<DateTime>);
29
+ transform(value: any, options?: DateTimeOptions): string;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbsoluteShortDateTimeFormatterPipe, never>;
31
+ static ɵpipe: i0.ɵɵPipeDeclaration<AbsoluteShortDateTimeFormatterPipe, "absoluteShortDateTime">;
32
+ }
33
+ export declare class RelativeDateFormatterPipe implements PipeTransform {
34
+ private formatter;
35
+ constructor(formatter: DateFormatter<DateTime>);
36
+ transform(value: any): string;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateFormatterPipe, never>;
38
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateFormatterPipe, "relativeLongDate">;
39
+ }
40
+ export declare class RelativeDateTimeFormatterPipe implements PipeTransform {
41
+ private formatter;
42
+ constructor(formatter: DateFormatter<DateTime>);
43
+ transform(value: any, options?: DateTimeOptions): string;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDateTimeFormatterPipe, never>;
45
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDateTimeFormatterPipe, "relativeLongDateTime">;
46
+ }
47
+ export declare class RelativeShortDateFormatterPipe implements PipeTransform {
48
+ private formatter;
49
+ constructor(formatter: DateFormatter<DateTime>);
50
+ transform(value: any): string;
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateFormatterPipe, never>;
52
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateFormatterPipe, "relativeShortDate">;
53
+ }
54
+ export declare class RelativeShortDateTimeFormatterPipe implements PipeTransform {
55
+ private formatter;
56
+ constructor(formatter: DateFormatter<DateTime>);
57
+ transform(value: any, options?: DateTimeOptions): string;
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeShortDateTimeFormatterPipe, never>;
59
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeShortDateTimeFormatterPipe, "relativeShortDateTime">;
60
+ }
61
+ export declare class RangeDateFormatterPipe implements PipeTransform {
62
+ private formatter;
63
+ constructor(formatter: DateFormatter<DateTime>);
64
+ transform([value1, value2]: any): string;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateFormatterPipe, never>;
66
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateFormatterPipe, "rangeLongDate">;
67
+ }
68
+ export declare class RangeShortDateFormatterPipe implements PipeTransform {
69
+ private formatter;
70
+ constructor(formatter: DateFormatter<DateTime>);
71
+ transform([value1, value2]: any): string;
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateFormatterPipe, never>;
73
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateFormatterPipe, "rangeShortDate">;
74
+ }
75
+ export declare class RangeDateTimeFormatterPipe implements PipeTransform {
76
+ private formatter;
77
+ constructor(formatter: DateFormatter<DateTime>);
78
+ transform([value1, value2]: any, options?: DateTimeOptions): string;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeDateTimeFormatterPipe, never>;
80
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeDateTimeFormatterPipe, "rangeLongDateTime">;
81
+ }
82
+ export declare class RangeMiddleDateTimeFormatterPipe implements PipeTransform {
83
+ private formatter;
84
+ constructor(formatter: DateFormatter<DateTime>);
85
+ transform([value1, value2]: any, options?: DateTimeOptions): string;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeMiddleDateTimeFormatterPipe, never>;
87
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeMiddleDateTimeFormatterPipe, "rangeMiddleDateTime">;
88
+ }
89
+ export declare class RangeShortDateTimeFormatterPipe implements PipeTransform {
90
+ private formatter;
91
+ constructor(formatter: DateFormatter<DateTime>);
92
+ transform([value1, value2]: any, options?: DateTimeOptions): string;
93
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeShortDateTimeFormatterPipe, never>;
94
+ static ɵpipe: i0.ɵɵPipeDeclaration<RangeShortDateTimeFormatterPipe, "rangeShortDateTime">;
95
+ }
@@ -1,9 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./number/formatter";
3
+ import * as i2 from "./date/formatter.pipe";
3
4
  export declare class McFormattersModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<McFormattersModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<McFormattersModule, [typeof i1.McDecimalPipe], never, [typeof i1.McDecimalPipe]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<McFormattersModule, [typeof i1.McDecimalPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe], never, [typeof i1.McDecimalPipe, typeof i2.AbsoluteDateFormatterPipe, typeof i2.AbsoluteDateTimeFormatterPipe, typeof i2.AbsoluteDateShortFormatterPipe, typeof i2.AbsoluteShortDateTimeFormatterPipe, typeof i2.RelativeDateFormatterPipe, typeof i2.RelativeDateTimeFormatterPipe, typeof i2.RelativeShortDateFormatterPipe, typeof i2.RelativeShortDateTimeFormatterPipe, typeof i2.RangeDateFormatterPipe, typeof i2.RangeShortDateFormatterPipe, typeof i2.RangeDateTimeFormatterPipe, typeof i2.RangeShortDateTimeFormatterPipe, typeof i2.RangeMiddleDateTimeFormatterPipe]>;
6
7
  static ɵinj: i0.ɵɵInjectorDeclaration<McFormattersModule>;
7
8
  }
8
9
  export * from './number/formatter';
9
10
  export * from './date/formatter';
11
+ export * from './date/formatter.pipe';
@@ -3,7 +3,7 @@ import { ConnectedOverlayPositionChange, ConnectionPositionPair, Overlay, Overla
3
3
  import { OverlayConfig } from '@angular/cdk/overlay/overlay-config';
4
4
  import { ComponentPortal } from '@angular/cdk/portal';
5
5
  import { ElementRef, EventEmitter, NgZone, TemplateRef, Type, ViewContainerRef } from '@angular/core';
6
- import { Observable, Subject } from 'rxjs';
6
+ import { Observable, Subject, Subscription } from 'rxjs';
7
7
  import { PopUpPlacements } from './constants';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare abstract class McPopUpTrigger<T> {
@@ -35,6 +35,7 @@ export declare abstract class McPopUpTrigger<T> {
35
35
  protected portal: ComponentPortal<T>;
36
36
  protected instance: any | null;
37
37
  protected listeners: Map<string, EventListenerOrEventListenerObject>;
38
+ protected closingActionsSubscription: Subscription;
38
39
  protected readonly availablePositions: {
39
40
  [key: string]: ConnectionPositionPair;
40
41
  };
@@ -65,6 +66,7 @@ export declare abstract class McPopUpTrigger<T> {
65
66
  protected clearListeners(): void;
66
67
  private addEventListener;
67
68
  private removeEventListener;
69
+ private subscribeOnClosingActions;
68
70
  static ɵfac: i0.ɵɵFactoryDeclaration<McPopUpTrigger<any>, never>;
69
71
  static ɵdir: i0.ɵɵDirectiveDeclaration<McPopUpTrigger<any>, never, never, {}, {}, never>;
70
72
  }