@kumori/aurora-wui-components 0.0.267-dev4122.2 → 0.0.267
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7024,7 +7024,7 @@ var AxebowResourceCard = class AxebowResourceCard extends LitElement {
|
|
|
7024
7024
|
</button>
|
|
7025
7025
|
|
|
7026
7026
|
<button
|
|
7027
|
-
class="w-20.5 h-8 box-border flex items-center justify-center bg-transparent border-none cursor-pointer rounded whitespace-nowrap text-(--axebow-tertiary) hover:bg-(--axebow-anti-flash-white) shrink-0"
|
|
7027
|
+
class="w-20.5 h-8 box-border flex items-center justify-center bg-transparent border-none cursor-pointer rounded whitespace-nowrap text-(--axebow-tertiary) hover:bg-(--axebow-anti-flash-white) hover:text-(--axebow-gray) shrink-0"
|
|
7028
7028
|
@click=${() => row.onSeeHere?.()}
|
|
7029
7029
|
>
|
|
7030
7030
|
${this.seeHereLabel}
|