@tmlmobilidade/ui 20250421.1409.12 → 20250421.1805.49

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
 
@@ -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
@@ -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": "20250421.1805.49",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {