@pluralsight/react
Advanced tools
Comparing version 0.4.1-next-4362dd to 0.4.1-next-46314d
@@ -8,3 +8,4 @@ export { Admonition as unsafe_Admonition, AdmonitionHeading as unsafe_AdmonitionHeading, AdmonitionText as unsafe_AdmonitionText } from './src/components/Admonition.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 { useTheme } from '@pluralsight/react-utils'; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,3 @@ 'use strict'; | ||
const Skeleton = require('./src/components/Skeleton.js'); | ||
const Table = require('./src/components/Table.js'); | ||
const reactUtils = require('@pluralsight/react-utils'); | ||
@@ -26,2 +27,9 @@ | ||
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; | ||
Object.defineProperty(exports, 'useTheme', { | ||
@@ -28,0 +36,0 @@ enumerable: true, |
@@ -8,2 +8,3 @@ export { Admonition, AdmonitionHeading, AdmonitionText, } from './components/Admonition.tsx'; | ||
export { Skeleton } from './components/Skeleton.tsx'; | ||
export { Table, TBody, Caption, THead, TH, TR, TD, } from './components/Table.tsx'; | ||
export { useTheme } from '@pluralsight/react-utils'; |
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-next-4362dd", | ||
"version": "0.4.1-next-46314d", | ||
"description": "A React component library for Pando.", | ||
@@ -51,5 +51,5 @@ "main": "npm/node/index.js", | ||
"dependencies": { | ||
"@pluralsight/headless-styles": "0.4.1-next-5f1cec", | ||
"@pluralsight/icons": "0.4.1-next-5f1cec", | ||
"@pluralsight/react-utils": "0.4.1-next-5f1cec", | ||
"@pluralsight/headless-styles": "0.4.1-next-431c05", | ||
"@pluralsight/icons": "0.4.1-next-431c05", | ||
"@pluralsight/react-utils": "0.4.1-next-431c05", | ||
"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,4 +98,4 @@ "@testing-library/react": "^13.3.0", | ||
"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" | ||
}, | ||
@@ -102,0 +102,0 @@ "peerDependencies": { |
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
269822
53
1425
+ Added@pluralsight/headless-styles@0.4.1-next-431c05(transitive)
+ Added@pluralsight/icons@0.4.1-next-431c05(transitive)
+ Added@pluralsight/react-utils@0.4.1-next-431c05(transitive)
- Removed@pluralsight/headless-styles@0.4.1-next-5f1cec(transitive)
- Removed@pluralsight/icons@0.4.1-next-5f1cec(transitive)
- Removed@pluralsight/react-utils@0.4.1-next-5f1cec(transitive)