Skip to content

Commit

Permalink
merge latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vineet119 committed Aug 1, 2024
2 parents 200c7b6 + e8d923c commit a0e8f87
Show file tree
Hide file tree
Showing 2,503 changed files with 19,056 additions and 17,082 deletions.
16 changes: 16 additions & 0 deletions .changeset/button-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@salt-ds/core": minor
---

Added `color` and `appearance` props for Button. These props replace the `variant` prop.

```tsx
<Button color="accent" appearance="solid" />
<Button color="accent" appearance="outline" />
<Button color="accent" appearance="transparent" />
<Button color="neutral" appearance="solid" />
<Button color="neutral" appearance="outline" />
<Button color="neutral" appearance="transparent" />
```

_Note:_ Button's `variant` prop is now deprecated and will be removed in the next major version.
5 changes: 5 additions & 0 deletions .changeset/dull-turtles-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": minor
---

Update FormFieldHelperText to have status colors applied when `validationStatus` is applied to FormField.
9 changes: 0 additions & 9 deletions .changeset/fresh-brooms-explain.md

This file was deleted.

12 changes: 12 additions & 0 deletions .changeset/funny-rules-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@salt-ds/core": minor
---

Added `tertiary` variant to the `variant` prop for Card, LinkCard, InteractableCard and Panel.

```tsx
<Card variant="tertiary">Example of a Tertiary Card</Card>
<LinkCard variant="tertiary">Example of a Link Card</LinkCard>
<InteractableCard variant="tertiary">Example of a Interactable Card</InteractableCard>
<Panel variant="tertiary">Example of a Tertiary Panel</Panel>
```
11 changes: 0 additions & 11 deletions .changeset/hip-mirrors-attend.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/loud-avocados-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Fixed Pagination button having an incorrect color on hover when theme next is enabled.
5 changes: 5 additions & 0 deletions .changeset/mean-kids-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Fixed list scroll when there is only one item in `ComboBox` and `Dropdown`.
5 changes: 5 additions & 0 deletions .changeset/odd-candles-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/theme": patch
---

Fixed `--salt-size-selectable` double defined in deprecated token list
5 changes: 5 additions & 0 deletions .changeset/pink-bears-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Fixed ComboBox having a button when it has nothing to show.
5 changes: 5 additions & 0 deletions .changeset/pretty-feet-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Fixed ListBox not scrolling to the active item in some circumstances
5 changes: 5 additions & 0 deletions .changeset/seven-rivers-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Update gap to `--salt-spacing-75` for top aligned labels in `FormField`.
5 changes: 5 additions & 0 deletions .changeset/short-plants-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/lab": minor
---

Replaced TrackerStep's `state` prop with new `stage` and `status` props. Valid `stage` values are `"pending"` and `"completed"`. Valid `status` values are `"error"` and `"warning"`.
85 changes: 85 additions & 0 deletions .changeset/silent-beds-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
"@salt-ds/theme": minor
---

Added foreground, background and border-color tokens for actionable and actionable-next.css

```
--salt-actionable-bold-foreground
--salt-actionable-bold-foreground-hover
--salt-actionable-bold-foreground-active
--salt-actionable-bold-foreground-disabled
--salt-actionable-bold-background
--salt-actionable-bold-background-hover
--salt-actionable-bold-background-active
--salt-actionable-bold-background-disabled
--salt-actionable-bold-borderColor
--salt-actionable-bold-borderColor-hover
--salt-actionable-bold-borderColor-active
--salt-actionable-bold-borderColor-disabled
--salt-actionable-foreground
--salt-actionable-foreground-hover
--salt-actionable-foreground-active
--salt-actionable-foreground-disabled
--salt-actionable-background
--salt-actionable-background-hover
--salt-actionable-background-active
--salt-actionable-background-disabled
--salt-actionable-borderColor
--salt-actionable-borderColor-hover
--salt-actionable-borderColor-active
--salt-actionable-borderColor-disabled
--salt-actionable-accent-bold-foreground
--salt-actionable-accent-bold-foreground-hover
--salt-actionable-accent-bold-foreground-active
--salt-actionable-accent-bold-foreground-disabled
--salt-actionable-accent-bold-background
--salt-actionable-accent-bold-background-hover
--salt-actionable-accent-bold-background-active
--salt-actionable-accent-bold-background-disabled
--salt-actionable-accent-bold-borderColor
--salt-actionable-accent-bold-borderColor-hover
--salt-actionable-accent-bold-borderColor-active
--salt-actionable-accent-bold-borderColor-disabled
--salt-actionable-accent-foreground
--salt-actionable-accent-foreground-hover
--salt-actionable-accent-foreground-active
--salt-actionable-accent-foreground-disabled
--salt-actionable-accent-background
--salt-actionable-accent-background-hover
--salt-actionable-accent-background-active
--salt-actionable-accent-background-disabled
--salt-actionable-accent-borderColor
--salt-actionable-accent-borderColor-hover
--salt-actionable-accent-borderColor-active
--salt-actionable-accent-borderColor-disabled
--salt-actionable-accent-subtle-foreground
--salt-actionable-accent-subtle-foreground-hover
--salt-actionable-accent-subtle-foreground-active
--salt-actionable-accent-subtle-foreground-disabled
--salt-actionable-accent-subtle-background
--salt-actionable-accent-subtle-background-hover
--salt-actionable-accent-subtle-background-active
--salt-actionable-accent-subtle-background-disabled
--salt-actionable-accent-borderColor
--salt-actionable-accent-borderColor-hover
--salt-actionable-accent-borderColor-active
--salt-actionable-accent-borderColor-disabled
--salt-actionable-subtle-foreground
--salt-actionable-subtle-foreground-hover
--salt-actionable-subtle-foreground-active
--salt-actionable-subtle-foreground-disabled
--salt-actionable-subtle-background
--salt-actionable-subtle-background-hover
--salt-actionable-subtle-background-active
--salt-actionable-subtle-background-disabled
--salt-actionable-subtle-borderColor
--salt-actionable-subtle-borderColor-hover
--salt-actionable-subtle-borderColor-active
--salt-actionable-subtle-borderColor-disabled
```
35 changes: 35 additions & 0 deletions .changeset/slimy-dragons-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
"@salt-ds/theme": minor
---

Added tertiary variables in theme next theme

```
--salt-container-tertiary-borderColor
--salt-container-tertiary-borderColor-disabled
```

Added tertiary variables in existing theme

```
--salt-container-tertiary-background
--salt-container-tertiary-background-disabled
--salt-container-tertiary-borderColor
--salt-container-tertiary-borderColor-disabled
```

Added gray 30 and 50 fade background in fade.css

```
--salt-color-gray-30-fade-background
--salt-color-gray-50-fade-background
```

Un-deprecated tertiary palette variables in characteristics.css and palette.css and added those to neutral.css

```
--salt-palette-neutral-tertiary-background
--salt-palette-neutral-tertiary-background-disabled
--salt-palette-neutral-tertiary-border
--salt-palette-neutral-tertiary-border-disabled
```
5 changes: 5 additions & 0 deletions .changeset/strong-pens-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/lab": patch
---

Fix disabled out of bound dates still having a hover style
5 changes: 5 additions & 0 deletions .changeset/tame-islands-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/lab": minor
---

Update Dropdown classname to saltDropdownBase to fix them clashing with the dropdown in core
5 changes: 0 additions & 5 deletions .changeset/unlucky-cats-add.md

This file was deleted.

31 changes: 0 additions & 31 deletions .eslintignore

This file was deleted.

77 changes: 0 additions & 77 deletions .eslintrc.js

This file was deleted.

7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
attributes:
label: Package name(s)
description: |
Which package(s) did you observe this bug in? If you’re not sure which version your project is using, run `npm ls [package name]` or `yarn why [package name]` to find out.
Which package(s) did you observe this bug in?
We only accept bug reports for packages shown in the menu below. If a package isn’t listed, then it’s not one that we support.
multiple: true
Expand All @@ -30,7 +30,10 @@ body:
- type: textarea
attributes:
label: Package version(s)
description: Which version(s) did you observe the bug?
description: |
Which version(s) did you observe the bug in?
Please provide the exact version(s) instead of a [range](https://github.com/npm/node-semver#advanced-range-syntax) (`^`, `~`, `>`, `*`, `X`). If you’re not sure which version your project is using, run `npm ls [package name]` or `yarn why [package name]` to find out.
- type: textarea
attributes:
label: Description
Expand Down
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":preserveSemverRanges"],
"postUpdateOptions": ["yarnDedupeHighest"]
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"groupName": "Mosaic",
"matchPackagePrefixes": ["@jpmorganchase/mosaic"]
},
{
"groupName": "AG Grid",
"matchPackagePrefixes": ["@ag-grid"]
}
]
}
Loading

0 comments on commit a0e8f87

Please sign in to comment.