@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-635f81 to 0.4.1-next-65c44b
@@ -5,2 +5,18 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.js'; | ||
export { Button as unsafe_Button } from './src/components/Button.js'; | ||
export { CircularProgress as unsafe_CircularProgress } from './src/components/CircularProgress.js'; | ||
export { ErrorMessage as unsafe_ErrorMessage } from './src/components/ErrorMessage.js'; | ||
export { FieldMessage as unsafe_FieldMessage } from './src/components/FieldMessage.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 { Input as unsafe_Input } from './src/components/Input.js'; | ||
export { Label as unsafe_Label } from './src/components/Label.js'; | ||
export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js'; | ||
export { Show as unsafe_Show } from './src/components/Show.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 { FormControlProvider as unsafe_FormControlProvider, useFormControl as unsafe_useFormControl } from './src/context/FormControl.js'; | ||
export { useTheme } from '@pluralsight/react-utils'; | ||
//# sourceMappingURL=index.js.map |
@@ -9,2 +9,18 @@ 'use strict'; | ||
const Button = require('./src/components/Button.js'); | ||
const CircularProgress = require('./src/components/CircularProgress.js'); | ||
const ErrorMessage = require('./src/components/ErrorMessage.js'); | ||
const FieldMessage = require('./src/components/FieldMessage.js'); | ||
const Grid = require('./src/components/Grid.js'); | ||
const Icon = require('./src/components/Icon.js'); | ||
const IconButton = require('./src/components/IconButton.js'); | ||
const Input = require('./src/components/Input.js'); | ||
const Label = require('./src/components/Label.js'); | ||
const ProgressBar = require('./src/components/ProgressBar.js'); | ||
const Show = require('./src/components/Show.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 FormControl = require('./src/context/FormControl.js'); | ||
const reactUtils = require('@pluralsight/react-utils'); | ||
@@ -19,2 +35,29 @@ | ||
exports.unsafe_Button = Button.Button; | ||
exports.unsafe_CircularProgress = CircularProgress.CircularProgress; | ||
exports.unsafe_ErrorMessage = ErrorMessage.ErrorMessage; | ||
exports.unsafe_FieldMessage = FieldMessage.FieldMessage; | ||
exports.unsafe_Grid = Grid.Grid; | ||
exports.unsafe_GridItem = Grid.GridItem; | ||
exports.unsafe_Icon = Icon.Icon; | ||
exports.unsafe_IconButton = IconButton.IconButton; | ||
exports.unsafe_Input = Input.Input; | ||
exports.unsafe_Label = Label.Label; | ||
exports.unsafe_ProgressBar = ProgressBar.ProgressBar; | ||
exports.unsafe_Show = Show.Show; | ||
exports.unsafe_Skeleton = Skeleton.Skeleton; | ||
exports.unsafe_Caption = Table.Caption; | ||
exports.unsafe_TBody = Table.TBody; | ||
exports.unsafe_TD = Table.TD; | ||
exports.unsafe_TH = Table.TH; | ||
exports.unsafe_THead = Table.THead; | ||
exports.unsafe_TR = Table.TR; | ||
exports.unsafe_Table = Table.Table; | ||
exports.unsafe_Tag = Tag.Tag; | ||
exports.unsafe_TextLink = TextLink.TextLink; | ||
exports.unsafe_FormControlProvider = FormControl.FormControlProvider; | ||
exports.unsafe_useFormControl = FormControl.useFormControl; | ||
Object.defineProperty(exports, 'useTheme', { | ||
enumerable: true, | ||
get: () => reactUtils.useTheme | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-635f81", | ||
"version": "0.4.1-next-65c44b", | ||
"description": "A React component library for Pando.", | ||
"main": "npm/node/index.js", | ||
"module": "npm/browser/index.js", | ||
"types": "npm/types/src/index.d.ts", | ||
"exports": { | ||
@@ -16,6 +15,2 @@ ".": { | ||
"types": "./npm/types/src/types.d.ts" | ||
}, | ||
"./dev": { | ||
"import": "./src/index.ts", | ||
"types": "./src/types/src/index.d.ts" | ||
} | ||
@@ -26,3 +21,3 @@ }, | ||
"types": [ | ||
"npm/types/src/types.d.ts" | ||
"src/types.ts" | ||
] | ||
@@ -32,3 +27,3 @@ } | ||
"files": [ | ||
"npm/**/*" | ||
"src/**/*" | ||
], | ||
@@ -54,7 +49,11 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-ca5e08", | ||
"@pluralsight/icons": "0.4.1-next-ca5e08", | ||
"@pluralsight/react-utils": "0.4.1-next-ca5e08", | ||
"@pluralsight/react-utils": "0.4.1-next-65c44b", | ||
"tslib": "latest" | ||
}, | ||
"peerDependencies": { | ||
"@pluralsight/headless-styles": "*", | ||
"@pluralsight/icons": "*", | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
@@ -66,10 +65,12 @@ "@babel/core": "^7.21.5", | ||
"@babel/runtime": "^7.20.13", | ||
"@rollup/plugin-alias": "^4.0.0", | ||
"@pluralsight/headless-styles": "0.4.1-next-65c44b", | ||
"@pluralsight/icons": "0.4.1-next-842340", | ||
"@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", | ||
"@rollup/plugin-replace": "^5.0.0", | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/dom": "^9.3.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", | ||
@@ -80,3 +81,3 @@ "@types/babel__core": "latest", | ||
"@types/jest": "^29.2.5", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^20.1.7", | ||
"@types/react": "latest", | ||
@@ -87,2 +88,3 @@ "@types/react-dom": "latest", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"core-js": "^3.30.2", | ||
"eslint": "^8.39.0", | ||
@@ -102,9 +104,5 @@ "eslint-import-resolver-typescript": "^3.5.5", | ||
"rollup": "^3.2.2", | ||
"rollup-plugin-node-externals": "^5.1.2", | ||
"typescript": "5.0.2" | ||
"rollup-plugin-node-externals": "^6.0.1", | ||
"typescript": "5.0.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"keywords": [ | ||
@@ -124,3 +122,26 @@ "pluralsight", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"main": "npm/node/index.js", | ||
"module": "npm/browser/index.js", | ||
"types": "npm/types/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./npm/browser/index.js", | ||
"require": "./npm/node/index.js", | ||
"types": "./npm/types/src/index.d.ts" | ||
}, | ||
"./types": { | ||
"types": "./npm/types/src/types.d.ts" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"types": [ | ||
"npm/types/src/types.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"npm/**/*" | ||
] | ||
}, | ||
@@ -138,3 +159,4 @@ "author": "Pando Team", | ||
"license": "Apache 2.0", | ||
"packageManager": "yarn@3.5.0" | ||
"packageManager": "yarn@3.5.0", | ||
"types": "npm/types/src/index.d.ts" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1105
40917
43
27
+ Added@pluralsight/headless-styles@0.7.1(transitive)
+ Added@pluralsight/icons@0.7.1(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-65c44b(transitive)
+ Addedcore-js@3.40.0(transitive)
- Removed@pluralsight/icons@0.4.1-next-ca5e08
- Removed@pluralsight/headless-styles@0.4.1-next-ca5e08(transitive)
- Removed@pluralsight/icons@0.4.1-next-ca5e08(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-ca5e08(transitive)