@veripass/react-sdk 1.0.1 → 1.0.2

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
@@ -12,20 +12,8 @@ Install the library in your project with the following command:
12
12
 
13
13
  ## Components
14
14
 
15
- - **Alert**: Displays a brief, important message to the user in various styles to signify success, warning, error, or information.
16
- - **DataGrid**: A versatile grid component capable of displaying large sets of data, supporting sorting, filtering, and pagination.
17
- - **DocumentViewer**: Renders documents directly within your application, supporting formats like PDF, Word, and more.
18
- - **OffCanvas**: Provides a hidden side panel that slides in and out from the edge of the viewport, useful for menus, filters, or additional information.
19
- - **PageLoaded**: A utility component that tracks the loading state of a page or section, providing visual feedback to the user.
20
- - **Placeholder**: Generates placeholder elements to use during content loading, enhancing the user experience by indicating where content will appear.
21
- - **PopUp**: Displays modal dialogs or pop-up windows, suitable for alerts, prompts, and custom dialogs.
22
- - **SearchableSelect**: A select dropdown component with integrated search functionality, allowing users to filter options as they type.
23
- - **Spinner**: Offers visual cues for loading states, with customizable animations and styles.
24
- - **LabelTags**: Displays tags or labels, useful for categorization, highlighting key information, or filtering content.
25
- - **SelectizeTags**: Combines tag display and selection, allowing users to create and select tags within an input field.
26
- - **SelectorTag**: Provides a tag-based selection interface, enabling users to choose from a predefined set of tags.
27
- - **TextEditor**: A rich text editor component that provides a wide range of formatting options for text content.
28
- - **Uploader**: Facilitates file uploads, showing progress, and providing feedback to the user.
15
+ - **VeripassStandardSignin**: A React component designed to handle user authentication via email and password to create an intuitive sign-in experience.
16
+
29
17
 
30
18
  For more details on each component, including usage and configuration options, please refer to the full documentation.
31
19