UNPKG

@atlaskit/lozenge

Version:

A lozenge is a visual indicator used to highlight an item's status for quick recognition.

111 lines (110 loc) 3.29 kB
{ "name": "@atlaskit/lozenge", "version": "15.4.4", "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlaskit/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "tags": [ "platform-labs" ], "name": "Lozenge", "category": "Labels", "status": { "type": "ready-for-ga", "description": "The new lozenge is stable and ready for adoption. Visual updates are currently behind the `platform-dst-lozenge-tag-badge-visual-uplifts` feature flag." }, "subPages": [ { "title": "Lozenge", "id": "lozenge", "status": { "type": "intent-to-deprecate", "description": "We're planning to deprecate this component. If you have the Atlassian feature flag integration, use the new lozenge. Otherwise, the old experience will switch to the new one automatically when we clean up the feature flag." } }, { "title": "Lozenge Dropdown Trigger", "id": "lozenge-dropdown-trigger" } ] } }, "dependencies": { "@atlaskit/analytics-next": "^12.5.0", "@atlaskit/badge": "^21.2.0", "@atlaskit/css": "^1.1.0", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/icon": "^37.7.0", "@atlaskit/motion": "^8.8.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/primitives": "^22.5.0", "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/spinner": "^20.4.0", "@atlaskit/tokens": "^19.0.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.2" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/button": "^25.4.0", "@atlaskit/docs": "^12.2.0", "@atlaskit/dropdown-menu": "^18.3.0", "@atlaskit/heading": "^7.2.0", "@atlaskit/link": "^5.1.0", "@atlaskit/section-message": "^10.2.0", "@atlassian/feature-flags-test-utils": "^1.3.0", "@atlassian/ssr-tests": "workspace:^", "@atlassian/structured-docs-types": "workspace:^", "@atlassian/testing-library": "^0.11.0", "@atlassian/workbench": "workspace:*", "jscodeshift": "^17.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "platform-feature-flags": { "platform-lozenge-custom-letterspacing": { "type": "boolean" }, "platform-dst-lozenge-tag-badge-visual-uplifts": { "type": "boolean" }, "platform-dst-motion-uplift": { "type": "boolean" }, "platform-dst-motion-uplift-button": { "type": "boolean", "referenceOnly": true }, "platform-dst-motion-uplift-popup": { "type": "boolean" } }, "homepage": "https://atlassian.design/components/lozenge/" }