Skip to content

Commit

Permalink
new version 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferson-lopez committed Apr 24, 2024
1 parent 5f82007 commit 75ed2c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ stories
components.json
postcss.config.js
tailwind.config.js
dist/lib
dist/components/ui
dist/components/ui
src
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mart-next",
"version": "0.2.19",
"version": "0.2.22",
"description": "Components and hooks prepared and ready for user in react or next. It is not a ui component library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/heading-wrapper/heading-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function HeadingWrapper({
<div
className={`flex flex-col items-center ${borderBottom ? "border-b" : ""} ${className}`}
>
<header className="w-full max-w-[1220px] py-10 flex justify-between gap-4 max-md:flex-col">
<header className="w-full py-10 flex justify-between gap-4 max-md:flex-col">
<div className="flex flex-col justify-start gap-2">
<H1>{title}</H1>
<p className="text-muted-foreground max-w-[660px]">{description}</p>
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"node_modules",
"src/**/**/stories",
"src/components/ui",
"src/lib",
"src/stories",
"dist"
]
Expand Down

0 comments on commit 75ed2c1

Please sign in to comment.