@quilltap/theme-storybook 1.0.26 → 1.0.28
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.css +1 -1
- package/package.json +3 -3
- package/src/css/qt-components.css +1 -1
package/dist/index.css
CHANGED
|
@@ -446,7 +446,7 @@ body {
|
|
|
446
446
|
--qt-participant-card-border: var(--color-border);
|
|
447
447
|
--qt-participant-card-active-border: var(--color-primary);
|
|
448
448
|
--qt-participant-card-active-shadow: 0 0 8px rgb(var(--color-primary) / 0.2);
|
|
449
|
-
--qt-chat-message-row-max-width:
|
|
449
|
+
--qt-chat-message-row-max-width: 900px;
|
|
450
450
|
--qt-page-max-width: 72rem;
|
|
451
451
|
--qt-card-grid-auto-min: 520px;
|
|
452
452
|
--qt-file-preview-max-height: 70vh;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quilltap/theme-storybook",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "Storybook preset and stories for developing Quilltap theme plugins",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"storybook": ">=8.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@storybook/react": "^10.3.
|
|
46
|
+
"@storybook/react": "^10.3.3",
|
|
47
47
|
"@types/react": "^19.2.14",
|
|
48
48
|
"react": "^19.2.4",
|
|
49
|
-
"storybook": "^10.3.
|
|
49
|
+
"storybook": "^10.3.3",
|
|
50
50
|
"tsup": "^8.5.1",
|
|
51
51
|
"typescript": "^5.9.3"
|
|
52
52
|
},
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
--qt-participant-card-active-shadow: 0 0 8px rgb(var(--color-primary) / 0.2);
|
|
358
358
|
|
|
359
359
|
/* Page layout variables */
|
|
360
|
-
--qt-chat-message-row-max-width:
|
|
360
|
+
--qt-chat-message-row-max-width: 900px;
|
|
361
361
|
--qt-page-max-width: 72rem;
|
|
362
362
|
--qt-card-grid-auto-min: 520px;
|
|
363
363
|
|