@sarasanalytics-com/design-system 0.0.55 → 0.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarasanalytics-com/design-system",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"
package/styles/styles.css CHANGED
@@ -353,21 +353,23 @@ body {
353
353
  .form-field-helpText,
354
354
  .form-field-description {
355
355
  color: var(--text-mediumemphasis, #6D6979);
356
- font-family: var(--font);
356
+ font-family: var(--font-roboto, Roboto);
357
357
  font-size: var(--small-14px);
358
358
  font-style: normal;
359
359
  font-weight: 400;
360
- line-height: var(--medium-20px);
361
- letter-spacing: 0.25px;
360
+ line-height: var(--medium-24px);
361
+ letter-spacing: 0.5px;
362
+ margin: 0px;
362
363
  }
363
364
 
364
365
  .form-field-title {
365
366
  color: var(--text-highemphasis, #1C1B20);
366
- font-family: var(--font);
367
- font-size: var(--medium-20px);
367
+ font-family: var(--font-roboto, Roboto);
368
+ font-size: var(--medium-22px);
368
369
  font-style: normal;
369
370
  font-weight: 500;
370
- line-height: var(--medium-28px);
371
+ line-height: var(--medium-36px);
372
+ margin: 0px;
371
373
  }
372
374
 
373
375
  .title-container {