@patternfly/patternfly 5.1.0-prerelease.13 → 5.1.0-prerelease.15

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.
@@ -1,10 +1,4 @@
1
1
  .ws-core-c-popover .ws-preview-html {
2
- position: relative;
3
- }
4
-
5
- .ws-core-c-popover .pf-v5-c-popover {
6
- position: absolute;
7
- inset-block-start: 50%;
8
- inset-inline-start: 50%;
9
- transform: translate(-50%, -50%);
10
- }
2
+ display: grid;
3
+ place-items: center;
4
+ }
@@ -669,10 +669,10 @@ A popover is used to provide contextual information for another component on cli
669
669
  | `.pf-v5-c-popover__title-text` | `<h1>`,`<h2>`,`<h3>`,`<h4>`,`<h5>`,`<h6>`,`<span>` | Creates the popover title text. |
670
670
  | `.pf-v5-c-popover__body` | `<div>` | The popover's body text. **Required** |
671
671
  | `.pf-v5-c-popover__footer` | `<footer>` | Initiates a popover footer. |
672
- | `.pf-m-left{-top/bottom}` | `.pf-v5-c-popover` | Positions the popover to the left (or left top/left bottom) of the element. |
673
- | `.pf-m-right{-top/bottom}` | `.pf-v5-c-popover` | Positions the popover to the right (or right top/right bottom) of the element. |
674
- | `.pf-m-top{-left/right}` | `.pf-v5-c-popover` | Positions the popover to the top (or top left/top right) of the element. |
675
- | `.pf-m-bottom{-left/right}` | `.pf-v5-c-popover` | Positions the popover to the bottom (or bottom left/bottom right) of the element. |
672
+ | `.pf-m-left{-top/bottom}`, `.pf-m-inline-start{-block-start/block-end}` | `.pf-v5-c-popover` | Positions the popover to the left (or left top/left bottom) of the element. |
673
+ | `.pf-m-right{-top/bottom}`, `.pf-m-inline-end{-block-start/block-end}` | `.pf-v5-c-popover` | Positions the popover to the right (or right top/right bottom) of the element. |
674
+ | `.pf-m-top{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-popover` | Positions the popover to the top (or top left/top right) of the element. |
675
+ | `.pf-m-bottom{-left/right}`, `.pf-m-block-end{-inline-start/inline-end}` | `.pf-v5-c-popover` | Positions the popover to the bottom (or bottom left/bottom right) of the element. |
676
676
  | `.pf-m-no-padding` | `.pf-v5-c-popover` | Removes the outer padding from the popover content. |
677
677
  | `.pf-m-width-auto` | `.pf-v5-c-popover` | Allows popover width to be defined by the popover content. |
678
678
  | `.pf-m-custom` | `.pf-v5-c-popover` | Modifies for the custom alert state. |
@@ -0,0 +1,4 @@
1
+ /* adds padding to full page examples so arrows are visible */
2
+ .ws-core-c-tooltip:not(.ws-preview) {
3
+ padding: var(--pf-v5-global--spacer--md);
4
+ }
@@ -2,7 +2,9 @@
2
2
  id: Tooltip
3
3
  section: components
4
4
  cssPrefix: pf-v5-c-tooltip
5
- ---## Examples
5
+ ---import "./Tooltip.css"
6
+
7
+ ## Examples
6
8
 
7
9
  ### Top
8
10
 
@@ -133,8 +135,8 @@ A tooltip is used to provide contextual information for another component on hov
133
135
  | `.pf-v5-c-tooltip` | `<div>` | Creates a tooltip. Always use with a modifier class that positions the tooltip relative to the element it describes. **Required**|
134
136
  | `.pf-v5-c-tooltip__arrow` | `<div>` | Creates an arrow pointing towards the element the tooltip describes. **Required** |
135
137
  | `.pf-v5-c-tooltip__content` | `<div>` | Creates the body of the tooltip. **Required** |
136
- | `.pf-m-left{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
137
- | `.pf-m-right{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
138
- | `.pf-m-top{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
139
- | `.pf-m-bottom{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
140
- | `.pf-m-text-align-left` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
138
+ | `.pf-m-left{-top/bottom}`, `.pf-m-inline-start{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
139
+ | `.pf-m-right{-top/bottom}`, `.pf-m-inline-end{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
140
+ | `.pf-m-top{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
141
+ | `.pf-m-bottom{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
142
+ | `.pf-m-text-align-left`, `.pf-m-text-align-start` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
@@ -248,7 +248,7 @@ wrapperTag: div
248
248
  <span class="pf-v5-c-label__text">Set up your cluster</span>
249
249
  </span>
250
250
  </span>
251
- <p>Continue setting up your cluster to access all you cain in the Console</p>
251
+ <p>Continue setting up your cluster to access all you can in the Console</p>
252
252
  <ul class="pf-v5-c-list pf-m-plain" role="list">
253
253
  <li>
254
254
  <a href="#">Add identity provider</a>
@@ -266,7 +266,11 @@ wrapperTag: div
266
266
  <span
267
267
  class="pf-v5-c-button__icon pf-m-end"
268
268
  >
269
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
269
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
270
+ <span class="pf-v5-c-icon__content">
271
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
272
+ </span>
273
+ </span>
270
274
  </span>
271
275
  </a>
272
276
  </div>
@@ -297,7 +301,11 @@ wrapperTag: div
297
301
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
298
302
  View all guided tours
299
303
  <span class="pf-v5-c-button__icon pf-m-end">
300
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
304
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
305
+ <span class="pf-v5-c-icon__content">
306
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
307
+ </span>
308
+ </span>
301
309
  </span>
302
310
  </a>
303
311
  </div>
@@ -331,7 +339,11 @@ wrapperTag: div
331
339
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
332
340
  View all quick starts
333
341
  <span class="pf-v5-c-button__icon pf-m-end">
334
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
342
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
343
+ <span class="pf-v5-c-icon__content">
344
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
345
+ </span>
346
+ </span>
335
347
  </span>
336
348
  </a>
337
349
  </div>
@@ -370,7 +382,11 @@ wrapperTag: div
370
382
  <span
371
383
  class="pf-v5-c-button__icon pf-m-end"
372
384
  >
373
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
385
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
386
+ <span class="pf-v5-c-icon__content">
387
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
388
+ </span>
389
+ </span>
374
390
  </span>
375
391
  </a>
376
392
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.1.0-prerelease.13",
4
+ "version": "5.1.0-prerelease.15",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "@commitlint/config-conventional": "^17.6.7",
46
46
  "@fortawesome/fontawesome": "^1.1.8",
47
47
  "@octokit/rest": "^20.0.1",
48
- "@patternfly/documentation-framework": "5.1.10",
48
+ "@patternfly/documentation-framework": "5.1.11",
49
49
  "@patternfly/patternfly-a11y": "4.3.1",
50
50
  "@patternfly/react-code-editor": "5.0.0",
51
51
  "@patternfly/react-core": "5.0.0",
@@ -8051,6 +8051,9 @@ button.pf-v5-c-breadcrumb__link {
8051
8051
  display: inline-block;
8052
8052
  transition: var(--pf-v5-c-card__header-toggle-icon--Transition);
8053
8053
  }
8054
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-card__header-toggle-icon {
8055
+ scale: -1 1;
8056
+ }
8054
8057
 
8055
8058
  .pf-v5-c-card__title-text {
8056
8059
  font-family: var(--pf-v5-c-card__title-text--FontFamily);
@@ -10126,6 +10129,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10126
10129
  transition: var(--pf-v5-c-data-list__toggle-icon--Transition);
10127
10130
  transform: rotate(var(--pf-v5-c-data-list__toggle-icon--Rotate));
10128
10131
  }
10132
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-data-list__toggle-icon {
10133
+ scale: -1 1;
10134
+ }
10129
10135
 
10130
10136
  .pf-v5-c-data-list__item-content {
10131
10137
  display: grid;
@@ -15864,6 +15870,9 @@ label.pf-v5-c-input-group__text {
15864
15870
  transition: var(--pf-v5-c-jump-links__toggle-icon--Transition);
15865
15871
  transform: rotate(var(--pf-v5-c-jump-links__toggle-icon--Rotate));
15866
15872
  }
15873
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-jump-links__toggle-icon {
15874
+ scale: -1 1;
15875
+ }
15867
15876
 
15868
15877
  .pf-v5-c-jump-links__toggle-text {
15869
15878
  margin-inline-start: var(--pf-v5-c-jump-links__toggle-text--MarginLeft);
@@ -22437,37 +22446,85 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22437
22446
  --pf-v5-c-popover--MinWidth: auto;
22438
22447
  --pf-v5-c-popover--MaxWidth: none;
22439
22448
  }
22440
- .pf-v5-c-popover.pf-m-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow {
22449
+ .pf-v5-c-popover:is(.pf-m-top,
22450
+ .pf-m-top-left,
22451
+ .pf-m-top-right,
22452
+ .pf-m-block-start,
22453
+ .pf-m-block-start-inline-start,
22454
+ .pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
22441
22455
  inset-block-end: 0;
22442
22456
  inset-inline-start: 50%;
22443
22457
  transform: translateX(var(--pf-v5-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
22444
22458
  }
22445
- .pf-v5-c-popover.pf-m-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
22459
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-top, .pf-m-top-left, .pf-m-top-right, .pf-m-block-start, .pf-m-block-start-inline-start, .pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
22460
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-top--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
22461
+ }
22462
+
22463
+ .pf-v5-c-popover:is(.pf-m-bottom,
22464
+ .pf-m-bottom-left,
22465
+ .pf-m-bottom-right,
22466
+ .pf-m-block-end,
22467
+ .pf-m-block-end-inline-start,
22468
+ .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
22446
22469
  inset-block-start: 0;
22447
22470
  inset-inline-start: 50%;
22448
22471
  transform: translateX(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
22449
22472
  }
22450
- .pf-v5-c-popover.pf-m-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow {
22473
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-bottom, .pf-m-bottom-left, .pf-m-bottom-right, .pf-m-block-end, .pf-m-block-end-inline-start, .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
22474
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
22475
+ }
22476
+
22477
+ .pf-v5-c-popover:is(.pf-m-left,
22478
+ .pf-m-left-top,
22479
+ .pf-m-left-bottom,
22480
+ .pf-m-inline-start,
22481
+ .pf-m-inline-start-block-start,
22482
+ .pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
22451
22483
  inset-block-start: 50%;
22452
22484
  inset-inline-end: 0;
22453
22485
  transform: translateX(var(--pf-v5-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
22454
22486
  }
22455
- .pf-v5-c-popover.pf-m-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
22487
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-left, .pf-m-left-top, .pf-m-left-bottom, .pf-m-inline-start, .pf-m-inline-start-block-start, .pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
22488
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-left--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
22489
+ }
22490
+
22491
+ .pf-v5-c-popover:is(.pf-m-right,
22492
+ .pf-m-right-top,
22493
+ .pf-m-right-bottom,
22494
+ .pf-m-inline-end,
22495
+ .pf-m-inline-end-block-start,
22496
+ .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
22456
22497
  inset-block-start: 50%;
22457
22498
  inset-inline-start: 0;
22458
22499
  transform: translateX(var(--pf-v5-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
22459
22500
  }
22460
- .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow {
22501
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-right, .pf-m-right-top, .pf-m-right-bottom, .pf-m-inline-end, .pf-m-inline-end-block-start, .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
22502
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-right--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
22503
+ }
22504
+
22505
+ .pf-v5-c-popover:is(.pf-m-left-top,
22506
+ .pf-m-right-top,
22507
+ .pf-m-inline-start-block-start,
22508
+ .pf-m-inline-end-block-start) .pf-v5-c-popover__arrow {
22461
22509
  inset-block-start: var(--pf-v5-c-popover__arrow--Height);
22462
22510
  }
22463
- .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
22511
+ .pf-v5-c-popover:is(.pf-m-left-bottom,
22512
+ .pf-m-right-bottom,
22513
+ .pf-m-inline-start-block-end,
22514
+ .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
22464
22515
  inset-block-start: auto;
22465
22516
  inset-block-end: 0;
22466
22517
  }
22467
- .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow {
22518
+ .pf-v5-c-popover:is(.pf-m-top-left,
22519
+ .pf-m-bottom-left,
22520
+ .pf-m-block-start-inline-start,
22521
+ .pf-m-block-end-inline-start) .pf-v5-c-popover__arrow {
22468
22522
  inset-inline-start: var(--pf-v5-c-popover__arrow--Width);
22469
22523
  }
22470
- .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
22524
+ .pf-v5-c-popover:is(.pf-m-top-right,
22525
+ .pf-m-bottom-right,
22526
+ .pf-m-block-start-inline-end,
22527
+ .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
22471
22528
  inset-inline-start: auto;
22472
22529
  inset-inline-end: 0;
22473
22530
  }
@@ -29118,6 +29175,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
29118
29175
  transition: var(--pf-v5-c-tabs__toggle-icon--Transition);
29119
29176
  transform: rotate(var(--pf-v5-c-tabs__toggle-icon--Rotate));
29120
29177
  }
29178
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__toggle-icon {
29179
+ scale: -1 1;
29180
+ }
29121
29181
 
29122
29182
  .pf-v5-c-tabs__toggle-text {
29123
29183
  margin-inline-start: var(--pf-v5-c-tabs__toggle-text--MarginLeft);
@@ -29292,6 +29352,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
29292
29352
  transition: var(--pf-v5-c-tabs__link-toggle-icon--Transition);
29293
29353
  transform: rotate(var(--pf-v5-c-tabs__link-toggle-icon--Rotate));
29294
29354
  }
29355
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__link-toggle-icon {
29356
+ scale: -1 1;
29357
+ }
29295
29358
 
29296
29359
  .pf-v5-c-tabs__item-action {
29297
29360
  display: flex;
@@ -29323,6 +29386,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
29323
29386
  opacity: 0;
29324
29387
  transition: margin var(--pf-v5-c-tabs__scroll-button--TransitionDuration--margin), transform var(--pf-v5-c-tabs__scroll-button--TransitionDuration--transform), opacity var(--pf-v5-c-tabs__scroll-button--TransitionDuration--opacity);
29325
29388
  }
29389
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__scroll-button > * {
29390
+ scale: -1 1;
29391
+ }
29392
+
29326
29393
  .pf-v5-c-tabs__scroll-button:hover, .pf-v5-c-tabs__scroll-button:active, .pf-v5-c-tabs__scroll-button:focus {
29327
29394
  --pf-v5-c-tabs__scroll-button--Color: var(--pf-v5-c-tabs__scroll-button--hover--Color);
29328
29395
  }
@@ -30128,37 +30195,85 @@ svg.pf-v5-c-spinner.pf-m-xl {
30128
30195
  max-width: var(--pf-v5-c-tooltip--MaxWidth);
30129
30196
  box-shadow: var(--pf-v5-c-tooltip--BoxShadow);
30130
30197
  }
30131
- .pf-v5-c-tooltip.pf-m-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow {
30198
+ .pf-v5-c-tooltip:is(.pf-m-top,
30199
+ .pf-m-top-left,
30200
+ .pf-m-top-right,
30201
+ .pf-m-block-start,
30202
+ .pf-m-block-start-inline-start,
30203
+ .pf-m-block-start-inline-end) .pf-v5-c-tooltip__arrow {
30132
30204
  inset-block-end: 0;
30133
30205
  inset-inline-start: 50%;
30134
30206
  transform: translateX(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
30135
30207
  }
30136
- .pf-v5-c-tooltip.pf-m-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
30208
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip:is(.pf-m-top, .pf-m-top-left, .pf-m-top-right, .pf-m-block-start, .pf-m-block-start-inline-start, .pf-m-block-start-inline-end) .pf-v5-c-tooltip__arrow {
30209
+ transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
30210
+ }
30211
+
30212
+ .pf-v5-c-tooltip:is(.pf-m-bottom,
30213
+ .pf-m-bottom-left,
30214
+ .pf-m-bottom-right,
30215
+ .pf-m-block-end,
30216
+ .pf-m-block-end-inline-start,
30217
+ .pf-m-block-end-inline-end) .pf-v5-c-tooltip__arrow {
30137
30218
  inset-block-start: 0;
30138
30219
  inset-inline-start: 50%;
30139
30220
  transform: translateX(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
30140
30221
  }
30141
- .pf-v5-c-tooltip.pf-m-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow {
30222
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip:is(.pf-m-bottom, .pf-m-bottom-left, .pf-m-bottom-right, .pf-m-block-end, .pf-m-block-end-inline-start, .pf-m-block-end-inline-end) .pf-v5-c-tooltip__arrow {
30223
+ transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
30224
+ }
30225
+
30226
+ .pf-v5-c-tooltip:is(.pf-m-left,
30227
+ .pf-m-left-top,
30228
+ .pf-m-left-bottom,
30229
+ .pf-m-inline-start,
30230
+ .pf-m-inline-start-block-start,
30231
+ .pf-m-inline-start-block-end) .pf-v5-c-tooltip__arrow {
30142
30232
  inset-block-start: 50%;
30143
30233
  inset-inline-end: 0;
30144
30234
  transform: translateX(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
30145
30235
  }
30146
- .pf-v5-c-tooltip.pf-m-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
30236
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip:is(.pf-m-left, .pf-m-left-top, .pf-m-left-bottom, .pf-m-inline-start, .pf-m-inline-start-block-start, .pf-m-inline-start-block-end) .pf-v5-c-tooltip__arrow {
30237
+ transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
30238
+ }
30239
+
30240
+ .pf-v5-c-tooltip:is(.pf-m-right,
30241
+ .pf-m-right-top,
30242
+ .pf-m-right-bottom,
30243
+ .pf-m-inline-end,
30244
+ .pf-m-inline-end-block-start,
30245
+ .pf-m-inline-end-block-end) .pf-v5-c-tooltip__arrow {
30147
30246
  inset-block-start: 50%;
30148
30247
  inset-inline-start: 0;
30149
30248
  transform: translateX(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
30150
30249
  }
30151
- .pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow {
30250
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip:is(.pf-m-right, .pf-m-right-top, .pf-m-right-bottom, .pf-m-inline-end, .pf-m-inline-end-block-start, .pf-m-inline-end-block-end) .pf-v5-c-tooltip__arrow {
30251
+ transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
30252
+ }
30253
+
30254
+ .pf-v5-c-tooltip:is(.pf-m-left-top,
30255
+ .pf-m-right-top,
30256
+ .pf-m-inline-start-block-start,
30257
+ .pf-m-inline-end-block-start) .pf-v5-c-tooltip__arrow {
30152
30258
  inset-block-start: var(--pf-v5-c-tooltip__arrow--Height);
30153
30259
  }
30154
- .pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
30260
+ .pf-v5-c-tooltip:is(.pf-m-left-bottom,
30261
+ .pf-m-right-bottom,
30262
+ .pf-m-inline-start-block-end,
30263
+ .pf-m-inline-end-block-end) .pf-v5-c-tooltip__arrow {
30155
30264
  inset-block-start: auto;
30156
30265
  inset-block-end: 0;
30157
30266
  }
30158
- .pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow {
30267
+ .pf-v5-c-tooltip:is(.pf-m-top-left,
30268
+ .pf-m-bottom-left,
30269
+ .pf-m-block-start-block-start,
30270
+ .pf-m-block-end-block-start) .pf-v5-c-tooltip__arrow {
30159
30271
  inset-inline-start: var(--pf-v5-c-tooltip__arrow--Width);
30160
30272
  }
30161
- .pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
30273
+ .pf-v5-c-tooltip:is(.pf-m-top-right,
30274
+ .pf-m-bottom-right,
30275
+ .pf-m-block-start-block-end,
30276
+ .pf-m-block-end-block-end) .pf-v5-c-tooltip__arrow {
30162
30277
  inset-inline-start: auto;
30163
30278
  inset-inline-end: 0;
30164
30279
  }
@@ -30175,7 +30290,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30175
30290
  word-break: break-word;
30176
30291
  background-color: var(--pf-v5-c-tooltip__content--BackgroundColor);
30177
30292
  }
30178
- .pf-v5-c-tooltip__content.pf-m-text-align-left {
30293
+ .pf-v5-c-tooltip__content:is(.pf-m-text-align-left, .pf-m-text-align-start) {
30179
30294
  text-align: start;
30180
30295
  }
30181
30296