Skip to content

Commit 771e671

Browse files
committed
feat(docs): merge remote figma-connect
2 parents 0c5e98f + 2176937 commit 771e671

32 files changed

+740
-1006
lines changed

.changeset/plenty-pots-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
bumped react aria components, react aria, @types/react

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:ui": "vitest --ui",
2727
"test:watch": "vitest",
2828
"typecheck": "pnpm build:transform && tsc --noEmit --emitDeclarationOnly false --skipLibCheck --moduleResolution bundler --lib 'es2024, dom, dom.iterable'",
29-
"upgrade-react-aria": "pnpm up react-aria \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-aria-components react react-dom @types/react @types/react-dom --latest -r"
29+
"upgrade-react-aria": "pnpm up react-aria \"@internationalized/*\" \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-stately react-aria-components react react-dom @types/react @types/react-dom --latest -r"
3030
},
3131
"devDependencies": {
3232
"@biomejs/biome": "2.0.0-beta.5",
@@ -47,7 +47,7 @@
4747
"@testing-library/user-event": "^14.6.0",
4848
"@types/css-modules": "^1.0.5",
4949
"@types/node": "^22.15.3",
50-
"@types/react": "^19.1.12",
50+
"@types/react": "^19.1.13",
5151
"@types/react-dom": "^19.1.9",
5252
"@vanilla-extract/css": "^1.17.1",
5353
"@vanilla-extract/vite-plugin": "^5.1.0",

packages/button/CHANGELOG.md

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

3+
## 0.15.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1cc0b74`](https://github.com/launchdarkly/launchpad-ui/commit/1cc0b74e97c403856ff05700e3e027bdc479feea)]:
8+
- @launchpad-ui/icons@0.24.4
9+
310
## 0.15.3
411

512
### Patch Changes

packages/button/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/button",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "An element that triggers an action based on user interaction.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

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.16.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1cc0b74`](https://github.com/launchdarkly/launchpad-ui/commit/1cc0b74e97c403856ff05700e3e027bdc479feea)]:
8+
- @launchpad-ui/icons@0.24.4
9+
10+
## 0.16.6
11+
12+
### Patch Changes
13+
14+
- [#1771](https://github.com/launchdarkly/launchpad-ui/pull/1771) [`bc79743`](https://github.com/launchdarkly/launchpad-ui/commit/bc797439d8ad479c7fba276baca6fc2c94ca3034) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-stately
15+
16+
## 0.16.5
17+
18+
### Patch Changes
19+
20+
- [#1769](https://github.com/launchdarkly/launchpad-ui/pull/1769) [`d1a8152`](https://github.com/launchdarkly/launchpad-ui/commit/d1a815245a8bcfc0201cf3605daf5701301e9e7b) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-aria, react-aria-components, copy to devDependencies
21+
322
## 0.16.4
423

524
### Patch Changes

packages/components/package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/components",
3-
"version": "0.16.4",
3+
"version": "0.16.7",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",
@@ -36,9 +36,18 @@
3636
"class-variance-authority": "0.7.0"
3737
},
3838
"devDependencies": {
39+
"@react-aria/focus": "3.21.1",
40+
"@react-aria/interactions": "3.25.5",
41+
"@react-aria/utils": "3.30.1",
42+
"@react-stately/utils": "3.10.8",
43+
"@react-types/shared": "3.32.0",
3944
"copyfiles": "2.4.1",
40-
"react-hook-form": "7.59.0",
41-
"react-stately": "3.39.0"
45+
"react": "19.1.1",
46+
"react-aria": "3.43.2",
47+
"react-aria-components": "1.12.2",
48+
"react-dom": "19.1.1",
49+
"react-router": "7.5.2",
50+
"react-stately": "3.41.0"
4251
},
4352
"peerDependencies": {
4453
"@react-aria/focus": "3.21.1",
@@ -47,10 +56,12 @@
4756
"@react-stately/utils": "3.10.8",
4857
"@react-types/shared": "3.32.0",
4958
"react": "19.1.1",
50-
"react-aria": "3.42.0",
51-
"react-aria-components": "1.11.0",
59+
"react-aria": "3.43.2",
60+
"react-aria-components": "1.12.2",
5261
"react-dom": "19.1.1",
53-
"react-router": "7.5.2"
62+
"react-hook-form": "7.59.0",
63+
"react-router": "7.5.2",
64+
"react-stately": "3.41.0"
5465
},
5566
"exports": {
5667
".": {

packages/components/src/GridList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface GridListProps<T extends object> extends AriaGridListProps<T> {
2626
}
2727

2828
interface GridListItemProps<T extends object> extends AriaGridListItemProps<T> {
29-
ref?: Ref<HTMLDivElement>;
29+
ref?: Ref<T>;
3030
}
3131

3232
// biome-ignore lint/suspicious/noExplicitAny: ignore

packages/components/src/ListBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface ListBoxProps<T> extends AriaListBoxProps<T> {
2525
ref?: Ref<HTMLDivElement>;
2626
}
2727
interface ListBoxItemProps<T> extends AriaListBoxItemProps<T> {
28-
ref?: Ref<HTMLDivElement>;
28+
ref?: Ref<T>;
2929
}
3030

3131
// biome-ignore lint/suspicious/noExplicitAny: ignore

packages/components/src/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface MenuProps<T> extends AriaMenuProps<T> {
4040
ref?: Ref<HTMLDivElement>;
4141
}
4242
interface MenuItemProps<T> extends AriaMenuItemProps<T>, VariantProps<typeof menuItemStyles> {
43-
ref?: Ref<HTMLDivElement>;
43+
ref?: Ref<T>;
4444
}
4545

4646
// biome-ignore lint/suspicious/noExplicitAny: ignore

packages/core/CHANGELOG.md

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

3+
## 0.59.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`501f0d7`](https://github.com/launchdarkly/launchpad-ui/commit/501f0d7a366ad546a07e7fde83cf6782e7cc027a)]:
8+
- @launchpad-ui/modal@0.21.4
9+
- @launchpad-ui/button@0.15.4
10+
- @launchpad-ui/drawer@0.9.4
11+
- @launchpad-ui/dropdown@0.10.4
12+
- @launchpad-ui/filter@0.11.4
13+
- @launchpad-ui/form@0.15.4
14+
- @launchpad-ui/menu@0.16.4
15+
- @launchpad-ui/navigation@0.16.4
16+
317
## 0.59.3
418

519
### Patch Changes

0 commit comments

Comments
 (0)