@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.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles-no-reset.css +4 -0
- package/dist/styles.css +4 -0
- package/package.json +1 -1
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
|
|
package/dist/styles-no-reset.css
CHANGED
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
|
|