ninchat-embed 2.7.0 → 2.8.0
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 +30 -1
- package/dist/embed3.js +1 -1
- package/dist/embed3.js.LICENSE.txt +2 -2
- package/dist/embed3.js.map +1 -1
- package/dist/src/api/event/queueUpdated.d.ts.map +1 -1
- package/dist/src/api/types/properties.d.ts +2 -0
- package/dist/src/api/types/properties.d.ts.map +1 -1
- package/dist/src/components/Embed/EmbedQuestionnaire.d.ts +2 -2
- package/dist/src/components/Embed/EmbedQuestionnaire.d.ts.map +1 -1
- package/dist/src/components/Embed/Questionnaire/QuestionnaireAttachment/styles/index.d.ts +3 -0
- package/dist/src/components/Embed/Questionnaire/QuestionnaireAttachment/styles/index.d.ts.map +1 -1
- package/dist/src/components/Embed/Questionnaire/QuestionnaireInput/QuestionnaireInput.d.ts.map +1 -1
- package/dist/src/components/Embed/Questionnaire/QuestionnaireNavigation/QuestionnaireNavigation.d.ts +2 -2
- package/dist/src/components/Embed/Questionnaire/QuestionnaireNavigation/QuestionnaireNavigation.d.ts.map +1 -1
- package/dist/src/components/Embed/Questionnaire/QuestionnaireNavigation/styles/index.d.ts +21 -15
- package/dist/src/components/Embed/Questionnaire/QuestionnaireNavigation/styles/index.d.ts.map +1 -1
- package/dist/src/components/Embed/Questionnaire/QuestionnaireTextarea/QuestionnaireTextarea.d.ts.map +1 -1
- package/dist/src/components/Embed/components/EmbedHero/EmbedHero.d.ts +1 -1
- package/dist/src/components/Embed/components/EmbedHero/EmbedHero.d.ts.map +1 -1
- package/dist/src/components/Embed/components/EmbedHero/styles/index.d.ts +52 -26
- package/dist/src/components/Embed/components/EmbedHero/styles/index.d.ts.map +1 -1
- package/dist/src/components/Embed/styles/questionnaire.d.ts +8 -2
- package/dist/src/components/Embed/styles/questionnaire.d.ts.map +1 -1
- package/dist/src/components/EmbedContext.d.ts +21 -4
- package/dist/src/components/EmbedContext.d.ts.map +1 -1
- package/dist/src/components/PrescriptionRenewalSurveyResults/types/index.d.ts +21 -0
- package/dist/src/components/PrescriptionRenewalSurveyResults/types/index.d.ts.map +1 -0
- package/dist/src/embed/components/embedWrapper.d.ts +1 -1
- package/dist/src/embed/components/embedWrapper.d.ts.map +1 -1
- package/dist/src/embed/listeners/channel.d.ts.map +1 -1
- package/dist/src/embed/listeners/index.d.ts.map +1 -1
- package/dist/src/embed/listeners/members.d.ts +11 -0
- package/dist/src/embed/listeners/members.d.ts.map +1 -0
- package/dist/src/embed/schemas/index.d.ts +136 -34
- package/dist/src/embed/schemas/index.d.ts.map +1 -1
- package/dist/src/embed/styles/index.d.ts.map +1 -1
- package/dist/src/embed/types/events.d.ts +12 -1
- package/dist/src/embed/types/events.d.ts.map +1 -1
- package/dist/src/embed/utils/config/index.d.ts +20 -4
- package/dist/src/embed/utils/config/index.d.ts.map +1 -1
- package/dist/src/stitches/config.d.ts +10 -0
- package/dist/src/stitches/config.d.ts.map +1 -1
- package/dist/src/stitches/config.defaults.d.ts +2 -0
- package/dist/src/stitches/config.defaults.d.ts.map +1 -1
- package/dist/src/stitches/config.embed.d.ts.map +1 -1
- package/dist/src/stitches/themes.d.ts +1 -0
- package/dist/src/stitches/themes.d.ts.map +1 -1
- package/dist/src/types/members.d.ts +11 -0
- package/dist/src/types/members.d.ts.map +1 -0
- package/dist/src/utils/cache.service/index.d.ts +7 -0
- package/dist/src/utils/cache.service/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Name: ninchat-embed
|
|
3
|
-
* Version: 2.
|
|
4
|
-
* Build Date:
|
|
3
|
+
* Version: 2.8.0
|
|
4
|
+
* Build Date: Mon, 29 Jun 2026 09:28:18 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|