Skip to content

Commit

Permalink
Upgrade Mosaic packages to beta.55 (#2623)
Browse files Browse the repository at this point in the history
Co-authored-by: David W J Reid <[email protected]>
  • Loading branch information
joshwooding and DavieReid authored Nov 8, 2023
1 parent 26cc1b2 commit 94c317b
Show file tree
Hide file tree
Showing 7 changed files with 3,336 additions and 3,048 deletions.

This file was deleted.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com"
Expand Down
22 changes: 11 additions & 11 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"gen:css": "yarn node './cssGen.js'"
},
"dependencies": {
"@jpmorganchase/mosaic-cli": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-components": "patch:@jpmorganchase/mosaic-components@npm%3A0.1.0-beta.45#~/.yarn/patches/@jpmorganchase-mosaic-components-npm-0.1.0-beta.45-af5d49496d.patch",
"@jpmorganchase/mosaic-content-editor-plugin": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-layouts": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-site-components": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-site-preset-styles": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-source-git-repo": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-source-local-folder": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-standard-generator": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-store": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-theme": "^0.1.0-beta.45",
"@jpmorganchase/mosaic-cli": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-components": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-content-editor-plugin": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-layouts": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-site-components": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-site-preset-styles": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-source-git-repo": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-source-local-folder": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-standard-generator": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-store": "^0.1.0-beta.55",
"@jpmorganchase/mosaic-theme": "^0.1.0-beta.55",
"@philpl/buble": "^0.19.7",
"@types/react": "^18.0.26",
"lodash-es": "^4.17.21",
Expand Down
4 changes: 0 additions & 4 deletions site/src/components/image-switcher/ImageSwitcher.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
}
}

.container .switch {
--saltSwitch-height: var(--salt-switch-height);
}

.header {
width: 100%;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions site/src/layouts/LayoutColumns/LayoutColumns.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
padding-top: 0;
height: 100%;
overflow-y: auto;
flex-direction: row;
}
4 changes: 1 addition & 3 deletions site/src/layouts/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export type LayoutProps = {
ToCProps?: {
items: any;
};
SidebarProps?: {
helpLinks: Pick<FooterProps, "helpLinks">;
};
SidebarProps?: Pick<FooterProps, "helpLinks">;
NextPrevLinksProps?: {
next?: LinkType;
prev?: LinkType;
Expand Down
Loading

1 comment on commit 94c317b

@vercel
Copy link

@vercel vercel bot commented on 94c317b Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.