@pikas-ui/text
Advanced tools
Comparing version 4.2.5 to 4.2.6
import { PikasCSS } from '@pikas-ui/styles'; | ||
import React from 'react'; | ||
import { ReactNode, FC } from 'react'; | ||
interface DescriptionProps { | ||
children?: React.ReactNode; | ||
declare type DescriptionProps = { | ||
children?: ReactNode; | ||
css?: PikasCSS; | ||
} | ||
declare const Description: React.FC<DescriptionProps>; | ||
}; | ||
declare const Description: FC<DescriptionProps>; | ||
export { Description, DescriptionProps }; |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');const e=_styles.styled.call(void 0, "p",{fontSize:"$EM-SMALL",fontWeight:"$NORMAL",display:"block",margin:0,color:"$BLACK"}),n= exports.Description =({children:t,css:o})=>_jsxruntime.jsx.call(void 0, e,{css:o,children:t});exports.Description = n; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');const s=_styles.styled.call(void 0, "p",{fontSize:"$EM-SMALL",fontWeight:"$NORMAL",display:"block",margin:0,color:"$BLACK"}),l= exports.Description =({children:o,css:i})=>_jsxruntime.jsx.call(void 0, s,{css:i,children:o});exports.Description = l; | ||
//# sourceMappingURL=Description.js.map |
import { PikasCSS } from '@pikas-ui/styles'; | ||
import React from 'react'; | ||
import { ReactNode, FC } from 'react'; | ||
interface LabelProps { | ||
children?: React.ReactNode; | ||
declare type LabelProps = { | ||
children?: ReactNode; | ||
css?: PikasCSS; | ||
htmlFor?: string; | ||
} | ||
declare const Label: React.FC<LabelProps>; | ||
}; | ||
declare const Label: FC<LabelProps>; | ||
export { Label, LabelProps }; |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactlabel = require('@radix-ui/react-label'); var i = _interopRequireWildcard(_reactlabel);const s=_styles.styled.call(void 0, i.Label,{fontSize:"$EM-SMALL",fontWeight:"$BOLD",display:"block",color:"$BLACK"}),L= exports.Label =({children:t,css:o,htmlFor:e})=>_jsxruntime.jsx.call(void 0, s,{css:{...e&&{cursor:"pointer"},...o},htmlFor:e,children:t});exports.Label = L; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');var _reactlabel = require('@radix-ui/react-label');const s=_styles.styled.call(void 0, _reactlabel.Label,{fontSize:"$EM-SMALL",fontWeight:"$BOLD",display:"block",color:"$BLACK"}),m= exports.Label =({children:e,css:t,htmlFor:o})=>_jsxruntime.jsx.call(void 0, s,{css:{...o&&{cursor:"pointer"},...t},htmlFor:o,children:e});exports.Label = m; | ||
//# sourceMappingURL=Label.js.map |
import { PikasCSS } from '@pikas-ui/styles'; | ||
import React from 'react'; | ||
import { ReactNode, FC } from 'react'; | ||
interface TextErrorProps { | ||
children?: React.ReactNode; | ||
declare type TextErrorProps = { | ||
children?: ReactNode; | ||
css?: PikasCSS; | ||
} | ||
declare const TextError: React.FC<TextErrorProps>; | ||
}; | ||
declare const TextError: FC<TextErrorProps>; | ||
export { TextError, TextErrorProps }; |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');const e=_styles.styled.call(void 0, "p",{color:"$DANGER",fontSize:"$EM-X-SMALL"}),S= exports.TextError =({children:r,css:t})=>_jsxruntime.jsx.call(void 0, e,{css:t,children:r});exports.TextError = S; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _jsxruntime = require('react/jsx-runtime');var _styles = require('@pikas-ui/styles');const e=_styles.styled.call(void 0, "p",{color:"$DANGER",fontSize:"$EM-X-SMALL"}),E= exports.TextError =({children:r,css:o})=>_jsxruntime.jsx.call(void 0, e,{css:o,children:r});exports.TextError = E; | ||
//# sourceMappingURL=TextError.js.map |
{ | ||
"name": "@pikas-ui/text", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"private": false, | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@pikas-ui/styles": "3.5.5", | ||
"@pikas-ui/styles": "3.5.6", | ||
"@radix-ui/react-label": "2.0.0" | ||
@@ -51,10 +51,13 @@ }, | ||
"devDependencies": { | ||
"@pikas/config": "1.0.0", | ||
"@pikas/prettier": "1.0.0", | ||
"eslint-config-custom": "1.0.0", | ||
"@pikas/tsconfig": "1.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"@types/node": "18.11.9", | ||
"@types/react": "18.0.24", | ||
"@types/react": "18.0.25", | ||
"@types/react-dom": "18.0.8", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.26.0", | ||
"tsup": "6.3.0", | ||
"eslint": "8.27.0", | ||
"tsup": "6.4.0", | ||
"typescript": "4.8.4" | ||
@@ -61,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
16253
12
62
+ Added@pikas-ui/styles@3.5.6(transitive)
- Removed@pikas-ui/styles@3.5.5(transitive)
Updated@pikas-ui/styles@3.5.6