@neural-ui/core 1.7.4 → 1.7.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ export class LoginComponent {
|
|
|
110
110
|
|
|
111
111
|
## Components
|
|
112
112
|
|
|
113
|
-
Representative entry points
|
|
113
|
+
Representative entry points:
|
|
114
114
|
|
|
115
115
|
- **Forms**: `@neural-ui/core/input`, `@neural-ui/core/select`, `@neural-ui/core/multiselect`, `@neural-ui/core/autocomplete`, `@neural-ui/core/date-input`, `@neural-ui/core/number-input`, `@neural-ui/core/input-otp`
|
|
116
116
|
- **Navigation and layout**: `@neural-ui/core/tabs`, `@neural-ui/core/nav`, `@neural-ui/core/sidebar`, `@neural-ui/core/accordion`, `@neural-ui/core/toolbar`, `@neural-ui/core/dashboard-grid`
|
|
@@ -120,7 +120,7 @@ Representative entry points in 1.4.0:
|
|
|
120
120
|
|
|
121
121
|
For the complete catalog, examples, and API tables, use the live docs at [neural-ui-three.vercel.app](https://neural-ui-three.vercel.app).
|
|
122
122
|
|
|
123
|
-
### Highlights
|
|
123
|
+
### Highlights
|
|
124
124
|
|
|
125
125
|
- `NeuAutocompleteComponent` supports virtual scroll for large result sets.
|
|
126
126
|
- `@neural-ui/core/modal` now includes `NeuDialogService` for programmatic dialogs.
|
package/package.json
CHANGED