You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@pluralsight/react

Package Overview
Dependencies
Maintainers
1
Versions
630
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/react - npm Package Compare versions

Comparing version

to
0.4.1-next-f75ea6

npm/browser/src/components/Grid.js

5

npm/browser/index.js

@@ -6,6 +6,11 @@ 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';
export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js';
export { Skeleton as unsafe_Skeleton } from './src/components/Skeleton.js';
export { Caption as unsafe_Caption, TBody as unsafe_TBody, TD as unsafe_TD, TH as unsafe_TH, THead as unsafe_THead, TR as unsafe_TR, Table as unsafe_Table } from './src/components/Table.js';
export { Tag as unsafe_Tag } from './src/components/Tag.js';
export { TextLink as unsafe_TextLink } from './src/components/TextLink.js';
export { useTheme } from '@pluralsight/react-utils';
//# sourceMappingURL=index.js.map

@@ -10,5 +10,10 @@ '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');
const ProgressBar = require('./src/components/ProgressBar.js');
const Skeleton = require('./src/components/Skeleton.js');
const Table = require('./src/components/Table.js');
const Tag = require('./src/components/Tag.js');
const TextLink = require('./src/components/TextLink.js');
const reactUtils = require('@pluralsight/react-utils');

@@ -25,2 +30,6 @@

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;
exports.unsafe_ProgressBar = ProgressBar.ProgressBar;

@@ -35,2 +44,4 @@ exports.unsafe_Skeleton = Skeleton.Skeleton;

exports.unsafe_Table = Table.Table;
exports.unsafe_Tag = Tag.Tag;
exports.unsafe_TextLink = TextLink.TextLink;
Object.defineProperty(exports, 'useTheme', {

@@ -37,0 +48,0 @@ enumerable: true,

6

npm/types/src/components/Badge.d.ts

@@ -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 {};

@@ -6,5 +6,10 @@ 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';
export { ProgressBar } from './components/ProgressBar.tsx';
export { Skeleton } from './components/Skeleton.tsx';
export { Table, TBody, Caption, THead, TH, TR, TD, } from './components/Table.tsx';
export { Tag } from './components/Tag.tsx';
export { TextLink } from './components/TextLink.tsx';
export { useTheme } from '@pluralsight/react-utils';
{
"name": "@pluralsight/react",
"version": "0.4.1-next-f5cbfc",
"version": "0.4.1-next-f75ea6",
"description": "A React component library for Pando.",

@@ -51,5 +51,4 @@ "main": "npm/node/index.js",

"dependencies": {
"@pluralsight/headless-styles": "0.4.1-next-431c05",
"@pluralsight/icons": "0.4.1-next-431c05",
"@pluralsight/react-utils": "0.4.1-next-431c05",
"@pluralsight/headless-styles": "0.4.1-next-61e490",
"@pluralsight/react-utils": "0.4.1-next-61e490",
"tslib": "latest"

@@ -63,5 +62,6 @@ },

"@babel/runtime": "^7.20.13",
"@pluralsight/icons": "0.4.1-next-61e490",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",

@@ -71,3 +71,3 @@ "@rollup/plugin-replace": "^5.0.0",

"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",

@@ -78,3 +78,3 @@ "@types/babel__core": "latest",

"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/node": "^20.1.7",
"@types/react": "latest",

@@ -85,2 +85,3 @@ "@types/react-dom": "latest",

"@typescript-eslint/parser": "^5.59.2",
"core-js": "^3.30.2",
"eslint": "^8.39.0",

@@ -104,2 +105,3 @@ "eslint-import-resolver-typescript": "^3.5.5",

"peerDependencies": {
"@pluralsight/icons": "*",
"react": "*",

@@ -106,0 +108,0 @@ "react-dom": "*"

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