luna-plus 1.0.2 → 1.0.3

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.
@@ -67,6 +67,8 @@ export interface InputProps {
67
67
  onclear?: () => void;
68
68
  /** 自定义类名 */
69
69
  class?: string;
70
+ /** 自定义样式 */
71
+ style?: string;
70
72
  /** 是否被浏览器自动填充(只读,由组件内部检测 :-webkit-autofill 设置) */
71
73
  autofilled?: boolean;
72
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-plus",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A modern Svelte 5 component library with 60+ components",
5
5
  "type": "module",
6
6
  "svelte": "./dist/index.js",