@a4ui/core 0.4.2 → 0.5.0

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/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@a4ui/core.svg)](https://www.npmjs.com/package/@a4ui/core)
4
4
  [![license](https://img.shields.io/npm/l/@a4ui/core.svg)](./LICENSE)
5
- [![Lighthouse: Performance 100](https://img.shields.io/badge/Lighthouse-Perf_100-success)](https://a4uikit.github.io/a4ui/)
6
- [![Lighthouse: Accessibility 100](https://img.shields.io/badge/A11y-100-success)](https://a4uikit.github.io/a4ui/)
7
- [![Lighthouse: Best Practices 100](https://img.shields.io/badge/Best_Practices-100-success)](https://a4uikit.github.io/a4ui/)
8
- [![Lighthouse: SEO 100](https://img.shields.io/badge/SEO-100-success)](https://a4uikit.github.io/a4ui/)
5
+ [![Lighthouse: Performance 97](https://img.shields.io/badge/Lighthouse-Perf_97-success)](https://a4uikit.github.io/a4ui/lighthouse.html)
6
+ [![Lighthouse: Accessibility 100](https://img.shields.io/badge/A11y-100-success)](https://a4uikit.github.io/a4ui/lighthouse.html)
7
+ [![Lighthouse: Best Practices 100](https://img.shields.io/badge/Best_Practices-100-success)](https://a4uikit.github.io/a4ui/lighthouse.html)
8
+ [![Lighthouse: SEO 100](https://img.shields.io/badge/SEO-100-success)](https://a4uikit.github.io/a4ui/lighthouse.html)
9
9
  [![npm downloads](https://img.shields.io/npm/dm/@a4ui/core.svg)](https://www.npmjs.com/package/@a4ui/core)
10
10
  [![minzipped size](https://img.shields.io/bundlephobia/minzip/@a4ui/core.svg)](https://bundlephobia.com/package/@a4ui/core)
11
11
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const A4UI_VERSION = "0.4.2";
1
+ export declare const A4UI_VERSION = "0.5.0";
2
2
  export { cn } from './lib/cn';
3
3
  export { useTheme, toggleTheme, setTheme, storedTheme, applyTheme, toggled, type Theme } from './lib/theme';
4
4
  export { useEffects, isCalm, setEffects } from './lib/effects';
@@ -46,10 +46,40 @@ export { Breadcrumb, type BreadcrumbItem } from './ui/Breadcrumb';
46
46
  export { AlertDialog } from './ui/AlertDialog';
47
47
  export { ContextMenu, type ContextMenuItem } from './ui/ContextMenu';
48
48
  export { Combobox } from './ui/Combobox';
49
+ export { Carousel, type CarouselProps } from './ui/Carousel';
50
+ export { Stepper, type StepItem, type StepperProps } from './ui/Stepper';
51
+ export { Timeline, type TimelineItem, type TimelineTone, type TimelineProps } from './ui/Timeline';
52
+ export { Rating, type RatingProps } from './ui/Rating';
53
+ export { Empty, type EmptyProps } from './ui/Empty';
54
+ export { Calendar, type CalendarProps } from './ui/Calendar';
55
+ export { Tree, type TreeNode, type TreeProps } from './ui/Tree';
56
+ export { Kbd } from './ui/Kbd';
57
+ export { AvatarGroup, type AvatarGroupProps } from './ui/AvatarGroup';
58
+ export { Descriptions, type DescriptionItem, type DescriptionsProps } from './ui/Descriptions';
59
+ export { Result, type ResultStatus, type ResultProps } from './ui/Result';
60
+ export { Splitter, type SplitterProps } from './ui/Splitter';
61
+ export { Command, type CommandItem, type CommandProps } from './ui/Command';
62
+ export { TagInput, type TagInputProps } from './ui/TagInput';
63
+ export { Collapse } from './ui/Collapse';
64
+ export { RingProgress, type RingProgressProps } from './ui/RingProgress';
65
+ export { BackToTop, type BackToTopProps } from './ui/BackToTop';
66
+ export { FloatingActionButton, type FloatingActionButtonProps, type FloatingActionButtonPosition, } from './ui/FloatingActionButton';
67
+ export { Anchor, type AnchorItem, type AnchorProps } from './ui/Anchor';
68
+ export { Highlight, type HighlightProps } from './ui/Highlight';
69
+ export { List, type ListItem } from './ui/List';
70
+ export { Countdown, type CountdownProps } from './ui/Countdown';
71
+ export { Affix } from './ui/Affix';
72
+ export { Transfer, type TransferItem, type TransferProps } from './ui/Transfer';
73
+ export { Image, type ImageProps } from './ui/Image';
74
+ export { SpeedDial, type SpeedDialAction, type SpeedDialProps } from './ui/SpeedDial';
75
+ export { BottomNavigation, type BottomNavItem, type BottomNavigationProps } from './ui/BottomNavigation';
76
+ export { Marquee } from './ui/Marquee';
49
77
  export { AppShell } from './layout/AppShell';
50
78
  export { SpaceBackground } from './layout/SpaceBackground';
51
79
  export { ThemedScenery, type ThemedSceneryProps } from './layout/ThemedScenery';
80
+ export { SnowScenery } from './layout/SnowScenery';
81
+ export { ChristmasBackground } from './layout/ChristmasBackground';
52
82
  export { ThemeToggle } from './layout/ThemeToggle';
53
83
  export { EffectsToggle } from './layout/EffectsToggle';
54
84
  export { NavGroup } from './layout/NavGroup';
55
- export { themes, space, dino, doctor, scientist, soccer, activeTheme, selectTheme, applyThemeDefinition, initTheme, themeToCss, themeToJson, TOKEN_ORDER, type ThemeDefinition, type Palette, } from './themes';
85
+ export { themes, space, dino, doctor, scientist, soccer, snow, christmas, activeTheme, selectTheme, applyThemeDefinition, initTheme, themeToCss, themeToJson, TOKEN_ORDER, type ThemeDefinition, type Palette, } from './themes';