@examind/block-editor 0.1.29 → 0.1.30
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 +6 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2009,7 +2009,7 @@ sl-progress-bar {
|
|
|
2009
2009
|
position: relative;
|
|
2010
2010
|
display: flex;
|
|
2011
2011
|
flex-direction: row;
|
|
2012
|
-
align-items:
|
|
2012
|
+
align-items: start;
|
|
2013
2013
|
gap: 6px;
|
|
2014
2014
|
.none-of-the-above-item {
|
|
2015
2015
|
width: 100%;
|
|
@@ -2022,6 +2022,7 @@ sl-progress-bar {
|
|
|
2022
2022
|
flex-direction: row;
|
|
2023
2023
|
align-items: center;
|
|
2024
2024
|
gap: 6px;
|
|
2025
|
+
padding-block: 8px;
|
|
2025
2026
|
.sl-icon {
|
|
2026
2027
|
width: 20px;
|
|
2027
2028
|
height: 20px;
|
|
@@ -2209,10 +2210,12 @@ sl-progress-bar {
|
|
|
2209
2210
|
}
|
|
2210
2211
|
.matching-question-prompt-question-item-controls {
|
|
2211
2212
|
display: flex;
|
|
2213
|
+
align-self: start;
|
|
2212
2214
|
flex-direction: row;
|
|
2213
2215
|
align-items: center;
|
|
2214
2216
|
gap: 8px;
|
|
2215
2217
|
justify-content: end;
|
|
2218
|
+
padding-block: 8px;
|
|
2216
2219
|
.sl-icon {
|
|
2217
2220
|
width: 20px;
|
|
2218
2221
|
height: 20px;
|
|
@@ -2387,10 +2390,12 @@ sl-progress-bar {
|
|
|
2387
2390
|
}
|
|
2388
2391
|
.journal-entry-question-prompt-question-item-controls {
|
|
2389
2392
|
display: flex;
|
|
2393
|
+
align-self: start;
|
|
2390
2394
|
flex-direction: row;
|
|
2391
2395
|
align-items: center;
|
|
2392
2396
|
gap: 8px;
|
|
2393
2397
|
justify-content: start;
|
|
2398
|
+
padding-block: 8px;
|
|
2394
2399
|
.sl-icon {
|
|
2395
2400
|
width: 20px;
|
|
2396
2401
|
height: 20px;
|
package/dist/index.js
CHANGED
|
@@ -17939,7 +17939,7 @@ function TypeaheadMenuPlugin() {
|
|
|
17939
17939
|
);
|
|
17940
17940
|
}
|
|
17941
17941
|
|
|
17942
|
-
// src/
|
|
17942
|
+
// ../theme/src/editor/themeVariables.ts
|
|
17943
17943
|
var themeLight = `
|
|
17944
17944
|
:host,
|
|
17945
17945
|
.theme-light {
|
|
@@ -18695,6 +18695,7 @@ function ThemeProvider({
|
|
|
18695
18695
|
}
|
|
18696
18696
|
}
|
|
18697
18697
|
),
|
|
18698
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { children: "Test" }),
|
|
18698
18699
|
children
|
|
18699
18700
|
]
|
|
18700
18701
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -18522,7 +18522,7 @@ function TypeaheadMenuPlugin() {
|
|
|
18522
18522
|
);
|
|
18523
18523
|
}
|
|
18524
18524
|
|
|
18525
|
-
// src/
|
|
18525
|
+
// ../theme/src/editor/themeVariables.ts
|
|
18526
18526
|
var themeLight = `
|
|
18527
18527
|
:host,
|
|
18528
18528
|
.theme-light {
|
|
@@ -19284,6 +19284,7 @@ function ThemeProvider({
|
|
|
19284
19284
|
}
|
|
19285
19285
|
}
|
|
19286
19286
|
),
|
|
19287
|
+
/* @__PURE__ */ jsx124("div", { children: "Test" }),
|
|
19287
19288
|
children
|
|
19288
19289
|
]
|
|
19289
19290
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@examind/block-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"@comment version": [
|
|
5
5
|
"Don't specify package version here. It will be injected by publish workflow."
|
|
6
6
|
],
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tsup": "^8.3.5",
|
|
63
63
|
"typescript": "^5.7.2",
|
|
64
64
|
"typescript-eslint": "^8.18.2",
|
|
65
|
-
"@examind/block-types": "0.1.
|
|
65
|
+
"@examind/block-types": "0.1.30"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@dnd-kit/core": "6.3.1",
|