@backstage/ui 0.17.1-next.0 → 0.17.1
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 +6 -0
- package/dist/css/styles.css +38 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @backstage/ui
|
|
2
2
|
|
|
3
|
+
## 0.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 52a58be: Fixed Table not filling container width in Firefox when using `TableRoot` directly inside `ResizableTableContainer`. Changed `overflow: hidden` to `overflow: auto` on the resizable container so it handles scrolling for direct `TableRoot` usages.
|
|
8
|
+
|
|
3
9
|
## 0.17.1-next.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/css/styles.css
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
* See the License for the specific language governing permissions and
|
|
17
17
|
* limitations under the License.
|
|
18
18
|
*/
|
|
19
|
+
|
|
19
20
|
/* Tokens */
|
|
20
21
|
/*
|
|
21
22
|
* Copyright 2024 The Backstage Authors
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
* See the License for the specific language governing permissions and
|
|
33
34
|
* limitations under the License.
|
|
34
35
|
*/
|
|
36
|
+
|
|
35
37
|
@layer tokens {
|
|
36
38
|
/* Light theme tokens (also used for nested light theme switching) */
|
|
37
39
|
:root,
|
|
@@ -348,15 +350,19 @@
|
|
|
348
350
|
--bui-shadow: none;
|
|
349
351
|
}
|
|
350
352
|
}
|
|
353
|
+
|
|
351
354
|
/* Base */
|
|
352
355
|
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
356
|
+
|
|
353
357
|
/*
|
|
354
358
|
Document
|
|
355
359
|
========
|
|
356
360
|
*/
|
|
361
|
+
|
|
357
362
|
/**
|
|
358
363
|
Use a better box model (opinionated).
|
|
359
364
|
*/
|
|
365
|
+
|
|
360
366
|
@layer base {
|
|
361
367
|
*,
|
|
362
368
|
::before,
|
|
@@ -574,6 +580,7 @@ Add the correct display in Chrome and Safari.
|
|
|
574
580
|
* See the License for the specific language governing permissions and
|
|
575
581
|
* limitations under the License.
|
|
576
582
|
*/
|
|
583
|
+
|
|
577
584
|
@layer base {
|
|
578
585
|
:where(a) {
|
|
579
586
|
color: inherit;
|
|
@@ -642,7 +649,9 @@ Add the correct display in Chrome and Safari.
|
|
|
642
649
|
--bui-bg-inherit: var(--bui-bg-success);
|
|
643
650
|
}
|
|
644
651
|
}
|
|
652
|
+
|
|
645
653
|
/* Utilities */
|
|
654
|
+
|
|
646
655
|
/* Padding */
|
|
647
656
|
/*
|
|
648
657
|
* Copyright 2025 The Backstage Authors
|
|
@@ -659,6 +668,7 @@ Add the correct display in Chrome and Safari.
|
|
|
659
668
|
* See the License for the specific language governing permissions and
|
|
660
669
|
* limitations under the License.
|
|
661
670
|
*/
|
|
671
|
+
|
|
662
672
|
@layer utilities {
|
|
663
673
|
.bui-p {
|
|
664
674
|
padding: var(--p);
|
|
@@ -1098,6 +1108,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1098
1108
|
* See the License for the specific language governing permissions and
|
|
1099
1109
|
* limitations under the License.
|
|
1100
1110
|
*/
|
|
1111
|
+
|
|
1101
1112
|
@layer utilities {
|
|
1102
1113
|
.bui-pl {
|
|
1103
1114
|
padding-left: var(--pl);
|
|
@@ -1537,6 +1548,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1537
1548
|
* See the License for the specific language governing permissions and
|
|
1538
1549
|
* limitations under the License.
|
|
1539
1550
|
*/
|
|
1551
|
+
|
|
1540
1552
|
@layer utilities {
|
|
1541
1553
|
.bui-pr {
|
|
1542
1554
|
padding-right: var(--pr);
|
|
@@ -1976,6 +1988,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1976
1988
|
* See the License for the specific language governing permissions and
|
|
1977
1989
|
* limitations under the License.
|
|
1978
1990
|
*/
|
|
1991
|
+
|
|
1979
1992
|
@layer utilities {
|
|
1980
1993
|
.bui-pt {
|
|
1981
1994
|
padding-top: var(--pt);
|
|
@@ -2415,6 +2428,7 @@ Add the correct display in Chrome and Safari.
|
|
|
2415
2428
|
* See the License for the specific language governing permissions and
|
|
2416
2429
|
* limitations under the License.
|
|
2417
2430
|
*/
|
|
2431
|
+
|
|
2418
2432
|
@layer utilities {
|
|
2419
2433
|
.bui-pb {
|
|
2420
2434
|
padding-bottom: var(--pb);
|
|
@@ -2854,6 +2868,7 @@ Add the correct display in Chrome and Safari.
|
|
|
2854
2868
|
* See the License for the specific language governing permissions and
|
|
2855
2869
|
* limitations under the License.
|
|
2856
2870
|
*/
|
|
2871
|
+
|
|
2857
2872
|
@layer utilities {
|
|
2858
2873
|
.bui-py {
|
|
2859
2874
|
padding-top: var(--py);
|
|
@@ -3395,6 +3410,7 @@ Add the correct display in Chrome and Safari.
|
|
|
3395
3410
|
* See the License for the specific language governing permissions and
|
|
3396
3411
|
* limitations under the License.
|
|
3397
3412
|
*/
|
|
3413
|
+
|
|
3398
3414
|
@layer utilities {
|
|
3399
3415
|
.bui-px {
|
|
3400
3416
|
padding-left: var(--px);
|
|
@@ -3921,6 +3937,7 @@ Add the correct display in Chrome and Safari.
|
|
|
3921
3937
|
}
|
|
3922
3938
|
}
|
|
3923
3939
|
}
|
|
3940
|
+
|
|
3924
3941
|
/* Margin */
|
|
3925
3942
|
/*
|
|
3926
3943
|
* Copyright 2025 The Backstage Authors
|
|
@@ -3937,6 +3954,7 @@ Add the correct display in Chrome and Safari.
|
|
|
3937
3954
|
* See the License for the specific language governing permissions and
|
|
3938
3955
|
* limitations under the License.
|
|
3939
3956
|
*/
|
|
3957
|
+
|
|
3940
3958
|
@layer utilities {
|
|
3941
3959
|
.bui-m {
|
|
3942
3960
|
margin: var(--m);
|
|
@@ -4376,6 +4394,7 @@ Add the correct display in Chrome and Safari.
|
|
|
4376
4394
|
* See the License for the specific language governing permissions and
|
|
4377
4395
|
* limitations under the License.
|
|
4378
4396
|
*/
|
|
4397
|
+
|
|
4379
4398
|
@layer utilities {
|
|
4380
4399
|
.bui-ml {
|
|
4381
4400
|
margin-left: var(--ml);
|
|
@@ -4815,6 +4834,7 @@ Add the correct display in Chrome and Safari.
|
|
|
4815
4834
|
* See the License for the specific language governing permissions and
|
|
4816
4835
|
* limitations under the License.
|
|
4817
4836
|
*/
|
|
4837
|
+
|
|
4818
4838
|
@layer utilities {
|
|
4819
4839
|
.bui-mr {
|
|
4820
4840
|
margin-right: var(--mr);
|
|
@@ -5254,6 +5274,7 @@ Add the correct display in Chrome and Safari.
|
|
|
5254
5274
|
* See the License for the specific language governing permissions and
|
|
5255
5275
|
* limitations under the License.
|
|
5256
5276
|
*/
|
|
5277
|
+
|
|
5257
5278
|
@layer utilities {
|
|
5258
5279
|
.bui-mt {
|
|
5259
5280
|
margin-top: var(--mt);
|
|
@@ -5693,6 +5714,7 @@ Add the correct display in Chrome and Safari.
|
|
|
5693
5714
|
* See the License for the specific language governing permissions and
|
|
5694
5715
|
* limitations under the License.
|
|
5695
5716
|
*/
|
|
5717
|
+
|
|
5696
5718
|
@layer utilities {
|
|
5697
5719
|
.bui-mb {
|
|
5698
5720
|
margin-bottom: var(--mb);
|
|
@@ -6132,6 +6154,7 @@ Add the correct display in Chrome and Safari.
|
|
|
6132
6154
|
* See the License for the specific language governing permissions and
|
|
6133
6155
|
* limitations under the License.
|
|
6134
6156
|
*/
|
|
6157
|
+
|
|
6135
6158
|
@layer utilities {
|
|
6136
6159
|
.bui-my {
|
|
6137
6160
|
margin-top: var(--my);
|
|
@@ -6673,6 +6696,7 @@ Add the correct display in Chrome and Safari.
|
|
|
6673
6696
|
* See the License for the specific language governing permissions and
|
|
6674
6697
|
* limitations under the License.
|
|
6675
6698
|
*/
|
|
6699
|
+
|
|
6676
6700
|
@layer utilities {
|
|
6677
6701
|
.bui-mx {
|
|
6678
6702
|
margin-left: var(--mx);
|
|
@@ -7199,6 +7223,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7199
7223
|
}
|
|
7200
7224
|
}
|
|
7201
7225
|
}
|
|
7226
|
+
|
|
7202
7227
|
/* Display */
|
|
7203
7228
|
/*
|
|
7204
7229
|
* Copyright 2025 The Backstage Authors
|
|
@@ -7215,6 +7240,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7215
7240
|
* See the License for the specific language governing permissions and
|
|
7216
7241
|
* limitations under the License.
|
|
7217
7242
|
*/
|
|
7243
|
+
|
|
7218
7244
|
@layer utilities {
|
|
7219
7245
|
.bui-display-none {
|
|
7220
7246
|
display: none;
|
|
@@ -7327,6 +7353,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7327
7353
|
}
|
|
7328
7354
|
}
|
|
7329
7355
|
}
|
|
7356
|
+
|
|
7330
7357
|
/* Width */
|
|
7331
7358
|
/*
|
|
7332
7359
|
* Copyright 2025 The Backstage Authors
|
|
@@ -7343,6 +7370,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7343
7370
|
* See the License for the specific language governing permissions and
|
|
7344
7371
|
* limitations under the License.
|
|
7345
7372
|
*/
|
|
7373
|
+
|
|
7346
7374
|
@layer utilities {
|
|
7347
7375
|
.bui-w {
|
|
7348
7376
|
width: var(--width);
|
|
@@ -7431,6 +7459,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7431
7459
|
}
|
|
7432
7460
|
}
|
|
7433
7461
|
}
|
|
7462
|
+
|
|
7434
7463
|
/* Height */
|
|
7435
7464
|
/*
|
|
7436
7465
|
* Copyright 2025 The Backstage Authors
|
|
@@ -7447,6 +7476,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7447
7476
|
* See the License for the specific language governing permissions and
|
|
7448
7477
|
* limitations under the License.
|
|
7449
7478
|
*/
|
|
7479
|
+
|
|
7450
7480
|
@layer utilities {
|
|
7451
7481
|
.bui-h {
|
|
7452
7482
|
height: var(--height);
|
|
@@ -7535,6 +7565,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7535
7565
|
}
|
|
7536
7566
|
}
|
|
7537
7567
|
}
|
|
7568
|
+
|
|
7538
7569
|
/* Position */
|
|
7539
7570
|
/*
|
|
7540
7571
|
* Copyright 2025 The Backstage Authors
|
|
@@ -7551,6 +7582,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7551
7582
|
* See the License for the specific language governing permissions and
|
|
7552
7583
|
* limitations under the License.
|
|
7553
7584
|
*/
|
|
7585
|
+
|
|
7554
7586
|
@layer utilities {
|
|
7555
7587
|
.bui-position-absolute {
|
|
7556
7588
|
position: absolute;
|
|
@@ -7687,6 +7719,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7687
7719
|
}
|
|
7688
7720
|
}
|
|
7689
7721
|
}
|
|
7722
|
+
|
|
7690
7723
|
/* Grid */
|
|
7691
7724
|
/*
|
|
7692
7725
|
* Copyright 2025 The Backstage Authors
|
|
@@ -7703,6 +7736,7 @@ Add the correct display in Chrome and Safari.
|
|
|
7703
7736
|
* See the License for the specific language governing permissions and
|
|
7704
7737
|
* limitations under the License.
|
|
7705
7738
|
*/
|
|
7739
|
+
|
|
7706
7740
|
@layer utilities {
|
|
7707
7741
|
.bui-columns-1 {
|
|
7708
7742
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
@@ -8997,6 +9031,7 @@ Add the correct display in Chrome and Safari.
|
|
|
8997
9031
|
}
|
|
8998
9032
|
}
|
|
8999
9033
|
}
|
|
9034
|
+
|
|
9000
9035
|
/* Gap */
|
|
9001
9036
|
/*
|
|
9002
9037
|
* Copyright 2025 The Backstage Authors
|
|
@@ -9013,6 +9048,7 @@ Add the correct display in Chrome and Safari.
|
|
|
9013
9048
|
* See the License for the specific language governing permissions and
|
|
9014
9049
|
* limitations under the License.
|
|
9015
9050
|
*/
|
|
9051
|
+
|
|
9016
9052
|
@layer utilities {
|
|
9017
9053
|
.bui-gap {
|
|
9018
9054
|
gap: var(--gap);
|
|
@@ -9437,6 +9473,7 @@ Add the correct display in Chrome and Safari.
|
|
|
9437
9473
|
}
|
|
9438
9474
|
}
|
|
9439
9475
|
}
|
|
9476
|
+
|
|
9440
9477
|
/* Flex */
|
|
9441
9478
|
/*
|
|
9442
9479
|
* Copyright 2025 The Backstage Authors
|
|
@@ -9453,6 +9490,7 @@ Add the correct display in Chrome and Safari.
|
|
|
9453
9490
|
* See the License for the specific language governing permissions and
|
|
9454
9491
|
* limitations under the License.
|
|
9455
9492
|
*/
|
|
9493
|
+
|
|
9456
9494
|
@layer utilities {
|
|
9457
9495
|
.bui-align-start {
|
|
9458
9496
|
align-items: start;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/ui",
|
|
3
|
-
"version": "0.17.1
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/version-bridge": "1.0.12",
|
|
53
|
+
"@backstage/version-bridge": "^1.0.12",
|
|
54
54
|
"@braintree/sanitize-url": "^7.1.2",
|
|
55
55
|
"@internationalized/date": "^3.12.0",
|
|
56
56
|
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"use-sync-external-store": "^1.4.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/cli": "0.36.
|
|
67
|
-
"@backstage/core-components": "0.18.13
|
|
66
|
+
"@backstage/cli": "^0.36.5",
|
|
67
|
+
"@backstage/core-components": "^0.18.13",
|
|
68
68
|
"@storybook/react-vite": "^10.4.0",
|
|
69
69
|
"@testing-library/jest-dom": "^6.0.0",
|
|
70
70
|
"@testing-library/react": "^16.0.0",
|