Skip to content

Commit

Permalink
feat: update drop shadows (#885)
Browse files Browse the repository at this point in the history
* feat: update dropshadows

* prevent false positives
  • Loading branch information
nathanyoung committed Apr 5, 2024
1 parent 3172d18 commit 7aae6b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@palmetto/dialog": "^0.16.4",
"@palmetto/palmetto-design-tokens": "0.78.0",
"@palmetto/palmetto-design-tokens": "0.79.0",
"@popperjs/core": "^2.5.3",
"caniuse-lite": "^1.0.30001523",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MediaModal/MediaModal.Overview.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ If `headerContent` is defined, then the `title` and `description` will not be re
isOpen={isMediaModalOpen}
onDismiss={closeMediaModal}
>
<Box display="block" width="90vw" maxWidth="5xl">
<Box display="block" width="90vw" maxWidth="5xl" data-chromatic="ignore">
<Vimeo vimeoId="595469877" />
</Box>
</MediaModal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ VimeoVideo.args = {
ariaLabel: 'test MediaModal',
isOpen: true,
children: (
<Box display="block" width="90vw" maxWidth="5xl">
<Box display="block" width="90vw" maxWidth="5xl" data-chromatic="ignore">
<Vimeo vimeoId="595469877" />
</Box>
),
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3346,10 +3346,10 @@
react-remove-scroll "^2.4.3"
tslib "^2.3.0"

"@palmetto/palmetto-design-tokens@0.78.0":
version "0.78.0"
resolved "https://registry.yarnpkg.com/@palmetto/palmetto-design-tokens/-/palmetto-design-tokens-0.78.0.tgz#945221489bdfe3fc0932de0c26dba4378d7a67da"
integrity sha512-KBCav98XuUPuVtkQWJXyOc/l4rNdPuKmgd/x0TbbRksPh26SHGzhIXJ/gvpYnlmSz1Blg8VtU6VGNO+XMsueag==
"@palmetto/palmetto-design-tokens@0.79.0":
version "0.79.0"
resolved "https://registry.yarnpkg.com/@palmetto/palmetto-design-tokens/-/palmetto-design-tokens-0.79.0.tgz#9dd2c90a24974fa710d43f89aaa43738ffc6fb71"
integrity sha512-pKOV8a298BP4z2B9URK8SSFpTSU8aFeIrC5PWtePr318onwkuAIAi7QzRBuNBXDMjdjkxwFuNVGgtsq0RYDd0w==

"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
version "0.5.10"
Expand Down

0 comments on commit 7aae6b1

Please sign in to comment.