UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

180 lines (179 loc) 4.91 kB
{ "name": "@atlaskit/primitives", "version": "1.13.1", "description": "Primitives are token-backed low-level building blocks.", "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": false, "atlaskit:src": "src/index.tsx", "atlassian": { "team": "Design System Team", "productPushConsumption": [ "jira" ], "inPublicMirror": false, "releaseModel": "continuous", "website": { "category": "Primitives", "name": "Primitives", "status": { "type": "beta" }, "pages": [ { "title": "Overview", "id": "@atlaskit/primitives", "folder": "overview", "slug": "primitives/overview" }, { "title": "Box", "folder": "box", "slug": "primitives/box", "id": "@atlaskit/primitives/box" }, { "title": "Inline", "folder": "inline", "slug": "primitives/inline", "id": "@atlaskit/primitives/inline" }, { "title": "Stack", "folder": "stack", "slug": "primitives/stack", "id": "@atlaskit/primitives/stack" }, { "title": "Flex", "folder": "flex", "slug": "primitives/flex", "id": "@atlaskit/primitives/flex", "status": { "type": "beta" } }, { "title": "Grid", "folder": "grid", "slug": "primitives/grid", "id": "@atlaskit/primitives/grid", "status": { "type": "beta" } }, { "title": "Bleed", "folder": "bleed", "slug": "primitives/bleed", "id": "@atlaskit/primitives/bleed" }, { "title": "XCSS", "folder": "xcss", "slug": "primitives/xcss", "id": "@atlaskit/primitives/xcss" }, { "title": "Responsive", "folder": "responsive", "slug": "primitives/responsive", "id": "@atlaskit/primitives/responsive" }, { "title": "Text", "folder": "text", "slug": "primitives/text", "id": "@atlaskit/primitives/text", "status": { "type": "closed-beta" } } ] } }, "scripts": { "codegen-styles": "ts-node -r tsconfig-paths/register ./scripts/codegen-styles.tsx" }, "dependencies": { "@atlaskit/app-provider": "^0.4.0", "@atlaskit/tokens": "^1.29.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.1.0", "bind-event-listener": "^2.1.1", "tiny-invariant": "^1.2.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@af/accessibility-testing": "*", "@atlaskit/ds-lib": "*", "@atlaskit/ssr": "*", "@atlaskit/visual-regression": "*", "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", "@atlassian/codegen": "^0.1.0", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "csstype": "^3.1.0", "prettier": "^2.8.0", "react-dom": "^16.8.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", "wait-for-expect": "^1.2.0" }, "techstack": { "@atlassian/frontend": { "import-structure": [ "atlassian-conventions" ], "circular-dependencies": "file-and-folder-level" }, "@repo/internal": { "design-system": "v1", "dom-events": "use-bind-event-listener", "analytics": "analytics-next", "ui-components": [ "lite-mode" ], "deprecation": "no-deprecated-imports", "styling": [ "static", "emotion" ], "design-tokens": [ "color", "spacing" ] } }, "homepage": "https://atlassian.design/components/primitives/overview/", "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "af:exports": { ".": "./src/index.tsx", "./box": "./src/components/box.tsx", "./stack": "./src/components/stack.tsx", "./inline": "./src/components/inline.tsx", "./text": "./src/components/text.tsx", "./pressable": "./src/components/pressable.tsx", "./link": "./src/components/link.tsx", "./responsive": "./src/responsive/index.tsx" }, "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0" }