UNPKG

@atlaskit/tile

Version:

A tile is a rounded square that takes an asset and represents a noun.

60 lines (59 loc) 1.6 kB
{ "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlaskit/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "tags": [ "platform-labs" ], "name": "Tile", "category": "Images and icons" } }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "homepage": "https://atlassian.design/components/tile/", "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", "dependencies": { "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/skeleton": "^4.4.0", "@atlaskit/tokens": "^18.0.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.2", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/ssr": "workspace:^", "@atlassian/structured-docs-types": "workspace:^", "@atlassian/workbench": "workspace:*", "@testing-library/react": "^16.3.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "name": "@atlaskit/tile", "version": "4.1.2", "description": "A tile is a rounded square that takes an asset and represents a noun.", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" } }