@patternfly/patternfly 6.0.0-alpha.95 → 6.0.0-alpha.97

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,13 +1,13 @@
1
- $pf-v5-c-description-list-order--breakpoint-map: build-breakpoint-map();
2
- $pf-v5-c-description-list-order--limit: 12;
1
+ $pf-v6-c-description-list-order--breakpoint-map: build-breakpoint-map();
2
+ $pf-v6-c-description-list-order--limit: 12;
3
3
 
4
4
  // stylelint-disable max-nesting-depth
5
5
  .#{$description-list}__group {
6
- @each $breakpoint, $breakpoint-value in $pf-v5-c-description-list-order--breakpoint-map {
6
+ @each $breakpoint, $breakpoint-value in $pf-v6-c-description-list-order--breakpoint-map {
7
7
  $breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
8
8
 
9
9
  @include pf-v5-apply-breakpoint($breakpoint) {
10
- @for $i from 0 through $pf-v5-c-description-list-order--limit {
10
+ @for $i from 0 through $pf-v6-c-description-list-order--limit {
11
11
  .pf-m-order-#{$i}#{$breakpoint-name} {
12
12
  order: #{$i};
13
13
  }
@@ -18,7 +18,7 @@ $pf-v5-c-description-list-order--limit: 12;
18
18
  }
19
19
 
20
20
  .pf-m-order-last#{$breakpoint-name} {
21
- order: #{$pf-v5-c-description-list-order--limit + 1};
21
+ order: #{$pf-v6-c-description-list-order--limit + 1};
22
22
  }
23
23
  }
24
24
  }
@@ -1,9 +1,9 @@
1
- .pf-v5-c-draggable {
1
+ .pf-v6-c-draggable {
2
2
  padding: .25em;
3
3
  }
4
4
 
5
- .pf-v5-c-draggable.pf-m-dragging {
6
- --pf-v5-c-draggable--m-dragging--BackgroundColor: var(--pf-t--global--background--color--primary--default);
5
+ .pf-v6-c-draggable.pf-m-dragging {
6
+ --pf-v6-c-draggable--m-dragging--BackgroundColor: var(--pf-t--global--background--color--primary--default);
7
7
 
8
8
  position: absolute;
9
9
  inset-block-start: 23%;
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": "6.0.0-alpha.95",
4
+ "version": "6.0.0-alpha.97",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {