@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-827930 to 0.4.1-next-884f5d
@@ -7,2 +7,7 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.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 |
@@ -11,2 +11,7 @@ 'use strict'; | ||
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'); | ||
@@ -23,2 +28,16 @@ | ||
exports.unsafe_ProgressBar = ProgressBar.ProgressBar; | ||
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; | ||
Object.defineProperty(exports, 'useTheme', { | ||
enumerable: true, | ||
get: () => reactUtils.useTheme | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -7,1 +7,6 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.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-827930", | ||
"version": "0.4.1-next-884f5d", | ||
"description": "A React component library for Pando.", | ||
@@ -51,5 +51,4 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-3b6a3d", | ||
"@pluralsight/icons": "0.4.1-next-3b6a3d", | ||
"@pluralsight/react-utils": "0.4.1-next-3b6a3d", | ||
"@pluralsight/headless-styles": "0.4.1-next-4db90e", | ||
"@pluralsight/react-utils": "0.4.1-next-4db90e", | ||
"tslib": "latest" | ||
@@ -63,10 +62,11 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@rollup/plugin-alias": "^4.0.0", | ||
"@pluralsight/icons": "0.4.1-next-4db90e", | ||
"@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", | ||
@@ -77,3 +77,3 @@ "@types/babel__core": "latest", | ||
"@types/jest": "^29.2.5", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^20.1.7", | ||
"@types/react": "latest", | ||
@@ -98,6 +98,7 @@ "@types/react-dom": "latest", | ||
"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": { | ||
"@pluralsight/icons": "*", | ||
"react": "*", | ||
@@ -104,0 +105,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
284814
63
1542
41
+ Added@pluralsight/headless-styles@0.4.1-next-4db90e(transitive)
+ Added@pluralsight/icons@0.7.1(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-4db90e(transitive)
- Removed@pluralsight/icons@0.4.1-next-3b6a3d
- Removed@pluralsight/headless-styles@0.4.1-next-3b6a3d(transitive)
- Removed@pluralsight/icons@0.4.1-next-3b6a3d(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-3b6a3d(transitive)