Skip to content

Commit eb95b53

Browse files
Merge branch 'main' into pk/remove-sx-underline-panels
2 parents 0578bcb + 86b3e60 commit eb95b53

File tree

10 files changed

+81
-142
lines changed

10 files changed

+81
-142
lines changed

.changeset/good-snakes-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
Remove the sx prop from Label

package-lock.json

Lines changed: 51 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"prettier": "3.4.2",
8282
"rimraf": "5.0.5",
8383
"size-limit": "11.2.0",
84-
"storybook": "^9.1.5",
84+
"storybook": "^9.1.8",
8585
"stylelint": "16.20.0",
8686
"turbo": "^2.5.5",
8787
"typescript": "^5.9.2",

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
"@rollup/plugin-terser": "0.4.4",
118118
"@rollup/plugin-typescript": "12.1.4",
119119
"@rollup/plugin-virtual": "3.0.2",
120-
"@storybook/addon-a11y": "^9.1.5",
121-
"@storybook/addon-docs": "^9.1.5",
122-
"@storybook/addon-links": "^9.1.5",
123-
"@storybook/icons": "^1.4.0",
124-
"@storybook/react-vite": "^9.1.5",
120+
"@storybook/addon-a11y": "^9.1.8",
121+
"@storybook/addon-docs": "^9.1.8",
122+
"@storybook/addon-links": "^9.1.8",
123+
"@storybook/icons": "^1.6.0",
124+
"@storybook/react-vite": "^9.1.8",
125125
"@testing-library/dom": "^10.4.0",
126126
"@testing-library/jest-dom": "^6.4.5",
127127
"@testing-library/react": "^16.3.0",
@@ -181,7 +181,7 @@
181181
"rollup-plugin-import-css": "^0.0.0",
182182
"rollup-plugin-postcss": "4.0.2",
183183
"rollup-plugin-visualizer": "6.0.3",
184-
"storybook": "^9.1.5",
184+
"storybook": "^9.1.8",
185185
"styled-components": "5.3.11",
186186
"terser": "5.36.0",
187187
"ts-toolbelt": "9.6.0",

packages/react/src/Label/Label.dev.stories.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/react/src/Label/Label.stories.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ Playground.argTypes = {
3939
disable: true,
4040
},
4141
},
42-
sx: {
43-
control: false,
44-
table: {
45-
disable: true,
46-
},
47-
},
4842
}
4943

5044
export const Default = () => <Label>Default</Label>

0 commit comments

Comments
 (0)