Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/add-empty-state-component.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/alert-dark-warning-colors.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/retune-yellow-warning-primitives.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-brand-color-hex.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/update-brand-lime-tokens.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-warning-primitives.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# launchpad-design-system

## 0.3.3

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "launchpad-design-system",
"private": true,
"version": "0.3.2",
"version": "0.3.3",
"description": "LaunchPad VS Code extension",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/box

## 0.4.4

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/vars@0.5.3

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/box",
"version": "0.4.3",
"version": "0.4.4",
"description": "A polymorphic React component with design token sprinkles.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/button

## 0.15.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0

## 0.15.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/button",
"version": "0.15.15",
"version": "0.15.16",
"description": "An element that triggers an action based on user interaction.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @launchpad-ui/components

## 0.20.0

### Minor Changes

- [#1909](https://github.com/launchdarkly/launchpad-ui/pull/1909) [`0e8c60b`](https://github.com/launchdarkly/launchpad-ui/commit/0e8c60bfc81d9503b8f3238f7fa33cf0c8b5e198) Thanks [@cmwinters](https://github.com/cmwinters)! - Add `EmptyState` to display empty content views with an illustration, heading, description, and optional action button.

### Patch Changes

- [#1910](https://github.com/launchdarkly/launchpad-ui/pull/1910) [`d54fac2`](https://github.com/launchdarkly/launchpad-ui/commit/d54fac253230ef1919f2eb7d3b75a4417c6719ef) Thanks [@cmwinters](https://github.com/cmwinters)! - Adjust dark mode Alert warning variant colors to read more yellow/gold and distinguish from error. Use theme-aware `--alert-color-icon-warning` token for the warning icon fill.

- [#1915](https://github.com/launchdarkly/launchpad-ui/pull/1915) [`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0) Thanks [@cmwinters](https://github.com/cmwinters)! - Retune `color.yellow` warning primitives and adjust dark mode Alert warning border token step.

- [#1907](https://github.com/launchdarkly/launchpad-ui/pull/1907) [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657) Thanks [@cmwinters](https://github.com/cmwinters)! - Add canonical `brand.lime` tokens aligned with [LD brand guidelines](https://launchdarkly.atlassian.net/wiki/spaces/MKT/pages/2342354958/LaunchDarkly+Brand+Control+Panel) (`#DDFF46`). Deprecate `brand.yellow` and `brand.green` as aliases to lime for backward compatibility. Add BadgeIcon `lime` variant and lime-based gradients.

- [#1913](https://github.com/launchdarkly/launchpad-ui/pull/1913) [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97) Thanks [@cmwinters](https://github.com/cmwinters)! - Add core `color.yellow` primitives and wire `feedback.warning` semantic aliases (bg, text, border, fill) in default and dark themes. Migrate Alert warning styles off temporary hardcoded colors to the new tokens.

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0

## 0.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/components",
"version": "0.19.1",
"version": "0.20.0",
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @launchpad-ui/core

## 0.59.18

### Patch Changes

- Updated dependencies [[`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657)]:
- @launchpad-ui/modal@0.21.16
- @launchpad-ui/button@0.15.16
- @launchpad-ui/drawer@0.9.16
- @launchpad-ui/dropdown@0.10.16
- @launchpad-ui/filter@0.11.16
- @launchpad-ui/form@0.15.16
- @launchpad-ui/menu@0.16.16
- @launchpad-ui/navigation@0.16.18
- @launchpad-ui/popover@0.14.4
- @launchpad-ui/table@0.9.4
- @launchpad-ui/tooltip@0.12.4

## 0.59.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/core",
"version": "0.59.17",
"version": "0.59.18",
"description": "Contains all LaunchPad design system packages.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/drawer

## 0.9.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/button@0.15.16

## 0.9.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/drawer",
"version": "0.9.15",
"version": "0.9.16",
"description": "A partial overlay that appears from the right side of the screen.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/dropdown

## 0.10.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/button@0.15.16
- @launchpad-ui/popover@0.14.4

## 0.10.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/dropdown",
"version": "0.10.15",
"version": "0.10.16",
"description": "An element that displays a list of actions or options to a user.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @launchpad-ui/filter

## 0.11.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/button@0.15.16
- @launchpad-ui/dropdown@0.10.16
- @launchpad-ui/menu@0.16.16
- @launchpad-ui/tooltip@0.12.4

## 0.11.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/filter",
"version": "0.11.15",
"version": "0.11.16",
"description": "filter a list of results",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/form

## 0.15.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/button@0.15.16
- @launchpad-ui/tooltip@0.12.4

## 0.15.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/form",
"version": "0.15.15",
"version": "0.15.16",
"description": "Elements for composing forms, such as input fields, labels, radio buttons, etc.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/icons

## 0.26.0

### Minor Changes

- [#1907](https://github.com/launchdarkly/launchpad-ui/pull/1907) [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657) Thanks [@cmwinters](https://github.com/cmwinters)! - Add canonical `brand.lime` tokens aligned with [LD brand guidelines](https://launchdarkly.atlassian.net/wiki/spaces/MKT/pages/2342354958/LaunchDarkly+Brand+Control+Panel) (`#DDFF46`). Deprecate `brand.yellow` and `brand.green` as aliases to lime for backward compatibility. Add BadgeIcon `lime` variant and lime-based gradients.

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0

## 0.25.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/icons",
"version": "0.25.6",
"version": "0.26.0",
"description": "An element that supplements content and represents an action or feature within LaunchDarkly.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/menu

## 0.16.16

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/form@0.15.16
- @launchpad-ui/popover@0.14.4
- @launchpad-ui/tooltip@0.12.4

## 0.16.15

### Patch Changes
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": "@launchpad-ui/menu",
"version": "0.16.15",
"version": "0.16.16",
"description": "An element that presents a list of items a user can choose from.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/modal

## 0.21.16

### Patch Changes

- [#1907](https://github.com/launchdarkly/launchpad-ui/pull/1907) [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657) Thanks [@cmwinters](https://github.com/cmwinters)! - Add canonical `brand.lime` tokens aligned with [LD brand guidelines](https://launchdarkly.atlassian.net/wiki/spaces/MKT/pages/2342354958/LaunchDarkly+Brand+Control+Panel) (`#DDFF46`). Deprecate `brand.yellow` and `brand.green` as aliases to lime for backward compatibility. Add BadgeIcon `lime` variant and lime-based gradients.

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/button@0.15.16

## 0.21.15

### Patch Changes
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": "@launchpad-ui/modal",
"version": "0.21.15",
"version": "0.21.16",
"description": "An element that presents users information and actions over a page.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @launchpad-ui/navigation

## 0.16.18

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0
- @launchpad-ui/icons@0.26.0
- @launchpad-ui/dropdown@0.10.16
- @launchpad-ui/menu@0.16.16
- @launchpad-ui/popover@0.14.4
- @launchpad-ui/tooltip@0.12.4

## 0.16.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/navigation",
"version": "0.16.17",
"version": "0.16.18",
"description": "An element used to provide navigation links to help users move through an app.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/popover

## 0.14.4

### Patch Changes

- Updated dependencies [[`f3bf657`](https://github.com/launchdarkly/launchpad-ui/commit/f3bf65722390d448079b79d3e300d12b891cdbf0), [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906), [`7fe9bc5`](https://github.com/launchdarkly/launchpad-ui/commit/7fe9bc5e6918ca651fc722cd49278870e4b6f657), [`091ba18`](https://github.com/launchdarkly/launchpad-ui/commit/091ba18d34b207940c4e0b0b9413460d67b48b97)]:
- @launchpad-ui/tokens@0.16.0

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/popover",
"version": "0.14.3",
"version": "0.14.4",
"description": "An element that displays content within a portal triggered by user interactions.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
Loading
Loading