Skip to content

Commit e5d5d2e

Browse files
authored
Merge pull request #178 from stellarwp/cons-628-add-activate-link-beside-the-unactivated-badge-in-the
Add Activate link beside the Unactivated badge in the product header
2 parents d23fc70 + f9fed43 commit e5d5d2e

17 files changed

Lines changed: 2080 additions & 117 deletions

build-dev/index-rtl.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,16 @@
16141614
opacity: 50% !important;
16151615
}
16161616
}
1617+
.lw-harbor-ui .data-\[highlighted\]\:bg-accent {
1618+
.lw-harbor-ui &[data-highlighted] {
1619+
background-color: oklch(0.965 0 0) !important;
1620+
}
1621+
}
1622+
.lw-harbor-ui .data-\[highlighted\]\:text-accent-foreground {
1623+
.lw-harbor-ui &[data-highlighted] {
1624+
color: oklch(0.205 0 0) !important;
1625+
}
1626+
}
16171627
.lw-harbor-ui .data-\[side\=bottom\]\:translate-y-1 {
16181628
.lw-harbor-ui &[data-side="bottom"] {
16191629
--lw-harbor-tw-translate-y: calc(var(--spacing) * 1);

build-dev/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '4355715a309eefbedffb');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '764567460341e48adbdf');

build-dev/index.css

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-dev/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-dev/index.js

Lines changed: 1741 additions & 78 deletions
Large diffs are not rendered by default.

build-dev/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '4cbdb3d9e5ce657b27f7');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '26a51bca626b83694e68');

build/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)