{"version":3,"file":"static/3641.3641.4b26282c57d7.css","sources":["webpack://techdocs-cli-embedded-app/../ui/src/components/TagGroup/TagGroup.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Avatar/Avatar.module.css","webpack://techdocs-cli-embedded-app/../ui/src/components/Header/HeaderMetadataUsers.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-TagList {\n    display: flex;\n    flex-wrap: wrap;\n    gap: var(--bui-space-2);\n  }\n\n  .bui-Tag {\n    color: var(--bui-fg-primary);\n    background-color: var(--bui-bg-neutral-2);\n    border-radius: var(--bui-radius-2);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: var(--bui-font-weight-regular);\n    gap: var(--bui-space-1);\n    transition-property: background-color, box-shadow, color;\n    transition-duration: 0.2s;\n    transition-timing-function: ease-in-out;\n    box-sizing: border-box;\n  }\n\n  .bui-Tag[data-size='small'] {\n    height: 26px;\n    padding: 0 var(--bui-space-2);\n    font-size: var(--bui-font-size-1);\n  }\n\n  .bui-Tag[data-size='medium'] {\n    height: 32px;\n    padding: 0 var(--bui-space-2);\n    font-size: var(--bui-font-size-2);\n  }\n\n  .bui-Tag[data-hovered] {\n    background-color: var(--bui-bg-neutral-3);\n    cursor: pointer;\n  }\n\n  .bui-Tag[data-focus-visible] {\n    outline: 2px solid var(--bui-ring);\n    outline-offset: 1px;\n  }\n\n  .bui-Tag[data-selected] {\n    box-shadow: inset 0 0 0 1px var(--bui-fg-secondary);\n  }\n\n  .bui-Tag[data-disabled] {\n    color: var(--bui-fg-disabled);\n    cursor: not-allowed;\n  }\n\n  .bui-TagRemoveButton {\n    background-color: transparent;\n    border: none;\n    cursor: pointer;\n    color: var(--bui-fg-primary);\n    padding: 0;\n    margin: 0;\n    width: 1rem;\n    height: 1rem;\n  }\n\n  .bui-TagIcon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: color 0.2s ease-in-out;\n\n    svg {\n      width: 1rem;\n      height: 1rem;\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-AvatarRoot {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    vertical-align: middle;\n    border-radius: 100%;\n    user-select: none;\n    font-weight: 500;\n    color: var(--bui-fg-primary);\n    background-color: var(--bui-bg-neutral-2);\n    font-size: 1rem;\n    line-height: 1;\n    overflow: hidden;\n    flex-shrink: 0;\n    height: 2rem;\n    width: 2rem;\n  }\n\n  .bui-AvatarRoot[data-size='x-small'] {\n    height: 1.25rem;\n    width: 1.25rem;\n  }\n\n  .bui-AvatarRoot[data-size='small'] {\n    height: 1.5rem;\n    width: 1.5rem;\n  }\n\n  .bui-AvatarRoot[data-size='medium'] {\n    height: 2rem;\n    width: 2rem;\n  }\n\n  .bui-AvatarRoot[data-size='large'] {\n    height: 2.5rem;\n    width: 2.5rem;\n  }\n\n  .bui-AvatarRoot[data-size='x-large'] {\n    height: 3rem;\n    width: 3rem;\n  }\n\n  .bui-AvatarImage {\n    object-fit: cover;\n    height: 100%;\n    width: 100%;\n    display: block;\n  }\n\n  .bui-AvatarFallback {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    height: 100%;\n    width: 100%;\n    font-size: var(--bui-font-size-3);\n    font-weight: var(--bui-font-weight-regular);\n    box-shadow: inset 0 0 0 1px var(--bui-border-2);\n    border-radius: var(--bui-radius-full);\n  }\n}\n","/*\n * Copyright 2026 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  .single {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: var(--bui-space-2);\n  }\n\n  .stack {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: var(--bui-space-1);\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .avatarLink {\n    display: flex;\n    text-decoration: none;\n  }\n}\n"],"names":[],"mappings":"AAgBA,qCAGE,qEAMA,6XAeA,6GAMA,8GAMA,wFAKA,2FAKA,oFAIA,iFAKA,gJAWA,0GAME,6CCrEF,qXAkBA,kEAKA,8DAKA,2DAKA,8DAKA,4DAKA,wEAOA,gQClDA,4FAOA,+HAUA,qDFpBF"}