Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
silvalaura authored Apr 7, 2022
2 parents cadf4bb + 4d82656 commit db33519
Show file tree
Hide file tree
Showing 24 changed files with 139 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-owls-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(alert): add right padding of 12px
5 changes: 5 additions & 0 deletions .changeset/cool-llamas-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(modal.tsx): Remove title attribute from modals
5 changes: 5 additions & 0 deletions .changeset/eight-radios-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

feat: List component
5 changes: 5 additions & 0 deletions .changeset/fluffy-otters-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

Build/fix publish step
5 changes: 5 additions & 0 deletions .changeset/fuzzy-crews-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

Fix/drawer issues
5 changes: 5 additions & 0 deletions .changeset/giant-dryers-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(tag.stories.tsx): On Delete With Icon Tags not updating color and isInverse
6 changes: 6 additions & 0 deletions .changeset/hot-ears-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"react-magma-dom": patch
---

feat: add `xLarge` for iconSizes
fix: export `styled` and `useGeneratedId` for external components
5 changes: 5 additions & 0 deletions .changeset/hungry-items-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(select.stories.tsx): fix Select multi example (again)
5 changes: 5 additions & 0 deletions .changeset/icon-button-misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(iconbutton.stories.tsx): updating IconButton stories to hide some properties
5 changes: 5 additions & 0 deletions .changeset/itchy-stingrays-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cengage-patterns/header": patch
---

docs(header): fix isInverse example in patterns header
5 changes: 5 additions & 0 deletions .changeset/new-owls-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-magma/dropzone": patch
---

fix(dropzone.stories.tsx): Preview updates correctly & deleted file is removed
35 changes: 35 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-magma/charts": "0.0.1",
"@react-magma/dropzone": "0.1.1",
"react-magma-dom": "2.5.8",
"@react-magma/schema-renderer": "0.0.9",
"@cengage-patterns/header": "2.0.8",
"react-magma-docs": "2.2.9",
"react-magma-landing": "1.0.10"
},
"changesets": [
"clean-owls-help",
"cool-llamas-taste",
"eight-radios-impress",
"fluffy-otters-chew",
"fuzzy-crews-perform",
"giant-dryers-appear",
"hot-ears-carry",
"hungry-items-buy",
"icon-button-misc",
"itchy-stingrays-build",
"new-owls-perform",
"real-worms-rush",
"select-multi-fix",
"shaggy-lemons-obey",
"stupid-cougars-divide",
"tall-toes-walk",
"tame-jobs-march",
"warm-windows-care",
"witty-glasses-kiss",
"yellow-ads-invent"
]
}
5 changes: 5 additions & 0 deletions .changeset/real-worms-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(tablepagination.tsx): add activeIndex to tablepagination
5 changes: 5 additions & 0 deletions .changeset/select-multi-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(select.stories.tsx): Fixing Select Multi story
5 changes: 5 additions & 0 deletions .changeset/shaggy-lemons-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

chore(deps): bump browserslist from 4.14.2 to 4.20.2
5 changes: 5 additions & 0 deletions .changeset/stupid-cougars-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(schemarenderer.stories.tsx): clean up schema data
5 changes: 5 additions & 0 deletions .changeset/tall-toes-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(tag.tsx): Disabled tags have the correct cursor
5 changes: 5 additions & 0 deletions .changeset/tame-jobs-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(tag.stories.tsx): Tag preview updates when control props are toggled
5 changes: 5 additions & 0 deletions .changeset/warm-windows-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(InputBase/index.tsx): fix alignment for "Choose file" button for inputSize large
5 changes: 5 additions & 0 deletions .changeset/witty-glasses-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

docs: storybook Addon Measure package added
5 changes: 5 additions & 0 deletions .changeset/yellow-ads-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

docs(storybook): updating storybook version to 6.4.20 and adding essentials addon
1 change: 1 addition & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log


## 0.1.2

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions patterns/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log


## 2.0.9

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log


## 2.2.10

### Patch Changes
Expand Down

2 comments on commit db33519

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.