@yamada-ui/highlight 0.2.16 → 0.3.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.
@@ -1,3 +1,5 @@
1
+ "use client"
2
+
1
3
  // src/highlight.tsx
2
4
  import {
3
5
  ui,
package/dist/highlight.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client"
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,8 +1,9 @@
1
+ "use client"
1
2
  import {
2
3
  Highlight,
3
4
  Mark,
4
5
  useHighlight
5
- } from "./chunk-RMDRCNDA.mjs";
6
+ } from "./chunk-W6LP4H5H.mjs";
6
7
  export {
7
8
  Highlight,
8
9
  Mark,
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client"
1
2
  "use strict";
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/index.mjs CHANGED
@@ -1,8 +1,9 @@
1
+ "use client"
1
2
  import {
2
3
  Highlight,
3
4
  Mark,
4
5
  useHighlight
5
- } from "./chunk-RMDRCNDA.mjs";
6
+ } from "./chunk-W6LP4H5H.mjs";
6
7
  export {
7
8
  Highlight,
8
9
  Mark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/highlight",
3
- "version": "0.2.16",
3
+ "version": "0.3.0",
4
4
  "description": "Yamada UI highlight component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,9 +35,9 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.7.0",
38
+ "@yamada-ui/core": "0.9.0",
39
39
  "@yamada-ui/utils": "0.2.0",
40
- "@yamada-ui/typography": "0.2.16"
40
+ "@yamada-ui/typography": "0.3.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "react": "^18.0.0",
@@ -53,7 +53,10 @@
53
53
  "format": [
54
54
  "cjs",
55
55
  "esm"
56
- ]
56
+ ],
57
+ "banner": {
58
+ "js": "\"use client\""
59
+ }
57
60
  },
58
61
  "module": "dist/index.mjs",
59
62
  "types": "dist/index.d.ts",