aha-components 1.5.6 → 1.5.8

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.
@@ -9,4 +9,9 @@ export declare const Success: Story;
9
9
  export declare const Warn: Story;
10
10
  export declare const Error: Story;
11
11
  export declare const Closeable: Story;
12
+ /** 可关闭时:action 在内容下方 */
12
13
  export declare const Action: Story;
14
+ /** 不可关闭时:action 在最右侧 */
15
+ export declare const ActionRight: Story;
16
+ /** Demo:对比可关闭 / 不可关闭时 action 位置 */
17
+ export declare const ActionPositionDemo: Story;