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