@quilltap/theme-storybook 1.0.30 → 1.0.31
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/{chunk-FRZ2ER53.mjs → chunk-C4SJNVAC.mjs} +1 -1
- package/dist/index.css +4 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/stories/index.js +1 -1
- package/dist/stories/index.mjs +1 -1
- package/package.json +1 -1
- package/src/css/qt-components.css +4 -4
- package/src/stories/components/Badges.tsx +1 -1
|
@@ -769,7 +769,7 @@ var Badges = () => {
|
|
|
769
769
|
/* @__PURE__ */ jsx7("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Entity Type Badges" }),
|
|
770
770
|
/* @__PURE__ */ jsxs7("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.75rem", alignItems: "center" }, children: [
|
|
771
771
|
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-character", children: "Character" }),
|
|
772
|
-
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-
|
|
772
|
+
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-user-character", children: "User Character" }),
|
|
773
773
|
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-chat", children: "Chat" }),
|
|
774
774
|
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-tag", children: "Tag" }),
|
|
775
775
|
/* @__PURE__ */ jsx7("span", { className: "qt-badge qt-badge-memory", children: "Memory" })
|
package/dist/index.css
CHANGED
|
@@ -290,8 +290,8 @@ body {
|
|
|
290
290
|
--qt-alert-info-border: hsl(199 89% 48% / 0.3);
|
|
291
291
|
--qt-badge-character-bg: hsl(217 91% 60% / 0.15);
|
|
292
292
|
--qt-badge-character-fg: hsl(217 91% 45%);
|
|
293
|
-
--qt-badge-
|
|
294
|
-
--qt-badge-
|
|
293
|
+
--qt-badge-user-character-bg: hsl(270 70% 60% / 0.15);
|
|
294
|
+
--qt-badge-user-character-fg: hsl(270 70% 45%);
|
|
295
295
|
--qt-badge-chat-bg: hsl(142 76% 36% / 0.15);
|
|
296
296
|
--qt-badge-chat-fg: hsl(142 76% 30%);
|
|
297
297
|
--qt-badge-tag-bg: hsl(25 95% 53% / 0.15);
|
|
@@ -1686,8 +1686,8 @@ body {
|
|
|
1686
1686
|
--qt-alert-info-border: hsl(199 89% 48% / 0.5);
|
|
1687
1687
|
--qt-badge-character-bg: hsl(217 91% 60% / 0.3);
|
|
1688
1688
|
--qt-badge-character-fg: hsl(217 91% 70%);
|
|
1689
|
-
--qt-badge-
|
|
1690
|
-
--qt-badge-
|
|
1689
|
+
--qt-badge-user-character-bg: hsl(270 70% 60% / 0.3);
|
|
1690
|
+
--qt-badge-user-character-fg: hsl(270 70% 70%);
|
|
1691
1691
|
--qt-badge-chat-bg: hsl(142 76% 36% / 0.3);
|
|
1692
1692
|
--qt-badge-chat-fg: hsl(142 76% 65%);
|
|
1693
1693
|
--qt-badge-tag-bg: hsl(25 95% 53% / 0.3);
|
package/dist/index.js
CHANGED
|
@@ -875,7 +875,7 @@ var Badges = () => {
|
|
|
875
875
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Entity Type Badges" }),
|
|
876
876
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.75rem", alignItems: "center" }, children: [
|
|
877
877
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-character", children: "Character" }),
|
|
878
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-user-character", children: "User Character" }),
|
|
879
879
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-chat", children: "Chat" }),
|
|
880
880
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-tag", children: "Tag" }),
|
|
881
881
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "qt-badge qt-badge-memory", children: "Memory" })
|
package/dist/index.mjs
CHANGED
package/dist/stories/index.js
CHANGED
|
@@ -812,7 +812,7 @@ var Badges = () => {
|
|
|
812
812
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Entity Type Badges" }),
|
|
813
813
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.75rem", alignItems: "center" }, children: [
|
|
814
814
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-character", children: "Character" }),
|
|
815
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-user-character", children: "User Character" }),
|
|
816
816
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-chat", children: "Chat" }),
|
|
817
817
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-tag", children: "Tag" }),
|
|
818
818
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: "qt-badge qt-badge-memory", children: "Memory" })
|
package/dist/stories/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
/* Entity-type badge colors */
|
|
166
166
|
--qt-badge-character-bg: hsl(217 91% 60% / 0.15);
|
|
167
167
|
--qt-badge-character-fg: hsl(217 91% 45%);
|
|
168
|
-
--qt-badge-
|
|
169
|
-
--qt-badge-
|
|
168
|
+
--qt-badge-user-character-bg: hsl(270 70% 60% / 0.15);
|
|
169
|
+
--qt-badge-user-character-fg: hsl(270 70% 45%);
|
|
170
170
|
--qt-badge-chat-bg: hsl(142 76% 36% / 0.15);
|
|
171
171
|
--qt-badge-chat-fg: hsl(142 76% 30%);
|
|
172
172
|
--qt-badge-tag-bg: hsl(25 95% 53% / 0.15);
|
|
@@ -1953,8 +1953,8 @@
|
|
|
1953
1953
|
/* Entity badge tokens - brighter for dark backgrounds */
|
|
1954
1954
|
--qt-badge-character-bg: hsl(217 91% 60% / 0.3);
|
|
1955
1955
|
--qt-badge-character-fg: hsl(217 91% 70%);
|
|
1956
|
-
--qt-badge-
|
|
1957
|
-
--qt-badge-
|
|
1956
|
+
--qt-badge-user-character-bg: hsl(270 70% 60% / 0.3);
|
|
1957
|
+
--qt-badge-user-character-fg: hsl(270 70% 70%);
|
|
1958
1958
|
--qt-badge-chat-bg: hsl(142 76% 36% / 0.3);
|
|
1959
1959
|
--qt-badge-chat-fg: hsl(142 76% 65%);
|
|
1960
1960
|
--qt-badge-tag-bg: hsl(25 95% 53% / 0.3);
|
|
@@ -90,7 +90,7 @@ export const Badges: React.FC = () => {
|
|
|
90
90
|
</h3>
|
|
91
91
|
<div style={{ display: 'flex', flexWrap: 'wrap', gap: '0.75rem', alignItems: 'center' }}>
|
|
92
92
|
<span className="qt-badge qt-badge-character">Character</span>
|
|
93
|
-
<span className="qt-badge qt-badge-
|
|
93
|
+
<span className="qt-badge qt-badge-user-character">User Character</span>
|
|
94
94
|
<span className="qt-badge qt-badge-chat">Chat</span>
|
|
95
95
|
<span className="qt-badge qt-badge-tag">Tag</span>
|
|
96
96
|
<span className="qt-badge qt-badge-memory">Memory</span>
|