@yamada-ui/highlight 0.2.6 → 0.2.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.
@@ -46,7 +46,15 @@ var Mark = forwardRef((props, ref) => {
|
|
46
46
|
whiteSpace: "nowrap",
|
47
47
|
...styles
|
48
48
|
};
|
49
|
-
return /* @__PURE__ */ jsx(
|
49
|
+
return /* @__PURE__ */ jsx(
|
50
|
+
ui.mark,
|
51
|
+
{
|
52
|
+
ref,
|
53
|
+
className: cx("ui-mark", className),
|
54
|
+
__css: css,
|
55
|
+
...rest
|
56
|
+
}
|
57
|
+
);
|
50
58
|
});
|
51
59
|
|
52
60
|
export {
|
package/dist/highlight.js
CHANGED
@@ -67,7 +67,15 @@ var Mark = (0, import_core.forwardRef)((props, ref) => {
|
|
67
67
|
whiteSpace: "nowrap",
|
68
68
|
...styles
|
69
69
|
};
|
70
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
70
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
71
|
+
import_core.ui.mark,
|
72
|
+
{
|
73
|
+
ref,
|
74
|
+
className: (0, import_utils.cx)("ui-mark", className),
|
75
|
+
__css: css,
|
76
|
+
...rest
|
77
|
+
}
|
78
|
+
);
|
71
79
|
});
|
72
80
|
// Annotate the CommonJS export names for ESM import in node:
|
73
81
|
0 && (module.exports = {
|
package/dist/highlight.mjs
CHANGED
package/dist/index.js
CHANGED
@@ -69,7 +69,15 @@ var Mark = (0, import_core.forwardRef)((props, ref) => {
|
|
69
69
|
whiteSpace: "nowrap",
|
70
70
|
...styles
|
71
71
|
};
|
72
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
72
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
73
|
+
import_core.ui.mark,
|
74
|
+
{
|
75
|
+
ref,
|
76
|
+
className: (0, import_utils.cx)("ui-mark", className),
|
77
|
+
__css: css,
|
78
|
+
...rest
|
79
|
+
}
|
80
|
+
);
|
73
81
|
});
|
74
82
|
// Annotate the CommonJS export names for ESM import in node:
|
75
83
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/highlight",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.8",
|
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.5.
|
39
|
-
"@yamada-ui/utils": "0.1.
|
40
|
-
"@yamada-ui/typography": "0.2.
|
38
|
+
"@yamada-ui/core": "0.5.3",
|
39
|
+
"@yamada-ui/utils": "0.1.4",
|
40
|
+
"@yamada-ui/typography": "0.2.8"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
43
|
"react": "^18.0.0",
|