@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-827930 to 0.4.1-next-88e032
@@ -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-827930", | ||
"version": "0.4.1-next-88e032", | ||
"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" | ||
@@ -56,0 +56,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
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
244282
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)