@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-70a38a to 0.4.1-next-77f6fa
@@ -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 { Grid as unsafe_Grid, GridItem as unsafe_GridItem } from './src/components/Grid.js'; | ||
export { Icon as unsafe_Icon } from './src/components/Icon.js'; | ||
export { IconButton as unsafe_IconButton } from './src/components/IconButton.js'; | ||
@@ -8,0 +10,0 @@ export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js'; |
@@ -10,2 +10,4 @@ 'use strict'; | ||
const CircularProgress = require('./src/components/CircularProgress.js'); | ||
const Grid = require('./src/components/Grid.js'); | ||
const Icon = require('./src/components/Icon.js'); | ||
const IconButton = require('./src/components/IconButton.js'); | ||
@@ -28,2 +30,5 @@ const ProgressBar = require('./src/components/ProgressBar.js'); | ||
exports.unsafe_CircularProgress = CircularProgress.CircularProgress; | ||
exports.unsafe_Grid = Grid.Grid; | ||
exports.unsafe_GridItem = Grid.GridItem; | ||
exports.unsafe_Icon = Icon.Icon; | ||
exports.unsafe_IconButton = IconButton.IconButton; | ||
@@ -30,0 +35,0 @@ exports.unsafe_ProgressBar = ProgressBar.ProgressBar; |
@@ -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 ButtonHTMLAttributes, type ElementType } from 'react'; | ||
import { type ButtonHTMLAttributes } from 'react'; | ||
import type { IconButtonOptions } from '@pluralsight/headless-styles/types'; | ||
interface IconButtonProps extends IconButtonOptions, ButtonHTMLAttributes<HTMLButtonElement> { | ||
icon: ElementType; | ||
import type { UsesIconProps } from './shared/types.ts'; | ||
interface IconButtonProps extends IconButtonOptions, Required<UsesIconProps>, ButtonHTMLAttributes<HTMLButtonElement> { | ||
} | ||
export declare const IconButton: import("react").ForwardRefExoticComponent<IconButtonProps & import("react").RefAttributes<HTMLButtonElement>>; | ||
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 { Grid, GridItem } from './components/Grid.tsx'; | ||
export { Icon } from './components/Icon.tsx'; | ||
export { IconButton } from './components/IconButton.tsx'; | ||
@@ -8,0 +10,0 @@ export { ProgressBar } from './components/ProgressBar.tsx'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-70a38a", | ||
"version": "0.4.1-next-77f6fa", | ||
"description": "A React component library for Pando.", | ||
@@ -51,4 +51,4 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-b3c10f", | ||
"@pluralsight/react-utils": "0.4.1-next-b3c10f", | ||
"@pluralsight/headless-styles": "0.4.1-next-61e490", | ||
"@pluralsight/react-utils": "0.4.1-next-61e490", | ||
"tslib": "latest" | ||
@@ -62,3 +62,3 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@pluralsight/icons": "0.4.1-next-b3c10f", | ||
"@pluralsight/icons": "0.4.1-next-61e490", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
@@ -83,2 +83,3 @@ "@rollup/plugin-babel": "^6.0.3", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"core-js": "^3.30.2", | ||
"eslint": "^8.39.0", | ||
@@ -85,0 +86,0 @@ "eslint-import-resolver-typescript": "^3.5.5", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
320517
79
1798
42
191
303
+ Added@pluralsight/headless-styles@0.4.1-next-61e490(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-61e490(transitive)
+ Addedcore-js@3.39.0(transitive)
- Removed@pluralsight/headless-styles@0.4.1-next-b3c10f(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-b3c10f(transitive)