@watermarkinsights/ripple 5.20.0-alpha.7 → 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.
@@ -903,6 +903,7 @@
903
903
  white-space: normal;
904
904
  word-break: break-word;
905
905
  width: 100%;
906
+ text-align: center;
906
907
  }
907
908
  .tab-item .tab[aria-selected=true] {
908
909
  font-weight: 700;
@@ -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
  }
@@ -261,15 +261,15 @@ export class TabList {
261
261
  "margin-inline": "-" + this.customPadding,
262
262
  };
263
263
  }
264
- return (h(Host, { key: '951f6dcf457201034adca055366df0107df6a116' }, h("div", { key: '489cf5f1acf3c985c6208e9b5b6f507422251c6c', class: "component-wrapper", style: margins }, h("wm-button", { key: '062540e6c8a16182f17bdc6d47c5add7635a66b1', class: `left-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "chevron-left", tooltip: intl.formatMessage({
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: 'bcf105f97872f8c7384db699174e475d39a499d7', 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: 'b246faf22421f7809c35f866f1db7c67a34b81e5' })), h("wm-button", { key: '20c961f2dd956363348c627babff111efd53c788', class: `right-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "chevron-right", tooltip: intl.formatMessage({
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: '36dc64a76fb0d4061c2123b7734fb85a89a79a43', "aria-live": "assertive", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
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"; }
@@ -1,6 +1,6 @@
1
1
  import './index-130e07bb.js';
2
2
 
3
- const version = "5.20.0-alpha.7";
3
+ const version = "5.20.0-alpha.8";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -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-bbbe7a48.js';
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;
@@ -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-bbbe7a48.js';
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