@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-3f96a9 to 0.4.1-next-41dd31
@@ -6,2 +6,4 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js'; | ||
export { CircularProgress as unsafe_CircularProgress } from './src/components/CircularProgress.js'; | ||
export { Icon as unsafe_Icon } from './src/components/Icon.js'; | ||
export { IconButton as unsafe_IconButton } from './src/components/IconButton.js'; | ||
export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js'; | ||
@@ -8,0 +10,0 @@ export { Skeleton as unsafe_Skeleton } from './src/components/Skeleton.js'; |
@@ -10,2 +10,4 @@ 'use strict'; | ||
const CircularProgress = require('./src/components/CircularProgress.js'); | ||
const Icon = require('./src/components/Icon.js'); | ||
const IconButton = require('./src/components/IconButton.js'); | ||
const ProgressBar = require('./src/components/ProgressBar.js'); | ||
@@ -27,2 +29,4 @@ const Skeleton = require('./src/components/Skeleton.js'); | ||
exports.unsafe_CircularProgress = CircularProgress.CircularProgress; | ||
exports.unsafe_Icon = Icon.Icon; | ||
exports.unsafe_IconButton = IconButton.IconButton; | ||
exports.unsafe_ProgressBar = ProgressBar.ProgressBar; | ||
@@ -29,0 +33,0 @@ exports.unsafe_Skeleton = Skeleton.Skeleton; |
@@ -1,7 +0,7 @@ | ||
import { type HTMLAttributes, type ElementType } from 'react'; | ||
import { type HTMLAttributes } from 'react'; | ||
import type { BadgeOptions } from '@pluralsight/headless-styles/types'; | ||
interface BadgeProps extends BadgeOptions, HTMLAttributes<HTMLSpanElement> { | ||
icon?: ElementType; | ||
import type { UsesIconProps } from './shared/types.ts'; | ||
interface BadgeProps extends BadgeOptions, UsesIconProps, HTMLAttributes<HTMLSpanElement> { | ||
} | ||
export declare const Badge: import("react").ForwardRefExoticComponent<BadgeProps & import("react").RefAttributes<HTMLSpanElement>>; | ||
export {}; |
@@ -1,7 +0,7 @@ | ||
import { type ElementType, type AnchorHTMLAttributes } from 'react'; | ||
import { type AnchorHTMLAttributes } from 'react'; | ||
import type { TagOptions } from '@pluralsight/headless-styles/types'; | ||
interface TagProps extends TagOptions, AnchorHTMLAttributes<HTMLAnchorElement> { | ||
icon?: ElementType; | ||
import type { UsesIconProps } from './shared/types.ts'; | ||
interface TagProps extends TagOptions, UsesIconProps, AnchorHTMLAttributes<HTMLAnchorElement> { | ||
} | ||
export declare const Tag: import("react").ForwardRefExoticComponent<TagProps & import("react").RefAttributes<HTMLAnchorElement>>; | ||
export {}; |
@@ -6,2 +6,4 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx'; | ||
export { CircularProgress } from './components/CircularProgress.tsx'; | ||
export { Icon } from './components/Icon.tsx'; | ||
export { IconButton } from './components/IconButton.tsx'; | ||
export { ProgressBar } from './components/ProgressBar.tsx'; | ||
@@ -8,0 +10,0 @@ export { Skeleton } from './components/Skeleton.tsx'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-3f96a9", | ||
"version": "0.4.1-next-41dd31", | ||
"description": "A React component library for Pando.", | ||
@@ -51,4 +51,4 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-4db90e", | ||
"@pluralsight/react-utils": "0.4.1-next-4db90e", | ||
"@pluralsight/headless-styles": "0.4.1-next-b3c10f", | ||
"@pluralsight/react-utils": "0.4.1-next-b3c10f", | ||
"tslib": "latest" | ||
@@ -62,3 +62,3 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@pluralsight/icons": "0.4.1-next-4db90e", | ||
"@pluralsight/icons": "0.4.1-next-b3c10f", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
@@ -65,0 +65,0 @@ "@rollup/plugin-babel": "^6.0.3", |
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
302396
74
1692
+ Added@pluralsight/headless-styles@0.4.1-next-b3c10f(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-b3c10f(transitive)
- Removed@pluralsight/headless-styles@0.4.1-next-4db90e(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-4db90e(transitive)