@watermarkinsights/ripple 5.20.0-alpha.6 → 5.20.0-alpha.8
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/cjs/{app-globals-2139d686.js → app-globals-c2d0797b.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +6 -6
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +1 -0
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +3 -2
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +4 -4
- package/dist/esm/{app-globals-55aeda4c.js → app-globals-cc0448d5.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-tab-item_3.entry.js +6 -6
- package/dist/esm-es5/{app-globals-55aeda4c.js → app-globals-cc0448d5.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/ripple/{p-644eb222.system.js → p-2fd6d2c1.system.js} +1 -1
- package/dist/ripple/p-76cb8681.entry.js +1 -0
- package/dist/ripple/{p-169a6ff5.js → p-87214c42.js} +1 -1
- package/dist/ripple/{p-026ea651.entry.js → p-8732edf0.system.entry.js} +1 -1
- package/dist/ripple/{p-1b041246.system.js → p-c71d8769.system.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/package.json +2 -2
- package/dist/ripple/p-5145fb15.system.entry.js +0 -1
|
@@ -911,6 +911,7 @@
|
|
|
911
911
|
}
|
|
912
912
|
:host wm-button.left-arrow,
|
|
913
913
|
:host wm-button.right-arrow {
|
|
914
|
+
--icon-size: 1.25rem;
|
|
914
915
|
display: none;
|
|
915
916
|
flex-shrink: 0;
|
|
916
917
|
}
|
|
@@ -919,10 +920,10 @@
|
|
|
919
920
|
display: block;
|
|
920
921
|
}
|
|
921
922
|
:host wm-button.left-arrow {
|
|
922
|
-
margin-inline
|
|
923
|
+
margin-inline: 0.125rem 0.5rem;
|
|
923
924
|
}
|
|
924
925
|
:host wm-button.right-arrow {
|
|
925
|
-
margin-inline
|
|
926
|
+
margin-inline: 0.5rem 0.125rem;
|
|
926
927
|
}
|
|
927
928
|
:host .sr-only {
|
|
928
929
|
position: absolute !important;
|
|
@@ -258,18 +258,18 @@ export class TabList {
|
|
|
258
258
|
let margins = {};
|
|
259
259
|
if (this.customPadding) {
|
|
260
260
|
margins = {
|
|
261
|
-
"margin-
|
|
261
|
+
"margin-inline": "-" + this.customPadding,
|
|
262
262
|
};
|
|
263
263
|
}
|
|
264
|
-
return (h(Host, { key: '
|
|
264
|
+
return (h(Host, { key: '951f6dcf457201034adca055366df0107df6a116' }, h("div", { key: '489cf5f1acf3c985c6208e9b5b6f507422251c6c', class: "component-wrapper", style: margins }, h("wm-button", { key: 'c83f686c864b91ef3ac2530a47196e3a767b8609', class: `left-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "#previous", tooltip: intl.formatMessage({
|
|
265
265
|
id: "tabs.showPreviousTabs",
|
|
266
266
|
defaultMessage: "Show previous tabs",
|
|
267
267
|
description: "Tooltip for button scrolling tab group.",
|
|
268
|
-
}), onClick: (ev) => this.handleLeftArrowClick(ev) }), h("ul", { key: '
|
|
268
|
+
}), onClick: (ev) => this.handleLeftArrowClick(ev) }), h("ul", { key: 'ed524296e4c43f0602c54dc7345cb9403f491e82', id: "tablist", ref: (el) => (this.tabContainerEl = el), class: `tabcontainer ${this.customBackground || ""} ${this.containerFadeLeft ? "fade-left" : ""} ${this.containerFadeRight ? "fade-right" : ""}`, role: "tablist", tabIndex: -1 }, h("slot", { key: '072e8fdff4e4831df0f89002475acd29ef2633d3' })), h("wm-button", { key: '4364a7c4d9ffde71307573bf08c48e8cbba06372', class: `right-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "#next", tooltip: intl.formatMessage({
|
|
269
269
|
id: "tabs.showNextTabs",
|
|
270
270
|
defaultMessage: "Show next tabs",
|
|
271
271
|
description: "Tooltip for button scrolling tab group.",
|
|
272
|
-
}), onClick: (ev) => this.handleRightArrowClick(ev) }), h("span", { key: '
|
|
272
|
+
}), onClick: (ev) => this.handleRightArrowClick(ev) }), h("span", { key: 'c347bc2cb5002812bc4c14ef442ae7d820138ac8', "aria-live": "assertive", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
|
|
273
273
|
}
|
|
274
274
|
static get is() { return "wm-tab-list"; }
|
|
275
275
|
static get encapsulation() { return "shadow"; }
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-cc0448d5.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
package/dist/esm/ripple.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-cc0448d5.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
6
|
Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com
|