@patternfly/patternfly 4.194.0 → 4.194.1
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/components/Chip/chip.css +1 -0
- package/components/Chip/chip.scss +1 -0
- package/components/ChipGroup/chip-group.css +4 -0
- package/components/ChipGroup/chip-group.scss +4 -0
- package/package.json +1 -1
- package/patternfly-charts-theme-dark.css +0 -4
- package/patternfly-no-reset.css +5 -0
- package/patternfly.css +5 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -5
package/components/Chip/chip.css
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
position: relative;
|
|
40
40
|
display: inline-flex;
|
|
41
41
|
align-items: center;
|
|
42
|
+
min-width: 0;
|
|
42
43
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
43
44
|
list-style: none;
|
|
44
45
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
position: relative;
|
|
44
44
|
display: inline-flex;
|
|
45
45
|
align-items: center;
|
|
46
|
+
min-width: 0;
|
|
46
47
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
47
48
|
list-style: none;
|
|
48
49
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
flex: 1;
|
|
41
41
|
flex-wrap: wrap;
|
|
42
42
|
align-items: baseline;
|
|
43
|
+
min-width: 0;
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
.pf-c-chip-group__list {
|
|
@@ -52,10 +53,13 @@
|
|
|
52
53
|
display: inline-flex;
|
|
53
54
|
flex-wrap: wrap;
|
|
54
55
|
align-items: center;
|
|
56
|
+
min-width: 0;
|
|
57
|
+
max-width: 100%;
|
|
55
58
|
}
|
|
56
59
|
|
|
57
60
|
.pf-c-chip-group__list-item {
|
|
58
61
|
display: inline-flex;
|
|
62
|
+
min-width: 0;
|
|
59
63
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
60
64
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
61
65
|
}
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
flex: 1;
|
|
42
42
|
flex-wrap: wrap;
|
|
43
43
|
align-items: baseline;
|
|
44
|
+
min-width: 0;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.pf-c-chip-group__list {
|
|
@@ -53,10 +54,13 @@
|
|
|
53
54
|
display: inline-flex;
|
|
54
55
|
flex-wrap: wrap;
|
|
55
56
|
align-items: center;
|
|
57
|
+
min-width: 0;
|
|
58
|
+
max-width: 100%;
|
|
56
59
|
}
|
|
57
60
|
|
|
58
61
|
.pf-c-chip-group__list-item {
|
|
59
62
|
display: inline-flex;
|
|
63
|
+
min-width: 0;
|
|
60
64
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
61
65
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
62
66
|
}
|
package/package.json
CHANGED
|
@@ -62,8 +62,4 @@
|
|
|
62
62
|
--pf-chart-tooltip--flyoutStyle--Fill: var(--pf-chart-global--tooltip--bg--Fill);
|
|
63
63
|
--pf-chart-voronoi--flyout--stroke--Fill: var(--pf-chart-global--tooltip--bg--Fill);
|
|
64
64
|
--pf-chart-voronoi--flyout--stroke--Color: var(--pf-chart-global--tooltip--bg--Fill);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
:where(.pf-theme-dark) .ws-preview {
|
|
68
|
-
background: var(--pf-global--BackgroundColor--100);
|
|
69
65
|
}
|
package/patternfly-no-reset.css
CHANGED
|
@@ -7994,6 +7994,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
7994
7994
|
position: relative;
|
|
7995
7995
|
display: inline-flex;
|
|
7996
7996
|
align-items: center;
|
|
7997
|
+
min-width: 0;
|
|
7997
7998
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
7998
7999
|
list-style: none;
|
|
7999
8000
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -8083,6 +8084,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8083
8084
|
flex: 1;
|
|
8084
8085
|
flex-wrap: wrap;
|
|
8085
8086
|
align-items: baseline;
|
|
8087
|
+
min-width: 0;
|
|
8086
8088
|
}
|
|
8087
8089
|
|
|
8088
8090
|
.pf-c-chip-group__list {
|
|
@@ -8095,10 +8097,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8095
8097
|
display: inline-flex;
|
|
8096
8098
|
flex-wrap: wrap;
|
|
8097
8099
|
align-items: center;
|
|
8100
|
+
min-width: 0;
|
|
8101
|
+
max-width: 100%;
|
|
8098
8102
|
}
|
|
8099
8103
|
|
|
8100
8104
|
.pf-c-chip-group__list-item {
|
|
8101
8105
|
display: inline-flex;
|
|
8106
|
+
min-width: 0;
|
|
8102
8107
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8103
8108
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8104
8109
|
}
|
package/patternfly.css
CHANGED
|
@@ -8121,6 +8121,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8121
8121
|
position: relative;
|
|
8122
8122
|
display: inline-flex;
|
|
8123
8123
|
align-items: center;
|
|
8124
|
+
min-width: 0;
|
|
8124
8125
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
8125
8126
|
list-style: none;
|
|
8126
8127
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -8210,6 +8211,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8210
8211
|
flex: 1;
|
|
8211
8212
|
flex-wrap: wrap;
|
|
8212
8213
|
align-items: baseline;
|
|
8214
|
+
min-width: 0;
|
|
8213
8215
|
}
|
|
8214
8216
|
|
|
8215
8217
|
.pf-c-chip-group__list {
|
|
@@ -8222,10 +8224,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8222
8224
|
display: inline-flex;
|
|
8223
8225
|
flex-wrap: wrap;
|
|
8224
8226
|
align-items: center;
|
|
8227
|
+
min-width: 0;
|
|
8228
|
+
max-width: 100%;
|
|
8225
8229
|
}
|
|
8226
8230
|
|
|
8227
8231
|
.pf-c-chip-group__list-item {
|
|
8228
8232
|
display: inline-flex;
|
|
8233
|
+
min-width: 0;
|
|
8229
8234
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8230
8235
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8231
8236
|
}
|