Skip to content

Commit 27f765c

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

File tree

324 files changed

+481
-2585
lines changed

Some content is hidden

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

324 files changed

+481
-2585
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.

heft-plugins/heft-styled-components-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
},
4141
"peerDependencies": {
4242
"@rushstack/heft": "^0.66.3",
43-
"styled-components": "^5.3.11"
43+
"styled-components": ">=5.3.11"
4444
}
4545
}

packages/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"pcln-design-system": "^6.28.0",
6161
"react": "^17.0.2 || ^18.2.0",
6262
"react-dom": "^17.0.2 || ^18.2.0",
63-
"styled-components": ">=5.3.7 <6"
63+
"styled-components": ">=5.3.11"
6464
}
6565
}

packages/carousel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"pcln-icons": "^6.11.0",
8282
"react": "^17.0.2 || ^18.2.0",
8383
"react-dom": "^17.0.2 || ^18.2.0",
84-
"styled-components": ">=5.3.7 <6"
84+
"styled-components": ">=5.3.11"
8585
}
8686
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"pcln-icons": "^6",
138138
"react": "^17.0.2 || ^18.2.0",
139139
"react-dom": "^17.0.2 || ^18.2.0",
140-
"styled-components": ">=5.3.7 <6"
140+
"styled-components": ">=5.3.11"
141141
},
142142
"modules.root": "dist/esm"
143143
}

0 commit comments

Comments
 (0)