@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-5f1cec to 0.4.1-next-6025a6
@@ -7,2 +7,4 @@ 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 { useTheme } from '@pluralsight/react-utils'; | ||
//# sourceMappingURL=index.js.map |
@@ -11,2 +11,4 @@ 'use strict'; | ||
const ProgressBar = require('./src/components/ProgressBar.js'); | ||
const Skeleton = require('./src/components/Skeleton.js'); | ||
const reactUtils = require('@pluralsight/react-utils'); | ||
@@ -23,2 +25,7 @@ | ||
exports.unsafe_ProgressBar = ProgressBar.ProgressBar; | ||
exports.unsafe_Skeleton = Skeleton.Skeleton; | ||
Object.defineProperty(exports, 'useTheme', { | ||
enumerable: true, | ||
get: () => reactUtils.useTheme | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -7,1 +7,3 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx'; | ||
export { ProgressBar } from './components/ProgressBar.tsx'; | ||
export { Skeleton } from './components/Skeleton.tsx'; | ||
export { useTheme } from '@pluralsight/react-utils'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-5f1cec", | ||
"version": "0.4.1-next-6025a6", | ||
"description": "A React component library for Pando.", | ||
@@ -51,5 +51,5 @@ "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-5f1cec", | ||
"@pluralsight/icons": "0.4.1-next-5f1cec", | ||
"@pluralsight/react-utils": "0.4.1-next-5f1cec", | ||
"tslib": "latest" | ||
@@ -63,3 +63,3 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@rollup/plugin-alias": "^4.0.0", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -69,3 +69,3 @@ "@rollup/plugin-commonjs": "^23.0.0", | ||
"@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", | ||
@@ -98,3 +98,3 @@ "@testing-library/react": "^13.3.0", | ||
"rollup": "^3.2.2", | ||
"rollup-plugin-node-externals": "^5.1.2", | ||
"rollup-plugin-node-externals": "^6.0.1", | ||
"typescript": "5.0.2" | ||
@@ -101,0 +101,0 @@ }, |
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
244281
48
1202
+ Added@pluralsight/headless-styles@0.4.1-next-5f1cec(transitive)
+ Added@pluralsight/icons@0.4.1-next-5f1cec(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-5f1cec(transitive)
- 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)