@cloudtower/eagle 0.32.38 → 0.32.40
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/cjs/stats1.html +1 -1
- package/dist/components.css +2253 -2246
- package/dist/esm/stats1.html +1 -1
- package/dist/stories/docs/core/Button.stories.d.ts +11 -0
- package/dist/style.css +2264 -2258
- package/package.json +4 -4
|
@@ -21,3 +21,14 @@ export declare const CustomChildren: Story;
|
|
|
21
21
|
* * 这里仅对已有的用法进行展示
|
|
22
22
|
*/
|
|
23
23
|
export declare const Link: Story;
|
|
24
|
+
/**
|
|
25
|
+
* * 禁用按钮示例
|
|
26
|
+
* * 当 disabled 设置为 true 时,按钮将变为禁用状态
|
|
27
|
+
* * 禁用状态下按钮不可点击,且样式会有相应变化
|
|
28
|
+
*/
|
|
29
|
+
export declare const Disabled: Story;
|
|
30
|
+
/**
|
|
31
|
+
* 按钮有三种尺寸:large、middle、small
|
|
32
|
+
* 可以在不同场景下选择合适的按钮尺寸
|
|
33
|
+
*/
|
|
34
|
+
export declare const ButtonSizes: Story;
|