Skip to content

Commit 3ef5167

Browse files
committed
UXPT-10383: rounded Material SVGs from filled to unfilled
1 parent e88ce1a commit 3ef5167

File tree

312 files changed

+763
-2342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+763
-2342
lines changed

apps/storybook/.storybook/main.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import type { StorybookConfig } from '@storybook/react-vite'
2-
import turbosnap from 'vite-plugin-turbosnap'
3-
import { mergeConfig } from 'vite'
42

53
const packagesWithStories = [
64
'carousel',
@@ -31,19 +29,6 @@ const config: StorybookConfig = {
3129
typescript: {
3230
check: false,
3331
},
34-
async viteFinal(config, { configType }) {
35-
return mergeConfig(config, {
36-
plugins:
37-
configType === 'PRODUCTION'
38-
? [
39-
turbosnap({
40-
// This should be the base path of your storybook. In monorepos, you may only need process.cwd().
41-
rootDir: config.root ?? process.cwd(),
42-
}),
43-
]
44-
: [],
45-
})
46-
},
4732
}
4833

4934
export default config

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@storybook/testing-library": "^0.2.2",
4141
"@storybook/theming": "^8.3.0",
4242
"babel-plugin-react-docgen": "^4.2.1",
43-
"chromatic": "^10.9.6",
43+
"chromatic": "^13.1.2",
4444
"core-js": "^3.37.1",
4545
"eslint": "^8.55.0",
4646
"npm-run-all": "^4.1.5",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-design-system",
5+
"comment": "update snapshots that depend on pcln-icons",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "pcln-design-system"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-icons",
5+
"comment": "UXPT-10383: rounded Material SVGs from filled to unfilled",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "pcln-icons"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "pcln-modal",
5+
"comment": "update snapshots that depend on pcln-icons",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "pcln-modal"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 33 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/Avatar/__snapshots__/Avatar.spec.tsx.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,11 @@ exports[`Avatar renders default 1`] = `
7979
height="24"
8080
role="img"
8181
tabindex="-1"
82-
viewBox="0 0 24 24"
8382
width="24"
8483
xmlns="http://www.w3.org/2000/svg"
8584
>
8685
<path
87-
d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-2.7 0-8 1.3-8 4v2h16v-2c0-2.7-5.3-4-8-4z"
86+
d="M12 12c-1.1 0-2.042-.392-2.825-1.175C8.392 10.042 8 9.1 8 8s.392-2.042 1.175-2.825C9.958 4.392 10.9 4 12 4s2.042.392 2.825 1.175C15.608 5.958 16 6.9 16 8s-.392 2.042-1.175 2.825C14.042 11.608 13.1 12 12 12zm-8 6v-.8c0-.567.146-1.087.438-1.563.291-.475.679-.837 1.162-1.087a14.843 14.843 0 013.15-1.163A13.76 13.76 0 0112 13c1.1 0 2.183.13 3.25.387 1.067.259 2.117.646 3.15 1.163.483.25.87.612 1.163 1.087.291.476.437.996.437 1.563v.8c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0118 20H6c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 014 18zm2 0h12v-.8a.973.973 0 00-.5-.85c-.9-.45-1.808-.787-2.725-1.012a11.6 11.6 0 00-5.55 0c-.917.225-1.825.562-2.725 1.012a.973.973 0 00-.5.85v.8zm6-8c.55 0 1.02-.196 1.412-.588C13.804 9.021 14 8.55 14 8c0-.55-.196-1.02-.588-1.412A1.926 1.926 0 0012 6c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0010 8c0 .55.196 1.02.588 1.412.391.392.862.588 1.412.588z"
8887
/>
8988
</svg>
9089
</div>

0 commit comments

Comments
 (0)