@primer/react 37.32.0-rc.ef8a6dcd5 → 37.32.0-rc.f3d34bc50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6175,7 +6175,7 @@
|
|
|
6175
6175
|
},
|
|
6176
6176
|
{
|
|
6177
6177
|
"id": "components-segmentedcontrol-features--associated-with-a-label-and-caption",
|
|
6178
|
-
"code": "() => (\n <
|
|
6178
|
+
"code": "() => (\n <div className={classes.LabelAndCaptionContainer}>\n <div className={classes.LabelAndCaption}>\n <Text fontSize={2} fontWeight=\"bold\" id=\"scLabel-vert\" display=\"block\">\n File view\n </Text>\n <Text color=\"fg.subtle\" fontSize={1} id=\"scCaption-vert\" display=\"block\">\n Change the way the file is viewed\n </Text>\n </div>\n <SegmentedControl\n aria-labelledby=\"scLabel-vert\"\n aria-describedby=\"scCaption-vert\"\n >\n <SegmentedControl.Button defaultSelected>Preview</SegmentedControl.Button>\n <SegmentedControl.Button>Raw</SegmentedControl.Button>\n <SegmentedControl.Button>Blame</SegmentedControl.Button>\n </SegmentedControl>\n </div>\n)"
|
|
6179
6179
|
}
|
|
6180
6180
|
],
|
|
6181
6181
|
"importPath": "@primer/react",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/react",
|
|
3
|
-
"version": "37.32.0-rc.
|
|
3
|
+
"version": "37.32.0-rc.f3d34bc50",
|
|
4
4
|
"description": "An implementation of GitHub's Primer Design System using React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-esm/index.js",
|
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
"@types/react-dom": "18.3.1",
|
|
148
148
|
"@types/react-is": "18.3.1",
|
|
149
149
|
"@types/react-test-renderer": "18.3.1",
|
|
150
|
-
"@types/semver": "7.7.0",
|
|
151
150
|
"@types/styled-components": "^5.1.26",
|
|
152
151
|
"@vitejs/plugin-react": "^4.3.3",
|
|
153
152
|
"afterframe": "^1.0.2",
|
|
@@ -192,7 +191,6 @@
|
|
|
192
191
|
"rollup-plugin-import-css": "^0.0.0",
|
|
193
192
|
"rollup-plugin-postcss": "4.0.2",
|
|
194
193
|
"rollup-plugin-visualizer": "6.0.3",
|
|
195
|
-
"semver": "7.7.1",
|
|
196
194
|
"storybook": "^9.1.0",
|
|
197
195
|
"styled-components": "5.3.11",
|
|
198
196
|
"terser": "5.36.0",
|