@chekinapp/ui 0.0.60 → 0.0.62
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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -0
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -496,6 +496,7 @@ __export(index_exports, {
|
|
|
496
496
|
Webcam: () => Webcam,
|
|
497
497
|
WideButton: () => WideButton,
|
|
498
498
|
YouHaveMadeChangesModal: () => YouHaveMadeChangesModal,
|
|
499
|
+
addSupportEmailToMessage: () => addSupportEmailToMessage,
|
|
499
500
|
badgeVariants: () => badgeVariants,
|
|
500
501
|
bookmarkTabsListVariants: () => bookmarkTabsListVariants,
|
|
501
502
|
bookmarkTabsTriggerVariants: () => bookmarkTabsTriggerVariants,
|
|
@@ -14853,6 +14854,7 @@ function toastResponseError(error, options = {}) {
|
|
|
14853
14854
|
Webcam,
|
|
14854
14855
|
WideButton,
|
|
14855
14856
|
YouHaveMadeChangesModal,
|
|
14857
|
+
addSupportEmailToMessage,
|
|
14856
14858
|
badgeVariants,
|
|
14857
14859
|
bookmarkTabsListVariants,
|
|
14858
14860
|
bookmarkTabsTriggerVariants,
|