Skip to content

Commit

Permalink
fix: the padding issue and hooks dev deps in the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 28, 2024
1 parent 68897f4 commit 8ea1bcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"serve": "^13.0.4",
"storybook": "8.4.5",
"storybook": "^8.4.5",
"storybook-addon-pseudo-states": "^4.0.2",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@pillar-ui/eslint": "*",
"@pillar-ui/hooks": "workspace:^",
"@pillar-ui/hooks": "workspace:*",
"@pillar-ui/tsconfig": "*",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -78,7 +78,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"cssnano": "^7.0.6",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-core/src/core/paper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Paper = forwardRef(
[`Sr-${ratio}`]: ratio,
[`B`]: border,
[`Sp-${p}`]: p,
[`Sp-${pt}`]: pt,
[`Sp-t${pt}`]: pt,
[`Sp-r${pr}`]: pr,
[`Sp-b${pb}`]: pb,
[`Sp-l${pl}`]: pl,
Expand Down
1 change: 0 additions & 1 deletion packages/pillar-core/src/css/utilities/_spacing.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
.Sp-l8 {
padding-inline-start: var(--S8);
}

.Sp-l9 {
padding-inline-start: var(--S9);
}
Expand Down

0 comments on commit 8ea1bcf

Please sign in to comment.