@testgorilla/tgo-ui 2.26.7 → 2.26.8
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 +2 -0
- package/components/icon/icon.config.d.ts +1 -1
- package/esm2022/components/button/button.component.mjs +24 -9
- package/esm2022/components/icon/icon.config.mjs +3 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +25 -8
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-filled.svg +5 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-in-line.svg +5 -0
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="#919191" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.85 18.3714L12 16.4714L15.15 18.3964L14.325 14.7964L17.1 12.3964L13.45 12.0714L12 8.67139L10.55 12.0464L6.9 12.3714L9.675 14.7964L8.85 18.3714ZM5.825 22.5464L7.45 15.5214L2 10.7964L9.2 10.1714L12 3.54639L14.8 10.1714L22 10.7964L16.55 15.5214L18.175 22.5464L12 18.8214L5.825 22.5464Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|