Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/typography

Package Overview
Dependencies
Maintainers
1
Versions
935
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/typography - npm Package Compare versions

Comparing version 0.0.0-dev-20230717002511 to 0.0.0-dev-20230718011629

dist/chunk-Q42OO2IR.mjs

10

dist/heading.js

@@ -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:

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc