qt-ui-kit 1.0.95 → 1.0.96
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16322,10 +16322,10 @@ function EmojiPill({ emoji, count }) {
|
|
|
16322
16322
|
}
|
|
16323
16323
|
|
|
16324
16324
|
// src/util/utilcomponents.tsx
|
|
16325
|
+
var import_emoji_dictionary2 = __toESM(require_lib7());
|
|
16325
16326
|
import clsx8 from "clsx";
|
|
16326
16327
|
import ReactMarkdown from "react-markdown";
|
|
16327
16328
|
import remarkGfm from "remark-gfm";
|
|
16328
|
-
var import_emoji_dictionary2 = __toESM(require_lib7());
|
|
16329
16329
|
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
16330
16330
|
function MarkdownRenderer({
|
|
16331
16331
|
content,
|
|
@@ -17243,7 +17243,7 @@ var fakeMessages = [
|
|
|
17243
17243
|
id: "123",
|
|
17244
17244
|
name: "Sr. Issac Newton",
|
|
17245
17245
|
timeStamp: "Today @ 11:45 AM",
|
|
17246
|
-
body: " Sorry gang I was deep in a task I didn\u2019t see this ! Hope it went well :slightly_smiling_face: I\u2019m sure details can be relayed <@U052ZRJD9V1|Vera Worri> Please help me check that the click-through agreement is working appropriately in production. The goal is to have each new user click-through to agree to our Cloud Services Agreement one time. Ivan tells me that <https://qtaloservices.com> will ask you 2x times to review our Privacy Policy and TOS. I tried logging out and back in, but didn't get prompted to agree to anything.",
|
|
17246
|
+
body: " Sorry gang I was deep :smiling_face_with_tear: in a task I didn\u2019t see this ! Hope it went well :slightly_smiling_face: I\u2019m sure details can be relayed <@U052ZRJD9V1|Vera Worri> Please help me check that the click-through agreement is working appropriately in production. The goal is to have each new user click-through to agree to our Cloud Services Agreement one time. Ivan tells me that <https://qtaloservices.com> will ask you 2x times to review our Privacy Policy and TOS. I tried logging out and back in, but didn't get prompted to agree to anything.",
|
|
17247
17247
|
summary: "Client pitch deck needs final review today.",
|
|
17248
17248
|
emojis: ["fire", "fire", "grinning", "fish"],
|
|
17249
17249
|
outbound: true
|