@florid-kit/components 0.10.38 → 0.10.39
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/index.js +4 -0
- package/index.mjs +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1033,6 +1033,10 @@
|
|
|
1033
1033
|
${t}
|
|
1034
1034
|
</a>
|
|
1035
1035
|
`:l`<span class="link-wrapper">${t}</span>`}};Z.styles=f`
|
|
1036
|
+
:host {
|
|
1037
|
+
cursor: pointer;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1036
1040
|
:host([template="standard"]) .link-wrapper {
|
|
1037
1041
|
color: var(--color-content-action-secondary);
|
|
1038
1042
|
font-size: var(--font-size-200);
|
package/index.mjs
CHANGED
|
@@ -2445,6 +2445,10 @@ let Z = class extends u {
|
|
|
2445
2445
|
}
|
|
2446
2446
|
};
|
|
2447
2447
|
Z.styles = f`
|
|
2448
|
+
:host {
|
|
2449
|
+
cursor: pointer;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2448
2452
|
:host([template="standard"]) .link-wrapper {
|
|
2449
2453
|
color: var(--color-content-action-secondary);
|
|
2450
2454
|
font-size: var(--font-size-200);
|