UNPKG

@commercetools-uikit/label

Version:

The Label component represents the primitive label for a form field component.

39 lines (38 loc) 1.18 kB
{ "name": "@commercetools-uikit/label", "description": "The Label component represents the primitive label for a form field component.", "version": "20.2.3", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/ui-kit.git", "directory": "packages/components/label" }, "homepage": "https://uikit.commercetools.com", "keywords": ["javascript", "typescript", "design-system", "react", "uikit"], "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "dist/commercetools-uikit-label.cjs.js", "module": "dist/commercetools-uikit-label.esm.js", "files": ["dist"], "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@commercetools-uikit/design-system": "20.2.3", "@commercetools-uikit/text": "20.2.3", "@commercetools-uikit/utils": "20.2.3", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5" }, "devDependencies": { "react": "19.1.0", "react-intl": "^7.1.4" }, "peerDependencies": { "react": "19.x", "react-intl": "7.x" } }