Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/react-spectrum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @react-aria/interactions@3.24.0
Choose a base ref
...
head repository: adobe/react-spectrum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @react-aria/interactions@3.24.1
Choose a head ref
  • 6 commits
  • 136 files changed
  • 3 contributors

Commits on Mar 6, 2025

  1. docs: March release notes (#7845)

    yihuiliao authored Mar 6, 2025
    2
    Copy the full SHA
    b4695c8 View commit details

Commits on Mar 7, 2025

  1. fix: Fix virtualizer drag and drop with layout gaps (#7886)

    * fix: Fix virtualizer drag and drop with layout gaps
    
    * lint
    devongovett authored Mar 7, 2025
    1
    Copy the full SHA
    55113ca View commit details
  2. fix: Dnd gap copy paste error (#7893)

    devongovett authored Mar 7, 2025
    1
    Copy the full SHA
    5143e07 View commit details
  3. fix: Prevent submenus from closing on scroll (#7894)

    devongovett authored Mar 7, 2025
    1
    Copy the full SHA
    bae640a View commit details

Commits on Mar 10, 2025

  1. fix: Environment with no FinalizationRegistry (#7885)

    * fix: Environment with no FinalizationRegistry
    
    * Update packages/@react-aria/utils/src/useId.ts
    
    Co-authored-by: Devon Govett <devongovett@gmail.com>
    
    ---------
    
    Co-authored-by: Devon Govett <devongovett@gmail.com>
    snowystinger and devongovett authored Mar 10, 2025
    1
    Copy the full SHA
    c71be09 View commit details
  2. Publish

    devongovett committed Mar 10, 2025
    Copy the full SHA
    9c4ebbc View commit details
Showing with 1,312 additions and 855 deletions.
  1. +8 −2 .storybook-s2/docs/Intro.jsx
  2. +6 −0 .storybook-s2/docs/Migrating.jsx
  3. +29 −0 .storybook-s2/docs/Release Notes.mdx
  4. +56 −56 packages/@adobe/react-spectrum/package.json
  5. +5 −5 packages/@react-aria/actiongroup/package.json
  6. +1 −1 packages/@react-aria/autocomplete/docs/useAutocomplete.mdx
  7. +9 −9 packages/@react-aria/autocomplete/package.json
  8. +4 −4 packages/@react-aria/breadcrumbs/package.json
  9. +4 −4 packages/@react-aria/button/package.json
  10. +4 −4 packages/@react-aria/calendar/package.json
  11. +6 −6 packages/@react-aria/checkbox/package.json
  12. +3 −3 packages/@react-aria/collections/package.json
  13. +9 −9 packages/@react-aria/color/package.json
  14. +9 −9 packages/@react-aria/combobox/package.json
  15. +8 −8 packages/@react-aria/datepicker/package.json
  16. +4 −4 packages/@react-aria/dialog/package.json
  17. +2 −2 packages/@react-aria/disclosure/package.json
  18. +5 −5 packages/@react-aria/dnd/package.json
  19. +3 −3 packages/@react-aria/focus/package.json
  20. +3 −3 packages/@react-aria/form/package.json
  21. +6 −6 packages/@react-aria/grid/package.json
  22. +7 −7 packages/@react-aria/gridlist/package.json
  23. +2 −2 packages/@react-aria/i18n/package.json
  24. +2 −2 packages/@react-aria/interactions/package.json
  25. +2 −2 packages/@react-aria/label/package.json
  26. +2 −2 packages/@react-aria/landmark/package.json
  27. +3 −3 packages/@react-aria/link/package.json
  28. +5 −5 packages/@react-aria/listbox/package.json
  29. +7 −7 packages/@react-aria/menu/package.json
  30. +2 −2 packages/@react-aria/meter/package.json
  31. +6 −6 packages/@react-aria/numberfield/package.json
  32. +6 −6 packages/@react-aria/overlays/package.json
  33. +1 −1 packages/@react-aria/overlays/src/usePopover.ts
  34. +4 −4 packages/@react-aria/progress/package.json
  35. +7 −7 packages/@react-aria/radio/package.json
  36. +4 −4 packages/@react-aria/searchfield/package.json
  37. +10 −10 packages/@react-aria/select/package.json
  38. +5 −5 packages/@react-aria/selection/package.json
  39. +2 −2 packages/@react-aria/separator/package.json
  40. +5 −5 packages/@react-aria/slider/package.json
  41. +3 −3 packages/@react-aria/spinbutton/package.json
  42. +4 −4 packages/@react-aria/steplist/package.json
  43. +2 −2 packages/@react-aria/switch/package.json
  44. +7 −7 packages/@react-aria/table/package.json
  45. +5 −5 packages/@react-aria/tabs/package.json
  46. +7 −7 packages/@react-aria/tag/package.json
  47. +5 −5 packages/@react-aria/textfield/package.json
  48. +5 −5 packages/@react-aria/toast/package.json
  49. +3 −3 packages/@react-aria/toggle/package.json
  50. +4 −4 packages/@react-aria/toolbar/package.json
  51. +3 −3 packages/@react-aria/tooltip/package.json
  52. +5 −5 packages/@react-aria/tree/package.json
  53. +1 −1 packages/@react-aria/utils/package.json
  54. +12 −5 packages/@react-aria/utils/src/useId.ts
  55. +5 −5 packages/@react-aria/virtualizer/package.json
  56. +3 −3 packages/@react-aria/visually-hidden/package.json
  57. +5 −5 packages/@react-spectrum/accordion/package.json
  58. +11 −11 packages/@react-spectrum/actionbar/package.json
  59. +12 −12 packages/@react-spectrum/actiongroup/package.json
  60. +20 −20 packages/@react-spectrum/autocomplete/package.json
  61. +3 −3 packages/@react-spectrum/avatar/package.json
  62. +4 −4 packages/@react-spectrum/badge/package.json
  63. +10 −10 packages/@react-spectrum/breadcrumbs/package.json
  64. +10 −10 packages/@react-spectrum/button/package.json
  65. +3 −3 packages/@react-spectrum/buttongroup/package.json
  66. +11 −11 packages/@react-spectrum/calendar/package.json
  67. +12 −12 packages/@react-spectrum/card/package.json
  68. +9 −9 packages/@react-spectrum/checkbox/package.json
  69. +15 −15 packages/@react-spectrum/color/package.json
  70. +20 −20 packages/@react-spectrum/combobox/package.json
  71. +7 −7 packages/@react-spectrum/contextualhelp/package.json
  72. +16 −16 packages/@react-spectrum/datepicker/package.json
  73. +15 −15 packages/@react-spectrum/dialog/package.json
  74. +3 −3 packages/@react-spectrum/divider/package.json
  75. +2 −2 packages/@react-spectrum/dnd/package.json
  76. +5 −5 packages/@react-spectrum/dropzone/package.json
  77. +2 −2 packages/@react-spectrum/filetrigger/package.json
  78. +3 −3 packages/@react-spectrum/form/package.json
  79. +3 −3 packages/@react-spectrum/icon/package.json
  80. +4 −4 packages/@react-spectrum/illustratedmessage/package.json
  81. +3 −3 packages/@react-spectrum/image/package.json
  82. +7 −7 packages/@react-spectrum/inlinealert/package.json
  83. +7 −7 packages/@react-spectrum/label/package.json
  84. +5 −5 packages/@react-spectrum/labeledvalue/package.json
  85. +3 −3 packages/@react-spectrum/layout/package.json
  86. +6 −6 packages/@react-spectrum/link/package.json
  87. +19 −19 packages/@react-spectrum/list/package.json
  88. +14 −14 packages/@react-spectrum/listbox/package.json
  89. +15 −15 packages/@react-spectrum/menu/package.json
  90. +4 −4 packages/@react-spectrum/meter/package.json
  91. +13 −13 packages/@react-spectrum/numberfield/package.json
  92. +5 −5 packages/@react-spectrum/overlays/package.json
  93. +14 −14 packages/@react-spectrum/picker/package.json
  94. +4 −4 packages/@react-spectrum/progress/package.json
  95. +5 −5 packages/@react-spectrum/provider/package.json
  96. +7 −7 packages/@react-spectrum/radio/package.json
  97. +10 −10 packages/@react-spectrum/s2/package.json
  98. +7 −7 packages/@react-spectrum/searchfield/package.json
  99. +8 −8 packages/@react-spectrum/slider/package.json
  100. +3 −3 packages/@react-spectrum/statuslight/package.json
  101. +9 −9 packages/@react-spectrum/steplist/package.json
  102. +5 −5 packages/@react-spectrum/switch/package.json
  103. +21 −21 packages/@react-spectrum/table/package.json
  104. +9 −9 packages/@react-spectrum/tabs/package.json
  105. +12 −12 packages/@react-spectrum/tag/package.json
  106. +4 −4 packages/@react-spectrum/text/package.json
  107. +9 −9 packages/@react-spectrum/textfield/package.json
  108. +9 −9 packages/@react-spectrum/toast/package.json
  109. +8 −8 packages/@react-spectrum/tooltip/package.json
  110. +10 −10 packages/@react-spectrum/tree/package.json
  111. +3 −3 packages/@react-spectrum/utils/package.json
  112. +3 −3 packages/@react-spectrum/view/package.json
  113. +3 −3 packages/@react-spectrum/well/package.json
  114. +7 −1 packages/@react-stately/autocomplete/docs/useAutocompleteState.mdx
  115. +2 −2 packages/@react-stately/layout/package.json
  116. +42 −2 packages/@react-stately/layout/src/GridLayout.ts
  117. +21 −2 packages/@react-stately/layout/src/ListLayout.ts
  118. +16 −10 packages/@react-stately/layout/src/TableLayout.ts
  119. +2 −2 packages/@react-stately/virtualizer/package.json
  120. +2 −2 packages/@react-types/card/package.json
  121. +3 −3 packages/@react-types/list/package.json
  122. +2 −2 packages/@spectrum-icons/color/package.json
  123. +2 −2 packages/@spectrum-icons/express/package.json
  124. +3 −3 packages/@spectrum-icons/illustrations/package.json
  125. +2 −2 packages/@spectrum-icons/ui/package.json
  126. +2 −2 packages/@spectrum-icons/workflow/package.json
  127. +2 −2 packages/dev/codemods/package.json
  128. +1 −1 packages/dev/docs/package.json
  129. BIN packages/dev/docs/pages/assets/datepicker-rtl.png
  130. +336 −0 packages/dev/docs/pages/releases/2025-03-05.mdx
  131. +1 −1 packages/react-aria-components/docs/Autocomplete.mdx
  132. +1 −0 packages/react-aria-components/docs/SearchField.mdx
  133. +13 −13 packages/react-aria-components/package.json
  134. +2 −1 packages/react-aria-components/stories/ListBox.stories.tsx
  135. +40 −40 packages/react-aria/package.json
  136. +1 −1 packages/react-stately/package.json
10 changes: 8 additions & 2 deletions .storybook-s2/docs/Intro.jsx
Original file line number Diff line number Diff line change
@@ -176,6 +176,8 @@ function App() {
<Provider background="base">
{/* your app */}
</Provider>`)}</Pre>
<H3>Usage with older React Spectrum versions</H3>
<P>See Adobe internal documentation.</P>
<H2>Styling</H2>
<P>React Spectrum v3 supported a limited set of <Link href="https://react-spectrum.adobe.com/react-spectrum/styling.html" target="_blank">style props</Link> for layout and positioning using Spectrum-defined values. In Spectrum 2, we’re improving on this by offering a much more flexible style macro. This offers additional Spectrum tokens, improves performance by generating CSS at build time rather than runtime, and works with any DOM element for use in custom components.</P>
<P><Link href="https://parceljs.org/features/macros/" target="_blank">Macros</Link> are a new bundler feature that enable functions to run at build time. The React Spectrum <Code>style</Code> macro uses this to generate CSS that can be applied to any DOM element or component. Import the <Code>style</Code> macro using the with <Code>{`{type: 'macro'}`}</Code> <Link href="https://github.com/tc39/proposal-import-attributes" target="_blank">import attribute</Link>, and pass the result to the <Code>styles</Code> prop of any React Spectrum component to provide it with styles.</P>
@@ -238,8 +240,12 @@ function YourComponent() {
<Pre>{highlight(`/* YourComponent.css */
.your-unsafe-class {
background: red;
}
`, 'CSS')}</Pre>
}`, 'CSS')}</Pre>
<H3>CSS Resets</H3>
<P>CSS resets are strongly discouraged. Global CSS selectors can unintentionally affect elements that were not intended, leading to style clashes. Since Spectrum 2 uses <Link href="https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers" target="_blank">CSS cascade layers</Link>, global CSS outside a <Code>@layer</Code> will override S2's CSS. Therefore, if you cannot remove your CSS reset, it must be placed in a lower layer. This can be done by declaring your reset layer before the <Code>_</Code> layer used by S2.</P>
<Pre>{highlight(`/* App.css */
@layer reset, _;
@import "reset.css" layer(reset);`)}</Pre>
</main>
</div>
)
6 changes: 6 additions & 0 deletions .storybook-s2/docs/Migrating.jsx
Original file line number Diff line number Diff line change
@@ -411,6 +411,12 @@ export function Migrating() {
<li className={style({font: 'body', marginY: 8})}>Update placement prop to be have one value (i.e. Update <Code>placement="bottom left"</Code> to be <Code>placement="bottom"</Code>)</li>
</ul>

<H3>TreeView</H3>
<P>If migrating from TreeView version 3.0.0-beta.3 or before, please do the following. Otherwise, no updates needed.</P>
<ul className="sb-unstyled">
<li className={style({font: 'body', marginY: 8})}> Update content within <Code>TreeViewItem</Code> to be wrapped in <Code>TreeViewContentItem</Code></li>
</ul>

<H3>View</H3>
<ul className="sb-unstyled">
<li className={style({font: 'body', marginY: 8})}>Update <Code>View</Code> to be a <Code>div</Code> and apply styles using the style macro</li>
29 changes: 29 additions & 0 deletions .storybook-s2/docs/Release Notes.mdx
Original file line number Diff line number Diff line change
@@ -4,6 +4,35 @@ export default MDXLayout;

# Release Notes

## v0.7.0

### New Components

* [TreeView](?path=/docs/treeview--docs)

### Updates

* [Badge](?path=/docs/badge--docs): Add `overflowMode` prop, fix icon alignment, update typo from `variant="charteuse"` to `variant="chartreuse"`
* [CardView](?path=/docs/cardview--docs): Fix styling when using `renderActionBar`
* Image: Add `fetchPriority` prop
* [Menu](?path=/docs/menu--docs): Fix menu item's focus rings from exceeding popover boundaries
* [Tabs](?path=/docs/tabs--docs): Add collapse behavior
* Remove `all: revert-layer` from style macro generated CSS to fix Safari issues
* Remove references to CSS `flex` shorthand. Please use `flexGrow`, `flexBasis`, and `flexShrink` instead.

### Codemods

* Update S2 icon migration map
* Handle margin/padding shorthands in style props codemod

### Important CSS update

In this release, we have made significant changes to the way our Style Macro generates CSS in order to fix issues with Safari. The Style Macro uses [CSS Cascade Layers](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Cascade_layers) to avoid CSS specificity and ordering issues. However, this means global CSS declared outside a `@layer`, such as CSS resets, will take precedence over S2's CSS. To avoid this, we previously used [all: revert-layer](https://developer.mozilla.org/en-US/docs/Web/CSS/revert-layer). Unfortunately, due to numerous bugs in Safari 18, this caused rendering issues in our components.

To fix these Safari issues, we have removed `all: revert-layer` in this release. This means that global CSS will now take precedence over S2's styles. **If you are using a CSS reset on the same page as S2 components, you will need to remove it** or put it in a `@layer` of its own. See [the docs](?path=/docs/intro--docs#css-resets) for more information.

**If you are using a version older than React Spectrum v3 on the same page, you must update to the latest version.** See the Adobe internal documentation for more details.

## v0.6.0

### New Components
112 changes: 56 additions & 56 deletions packages/@adobe/react-spectrum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/react-spectrum",
"version": "3.40.0",
"version": "3.40.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -38,65 +38,65 @@
},
"dependencies": {
"@internationalized/string": "^3.2.5",
"@react-aria/collections": "3.0.0-beta.0",
"@react-aria/i18n": "^3.12.6",
"@react-aria/collections": "3.0.0-beta.1",
"@react-aria/i18n": "^3.12.7",
"@react-aria/ssr": "^3.9.7",
"@react-aria/utils": "^3.28.0",
"@react-aria/visually-hidden": "^3.8.20",
"@react-spectrum/accordion": "^3.0.3",
"@react-spectrum/actionbar": "^3.6.4",
"@react-spectrum/actiongroup": "^3.10.12",
"@react-spectrum/avatar": "^3.0.19",
"@react-spectrum/badge": "^3.1.20",
"@react-spectrum/breadcrumbs": "^3.9.14",
"@react-spectrum/button": "^3.16.11",
"@react-spectrum/buttongroup": "^3.6.19",
"@react-spectrum/calendar": "^3.6.1",
"@react-spectrum/checkbox": "^3.9.13",
"@react-spectrum/color": "^3.0.4",
"@react-spectrum/combobox": "^3.15.0",
"@react-spectrum/contextualhelp": "^3.6.18",
"@react-spectrum/datepicker": "^3.13.0",
"@react-spectrum/dialog": "^3.8.18",
"@react-spectrum/divider": "^3.5.20",
"@react-spectrum/dnd": "^3.5.2",
"@react-spectrum/dropzone": "^3.0.8",
"@react-spectrum/filetrigger": "^3.0.8",
"@react-spectrum/form": "^3.7.12",
"@react-spectrum/icon": "^3.8.2",
"@react-spectrum/illustratedmessage": "^3.5.7",
"@react-spectrum/image": "^3.5.8",
"@react-spectrum/inlinealert": "^3.2.12",
"@react-spectrum/labeledvalue": "^3.2.0",
"@react-spectrum/layout": "^3.6.12",
"@react-spectrum/link": "^3.6.14",
"@react-spectrum/list": "^3.9.2",
"@react-spectrum/listbox": "^3.14.2",
"@react-spectrum/menu": "^3.21.2",
"@react-spectrum/meter": "^3.5.7",
"@react-spectrum/numberfield": "^3.9.10",
"@react-spectrum/overlays": "^5.7.2",
"@react-spectrum/picker": "^3.15.6",
"@react-spectrum/progress": "^3.7.13",
"@react-spectrum/provider": "^3.10.2",
"@react-spectrum/radio": "^3.7.13",
"@react-spectrum/searchfield": "^3.8.13",
"@react-spectrum/slider": "^3.7.2",
"@react-spectrum/statuslight": "^3.5.19",
"@react-spectrum/switch": "^3.5.12",
"@react-spectrum/table": "^3.16.0",
"@react-spectrum/tabs": "^3.8.17",
"@react-spectrum/tag": "^3.2.13",
"@react-spectrum/text": "^3.5.12",
"@react-spectrum/textfield": "^3.13.0",
"@react-aria/utils": "^3.28.1",
"@react-aria/visually-hidden": "^3.8.21",
"@react-spectrum/accordion": "^3.0.4",
"@react-spectrum/actionbar": "^3.6.5",
"@react-spectrum/actiongroup": "^3.10.13",
"@react-spectrum/avatar": "^3.0.20",
"@react-spectrum/badge": "^3.1.21",
"@react-spectrum/breadcrumbs": "^3.9.15",
"@react-spectrum/button": "^3.16.12",
"@react-spectrum/buttongroup": "^3.6.20",
"@react-spectrum/calendar": "^3.6.2",
"@react-spectrum/checkbox": "^3.9.14",
"@react-spectrum/color": "^3.0.5",
"@react-spectrum/combobox": "^3.15.1",
"@react-spectrum/contextualhelp": "^3.6.19",
"@react-spectrum/datepicker": "^3.13.1",
"@react-spectrum/dialog": "^3.8.19",
"@react-spectrum/divider": "^3.5.21",
"@react-spectrum/dnd": "^3.5.3",
"@react-spectrum/dropzone": "^3.0.9",
"@react-spectrum/filetrigger": "^3.0.9",
"@react-spectrum/form": "^3.7.13",
"@react-spectrum/icon": "^3.8.3",
"@react-spectrum/illustratedmessage": "^3.5.8",
"@react-spectrum/image": "^3.5.9",
"@react-spectrum/inlinealert": "^3.2.13",
"@react-spectrum/labeledvalue": "^3.2.1",
"@react-spectrum/layout": "^3.6.13",
"@react-spectrum/link": "^3.6.15",
"@react-spectrum/list": "^3.9.3",
"@react-spectrum/listbox": "^3.14.3",
"@react-spectrum/menu": "^3.21.3",
"@react-spectrum/meter": "^3.5.8",
"@react-spectrum/numberfield": "^3.9.11",
"@react-spectrum/overlays": "^5.7.3",
"@react-spectrum/picker": "^3.15.7",
"@react-spectrum/progress": "^3.7.14",
"@react-spectrum/provider": "^3.10.3",
"@react-spectrum/radio": "^3.7.14",
"@react-spectrum/searchfield": "^3.8.14",
"@react-spectrum/slider": "^3.7.3",
"@react-spectrum/statuslight": "^3.5.20",
"@react-spectrum/switch": "^3.5.13",
"@react-spectrum/table": "^3.16.1",
"@react-spectrum/tabs": "^3.8.18",
"@react-spectrum/tag": "^3.2.14",
"@react-spectrum/text": "^3.5.13",
"@react-spectrum/textfield": "^3.13.1",
"@react-spectrum/theme-dark": "^3.5.16",
"@react-spectrum/theme-default": "^3.5.16",
"@react-spectrum/theme-light": "^3.4.16",
"@react-spectrum/toast": "^3.0.0",
"@react-spectrum/tooltip": "^3.7.2",
"@react-spectrum/tree": "^3.0.0",
"@react-spectrum/view": "^3.6.16",
"@react-spectrum/well": "^3.4.20",
"@react-spectrum/toast": "^3.0.1",
"@react-spectrum/tooltip": "^3.7.3",
"@react-spectrum/tree": "^3.0.1",
"@react-spectrum/view": "^3.6.17",
"@react-spectrum/well": "^3.4.21",
"@react-stately/collections": "^3.12.2",
"@react-stately/data": "^3.12.2",
"@react-types/shared": "^3.28.0",
10 changes: 5 additions & 5 deletions packages/@react-aria/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/actiongroup",
"version": "3.7.13",
"version": "3.7.14",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,10 +22,10 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/focus": "^3.20.0",
"@react-aria/i18n": "^3.12.6",
"@react-aria/interactions": "^3.24.0",
"@react-aria/utils": "^3.28.0",
"@react-aria/focus": "^3.20.1",
"@react-aria/i18n": "^3.12.7",
"@react-aria/interactions": "^3.24.1",
"@react-aria/utils": "^3.28.1",
"@react-stately/list": "^3.12.0",
"@react-types/actiongroup": "^3.4.15",
"@react-types/shared": "^3.28.0",
2 changes: 1 addition & 1 deletion packages/@react-aria/autocomplete/docs/useAutocomplete.mdx
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ import {InlineAlert, Content, Heading} from '@adobe/react-spectrum';
---
category: Pickers
keywords: [autocomplete, autosuggest, typeahead, search, aria]
after_version: 3.0.0
preRelease: beta
---

# useAutocomplete
18 changes: 9 additions & 9 deletions packages/@react-aria/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/autocomplete",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,14 +22,14 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/combobox": "^3.12.0",
"@react-aria/focus": "^3.20.0",
"@react-aria/i18n": "^3.12.6",
"@react-aria/interactions": "^3.24.0",
"@react-aria/listbox": "^3.14.1",
"@react-aria/searchfield": "^3.8.1",
"@react-aria/textfield": "^3.17.0",
"@react-aria/utils": "^3.28.0",
"@react-aria/combobox": "^3.12.1",
"@react-aria/focus": "^3.20.1",
"@react-aria/i18n": "^3.12.7",
"@react-aria/interactions": "^3.24.1",
"@react-aria/listbox": "^3.14.2",
"@react-aria/searchfield": "^3.8.2",
"@react-aria/textfield": "^3.17.1",
"@react-aria/utils": "^3.28.1",
"@react-stately/autocomplete": "3.0.0-beta.0",
"@react-stately/combobox": "^3.10.3",
"@react-types/autocomplete": "3.0.0-alpha.29",
8 changes: 4 additions & 4 deletions packages/@react-aria/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/breadcrumbs",
"version": "3.5.21",
"version": "3.5.22",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,9 +22,9 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/i18n": "^3.12.6",
"@react-aria/link": "^3.7.9",
"@react-aria/utils": "^3.28.0",
"@react-aria/i18n": "^3.12.7",
"@react-aria/link": "^3.7.10",
"@react-aria/utils": "^3.28.1",
"@react-types/breadcrumbs": "^3.7.11",
"@react-types/shared": "^3.28.0",
"@swc/helpers": "^0.5.0"
8 changes: 4 additions & 4 deletions packages/@react-aria/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/button",
"version": "3.12.0",
"version": "3.12.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,9 +22,9 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/interactions": "^3.24.0",
"@react-aria/toolbar": "3.0.0-beta.13",
"@react-aria/utils": "^3.28.0",
"@react-aria/interactions": "^3.24.1",
"@react-aria/toolbar": "3.0.0-beta.14",
"@react-aria/utils": "^3.28.1",
"@react-stately/toggle": "^3.8.2",
"@react-types/button": "^3.11.0",
"@react-types/shared": "^3.28.0",
8 changes: 4 additions & 4 deletions packages/@react-aria/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/calendar",
"version": "3.7.1",
"version": "3.7.2",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -23,10 +23,10 @@
},
"dependencies": {
"@internationalized/date": "^3.7.0",
"@react-aria/i18n": "^3.12.6",
"@react-aria/interactions": "^3.24.0",
"@react-aria/i18n": "^3.12.7",
"@react-aria/interactions": "^3.24.1",
"@react-aria/live-announcer": "^3.4.1",
"@react-aria/utils": "^3.28.0",
"@react-aria/utils": "^3.28.1",
"@react-stately/calendar": "^3.7.1",
"@react-types/button": "^3.11.0",
"@react-types/calendar": "^3.6.1",
12 changes: 6 additions & 6 deletions packages/@react-aria/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/checkbox",
"version": "3.15.2",
"version": "3.15.3",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,11 +22,11 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/form": "^3.0.13",
"@react-aria/interactions": "^3.24.0",
"@react-aria/label": "^3.7.15",
"@react-aria/toggle": "^3.11.0",
"@react-aria/utils": "^3.28.0",
"@react-aria/form": "^3.0.14",
"@react-aria/interactions": "^3.24.1",
"@react-aria/label": "^3.7.16",
"@react-aria/toggle": "^3.11.1",
"@react-aria/utils": "^3.28.1",
"@react-stately/checkbox": "^3.6.12",
"@react-stately/form": "^3.1.2",
"@react-stately/toggle": "^3.8.2",
6 changes: 3 additions & 3 deletions packages/@react-aria/collections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/collections",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
@@ -22,9 +22,9 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/interactions": "^3.24.0",
"@react-aria/interactions": "^3.24.1",
"@react-aria/ssr": "^3.9.7",
"@react-aria/utils": "^3.28.0",
"@react-aria/utils": "^3.28.1",
"@react-types/shared": "^3.28.0",
"@swc/helpers": "^0.5.0",
"use-sync-external-store": "^1.4.0"
Loading