Skip to content

Commit 78d7c0a

Browse files
chore: version packages
1 parent 698c573 commit 78d7c0a

5 files changed

Lines changed: 20 additions & 23 deletions

File tree

.changeset/alert-style-updates.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clever-walls-switch.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/cyan-garlics-ask.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @launchpad-ui/components
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#1876](https://github.com/launchdarkly/launchpad-ui/pull/1876) [`655be42`](https://github.com/launchdarkly/launchpad-ui/commit/655be4296119c0b1f84df2c8282511b5ad0246e9) Thanks [@cmwinters](https://github.com/cmwinters)! - This change updates the Alert styles to more closely resemble a traditional alert banner. The block and inline variants now share the same styles, and there are some small prop updates to the inline variant.
8+
9+
- [#1885](https://github.com/launchdarkly/launchpad-ui/pull/1885) [`698c573`](https://github.com/launchdarkly/launchpad-ui/commit/698c573e903f269ed8d7849b6db4c0732dcf9f7c) Thanks [@cmwinters](https://github.com/cmwinters)! - Add AlertText component and actionsLayout prop for block variant
10+
11+
- Add new `AlertText` component to wrap heading and description content
12+
- Add `actionsLayout` prop with "stacked" (default) and "inline" options for block variant
13+
- Add `hideIcon` prop to hide the status icon
14+
- Refactor block variant styles with new color system and layout improvements
15+
- Reorganize Storybook stories with clearer naming (Block/_ and Inline/_)
16+
- Export AlertText and AlertTextProps from components package
17+
18+
### Patch Changes
19+
20+
- [#1881](https://github.com/launchdarkly/launchpad-ui/pull/1881) [`64cccc5`](https://github.com/launchdarkly/launchpad-ui/commit/64cccc5567faad67a5851b772826b221bc0b6bc4) Thanks [@cmwinters](https://github.com/cmwinters)! - Update Alert padding and icon position
21+
322
## 0.18.1
423

524
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/components",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)