@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-2a48e5 to 0.4.1-next-2afb32
@@ -10,3 +10,4 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.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 |
@@ -14,2 +14,3 @@ 'use strict'; | ||
const Tag = require('./src/components/Tag.js'); | ||
const TextLink = require('./src/components/TextLink.js'); | ||
const reactUtils = require('@pluralsight/react-utils'); | ||
@@ -36,2 +37,3 @@ | ||
exports.unsafe_Tag = Tag.Tag; | ||
exports.unsafe_TextLink = TextLink.TextLink; | ||
Object.defineProperty(exports, 'useTheme', { | ||
@@ -38,0 +40,0 @@ enumerable: true, |
@@ -10,2 +10,3 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.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-2a48e5", | ||
"version": "0.4.1-next-2afb32", | ||
"description": "A React component library for Pando.", | ||
@@ -51,4 +51,4 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-431c05", | ||
"@pluralsight/react-utils": "0.4.1-next-431c05", | ||
"@pluralsight/headless-styles": "0.4.1-next-4db90e", | ||
"@pluralsight/react-utils": "0.4.1-next-4db90e", | ||
"tslib": "latest" | ||
@@ -62,3 +62,3 @@ }, | ||
"@babel/runtime": "^7.20.13", | ||
"@pluralsight/icons": "0.4.1-next-431c05", | ||
"@pluralsight/icons": "0.4.1-next-4db90e", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
@@ -77,3 +77,3 @@ "@rollup/plugin-babel": "^6.0.3", | ||
"@types/jest": "^29.2.5", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^20.1.7", | ||
"@types/react": "latest", | ||
@@ -80,0 +80,0 @@ "@types/react-dom": "latest", |
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
+ Added@pluralsight/headless-styles@0.4.1-next-4db90e(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-4db90e(transitive)
- Removed@pluralsight/headless-styles@0.4.1-next-431c05(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-431c05(transitive)