Skip to content

Commit 42d5174

Browse files
fix:copy paste issue (#2700)
merging fix/stop-979 into main branch
1 parent 154bb66 commit 42d5174

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/elements-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements-core",
3-
"version": "8.4.2",
3+
"version": "8.4.3",
44
"sideEffects": [
55
"web-components.min.js",
66
"src/web-components/**",

packages/elements-core/src/components/Docs/HttpOperation/HttpOperation.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ function MethodPathInner({ method, path, chosenServerUrl }: MethodPathProps & {
159159

160160
const pathElem = (
161161
<Flex overflowX="hidden" fontSize="lg" userSelect="all">
162-
<Box dir="rtl" textOverflow="truncate" overflowX="hidden">
163-
<Box as="span" color="muted" dir="ltr" style={{ unicodeBidi: 'bidi-override' }}>
162+
<Box dir="rtl" color="muted" textOverflow="truncate" overflowX="hidden">
163+
<Box as="span" dir="ltr" style={{ unicodeBidi: 'bidi-override' }}>
164164
{chosenServerUrl}
165165
</Box>
166-
<Box as="span" fontWeight="semibold" flex={1}>
167-
{path}
168-
</Box>
166+
</Box>
167+
<Box fontWeight="semibold" flex={1}>
168+
{path}
169169
</Box>
170170
</Flex>
171171
);

packages/elements-dev-portal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements-dev-portal",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "UI components for composing beautiful developer documentation.",
55
"keywords": [],
66
"sideEffects": [
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@stoplight/markdown-viewer": "^5.7.1",
6868
"@stoplight/mosaic": "^1.53.4",
69-
"@stoplight/elements-core": "^8.4.2",
69+
"@stoplight/elements-core": "^8.4.3",
7070
"@stoplight/path": "^1.3.2",
7171
"@stoplight/types": "^14.0.0",
7272
"classnames": "^2.2.6",

packages/elements/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/elements",
3-
"version": "8.4.2",
3+
"version": "8.4.3",
44
"description": "UI components for composing beautiful developer documentation.",
55
"keywords": [],
66
"sideEffects": [
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"dependencies": {
66-
"@stoplight/elements-core": "^8.4.2",
66+
"@stoplight/elements-core": "^8.4.3",
6767
"@stoplight/http-spec": "^7.1.0",
6868
"@stoplight/json": "^3.18.1",
6969
"@stoplight/mosaic": "^1.53.4",

0 commit comments

Comments
 (0)