@backstage/ui 0.0.0-nightly-20250930023828 → 0.0.0-nightly-20251002023820

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/ui
2
2
 
3
- ## 0.0.0-nightly-20250930023828
3
+ ## 0.0.0-nightly-20251002023820
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,6 +9,13 @@
9
9
  - 9a47125: Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.
10
10
  - 4adbb03: Avoid overriding onChange when spreading props
11
11
 
12
+ ## 0.7.2-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - a9b88be: Enable tooltips on disabled buttons with automatic wrapper
17
+ - 4adbb03: Avoid overriding onChange when spreading props
18
+
12
19
  ## 0.7.2-next.0
13
20
 
14
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/ui",
3
- "version": "0.0.0-nightly-20250930023828",
3
+ "version": "0.0.0-nightly-20251002023820",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  "react-aria-components": "^1.10.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20250930023828",
48
+ "@backstage/cli": "0.0.0-nightly-20251002023820",
49
49
  "@types/react": "^18.0.0",
50
50
  "@types/react-dom": "^18.0.0",
51
51
  "chalk": "^5.4.1",