@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
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="1.0008" y="4.0008" width="21.9984" height="16.0488" viewBox="0 0 22 16.05" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M5.5 12C6.28333 12 7.04583 12.0875 7.7875 12.2625C8.52917 12.4375 9.26667 12.7 10 13.05V3.2C9.31667 2.8 8.59167 2.5 7.825 2.3C7.05833 2.1 6.28333 2 5.5 2C4.9 2 4.30417 2.05833 3.7125 2.175C3.12083 2.29167 2.55 2.46667 2 2.7V12.6C2.58333 12.4 3.1625 12.25 3.7375 12.15C4.3125 12.05 4.9 12 5.5 12ZM12 13.05C12.7333 12.7 13.4708 12.4375 14.2125 12.2625C14.9542 12.0875 15.7167 12 16.5 12C17.1 12 17.6875 12.05 18.2625 12.15C18.8375 12.25 19.4167 12.4 20 12.6V2.7C19.45 2.46667 18.8792 2.29167 18.2875 2.175C17.6958 2.05833 17.1 2 16.5 2C15.7167 2 14.9417 2.1 14.175 2.3C13.4083 2.5 12.6833 2.8 12 3.2V13.05ZM11 16C10.2 15.3667 9.33333 14.875 8.4 14.525C7.46667 14.175 6.5 14 5.5 14C4.61667 14 3.69167 14.1667 2.725 14.5C1.75833 14.8333 0.85 15.35 0 16.05V1.55C0.733333 1.05 1.59583 0.666667 2.5875 0.4C3.57917 0.133333 4.55 0 5.5 0C6.46667 0 7.4125 0.125 8.3375 0.375C9.2625 0.625 10.15 1 11 1.5C11.85 1 12.7375 0.625 13.6625 0.375C14.5875 0.125 15.5333 0 16.5 0C17.45 0 18.4208 0.133333 19.4125 0.4C20.4042 0.666667 21.2667 1.05 22 1.55V16.05C21.1667 15.35 20.2625 14.8333 19.2875 14.5C18.3125 14.1667 17.3833 14 16.5 14C15.5 14 14.5333 14.175 13.6 14.525C12.6667 14.875 11.8 15.3667 11 16ZM13 5.9V4.2C13.55 3.96667 14.1125 3.79167 14.6875 3.675C15.2625 3.55833 15.8667 3.5 16.5 3.5C16.9333 3.5 17.3583 3.53333 17.775 3.6C18.1917 3.66667 18.6 3.75 19 3.85V5.45C18.6 5.3 18.1958 5.1875 17.7875 5.1125C17.3792 5.0375 16.95 5 16.5 5C15.8667 5 15.2583 5.07917 14.675 5.2375C14.0917 5.39583 13.5333 5.61667 13 5.9ZM13 11.4V9.7C13.55 9.46667 14.1125 9.29167 14.6875 9.175C15.2625 9.05833 15.8667 9 16.5 9C16.9333 9 17.3583 9.03333 17.775 9.1C18.1917 9.16667 18.6 9.25 19 9.35V10.95C18.6 10.8 18.1958 10.6875 17.7875 10.6125C17.3792 10.5375 16.95 10.5 16.5 10.5C15.8667 10.5 15.2583 10.575 14.675 10.725C14.0917 10.875 13.5333 11.1 13 11.4ZM13 8.65V6.95C13.55 6.71667 14.1125 6.54167 14.6875 6.425C15.2625 6.30833 15.8667 6.25 16.5 6.25C16.9333 6.25 17.3583 6.28333 17.775 6.35C18.1917 6.41667 18.6 6.5 19 6.6V8.2C18.6 8.05 18.1958 7.9375 17.7875 7.8625C17.3792 7.7875 16.95 7.75 16.5 7.75C15.8667 7.75 15.2583 7.82917 14.675 7.9875C14.0917 8.14583 13.5333 8.36667 13 8.65Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="3.0" width="18.0" height="18.0" viewBox="0 0 18 18" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M13.5 13V5L9.5 9L13.5 13ZM7 16H16V2H7V16ZM0 18V0H18V18H0Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="3.0" width="18.0" height="18.0" viewBox="0 0 18 18" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M13.5 13V5L9.5 9L13.5 13ZM2 16H5V2H2V16ZM7 16H16V2H7V16ZM0 18V0H18V18H0Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="3.0" width="18.0" height="18.0" viewBox="0 0 18 18" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M9.5 5V13L13.5 9L9.5 5ZM7 16H16V2H7V16ZM0 18V0H18V18H0Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="3.0" width="18.0" height="18.0" viewBox="0 0 18 18" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M9.5 5V13L13.5 9L9.5 5ZM2 16H5V2H2V16ZM7 16H16V2H7V16ZM0 18V0H18V18H0Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="4.0008" width="20.5008" height="19.5" viewBox="0 0 20.5 19.5" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM19.1 19.5L15.9 16.3C15.55 16.5 15.175 16.6667 14.775 16.8C14.375 16.9333 13.95 17 13.5 17C12.25 17 11.1875 16.5625 10.3125 15.6875C9.4375 14.8125 9 13.75 9 12.5C9 11.25 9.4375 10.1875 10.3125 9.3125C11.1875 8.4375 12.25 8 13.5 8C14.75 8 15.8125 8.4375 16.6875 9.3125C17.5625 10.1875 18 11.25 18 12.5C18 12.95 17.9333 13.375 17.8 13.775C17.6667 14.175 17.5 14.55 17.3 14.9L20.5 18.1L19.1 19.5ZM15.275 14.275C15.7583 13.7917 16 13.2 16 12.5C16 11.8 15.7583 11.2083 15.275 10.725C14.7917 10.2417 14.2 10 13.5 10C12.8 10 12.2083 10.2417 11.725 10.725C11.2417 11.2083 11 11.8 11 12.5C11 13.2 11.2417 13.7917 11.725 14.275C12.2083 14.7583 12.8 15 13.5 15C14.2 15 14.7917 14.7583 15.275 14.275ZM8.025 9C7.325 10.0333 6.975 11.2 6.975 12.5C6.975 13.8 7.325 14.9667 8.025 16H0V13.225C0 12.6583 0.141667 12.1333 0.425 11.65C0.708333 11.1667 1.1 10.8 1.6 10.55C2.45 10.1167 3.40833 9.75 4.475 9.45C5.54167 9.15 6.725 9 8.025 9Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="3.0" y="4.0008" width="20.5008" height="19.5" viewBox="0 0 20.5 19.5" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM8 6C8.55 6 9.02083 5.80417 9.4125 5.4125C9.80417 5.02083 10 4.55 10 4C10 3.45 9.80417 2.97917 9.4125 2.5875C9.02083 2.19583 8.55 2 8 2C7.45 2 6.97917 2.19583 6.5875 2.5875C6.19583 2.97917 6 3.45 6 4C6 4.55 6.19583 5.02083 6.5875 5.4125C6.97917 5.80417 7.45 6 8 6ZM19.1 19.5L15.9 16.3C15.55 16.5 15.175 16.6667 14.775 16.8C14.375 16.9333 13.95 17 13.5 17C12.25 17 11.1875 16.5625 10.3125 15.6875C9.4375 14.8125 9 13.75 9 12.5C9 11.25 9.4375 10.1875 10.3125 9.3125C11.1875 8.4375 12.25 8 13.5 8C14.75 8 15.8125 8.4375 16.6875 9.3125C17.5625 10.1875 18 11.25 18 12.5C18 12.95 17.9333 13.375 17.8 13.775C17.6667 14.175 17.5 14.55 17.3 14.9L20.5 18.1L19.1 19.5ZM15.275 14.275C15.7583 13.7917 16 13.2 16 12.5C16 11.8 15.7583 11.2083 15.275 10.725C14.7917 10.2417 14.2 10 13.5 10C12.8 10 12.2083 10.2417 11.725 10.725C11.2417 11.2083 11 11.8 11 12.5C11 13.2 11.2417 13.7917 11.725 14.275C12.2083 14.7583 12.8 15 13.5 15C14.2 15 14.7917 14.7583 15.275 14.275ZM0 16V13.225C0 12.6583 0.141667 12.1333 0.425 11.65C0.708333 11.1667 1.1 10.8 1.6 10.55C2.45 10.1167 3.40833 9.75 4.475 9.45C5.54167 9.15 6.725 9 8.025 9C7.825 9.3 7.65417 9.62083 7.5125 9.9625C7.37083 10.3042 7.25833 10.6583 7.175 11.025C6.175 11.1083 5.28333 11.2792 4.5 11.5375C3.71667 11.7958 3.05833 12.0667 2.525 12.35C2.35833 12.4333 2.22917 12.5542 2.1375 12.7125C2.04583 12.8708 2 13.0417 2 13.225V14H7.175C7.25833 14.3667 7.37083 14.7167 7.5125 15.05C7.65417 15.3833 7.825 15.7 8.025 16H0Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="4.0008" y="1.9992" width="16.9992" height="20.0016" viewBox="0 0 17 20" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M8 20C7.45 20 6.97917 19.8042 6.5875 19.4125C6.19583 19.0208 6 18.55 6 18H10C10 18.55 9.80417 19.0208 9.4125 19.4125C9.02083 19.8042 8.55 20 8 20ZM0 17V15H2V8C2 6.61667 2.41667 5.3875 3.25 4.3125C4.08333 3.2375 5.16667 2.53333 6.5 2.2V0H9.5V1.825C9.33333 2.15833 9.20833 2.50833 9.125 2.875C9.04167 3.24167 9 3.61667 9 4C9 5.38333 9.4875 6.5625 10.4625 7.5375C11.4375 8.5125 12.6167 9 14 9V15H16V17H0ZM11.875 6.125C11.2917 5.54167 11 4.83333 11 4C11 3.16667 11.2917 2.45833 11.875 1.875C12.4583 1.29167 13.1667 1 14 1C14.8333 1 15.5417 1.29167 16.125 1.875C16.7083 2.45833 17 3.16667 17 4C17 4.83333 16.7083 5.54167 16.125 6.125C15.5417 6.70833 14.8333 7 14 7C13.1667 7 12.4583 6.70833 11.875 6.125Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="4.0008" y="1.9992" width="16.9992" height="20.0016" viewBox="0 0 17 20" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M8 20C7.45 20 6.97917 19.8042 6.5875 19.4125C6.19583 19.0208 6 18.55 6 18H10C10 18.55 9.80417 19.0208 9.4125 19.4125C9.02083 19.8042 8.55 20 8 20ZM0 17V15H2V8C2 6.61667 2.41667 5.3875 3.25 4.3125C4.08333 3.2375 5.16667 2.53333 6.5 2.2V0H9.5V1.825C9.31667 2.19167 9.18333 2.56667 9.1 2.95C9.01667 3.33333 8.98333 3.725 9 4.125C8.83333 4.09167 8.67083 4.0625 8.5125 4.0375C8.35417 4.0125 8.18333 4 8 4C6.9 4 5.95833 4.39167 5.175 5.175C4.39167 5.95833 4 6.9 4 8V15H12V8.575C12.3 8.70833 12.6208 8.8125 12.9625 8.8875C13.3042 8.9625 13.65 9 14 9V15H16V17H0ZM11.875 6.125C11.2917 5.54167 11 4.83333 11 4C11 3.16667 11.2917 2.45833 11.875 1.875C12.4583 1.29167 13.1667 1 14 1C14.8333 1 15.5417 1.29167 16.125 1.875C16.7083 2.45833 17 3.16667 17 4C17 4.83333 16.7083 5.54167 16.125 6.125C15.5417 6.70833 14.8333 7 14 7C13.1667 7 12.4583 6.70833 11.875 6.125Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<svg x="1.9992" y="1.5" width="21.552" height="20.5008" viewBox="0 0 21.55 20.5" fill="none" overflow="visible">
|
|
3
|
+
<path id="Vector" d="M0 20.5L5 6.5L14 15.5L0 20.5ZM3.3 17.2L10.35 14.7L5.8 10.15L3.3 17.2ZM12.55 11.05L11.5 10L19.025 2.475L21.55 5L20.5 6.05L19.025 4.575L12.55 11.05ZM8.55 7.05L7.5 6L8.95 4.55L7.45 3.05L8.5 2L11.05 4.55L8.55 7.05ZM10.55 9.05L9.5 8L13.975 3.525L11.5 1.05L12.55 0L16.075 3.525L10.55 9.05ZM14.55 13.05L13.5 12L17.025 8.475L20.55 12L19.5 13.05L17.025 10.575L14.55 13.05Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</svg>
|
package/public-api.d.ts
CHANGED
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
* - @testgorilla/tgo-ui/components/alert-banner
|
|
45
45
|
* - @testgorilla/tgo-ui/components/breadcrumb
|
|
46
46
|
* - @testgorilla/tgo-ui/components/navbar
|
|
47
|
+
* - @testgorilla/tgo-ui/components/side-navigation
|
|
47
48
|
* - @testgorilla/tgo-ui/components/page-header
|
|
48
49
|
* - @testgorilla/tgo-ui/components/tabs
|
|
49
50
|
* - @testgorilla/tgo-ui/components/stepper
|