Skip to content

Commit

Permalink
Merge branch 'main' into fix-ti-link
Browse files Browse the repository at this point in the history
  • Loading branch information
libertymayc authored Feb 7, 2025
2 parents 1340653 + 2dc5aea commit 27925aa
Show file tree
Hide file tree
Showing 3,190 changed files with 73,505 additions and 49,511 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 0 additions & 5 deletions .changeset/added-combobox-UI-fixes.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/afraid-jobs-do.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ignore": [],
"privatePackages": false,
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
"onlyUpdatePeerDependentsWhenOutOfRange": false
}
}
11 changes: 0 additions & 11 deletions .changeset/dropdown-updates.md

This file was deleted.

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

Fix layout paddings and margins beings set by default
5 changes: 0 additions & 5 deletions .changeset/kind-bottles-flow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/late-cooks-trade.md

This file was deleted.

13 changes: 13 additions & 0 deletions .changeset/polite-llamas-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@salt-ds/core": minor
---

Add `padding` and `margin` to `GridLayout`, `GridItem`, `BorderLayout` and `BorderItem`

```tsx
<GridLayout padding={1} margin={1}>
<GridItem padding={2} margin={2}>
Item
</GridItem>
</GridLayout>
```
8 changes: 0 additions & 8 deletions .changeset/red-deers-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-jokes-fix.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/spicy-tigers-hang.md

This file was deleted.

19 changes: 19 additions & 0 deletions .changeset/strong-cameras-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@salt-ds/theme": minor
---

Extended the spacing foundation to spacing-950.

```diff
+ --salt-spacing-450
+ --salt-spacing-500
+ --salt-spacing-550
+ --salt-spacing-600
+ --salt-spacing-650
+ --salt-spacing-700
+ --salt-spacing-750
+ --salt-spacing-800
+ --salt-spacing-850
+ --salt-spacing-900
+ --salt-spacing-950
```
5 changes: 5 additions & 0 deletions .changeset/tasty-jobs-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Added centered vertical alignment to MenuItem
5 changes: 0 additions & 5 deletions .changeset/twelve-pets-poke.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/twelve-rockets-whisper.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.

72 changes: 46 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,43 @@
name: Bug report 🪲
description: Report bugs in our code.
description: Something is broken and you have a reproduction? Let us know so we can fix it!
type: "bug"
labels:
- "type: bug 🪲"
- "status: awaiting triage"
body:
- type: markdown
attributes:
value: |
### ⚠️ Warning
This is a public repository, so **please do not include any internal company code or sensitive data** in your bug report.
This is a public repository, so **please do not include any internal company code or sensitive data** in your bug report. If you are an internal JPM user, please also look at your [internal options](https://go/salt-ds-support).
- type: markdown
attributes:
value: Thanks for taking the time to report a bug! Before you start, please check that your issue isn’t already reported by searching the [existing issues](https://github.com/jpmorganchase/salt-ds/issues?q=sort%3Aupdated-desc+is%3Aissue).
- type: checkboxes
attributes:
label: Latest version
description: Have you tested the latest version of the package(s) you’re reporting the bug for?
options:
- label: I have tested the latest version
required: true
- type: textarea
attributes:
label: Description
description: Tell us what's going wrong. Make sure that you copy and paste _as text_ any code, errors or log messages. Where relevant, you can also include supporting screenshots.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Describe the steps or code needed to reproduce this bug. Make sure that you copy and paste _as text_ any code, errors or log messages. Where relevant, you can also include supporting screenshots.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: What did you expect to happen?
- type: markdown
attributes:
value: "## Your Environment"
- type: dropdown
attributes:
label: Package name(s)
Expand All @@ -24,27 +53,24 @@ body:
- "Lab (@salt-ds/lab)"
- "Data Grid (@salt-ds/data-grid)"
- "AG Grid Theme (@salt-ds/ag-grid-theme)"
- "Website / Documentation"
validations:
required: true
- type: textarea
attributes:
label: Package version(s)
description: Which version(s) did you observe the bug?
- type: textarea
attributes:
label: Description
description: Tell us what's going wrong. Make sure that you copy and paste _as text_ any code, errors or log messages. Where relevant, you can also include supporting screenshots.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Describe the steps or code needed to reproduce this bug. Make sure that you copy and paste _as text_ any code, errors or log messages. Where relevant, you can also include supporting screenshots.
- type: textarea
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: checkboxes
attributes:
label: Expected behavior
description: What did you expect to happen?
label: Browser
description: In which browser(s), if any, have you observed the bug?
options:
- label: Chrome
- label: Safari
- label: Firefox
- label: Microsoft Edge
- type: checkboxes
attributes:
label: Operating system
Expand All @@ -55,15 +81,9 @@ body:
- label: Linux
- label: iOS
- label: Android
- type: checkboxes
- type: markdown
attributes:
label: Browser
description: In which browser(s), if any, have you observed the bug?
options:
- label: Chrome
- label: Safari
- label: Firefox
- label: Edge
value: "## Other"
- type: checkboxes
attributes:
label: Are you a JPMorgan Chase & Co. employee?
Expand Down
Loading

0 comments on commit 27925aa

Please sign in to comment.