@taylorvance/tv-shared-ui 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"BrandBadge.d.ts","sourceRoot":"","sources":["../src/BrandBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AA+BhF,eAAO,MAAM,oBAAoB;;;;CAIvB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC9E,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,UAAU,CAAC,EACzB,SAAS,EACT,IAAqB,EACrB,IAAI,EACJ,aAAa,EACb,KAAgC,EAChC,cAAc,EACd,GAAkB,EAClB,KAAK,EACL,MAAiB,EACjB,QAAgB,EAChB,GAAG,KAAK,EACT,EAAE,eAAe,2CAyBjB"}
1
+ {"version":3,"file":"BrandBadge.d.ts","sourceRoot":"","sources":["../src/BrandBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAgChF,eAAO,MAAM,oBAAoB;;;;CAIvB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC9E,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,UAAU,CAAC,EACzB,SAAS,EACT,IAAqB,EACrB,IAAI,EACJ,aAAa,EACb,KAAgC,EAChC,cAAc,EACd,GAAkB,EAClB,KAAK,EACL,MAAiB,EACjB,QAAgB,EAChB,GAAG,KAAK,EACT,EAAE,eAAe,2CAyBjB"}
@@ -18,6 +18,7 @@ const DEFAULT_ROOT_STYLE = {
18
18
  textDecoration: 'none',
19
19
  };
20
20
  const DEFAULT_ICON_STYLE = {
21
+ color: 'inherit',
21
22
  display: 'block',
22
23
  flexShrink: 0,
23
24
  height: '1rem',
@@ -1 +1 @@
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,2CAiBrB"}
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"}
@@ -3,5 +3,5 @@ export function TvProgramsMark({ title, ...props }) {
3
3
  const accessibleProps = title
4
4
  ? { role: 'img' }
5
5
  : { 'aria-hidden': true };
6
- return (_jsxs("svg", { viewBox: "0 0 998 998", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...accessibleProps, ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M7844 6005c-472-1180-861-2145-864-2145-3 0-379 932-834 2070L5318 8000H4809 2390v-500-500h1000 1000V4000 1500h500 500V4000 6500l582-2 582-3 1165-2913c641-1601 1168-2912 1171-2912 3 0 595 1473 1315 3273 720 1799 1314 3286 1322 3304l13 31-418 167c-229 92-438 175-464 186l-46 18-858-2144z" })] }));
6
+ 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" }) })] }));
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taylorvance/tv-shared-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Shared React UI primitives for Taylor Vance portfolio projects.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -25,6 +25,11 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/taylorvance/tv-shared",
31
+ "directory": "packages/ui"
32
+ },
28
33
  "peerDependencies": {
29
34
  "react": "^18.3.0 || ^19.0.0"
30
35
  }