@siladev/qalam 0.1.6 → 0.1.8

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.
@@ -1,4 +1,4 @@
1
- import { Q as o, a as Q } from "../QalamEditor-xxv4o_l4.js";
1
+ import { Q as o, a as Q } from "../QalamEditor-B9TpSq98.js";
2
2
  export {
3
3
  o as QalamEditor,
4
4
  Q as QuranRef
@@ -0,0 +1,4 @@
1
+ import { useSyncExternalStore } from "react";
2
+ export { useSyncExternalStore };
3
+ export declare function useSyncExternalStoreWithSelector<Snapshot, Selection>(subscribe: (onStoreChange: () => void) => () => void, getSnapshot: () => Snapshot, getServerSnapshot: (() => Snapshot) | undefined, selector: (snapshot: Snapshot) => Selection, isEqual?: (a: Selection, b: Selection) => boolean): Selection;
4
+ //# sourceMappingURL=use-sync-external-store-shim.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-sync-external-store-shim.d.ts","sourceRoot":"","sources":["../../src/editor/use-sync-external-store-shim.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAuB,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,oBAAoB,EAAE,CAAC;AAEhC,wBAAgB,gCAAgC,CAAC,QAAQ,EAAE,SAAS,EAClE,SAAS,EAAE,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,EACpD,WAAW,EAAE,MAAM,QAAQ,EAC3B,iBAAiB,EAAE,CAAC,MAAM,QAAQ,CAAC,GAAG,SAAS,EAC/C,QAAQ,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,SAAS,EAC3C,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,KAAK,OAAO,GAChD,SAAS,CAqBX"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { validateAST as e } from "./schema/index.js";
2
- import { Q as s, a as t } from "./QalamEditor-xxv4o_l4.js";
2
+ import { Q as s, a as t } from "./QalamEditor-B9TpSq98.js";
3
3
  import { Q as f } from "./QalamRenderer-DrrLH1Fg.js";
4
4
  import { resolveAST as d } from "./resolver/index.js";
5
5
  import { g as Q, a as p, b as u, i as S, l as g, r as i } from "./lookup-CFbcujyG.js";
package/dist/styles.css CHANGED
@@ -6,7 +6,7 @@
6
6
  }
7
7
 
8
8
  ol[data-list-type="abjad"] {
9
- list-style-type: abjad;
9
+ list-style-type: abjad !important;
10
10
  }
11
11
 
12
12
  /* Qalam Editor Styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siladev/qalam",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Islamic content editor with Quran verse references",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",