deep-chat-dev 9.0.277 → 9.0.279
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 +7 -3
- package/custom-elements.json +6334 -5919
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +1855 -1781
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/types/button.d.ts +2 -0
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/customButton.d.ts +2 -0
- package/dist/types/customButton.d.ts.map +1 -1
- package/dist/types/microphone.d.ts +2 -0
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +2 -0
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/types/tooltip.d.ts +11 -0
- package/dist/types/tooltip.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/custom/customButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/inputButton.d.ts +4 -1
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/tooltip/tooltipUtils.d.ts +14 -0
- package/dist/views/chat/input/buttons/tooltip/tooltipUtils.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
- package/dist/views/chat/messages/browserStorage/browserStorage.d.ts +1 -0
- package/dist/views/chat/messages/browserStorage/browserStorage.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -159,16 +159,20 @@ $ npm run build:bundle
|
|
159
159
|
Thankyou to our generous sponsors!
|
160
160
|
|
161
161
|
<p align="center">
|
162
|
-
|
162
|
+
|
163
163
|
<img src="https://github.com/dorra.png" width="110px"/>
|
164
164
|
|
165
165
|
<img src="https://github.com/techpeace.png" width="110px" />
|
166
|
+
|
167
|
+
<img src="https://github.com/ChiaoGeek.png" width="110px" />
|
166
168
|
</p>
|
167
169
|
<p align="center">
|
168
|
-
|
170
|
+
|
169
171
|
<a href="https://github.com/dorra">dorra</a>
|
170
|
-
 
|
172
|
+
|
171
173
|
<a href="https://github.com/techpeace">techpeace</a>
|
174
|
+
|
175
|
+
<a href="https://github.com/ChiaoGeek">ChiaoGeek</a>
|
172
176
|
|
173
177
|
</p>
|
174
178
|
|