@melony/ui-kit 0.1.27 → 0.1.28

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/client.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { j as UIContract, k as UINode } from './types-D1ReK_al.js';
2
- export { a as UIAlign, e as UIColor, l as UIEvent, b as UIJustify, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-D1ReK_al.js';
1
+ import { j as UIContract, k as UINode } from './types-tSkCU6PC.js';
2
+ export { a as UIAlign, e as UIColor, l as UIEvent, b as UIJustify, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-tSkCU6PC.js';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import React, { ReactNode } from 'react';
5
5
  import 'melony';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { ui } from './server.js';
2
- export { a as UIAlign, e as UIColor, j as UIContract, l as UIEvent, b as UIJustify, k as UINode, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-D1ReK_al.js';
2
+ export { a as UIAlign, e as UIColor, j as UIContract, l as UIEvent, b as UIJustify, k as UINode, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-tSkCU6PC.js';
3
3
  export { MelonyComponents, MelonyRenderer, MelonyRendererProps, MelonyUIContextValue, MelonyUIProvider, MelonyUIProviderProps, useMelonyUI } from './client.js';
4
4
  import 'melony';
5
5
  import 'react/jsx-runtime';
package/dist/server.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { j as UIContract, k as UINode, l as UIEvent } from './types-D1ReK_al.js';
2
- export { a as UIAlign, e as UIColor, b as UIJustify, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-D1ReK_al.js';
1
+ import { j as UIContract, k as UINode, l as UIEvent } from './types-tSkCU6PC.js';
2
+ export { a as UIAlign, e as UIColor, b as UIJustify, d as UIOrientation, i as UIRadius, h as UIShadow, U as UISize, f as UISpacing, g as UIWidth, c as UIWrap } from './types-tSkCU6PC.js';
3
3
  import 'melony';
4
4
 
5
5
  /**
@@ -41,7 +41,7 @@ interface UIContract {
41
41
  group?: boolean;
42
42
  flex?: number;
43
43
  overflow?: "hidden" | "visible" | "scroll" | "auto";
44
- maxWidth?: number;
44
+ maxWidth?: number | string;
45
45
  };
46
46
  box: {
47
47
  id?: string;
@@ -56,7 +56,7 @@ interface UIContract {
56
56
  borderColor?: UIColor;
57
57
  radius?: UIRadius;
58
58
  width?: UIWidth;
59
- maxWidth?: number;
59
+ maxWidth?: number | string;
60
60
  height?: "auto" | "full";
61
61
  shadow?: UIShadow;
62
62
  group?: boolean;
@@ -269,7 +269,7 @@ interface UIContract {
269
269
  background?: UIColor;
270
270
  padding?: UISpacing;
271
271
  width?: UIWidth;
272
- maxWidth?: number;
272
+ maxWidth?: number | string;
273
273
  };
274
274
  streamingText: {
275
275
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melony/ui-kit",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",