@testgorilla/tgo-ui 7.11.2 → 7.13.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/button.component.d.ts +21 -1
- package/components/icon/icon-svg-content.d.ts +1 -1
- package/components/icon/icon.config.d.ts +1 -1
- package/components/inline-field/inline-field.component.d.ts +2 -2
- package/components/radial-progress/radial-progress.component.d.ts +13 -1
- package/components/side-navigation/index.d.ts +5 -0
- package/components/side-navigation/public-api.d.ts +3 -0
- package/components/side-navigation/side-navigation.component.d.ts +75 -0
- package/components/side-navigation/side-navigation.component.module.d.ts +15 -0
- package/components/side-navigation/side-navigation.model.d.ts +20 -0
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs +8 -2
- package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +10 -0
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +76 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +17 -3
- package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs +208 -0
- package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +1 -0
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +52 -48
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Analytics-v2-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Analytics-v2-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Campaign-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Campaign-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-v2-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-v2-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Demo-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Demo-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-center-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-center-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Home-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Home-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Jobs-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Jobs-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Library-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Library-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sidebar-close-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sidebar-close-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sidebar-open-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sidebar-open-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sourcing-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Sourcing-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unread-notification-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Unread-notification-in-line.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-paint-filled.svg +5 -0
- package/public-api.d.ts +1 -0
- package/mcp/catalog.json +0 -1
- package/mcp/server.mjs +0 -21567
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.