@melony/ui-kit 0.1.9 → 0.1.14

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-BnMHFlyI.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-BnMHFlyI.js';
1
+ import { j as UIContract, k as UINode } from './types-BerU1QhQ.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-BerU1QhQ.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-BnMHFlyI.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-BerU1QhQ.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-BnMHFlyI.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-BnMHFlyI.js';
1
+ import { j as UIContract, k as UINode, l as UIEvent } from './types-BerU1QhQ.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-BerU1QhQ.js';
3
3
  import 'melony';
4
4
 
5
5
  /**
@@ -89,7 +89,6 @@ interface UIContract {
89
89
  height?: string | number;
90
90
  radius?: UIRadius;
91
91
  objectFit?: "cover" | "contain" | "fill";
92
- groupId?: string;
93
92
  };
94
93
  video: {
95
94
  src: string;
@@ -200,12 +199,13 @@ interface UIContract {
200
199
  };
201
200
  button: {
202
201
  type?: "button" | "submit" | "reset";
203
- label: string;
204
202
  variant?: "primary" | "secondary" | "success" | "danger" | "outline" | "ghost" | "link";
205
203
  size?: UISize;
206
204
  disabled?: boolean;
207
205
  width?: UIWidth;
208
206
  onClickAction?: Event;
207
+ justify?: UIJustify;
208
+ truncate?: boolean;
209
209
  };
210
210
  popover: {
211
211
  side?: "top" | "right" | "bottom" | "left";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melony/ui-kit",
3
- "version": "0.1.9",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",