@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-89c601 to 0.4.1-next-a9ec89
export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js'; | ||
export { Avatar as unsafe_Avatar } from './src/components/Avatar.js'; | ||
export { Badge as unsafe_Badge } from './src/components/Badge.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,3 @@ 'use strict'; | ||
const Avatar = require('./src/components/Avatar.js'); | ||
const Badge = require('./src/components/Badge.js'); | ||
@@ -15,2 +16,3 @@ | ||
exports.unsafe_Avatar = Avatar.Avatar; | ||
exports.unsafe_Badge = Badge.Badge; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
/// <reference types="react" /> | ||
import { type HTMLAttributes } from 'react'; | ||
import type { AvatarOptions, AvatarImageOptions, AvatarLabelOptions } from '@pluralsight/headless-styles/types'; | ||
interface AvatarProps extends AvatarOptions { | ||
interface AvatarProps extends AvatarOptions, HTMLAttributes<HTMLImageElement> { | ||
name?: AvatarLabelOptions['name']; | ||
@@ -5,0 +5,0 @@ src?: AvatarImageOptions['src']; |
export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx'; | ||
export { Avatar } from './components/Avatar.tsx'; | ||
export { Badge } from './components/Badge.tsx'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-89c601", | ||
"version": "0.4.1-next-a9ec89", | ||
"description": "A React component library for Pando.", | ||
@@ -5,0 +5,0 @@ "main": "npm/node/index.js", |
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
209036
28
918