qt-ui-kit 1.0.95 → 1.0.97
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -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,
|
|
@@ -17128,6 +17128,7 @@ function FilterBar({ buttons }) {
|
|
|
17128
17128
|
CheckBox,
|
|
17129
17129
|
{
|
|
17130
17130
|
size: 36,
|
|
17131
|
+
color: "#000000",
|
|
17131
17132
|
fillColor: buttons?.done?.active ? "#E8FE99" : void 0
|
|
17132
17133
|
}
|
|
17133
17134
|
),
|
|
@@ -17243,7 +17244,7 @@ var fakeMessages = [
|
|
|
17243
17244
|
id: "123",
|
|
17244
17245
|
name: "Sr. Issac Newton",
|
|
17245
17246
|
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.",
|
|
17247
|
+
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
17248
|
summary: "Client pitch deck needs final review today.",
|
|
17248
17249
|
emojis: ["fire", "fire", "grinning", "fish"],
|
|
17249
17250
|
outbound: true
|