@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-2afb32 to 0.4.1-next-2f50a7
@@ -6,2 +6,3 @@ 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 { IconButton as unsafe_IconButton } from './src/components/IconButton.js'; | ||
export { ProgressBar as unsafe_ProgressBar } from './src/components/ProgressBar.js'; | ||
@@ -8,0 +9,0 @@ export { Skeleton as unsafe_Skeleton } from './src/components/Skeleton.js'; |
@@ -10,2 +10,3 @@ 'use strict'; | ||
const CircularProgress = require('./src/components/CircularProgress.js'); | ||
const IconButton = require('./src/components/IconButton.js'); | ||
const ProgressBar = require('./src/components/ProgressBar.js'); | ||
@@ -27,2 +28,3 @@ const Skeleton = require('./src/components/Skeleton.js'); | ||
exports.unsafe_CircularProgress = CircularProgress.CircularProgress; | ||
exports.unsafe_IconButton = IconButton.IconButton; | ||
exports.unsafe_ProgressBar = ProgressBar.ProgressBar; | ||
@@ -29,0 +31,0 @@ exports.unsafe_Skeleton = Skeleton.Skeleton; |
@@ -6,2 +6,3 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx'; | ||
export { CircularProgress } from './components/CircularProgress.tsx'; | ||
export { IconButton } from './components/IconButton.tsx'; | ||
export { ProgressBar } from './components/ProgressBar.tsx'; | ||
@@ -8,0 +9,0 @@ export { Skeleton } from './components/Skeleton.tsx'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-2afb32", | ||
"version": "0.4.1-next-2f50a7", | ||
"description": "A React component library for Pando.", | ||
@@ -51,4 +51,4 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-4db90e", | ||
"@pluralsight/react-utils": "0.4.1-next-4db90e", | ||
"@pluralsight/headless-styles": "0.4.1-next-b3c10f", | ||
"@pluralsight/react-utils": "0.4.1-next-b3c10f", | ||
"tslib": "latest" | ||
@@ -62,3 +62,3 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@pluralsight/icons": "0.4.1-next-4db90e", | ||
"@pluralsight/icons": "0.4.1-next-b3c10f", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
@@ -65,0 +65,0 @@ "@rollup/plugin-babel": "^6.0.3", |
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
293739
68
1613
+ Added@pluralsight/headless-styles@0.4.1-next-b3c10f(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-b3c10f(transitive)
- Removed@pluralsight/headless-styles@0.4.1-next-4db90e(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-4db90e(transitive)