@techdocs/cli 0.0.0-nightly-20260422031853 → 0.0.0-nightly-20260424031925
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 -6
- package/dist/embedded-app/.config-schema.json +107 -107
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{123.55101694.chunk.js → 123.0e1e043e.chunk.js} +2 -2
- package/dist/embedded-app/static/{123.55101694.chunk.js.map → 123.0e1e043e.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{1659.41246705.chunk.js → 1659.051ec2f9.chunk.js} +2 -2
- package/dist/embedded-app/static/{1659.41246705.chunk.js.map → 1659.051ec2f9.chunk.js.map} +1 -1
- package/dist/embedded-app/static/1749.1749.33fbdf5c.css +2 -0
- package/dist/embedded-app/static/1749.1749.33fbdf5c.css.map +1 -0
- package/dist/embedded-app/static/1994.1994.cf9d0e51.css +2 -0
- package/dist/embedded-app/static/1994.1994.cf9d0e51.css.map +1 -0
- package/dist/embedded-app/static/2295.2295.8552430f.css +2 -0
- package/dist/embedded-app/static/2295.2295.8552430f.css.map +1 -0
- package/dist/embedded-app/static/{4587.4de2dfb9.chunk.js → 4587.42414d01.chunk.js} +2 -2
- package/dist/embedded-app/static/{4587.4de2dfb9.chunk.js.map → 4587.42414d01.chunk.js.map} +1 -1
- package/dist/embedded-app/static/4648.4648.a5478897.css +2 -0
- package/dist/embedded-app/static/4648.4648.a5478897.css.map +1 -0
- package/dist/embedded-app/static/6138.6138.13cad126.css +2 -0
- package/dist/embedded-app/static/6138.6138.13cad126.css.map +1 -0
- package/dist/embedded-app/static/7203.7203.c8c33fcc.css +2 -0
- package/dist/embedded-app/static/7203.7203.c8c33fcc.css.map +1 -0
- package/dist/embedded-app/static/9050.9050.c42f7106.css +2 -0
- package/dist/embedded-app/static/9050.9050.c42f7106.css.map +1 -0
- package/dist/embedded-app/static/9230.9230.382dd963.css +2 -0
- package/dist/embedded-app/static/9230.9230.382dd963.css.map +1 -0
- package/dist/embedded-app/static/{main.f9ce547f.css → main.51394e74.css} +2 -2
- package/dist/embedded-app/static/{main.f9ce547f.css.map → main.51394e74.css.map} +1 -1
- package/dist/embedded-app/static/main.6087e86c.js +523 -0
- package/dist/embedded-app/static/main.6087e86c.js.map +1 -0
- package/dist/embedded-app/static/module-remixicon.341273f1.js.map +1 -1
- package/dist/embedded-app/static/{runtime.3e008db8.js → runtime.48a8d7e9.js} +2 -2
- package/dist/embedded-app/static/{runtime.3e008db8.js.map → runtime.48a8d7e9.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.746fde4e.js → vendor.3c1bdc43.js} +2 -2
- package/dist/embedded-app/static/vendor.3c1bdc43.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/1749.1749.8baddcfb.css +0 -2
- package/dist/embedded-app/static/1749.1749.8baddcfb.css.map +0 -1
- package/dist/embedded-app/static/1994.1994.ffd8676b.css +0 -2
- package/dist/embedded-app/static/1994.1994.ffd8676b.css.map +0 -1
- package/dist/embedded-app/static/2295.2295.936ed793.css +0 -2
- package/dist/embedded-app/static/2295.2295.936ed793.css.map +0 -1
- package/dist/embedded-app/static/4648.4648.c470d11c.css +0 -2
- package/dist/embedded-app/static/4648.4648.c470d11c.css.map +0 -1
- package/dist/embedded-app/static/6138.6138.e2289b5d.css +0 -2
- package/dist/embedded-app/static/6138.6138.e2289b5d.css.map +0 -1
- package/dist/embedded-app/static/7203.7203.cefa9a1b.css +0 -2
- package/dist/embedded-app/static/7203.7203.cefa9a1b.css.map +0 -1
- package/dist/embedded-app/static/9050.9050.90aa6155.css +0 -2
- package/dist/embedded-app/static/9050.9050.90aa6155.css.map +0 -1
- package/dist/embedded-app/static/9230.9230.a84ae986.css +0 -2
- package/dist/embedded-app/static/9230.9230.a84ae986.css.map +0 -1
- package/dist/embedded-app/static/main.c8ae213c.js +0 -523
- package/dist/embedded-app/static/main.c8ae213c.js.map +0 -1
- package/dist/embedded-app/static/vendor.746fde4e.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260424031925
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 0c5e41f: Removed unused dependencies that had no imports in source code.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
10
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
11
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
12
|
-
- @backstage/config@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260424031925
|
|
10
|
+
- @backstage/catalog-model@0.0.0-nightly-20260424031925
|
|
11
|
+
- @backstage/cli-common@0.0.0-nightly-20260424031925
|
|
12
|
+
- @backstage/config@0.0.0-nightly-20260424031925
|
|
13
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260424031925
|
|
14
14
|
|
|
15
15
|
## 1.10.8-next.0
|
|
16
16
|
|
|
@@ -131,52 +131,6 @@
|
|
|
131
131
|
},
|
|
132
132
|
"packageName": "@backstage/plugin-permission-common"
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../core-components/config.d.ts",
|
|
136
|
-
"value": {
|
|
137
|
-
"type": "object",
|
|
138
|
-
"properties": {
|
|
139
|
-
"auth": {
|
|
140
|
-
"type": "object",
|
|
141
|
-
"properties": {
|
|
142
|
-
"autologout": {
|
|
143
|
-
"description": "Autologout feature configuration",
|
|
144
|
-
"type": "object",
|
|
145
|
-
"properties": {
|
|
146
|
-
"enabled": {
|
|
147
|
-
"description": "Enable or disable the autologout feature",
|
|
148
|
-
"visibility": "frontend",
|
|
149
|
-
"type": "boolean"
|
|
150
|
-
},
|
|
151
|
-
"idleTimeoutMinutes": {
|
|
152
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
153
|
-
"visibility": "frontend",
|
|
154
|
-
"type": "number"
|
|
155
|
-
},
|
|
156
|
-
"promptBeforeIdleSeconds": {
|
|
157
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
158
|
-
"visibility": "frontend",
|
|
159
|
-
"type": "number"
|
|
160
|
-
},
|
|
161
|
-
"useWorkerTimers": {
|
|
162
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
163
|
-
"visibility": "frontend",
|
|
164
|
-
"type": "boolean"
|
|
165
|
-
},
|
|
166
|
-
"logoutIfDisconnected": {
|
|
167
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
168
|
-
"visibility": "frontend",
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
177
|
-
},
|
|
178
|
-
"packageName": "@backstage/core-components"
|
|
179
|
-
},
|
|
180
134
|
{
|
|
181
135
|
"path": "../core-app-api/config.d.ts",
|
|
182
136
|
"value": {
|
|
@@ -405,56 +359,41 @@
|
|
|
405
359
|
"packageName": "@backstage/core-app-api"
|
|
406
360
|
},
|
|
407
361
|
{
|
|
408
|
-
"path": "
|
|
362
|
+
"path": "../core-components/config.d.ts",
|
|
409
363
|
"value": {
|
|
410
364
|
"type": "object",
|
|
411
365
|
"properties": {
|
|
412
|
-
"
|
|
413
|
-
"description": "Configuration options for the techdocs plugin",
|
|
366
|
+
"auth": {
|
|
414
367
|
"type": "object",
|
|
415
368
|
"properties": {
|
|
416
|
-
"
|
|
417
|
-
"description": "
|
|
418
|
-
"visibility": "frontend",
|
|
419
|
-
"enum": [
|
|
420
|
-
"external",
|
|
421
|
-
"local"
|
|
422
|
-
],
|
|
423
|
-
"type": "string"
|
|
424
|
-
},
|
|
425
|
-
"legacyUseCaseSensitiveTripletPaths": {
|
|
426
|
-
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
427
|
-
"visibility": "frontend",
|
|
428
|
-
"type": "boolean"
|
|
429
|
-
},
|
|
430
|
-
"sanitizer": {
|
|
369
|
+
"autologout": {
|
|
370
|
+
"description": "Autologout feature configuration",
|
|
431
371
|
"type": "object",
|
|
432
372
|
"properties": {
|
|
433
|
-
"
|
|
434
|
-
"description": "
|
|
373
|
+
"enabled": {
|
|
374
|
+
"description": "Enable or disable the autologout feature",
|
|
435
375
|
"visibility": "frontend",
|
|
436
|
-
"type": "
|
|
437
|
-
"items": {
|
|
438
|
-
"type": "string"
|
|
439
|
-
}
|
|
376
|
+
"type": "boolean"
|
|
440
377
|
},
|
|
441
|
-
"
|
|
442
|
-
"description": "
|
|
378
|
+
"idleTimeoutMinutes": {
|
|
379
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
443
380
|
"visibility": "frontend",
|
|
444
|
-
"type": "
|
|
381
|
+
"type": "number"
|
|
445
382
|
},
|
|
446
|
-
"
|
|
447
|
-
"description": "
|
|
383
|
+
"promptBeforeIdleSeconds": {
|
|
384
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
448
385
|
"visibility": "frontend",
|
|
449
|
-
"type": "
|
|
386
|
+
"type": "number"
|
|
450
387
|
},
|
|
451
|
-
"
|
|
452
|
-
"description": "
|
|
388
|
+
"useWorkerTimers": {
|
|
389
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
453
390
|
"visibility": "frontend",
|
|
454
|
-
"type": "
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
391
|
+
"type": "boolean"
|
|
392
|
+
},
|
|
393
|
+
"logoutIfDisconnected": {
|
|
394
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
395
|
+
"visibility": "frontend",
|
|
396
|
+
"type": "boolean"
|
|
458
397
|
}
|
|
459
398
|
}
|
|
460
399
|
}
|
|
@@ -463,7 +402,7 @@
|
|
|
463
402
|
},
|
|
464
403
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
465
404
|
},
|
|
466
|
-
"packageName": "@backstage/
|
|
405
|
+
"packageName": "@backstage/core-components"
|
|
467
406
|
},
|
|
468
407
|
{
|
|
469
408
|
"path": "../integration/config.d.ts",
|
|
@@ -1196,6 +1135,67 @@
|
|
|
1196
1135
|
},
|
|
1197
1136
|
"packageName": "@backstage/frontend-app-api"
|
|
1198
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"path": "../../plugins/techdocs/config.d.ts",
|
|
1140
|
+
"value": {
|
|
1141
|
+
"type": "object",
|
|
1142
|
+
"properties": {
|
|
1143
|
+
"techdocs": {
|
|
1144
|
+
"description": "Configuration options for the techdocs plugin",
|
|
1145
|
+
"type": "object",
|
|
1146
|
+
"properties": {
|
|
1147
|
+
"builder": {
|
|
1148
|
+
"description": "Documentation building process depends on the builder attr",
|
|
1149
|
+
"visibility": "frontend",
|
|
1150
|
+
"enum": [
|
|
1151
|
+
"external",
|
|
1152
|
+
"local"
|
|
1153
|
+
],
|
|
1154
|
+
"type": "string"
|
|
1155
|
+
},
|
|
1156
|
+
"legacyUseCaseSensitiveTripletPaths": {
|
|
1157
|
+
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
1158
|
+
"visibility": "frontend",
|
|
1159
|
+
"type": "boolean"
|
|
1160
|
+
},
|
|
1161
|
+
"sanitizer": {
|
|
1162
|
+
"type": "object",
|
|
1163
|
+
"properties": {
|
|
1164
|
+
"allowedIframeHosts": {
|
|
1165
|
+
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
1166
|
+
"visibility": "frontend",
|
|
1167
|
+
"type": "array",
|
|
1168
|
+
"items": {
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"allowedCustomElementTagNameRegExp": {
|
|
1173
|
+
"description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
|
|
1174
|
+
"visibility": "frontend",
|
|
1175
|
+
"type": "string"
|
|
1176
|
+
},
|
|
1177
|
+
"allowedCustomElementAttributeNameRegExp": {
|
|
1178
|
+
"description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
|
|
1179
|
+
"visibility": "frontend",
|
|
1180
|
+
"type": "string"
|
|
1181
|
+
},
|
|
1182
|
+
"additionalAllowedURIProtocols": {
|
|
1183
|
+
"description": "Allows listed protocols in attributes with URI values\nExample:\n additionalAllowedURIProtocols: ['vscode']\n this will allow all attributes with URI values to have `vscode` protocol like `vscode://some/path` in addition to the default protocols\n matched by DOMPurify's IS_ALLOWED_URI RegExp:",
|
|
1184
|
+
"visibility": "frontend",
|
|
1185
|
+
"type": "array",
|
|
1186
|
+
"items": {
|
|
1187
|
+
"type": "string"
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1196
|
+
},
|
|
1197
|
+
"packageName": "@backstage/plugin-techdocs"
|
|
1198
|
+
},
|
|
1199
1199
|
{
|
|
1200
1200
|
"path": "../backend-plugin-api/config.d.ts",
|
|
1201
1201
|
"value": {
|
|
@@ -3209,6 +3209,30 @@
|
|
|
3209
3209
|
},
|
|
3210
3210
|
"packageName": "@backstage/backend-defaults"
|
|
3211
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
"path": "../../plugins/events-node/config.d.ts",
|
|
3214
|
+
"value": {
|
|
3215
|
+
"type": "object",
|
|
3216
|
+
"properties": {
|
|
3217
|
+
"events": {
|
|
3218
|
+
"type": "object",
|
|
3219
|
+
"properties": {
|
|
3220
|
+
"useEventBus": {
|
|
3221
|
+
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
3222
|
+
"enum": [
|
|
3223
|
+
"always",
|
|
3224
|
+
"auto",
|
|
3225
|
+
"never"
|
|
3226
|
+
],
|
|
3227
|
+
"type": "string"
|
|
3228
|
+
}
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3233
|
+
},
|
|
3234
|
+
"packageName": "@backstage/plugin-events-node"
|
|
3235
|
+
},
|
|
3212
3236
|
{
|
|
3213
3237
|
"path": "../backend-app-api/config.d.ts",
|
|
3214
3238
|
"value": {
|
|
@@ -3308,30 +3332,6 @@
|
|
|
3308
3332
|
},
|
|
3309
3333
|
"packageName": "@backstage/backend-app-api"
|
|
3310
3334
|
},
|
|
3311
|
-
{
|
|
3312
|
-
"path": "../../plugins/events-node/config.d.ts",
|
|
3313
|
-
"value": {
|
|
3314
|
-
"type": "object",
|
|
3315
|
-
"properties": {
|
|
3316
|
-
"events": {
|
|
3317
|
-
"type": "object",
|
|
3318
|
-
"properties": {
|
|
3319
|
-
"useEventBus": {
|
|
3320
|
-
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
3321
|
-
"enum": [
|
|
3322
|
-
"always",
|
|
3323
|
-
"auto",
|
|
3324
|
-
"never"
|
|
3325
|
-
],
|
|
3326
|
-
"type": "string"
|
|
3327
|
-
}
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
},
|
|
3331
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3332
|
-
},
|
|
3333
|
-
"packageName": "@backstage/plugin-events-node"
|
|
3334
|
-
},
|
|
3335
3335
|
{
|
|
3336
3336
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
3337
3337
|
"value": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.48a8d7e9.js"></script><script defer="defer" src="/static/module-react-aria.ee611fa4.js"></script><script defer="defer" src="/static/module-material-ui.b673969e.js"></script><script defer="defer" src="/static/module-motion-dom.3c999f2a.js"></script><script defer="defer" src="/static/module-lodash.abe41c34.js"></script><script defer="defer" src="/static/module-zod.bc4245f8.js"></script><script defer="defer" src="/static/module-ajv.ac283755.js"></script><script defer="defer" src="/static/module-framer-motion.f34ff33a.js"></script><script defer="defer" src="/static/module-mui.9c07ad9e.js"></script><script defer="defer" src="/static/module-react-stately.97fc37eb.js"></script><script defer="defer" src="/static/module-react-aria-components.d7b73980.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer="defer" src="/static/module-parse5.94980036.js"></script><script defer="defer" src="/static/module-react-dom.c631e87d.js"></script><script defer="defer" src="/static/module-react-hook-form.2803e955.js"></script><script defer="defer" src="/static/module-i18next.c154323c.js"></script><script defer="defer" src="/static/module-remixicon.341273f1.js"></script><script defer="defer" src="/static/module-remix-run.0c80eb31.js"></script><script defer="defer" src="/static/vendor.3c1bdc43.js"></script><script defer="defer" src="/static/main.6087e86c.js"></script><link href="/static/main.51394e74.css" rel="stylesheet"><script type="backstage.io/config">[
|
|
2
2
|
{
|
|
3
3
|
"context": "app-config.yaml",
|
|
4
4
|
"data": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
color="#5bbad5"
|
|
44
44
|
/>
|
|
45
45
|
<title><%= config.getString('app.title') %></title>
|
|
46
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
46
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.48a8d7e9.js"></script><script defer src="<%= publicPath %>/static/module-react-aria.ee611fa4.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.b673969e.js"></script><script defer src="<%= publicPath %>/static/module-motion-dom.3c999f2a.js"></script><script defer src="<%= publicPath %>/static/module-lodash.abe41c34.js"></script><script defer src="<%= publicPath %>/static/module-zod.bc4245f8.js"></script><script defer src="<%= publicPath %>/static/module-ajv.ac283755.js"></script><script defer src="<%= publicPath %>/static/module-framer-motion.f34ff33a.js"></script><script defer src="<%= publicPath %>/static/module-mui.9c07ad9e.js"></script><script defer src="<%= publicPath %>/static/module-react-stately.97fc37eb.js"></script><script defer src="<%= publicPath %>/static/module-react-aria-components.d7b73980.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.c631e87d.js"></script><script defer src="<%= publicPath %>/static/module-react-hook-form.2803e955.js"></script><script defer src="<%= publicPath %>/static/module-i18next.c154323c.js"></script><script defer src="<%= publicPath %>/static/module-remixicon.341273f1.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.0c80eb31.js"></script><script defer src="<%= publicPath %>/static/vendor.3c1bdc43.js"></script><script defer src="<%= publicPath %>/static/main.6087e86c.js"></script><link href="<%= publicPath %>/static/main.51394e74.css" rel="stylesheet"></head>
|
|
47
47
|
<body>
|
|
48
48
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
49
49
|
<div id="root"></div>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=123.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-20260424031925","description":"The Backstage plugin for browsing the Backstage catalog","backstage":{"role":"frontend-plugin","pluginId":"catalog","pluginPackages":["@backstage/plugin-catalog","@backstage/plugin-catalog-backend","@backstage/plugin-catalog-common","@backstage/plugin-catalog-node","@backstage/plugin-catalog-react"]},"publishConfig":{"access":"public"},"keywords":["backstage"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/catalog"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.ts","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.ts"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/core-compat-api":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-catalog-common":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-permission-react":"workspace:*","@backstage/plugin-scaffolder-common":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/types":"workspace:*","@backstage/ui":"workspace:*","@backstage/version-bridge":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@mui/utils":"^5.14.15","classnames":"^2.3.1","dataloader":"^2.0.0","lodash":"^4.17.21","pluralize":"^8.0.0","react-helmet":"6.1.0","react-use":"^17.2.4","zen-observable":"^0.10.0","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/frontend-test-utils":"workspace:*","@backstage/plugin-permission-common":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/pluralize":"^0.0.33","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2","swr":"^2.2.5"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
|
|
2
|
+
//# sourceMappingURL=123.0e1e043e.chunk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/123.
|
|
1
|
+
{"version":3,"file":"static/123.0e1e043e.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/catalog/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-catalog\",\"version\":\"0.0.0-nightly-20260424031925\",\"description\":\"The Backstage plugin for browsing the Backstage catalog\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"catalog\",\"pluginPackages\":[\"@backstage/plugin-catalog\",\"@backstage/plugin-catalog-backend\",\"@backstage/plugin-catalog-common\",\"@backstage/plugin-catalog-node\",\"@backstage/plugin-catalog-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/catalog\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.ts\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.ts\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/core-compat-api\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-catalog-common\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-permission-react\":\"workspace:*\",\"@backstage/plugin-scaffolder-common\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/types\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@backstage/version-bridge\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@mui/utils\":\"^5.14.15\",\"classnames\":\"^2.3.1\",\"dataloader\":\"^2.0.0\",\"lodash\":\"^4.17.21\",\"pluralize\":\"^8.0.0\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zen-observable\":\"^0.10.0\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/frontend-test-utils\":\"workspace:*\",\"@backstage/plugin-permission-common\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/pluralize\":\"^0.0.33\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\",\"swr\":\"^2.2.5\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"iIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,4iG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=1659.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-20260424031925","description":"The Backstage plugin that renders technical documentation for your components","backstage":{"role":"frontend-plugin","pluginId":"techdocs","pluginPackages":["@backstage/plugin-techdocs","@backstage/plugin-techdocs-backend","@backstage/plugin-techdocs-common","@backstage/plugin-techdocs-node","@backstage/plugin-techdocs-react"]},"publishConfig":{"access":"public"},"keywords":["backstage","techdocs"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/techdocs"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.tsx","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.tsx"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/config":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-auth-react":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/theme":"workspace:*","@backstage/ui":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@material-ui/styles":"^4.10.0","@microsoft/fetch-event-source":"^2.0.1","@remixicon/react":">=4.6.0 <4.9.0","dompurify":"^3.3.2","git-url-parse":"^15.0.0","lodash":"^4.17.21","react-helmet":"6.1.0","react-use":"^17.2.4","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/plugin-catalog":"workspace:*","@backstage/plugin-techdocs-module-addons-contrib":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/dompurify":"^3.0.0","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
|
|
2
|
+
//# sourceMappingURL=1659.051ec2f9.chunk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/1659.
|
|
1
|
+
{"version":3,"file":"static/1659.051ec2f9.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/techdocs/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-techdocs\",\"version\":\"0.0.0-nightly-20260424031925\",\"description\":\"The Backstage plugin that renders technical documentation for your components\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"techdocs\",\"pluginPackages\":[\"@backstage/plugin-techdocs\",\"@backstage/plugin-techdocs-backend\",\"@backstage/plugin-techdocs-common\",\"@backstage/plugin-techdocs-node\",\"@backstage/plugin-techdocs-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\",\"techdocs\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/techdocs\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.tsx\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.tsx\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/config\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-auth-react\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/theme\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@material-ui/styles\":\"^4.10.0\",\"@microsoft/fetch-event-source\":\"^2.0.1\",\"@remixicon/react\":\">=4.6.0 <4.9.0\",\"dompurify\":\"^3.3.2\",\"git-url-parse\":\"^15.0.0\",\"lodash\":\"^4.17.21\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/plugin-catalog\":\"workspace:*\",\"@backstage/plugin-techdocs-module-addons-contrib\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/dompurify\":\"^3.0.0\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"kIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,ggG"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
@layer tokens,base;@layer components{.v8W8N2dqiE5cGNxm{flex-direction:column;display:flex}.Q3dVWKchqFEGDxNm{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.kHZPXvGYPYAGYFhf{caption-side:bottom;border-collapse:collapse;table-layout:fixed;flex:1;width:100%;min-height:0;transition:opacity .2s ease-in-out;overflow:auto}.kHZPXvGYPYAGYFhf[data-stale=true]{opacity:.6}.kHZPXvGYPYAGYFhf[data-ispending=true]{opacity:.6}.oifZQr6gC_QyhRzd{border-bottom:1px solid var(--bui-border-2);transition:color .2s ease-in-out}.X8xcDL8E6rIYbeSR{text-align:left;padding:var(--bui-space-3);font-size:var(--bui-font-size-3);color:var(--bui-fg-primary)}.ae9pE72Zc07f8L6W{width:40px}.d_1Lwe7cMab7Y7x8{align-items:center;gap:var(--bui-space-1);flex-direction:row;display:flex}.c2mE5YTadTwCB9Cv{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.U0p16BfATSMI0pZa{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;gap:var(--bui-space-1);opacity:0;color:var(--bui-fg-secondary);transition:opacity .1s ease-in-out;display:inline-flex}.X8xcDL8E6rIYbeSR:hover .U0p16BfATSMI0pZa{opacity:1}[data-sort-direction=ascending] .U0p16BfATSMI0pZa{opacity:1}[data-sort-direction=descending] .U0p16BfATSMI0pZa{opacity:1}.U0p16BfATSMI0pZa svg{transition:transform .1s ease-in-out}[data-sort-direction=descending] .U0p16BfATSMI0pZa svg{transform:rotate(180deg)}.RevIL7d7UeIjyBcV{color:var(--bui-fg-primary)}.kPJhRwYa5RAAhwxF{border-bottom:1px solid var(--bui-border-2);cursor:default;transition:color .2s ease-in-out}.kPJhRwYa5RAAhwxF:hover{background-color:var(--bui-bg-neutral-1-hover)}.kPJhRwYa5RAAhwxF[data-selected]{background-color:var(--bui-bg-neutral-1-pressed)}.kPJhRwYa5RAAhwxF[data-pressed]{background-color:var(--bui-bg-neutral-1-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-1]:hover{background-color:var(--bui-bg-neutral-2-hover)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-1][data-selected]{background-color:var(--bui-bg-neutral-2-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-1][data-pressed]{background-color:var(--bui-bg-neutral-2-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-1][data-disabled]{background-color:var(--bui-bg-neutral-2-disabled)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-2]:hover{background-color:var(--bui-bg-neutral-3-hover)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-2][data-selected]{background-color:var(--bui-bg-neutral-3-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-2][data-pressed]{background-color:var(--bui-bg-neutral-3-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-2][data-disabled]{background-color:var(--bui-bg-neutral-3-disabled)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-3]:hover{background-color:var(--bui-bg-neutral-4-hover)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-3][data-selected]{background-color:var(--bui-bg-neutral-4-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-3][data-pressed]{background-color:var(--bui-bg-neutral-4-pressed)}.kPJhRwYa5RAAhwxF[data-on-bg=neutral-3][data-disabled]{background-color:var(--bui-bg-neutral-4-disabled)}.kPJhRwYa5RAAhwxF[data-href]{cursor:pointer}.kPJhRwYa5RAAhwxF[data-selection-mode]{cursor:pointer}.kPJhRwYa5RAAhwxF[data-react-aria-pressable=true]{cursor:pointer}.kPJhRwYa5RAAhwxF[data-disabled]{background-color:var(--bui-bg-neutral-1-disabled);cursor:not-allowed}.lBJ1evBwz18CSuEb{padding:var(--bui-space-3);font-size:var(--bui-font-size-3);font-family:var(--bui-font-regular);font-weight:var(--bui-font-weight-regular);min-width:0;overflow:hidden}.waN8m81er3MmoNwQ{width:40px}.AQrmv2_3dWQm8mkC{align-items:center;gap:var(--bui-space-2);flex-direction:row;width:100%;min-width:0;max-width:100%;display:flex}.pZfxgqebmIQNGPFo,.pZfxgqebmIQNGPFo svg{color:var(--bui-fg-primary);align-items:center;display:inline-flex}.VL_PIHABTKklOpWr{gap:var(--bui-space-0_5);flex-direction:column;flex:1;min-width:0;max-width:100%;display:flex;overflow:hidden}.VL_PIHABTKklOpWr>*{min-width:0;max-width:100%}.qco3EFeJwhQRop02{gap:var(--bui-space-2);flex-direction:row;align-items:center;display:flex}.hJtmqCNU8SMp97Lu{align-items:flex-start;gap:var(--bui-space-2);font-size:var(--bui-font-size-3);font-family:var(--bui-font-regular);font-weight:var(--bui-font-weight-regular);color:var(--bui-fg-primary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;flex-direction:row;display:flex}.hJtmqCNU8SMp97Lu[data-disabled]{cursor:not-allowed;opacity:.5}.AsCZ8LTTAs5lRnNR{width:1rem;height:1rem;box-shadow:inset 0 0 0 1px var(--bui-border-2);background-color:var(--bui-bg-neutral-1);color:transparent;border:none;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .2s ease-in-out;display:flex}.hJtmqCNU8SMp97Lu[data-focus-visible] .AsCZ8LTTAs5lRnNR{outline:2px solid var(--bui-ring);outline-offset:2px;transition:none}.hJtmqCNU8SMp97Lu[data-selected] .AsCZ8LTTAs5lRnNR{background-color:var(--bui-bg-solid);box-shadow:none;color:var(--bui-fg-solid)}.hJtmqCNU8SMp97Lu[data-indeterminate] .AsCZ8LTTAs5lRnNR{background-color:var(--bui-bg-neutral-1);box-shadow:inset 0 0 0 1px var(--bui-border-2);color:var(--bui-fg-primary)}.hJtmqCNU8SMp97Lu[data-invalid] .AsCZ8LTTAs5lRnNR{box-shadow:inset 0 0 0 1px var(--bui-border-danger)}.hJtmqCNU8SMp97Lu[data-invalid][data-selected] .AsCZ8LTTAs5lRnNR{background-color:var(--bui-border-danger);box-shadow:none}.hJtmqCNU8SMp97Lu[data-invalid][data-indeterminate] .AsCZ8LTTAs5lRnNR{box-shadow:inset 0 0 0 1px var(--bui-border-danger)}@media (prefers-reduced-motion:reduce){.AsCZ8LTTAs5lRnNR{transition:none}}.oswl8eimGwGMv65g{--loading-duration:.2s;--bg:transparent;--bg-hover:transparent;--bg-active:transparent;--fg:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:var(--bui-radius-2);transition:background-color var(--loading-duration)ease-out,box-shadow var(--loading-duration)ease-out;color:var(--fg);background-color:var(--bg);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.oswl8eimGwGMv65g:hover{background-color:var(--bg-hover);transition:background-color .15s}.oswl8eimGwGMv65g:active{background-color:var(--bg-active)}.oswl8eimGwGMv65g[data-disabled=true]{cursor:not-allowed}.oswl8eimGwGMv65g[data-ispending=true]{cursor:wait}.oswl8eimGwGMv65g[data-variant=primary]{--bg:var(--bui-bg-solid);--bg-hover:var(--bui-bg-solid-hover);--bg-active:var(--bui-bg-solid-pressed);--fg:var(--bui-fg-solid)}.oswl8eimGwGMv65g[data-variant=primary][data-disabled=true]{--bg:var(--bui-bg-solid-disabled);--bg-hover:var(--bui-bg-solid-disabled);--bg-active:var(--bui-bg-solid-disabled);--fg:var(--bui-fg-solid-disabled)}.oswl8eimGwGMv65g[data-variant=primary][data-ispending=true]{--bg:var(--bui-bg-solid-disabled);--bg-hover:var(--bui-bg-solid-disabled);--bg-active:var(--bui-bg-solid-disabled);--fg:var(--bui-fg-solid-disabled)}.oswl8eimGwGMv65g[data-variant=primary][data-focus-visible]{outline:2px solid var(--bui-ring);outline-offset:2px}.oswl8eimGwGMv65g[data-variant=secondary]{--bg:var(--bui-bg-neutral-1);--bg-hover:var(--bui-bg-neutral-1-hover);--bg-active:var(--bui-bg-neutral-1-pressed);--fg:var(--bui-fg-primary)}.oswl8eimGwGMv65g[data-variant=secondary][data-on-bg=neutral-1]{--bg:var(--bui-bg-neutral-2);--bg-hover:var(--bui-bg-neutral-2-hover);--bg-active:var(--bui-bg-neutral-2-pressed)}.oswl8eimGwGMv65g[data-variant=secondary][data-on-bg=neutral-2]{--bg:var(--bui-bg-neutral-3);--bg-hover:var(--bui-bg-neutral-3-hover);--bg-active:var(--bui-bg-neutral-3-pressed)}.oswl8eimGwGMv65g[data-variant=secondary][data-on-bg=neutral-3]{--bg:var(--bui-bg-neutral-4);--bg-hover:var(--bui-bg-neutral-4-hover);--bg-active:var(--bui-bg-neutral-4-pressed)}.oswl8eimGwGMv65g[data-variant=secondary][data-disabled=true]{--bg-hover:var(--bg);--bg-active:var(--bg);--fg:var(--bui-fg-disabled)}.oswl8eimGwGMv65g[data-variant=secondary][data-ispending=true]{--bg-hover:var(--bg);--bg-active:var(--bg);--fg:var(--bui-fg-disabled)}.oswl8eimGwGMv65g[data-variant=secondary][data-focus-visible]{box-shadow:inset 0 0 0 2px var(--bui-ring);outline:none;transition:none}.oswl8eimGwGMv65g[data-variant=tertiary]{--bg-hover:var(--bui-bg-neutral-1-hover);--bg-active:var(--bui-bg-neutral-1-pressed);--fg:var(--bui-fg-primary)}.oswl8eimGwGMv65g[data-variant=tertiary][data-on-bg=neutral-1]{--bg-hover:var(--bui-bg-neutral-2-hover);--bg-active:var(--bui-bg-neutral-2-pressed)}.oswl8eimGwGMv65g[data-variant=tertiary][data-on-bg=neutral-2]{--bg-hover:var(--bui-bg-neutral-3-hover);--bg-active:var(--bui-bg-neutral-3-pressed)}.oswl8eimGwGMv65g[data-variant=tertiary][data-on-bg=neutral-3]{--bg-hover:var(--bui-bg-neutral-4-hover);--bg-active:var(--bui-bg-neutral-4-pressed)}.oswl8eimGwGMv65g[data-variant=tertiary][data-disabled=true]{--bg-hover:var(--bg);--bg-active:var(--bg);--fg:var(--bui-fg-disabled)}.oswl8eimGwGMv65g[data-variant=tertiary][data-ispending=true]{--bg-hover:var(--bg);--bg-active:var(--bg);--fg:var(--bui-fg-disabled)}.oswl8eimGwGMv65g[data-variant=tertiary][data-focus-visible]{box-shadow:inset 0 0 0 2px var(--bui-ring);outline:none;transition:none}.oswl8eimGwGMv65g[data-size=small]{width:2rem;height:2rem}.oswl8eimGwGMv65g[data-size=small] svg{width:1rem;height:1rem}.oswl8eimGwGMv65g[data-size=medium]{width:2.5rem;height:2.5rem}.oswl8eimGwGMv65g[data-size=medium] svg{width:1.25rem;height:1.25rem}.nupI988ZoWQXN2ow{width:100%;height:100%;transition:opacity var(--loading-duration)ease-out;justify-content:center;align-items:center;display:inline-flex}.oswl8eimGwGMv65g[data-ispending=true] .nupI988ZoWQXN2ow{opacity:0}.S0ip8O7B0EhQCtAt{opacity:0;transition:opacity var(--loading-duration)ease-in;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.oswl8eimGwGMv65g[data-ispending=true] .S0ip8O7B0EhQCtAt{opacity:1}.S0ip8O7B0EhQCtAt svg{animation:1s linear infinite wvp018_1ftcIUJUQ}@media (prefers-reduced-motion:reduce){.oswl8eimGwGMv65g,.nupI988ZoWQXN2ow,.S0ip8O7B0EhQCtAt{transition-duration:50ms}.S0ip8O7B0EhQCtAt svg{animation:none}}@keyframes wvp018_1ftcIUJUQ{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:is(.fl_o2cRttX8vIo5j,.xRoZ59Ta50wTyFbP)[data-size=small]{--select-item-height:2rem}:is(.fl_o2cRttX8vIo5j,.xRoZ59Ta50wTyFbP)[data-size=medium]{--select-item-height:2.5rem}.xRoZ59Ta50wTyFbP{min-width:var(--trigger-width)}.f6xSegNfnDAA591f{box-sizing:border-box;border-radius:var(--bui-radius-3);background-color:var(--bui-bg-neutral-1);border:none;outline:none;transition:box-shadow .2s ease-in-out}.f6xSegNfnDAA591f[data-on-bg=neutral-1]{background-color:var(--bui-bg-neutral-2)}.f6xSegNfnDAA591f[data-on-bg=neutral-2]{background-color:var(--bui-bg-neutral-3)}.f6xSegNfnDAA591f[data-on-bg=neutral-3]{background-color:var(--bui-bg-neutral-4)}.fl_o2cRttX8vIo5j[data-focused] .f6xSegNfnDAA591f{box-shadow:inset 0 0 0 1px var(--bui-ring)}.f6xSegNfnDAA591f{cursor:pointer;justify-content:space-between;align-items:center;gap:var(--bui-space-2);width:100%;height:var(--select-item-height);display:flex}.fl_o2cRttX8vIo5j[data-size=small] .f6xSegNfnDAA591f{padding-inline:var(--bui-space-3)0}.fl_o2cRttX8vIo5j[data-size=medium] .f6xSegNfnDAA591f{padding-inline:var(--bui-space-4)0}.f6xSegNfnDAA591f svg{color:var(--bui-fg-secondary);flex-shrink:0}.fl_o2cRttX8vIo5j[data-size=small] :is(.f6xSegNfnDAA591f svg){width:1rem;height:1rem}.fl_o2cRttX8vIo5j[data-size=medium] :is(.f6xSegNfnDAA591f svg){width:1.25rem;height:1.25rem}.f6xSegNfnDAA591f::-webkit-input-placeholder{color:var(--bui-fg-secondary)}.f6xSegNfnDAA591f::-ms-input-placeholder{color:var(--bui-fg-secondary)}.f6xSegNfnDAA591f::placeholder{color:var(--bui-fg-secondary)}.fl_o2cRttX8vIo5j[data-invalid] .f6xSegNfnDAA591f{box-shadow:inset 0 0 0 1px var(--bui-border-danger)}.f6xSegNfnDAA591f[disabled]{cursor:not-allowed;color:var(--bui-fg-disabled)}.hey3g7_Ll4EtTJdE{width:var(--select-item-height);height:var(--select-item-height);flex-grow:0;flex-shrink:0;align-content:center;justify-content:center;display:grid}.EOuke6Cxn9cos7ok{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:var(--bui-font-size-3);font-family:var(--bui-font-regular);font-weight:var(--bui-font-weight-regular);color:var(--bui-fg-primary);text-align:left;overflow:hidden}.EOuke6Cxn9cos7ok .LiF4f9w5zcb_V5q_{display:none}.EOuke6Cxn9cos7ok[disabled]{color:var(--bui-fg-disabled)}.wCPzC0hbf30wVMOp{min-height:0;padding-block:var(--bui-space-1);padding-inline:var(--bui-space-1);overflow:auto}.wCPzC0hbf30wVMOp[data-focus-visible]{outline:none}.Mn7kwp0_L8g4rWcf{box-sizing:border-box;min-height:var(--select-item-height);padding-block:var(--bui-space-1);padding-left:var(--bui-space-3);padding-right:var(--bui-space-4);color:var(--bui-fg-primary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:var(--bui-font-size-3);align-items:center;gap:var(--bui-space-2);border-radius:var(--bui-radius-2);outline:none;grid-template-columns:1rem 1fr;grid-template-areas:"icon text";display:grid;position:relative}.Mn7kwp0_L8g4rWcf[data-focused]{background-color:var(--bui-bg-neutral-2)}.Mn7kwp0_L8g4rWcf[data-disabled]{cursor:not-allowed;color:var(--bui-fg-disabled)}.Mn7kwp0_L8g4rWcf[data-selected] .LiF4f9w5zcb_V5q_{opacity:1}.LiF4f9w5zcb_V5q_{opacity:0;grid-area:icon;justify-content:center;align-items:center;transition:opacity .2s ease-in-out;display:flex}.sG8NrKzlnq4NyoHP{flex:1;grid-area:text}.af0jN5t2MnkzSKwM{margin-bottom:var(--bui-space-1);padding-inline:var(--bui-space-3)0;border-bottom:1px solid var(--bui-border-2);flex-shrink:0;align-items:center;display:flex}.MAcGzHfmHVw4bkcS{color:var(--bui-fg-primary);font-size:var(--bui-font-size-3);font-family:var(--bui-font-regular);height:var(--select-item-height);line-height:var(--select-item-height);background-color:transparent;border:none;outline:none;flex:1;padding:0}.MAcGzHfmHVw4bkcS::-webkit-input-placeholder{color:var(--bui-fg-secondary)}.MAcGzHfmHVw4bkcS::-ms-input-placeholder{color:var(--bui-fg-secondary)}.MAcGzHfmHVw4bkcS::placeholder{color:var(--bui-fg-secondary)}.MAcGzHfmHVw4bkcS::-webkit-search-cancel-button{-webkit-appearance:none}.MAcGzHfmHVw4bkcS::-webkit-search-decoration{-webkit-appearance:none}.Qm0LMYJXqDozSs4J{cursor:pointer;color:var(--bui-fg-secondary);width:var(--select-item-height);height:var(--select-item-height);background-color:transparent;border:none;flex:none;align-content:center;justify-content:center;margin:0;padding:0;transition:color .2s ease-in-out;display:grid}input:placeholder-shown+.Qm0LMYJXqDozSs4J{display:none}.Qm0LMYJXqDozSs4J:hover{color:var(--bui-fg-primary)}.Qm0LMYJXqDozSs4J svg{width:1rem;height:1rem}.mai_FHtvkacjqFtg{padding-inline:var(--bui-space-3);padding-block:var(--bui-space-2);color:var(--bui-fg-secondary);font-size:var(--bui-font-size-3);font-family:var(--bui-font-regular);font-weight:var(--bui-font-weight-regular)}.c6K43dAXzUIQYTPO{--popover-border-radius:var(--bui-radius-3);box-shadow:var(--bui-shadow);border-radius:var(--popover-border-radius);background:var(--bui-bg-app);border:1px solid var(--bui-border-1);forced-color-adjust:none;max-height:inherit;outline:none;flex-direction:column;transition:transform .2s,opacity .2s;display:flex;transform:translate(0,0)}.c6K43dAXzUIQYTPO[data-entering]{transform:var(--origin);opacity:0}.c6K43dAXzUIQYTPO[data-exiting]{transform:var(--origin);opacity:0}.c6K43dAXzUIQYTPO[data-placement=top]{--origin:translateY(4px)}.c6K43dAXzUIQYTPO[data-placement=top]:has(.nWNOVN9SSAkDCJc4){margin-bottom:var(--bui-space-3)}.c6K43dAXzUIQYTPO[data-placement=right]{--origin:translateX(-4px)}.c6K43dAXzUIQYTPO[data-placement=right]:has(.nWNOVN9SSAkDCJc4){margin-left:var(--bui-space-3)}.c6K43dAXzUIQYTPO[data-placement=bottom]{--origin:translateY(-4px)}.c6K43dAXzUIQYTPO[data-placement=bottom]:has(.nWNOVN9SSAkDCJc4){margin-top:var(--bui-space-3)}.c6K43dAXzUIQYTPO[data-placement=left]{--origin:translateX(4px)}.c6K43dAXzUIQYTPO[data-placement=left]:has(.nWNOVN9SSAkDCJc4){margin-right:var(--bui-space-3)}.ndXnur8atSwrX9tW{padding:var(--bui-space-4);border-radius:var(--popover-border-radius);flex:auto;min-height:0;overflow-x:hidden;overflow-y:auto}.nWNOVN9SSAkDCJc4 svg{display:block}.nWNOVN9SSAkDCJc4 svg use:first-of-type{fill:var(--bui-bg-app)}.nWNOVN9SSAkDCJc4 svg use:nth-of-type(2){fill:var(--bui-bg-neutral-1)}.nWNOVN9SSAkDCJc4 svg path{fill:var(--bui-border-1)}.nWNOVN9SSAkDCJc4 svg{--popover-arrow-overlap:-2px}.nWNOVN9SSAkDCJc4[data-placement=top] svg{margin-top:var(--popover-arrow-overlap)}.nWNOVN9SSAkDCJc4[data-placement=bottom] svg{margin-bottom:var(--popover-arrow-overlap);transform:rotate(180deg)}.nWNOVN9SSAkDCJc4[data-placement=right] svg{margin-right:var(--popover-arrow-overlap);transform:rotate(90deg)}.nWNOVN9SSAkDCJc4[data-placement=left] svg{margin-left:var(--popover-arrow-overlap);transform:rotate(-90deg)}.QCxpyIls6to9Bn5w{margin-bottom:var(--bui-space-3);gap:var(--bui-space-1);flex-direction:column;display:flex}.qjnrgCeKosN0HGNG{color:var(--bui-fg-primary);cursor:pointer;font-weight:var(--bui-font-weight-regular);font-size:var(--bui-font-size-2);margin-right:auto}.VAD8KU3Enrs4kH_k{color:var(--bui-fg-secondary);font-weight:var(--bui-font-weight-regular);margin-left:var(--bui-space-1)}.KsFBKeDCTE86ZANx{font-weight:var(--bui-font-weight-regular);font-size:var(--bui-font-size-2);color:var(--bui-fg-secondary);margin:0}.Ai9iNkHuNwQ8kqsz{color:var(--bui-fg-danger);font-size:var(--bui-font-size-2);font-weight:var(--bui-font-weight-regular);margin-top:var(--bui-space-2);display:inline-block}.Z_Iagacz0F1YYG04{padding-top:var(--bui-space-5);justify-content:space-between;align-items:center;display:flex}.N_pRbW6lVsY4Hdgf{justify-content:space-between;align-items:center;display:flex}.qXYnm03BkEcKl1FA{justify-content:space-between;align-items:center;gap:var(--bui-space-2);display:flex}.plzZlLJyZhc3wn3s{min-width:10.5rem}.dQdXlDCvsLk1w8Z3{animation:var(--bui-animate-pulse);background-color:var(--bui-bg-neutral-2);border-radius:var(--bui-radius-2)}.dQdXlDCvsLk1w8Z3[data-rounded=true]{border-radius:var(--bui-radius-full)}}@layer utilities;
|
|
2
|
+
/*# sourceMappingURL=1749.1749.33fbdf5c.css.map*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static/1749.1749.33fbdf5c.css","sources":["webpack://techdocs-cli-embedded-app/../ui/src/components/Table/Table.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Checkbox/Checkbox.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/ButtonIcon/ButtonIcon.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Select/Select.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Popover/Popover.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/FieldLabel/FieldLabel.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/FieldError/FieldError.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/TablePagination/TablePagination.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Skeleton/Skeleton.module.css"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-TableWrapper {\n display: flex;\n flex-direction: column;\n }\n\n .bui-TableResizableContainer {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n overflow: hidden;\n }\n\n .bui-Table {\n width: 100%;\n caption-side: bottom;\n border-collapse: collapse;\n table-layout: fixed;\n transition: opacity 0.2s ease-in-out;\n overflow: auto;\n flex: 1;\n min-height: 0;\n\n &[data-stale='true'],\n &[data-ispending='true'] {\n opacity: 0.6;\n }\n }\n\n .bui-TableHeader {\n border-bottom: 1px solid var(--bui-border-2);\n transition: color 0.2s ease-in-out;\n }\n\n .bui-TableHead {\n text-align: left;\n padding: var(--bui-space-3);\n font-size: var(--bui-font-size-3);\n color: var(--bui-fg-primary);\n }\n\n .bui-TableHeadSelection {\n width: 40px;\n }\n\n .bui-TableHeadContent {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--bui-space-1);\n }\n\n .bui-TableHeadLabel {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n min-width: 0;\n }\n\n .bui-TableHeadSortButton {\n cursor: pointer;\n user-select: none;\n display: inline-flex;\n align-items: center;\n gap: var(--bui-space-1);\n opacity: 0;\n transition: opacity 0.1s ease-in-out;\n color: var(--bui-fg-secondary);\n\n .bui-TableHead:hover &,\n [data-sort-direction='ascending'] &,\n [data-sort-direction='descending'] & {\n opacity: 1;\n }\n\n & svg {\n transition: transform 0.1s ease-in-out;\n }\n [data-sort-direction='descending'] & svg {\n transform: rotate(180deg);\n }\n }\n\n .bui-TableBody {\n color: var(--bui-fg-primary);\n }\n\n .bui-TableRow {\n border-bottom: 1px solid var(--bui-border-2);\n transition: color 0.2s ease-in-out;\n cursor: default;\n\n &:hover {\n background-color: var(--bui-bg-neutral-1-hover);\n }\n\n &[data-selected] {\n background-color: var(--bui-bg-neutral-1-pressed);\n }\n\n &[data-pressed] {\n background-color: var(--bui-bg-neutral-1-pressed);\n }\n\n &[data-on-bg='neutral-1'] {\n &:hover {\n background-color: var(--bui-bg-neutral-2-hover);\n }\n\n &[data-selected] {\n background-color: var(--bui-bg-neutral-2-pressed);\n }\n\n &[data-pressed] {\n background-color: var(--bui-bg-neutral-2-pressed);\n }\n\n &[data-disabled] {\n background-color: var(--bui-bg-neutral-2-disabled);\n }\n }\n\n &[data-on-bg='neutral-2'] {\n &:hover {\n background-color: var(--bui-bg-neutral-3-hover);\n }\n\n &[data-selected] {\n background-color: var(--bui-bg-neutral-3-pressed);\n }\n\n &[data-pressed] {\n background-color: var(--bui-bg-neutral-3-pressed);\n }\n\n &[data-disabled] {\n background-color: var(--bui-bg-neutral-3-disabled);\n }\n }\n\n &[data-on-bg='neutral-3'] {\n &:hover {\n background-color: var(--bui-bg-neutral-4-hover);\n }\n\n &[data-selected] {\n background-color: var(--bui-bg-neutral-4-pressed);\n }\n\n &[data-pressed] {\n background-color: var(--bui-bg-neutral-4-pressed);\n }\n\n &[data-disabled] {\n background-color: var(--bui-bg-neutral-4-disabled);\n }\n }\n\n &[data-href],\n &[data-selection-mode],\n &[data-react-aria-pressable='true'] {\n cursor: pointer;\n }\n\n &[data-disabled] {\n background-color: var(--bui-bg-neutral-1-disabled);\n cursor: not-allowed;\n }\n }\n\n .bui-TableCell {\n padding: var(--bui-space-3);\n font-size: var(--bui-font-size-3);\n font-family: var(--bui-font-regular);\n font-weight: var(--bui-font-weight-regular);\n min-width: 0;\n overflow: hidden;\n }\n\n .bui-TableCellSelection {\n width: 40px;\n }\n\n .bui-TableCellContentWrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: var(--bui-space-2);\n min-width: 0;\n width: 100%;\n max-width: 100%;\n }\n\n .bui-TableCellIcon,\n .bui-TableCellIcon svg {\n display: inline-flex;\n align-items: center;\n color: var(--bui-fg-primary);\n }\n\n .bui-TableCellContent {\n display: flex;\n flex-direction: column;\n gap: var(--bui-space-0_5);\n min-width: 0;\n flex: 1;\n overflow: hidden;\n max-width: 100%;\n }\n\n .bui-TableCellContent > * {\n min-width: 0;\n max-width: 100%;\n }\n\n .bui-TableCellProfile {\n display: flex;\n flex-direction: row;\n gap: var(--bui-space-2);\n align-items: center;\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-Checkbox {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n gap: var(--bui-space-2);\n font-size: var(--bui-font-size-3);\n font-family: var(--bui-font-regular);\n font-weight: var(--bui-font-weight-regular);\n color: var(--bui-fg-primary);\n user-select: none;\n cursor: pointer;\n }\n\n .bui-Checkbox[data-disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .bui-CheckboxIndicator {\n border: none;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 1rem;\n height: 1rem;\n box-shadow: inset 0 0 0 1px var(--bui-border-2);\n border-radius: 2px;\n transition: background-color 0.2s ease-in-out;\n background-color: var(--bui-bg-neutral-1);\n padding: 0;\n flex-shrink: 0;\n color: transparent;\n\n .bui-Checkbox[data-focus-visible] & {\n transition: none;\n outline: 2px solid var(--bui-ring);\n outline-offset: 2px;\n }\n\n .bui-Checkbox[data-selected] & {\n background-color: var(--bui-bg-solid);\n box-shadow: none;\n color: var(--bui-fg-solid);\n }\n\n .bui-Checkbox[data-indeterminate] & {\n background-color: var(--bui-bg-neutral-1);\n box-shadow: inset 0 0 0 1px var(--bui-border-2);\n color: var(--bui-fg-primary);\n }\n\n .bui-Checkbox[data-invalid] & {\n box-shadow: inset 0 0 0 1px var(--bui-border-danger);\n }\n\n .bui-Checkbox[data-invalid][data-selected] & {\n background-color: var(--bui-border-danger);\n box-shadow: none;\n }\n\n .bui-Checkbox[data-invalid][data-indeterminate] & {\n box-shadow: inset 0 0 0 1px var(--bui-border-danger);\n }\n\n @media (prefers-reduced-motion: reduce) {\n & {\n transition: none;\n }\n }\n }\n}\n","/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-ButtonIcon {\n --loading-duration: 200ms;\n --bg: transparent;\n --bg-hover: transparent;\n --bg-active: transparent;\n --fg: inherit;\n\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: none;\n user-select: none;\n padding: 0;\n cursor: pointer;\n border-radius: var(--bui-radius-2);\n flex-shrink: 0;\n transition: background-color var(--loading-duration) ease-out,\n box-shadow var(--loading-duration) ease-out;\n\n /* Apply variables */\n color: var(--fg);\n background-color: var(--bg);\n\n &:hover {\n background-color: var(--bg-hover);\n transition: background-color 150ms ease;\n }\n\n &:active {\n background-color: var(--bg-active);\n }\n\n &[data-disabled='true'] {\n cursor: not-allowed;\n }\n\n &[data-ispending='true'] {\n cursor: wait;\n }\n }\n\n .bui-ButtonIcon[data-variant='primary'] {\n --bg: var(--bui-bg-solid);\n --bg-hover: var(--bui-bg-solid-hover);\n --bg-active: var(--bui-bg-solid-pressed);\n --fg: var(--bui-fg-solid);\n\n &[data-disabled='true'],\n &[data-ispending='true'] {\n --bg: var(--bui-bg-solid-disabled);\n --bg-hover: var(--bui-bg-solid-disabled);\n --bg-active: var(--bui-bg-solid-disabled);\n --fg: var(--bui-fg-solid-disabled);\n }\n\n &[data-focus-visible] {\n outline: 2px solid var(--bui-ring);\n outline-offset: 2px;\n }\n }\n\n .bui-ButtonIcon[data-variant='secondary'] {\n --bg: var(--bui-bg-neutral-1);\n --bg-hover: var(--bui-bg-neutral-1-hover);\n --bg-active: var(--bui-bg-neutral-1-pressed);\n --fg: var(--bui-fg-primary);\n\n &[data-on-bg='neutral-1'] {\n --bg: var(--bui-bg-neutral-2);\n --bg-hover: var(--bui-bg-neutral-2-hover);\n --bg-active: var(--bui-bg-neutral-2-pressed);\n }\n\n &[data-on-bg='neutral-2'] {\n --bg: var(--bui-bg-neutral-3);\n --bg-hover: var(--bui-bg-neutral-3-hover);\n --bg-active: var(--bui-bg-neutral-3-pressed);\n }\n\n &[data-on-bg='neutral-3'] {\n --bg: var(--bui-bg-neutral-4);\n --bg-hover: var(--bui-bg-neutral-4-hover);\n --bg-active: var(--bui-bg-neutral-4-pressed);\n }\n\n &[data-disabled='true'],\n &[data-ispending='true'] {\n --bg-hover: var(--bg);\n --bg-active: var(--bg);\n --fg: var(--bui-fg-disabled);\n }\n\n &[data-focus-visible] {\n outline: none;\n transition: none;\n box-shadow: inset 0 0 0 2px var(--bui-ring);\n }\n }\n\n .bui-ButtonIcon[data-variant='tertiary'] {\n --bg-hover: var(--bui-bg-neutral-1-hover);\n --bg-active: var(--bui-bg-neutral-1-pressed);\n --fg: var(--bui-fg-primary);\n\n &[data-on-bg='neutral-1'] {\n --bg-hover: var(--bui-bg-neutral-2-hover);\n --bg-active: var(--bui-bg-neutral-2-pressed);\n }\n\n &[data-on-bg='neutral-2'] {\n --bg-hover: var(--bui-bg-neutral-3-hover);\n --bg-active: var(--bui-bg-neutral-3-pressed);\n }\n\n &[data-on-bg='neutral-3'] {\n --bg-hover: var(--bui-bg-neutral-4-hover);\n --bg-active: var(--bui-bg-neutral-4-pressed);\n }\n\n &[data-disabled='true'],\n &[data-ispending='true'] {\n --bg-hover: var(--bg);\n --bg-active: var(--bg);\n --fg: var(--bui-fg-disabled);\n }\n\n &[data-focus-visible] {\n outline: none;\n transition: none;\n box-shadow: inset 0 0 0 2px var(--bui-ring);\n }\n }\n\n .bui-ButtonIcon[data-size='small'] {\n width: 2rem;\n height: 2rem;\n\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .bui-ButtonIcon[data-size='medium'] {\n width: 2.5rem;\n height: 2.5rem;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n .bui-ButtonIconContent {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n transition: opacity var(--loading-duration) ease-out;\n\n .bui-ButtonIcon[data-ispending='true'] & {\n opacity: 0;\n }\n }\n\n .bui-ButtonIconSpinner {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n display: flex;\n opacity: 0;\n transition: opacity var(--loading-duration) ease-in;\n\n .bui-ButtonIcon[data-ispending='true'] & {\n opacity: 1;\n }\n\n & svg {\n animation: bui-spin 1s linear infinite;\n }\n }\n\n @media (prefers-reduced-motion: reduce) {\n .bui-ButtonIcon {\n transition-duration: 50ms;\n }\n\n .bui-ButtonIconContent {\n transition-duration: 50ms;\n }\n\n .bui-ButtonIconSpinner {\n transition-duration: 50ms;\n }\n\n .bui-ButtonIconSpinner svg {\n animation: none;\n }\n }\n\n @keyframes bui-spin {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-Select,\n .bui-SelectPopover {\n &[data-size='small'] {\n --select-item-height: 2rem;\n }\n\n &[data-size='medium'] {\n --select-item-height: 2.5rem;\n }\n }\n\n .bui-SelectPopover {\n min-width: var(--trigger-width);\n }\n\n .bui-SelectTrigger {\n box-sizing: border-box;\n border-radius: var(--bui-radius-3);\n border: none;\n outline: none;\n background-color: var(--bui-bg-neutral-1);\n transition: box-shadow 0.2s ease-in-out;\n\n &[data-on-bg='neutral-1'] {\n background-color: var(--bui-bg-neutral-2);\n }\n\n &[data-on-bg='neutral-2'] {\n background-color: var(--bui-bg-neutral-3);\n }\n\n &[data-on-bg='neutral-3'] {\n background-color: var(--bui-bg-neutral-4);\n }\n\n .bui-Select[data-focused] & {\n box-shadow: inset 0 0 0 1px var(--bui-ring);\n }\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n gap: var(--bui-space-2);\n width: 100%;\n height: var(--select-item-height);\n\n .bui-Select[data-size='small'] & {\n padding-inline: var(--bui-space-3) 0;\n }\n\n .bui-Select[data-size='medium'] & {\n padding-inline: var(--bui-space-4) 0;\n }\n\n & svg {\n flex-shrink: 0;\n color: var(--bui-fg-secondary);\n\n .bui-Select[data-size='small'] & {\n width: 1rem;\n height: 1rem;\n }\n\n .bui-Select[data-size='medium'] & {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n &::placeholder {\n color: var(--bui-fg-secondary);\n }\n\n .bui-Select[data-invalid] & {\n box-shadow: inset 0 0 0 1px var(--bui-border-danger);\n }\n\n &[disabled] {\n cursor: not-allowed;\n color: var(--bui-fg-disabled);\n }\n }\n\n .bui-SelectTriggerChevron {\n display: grid;\n place-content: center;\n width: var(--select-item-height);\n height: var(--select-item-height);\n flex-shrink: 0;\n flex-grow: 0;\n }\n\n .bui-SelectValue {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: 100%;\n font-size: var(--bui-font-size-3);\n font-family: var(--bui-font-regular);\n font-weight: var(--bui-font-weight-regular);\n color: var(--bui-fg-primary);\n text-align: left;\n\n & .bui-SelectItemIndicator {\n display: none;\n }\n\n &[disabled] {\n color: var(--bui-fg-disabled);\n }\n }\n\n .bui-SelectList {\n overflow: auto;\n min-height: 0;\n padding-block: var(--bui-space-1);\n padding-inline: var(--bui-space-1);\n\n &[data-focus-visible] {\n /* Remove default focus-visible outline because React Aria\n * triggers it on mouse click open of the list for some reason.\n * On keyboard use, the top item receives the focus style,\n * so it's not needed anyway. */\n outline: none;\n }\n }\n\n .bui-SelectItem {\n box-sizing: border-box;\n position: relative;\n display: grid;\n grid-template-areas: 'icon text';\n grid-template-columns: 1rem 1fr;\n align-items: center;\n min-height: var(--select-item-height);\n padding-block: var(--bui-space-1);\n padding-left: var(--bui-space-3);\n padding-right: var(--bui-space-4);\n color: var(--bui-fg-primary);\n cursor: pointer;\n user-select: none;\n font-size: var(--bui-font-size-3);\n gap: var(--bui-space-2);\n outline: none;\n border-radius: var(--bui-radius-2);\n\n &[data-focused] {\n background-color: var(--bui-bg-neutral-2);\n }\n\n &[data-disabled] {\n cursor: not-allowed;\n color: var(--bui-fg-disabled);\n }\n\n &[data-selected] .bui-SelectItemIndicator {\n opacity: 1;\n }\n }\n\n .bui-SelectItemIndicator {\n grid-area: icon;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n transition: opacity 0.2s ease-in-out;\n }\n\n .bui-SelectItemLabel {\n flex: 1;\n grid-area: text;\n }\n\n .bui-SelectSearchWrapper {\n flex-shrink: 0;\n margin-bottom: var(--bui-space-1);\n display: flex;\n align-items: center;\n padding-inline: var(--bui-space-3) 0;\n border-bottom: 1px solid var(--bui-border-2);\n }\n\n .bui-SelectSearch {\n border: none;\n background-color: transparent;\n padding: 0;\n color: var(--bui-fg-primary);\n flex: 1;\n outline: none;\n font-size: var(--bui-font-size-3);\n font-family: var(--bui-font-regular);\n height: var(--select-item-height);\n line-height: var(--select-item-height);\n\n &::placeholder {\n color: var(--bui-fg-secondary);\n }\n\n /* Hide native browser clear button */\n &::-webkit-search-cancel-button,\n &::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n }\n\n .bui-SelectSearchClear {\n flex: 0 0 auto;\n display: grid;\n place-content: center;\n background-color: transparent;\n border: none;\n padding: 0;\n margin: 0;\n cursor: pointer;\n color: var(--bui-fg-secondary);\n transition: color 0.2s ease-in-out;\n width: var(--select-item-height);\n height: var(--select-item-height);\n\n input:placeholder-shown + & {\n display: none;\n }\n\n &:hover {\n color: var(--bui-fg-primary);\n }\n\n & svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .bui-SelectNoResults {\n padding-inline: var(--bui-space-3);\n padding-block: var(--bui-space-2);\n color: var(--bui-fg-secondary);\n font-size: var(--bui-font-size-3);\n font-family: var(--bui-font-regular);\n font-weight: var(--bui-font-weight-regular);\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-Popover {\n --popover-border-radius: var(--bui-radius-3);\n box-shadow: var(--bui-shadow);\n border-radius: var(--popover-border-radius);\n background: var(--bui-bg-app);\n border: 1px solid var(--bui-border-1);\n forced-color-adjust: none;\n outline: none;\n max-height: inherit;\n display: flex;\n flex-direction: column;\n /* fixes FF gap */\n transform: translate3d(0, 0, 0);\n transition: transform 200ms, opacity 200ms;\n\n &[data-entering],\n &[data-exiting] {\n transform: var(--origin);\n opacity: 0;\n }\n\n &[data-placement='top'] {\n --origin: translateY(4px);\n\n &:has(.bui-PopoverArrow) {\n margin-bottom: var(--bui-space-3);\n }\n }\n\n &[data-placement='right'] {\n --origin: translateX(-4px);\n\n &:has(.bui-PopoverArrow) {\n margin-left: var(--bui-space-3);\n }\n }\n\n &[data-placement='bottom'] {\n --origin: translateY(-4px);\n\n &:has(.bui-PopoverArrow) {\n margin-top: var(--bui-space-3);\n }\n }\n\n &[data-placement='left'] {\n --origin: translateX(4px);\n\n &:has(.bui-PopoverArrow) {\n margin-right: var(--bui-space-3);\n }\n }\n }\n\n .bui-PopoverContent {\n overflow-x: hidden;\n overflow-y: auto;\n padding: var(--bui-space-4);\n flex: 1 1 auto;\n min-height: 0;\n border-radius: var(--popover-border-radius);\n }\n\n .bui-PopoverArrow {\n & svg {\n display: block;\n\n /* The popover is rendered overlaying the main\n popover element by 1px. This causes the borders\n to overlap, which causes minor visual artifacts\n with transparent border colors. To mitigate this,\n we split the stroke and fill across separate\n elements in order to guarantee that the stroke is\n always overlaying a consistent color. */\n use:nth-of-type(1) {\n fill: var(--bui-bg-app);\n }\n use:nth-of-type(2) {\n fill: var(--bui-bg-neutral-1);\n }\n\n path {\n fill: var(--bui-border-1);\n }\n\n /* The arrow svg overlaps the popover by 2px, so we\n need to adjust the margins accordingly. */\n --popover-arrow-overlap: -2px;\n }\n\n &[data-placement='top'] svg {\n margin-top: var(--popover-arrow-overlap);\n }\n\n &[data-placement='bottom'] svg {\n margin-bottom: var(--popover-arrow-overlap);\n transform: rotate(180deg);\n }\n\n &[data-placement='right'] svg {\n margin-right: var(--popover-arrow-overlap);\n transform: rotate(90deg);\n }\n\n &[data-placement='left'] svg {\n margin-left: var(--popover-arrow-overlap);\n transform: rotate(-90deg);\n }\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-FieldLabelWrapper {\n display: flex;\n flex-direction: column;\n margin-bottom: var(--bui-space-3);\n gap: var(--bui-space-1);\n }\n\n .bui-FieldLabel {\n color: var(--bui-fg-primary);\n margin-right: auto;\n cursor: pointer;\n font-weight: var(--bui-font-weight-regular);\n font-size: var(--bui-font-size-2);\n }\n\n .bui-FieldSecondaryLabel {\n color: var(--bui-fg-secondary);\n font-weight: var(--bui-font-weight-regular);\n margin-left: var(--bui-space-1);\n }\n\n .bui-FieldDescription {\n font-weight: var(--bui-font-weight-regular);\n font-size: var(--bui-font-size-2);\n color: var(--bui-fg-secondary);\n margin: 0;\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-FieldError {\n display: inline-block;\n color: var(--bui-fg-danger);\n font-size: var(--bui-font-size-2);\n font-weight: var(--bui-font-weight-regular);\n margin-top: var(--bui-space-2);\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-TablePagination {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding-top: var(--bui-space-5);\n }\n\n .bui-TablePaginationLeft {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n .bui-TablePaginationRight {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: var(--bui-space-2);\n }\n\n .bui-TablePaginationSelect {\n min-width: 10.5rem;\n }\n}\n","/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@layer tokens, base, components, utilities;\n\n@layer components {\n .bui-Skeleton {\n animation: var(--bui-animate-pulse);\n background-color: var(--bui-bg-neutral-2);\n border-radius: var(--bui-radius-2);\n }\n\n .bui-Skeleton[data-rounded='true'] {\n border-radius: var(--bui-radius-full);\n }\n}\n"],"names":[],"mappings":"AAgBA,qCAGE,qDAKA,yFAQA,kKAUE,gGAMF,+FAKA,0HAOA,6BAIA,4FAOA,wFAOA,+PAUE,6KAMA,2DAGA,gFAKF,8CAIA,8GAKE,uEAIA,kFAIA,iFAKE,6FAIA,wGAIA,uGAIA,yGAMA,6FAIA,wGAIA,uGAIA,yGAMA,6FAIA,wGAIA,uGAIA,yGAKF,mKAMA,sGAMF,yLASA,6BAIA,kIAUA,2GAOA,gIAUA,+CAKA,4FCvNA,gVAaA,+DAKA,4SAeE,6HAMA,kIAMA,4KAMA,sGAIA,2HAKA,0HAIA,uCACE,mCCjEJ,kgBAwBE,0FAKA,2DAIA,yDAIA,mDAKF,uKAME,maAQA,iHAMF,uLAME,kLAMA,kLAMA,kLAMA,2QAOA,sIAOF,yJAKE,oJAKA,oJAKA,oJAKA,yQAOA,qIAOF,0DAIE,8DAMF,+DAIE,qEAMF,0JAQE,mEAKF,6JASE,mEAIA,oEAKF,uCACE,+EAYA,sCAKF,gFCzME,oFAIA,uFAKF,iDAIA,kLAQE,iFAIA,iFAIA,iFAIA,6FAGQ,kKAQR,wFAIA,yFAIA,kEAIE,qFAKA,4FAMF,+MAIA,sGAIA,4EAMF,sKASA,mPAWE,iDAIA,yDAKF,gHAME,mDASF,ugBAmBE,yEAIA,iFAKA,6DAKF,qIASA,wCAKA,gLASA,iQAYE,+MAKA,6IAMF,gSAcE,uDAIA,oDAIA,6CAMF,mOC1OA,kWAeE,qIAMA,+DAGE,8FAKF,kEAGE,8FAKF,mEAGE,8FAKF,gEAGE,8FAMJ,iJAUE,oCAUE,+DAGA,sEAIA,oDAMwB,mDAG1B,kFAIA,iHAKA,8GAKA,6GCxGF,6GAOA,2JAQA,0HAMA,qICrBA,4KCAA,+GAOA,gFAMA,uGAOA,oCCpBA,gIAMA,2ERTF"}
|