ide-assi 0.397.0 → 0.399.0

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.
@@ -235101,6 +235101,9 @@ class IdeDiff extends HTMLElement {
235101
235101
  requestAnimationFrame(() => {
235102
235102
  this.#asisEditorView.dispatch({
235103
235103
  //effects: [asisEffect]
235104
+ effects: StateEffect.appendConfig.of([
235105
+ EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
235106
+ ])
235104
235107
  });
235105
235108
  this.#tobeEditorView.dispatch({
235106
235109
  //effects: [tobeEffect]
@@ -235097,6 +235097,9 @@ class IdeDiff extends HTMLElement {
235097
235097
  requestAnimationFrame(() => {
235098
235098
  this.#asisEditorView.dispatch({
235099
235099
  //effects: [asisEffect]
235100
+ effects: StateEffect.appendConfig.of([
235101
+ EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
235102
+ ])
235100
235103
  });
235101
235104
  this.#tobeEditorView.dispatch({
235102
235105
  //effects: [tobeEffect]
@@ -349,6 +349,9 @@ export class IdeDiff extends HTMLElement {
349
349
  requestAnimationFrame(() => {
350
350
  this.#asisEditorView.dispatch({
351
351
  //effects: [asisEffect]
352
+ effects: StateEffect.appendConfig.of([
353
+ EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
354
+ ])
352
355
  });
353
356
  this.#tobeEditorView.dispatch({
354
357
  //effects: [tobeEffect]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.397.0",
4
+ "version": "0.399.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -349,6 +349,9 @@ export class IdeDiff extends HTMLElement {
349
349
  requestAnimationFrame(() => {
350
350
  this.#asisEditorView.dispatch({
351
351
  //effects: [asisEffect]
352
+ effects: StateEffect.appendConfig.of([
353
+ EditorView.decorations.of(Decoration.set(Decoration.line({attributes: {style: "font-weight: bold"}}).range(0))),
354
+ ])
352
355
  });
353
356
  this.#tobeEditorView.dispatch({
354
357
  //effects: [tobeEffect]