@patternfly/react-styles 4.19.3 → 4.19.4
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/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## 4.19.4 (2021-11-09)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## 4.19.3 (2021-11-08)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -38,12 +38,14 @@
|
|
38
38
|
--pf-c-log-viewer__main--BorderWidth: var(--pf-global--BorderWidth--sm);
|
39
39
|
--pf-c-log-viewer__main--BorderColor: var(--pf-global--BorderColor--100);
|
40
40
|
--pf-c-log-viewer__scroll-container--Height: 37.5rem;
|
41
|
+
--pf-c-log-viewer__scroll-container--PaddingTop: var(--pf-global--spacer--sm);
|
42
|
+
--pf-c-log-viewer__scroll-container--PaddingBottom: var(--pf-global--spacer--sm);
|
41
43
|
--pf-c-log-viewer--m-line-numbers__main--before--Top: var(--pf-global--spacer--sm);
|
42
44
|
--pf-c-log-viewer--m-line-numbers__main--before--Bottom: var(--pf-global--spacer--sm);
|
43
45
|
--pf-c-log-viewer--m-line-numbers__main--before--Width: var(--pf-global--BorderWidth--sm);
|
44
46
|
--pf-c-log-viewer--m-line-numbers__main--before--BackgroundColor: var(--pf-global--BorderColor--100);
|
45
|
-
--pf-c-log-
|
46
|
-
--pf-c-log-
|
47
|
+
--pf-c-log-viewer__list--Height: auto;
|
48
|
+
--pf-c-log-viewer--m-line-numbers__list--Left: var(--pf-c-log-viewer__index--Width);
|
47
49
|
--pf-c-log-viewer__index--Display: none;
|
48
50
|
--pf-c-log-viewer__index--Width: 4.0625rem;
|
49
51
|
--pf-c-log-viewer__index--PaddingRight: var(--pf-global--spacer--xl);
|
@@ -51,11 +53,16 @@
|
|
51
53
|
--pf-c-log-viewer__index--FontFamily: var(--pf-global--FontFamily--monospace);
|
52
54
|
--pf-c-log-viewer__index--FontSize: var(--pf-global--FontSize--sm);
|
53
55
|
--pf-c-log-viewer__index--Color: var(--pf-global--Color--200);
|
56
|
+
--pf-c-log-viewer__index--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
54
57
|
--pf-c-log-viewer__text--PaddingRight: var(--pf-global--spacer--md);
|
55
58
|
--pf-c-log-viewer__text--PaddingLeft: var(--pf-global--spacer--md);
|
56
59
|
--pf-c-log-viewer__text--FontFamily: var(--pf-global--FontFamily--monospace);
|
57
60
|
--pf-c-log-viewer__text--FontSize: var(--pf-global--FontSize--sm);
|
58
61
|
--pf-c-log-viewer__text--Color: var(--pf-global--Color--100);
|
62
|
+
--pf-c-log-viewer__text--WordBreak: break-all;
|
63
|
+
--pf-c-log-viewer__text--WhiteSpace: break-spaces;
|
64
|
+
--pf-c-log-viewer__text--LineBreak: anywhere;
|
65
|
+
--pf-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
|
59
66
|
--pf-c-log-viewer__string--m-match--Color: var(--pf-global--palette--gold-700);
|
60
67
|
--pf-c-log-viewer__string--m-match--BackgroundColor: var(--pf-global--palette--gold-100);
|
61
68
|
--pf-c-log-viewer__string--m-current--Color: var(--pf-global--palette--gold-700);
|
@@ -87,9 +94,18 @@
|
|
87
94
|
.pf-c-log-viewer.pf-m-wrap-text {
|
88
95
|
word-break: break-all;
|
89
96
|
}
|
97
|
+
.pf-c-log-viewer.pf-m-nowrap {
|
98
|
+
--pf-c-log-viewer__text--WhiteSpace: var(--pf-c-log-viewer--m-nowrap__text--WhiteSpace);
|
99
|
+
}
|
90
100
|
.pf-c-log-viewer.pf-m-line-numbers {
|
91
101
|
--pf-c-log-viewer__index--Display: var(--pf-c-log-viewer--m-line-numbers__index--Display);
|
92
102
|
}
|
103
|
+
.pf-c-log-viewer.pf-m-line-numbers .pf-c-log-viewer__list {
|
104
|
+
position: absolute;
|
105
|
+
right: 0;
|
106
|
+
left: var(--pf-c-log-viewer--m-line-numbers__list--Left);
|
107
|
+
overflow: auto;
|
108
|
+
}
|
93
109
|
.pf-c-log-viewer .pf-c-toolbar {
|
94
110
|
--pf-c-toolbar--PaddingTop: var(--pf-c-log-viewer--c-toolbar--PaddingTop);
|
95
111
|
--pf-c-toolbar--PaddingBottom: var(--pf-c-log-viewer--c-toolbar--PaddingBottom);
|
@@ -130,19 +146,23 @@
|
|
130
146
|
}
|
131
147
|
|
132
148
|
.pf-c-log-viewer__scroll-container {
|
149
|
+
position: relative;
|
133
150
|
height: var(--pf-c-log-viewer__scroll-container--Height);
|
134
151
|
padding-top: var(--pf-c-log-viewer__scroll-container--PaddingTop);
|
135
152
|
padding-bottom: var(--pf-c-log-viewer__scroll-container--PaddingBottom);
|
136
153
|
overflow: auto;
|
154
|
+
will-change: transform;
|
155
|
+
direction: ltr;
|
137
156
|
}
|
138
157
|
|
139
158
|
.pf-c-log-viewer__list {
|
140
159
|
position: relative;
|
160
|
+
height: var(--pf-c-log-viewer__list--Height);
|
141
161
|
}
|
142
162
|
|
143
|
-
.pf-
|
144
|
-
|
145
|
-
|
163
|
+
.pf-c-log-viewer__list-item {
|
164
|
+
left: 0;
|
165
|
+
width: 100%;
|
146
166
|
}
|
147
167
|
|
148
168
|
.pf-c-log-viewer__string.pf-m-match {
|
@@ -155,6 +175,8 @@
|
|
155
175
|
}
|
156
176
|
|
157
177
|
.pf-c-log-viewer__index {
|
178
|
+
position: fixed;
|
179
|
+
left: 0;
|
158
180
|
display: var(--pf-c-log-viewer__index--Display);
|
159
181
|
width: var(--pf-c-log-viewer__index--Width);
|
160
182
|
padding-right: var(--pf-c-log-viewer__index--PaddingRight);
|
@@ -162,6 +184,7 @@
|
|
162
184
|
font-family: var(--pf-c-log-viewer__index--FontFamily);
|
163
185
|
font-size: var(--pf-c-log-viewer__index--FontSize);
|
164
186
|
color: var(--pf-c-log-viewer__index--Color);
|
187
|
+
background-color: var(--pf-c-log-viewer__index--BackgroundColor);
|
165
188
|
}
|
166
189
|
|
167
190
|
.pf-c-log-viewer__text {
|
@@ -171,9 +194,9 @@
|
|
171
194
|
font-family: var(--pf-c-log-viewer__text--FontFamily);
|
172
195
|
font-size: var(--pf-c-log-viewer__text--FontSize);
|
173
196
|
color: var(--pf-c-log-viewer__text--Color);
|
174
|
-
word-break:
|
175
|
-
white-space:
|
176
|
-
line-break:
|
197
|
+
word-break: var(--pf-c-log-viewer__text--WordBreak);
|
198
|
+
white-space: var(--pf-c-log-viewer__text--WhiteSpace);
|
199
|
+
line-break: var(--pf-c-log-viewer__text--LineBreak);
|
177
200
|
}
|
178
201
|
|
179
202
|
.pf-c-log-viewer__timestamp {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "4.19.
|
3
|
+
"version": "4.19.4",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "4.
|
22
|
+
"@patternfly/patternfly": "4.155.0",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^6.0.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.0.0"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "42855b9d2d9c0d031fdcb7f4bbcb7cf844d3549f"
|
33
33
|
}
|