@backstage/ui 0.0.0-nightly-20250805025628 → 0.0.0-nightly-20250807025513
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.
- package/CHANGELOG.md +7 -1
- package/css/styles.css +4 -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-
|
|
3
|
+
## 0.0.0-nightly-20250807025513
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
- d4e603e: Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.
|
|
16
16
|
- e0e886f: Adds onTabSelectionChange to ui header component.
|
|
17
17
|
|
|
18
|
+
## 0.7.0-next.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- d4e603e: Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.
|
|
23
|
+
|
|
18
24
|
## 0.7.0-next.1
|
|
19
25
|
|
|
20
26
|
### Patch Changes
|
package/css/styles.css
CHANGED
|
@@ -10429,7 +10429,6 @@
|
|
|
10429
10429
|
font-size: var(--bui-font-size-3);
|
|
10430
10430
|
font-family: var(--bui-font-regular);
|
|
10431
10431
|
color: var(--bui-fg-primary);
|
|
10432
|
-
--tooltip-offset: var(--bui-space-3);
|
|
10433
10432
|
border-radius: 4px;
|
|
10434
10433
|
outline: none;
|
|
10435
10434
|
transition: transform .2s, opacity .2s;
|
|
@@ -10441,6 +10440,8 @@
|
|
|
10441
10440
|
opacity: 0;
|
|
10442
10441
|
}
|
|
10443
10442
|
|
|
10443
|
+
--tooltip-offset: var(--bui-space-3);
|
|
10444
|
+
|
|
10444
10445
|
&[data-placement="top"] {
|
|
10445
10446
|
margin-bottom: var(--tooltip-offset);
|
|
10446
10447
|
--origin: translateY(4px);
|
|
@@ -10464,7 +10465,6 @@
|
|
|
10464
10465
|
|
|
10465
10466
|
.bui-TooltipArrow {
|
|
10466
10467
|
& svg {
|
|
10467
|
-
--tooltip-arrow-overlap: -2px;
|
|
10468
10468
|
display: block;
|
|
10469
10469
|
|
|
10470
10470
|
& path:first-child {
|
|
@@ -10474,6 +10474,8 @@
|
|
|
10474
10474
|
& path:nth-child(2) {
|
|
10475
10475
|
fill: var(--bui-gray-3);
|
|
10476
10476
|
}
|
|
10477
|
+
|
|
10478
|
+
--tooltip-arrow-overlap: -2px;
|
|
10477
10479
|
}
|
|
10478
10480
|
|
|
10479
10481
|
&[data-placement="top"] svg {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/ui",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250807025513",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-aria-components": "^1.10.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20250807025513",
|
|
54
54
|
"@storybook/addon-essentials": "^8.6.12",
|
|
55
55
|
"@storybook/addon-interactions": "^8.6.12",
|
|
56
56
|
"@storybook/addon-styling-webpack": "^1.0.1",
|