@haklex/rich-renderer-linkcard 0.14.1 → 0.15.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 +4 -4
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -149,7 +149,7 @@ function LinkCardEditDecorator({ nodeKey, payload, children }) {
149
149
  });
150
150
  }
151
151
  //#endregion
152
- //#region \0@oxc-project+runtime@0.127.0/helpers/typeof.js
152
+ //#region \0@oxc-project+runtime@0.130.0/helpers/typeof.js
153
153
  function _typeof(o) {
154
154
  "@babel/helpers - typeof";
155
155
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -159,7 +159,7 @@ function _typeof(o) {
159
159
  }, _typeof(o);
160
160
  }
161
161
  //#endregion
162
- //#region \0@oxc-project+runtime@0.127.0/helpers/toPrimitive.js
162
+ //#region \0@oxc-project+runtime@0.130.0/helpers/toPrimitive.js
163
163
  function toPrimitive(t, r) {
164
164
  if ("object" != _typeof(t) || !t) return t;
165
165
  var e = t[Symbol.toPrimitive];
@@ -171,13 +171,13 @@ function toPrimitive(t, r) {
171
171
  return ("string" === r ? String : Number)(t);
172
172
  }
173
173
  //#endregion
174
- //#region \0@oxc-project+runtime@0.127.0/helpers/toPropertyKey.js
174
+ //#region \0@oxc-project+runtime@0.130.0/helpers/toPropertyKey.js
175
175
  function toPropertyKey(t) {
176
176
  var i = toPrimitive(t, "string");
177
177
  return "symbol" == _typeof(i) ? i : i + "";
178
178
  }
179
179
  //#endregion
180
- //#region \0@oxc-project+runtime@0.127.0/helpers/defineProperty.js
180
+ //#region \0@oxc-project+runtime@0.130.0/helpers/defineProperty.js
181
181
  function _defineProperty(e, r, t) {
182
182
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
183
183
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-renderer-linkcard",
3
- "version": "0.14.1",
3
+ "version": "0.15.1",
4
4
  "description": "Rich link preview card renderer with extensible URL plugins",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@lexical/link": "^0.44.0",
32
32
  "@lexical/react": "^0.44.0",
33
- "@types/react": "^19.2.14",
33
+ "@types/react": "^19.2.15",
34
34
  "@types/react-dom": "^19.2.3",
35
35
  "@vanilla-extract/css": "^1.20.1",
36
36
  "@vanilla-extract/vite-plugin": "^5.2.2",
@@ -38,8 +38,8 @@
38
38
  "react": "19.2.5",
39
39
  "react-dom": "19.2.5",
40
40
  "typescript": "^5.9.3",
41
- "vite": "^8.0.10",
42
- "vite-plugin-dts": "^4.5.4"
41
+ "unplugin-dts": "^1.0.1",
42
+ "vite": "^8.0.13"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@lexical/link": "^0.44.0",
@@ -48,9 +48,9 @@
48
48
  "lucide-react": "^1.0.0",
49
49
  "react": ">=19",
50
50
  "react-dom": ">=19",
51
- "@haklex/rich-editor": "0.14.1",
52
- "@haklex/rich-style-token": "0.14.1",
53
- "@haklex/rich-editor-ui": "0.14.1"
51
+ "@haklex/rich-editor": "0.15.1",
52
+ "@haklex/rich-editor-ui": "0.15.1",
53
+ "@haklex/rich-style-token": "0.15.1"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"