@hybr1d-tech/charizard 1.1.87 → 1.1.88
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/dist/hybr1d-ui.js +3 -0
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/index.d.ts +2 -7
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11214,6 +11214,9 @@ function tf() {
|
|
|
11214
11214
|
{
|
|
11215
11215
|
to: t.href || "",
|
|
11216
11216
|
className: M2("zap-content-medium", H0.link),
|
|
11217
|
+
onClick: () => {
|
|
11218
|
+
typeof t.onClick == "function" && t.onClick();
|
|
11219
|
+
},
|
|
11217
11220
|
children: t.label
|
|
11218
11221
|
}
|
|
11219
11222
|
),
|