@loadsmart/miranda-wc 1.32.0 → 1.32.1

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 +1 @@
1
- {"version":3,"file":"text.styles.d.ts","sourceRoot":"","sources":["../../../src/components/text/text.styles.ts"],"names":[],"mappings":"AAKA,iBAAS,MAAM,4BAoJd;AAED,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"text.styles.d.ts","sourceRoot":"","sources":["../../../src/components/text/text.styles.ts"],"names":[],"mappings":"AAKA,iBAAS,MAAM,4BAwJd;AAED,eAAe,MAAM,CAAC"}
package/dist/index.js CHANGED
@@ -549,6 +549,8 @@ const fe="important",$e=" !"+fe,ye=ht(class extends ut{constructor(t){var e;if(s
549
549
  --m-text-color: ${jt("color-text-primary")};
550
550
  --m-text-display: inline-block;
551
551
  --m-text-max-width: initial;
552
+ --m-text-padding: 0;
553
+ --m-text-margin: 0;
552
554
  }
553
555
 
554
556
  .m-text {
@@ -558,6 +560,8 @@ const fe="important",$e=" !"+fe,ye=ht(class extends ut{constructor(t){var e;if(s
558
560
 
559
561
  color: var(--m-text-color);
560
562
  display: var(--m-text-display);
563
+ padding: var(--m-text-padding);
564
+ margin: var(--m-text-margin);
561
565
  }
562
566
 
563
567
  .-body-lg-bold {