@patternfly/elements 4.0.1 → 4.0.2

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.
Files changed (55) hide show
  1. package/package.json +1 -1
  2. package/pf-accordion/pf-accordion-header.js +1 -1
  3. package/pf-accordion/pf-accordion-panel.js +1 -1
  4. package/pf-accordion/pf-accordion.js +1 -1
  5. package/pf-avatar/pf-avatar.js +1 -1
  6. package/pf-back-to-top/pf-back-to-top.js +1 -1
  7. package/pf-background-image/pf-background-image.js +1 -1
  8. package/pf-badge/pf-badge.js +1 -1
  9. package/pf-banner/pf-banner.js +1 -1
  10. package/pf-button/pf-button.js +1 -1
  11. package/pf-card/pf-card.js +1 -1
  12. package/pf-chip/pf-chip-group.js +1 -1
  13. package/pf-chip/pf-chip.js +1 -1
  14. package/pf-clipboard-copy/pf-clipboard-copy.js +1 -1
  15. package/pf-code-block/pf-code-block.js +1 -1
  16. package/pf-dropdown/pf-dropdown-group.js +1 -1
  17. package/pf-dropdown/pf-dropdown-item.js +1 -1
  18. package/pf-dropdown/pf-dropdown-menu.js +1 -1
  19. package/pf-dropdown/pf-dropdown.js +1 -1
  20. package/pf-icon/pf-icon.js +1 -1
  21. package/pf-jump-links/pf-jump-links-item.js +1 -1
  22. package/pf-jump-links/pf-jump-links-list.js +1 -1
  23. package/pf-jump-links/pf-jump-links.css +22 -11
  24. package/pf-jump-links/pf-jump-links.js +2 -2
  25. package/pf-label/pf-label.js +1 -1
  26. package/pf-modal/pf-modal.js +1 -1
  27. package/pf-panel/pf-panel.js +1 -1
  28. package/pf-popover/pf-popover.js +1 -1
  29. package/pf-progress/pf-progress.js +1 -1
  30. package/pf-progress-stepper/pf-progress-step.js +1 -1
  31. package/pf-progress-stepper/pf-progress-stepper.js +1 -1
  32. package/pf-select/pf-option-group.js +1 -1
  33. package/pf-select/pf-option.js +1 -1
  34. package/pf-select/pf-select.js +1 -1
  35. package/pf-spinner/pf-spinner.js +1 -1
  36. package/pf-switch/pf-switch.js +1 -1
  37. package/pf-table/pf-caption.js +1 -1
  38. package/pf-table/pf-table.js +1 -1
  39. package/pf-table/pf-tbody.js +1 -1
  40. package/pf-table/pf-td.js +1 -1
  41. package/pf-table/pf-th.js +1 -1
  42. package/pf-table/pf-thead.js +1 -1
  43. package/pf-table/pf-tr.js +1 -1
  44. package/pf-tabs/pf-tab-panel.js +1 -1
  45. package/pf-tabs/pf-tab.js +1 -1
  46. package/pf-tabs/pf-tabs.js +1 -1
  47. package/pf-tabs/test/pf-tabs.spec.js +1 -1
  48. package/pf-tabs/test/pf-tabs.spec.js.map +1 -1
  49. package/pf-text-area/pf-text-area.js +1 -1
  50. package/pf-text-input/pf-text-input.js +1 -1
  51. package/pf-tile/pf-tile.js +1 -1
  52. package/pf-timestamp/pf-timestamp.js +1 -1
  53. package/pf-tooltip/pf-tooltip.js +1 -1
  54. package/pfe.min.js +23 -12
  55. package/pfe.min.js.map +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/elements",
3
3
  "license": "MIT",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "description": "PatternFly Elements",
6
6
  "customElements": "custom-elements.json",
7
7
  "type": "module",
@@ -131,7 +131,7 @@ PfAccordionHeader.shadowRootOptions = {
131
131
  ...LitElement.shadowRootOptions,
132
132
  delegatesFocus: true,
133
133
  };
134
- PfAccordionHeader.version = "4.0.1";
134
+ PfAccordionHeader.version = "4.0.2";
135
135
  __decorate([
136
136
  property({ reflect: true })
137
137
  ], PfAccordionHeader.prototype, "bordered", void 0);
@@ -28,7 +28,7 @@ let PfAccordionPanel = class PfAccordionPanel extends LitElement {
28
28
  }
29
29
  };
30
30
  PfAccordionPanel.styles = [style];
31
- PfAccordionPanel.version = "4.0.1";
31
+ PfAccordionPanel.version = "4.0.2";
32
32
  __decorate([
33
33
  property({ type: Boolean, reflect: true })
34
34
  ], PfAccordionPanel.prototype, "expanded", void 0);
@@ -300,7 +300,7 @@ _PfAccordion_getIndex = function _PfAccordion_getIndex(el) {
300
300
  return -1;
301
301
  };
302
302
  PfAccordion.styles = [style];
303
- PfAccordion.version = "4.0.1";
303
+ PfAccordion.version = "4.0.2";
304
304
  __decorate([
305
305
  property({ reflect: true, type: Boolean })
306
306
  ], PfAccordion.prototype, "single", void 0);
@@ -49,7 +49,7 @@ _PfAvatar_onLoad = function _PfAvatar_onLoad(event) {
49
49
  this.dispatchEvent(new PfAvatarLoadEvent(event));
50
50
  };
51
51
  PfAvatar.styles = [style];
52
- PfAvatar.version = "4.0.1";
52
+ PfAvatar.version = "4.0.2";
53
53
  __decorate([
54
54
  property()
55
55
  ], PfAvatar.prototype, "src", void 0);
@@ -147,7 +147,7 @@ _PfBackToTop_addScrollListener = function _PfBackToTop_addScrollListener() {
147
147
  __classPrivateFieldGet(this, _PfBackToTop_toggleVisibility, "f").call(this);
148
148
  };
149
149
  PfBackToTop.styles = [styles];
150
- PfBackToTop.version = "4.0.1";
150
+ PfBackToTop.version = "4.0.2";
151
151
  __decorate([
152
152
  property({ reflect: true })
153
153
  ], PfBackToTop.prototype, "icon", void 0);
@@ -74,7 +74,7 @@ _PfBackgroundImage_onSlotChange = function _PfBackgroundImage_onSlotChange() {
74
74
  }
75
75
  };
76
76
  PfBackgroundImage.styles = [styles];
77
- PfBackgroundImage.version = "4.0.1";
77
+ PfBackgroundImage.version = "4.0.2";
78
78
  __decorate([
79
79
  property({ reflect: true })
80
80
  ], PfBackgroundImage.prototype, "src", void 0);
@@ -16,7 +16,7 @@ let PfBadge = class PfBadge extends LitElement {
16
16
  }
17
17
  };
18
18
  PfBadge.styles = [styles];
19
- PfBadge.version = "4.0.1";
19
+ PfBadge.version = "4.0.2";
20
20
  __decorate([
21
21
  property({ reflect: true })
22
22
  ], PfBadge.prototype, "state", void 0);
@@ -36,7 +36,7 @@ let PfBanner = class PfBanner extends LitElement {
36
36
  };
37
37
  _PfBanner_slots = new WeakMap();
38
38
  PfBanner.styles = [styles];
39
- PfBanner.version = "4.0.1";
39
+ PfBanner.version = "4.0.2";
40
40
  __decorate([
41
41
  property({ reflect: true })
42
42
  ], PfBanner.prototype, "variant", void 0);
@@ -170,7 +170,7 @@ PfButton.styles = [
170
170
  iconStyles,
171
171
  styles,
172
172
  ];
173
- PfButton.version = "4.0.1";
173
+ PfButton.version = "4.0.2";
174
174
  __decorate([
175
175
  property({ reflect: true })
176
176
  ], PfButton.prototype, "type", void 0);
@@ -49,7 +49,7 @@ let PfCard = class PfCard extends LitElement {
49
49
  };
50
50
  _PfCard_slots = new WeakMap();
51
51
  PfCard.styles = [style];
52
- PfCard.version = "4.0.1";
52
+ PfCard.version = "4.0.2";
53
53
  __decorate([
54
54
  property({ reflect: true })
55
55
  ], PfCard.prototype, "size", void 0);
@@ -190,7 +190,7 @@ PfChipGroup.shadowRootOptions = {
190
190
  ...LitElement.shadowRootOptions,
191
191
  delegatesFocus: true,
192
192
  };
193
- PfChipGroup.version = "4.0.1";
193
+ PfChipGroup.version = "4.0.2";
194
194
  __decorate([
195
195
  property({ attribute: 'accessible-label', type: String })
196
196
  ], PfChipGroup.prototype, "accessibleLabel", void 0);
@@ -64,7 +64,7 @@ PfChip.shadowRootOptions = {
64
64
  ...LitElement.shadowRootOptions,
65
65
  delegatesFocus: true,
66
66
  };
67
- PfChip.version = "4.0.1";
67
+ PfChip.version = "4.0.2";
68
68
  __decorate([
69
69
  property({ attribute: 'accessible-close-label', type: String })
70
70
  ], PfChip.prototype, "accessibleCloseLabel", void 0);
@@ -143,7 +143,7 @@ PfClipboardCopy.shadowRootOptions = {
143
143
  ...LitElement.shadowRootOptions,
144
144
  delegatesFocus: true,
145
145
  };
146
- PfClipboardCopy.version = "4.0.1";
146
+ PfClipboardCopy.version = "4.0.2";
147
147
  __decorate([
148
148
  property({ attribute: 'click-tip' })
149
149
  ], PfClipboardCopy.prototype, "clickTip", void 0);
@@ -85,7 +85,7 @@ _PfCodeBlock_toggle = function _PfCodeBlock_toggle() {
85
85
  this.expanded = !this.expanded;
86
86
  };
87
87
  PfCodeBlock.styles = [styles];
88
- PfCodeBlock.version = "4.0.1";
88
+ PfCodeBlock.version = "4.0.2";
89
89
  __decorate([
90
90
  property({ type: Boolean, reflect: true })
91
91
  ], PfCodeBlock.prototype, "expanded", void 0);
@@ -17,7 +17,7 @@ PfDropdownGroup.shadowRootOptions = {
17
17
  ...LitElement.shadowRootOptions,
18
18
  delegatesFocus: true,
19
19
  };
20
- PfDropdownGroup.version = "4.0.1";
20
+ PfDropdownGroup.version = "4.0.2";
21
21
  __decorate([
22
22
  property({ reflect: true })
23
23
  ], PfDropdownGroup.prototype, "label", void 0);
@@ -54,7 +54,7 @@ PfDropdownItem.shadowRootOptions = {
54
54
  ...LitElement.shadowRootOptions,
55
55
  delegatesFocus: true,
56
56
  };
57
- PfDropdownItem.version = "4.0.1";
57
+ PfDropdownItem.version = "4.0.2";
58
58
  __decorate([
59
59
  property({ reflect: true })
60
60
  ], PfDropdownItem.prototype, "value", void 0);
@@ -120,7 +120,7 @@ PfDropdownMenu.shadowRootOptions = {
120
120
  ...LitElement.shadowRootOptions,
121
121
  delegatesFocus: true,
122
122
  };
123
- PfDropdownMenu.version = "4.0.1";
123
+ PfDropdownMenu.version = "4.0.2";
124
124
  __decorate([
125
125
  consume({ context, subscribe: true }),
126
126
  state()
@@ -214,7 +214,7 @@ PfDropdown.shadowRootOptions = {
214
214
  ...LitElement.shadowRootOptions,
215
215
  delegatesFocus: true,
216
216
  };
217
- PfDropdown.version = "4.0.1";
217
+ PfDropdown.version = "4.0.2";
218
218
  __decorate([
219
219
  property({ type: Boolean, reflect: true })
220
220
  ], PfDropdown.prototype, "disabled", void 0);
@@ -187,7 +187,7 @@ PfIcon.instances = new Set();
187
187
  * ```
188
188
  */
189
189
  PfIcon.resolve = PfIcon.defaultResolve;
190
- PfIcon.version = "4.0.1";
190
+ PfIcon.version = "4.0.2";
191
191
  __decorate([
192
192
  property()
193
193
  ], PfIcon.prototype, "set", void 0);
@@ -43,7 +43,7 @@ PfJumpLinksItem.shadowRootOptions = {
43
43
  ...LitElement.shadowRootOptions,
44
44
  delegatesFocus: true,
45
45
  };
46
- PfJumpLinksItem.version = "4.0.1";
46
+ PfJumpLinksItem.version = "4.0.2";
47
47
  __decorate([
48
48
  property({ type: Boolean, reflect: true })
49
49
  ], PfJumpLinksItem.prototype, "active", void 0);
@@ -11,7 +11,7 @@ let PfJumpLinksList = class PfJumpLinksList extends LitElement {
11
11
  }
12
12
  };
13
13
  PfJumpLinksList.styles = [style];
14
- PfJumpLinksList.version = "4.0.1";
14
+ PfJumpLinksList.version = "4.0.2";
15
15
  PfJumpLinksList = __decorate([
16
16
  customElement('pf-jump-links-list')
17
17
  ], PfJumpLinksList);
@@ -46,18 +46,29 @@ slot::before {
46
46
  }
47
47
 
48
48
  :host([vertical]) #container {
49
- --pf-c-jump-links__list--PaddingTop: var(--pf-c-jump-links--m-vertical__list--PaddingTop,
50
- var(--pf-global--spacer--md, 1rem));
51
- --pf-c-jump-links__list--PaddingRight: var(--pf-c-jump-links--m-vertical__list--PaddingRight, 0);
52
- --pf-c-jump-links__list--PaddingBottom: var(--pf-c-jump-links--m-vertical__list--PaddingBottom
53
- var(--pf-global--spacer--md, 1rem));
54
- --pf-c-jump-links__list--PaddingLeft: var(--pf-c-jump-links--m-vertical__list--PaddingLeft, 0);
55
- --pf-c-jump-links__list--before--BorderTopWidth: var(--pf-c-jump-links--m-vertical__list--before--BorderTopWidth, 0);
56
- --pf-c-jump-links__list--before--BorderLeftWidth: var(--pf-c-jump-links--m-vertical__list--before--BorderLeftWidth,
49
+ --pf-c-jump-links__list--PaddingTop:
50
+ var(--pf-c-jump-links--m-vertical__list--PaddingTop,
51
+ var(--pf-global--spacer--md, 1rem)
52
+ );
53
+ --pf-c-jump-links__list--PaddingRight:
54
+ var(--pf-c-jump-links--m-vertical__list--PaddingRight,0);
55
+ --pf-c-jump-links__list--PaddingBottom:
56
+ var(--pf-c-jump-links--m-vertical__list--PaddingBottom,
57
+ var(--pf-global--spacer--md, 1rem)
58
+ );
59
+ --pf-c-jump-links__list--PaddingLeft:
60
+ var(--pf-c-jump-links--m-vertical__list--PaddingLeft, 0);
61
+ --pf-c-jump-links__list--before--BorderTopWidth:
62
+ var(--pf-c-jump-links--m-vertical__list--before--BorderTopWidth, 0);
63
+ --pf-c-jump-links__list--before--BorderLeftWidth:
64
+ var(--pf-c-jump-links--m-vertical__list--before--BorderLeftWidth,
57
65
  var(--pf-global--BorderWidth--sm, 1px));
58
- --pf-c-jump-links__item--m-current__link--before--BorderTopWidth: var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderTopWidth, 0);
59
- --pf-c-jump-links__item--m-current__link--before--BorderLeftWidth: var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderLeftWidth,
60
- var(--pf-global--BorderWidth--lg, 3px));
66
+ --pf-c-jump-links__item--m-current__link--before--BorderTopWidth:
67
+ var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderTopWidth, 0);
68
+ --pf-c-jump-links__item--m-current__link--before--BorderLeftWidth:
69
+ var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderLeftWidth,
70
+ var(--pf-global--BorderWidth--lg, 3px)
71
+ );
61
72
  --pf-c-jump-links__list--FlexDirection: var(--pf-c-jump-links--m-vertical__list--FlexDirection, column);
62
73
  }
63
74
 
@@ -8,7 +8,7 @@ import { RovingTabindexController } from '@patternfly/pfe-core/controllers/rovin
8
8
  import { PfJumpLinksItem } from './pf-jump-links-item.js';
9
9
  import '@patternfly/elements/pf-icon/pf-icon.js';
10
10
  import { css } from "lit";
11
- const style = css `[hidden] {\n display: none !important;\n}\n\n:host {\n display: block;\n}\n\n#container {\n display: flex;\n flex-wrap: wrap;\n font-family: var(--pf-global--FontFamily--sans-serif, "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif);\n font-size: var(--pf-global--FontSize--md, 16px);\n font-weight: var(--pf-global--FontWeight--normal, 400);\n}\n\nslot {\n position: relative;\n display: var(--pf-c-jump-links__list--Display, flex);\n flex-direction: var(--pf-c-jump-links__list--FlexDirection, row);\n padding-block-start: var(--pf-c-jump-links__list--PaddingTop, 0);\n padding-inline-end: var(--pf-c-jump-links__list--PaddingRight,\n var(--pf-global--spacer--md, 1rem));\n padding-block-end: var(--pf-c-jump-links__list--PaddingBottom, 0);\n padding-inline-start: var(--pf-c-jump-links__list--PaddingLeft,\n var(--pf-global--spacer--md, 1rem));\n visibility: var(--pf-c-jump-links__list--Visibility, visible);\n}\n\nslot::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n pointer-events: none;\n content: "";\n border: solid var(--pf-c-jump-links__list--before--BorderColor,\n var(--pf-global--BorderColor--100, #d2d2d2));\n border-width:\n var(--pf-c-jump-links__list--before--BorderTopWidth,\n var(--pf-global--BorderWidth--sm, 1px))\n var(--pf-c-jump-links__list--before--BorderRightWidth, 0)\n var(--pf-c-jump-links__list--before--BorderBottomWidth, 0)\n var(--pf-c-jump-links__list--before--BorderLeftWidth, 0);\n}\n\n:host([vertical]) #container {\n --pf-c-jump-links__list--PaddingTop: var(--pf-c-jump-links--m-vertical__list--PaddingTop,\n var(--pf-global--spacer--md, 1rem));\n --pf-c-jump-links__list--PaddingRight: var(--pf-c-jump-links--m-vertical__list--PaddingRight, 0);\n --pf-c-jump-links__list--PaddingBottom: var(--pf-c-jump-links--m-vertical__list--PaddingBottom\n var(--pf-global--spacer--md, 1rem));\n --pf-c-jump-links__list--PaddingLeft: var(--pf-c-jump-links--m-vertical__list--PaddingLeft, 0);\n --pf-c-jump-links__list--before--BorderTopWidth: var(--pf-c-jump-links--m-vertical__list--before--BorderTopWidth, 0);\n --pf-c-jump-links__list--before--BorderLeftWidth: var(--pf-c-jump-links--m-vertical__list--before--BorderLeftWidth, \n var(--pf-global--BorderWidth--sm, 1px));\n --pf-c-jump-links__item--m-current__link--before--BorderTopWidth: var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderTopWidth, 0);\n --pf-c-jump-links__item--m-current__link--before--BorderLeftWidth: var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderLeftWidth,\n var(--pf-global--BorderWidth--lg, 3px));\n --pf-c-jump-links__list--FlexDirection: var(--pf-c-jump-links--m-vertical__list--FlexDirection, column);\n}\n\n:host([centered]) #container {\n justify-content: center;\n}\n\n:host([centered]) #label {\n text-align: center;\n}\n\n:host(:not([expandable])) #label {\n display: block;\n width: 100%;\n margin-block-end: var(--pf-c-jump-links__label--MarginBottom,\n var(--pf-global--spacer--md, 1rem));\n}\n\n:host([expandable]) {\n --pf-c-jump-links--m-expanded__toggle--MarginBottom:\n calc(var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))\n ) + var(--pf-global--spacer--md, 1rem));\n}\n\nsummary {\n display: block;\n margin-block-start: var(--pf-c-jump-links__toggle--MarginTop,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem)));\n margin-block-end: var(--pf-c-jump-links__toggle--MarginBottom,\n var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))));\n margin-inline-start: var(--pf-c-jump-links__toggle--MarginLeft);\n color: var(--pf-c-jump-links__toggle-text--Color,\n var(--pf-global--Color--100, #151515));\n padding:\n var(--pf-c-button--PaddingTop,\n var(--pf-global--spacer--form-element, 0.375rem))\n var(--pf-c-button--PaddingRight,\n var(--pf-global--spacer--md, 1rem))\n var(--pf-c-button--PaddingBottom,\n var(--pf-global--spacer--form-element, 0.375rem))\n var(--pf-c-button--PaddingLeft,\n var(--pf-global--spacer--md, 1rem));\n}\n\nsummary pf-icon {\n rotate: var(--pf-c-jump-links__toggle-icon--Rotate, 0);\n transition: var(--pf-c-jump-links__toggle-icon--Transition,\n var(--pf-global--Transition, all 250ms cubic-bezier(0.42, 0, 0.58, 1)));\n}\n\nsummary span {\n margin-inline-start: var(--pf-c-jump-links__toggle-text--MarginLeft,\n var(--pf-global--spacer--md, 1rem));\n}\n\n:host([expanded]) #container {\n --pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom,\n calc(var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))) +\n var(--pf-global--spacer--md, 1rem)));\n --pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate,\n 90deg);\n --pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color,\n var(--pf-global--Color--100, #151515));\n --pf-c-jump-links__toggle-icon--Rotate: 90deg;\n}\n`;
11
+ const style = css `[hidden] {\n display: none !important;\n}\n\n:host {\n display: block;\n}\n\n#container {\n display: flex;\n flex-wrap: wrap;\n font-family: var(--pf-global--FontFamily--sans-serif, "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif);\n font-size: var(--pf-global--FontSize--md, 16px);\n font-weight: var(--pf-global--FontWeight--normal, 400);\n}\n\nslot {\n position: relative;\n display: var(--pf-c-jump-links__list--Display, flex);\n flex-direction: var(--pf-c-jump-links__list--FlexDirection, row);\n padding-block-start: var(--pf-c-jump-links__list--PaddingTop, 0);\n padding-inline-end: var(--pf-c-jump-links__list--PaddingRight,\n var(--pf-global--spacer--md, 1rem));\n padding-block-end: var(--pf-c-jump-links__list--PaddingBottom, 0);\n padding-inline-start: var(--pf-c-jump-links__list--PaddingLeft,\n var(--pf-global--spacer--md, 1rem));\n visibility: var(--pf-c-jump-links__list--Visibility, visible);\n}\n\nslot::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n pointer-events: none;\n content: "";\n border: solid var(--pf-c-jump-links__list--before--BorderColor,\n var(--pf-global--BorderColor--100, #d2d2d2));\n border-width:\n var(--pf-c-jump-links__list--before--BorderTopWidth,\n var(--pf-global--BorderWidth--sm, 1px))\n var(--pf-c-jump-links__list--before--BorderRightWidth, 0)\n var(--pf-c-jump-links__list--before--BorderBottomWidth, 0)\n var(--pf-c-jump-links__list--before--BorderLeftWidth, 0);\n}\n\n:host([vertical]) #container {\n --pf-c-jump-links__list--PaddingTop:\n var(--pf-c-jump-links--m-vertical__list--PaddingTop,\n var(--pf-global--spacer--md, 1rem)\n );\n --pf-c-jump-links__list--PaddingRight:\n var(--pf-c-jump-links--m-vertical__list--PaddingRight,0);\n --pf-c-jump-links__list--PaddingBottom:\n var(--pf-c-jump-links--m-vertical__list--PaddingBottom,\n var(--pf-global--spacer--md, 1rem)\n );\n --pf-c-jump-links__list--PaddingLeft:\n var(--pf-c-jump-links--m-vertical__list--PaddingLeft, 0);\n --pf-c-jump-links__list--before--BorderTopWidth:\n var(--pf-c-jump-links--m-vertical__list--before--BorderTopWidth, 0);\n --pf-c-jump-links__list--before--BorderLeftWidth:\n var(--pf-c-jump-links--m-vertical__list--before--BorderLeftWidth,\n var(--pf-global--BorderWidth--sm, 1px));\n --pf-c-jump-links__item--m-current__link--before--BorderTopWidth:\n var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderTopWidth, 0);\n --pf-c-jump-links__item--m-current__link--before--BorderLeftWidth:\n var(--pf-c-jump-links--m-vertical__item--m-current__link--before--BorderLeftWidth,\n var(--pf-global--BorderWidth--lg, 3px)\n );\n --pf-c-jump-links__list--FlexDirection: var(--pf-c-jump-links--m-vertical__list--FlexDirection, column);\n}\n\n:host([centered]) #container {\n justify-content: center;\n}\n\n:host([centered]) #label {\n text-align: center;\n}\n\n:host(:not([expandable])) #label {\n display: block;\n width: 100%;\n margin-block-end: var(--pf-c-jump-links__label--MarginBottom,\n var(--pf-global--spacer--md, 1rem));\n}\n\n:host([expandable]) {\n --pf-c-jump-links--m-expanded__toggle--MarginBottom:\n calc(var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))\n ) + var(--pf-global--spacer--md, 1rem));\n}\n\nsummary {\n display: block;\n margin-block-start: var(--pf-c-jump-links__toggle--MarginTop,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem)));\n margin-block-end: var(--pf-c-jump-links__toggle--MarginBottom,\n var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))));\n margin-inline-start: var(--pf-c-jump-links__toggle--MarginLeft);\n color: var(--pf-c-jump-links__toggle-text--Color,\n var(--pf-global--Color--100, #151515));\n padding:\n var(--pf-c-button--PaddingTop,\n var(--pf-global--spacer--form-element, 0.375rem))\n var(--pf-c-button--PaddingRight,\n var(--pf-global--spacer--md, 1rem))\n var(--pf-c-button--PaddingBottom,\n var(--pf-global--spacer--form-element, 0.375rem))\n var(--pf-c-button--PaddingLeft,\n var(--pf-global--spacer--md, 1rem));\n}\n\nsummary pf-icon {\n rotate: var(--pf-c-jump-links__toggle-icon--Rotate, 0);\n transition: var(--pf-c-jump-links__toggle-icon--Transition,\n var(--pf-global--Transition, all 250ms cubic-bezier(0.42, 0, 0.58, 1)));\n}\n\nsummary span {\n margin-inline-start: var(--pf-c-jump-links__toggle-text--MarginLeft,\n var(--pf-global--spacer--md, 1rem));\n}\n\n:host([expanded]) #container {\n --pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom,\n calc(var(--pf-c-jump-links__toggle--MarginBottom--base,\n calc(-1 * var(--pf-global--spacer--form-element, 0.375rem))) +\n var(--pf-global--spacer--md, 1rem)));\n --pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate,\n 90deg);\n --pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color,\n var(--pf-global--Color--100, #151515));\n --pf-c-jump-links__toggle-icon--Rotate: 90deg;\n}\n`;
12
12
  let PfJumpLinks = class PfJumpLinks extends LitElement {
13
13
  constructor() {
14
14
  super(...arguments);
@@ -106,7 +106,7 @@ _PfJumpLinks_onToggle = function _PfJumpLinks_onToggle(event) {
106
106
  this.dispatchEvent(new Event('toggle'));
107
107
  };
108
108
  PfJumpLinks.styles = [style];
109
- PfJumpLinks.version = "4.0.1";
109
+ PfJumpLinks.version = "4.0.2";
110
110
  __decorate([
111
111
  property({ reflect: true, type: Boolean })
112
112
  ], PfJumpLinks.prototype, "expandable", void 0);
@@ -80,7 +80,7 @@ PfLabel.shadowRootOptions = {
80
80
  ...LitElement.shadowRootOptions,
81
81
  delegatesFocus: true,
82
82
  };
83
- PfLabel.version = "4.0.1";
83
+ PfLabel.version = "4.0.2";
84
84
  __decorate([
85
85
  property()
86
86
  ], PfLabel.prototype, "variant", void 0);
@@ -242,7 +242,7 @@ PfModal.shadowRootOptions = {
242
242
  PfModal.styles = [style];
243
243
  /** Should the dialog close when user clicks outside the dialog? */
244
244
  PfModal.closeOnOutsideClick = false;
245
- PfModal.version = "4.0.1";
245
+ PfModal.version = "4.0.2";
246
246
  __decorate([
247
247
  property({ reflect: true })
248
248
  ], PfModal.prototype, "variant", void 0);
@@ -29,7 +29,7 @@ let PfPanel = class PfPanel extends LitElement {
29
29
  };
30
30
  _PfPanel_slots = new WeakMap();
31
31
  PfPanel.styles = [styles];
32
- PfPanel.version = "4.0.1";
32
+ PfPanel.version = "4.0.2";
33
33
  __decorate([
34
34
  property({ type: Boolean, reflect: true })
35
35
  ], PfPanel.prototype, "scrollable", void 0);
@@ -260,7 +260,7 @@ PfPopover.alertIcons = new Map(Object.entries({
260
260
  });
261
261
  }
262
262
  })();
263
- PfPopover.version = "4.0.1";
263
+ PfPopover.version = "4.0.2";
264
264
  __decorate([
265
265
  property({ reflect: true })
266
266
  ], PfPopover.prototype, "position", void 0);
@@ -101,7 +101,7 @@ _PfProgress_icon_get = function _PfProgress_icon_get() {
101
101
  return ICONS.get(this.variant ?? '')?.icon;
102
102
  };
103
103
  PfProgress.styles = [styles];
104
- PfProgress.version = "4.0.1";
104
+ PfProgress.version = "4.0.2";
105
105
  __decorate([
106
106
  property({ reflect: true, type: Number })
107
107
  ], PfProgress.prototype, "value", void 0);
@@ -53,7 +53,7 @@ _PfProgressStep_slots = new WeakMap();
53
53
  _PfProgressStep_internals = new WeakMap();
54
54
  PfProgressStep.parentTagName = 'pf-progress-stepper';
55
55
  PfProgressStep.styles = [style];
56
- PfProgressStep.version = "4.0.1";
56
+ PfProgressStep.version = "4.0.2";
57
57
  __decorate([
58
58
  property()
59
59
  ], PfProgressStep.prototype, "description", void 0);
@@ -52,7 +52,7 @@ _PfProgressStepper_onMutation = function _PfProgressStepper_onMutation() {
52
52
  PfProgressStepper.childTagName = 'pf-progress-step';
53
53
  PfProgressStepper.styles = [style];
54
54
  PfProgressStepper.formAssociated = true;
55
- PfProgressStepper.version = "4.0.1";
55
+ PfProgressStepper.version = "4.0.2";
56
56
  __decorate([
57
57
  property({ type: Boolean, reflect: true })
58
58
  ], PfProgressStepper.prototype, "vertical", void 0);
@@ -30,7 +30,7 @@ let PfOptionGroup = class PfOptionGroup extends LitElement {
30
30
  };
31
31
  _PfOptionGroup_internals = new WeakMap();
32
32
  PfOptionGroup.styles = [styles];
33
- PfOptionGroup.version = "4.0.1";
33
+ PfOptionGroup.version = "4.0.2";
34
34
  __decorate([
35
35
  property()
36
36
  ], PfOptionGroup.prototype, "label", void 0);
@@ -101,7 +101,7 @@ let PfOption = class PfOption extends LitElement {
101
101
  _PfOption_value = new WeakMap();
102
102
  _PfOption_internals = new WeakMap();
103
103
  PfOption.styles = [styles];
104
- PfOption.version = "4.0.1";
104
+ PfOption.version = "4.0.2";
105
105
  __decorate([
106
106
  property({ type: Boolean, reflect: true })
107
107
  ], PfOption.prototype, "disabled", void 0);
@@ -301,7 +301,7 @@ PfSelect.shadowRootOptions = {
301
301
  ...LitElement.shadowRootOptions,
302
302
  delegatesFocus: true,
303
303
  };
304
- PfSelect.version = "4.0.1";
304
+ PfSelect.version = "4.0.2";
305
305
  __decorate([
306
306
  property()
307
307
  ], PfSelect.prototype, "variant", void 0);
@@ -26,7 +26,7 @@ let PfSpinner = class PfSpinner extends LitElement {
26
26
  };
27
27
  _PfSpinner_internals = new WeakMap();
28
28
  PfSpinner.styles = [styles];
29
- PfSpinner.version = "4.0.1";
29
+ PfSpinner.version = "4.0.2";
30
30
  __decorate([
31
31
  property({ reflect: true })
32
32
  ], PfSpinner.prototype, "size", void 0);
@@ -102,7 +102,7 @@ _PfSwitch_updateLabels = function _PfSwitch_updateLabels() {
102
102
  };
103
103
  PfSwitch.styles = [styles];
104
104
  PfSwitch.formAssociated = true;
105
- PfSwitch.version = "4.0.1";
105
+ PfSwitch.version = "4.0.2";
106
106
  __decorate([
107
107
  property({ reflect: true })
108
108
  ], PfSwitch.prototype, "label", void 0);
@@ -11,7 +11,7 @@ let PfCaption = class PfCaption extends LitElement {
11
11
  }
12
12
  };
13
13
  PfCaption.styles = [styles];
14
- PfCaption.version = "4.0.1";
14
+ PfCaption.version = "4.0.2";
15
15
  PfCaption = __decorate([
16
16
  customElement('pf-caption')
17
17
  ], PfCaption);
@@ -116,7 +116,7 @@ _PfTable_performSort = function _PfTable_performSort(header, direction) {
116
116
  }
117
117
  };
118
118
  PfTable.styles = [styles];
119
- PfTable.version = "4.0.1";
119
+ PfTable.version = "4.0.2";
120
120
  __decorate([
121
121
  state()
122
122
  ], PfTable.prototype, "columns", void 0);
@@ -15,7 +15,7 @@ let PfTbody = class PfTbody extends LitElement {
15
15
  }
16
16
  };
17
17
  PfTbody.styles = [styles];
18
- PfTbody.version = "4.0.1";
18
+ PfTbody.version = "4.0.2";
19
19
  PfTbody = __decorate([
20
20
  customElement('pf-tbody')
21
21
  ], PfTbody);
package/pf-table/pf-td.js CHANGED
@@ -35,7 +35,7 @@ _PfTd_onClick = function _PfTd_onClick() {
35
35
  this.dispatchEvent(event);
36
36
  };
37
37
  PfTd.styles = [styles];
38
- PfTd.version = "4.0.1";
38
+ PfTd.version = "4.0.2";
39
39
  __decorate([
40
40
  property({ attribute: 'compound-expand' })
41
41
  ], PfTd.prototype, "compoundExpand", void 0);
package/pf-table/pf-th.js CHANGED
@@ -70,7 +70,7 @@ _PfTh_onClick = function _PfTh_onClick() {
70
70
  }
71
71
  };
72
72
  PfTh.styles = [styles];
73
- PfTh.version = "4.0.1";
73
+ PfTh.version = "4.0.2";
74
74
  __decorate([
75
75
  property({ type: Boolean, reflect: true })
76
76
  ], PfTh.prototype, "sortable", void 0);
@@ -26,7 +26,7 @@ _PfThead_onSlotchange = function _PfThead_onSlotchange() {
26
26
  }
27
27
  };
28
28
  PfThead.styles = [styles];
29
- PfThead.version = "4.0.1";
29
+ PfThead.version = "4.0.2";
30
30
  PfThead = __decorate([
31
31
  customElement('pf-thead')
32
32
  ], PfThead);
package/pf-table/pf-tr.js CHANGED
@@ -138,7 +138,7 @@ _PfTr_onClick = function _PfTr_onClick() {
138
138
  this.dispatchEvent(new RequestExpandEvent());
139
139
  };
140
140
  PfTr.styles = [styles];
141
- PfTr.version = "4.0.1";
141
+ PfTr.version = "4.0.2";
142
142
  __decorate([
143
143
  property({
144
144
  reflect: true,
@@ -40,7 +40,7 @@ let PfTabPanel = class PfTabPanel extends LitElement {
40
40
  }
41
41
  };
42
42
  PfTabPanel.styles = [styles];
43
- PfTabPanel.version = "4.0.1";
43
+ PfTabPanel.version = "4.0.2";
44
44
  __decorate([
45
45
  consume({ context, subscribe: true }),
46
46
  state()
package/pf-tabs/pf-tab.js CHANGED
@@ -96,7 +96,7 @@ _PfTab_activate = async function _PfTab_activate() {
96
96
  this.dispatchEvent(new TabExpandEvent(this));
97
97
  };
98
98
  PfTab.styles = [styles];
99
- PfTab.version = "4.0.1";
99
+ PfTab.version = "4.0.2";
100
100
  __decorate([
101
101
  queryAssignedElements({ slot: 'icon', flatten: true })
102
102
  ], PfTab.prototype, "icons", void 0);
@@ -183,7 +183,7 @@ _PfTabs_onExpand = function _PfTabs_onExpand(event) {
183
183
  };
184
184
  PfTabs.styles = [styles];
185
185
  PfTabs.scrollTimeoutDelay = 150;
186
- PfTabs.version = "4.0.1";
186
+ PfTabs.version = "4.0.2";
187
187
  __decorate([
188
188
  property({ reflect: false, attribute: 'label-scroll-left' })
189
189
  ], PfTabs.prototype, "labelScrollLeft", void 0);
@@ -160,7 +160,7 @@ describe('<pf-tabs>', function () {
160
160
  await setViewport({ width: 100, height: 640 });
161
161
  });
162
162
  beforeEach(nextFrame);
163
- beforeEach(updateComplete);
163
+ beforeEach(nextFrame);
164
164
  beforeEach(nextFrame);
165
165
  beforeEach(updateComplete);
166
166
  it('should have visible scroll buttons if overflowed', function () {