Skip to content

Commit 7139888

Browse files
authored
fix(toplevelschemarow): remove menu item padding (#203)
1 parent 5e98a53 commit 7139888

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@size-limit/preset-big-lib": "^4.11.0",
5959
"@stoplight/eslint-config": "3.0.0",
6060
"@stoplight/markdown-viewer": "^5.3.3",
61-
"@stoplight/mosaic": "^1.24.0",
62-
"@stoplight/mosaic-code-viewer": "^1.24.0",
61+
"@stoplight/mosaic": "^1.24.2",
62+
"@stoplight/mosaic-code-viewer": "^1.24.2",
6363
"@stoplight/scripts": "9.2.0",
6464
"@stoplight/types": "^12.3.0",
6565
"@storybook/addon-essentials": "^6.4.14",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2416,10 +2416,10 @@
24162416
unist-util-select "^4.0.0"
24172417
unist-util-visit "^3.1.0"
24182418

2419-
"@stoplight/mosaic-code-viewer@^1.24.0":
2420-
version "1.24.0"
2421-
resolved "https://registry.yarnpkg.com/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.24.0.tgz#3f85e3db05d8f9a8fe40fb0c4ffda932dfda3c50"
2422-
integrity sha512-MJOC643JeorUsZntczt5VkRiSoGOgJkwEmoornVRfMDxa060OM2ce4NbsNAj3NuASs2Dx6SefwRkw/aXbNBJ7g==
2419+
"@stoplight/mosaic-code-viewer@^1.24.2":
2420+
version "1.24.2"
2421+
resolved "https://registry.yarnpkg.com/@stoplight/mosaic-code-viewer/-/mosaic-code-viewer-1.24.2.tgz#3e3a283ab4ad8a8161240de63ad3904a38e8f580"
2422+
integrity sha512-anPzzyCgcU+aFV+6qZB4YmWnbymgRgB70g5T2gvavZZ2r9tw8g3eG/U6d1+38i1it3IadJPpF6yzqwC5kUs04Q==
24232423
dependencies:
24242424
"@fortawesome/fontawesome-svg-core" "^6.1.1"
24252425
"@fortawesome/react-fontawesome" "^0.2.0"
@@ -2428,7 +2428,7 @@
24282428
"@react-types/radio" "3.1.2"
24292429
"@react-types/shared" "3.9.0"
24302430
"@react-types/switch" "3.1.2"
2431-
"@stoplight/mosaic" "1.24.0"
2431+
"@stoplight/mosaic" "1.24.2"
24322432
clsx "^1.1.1"
24332433
copy-to-clipboard "^3.3.1"
24342434
dom-helpers "^3.3.1"
@@ -2444,10 +2444,10 @@
24442444
use-resize-observer "^9.0.2"
24452445
zustand "^3.5.2"
24462446

2447-
"@stoplight/[email protected].0", "@stoplight/mosaic@^1.24.0":
2448-
version "1.24.0"
2449-
resolved "https://registry.yarnpkg.com/@stoplight/mosaic/-/mosaic-1.24.0.tgz#c7321b1121b8c0a3093e5e2a45c7d1b67fa9b00b"
2450-
integrity sha512-wn4DZajQ4SGzF1kVTGuR/hdaN3N3J1j4zDfgStY52Owtu76ucwLAbXqgN1hBjw0dX+/lqkWAe+3DCBafobrFVQ==
2447+
"@stoplight/[email protected].2", "@stoplight/mosaic@^1.24.2":
2448+
version "1.24.2"
2449+
resolved "https://registry.yarnpkg.com/@stoplight/mosaic/-/mosaic-1.24.2.tgz#802596c2702264dc32f2b979a4bdacd36eeb0f24"
2450+
integrity sha512-0wYIjhDk0YMTPpOWyOwiy+Z0efT0W9bXhE3uhK4zEHKtTahhHaGtVauPq2y4EwwNTdRYE5ACr9use/tGKiMKig==
24512451
dependencies:
24522452
"@fortawesome/fontawesome-svg-core" "^6.1.1"
24532453
"@fortawesome/react-fontawesome" "^0.2.0"

0 commit comments

Comments
 (0)