🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@sb1/ffe-core-react

Package Overview
Dependencies
Maintainers
4
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/ffe-core-react - npm Package Compare versions

Comparing version
100.12.2
to
100.12.3
+2
-2
es/typography/SmallText.js

@@ -26,4 +26,4 @@ var __assign = (this && this.__assign) || function () {

export function SmallText(props) {
var _a = props.as, Comp = _a === void 0 ? 'span' : _a, className = props.className, rest = __rest(props, ["as", "className"]);
return (React.createElement(Comp, __assign({ className: classNames('ffe-small-text', className) }, rest)));
var _a = props.as, Comp = _a === void 0 ? 'span' : _a, className = props.className, _b = props.underline, underline = _b === void 0 ? false : _b, rest = __rest(props, ["as", "className", "underline"]);
return (React.createElement(Comp, __assign({ className: classNames('ffe-small-text', { 'ffe-small-text--underline': underline }, className) }, rest)));
}

@@ -32,4 +32,4 @@ "use strict";

function SmallText(props) {
var _a = props.as, Comp = _a === void 0 ? 'span' : _a, className = props.className, rest = __rest(props, ["as", "className"]);
return (react_1.default.createElement(Comp, __assign({ className: (0, classnames_1.default)('ffe-small-text', className) }, rest)));
var _a = props.as, Comp = _a === void 0 ? 'span' : _a, className = props.className, _b = props.underline, underline = _b === void 0 ? false : _b, rest = __rest(props, ["as", "className", "underline"]);
return (react_1.default.createElement(Comp, __assign({ className: (0, classnames_1.default)('ffe-small-text', { 'ffe-small-text--underline': underline }, className) }, rest)));
}
{
"name": "@sb1/ffe-core-react",
"version": "100.12.2",
"version": "100.12.3",
"description": "React components for ffe-core components",

@@ -31,7 +31,7 @@ "keywords": [

"dependencies": {
"@sb1/ffe-core": "^100.12.2",
"@sb1/ffe-core": "^100.12.3",
"classnames": "^2.3.1"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^100.12.2",
"@sb1/ffe-buildtool": "^100.12.3",
"eslint": "^9.22.0",

@@ -47,3 +47,3 @@ "react": "^18.2.0",

},
"gitHead": "6cce0a63bc21735e7012d31267ef7e03469d29ec"
"gitHead": "c250edc3d20e5ed115c5c5951495d700e96a3be3"
}