Skip to content

Commit 01105ba

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

File tree

333 files changed

+580
-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.

333 files changed

+580
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "heft-styled-components-plugin"
7+
}
8+
],
9+
"packageName": "heft-styled-components-plugin",
10+
"email": "steven.dalonzo@priceline.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "pcln-autocomplete"
7+
}
8+
],
9+
"packageName": "pcln-autocomplete",
10+
"email": "steven.dalonzo@priceline.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "pcln-carousel"
7+
}
8+
],
9+
"packageName": "pcln-carousel",
10+
"email": "steven.dalonzo@priceline.com"
11+
}
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "pcln-design-system"
7+
}
8+
],
9+
"packageName": "pcln-design-system",
10+
"email": "steven.dalonzo@priceline.com"
11+
}
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "pcln-icons"
7+
}
8+
],
9+
"packageName": "pcln-icons",
10+
"email": "steven.dalonzo@priceline.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "allow styled-components 6 as a peer",
5+
"type": "patch",
6+
"packageName": "pcln-menu"
7+
}
8+
],
9+
"packageName": "pcln-menu",
10+
"email": "steven.dalonzo@priceline.com"
11+
}

0 commit comments

Comments
 (0)