@pikas-ui/text
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -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 i=_styles.styled.call(void 0, "p",{fontSize:"$EM-SMALL",fontWeight:"$NORMAL",display:"block",margin:0,color:"$BLACK"}),n= exports.Description =({children:t,style:o})=>_jsxruntime.jsx.call(void 0, i,{css:o,children:t});exports.Description = n; | ||
import{jsx as r}from"react/jsx-runtime";import{styled as e}from"@pikas-ui/styles";const i=e("p",{fontSize:"$EM-SMALL",fontWeight:"$NORMAL",display:"block",margin:0,color:"$BLACK"}),n=({children:t,style:o})=>r(i,{css:o,children:t});export{n as Description}; | ||
//# sourceMappingURL=Description.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }var _Descriptionjs = require('./Description.js'); _createStarExport(_Descriptionjs); | ||
export*from"./Description.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }var _indexjs = require('./label/index.js'); _createStarExport(_indexjs);var _indexjs3 = require('./textError/index.js'); _createStarExport(_indexjs3);var _indexjs5 = require('./description/index.js'); _createStarExport(_indexjs5); | ||
export*from"./label/index.js";export*from"./textError/index.js";export*from"./description/index.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }var _Labeljs = require('./Label.js'); _createStarExport(_Labeljs); | ||
export*from"./Label.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -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 l = _interopRequireWildcard(_reactlabel);const i=_styles.styled.call(void 0, l.Label,{fontSize:"$EM-SMALL",fontWeight:"$BOLD",display:"block",color:"$BLACK"}),L= exports.Label =({children:t,style:o,htmlFor:e})=>_jsxruntime.jsx.call(void 0, i,{css:{...e&&{cursor:"pointer"},...o},htmlFor:e,children:t});exports.Label = L; | ||
import{jsx as a}from"react/jsx-runtime";import{styled as r}from"@pikas-ui/styles";import*as l from"@radix-ui/react-label";const i=r(l.Label,{fontSize:"$EM-SMALL",fontWeight:"$BOLD",display:"block",color:"$BLACK"}),L=({children:t,style:o,htmlFor:e})=>a(i,{css:{...e&&{cursor:"pointer"},...o},htmlFor:e,children:t});export{L as Label}; | ||
//# sourceMappingURL=Label.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }var _TextErrorjs = require('./TextError.js'); _createStarExport(_TextErrorjs); | ||
export*from"./TextError.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -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 o=_styles.styled.call(void 0, "p",{color:"$ERROR",fontSize:"$EM-X-SMALL"}),i= exports.TextError =({children:r,style:t})=>_jsxruntime.jsx.call(void 0, o,{css:t,children:r});exports.TextError = i; | ||
import{jsx as p}from"react/jsx-runtime";import{styled as e}from"@pikas-ui/styles";const o=e("p",{color:"$ERROR",fontSize:"$EM-X-SMALL"}),i=({children:r,style:t})=>p(o,{css:t,children:r});export{i as TextError}; | ||
//# sourceMappingURL=TextError.js.map |
{ | ||
"name": "@pikas-ui/text", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"private": false, | ||
"description": "", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./dist/*": { | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs", | ||
"types": "./dist/*.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
@@ -26,3 +39,3 @@ "dist/**/*" | ||
"dependencies": { | ||
"@pikas-ui/styles": "2.3.4", | ||
"@pikas-ui/styles": "2.3.5", | ||
"@radix-ui/react-label": "^1.0.0", | ||
@@ -29,0 +42,0 @@ "react": "^18.2.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
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 6 instances 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 6 instances in 1 package
16024
Yes
+ Added@pikas-ui/styles@2.3.5(transitive)
- Removed@pikas-ui/styles@2.3.4(transitive)
Updated@pikas-ui/styles@2.3.5