Skip to content

Commit

Permalink
feat(UXPT-7188): accordion add custom color for header content and ho…
Browse files Browse the repository at this point in the history
…ver (#1491)
  • Loading branch information
apatidar1986 committed May 29, 2024
1 parent 206c29c commit 8b2624e
Show file tree
Hide file tree
Showing 27 changed files with 188 additions and 20 deletions.
3 changes: 3 additions & 0 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"styled-components": "^5.3.11",
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"dependencies": {
"caniuse-lite": "~1.0.30001625"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "heft-styled-components-plugin",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "heft-styled-components-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-autocomplete",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-autocomplete"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-carousel",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-carousel"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-codemods",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-codemods"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-design-system"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-icons"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-menu",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-menu"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-modal",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-modal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-popover",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-popover"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-slider",
"comment": "caniuse-lite dependency updated",
"type": "minor"
}
],
"packageName": "pcln-slider"
}
60 changes: 55 additions & 5 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion heft-plugins/heft-styled-components-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"babel-plugin-styled-components": "^2.1.4"
"babel-plugin-styled-components": "^2.1.4",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@rushstack/heft": "^0.66.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"dependencies": {
"downshift": "^7.6.2",
"styled-system": "^5.1.5"
"styled-system": "^5.1.5",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand Down
3 changes: 2 additions & 1 deletion packages/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"prop-types": "^15.8.1",
"pure-react-carousel": "^1.30.1",
"react-intersection-observer": "^9.5.3",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
Expand Down
3 changes: 2 additions & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"pcln-design-system": "workspace:*",
"prop-types": "^15.8.1",
"styled-components": "^5.3.11",
"styled-system": "^5.1.5"
"styled-system": "^5.1.5",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"lodash": "^4.17.21",
"react-element-to-jsx-string": "^15.0.0",
"react-intersection-observer": "^9.5.3",
"styled-system": "^5.1.5"
"styled-system": "^5.1.5",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
Expand Down
3 changes: 2 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"@styled-system/theme-get": "^5.1.2",
"lodash.upperfirst": "^4.3.1",
"prop-types": "^15.8.1",
"styled-system": "^4.2.4"
"styled-system": "^4.2.4",
"caniuse-lite": "~1.0.30001625"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
Expand Down
Loading

0 comments on commit 8b2624e

Please sign in to comment.