@tmlmobilidade/ui 20250329.124.32 → 20250329.127.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -418,8 +418,8 @@ interface SurfaceProps extends React.HTMLAttributes<HTMLDivElement> {
418
418
  declare function Surface({ alignItems, borderRadius, children, classNames, divider, flexDirection, gap, justifyContent, padding, variant, ...props }: SurfaceProps): react_jsx_runtime.JSX.Element;
419
419
 
420
420
  interface Props$5 {
421
- orientation: 'horizontal' | 'vertical';
422
- size: 'full' | 'lg' | 'md' | 'sm';
421
+ orientation?: 'horizontal' | 'vertical';
422
+ size?: 'full' | 'lg' | 'md' | 'sm';
423
423
  }
424
424
  declare function Spacer({ orientation, size }: Props$5): react_jsx_runtime.JSX.Element;
425
425
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250329.0124.32",
3
+ "version": "20250329.0127.00",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {