Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Priceline DS Publish Bot authored and craigpalermo committed Apr 25, 2024
1 parent b5311a0 commit fa5b791
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 18 deletions.

This file was deleted.

8 changes: 4 additions & 4 deletions packages/core/src/Spinner/Spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ const GradientRingWrapper = styled(Absolute)`
height: 100%;
`

type GradientRingProps = {
export type GradientRingProps = {
strokeWidth?: string
color?: PaletteFamilyName
theme?: Theme
} & SpinnerProps
}

function GradientRing({ strokeWidth = '6px', ...props }: GradientRingProps) {
const strokeColor = getPaletteColor(props.color, 'base')(props)
Expand Down Expand Up @@ -124,9 +125,8 @@ export type SpinnerSizes = 'small' | 'medium' | 'large' | number
/**
* @public
*/
export type SpinnerProps = {
export type SpinnerProps = GradientRingProps & {
children?: React.ReactNode
color?: PaletteFamilyName
size?: SpinnerSizes | string | Array<SpinnerSizes | string>
useGradient?: boolean
}
Expand Down
14 changes: 14 additions & 0 deletions packages/menu/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "pcln-menu",
"entries": [
{
"version": "6.0.25",
"tag": "pcln-menu_v6.0.25",
"date": "Wed, 24 Apr 2024 18:52:55 GMT",
"comments": {
"patch": [
{
"comment": "fix when the menu opens the page scrolls to the top",
"author": "fareedahmad1 <90357103+fareedahmad1@users.noreply.github.com>",
"commit": "b5311a093fa281828984de83eee6edef032e58b9"
}
]
}
},
{
"version": "6.0.24",
"tag": "pcln-menu_v6.0.24",
Expand Down
9 changes: 8 additions & 1 deletion packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pcln-menu

This log was last generated on Fri, 19 Apr 2024 15:08:16 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2024 18:52:55 GMT and should not be manually modified.

## 6.0.25
Wed, 24 Apr 2024 18:52:55 GMT

### Patches

- fix when the menu opens the page scrolls to the top

## 6.0.24
Fri, 19 Apr 2024 15:08:16 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-menu",
"version": "6.0.24",
"version": "6.0.25",
"license": "MIT",
"author": "Priceline",
"sideEffects": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/modal/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "pcln-modal",
"entries": [
{
"version": "6.0.25",
"tag": "pcln-modal_v6.0.25",
"date": "Wed, 24 Apr 2024 18:52:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-menu\" to `6.0.25`"
}
]
}
},
{
"version": "6.0.24",
"tag": "pcln-modal_v6.0.24",
Expand Down
7 changes: 6 additions & 1 deletion packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-modal

This log was last generated on Fri, 19 Apr 2024 15:08:16 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2024 18:52:55 GMT and should not be manually modified.

## 6.0.25
Wed, 24 Apr 2024 18:52:55 GMT

_Version update only_

## 6.0.24
Fri, 19 Apr 2024 15:08:16 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-modal",
"version": "6.0.24",
"version": "6.0.25",
"description": "React component for modal",
"license": "MIT",
"author": "Priceline",
Expand Down

0 comments on commit fa5b791

Please sign in to comment.