@haklex/rich-ext-poll 0.15.7 → 0.16.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.
@@ -30,7 +30,7 @@ var pollEditClasses = {
30
30
  modeControl: "jr1ls7j"
31
31
  };
32
32
  //#endregion
33
- //#region ../../node_modules/.pnpm/@lexical+react@0.44.0_react-dom@19.2.5_react@19.2.5__react@19.2.5_yjs@13.6.29/node_modules/@lexical/react/LexicalComposerContext.prod.mjs
33
+ //#region ../../node_modules/.pnpm/@lexical+react@0.44.0_react-dom@19.2.6_react@19.2.6__react@19.2.6_yjs@13.6.29/node_modules/@lexical/react/LexicalComposerContext.prod.mjs
34
34
  /**
35
35
  * Copyright (c) Meta Platforms, Inc. and affiliates.
36
36
  *
package/dist/edit.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  import { t as __augmentLoaded_poll } from "./augment-C11dJqbp.js";
2
- import { a as pollEditClasses, i as PollEditDecorator, n as $createPollEditNode, r as PollEditNode, t as pollEditNodes } from "./edit-DIdJ2aUc.js";
2
+ import { a as pollEditClasses, i as PollEditDecorator, n as $createPollEditNode, r as PollEditNode, t as pollEditNodes } from "./edit-CauIE1kZ.js";
3
3
  export { $createPollEditNode, PollEditDecorator, PollEditNode, __augmentLoaded_poll, pollEditClasses, pollEditNodes };
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as __augmentLoaded_poll } from "./augment-C11dJqbp.js";
2
- import { a as pollEditClasses, i as PollEditDecorator, n as $createPollEditNode, r as PollEditNode, t as pollEditNodes } from "./edit-DIdJ2aUc.js";
2
+ import { a as pollEditClasses, i as PollEditDecorator, n as $createPollEditNode, r as PollEditNode, t as pollEditNodes } from "./edit-CauIE1kZ.js";
3
3
  import { a as createPollId, i as createOptionId, n as $isPollNode, r as PollNode, s as POLL_NODE_KEY, t as $createPollNode } from "./PollNode-ByEgheLY.js";
4
4
  import { n as extractPolls, t as pollNodes } from "./node-C0P4FnWU.js";
5
5
  import { a as usePollDataAdapter, i as useInitialPollState, n as PollRenderer, o as pollClasses, r as PollDataProvider } from "./renderer-Drfczj5J.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-ext-poll",
3
- "version": "0.15.7",
3
+ "version": "0.16.0",
4
4
  "description": "Reader-facing vote/poll widget extension",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "nanoid": "^5.1.11",
41
- "@haklex/rich-style-token": "0.15.7"
41
+ "@haklex/rich-style-token": "0.16.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@lexical/react": "^0.44.0",
@@ -47,19 +47,19 @@
47
47
  "@vanilla-extract/css": "^1.20.1",
48
48
  "@vanilla-extract/vite-plugin": "^5.2.2",
49
49
  "lexical": "^0.44.0",
50
- "react": "19.2.5",
51
- "react-dom": "19.2.5",
50
+ "react": "19.2.6",
51
+ "react-dom": "19.2.6",
52
52
  "typescript": "^5.9.3",
53
53
  "unplugin-dts": "^1.0.1",
54
54
  "vite": "^8.0.13",
55
- "@haklex/rich-editor": "0.15.7"
55
+ "@haklex/rich-editor": "0.16.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "lexical": "^0.44.0",
59
59
  "lucide-react": "^1.0.0",
60
60
  "react": ">=19",
61
- "@haklex/rich-editor": "0.15.7",
62
- "@haklex/rich-editor-ui": "0.15.7"
61
+ "@haklex/rich-editor": "0.16.0",
62
+ "@haklex/rich-editor-ui": "0.16.0"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"