@iqworksai/common-components 0.1.7 → 0.1.8

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/CHANGELOG.md CHANGED
@@ -1,27 +1,27 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [0.1.0] - 2025-01-XX
9
-
10
- ### Added
11
- - Initial project setup
12
- - Package structure with TypeScript and Vite configuration
13
- - Storybook setup with essential addons
14
- - Basic utilities: classNames, memoUtils
15
- - Constants: enums (ToastType, TableType, etc.)
16
- - Components:
17
- - Alert component with Storybook stories
18
- - Loader component with Storybook stories
19
- - Main export file (src/index.ts)
20
-
21
- ### Infrastructure
22
- - TypeScript configuration
23
- - Vite build configuration for library
24
- - Storybook configuration
25
- - Package.json with all dependencies
26
- - README.md with comprehensive documentation
27
-
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.1.0] - 2025-01-XX
9
+
10
+ ### Added
11
+ - Initial project setup
12
+ - Package structure with TypeScript and Vite configuration
13
+ - Storybook setup with essential addons
14
+ - Basic utilities: classNames, memoUtils
15
+ - Constants: enums (ToastType, TableType, etc.)
16
+ - Components:
17
+ - Alert component with Storybook stories
18
+ - Loader component with Storybook stories
19
+ - Main export file (src/index.ts)
20
+
21
+ ### Infrastructure
22
+ - TypeScript configuration
23
+ - Vite build configuration for library
24
+ - Storybook configuration
25
+ - Package.json with all dependencies
26
+ - README.md with comprehensive documentation
27
+