@testgorilla/tgo-ui 8.18.0 → 8.18.2
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/icon/index.d.ts +1 -1
- package/components/inline-field/index.d.ts +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +17 -5
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-segmented-toggle.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-segmented-toggle.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Portfolio-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Portfolio-in-line.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Work-history-filled.svg +3 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Work-history-in-line.svg +3 -0
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.6 16.7L14.9 14.95L17.2 16.7L16.35 13.85L18.65 12H15.8L14.9 9.2L14 12H11.15L13.45 13.85L12.6 16.7ZM2 20V4H10L12 6H22V20H2ZM4 18H20V8H11.175L9.175 6H4V18Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.65 20.35L20.35 19.65L18.5 17.8V15H17.5V18.2L19.65 20.35ZM10 6H14V4H10V6ZM14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375ZM2 21V6H8V2H16V6H22V12.275C21.4167 11.8583 20.7833 11.5417 20.1 11.325C19.4167 11.1083 18.7167 11 18 11C16.0667 11 14.4167 11.6833 13.05 13.05C11.6833 14.4167 11 16.0667 11 18C11 18.5167 11.0542 19.0292 11.1625 19.5375C11.2708 20.0458 11.4417 20.5333 11.675 21H2Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 21V6H8V2H16V6H22V12.275C21.7 12.0583 21.3792 11.8708 21.0375 11.7125C20.6958 11.5542 20.35 11.4167 20 11.3V8H4V19H11.075C11.125 19.35 11.2 19.6917 11.3 20.025C11.4 20.3583 11.525 20.6833 11.675 21H2ZM10 6H14V4H10V6ZM14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375ZM18.5 17.8V15H17.5V18.2L19.65 20.35L20.35 19.65L18.5 17.8Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|