@tmlmobilidade/ui 20250421.1409.12 → 20250422.1006.3

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/dist/index.d.ts CHANGED
@@ -441,7 +441,7 @@ interface SectionProps {
441
441
  flexDirection?: 'column' | 'row';
442
442
  gap?: 'lg' | 'md' | 'sm' | 'xs' | null;
443
443
  justifyContent?: 'center' | 'flex-end' | 'flex-start' | 'space-between';
444
- padding?: 'lg' | 'md' | 'sm' | null;
444
+ padding?: 'lg' | 'md' | 'none' | 'sm' | null;
445
445
  }
446
446
  declare function Section({ alignItems, children, flexDirection, gap, justifyContent, padding }: SectionProps): react_jsx_runtime.JSX.Element;
447
447
 
@@ -9700,8 +9700,8 @@ breakpoint-mobile {
9700
9700
  /* DESCRIPTION */
9701
9701
 
9702
9702
  .styles-module_description__X7kWv {
9703
- margin-top: var(--size-spacing-xs);
9704
- margin-bottom: var(--size-spacing-xs);
9703
+ margin-top: 0;
9704
+ margin-bottom: 0;
9705
9705
  font-size: var(--font-size-sm);
9706
9706
  font-weight: var(--font-weight-medium);
9707
9707
  color: var(--color-system-text-200);
@@ -9775,8 +9775,8 @@ breakpoint-mobile {
9775
9775
  /* DESCRIPTION */
9776
9776
 
9777
9777
  .styles-module_description__9hShz {
9778
- margin-top: var(--size-spacing-xs);
9779
- margin-bottom: var(--size-spacing-xs);
9778
+ margin-top: 0;
9779
+ margin-bottom: 0;
9780
9780
  font-size: var(--font-size-sm);
9781
9781
  font-weight: var(--font-weight-medium);
9782
9782
  color: var(--color-system-text-200);
@@ -9960,6 +9960,10 @@ breakpoint-mobile {
9960
9960
  .styles-module_root__9sh2n[data-padding="lg"] {
9961
9961
  padding: var(--size-spacing-lg);
9962
9962
  }
9963
+
9964
+ .styles-module_root__9sh2n[data-padding="none"] {
9965
+ padding: 0;
9966
+ }
9963
9967
  /* * */
9964
9968
  /* ROOT */
9965
9969
 
package/dist/styles.css CHANGED
@@ -9755,8 +9755,8 @@ breakpoint-mobile {
9755
9755
  /* DESCRIPTION */
9756
9756
 
9757
9757
  .styles-module_description__X7kWv {
9758
- margin-top: var(--size-spacing-xs);
9759
- margin-bottom: var(--size-spacing-xs);
9758
+ margin-top: 0;
9759
+ margin-bottom: 0;
9760
9760
  font-size: var(--font-size-sm);
9761
9761
  font-weight: var(--font-weight-medium);
9762
9762
  color: var(--color-system-text-200);
@@ -9830,8 +9830,8 @@ breakpoint-mobile {
9830
9830
  /* DESCRIPTION */
9831
9831
 
9832
9832
  .styles-module_description__9hShz {
9833
- margin-top: var(--size-spacing-xs);
9834
- margin-bottom: var(--size-spacing-xs);
9833
+ margin-top: 0;
9834
+ margin-bottom: 0;
9835
9835
  font-size: var(--font-size-sm);
9836
9836
  font-weight: var(--font-weight-medium);
9837
9837
  color: var(--color-system-text-200);
@@ -10015,6 +10015,10 @@ breakpoint-mobile {
10015
10015
  .styles-module_root__9sh2n[data-padding="lg"] {
10016
10016
  padding: var(--size-spacing-lg);
10017
10017
  }
10018
+
10019
+ .styles-module_root__9sh2n[data-padding="none"] {
10020
+ padding: 0;
10021
+ }
10018
10022
  /* * */
10019
10023
  /* ROOT */
10020
10024
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250421.1409.12",
3
+ "version": "20250422.1006.03",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {