@patternfly/patternfly 6.6.0-prerelease.10 → 6.6.0-prerelease.11

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.
@@ -3,6 +3,7 @@
3
3
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
4
4
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
5
5
  --pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
6
+ --pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
6
7
  --pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
7
8
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
8
9
  --pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -17,6 +18,7 @@
17
18
  --pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
18
19
  position: relative;
19
20
  background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
21
+ border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
20
22
  box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
21
23
  }
22
24
  .pf-v6-c-draggable.pf-m-dragging::after {
@@ -36,6 +38,7 @@
36
38
 
37
39
  .pf-v6-c-droppable {
38
40
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
41
+ --pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
39
42
  --pf-v6-c-droppable--before--Opacity: 0;
40
43
  --pf-v6-c-droppable--after--BorderWidth: 0;
41
44
  --pf-v6-c-droppable--after--BorderColor: transparent;
@@ -58,6 +61,7 @@
58
61
  }
59
62
  .pf-v6-c-droppable::before {
60
63
  background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
64
+ border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
61
65
  opacity: var(--pf-v6-c-droppable--before--Opacity);
62
66
  }
63
67
  .pf-v6-c-droppable::after {
@@ -5,6 +5,7 @@
5
5
  --#{$draggable}--m-dragging--Cursor: grabbing;
6
6
  --#{$draggable}--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
7
7
  --#{$draggable}--m-dragging--BackgroundColor: transparent;
8
+ --#{$draggable}--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
8
9
  --#{$draggable}--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
9
10
  --#{$draggable}--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
10
11
  --#{$draggable}--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -20,6 +21,7 @@
20
21
 
21
22
  position: relative;
22
23
  background-color: var(--#{$draggable}--m-dragging--BackgroundColor);
24
+ border-radius: var(--#{$draggable}--m-dragging--BorderRadius);
23
25
  box-shadow: var(--#{$draggable}--m-dragging--BoxShadow);
24
26
 
25
27
  &::after {
@@ -42,6 +44,7 @@
42
44
 
43
45
  @include pf-root($droppable) {
44
46
  --#{$droppable}--before--BackgroundColor: transparent;
47
+ --#{$droppable}--before--BorderRadius: var(--pf-t--global--border--radius--small);
45
48
  --#{$droppable}--before--Opacity: 0;
46
49
  --#{$droppable}--after--BorderWidth: 0;
47
50
  --#{$droppable}--after--BorderColor: transparent;
@@ -67,6 +70,7 @@
67
70
 
68
71
  &::before {
69
72
  background-color: var(--#{$droppable}--before--BackgroundColor);
73
+ border-radius: var(--#{$droppable}--before--BorderRadius);
70
74
  opacity: var(--#{$droppable}--before--Opacity);
71
75
  }
72
76
 
@@ -5714,6 +5714,7 @@ ul) {
5714
5714
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
5715
5715
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
5716
5716
  --pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
5717
+ --pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
5717
5718
  --pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
5718
5719
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
5719
5720
  --pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -5728,6 +5729,7 @@ ul) {
5728
5729
  --pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
5729
5730
  position: relative;
5730
5731
  background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
5732
+ border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
5731
5733
  box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
5732
5734
  }
5733
5735
  .pf-v6-c-draggable.pf-m-dragging::after {
@@ -5747,6 +5749,7 @@ ul) {
5747
5749
 
5748
5750
  .pf-v6-c-droppable {
5749
5751
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
5752
+ --pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
5750
5753
  --pf-v6-c-droppable--before--Opacity: 0;
5751
5754
  --pf-v6-c-droppable--after--BorderWidth: 0;
5752
5755
  --pf-v6-c-droppable--after--BorderColor: transparent;
@@ -5769,6 +5772,7 @@ ul) {
5769
5772
  }
5770
5773
  .pf-v6-c-droppable::before {
5771
5774
  background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
5775
+ border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
5772
5776
  opacity: var(--pf-v6-c-droppable--before--Opacity);
5773
5777
  }
5774
5778
  .pf-v6-c-droppable::after {
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.10",
4
+ "version": "6.6.0-prerelease.11",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -14970,6 +14970,7 @@ ul) {
14970
14970
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
14971
14971
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
14972
14972
  --pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
14973
+ --pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
14973
14974
  --pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
14974
14975
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
14975
14976
  --pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -14984,6 +14985,7 @@ ul) {
14984
14985
  --pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
14985
14986
  position: relative;
14986
14987
  background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
14988
+ border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
14987
14989
  box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
14988
14990
  }
14989
14991
  .pf-v6-c-draggable.pf-m-dragging::after {
@@ -15003,6 +15005,7 @@ ul) {
15003
15005
 
15004
15006
  .pf-v6-c-droppable {
15005
15007
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
15008
+ --pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
15006
15009
  --pf-v6-c-droppable--before--Opacity: 0;
15007
15010
  --pf-v6-c-droppable--after--BorderWidth: 0;
15008
15011
  --pf-v6-c-droppable--after--BorderColor: transparent;
@@ -15025,6 +15028,7 @@ ul) {
15025
15028
  }
15026
15029
  .pf-v6-c-droppable::before {
15027
15030
  background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
15031
+ border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
15028
15032
  opacity: var(--pf-v6-c-droppable--before--Opacity);
15029
15033
  }
15030
15034
  .pf-v6-c-droppable::after {
package/patternfly.css CHANGED
@@ -15125,6 +15125,7 @@ ul) {
15125
15125
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
15126
15126
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
15127
15127
  --pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
15128
+ --pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
15128
15129
  --pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
15129
15130
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
15130
15131
  --pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -15139,6 +15140,7 @@ ul) {
15139
15140
  --pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
15140
15141
  position: relative;
15141
15142
  background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
15143
+ border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
15142
15144
  box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
15143
15145
  }
15144
15146
  .pf-v6-c-draggable.pf-m-dragging::after {
@@ -15158,6 +15160,7 @@ ul) {
15158
15160
 
15159
15161
  .pf-v6-c-droppable {
15160
15162
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
15163
+ --pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
15161
15164
  --pf-v6-c-droppable--before--Opacity: 0;
15162
15165
  --pf-v6-c-droppable--after--BorderWidth: 0;
15163
15166
  --pf-v6-c-droppable--after--BorderColor: transparent;
@@ -15180,6 +15183,7 @@ ul) {
15180
15183
  }
15181
15184
  .pf-v6-c-droppable::before {
15182
15185
  background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
15186
+ border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
15183
15187
  opacity: var(--pf-v6-c-droppable--before--Opacity);
15184
15188
  }
15185
15189
  .pf-v6-c-droppable::after {