@patternfly/patternfly 6.6.0-prerelease.17 → 6.6.0-prerelease.19

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/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
- "version": "6.6.0-prerelease.17",
4
+ "version": "6.6.0-prerelease.19",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -29693,7 +29693,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
29693
29693
  }
29694
29694
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
29695
29695
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
29696
- pointer-events: none;
29697
29696
  border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
29698
29697
  }
29699
29698
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -34621,7 +34620,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
34621
34620
  --pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
34622
34621
  --pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
34623
34622
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
34624
- --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: -180deg;
34623
+ --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
34625
34624
  --pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
34626
34625
  --pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
34627
34626
  --pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
package/patternfly.css CHANGED
@@ -29848,7 +29848,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
29848
29848
  }
29849
29849
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
29850
29850
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
29851
- pointer-events: none;
29852
29851
  border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
29853
29852
  }
29854
29853
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -34776,7 +34775,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
34776
34775
  --pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
34777
34776
  --pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
34778
34777
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
34779
- --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: -180deg;
34778
+ --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
34780
34779
  --pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
34781
34780
  --pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
34782
34781
  --pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);