UNPKG

@atlaskit/theme

Version:

Theme contains solutions for global theming, colors, and other useful mixins.

99 lines (98 loc) 2.34 kB
{ "name": "@atlaskit/theme", "version": "18.0.2", "description": "Theme contains solutions for global theming, colors, and other useful mixins.", "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": { "team": "Design System Team", "runReact18": true, "website": { "name": "Theme", "category": "Libraries" } }, "dependencies": { "@atlaskit/codemod-utils": "^4.2.0", "@atlaskit/ds-lib": "^4.0.0", "@atlaskit/tokens": "^5.0.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@af/visual-regression": "workspace:^", "@atlaskit/datetime-picker": "^17.0.0", "@atlaskit/docs": "^10.0.0", "@atlaskit/link": "^3.2.0", "@atlaskit/section-message": "^8.2.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.0.0", "@testing-library/react": "^13.4.0", "@types/color": "^3.0.0", "color": "^3.0.0", "jest-in-case": "^1.0.2", "react-dom": "^18.2.0", "typescript": "~5.4.2" }, "keywords": [ "atlaskit", "css", "theme", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "dom-events": "use-bind-event-listener", "styling": [ "static", "emotion" ], "ui-components": "lite-mode", "analytics": "analytics-next", "design-tokens": [ "color", "spacing" ], "theming": [ "react-context" ], "deprecation": "no-deprecated-imports", "design-system": "v1" } }, "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "af:exports": { "./color-palettes": "./src/color-palettes.tsx", "./colors": "./src/colors.tsx", "./components": "./src/components.tsx", "./constants": "./src/constants.tsx", "./types": "./src/types.tsx", "./typography": "./src/typography.tsx" }, "homepage": "https://atlaskit.atlassian.com/packages/design-system/eslint-plugin" }