@supernova-studio/client 0.52.16 → 0.52.17
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/yjs/docs-editor/mock.ts +5 -5
package/dist/index.js
CHANGED
|
@@ -10440,7 +10440,7 @@ var blocks = [
|
|
|
10440
10440
|
{
|
|
10441
10441
|
id: "io.supernova.block.do-dont-guidelines",
|
|
10442
10442
|
name: "Guidelines",
|
|
10443
|
-
description: "Do/Don
|
|
10443
|
+
description: "Do/Don't rules and best practices.",
|
|
10444
10444
|
category: "Guidelines",
|
|
10445
10445
|
icon: "https://cdn-assets.supernova.io/blocks/icons/guidelines.svg",
|
|
10446
10446
|
searchKeywords: ["dont", "caution", "rules"],
|
|
@@ -10480,16 +10480,16 @@ var blocks = [
|
|
|
10480
10480
|
icon: "Alert"
|
|
10481
10481
|
}
|
|
10482
10482
|
],
|
|
10483
|
-
singleSelectStyle: "
|
|
10483
|
+
singleSelectStyle: "ToggleButton"
|
|
10484
10484
|
}
|
|
10485
10485
|
},
|
|
10486
10486
|
{
|
|
10487
10487
|
id: "block.do-dont-guidelines.property.description",
|
|
10488
10488
|
name: "Description",
|
|
10489
|
-
type: "
|
|
10489
|
+
type: "RichTextEditor",
|
|
10490
10490
|
options: {
|
|
10491
|
-
|
|
10492
|
-
|
|
10491
|
+
allowedInlineStyles: ["Bold", "Italic", "Strikethrough", "UL", "OL", "Link", "InlineCode"],
|
|
10492
|
+
allowMultiline: true,
|
|
10493
10493
|
placeholder: "Add description"
|
|
10494
10494
|
}
|
|
10495
10495
|
}
|