UNPKG

@commercetools-uikit/collapsible-motion

Version:

A component which allows building collapsible elements with an arbitrary height.

45 lines 1.24 kB
{ "name": "@commercetools-uikit/collapsible-motion", "description": "A component which allows building collapsible elements with an arbitrary height.", "version": "20.6.4", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/ui-kit.git", "directory": "packages/components/collapsible-motion" }, "homepage": "https://uikit.commercetools.com", "keywords": [ "javascript", "typescript", "design-system", "react", "uikit" ], "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "dist/commercetools-uikit-collapsible-motion.cjs.js", "module": "dist/commercetools-uikit-collapsible-motion.esm.js", "files": [ "dist" ], "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "lodash": "4.18.1", "@commercetools-uikit/hooks": "^20.6.4", "@commercetools-uikit/utils": "^20.6.4" }, "devDependencies": { "react": "19.2.6", "@commercetools-uikit/primary-button": "^20.6.4" }, "peerDependencies": { "react": "19.x" } }