@carbon-labs/wc-global-header 0.42.0 → 0.43.0
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/es/wc-global-header.mjs +3 -1
- package/package.json +2 -2
package/es/wc-global-header.mjs
CHANGED
|
@@ -4050,7 +4050,7 @@ const bs = (o, t) => {
|
|
|
4050
4050
|
*
|
|
4051
4051
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
4052
4052
|
* LICENSE file in the root directory of this source tree.
|
|
4053
|
-
*/.ibm-automation-cds--rail-sidePanel{inline-size:3rem!important}.ibm-automation-cds--
|
|
4053
|
+
*/.ibm-automation-cds--rail-sidePanel{inline-size:3rem!important}.ibm-automation-cds--side-nav__items{overflow:visible!important}.ibm-automation-cds--side-nav__items .ibm-automation-cds--popover-container{display:inherit!important}.ibm-automation-cds--side-nav__navigation{overflow:visible!important}.ibm-automation-cds--side-panel-nav-item__popover-content .ibm-automation-cds--popover-content{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);padding:.5rem 1rem;background-color:#161616;color:#a8a8a8;max-inline-size:11rem}.ibm-automation-cds--side-panel-nav-item__popover-content .ibm-automation-cds--popover-caret{background-color:#161616}.ibm-automation-cds--side-nav__link{position:relative}.ibm-automation-cds--side-nav__link img{margin-inline-end:1.5rem;padding-block-end:2px;vertical-align:middle}.ibm-automation-cds--side-nav__link-text::part(title){inline-size:100%}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link{display:flex}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link .launch_icon{margin-inline-start:auto}.ibm-automation-cds--side-nav__link-text .ibm-automation-cds--side-panel-nav-item__link .launch_icon svg{block-size:100%}.ibm-automation-cds--side-nav__link:hover{background-color:#292929}.ibm-automation-cds--side-nav__link:hover::part(title){color:#fff}`;
|
|
4054
4054
|
var ai = Object.defineProperty, ui = Object.getOwnPropertyDescriptor, Rt = (o, t, s, e) => {
|
|
4055
4055
|
for (var c = e > 1 ? void 0 : e ? ui(t, s) : t, r = o.length - 1, n; r >= 0; r--)
|
|
4056
4056
|
(n = o[r]) && (c = (e ? n(t, s, c) : n(c)) || c);
|
|
@@ -4128,6 +4128,7 @@ let mt = class extends y {
|
|
|
4128
4128
|
[`${H}--side-nav__link--current`]: this.isActive
|
|
4129
4129
|
})}"
|
|
4130
4130
|
role="link"
|
|
4131
|
+
?active="${this.isActive}"
|
|
4131
4132
|
href="${(d = this.link) == null ? void 0 : d.href}"
|
|
4132
4133
|
@click="${(k) => {
|
|
4133
4134
|
var P;
|
|
@@ -4142,6 +4143,7 @@ let mt = class extends y {
|
|
|
4142
4143
|
[`${H}--side-nav__link--current`]: this.isActive
|
|
4143
4144
|
})}"
|
|
4144
4145
|
role="link"
|
|
4146
|
+
?active="${this.isActive}"
|
|
4145
4147
|
href="${(b = this.link) == null ? void 0 : b.href}"
|
|
4146
4148
|
@click="${(k) => {
|
|
4147
4149
|
var P;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/wc-global-header",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"author": "Your Name <your@email.com>",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@web/test-runner": "^0.20.2",
|
|
46
46
|
"vite": "^5.4.21"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "c98a3d0fbd5f3ae9fb54953d58e801aabfda7c63"
|
|
49
49
|
}
|