@aitronos/freddy-plugins 0.4.24 → 0.4.27
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/dist/freddy-plugins.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1262 -1262
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/web-components.iife.js +187 -0
- package/dist/web-components.iife.js.map +1 -0
- package/dist/web-components.js +63554 -0
- package/dist/web-components.js.map +1 -0
- package/package.json +4 -4
- package/CHANGELOG.md +0 -156
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aitronos/freddy-plugins",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.27",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
],
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "vite",
|
|
46
|
-
"build
|
|
47
|
-
"build": "yarn clean && yarn generate:icons-export && yarn generate:animations-exports && yarn generate:components-exports && yarn generate:components-stories && yarn generate:icon-stories && vue-tsc -p tsconfig.build.json && BUILD_TARGET=library vite build",
|
|
46
|
+
"build": "node scripts/build-unified.js",
|
|
47
|
+
"build:vue": "yarn clean && yarn generate:icons-export && yarn generate:animations-exports && yarn generate:components-exports && yarn generate:components-stories && yarn generate:icon-stories && vue-tsc -p tsconfig.build.json && BUILD_TARGET=library vite build",
|
|
48
48
|
"build:webcomponents": "yarn generate:icons-export && yarn generate:animations-exports && yarn generate:components-exports && yarn generate:components-stories && yarn generate:icon-stories && yarn generate:web-component-wrapper && vue-tsc -p tsconfig.build.json && BUILD_TARGET=webcomponent vite build",
|
|
49
49
|
"preview": "vite preview",
|
|
50
50
|
"visualize-build": "ANALYZE=true yarn build",
|
|
@@ -130,4 +130,4 @@
|
|
|
130
130
|
"vue-tsc": "^2.2.10"
|
|
131
131
|
},
|
|
132
132
|
"packageManager": "yarn@4.7.0"
|
|
133
|
-
}
|
|
133
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
## 0.4.24 (2025-09-17)
|
|
2
|
-
|
|
3
|
-
### Commit Details
|
|
4
|
-
- **Commit Message:** New update on serch input
|
|
5
|
-
- **Branch:** `main` (Other)
|
|
6
|
-
- **Commit Hash:** `b2339d8`
|
|
7
|
-
- **Author:** asif-mn-pits
|
|
8
|
-
- **Date:** 2025-09-16
|
|
9
|
-
- **Version Type:** patch
|
|
10
|
-
|
|
11
|
-
### Changes
|
|
12
|
-
- New update on serch input
|
|
13
|
-
|
|
14
|
-
## 0.4.23 (2025-09-16)
|
|
15
|
-
|
|
16
|
-
### Commit Details
|
|
17
|
-
- **Commit Message:** bug fix
|
|
18
|
-
- **Branch:** `main` (Other)
|
|
19
|
-
- **Commit Hash:** `4cb8fc0`
|
|
20
|
-
- **Author:** asif-mn-pits
|
|
21
|
-
- **Date:** 2025-09-16
|
|
22
|
-
- **Version Type:** patch
|
|
23
|
-
|
|
24
|
-
### Changes
|
|
25
|
-
- bug fix
|
|
26
|
-
|
|
27
|
-
## 0.4.22 (2025-09-16)
|
|
28
|
-
|
|
29
|
-
### Commit Details
|
|
30
|
-
- **Commit Message:** Icongallery
|
|
31
|
-
- **Branch:** `main` (Other)
|
|
32
|
-
- **Commit Hash:** `028ee7c`
|
|
33
|
-
- **Author:** asif-mn-pits
|
|
34
|
-
- **Date:** 2025-09-16
|
|
35
|
-
- **Version Type:** patch
|
|
36
|
-
|
|
37
|
-
### Changes
|
|
38
|
-
- Icongallery
|
|
39
|
-
|
|
40
|
-
## 0.4.21 (2025-09-16)
|
|
41
|
-
|
|
42
|
-
### Commit Details
|
|
43
|
-
- **Commit Message:** Bug fix related to chatInterface
|
|
44
|
-
- **Branch:** `main` (Other)
|
|
45
|
-
- **Commit Hash:** `879099b`
|
|
46
|
-
- **Author:** asif-mn-pits
|
|
47
|
-
- **Date:** 2025-09-16
|
|
48
|
-
- **Version Type:** patch
|
|
49
|
-
|
|
50
|
-
### Changes
|
|
51
|
-
- Bug fix related to chatInterface
|
|
52
|
-
|
|
53
|
-
## 0.4.20 (2025-09-16)
|
|
54
|
-
|
|
55
|
-
**Updating storybook text**
|
|
56
|
-
|
|
57
|
-
### Commit Details
|
|
58
|
-
- **Commit Message:** Update storybook code
|
|
59
|
-
- **Branch:** `main` (Other)
|
|
60
|
-
- **Commit Hash:** `254d045`
|
|
61
|
-
- **Author:** asif-mn-pits
|
|
62
|
-
- **Date:** 2025-09-16
|
|
63
|
-
- **Version Type:** patch
|
|
64
|
-
|
|
65
|
-
### Changes
|
|
66
|
-
- Update storybook code
|
|
67
|
-
|
|
68
|
-
## 0.4.19 (2025-09-16)
|
|
69
|
-
|
|
70
|
-
### Commit Details
|
|
71
|
-
- **Commit Message:** New chat interface Text updates and icon updates
|
|
72
|
-
- **Branch:** `main` (Other)
|
|
73
|
-
- **Commit Hash:** `d7b60bc`
|
|
74
|
-
- **Author:** asif-mn-pits
|
|
75
|
-
- **Date:** 2025-09-15
|
|
76
|
-
- **Version Type:** patch
|
|
77
|
-
|
|
78
|
-
### Changes
|
|
79
|
-
- New chat interface Text updates and icon updates
|
|
80
|
-
|
|
81
|
-
## 0.4.18 (2025-09-15)
|
|
82
|
-
|
|
83
|
-
### Commit Details
|
|
84
|
-
- **Commit Message:** Exporting all components including nested ones
|
|
85
|
-
- **Branch:** `main` (Other)
|
|
86
|
-
- **Commit Hash:** `9f71f71`
|
|
87
|
-
- **Author:** asif-mn-pits
|
|
88
|
-
- **Date:** 2025-09-15
|
|
89
|
-
- **Version Type:** patch
|
|
90
|
-
|
|
91
|
-
### Changes
|
|
92
|
-
- Exporting all components including nested ones
|
|
93
|
-
|
|
94
|
-
## 0.4.17 (2025-09-15)
|
|
95
|
-
|
|
96
|
-
Removing max-height for chat interface
|
|
97
|
-
|
|
98
|
-
## 0.4.16 (2025-09-15)
|
|
99
|
-
|
|
100
|
-
Release version with proper fix of maped files
|
|
101
|
-
|
|
102
|
-
## 0.4.15 (2025-09-12)
|
|
103
|
-
|
|
104
|
-
Version release for variables duplication remove from wapper
|
|
105
|
-
|
|
106
|
-
## 0.4.14 (2025-09-12)
|
|
107
|
-
|
|
108
|
-
Avoid scoped from styles to release and fix styling issue in web components
|
|
109
|
-
|
|
110
|
-
## 0.4.2 (2025-09-11)
|
|
111
|
-
|
|
112
|
-
Patch fix to modify nom Ignore
|
|
113
|
-
|
|
114
|
-
## 0.4.1 (2025-09-11)
|
|
115
|
-
|
|
116
|
-
Releasing liscence
|
|
117
|
-
|
|
118
|
-
## 0.4.0 (2025-09-11)
|
|
119
|
-
|
|
120
|
-
New web components feature
|
|
121
|
-
|
|
122
|
-
## 0.3.1 (2025-09-03)
|
|
123
|
-
|
|
124
|
-
- Manual version bump (patch)
|
|
125
|
-
|
|
126
|
-
## 0.3.0 (2025-09-02)
|
|
127
|
-
|
|
128
|
-
- Manual version bump (minor)
|
|
129
|
-
|
|
130
|
-
## 0.2.7 (2025-09-01)
|
|
131
|
-
|
|
132
|
-
- Manual version bump (patch)
|
|
133
|
-
|
|
134
|
-
## 0.2.6 (2025-08-28)
|
|
135
|
-
|
|
136
|
-
- Manual version bump (patch)
|
|
137
|
-
|
|
138
|
-
## 0.2.5 (2025-08-28)
|
|
139
|
-
|
|
140
|
-
- Manual version bump (patch)
|
|
141
|
-
|
|
142
|
-
## 0.2.3 (2025-08-21)
|
|
143
|
-
|
|
144
|
-
New icons list IconMirophone, IconVideioCamers, IconMutedMicrophone, IconCallNotAllowed
|
|
145
|
-
|
|
146
|
-
## 0.2.2 (2025-08-21)
|
|
147
|
-
|
|
148
|
-
- Manual version bump (patch)
|
|
149
|
-
|
|
150
|
-
# @aitronos/freddy-plugins
|
|
151
|
-
|
|
152
|
-
## 0.2.0
|
|
153
|
-
|
|
154
|
-
### Minor Changes
|
|
155
|
-
|
|
156
|
-
- minor version release on reverts
|