@iqworksai/common-components 0.1.7 → 0.1.9
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 +27 -27
- package/README.md +513 -398
- package/dist/.gitkeep +3 -3
- package/dist/components/Logos/index.d.ts +30 -0
- package/dist/components/Logos/index.d.ts.map +1 -0
- package/dist/index-CTcT_r8P.cjs +159 -0
- package/dist/{index-BT9NbQL6.mjs → index-D5bh8vfG.js} +1 -1
- package/dist/{index-DP52KpOS.mjs → index-Wp7zHdHm.js} +10042 -9973
- package/dist/{index-DozkkyY_.js → index-z3URHOIw.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +78 -75
- package/dist/{jquery-PS7a9kWs.mjs → jquery-B3k-KdWY.js} +1 -1
- package/dist/{jquery-Cg-ZYQCq.js → jquery-DkYZhXT6.cjs} +1 -1
- package/dist/{jstree-KNvGgmMd.js → jstree-B3NPxTf-.cjs} +1 -1
- package/dist/{jstree-C7qSDVkF.mjs → jstree-Be7CGFxz.js} +1 -1
- package/package.json +130 -129
- package/dist/index-6n5-C3qh.js +0 -159
- /package/dist/{style.css → assets/style-C92vHVlQ.css} +0 -0
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
|
+
|