@commonpub/layer 0.21.21 → 0.21.22
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.
|
@@ -1541,6 +1541,10 @@ async function handleBuild(): Promise<void> {
|
|
|
1541
1541
|
padding: 8px 14px;
|
|
1542
1542
|
background: var(--surface2);
|
|
1543
1543
|
border-bottom: var(--border-width-default) solid var(--border);
|
|
1544
|
+
/* Universal *,::before,::after{border-radius:var(--radius)} leak — see
|
|
1545
|
+
BlockCodeView. Inner header must tile flush with the body below on
|
|
1546
|
+
themes with non-zero --radius (deveco). */
|
|
1547
|
+
border-radius: 0;
|
|
1544
1548
|
}
|
|
1545
1549
|
|
|
1546
1550
|
.cpub-code-lang-label {
|
|
@@ -1569,6 +1573,8 @@ async function handleBuild(): Promise<void> {
|
|
|
1569
1573
|
line-height: 1.6;
|
|
1570
1574
|
overflow-x: auto;
|
|
1571
1575
|
white-space: pre;
|
|
1576
|
+
/* Universal radius leak reset — see .cpub-code-snippet-header above. */
|
|
1577
|
+
border-radius: 0;
|
|
1572
1578
|
}
|
|
1573
1579
|
|
|
1574
1580
|
/* Files Tab */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commonpub/layer",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"files": [
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"vue": "^3.4.0",
|
|
51
51
|
"vue-router": "^4.3.0",
|
|
52
52
|
"zod": "^4.3.6",
|
|
53
|
-
"@commonpub/auth": "0.6.0",
|
|
54
53
|
"@commonpub/config": "0.13.0",
|
|
54
|
+
"@commonpub/auth": "0.6.0",
|
|
55
|
+
"@commonpub/explainer": "0.7.15",
|
|
56
|
+
"@commonpub/editor": "0.7.11",
|
|
55
57
|
"@commonpub/docs": "0.6.3",
|
|
56
|
-
"@commonpub/schema": "0.16.0",
|
|
57
58
|
"@commonpub/learning": "0.5.2",
|
|
58
|
-
"@commonpub/
|
|
59
|
-
"@commonpub/explainer": "0.7.15",
|
|
60
|
-
"@commonpub/protocol": "0.12.0",
|
|
59
|
+
"@commonpub/ui": "0.8.5",
|
|
61
60
|
"@commonpub/server": "2.55.0",
|
|
62
|
-
"@commonpub/
|
|
61
|
+
"@commonpub/protocol": "0.12.0",
|
|
62
|
+
"@commonpub/schema": "0.16.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@testing-library/jest-dom": "^6.9.1",
|