@rolster/styles-foundations 2.5.40 → 2.5.43

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.
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Typographics Utilities
2
- // v2.1.1
2
+ // v2.1.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 16/Dic/2024
6
+ // Updated: 18/Sep/2025
7
7
 
8
8
  @mixin typographic($name, $key) {
9
9
  .rls-#{$name}-default {
@@ -73,6 +73,10 @@
73
73
  --rls-body-letter-spacing: 0.03125em;
74
74
  --rls-body-line-height: 9rem;
75
75
 
76
+ --rls-paragraph-font-size: 7.25rem;
77
+ --rls-paragraph-letter-spacing: 0.02625em;
78
+ --rls-paragraph-line-height: 8rem;
79
+
76
80
  --rls-input-font-size: 7.65rem;
77
81
  --rls-input-letter-spacing: 0.03125em;
78
82
  --rls-input-line-height: 9rem;
@@ -141,10 +145,10 @@ h6 {
141
145
  }
142
146
 
143
147
  p {
144
- font-size: var(--rls-label-font-size);
145
- letter-spacing: var(--rls-label-letter-spacing);
146
- min-height: var(--rls-label-line-height);
147
- line-height: var(--rls-label-line-height);
148
+ font-size: var(--rls-paragraph-font-size);
149
+ letter-spacing: var(--rls-paragraph-letter-spacing);
150
+ min-height: var(--rls-paragraph-line-height);
151
+ line-height: var(--rls-paragraph-line-height);
148
152
  }
149
153
 
150
154
  button {
@@ -163,6 +167,7 @@ button {
163
167
  @include typographic('title', 'title');
164
168
  @include typographic('subtitle', 'subtitle');
165
169
  @include typographic('body', 'body');
170
+ @include typographic('paragraph', 'paragraph');
166
171
  @include typographic('input', 'input');
167
172
  @include typographic('label', 'label');
168
173
  @include typographic('button', 'button');