@cloudtower/eagle 0.34.25 → 0.34.26
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 +3120 -3106
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +4499 -4485
- package/dist/stories/docs/coreX/CheckPointList.stories.d.ts +5 -0
- package/dist/style.css +3018 -3004
- package/package.json +4 -4
|
@@ -75,3 +75,8 @@ export declare const DefaultFilterEnabled: Story;
|
|
|
75
75
|
* 展示如何监听筛选状态变化
|
|
76
76
|
*/
|
|
77
77
|
export declare const CustomSwitchCallback: Story;
|
|
78
|
+
/**
|
|
79
|
+
* Long Text Example
|
|
80
|
+
* Demonstrates how the component handles long text in descriptions and alert messages
|
|
81
|
+
*/
|
|
82
|
+
export declare const LongText: Story;
|