🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@taylorvance/tv-shared-ui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taylorvance/tv-shared-ui - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+1
-1
dist/TvProgramsMark.d.ts

@@ -5,3 +5,3 @@ import type { ComponentPropsWithoutRef } from 'react';

};
export declare function TvProgramsMark({ title, ...props }: TvProgramsMarkProps): import("react/jsx-runtime").JSX.Element;
export declare function TvProgramsMark({ height, title, width, ...props }: TvProgramsMarkProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TvProgramsMark.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"TvProgramsMark.d.ts","sourceRoot":"","sources":["../src/TvProgramsMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAEtD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAsBrB"}
{"version":3,"file":"TvProgramsMark.d.ts","sourceRoot":"","sources":["../src/TvProgramsMark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAEtD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GAAG;IACpF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,MAAc,EACd,KAAK,EACL,KAAa,EACb,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAwBrB"}
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export function TvProgramsMark({ title, ...props }) {
export function TvProgramsMark({ height = '1em', title, width = '1em', ...props }) {
const accessibleProps = title
? { role: 'img' }
: { 'aria-hidden': true };
return (_jsxs("svg", { viewBox: "0 0 998 998", xmlns: "http://www.w3.org/2000/svg", ...accessibleProps, ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("g", { transform: "translate(0,998) scale(0.1,-0.1)", fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M7844 6005 c-472 -1180 -861 -2145 -864 -2145 -3 0 -379 932 -834 2070 l-828 2070 -2419 0 -2419 0 0 -500 0 -500 1000 0 1000 0 0 -2500 0 -2500 500 0 500 0 0 2500 0 2500 582 -2 582 -3 1165 -2913 c641 -1601 1168 -2912 1171 -2912 3 0 595 1473 1315 3273 720 1799 1314 3286 1322 3304 l13 31 -418 167 c-229 92 -438 175 -464 186 l-46 18 -858 -2144z" }) })] }));
return (_jsxs("svg", { height: height, viewBox: "0 0 998 998", width: width, xmlns: "http://www.w3.org/2000/svg", ...accessibleProps, ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("g", { transform: "translate(0,998) scale(0.1,-0.1)", fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M7844 6005 c-472 -1180 -861 -2145 -864 -2145 -3 0 -379 932 -834 2070 l-828 2070 -2419 0 -2419 0 0 -500 0 -500 1000 0 1000 0 0 -2500 0 -2500 500 0 500 0 0 2500 0 2500 582 -2 582 -3 1165 -2913 c641 -1601 1168 -2912 1171 -2912 3 0 595 1473 1315 3273 720 1799 1314 3286 1322 3304 l13 31 -418 167 c-229 92 -438 175 -464 186 l-46 18 -858 -2144z" }) })] }));
}
{
"name": "@taylorvance/tv-shared-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "Shared React UI primitives for Taylor Vance portfolio projects.",

@@ -5,0 +5,0 @@ "type": "module",