@yamada-ui/typography
Advanced tools
Comparing version 0.0.0-dev-20230717002511 to 0.0.0-dev-20230718011629
@@ -32,3 +32,11 @@ "use strict"; | ||
const { className, ...rest } = (0, import_core.omitThemeProps)(mergedProps); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.h1, { ref, className: (0, import_utils.cx)("ui-heading", className), __css: css, ...rest }); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
import_core.ui.h1, | ||
{ | ||
ref, | ||
className: (0, import_utils.cx)("ui-heading", className), | ||
__css: css, | ||
...rest | ||
} | ||
); | ||
}); | ||
@@ -35,0 +43,0 @@ // Annotate the CommonJS export names for ESM import in node: |
@@ -35,3 +35,11 @@ "use strict"; | ||
const { className, ...rest } = (0, import_core.omitThemeProps)(mergedProps); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.h1, { ref, className: (0, import_utils.cx)("ui-heading", className), __css: css, ...rest }); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
import_core.ui.h1, | ||
{ | ||
ref, | ||
className: (0, import_utils.cx)("ui-heading", className), | ||
__css: css, | ||
...rest | ||
} | ||
); | ||
}); | ||
@@ -57,3 +65,12 @@ | ||
}); | ||
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_core2.ui.p, { ref, className: (0, import_utils2.cx)("ui-text", className), __css: css, ...textProps, ...rest }); | ||
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)( | ||
import_core2.ui.p, | ||
{ | ||
ref, | ||
className: (0, import_utils2.cx)("ui-text", className), | ||
__css: css, | ||
...textProps, | ||
...rest | ||
} | ||
); | ||
}); | ||
@@ -60,0 +77,0 @@ // Annotate the CommonJS export names for ESM import in node: |
@@ -43,3 +43,12 @@ "use strict"; | ||
}); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.ui.p, { ref, className: (0, import_utils.cx)("ui-text", className), __css: css, ...textProps, ...rest }); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
import_core.ui.p, | ||
{ | ||
ref, | ||
className: (0, import_utils.cx)("ui-text", className), | ||
__css: css, | ||
...textProps, | ||
...rest | ||
} | ||
); | ||
}); | ||
@@ -46,0 +55,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@yamada-ui/typography", | ||
"version": "0.0.0-dev-20230717002511", | ||
"version": "0.0.0-dev-20230718011629", | ||
"description": "Yamada UI typography components", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20230717002511", | ||
"@yamada-ui/utils": "0.1.3" | ||
"@yamada-ui/core": "0.0.0-dev-20230718011629", | ||
"@yamada-ui/utils": "0.0.0-dev-20230718011629" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"clean-package": "2.2.0", | ||
"@yamada-ui/layouts": "0.0.0-dev-20230717002511" | ||
"@yamada-ui/layouts": "0.0.0-dev-20230718011629" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12837
287
+ Added@yamada-ui/core@0.0.0-dev-20230718011629(transitive)
+ Added@yamada-ui/portal@0.0.0-dev-20230718011629(transitive)
+ Added@yamada-ui/utils@0.0.0-dev-20230718011629(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20230717002511(transitive)
- Removed@yamada-ui/portal@0.2.2(transitive)
- Removed@yamada-ui/utils@0.1.3(transitive)