@haklex/rich-editor-ui 0.8.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import { Dialog as Dialog$1 } from "@base-ui/react/dialog";
9
9
  import { Menu } from "@base-ui/react/menu";
10
10
  import { Select as Select$1 } from "@base-ui/react/select";
11
11
  import { Tooltip } from "@base-ui/react/tooltip";
12
- //#region ../../node_modules/.pnpm/@vanilla-extract+recipes@0.5.7_@vanilla-extract+css@1.20.1_babel-plugin-macros@3.1.0_/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js
12
+ //#region ../../node_modules/.pnpm/@vanilla-extract+recipes@0.5.7_@vanilla-extract+css@1.20.1/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js
13
13
  function toPrimitive(t, r) {
14
14
  if ("object" != typeof t || !t) return t;
15
15
  var e = t[Symbol.toPrimitive];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-editor-ui",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "UI components for haklex rich editor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@base-ui/react": "^1.4.1",
25
- "@haklex/rich-style-token": "0.8.0"
25
+ "@haklex/rich-style-token": "0.9.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^19.2.14",