@vacano/ui 1.8.0 → 1.9.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
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <img src="https://img.shields.io/badge/version-1.8.0-blue" />
10
+ <img src="https://img.shields.io/badge/version-1.9.0-blue" />
11
11
  <a href="https://www.npmjs.com/package/@vacano/ui"><img src="https://img.shields.io/npm/v/@vacano/ui" alt="npm version" /></a>
12
12
  <a href="https://github.com/vacano-house/vacano-ui/blob/master/LICENSE.md"><img src="https://img.shields.io/npm/l/@vacano/ui" alt="license" /></a>
13
13
  </p>
@@ -15,12 +15,11 @@
15
15
  <p align="center">
16
16
  <a href="https://ui.vacano.io">Documentation</a> ·
17
17
  <a href="https://ui.vacano.io/storybook/">Storybook</a> ·
18
- <a href="https://ui.vacano.io/MLAPI.txt">AI Docs</a>
19
18
  </p>
20
19
 
21
20
  ## Features
22
21
 
23
- - **32+ Components** - Form controls, data display, feedback, layout, and utility components
22
+ - **39+ Components** - Form controls, data display, feedback, layout, navigation, and utility components
24
23
  - **1800+ Icons** - Lucide icon components included
25
24
  - **TypeScript** - Full TypeScript support with strict typing
26
25
  - **Emotion CSS-in-JS** - Styled components with transient props
@@ -63,19 +62,22 @@ function App() {
63
62
  ## Components
64
63
 
65
64
  ### Form
66
- Button, Checkbox, CheckboxCard, CheckboxGroup, DatePicker, Dropdown, ImageCropper, Input, Radio, RadioCard, RadioGroup, Select, Stepper, Tabs, Toggle
65
+ Autocomplete, Button, Checkbox, CheckboxCard, CheckboxGroup, DatePicker, EditableText, Input, MultiSelect, OtpCode, Radio, RadioCard, RadioGroup, Select, Tags, Textarea
67
66
 
68
67
  ### Data Display
69
- Card, Chip, Panel, StatusCard, Table
68
+ Card, Chip, Progress, StatusCard, Tabs
70
69
 
71
70
  ### Feedback
72
- Confirmation, Modal, Spinner, Toastr, Tooltip
71
+ Confirmation, Modal, Drawer, Notification, SaveProgress, Spinner, Toastr, Tooltip
73
72
 
74
73
  ### Layout
75
- Container, Drawer
74
+ Container, Panel
75
+
76
+ ### Navigation
77
+ Dropdown, Stepper
76
78
 
77
79
  ### Utility
78
- FieldLabel, GlobalStyle, KeysBindings, KeySymbol
80
+ FieldLabel, FieldMessage, GlobalStyle, ImageCropper, KeysBindings, KeySymbol
79
81
 
80
82
  ## Icons
81
83