Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions [skip ci] #1488

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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