diff --git a/.changeset/add-empty-state-component.md b/.changeset/add-empty-state-component.md deleted file mode 100644 index 5ed3cfbc6..000000000 --- a/.changeset/add-empty-state-component.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@launchpad-ui/components': minor ---- - -Add `EmptyState` to display empty content views with an illustration, heading, description, and optional action button. diff --git a/.changeset/alert-dark-warning-colors.md b/.changeset/alert-dark-warning-colors.md deleted file mode 100644 index 8d306f89a..000000000 --- a/.changeset/alert-dark-warning-colors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@launchpad-ui/components': patch ---- - -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. diff --git a/.changeset/retune-yellow-warning-primitives.md b/.changeset/retune-yellow-warning-primitives.md deleted file mode 100644 index b5f17e021..000000000 --- a/.changeset/retune-yellow-warning-primitives.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@launchpad-ui/tokens': patch -'@launchpad-ui/components': patch ---- - -Retune `color.yellow` warning primitives and adjust dark mode Alert warning border token step. diff --git a/.changeset/update-brand-color-hex.md b/.changeset/update-brand-color-hex.md deleted file mode 100644 index 0cc4512a7..000000000 --- a/.changeset/update-brand-color-hex.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@launchpad-ui/tokens': minor ---- - -Update brand color hex values to match the latest [LD brand guidelines](https://launchdarkly.atlassian.net/wiki/spaces/MKT/pages/2342354958/LaunchDarkly+Brand+Control+Panel): `brand.orange` light (`#FFB660`) and dark (`#D57B10`), `brand.pink` dark (`#C51A77`), and `brand.lime` light (`#EDFF9E`) and dark (`#ADD300`). diff --git a/.changeset/update-brand-lime-tokens.md b/.changeset/update-brand-lime-tokens.md deleted file mode 100644 index a3eba2f3a..000000000 --- a/.changeset/update-brand-lime-tokens.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@launchpad-ui/tokens': minor -'@launchpad-ui/icons': minor -'@launchpad-ui/components': patch -'@launchpad-ui/modal': patch ---- - -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. diff --git a/.changeset/yellow-warning-primitives.md b/.changeset/yellow-warning-primitives.md deleted file mode 100644 index 888c8cf0d..000000000 --- a/.changeset/yellow-warning-primitives.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@launchpad-ui/tokens': minor -'@launchpad-ui/components': patch ---- - -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. diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index c8d2092fb..7c342840c 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -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 diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 314efc4dd..e1d720f4a 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -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", diff --git a/packages/box/CHANGELOG.md b/packages/box/CHANGELOG.md index e0794e9b0..f0b1cb480 100644 --- a/packages/box/CHANGELOG.md +++ b/packages/box/CHANGELOG.md @@ -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 diff --git a/packages/box/package.json b/packages/box/package.json index b96262bed..c846c45c8 100644 --- a/packages/box/package.json +++ b/packages/box/package.json @@ -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", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 6673b9a4e..2191e0daa 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -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 diff --git a/packages/button/package.json b/packages/button/package.json index 0b2fafd1b..fc6c32e1e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -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", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index fd57409cd..9cf328831 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index 71c3c964a..a339f27c6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ac26fbab7..eb3c98ab0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 57074b7fb..4f23106b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 26c75615c..3b7cf13fc 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -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 diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 9eed9ac6a..d686a5530 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -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", diff --git a/packages/dropdown/CHANGELOG.md b/packages/dropdown/CHANGELOG.md index 33db53dad..a0407e06f 100644 --- a/packages/dropdown/CHANGELOG.md +++ b/packages/dropdown/CHANGELOG.md @@ -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 diff --git a/packages/dropdown/package.json b/packages/dropdown/package.json index b568b8dc8..a2b8aa042 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -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", diff --git a/packages/filter/CHANGELOG.md b/packages/filter/CHANGELOG.md index bca83350b..66707ce1c 100644 --- a/packages/filter/CHANGELOG.md +++ b/packages/filter/CHANGELOG.md @@ -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 diff --git a/packages/filter/package.json b/packages/filter/package.json index afd717db2..ab74e15a7 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -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", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 3da84b6fa..80b0258a0 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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 diff --git a/packages/form/package.json b/packages/form/package.json index 3862c0dee..3caa754f8 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -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", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a534c12be..7ac36408d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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 diff --git a/packages/icons/package.json b/packages/icons/package.json index bcfc4b49d..cd994ec3b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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", diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md index c82b7c6b0..d3a3fd53f 100644 --- a/packages/menu/CHANGELOG.md +++ b/packages/menu/CHANGELOG.md @@ -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 diff --git a/packages/menu/package.json b/packages/menu/package.json index 95b76e327..04e3ab89e 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -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", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index e85cd1efb..030de51fb 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -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 diff --git a/packages/modal/package.json b/packages/modal/package.json index 58fadaf09..aa111e567 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -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", diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index 6fd66a27a..f6d6bc56e 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -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 diff --git a/packages/navigation/package.json b/packages/navigation/package.json index 955946217..740683bfe 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -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", diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index aea872512..7b6cc1617 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -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 diff --git a/packages/popover/package.json b/packages/popover/package.json index 41dfff1b6..9101d2b22 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -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", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 2ed8b782a..0456afe0b 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,12 @@ # @launchpad-ui/table +## 0.9.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.9.3 ### Patch Changes diff --git a/packages/table/package.json b/packages/table/package.json index 769cfe8a1..eb0763589 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/table", - "version": "0.9.3", + "version": "0.9.4", "description": "An element used to organize and display data to users.", "repository": "launchdarkly/launchpad-ui", "license": "Apache-2.0", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 5581ca913..5a2116dce 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,19 @@ # @launchpad-ui/tokens +## 0.16.0 + +### Minor Changes + +- [#1912](https://github.com/launchdarkly/launchpad-ui/pull/1912) [`56ff3d1`](https://github.com/launchdarkly/launchpad-ui/commit/56ff3d1c89b9ff842af9d40f2eac6f9e11461906) Thanks [@cpurps22](https://github.com/cpurps22)! - Update brand color hex values to match the latest [LD brand guidelines](https://launchdarkly.atlassian.net/wiki/spaces/MKT/pages/2342354958/LaunchDarkly+Brand+Control+Panel): `brand.orange` light (`#FFB660`) and dark (`#D57B10`), `brand.pink` dark (`#C51A77`), and `brand.lime` light (`#EDFF9E`) and dark (`#ADD300`). + +- [#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. + +### Patch Changes + +- [#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. + ## 0.15.1 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 155040993..a8bbae102 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/tokens", - "version": "0.15.1", + "version": "0.16.0", "description": "LaunchPad design tokens delivered as CSS custom properties, CommonJS modules, and ES modules.", "repository": { "type": "git", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 77b8c16fc..c1bc3979a 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,13 @@ # @launchpad-ui/tooltip +## 0.12.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/popover@0.14.4 + ## 0.12.3 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 1a834fb1d..58f6167b4 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/tooltip", - "version": "0.12.3", + "version": "0.12.4", "description": "An element that provides additional information on hover or focus.", "repository": "launchdarkly/launchpad-ui", "license": "Apache-2.0", diff --git a/packages/vars/CHANGELOG.md b/packages/vars/CHANGELOG.md index a65c48168..a389044cb 100644 --- a/packages/vars/CHANGELOG.md +++ b/packages/vars/CHANGELOG.md @@ -1,5 +1,12 @@ # @launchpad-ui/vars +## 0.5.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.5.2 ### Patch Changes diff --git a/packages/vars/package.json b/packages/vars/package.json index a085b4544..e66e439da 100644 --- a/packages/vars/package.json +++ b/packages/vars/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/vars", - "version": "0.5.2", + "version": "0.5.3", "description": "Vanilla Extract design token references for LaunchPad styles.", "repository": "launchdarkly/launchpad-ui", "license": "Apache-2.0",