@patternfly/react-tokens 4.88.1 → 4.88.2
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 +8 -0
- package/dist/esm/c_notification_badge.d.ts +77 -2
- package/dist/esm/c_notification_badge.js +77 -2
- package/dist/esm/c_notification_badge_after_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_notification_badge_after_BackgroundColor.js +1 -1
- package/dist/esm/c_notification_badge_m_attention_after_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_notification_badge_m_attention_after_BackgroundColor.js +1 -1
- package/dist/esm/c_notification_badge_m_attention_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_notification_badge_m_attention_m_expanded_after_BackgroundColor.js +6 -0
- package/dist/esm/c_notification_badge_m_read_Color.d.ts +6 -0
- package/dist/esm/c_notification_badge_m_read_Color.js +6 -0
- package/dist/esm/c_notification_badge_m_read_after_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_notification_badge_m_read_after_BackgroundColor.js +1 -1
- package/dist/esm/c_notification_badge_m_read_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_notification_badge_m_read_m_expanded_after_BackgroundColor.js +6 -0
- package/dist/esm/c_notification_badge_m_unread_after_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_notification_badge_m_unread_after_BackgroundColor.js +1 -1
- package/dist/esm/c_notification_badge_m_unread_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_notification_badge_m_unread_m_expanded_after_BackgroundColor.js +6 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +4 -0
- package/dist/js/c_notification_badge.d.ts +77 -2
- package/dist/js/c_notification_badge.js +77 -2
- package/dist/js/c_notification_badge_after_BackgroundColor.d.ts +1 -1
- package/dist/js/c_notification_badge_after_BackgroundColor.js +1 -1
- package/dist/js/c_notification_badge_m_attention_after_BackgroundColor.d.ts +1 -1
- package/dist/js/c_notification_badge_m_attention_after_BackgroundColor.js +1 -1
- package/dist/js/c_notification_badge_m_attention_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/js/c_notification_badge_m_attention_m_expanded_after_BackgroundColor.js +8 -0
- package/dist/js/c_notification_badge_m_read_Color.d.ts +6 -0
- package/dist/js/c_notification_badge_m_read_Color.js +8 -0
- package/dist/js/c_notification_badge_m_read_after_BackgroundColor.d.ts +1 -1
- package/dist/js/c_notification_badge_m_read_after_BackgroundColor.js +1 -1
- package/dist/js/c_notification_badge_m_read_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/js/c_notification_badge_m_read_m_expanded_after_BackgroundColor.js +8 -0
- package/dist/js/c_notification_badge_m_unread_after_BackgroundColor.d.ts +1 -1
- package/dist/js/c_notification_badge_m_unread_after_BackgroundColor.js +1 -1
- package/dist/js/c_notification_badge_m_unread_m_expanded_after_BackgroundColor.d.ts +6 -0
- package/dist/js/c_notification_badge_m_unread_m_expanded_after_BackgroundColor.js +8 -0
- package/dist/js/index.d.ts +4 -0
- package/dist/js/index.js +4 -0
- package/package.json +3 -3
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.88.2 (2022-09-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 4.88.1 (2022-09-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-tokens
|
|
@@ -141,6 +141,16 @@ export const c_notification_badge: {
|
|
|
141
141
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
142
142
|
"value": "transparent"
|
|
143
143
|
},
|
|
144
|
+
"c_notification_badge_m_read_m_expanded_after_BackgroundColor": {
|
|
145
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
146
|
+
"value": "#3c3f42",
|
|
147
|
+
"values": [
|
|
148
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
149
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
150
|
+
"$pf-color-black-800",
|
|
151
|
+
"#3c3f42"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
144
154
|
"c_notification_badge_m_unread_Color": {
|
|
145
155
|
"name": "--pf-c-notification-badge--m-unread--Color",
|
|
146
156
|
"value": "#fff",
|
|
@@ -171,6 +181,16 @@ export const c_notification_badge: {
|
|
|
171
181
|
"#004080"
|
|
172
182
|
]
|
|
173
183
|
},
|
|
184
|
+
"c_notification_badge_m_unread_m_expanded_after_BackgroundColor": {
|
|
185
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
186
|
+
"value": "#004080",
|
|
187
|
+
"values": [
|
|
188
|
+
"--pf-global--primary-color--200",
|
|
189
|
+
"$pf-global--primary-color--200",
|
|
190
|
+
"$pf-color-blue-500",
|
|
191
|
+
"#004080"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
174
194
|
"c_notification_badge_m_attention_Color": {
|
|
175
195
|
"name": "--pf-c-notification-badge--m-attention--Color",
|
|
176
196
|
"value": "#fff",
|
|
@@ -201,6 +221,16 @@ export const c_notification_badge: {
|
|
|
201
221
|
"#a30000"
|
|
202
222
|
]
|
|
203
223
|
},
|
|
224
|
+
"c_notification_badge_m_attention_m_expanded_after_BackgroundColor": {
|
|
225
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
226
|
+
"value": "#a30000",
|
|
227
|
+
"values": [
|
|
228
|
+
"--pf-global--danger-color--200",
|
|
229
|
+
"$pf-global--danger-color--200",
|
|
230
|
+
"$pf-color-red-200",
|
|
231
|
+
"#a30000"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
204
234
|
"c_notification_badge__count_MarginLeft": {
|
|
205
235
|
"name": "--pf-c-notification-badge__count--MarginLeft",
|
|
206
236
|
"value": "0.25rem",
|
|
@@ -279,8 +309,8 @@ export const c_notification_badge: {
|
|
|
279
309
|
}
|
|
280
310
|
},
|
|
281
311
|
".pf-c-notification-badge.pf-m-attention:hover": {
|
|
282
|
-
"
|
|
283
|
-
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
312
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
313
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
284
314
|
"value": "#a30000",
|
|
285
315
|
"values": [
|
|
286
316
|
"--pf-c-notification-badge--m-attention--hover--after--BackgroundColor",
|
|
@@ -290,6 +320,51 @@ export const c_notification_badge: {
|
|
|
290
320
|
"#a30000"
|
|
291
321
|
]
|
|
292
322
|
}
|
|
323
|
+
},
|
|
324
|
+
".pf-c-notification-badge.pf-m-expanded": {
|
|
325
|
+
"c_notification_badge_m_read_Color": {
|
|
326
|
+
"name": "--pf-c-notification-badge--m-read--Color",
|
|
327
|
+
"value": "#fff",
|
|
328
|
+
"values": [
|
|
329
|
+
"--pf-global--Color--light-100",
|
|
330
|
+
"$pf-global--Color--light-100",
|
|
331
|
+
"$pf-color-white",
|
|
332
|
+
"#fff"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"c_notification_badge_m_read_after_BackgroundColor": {
|
|
336
|
+
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
337
|
+
"value": "#3c3f42",
|
|
338
|
+
"values": [
|
|
339
|
+
"--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
340
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
341
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
342
|
+
"$pf-color-black-800",
|
|
343
|
+
"#3c3f42"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"c_notification_badge_m_unread_after_BackgroundColor": {
|
|
347
|
+
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
348
|
+
"value": "#004080",
|
|
349
|
+
"values": [
|
|
350
|
+
"--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
351
|
+
"--pf-global--primary-color--200",
|
|
352
|
+
"$pf-global--primary-color--200",
|
|
353
|
+
"$pf-color-blue-500",
|
|
354
|
+
"#004080"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
358
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
359
|
+
"value": "#a30000",
|
|
360
|
+
"values": [
|
|
361
|
+
"--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
362
|
+
"--pf-global--danger-color--200",
|
|
363
|
+
"$pf-global--danger-color--200",
|
|
364
|
+
"$pf-color-red-200",
|
|
365
|
+
"#a30000"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
293
368
|
}
|
|
294
369
|
};
|
|
295
370
|
export default c_notification_badge;
|
|
@@ -141,6 +141,16 @@ export const c_notification_badge = {
|
|
|
141
141
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
142
142
|
"value": "transparent"
|
|
143
143
|
},
|
|
144
|
+
"c_notification_badge_m_read_m_expanded_after_BackgroundColor": {
|
|
145
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
146
|
+
"value": "#3c3f42",
|
|
147
|
+
"values": [
|
|
148
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
149
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
150
|
+
"$pf-color-black-800",
|
|
151
|
+
"#3c3f42"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
144
154
|
"c_notification_badge_m_unread_Color": {
|
|
145
155
|
"name": "--pf-c-notification-badge--m-unread--Color",
|
|
146
156
|
"value": "#fff",
|
|
@@ -171,6 +181,16 @@ export const c_notification_badge = {
|
|
|
171
181
|
"#004080"
|
|
172
182
|
]
|
|
173
183
|
},
|
|
184
|
+
"c_notification_badge_m_unread_m_expanded_after_BackgroundColor": {
|
|
185
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
186
|
+
"value": "#004080",
|
|
187
|
+
"values": [
|
|
188
|
+
"--pf-global--primary-color--200",
|
|
189
|
+
"$pf-global--primary-color--200",
|
|
190
|
+
"$pf-color-blue-500",
|
|
191
|
+
"#004080"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
174
194
|
"c_notification_badge_m_attention_Color": {
|
|
175
195
|
"name": "--pf-c-notification-badge--m-attention--Color",
|
|
176
196
|
"value": "#fff",
|
|
@@ -201,6 +221,16 @@ export const c_notification_badge = {
|
|
|
201
221
|
"#a30000"
|
|
202
222
|
]
|
|
203
223
|
},
|
|
224
|
+
"c_notification_badge_m_attention_m_expanded_after_BackgroundColor": {
|
|
225
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
226
|
+
"value": "#a30000",
|
|
227
|
+
"values": [
|
|
228
|
+
"--pf-global--danger-color--200",
|
|
229
|
+
"$pf-global--danger-color--200",
|
|
230
|
+
"$pf-color-red-200",
|
|
231
|
+
"#a30000"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
204
234
|
"c_notification_badge__count_MarginLeft": {
|
|
205
235
|
"name": "--pf-c-notification-badge__count--MarginLeft",
|
|
206
236
|
"value": "0.25rem",
|
|
@@ -279,8 +309,8 @@ export const c_notification_badge = {
|
|
|
279
309
|
}
|
|
280
310
|
},
|
|
281
311
|
".pf-c-notification-badge.pf-m-attention:hover": {
|
|
282
|
-
"
|
|
283
|
-
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
312
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
313
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
284
314
|
"value": "#a30000",
|
|
285
315
|
"values": [
|
|
286
316
|
"--pf-c-notification-badge--m-attention--hover--after--BackgroundColor",
|
|
@@ -290,6 +320,51 @@ export const c_notification_badge = {
|
|
|
290
320
|
"#a30000"
|
|
291
321
|
]
|
|
292
322
|
}
|
|
323
|
+
},
|
|
324
|
+
".pf-c-notification-badge.pf-m-expanded": {
|
|
325
|
+
"c_notification_badge_m_read_Color": {
|
|
326
|
+
"name": "--pf-c-notification-badge--m-read--Color",
|
|
327
|
+
"value": "#fff",
|
|
328
|
+
"values": [
|
|
329
|
+
"--pf-global--Color--light-100",
|
|
330
|
+
"$pf-global--Color--light-100",
|
|
331
|
+
"$pf-color-white",
|
|
332
|
+
"#fff"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"c_notification_badge_m_read_after_BackgroundColor": {
|
|
336
|
+
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
337
|
+
"value": "#3c3f42",
|
|
338
|
+
"values": [
|
|
339
|
+
"--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
340
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
341
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
342
|
+
"$pf-color-black-800",
|
|
343
|
+
"#3c3f42"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"c_notification_badge_m_unread_after_BackgroundColor": {
|
|
347
|
+
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
348
|
+
"value": "#004080",
|
|
349
|
+
"values": [
|
|
350
|
+
"--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
351
|
+
"--pf-global--primary-color--200",
|
|
352
|
+
"$pf-global--primary-color--200",
|
|
353
|
+
"$pf-color-blue-500",
|
|
354
|
+
"#004080"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
358
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
359
|
+
"value": "#a30000",
|
|
360
|
+
"values": [
|
|
361
|
+
"--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
362
|
+
"--pf-global--danger-color--200",
|
|
363
|
+
"$pf-global--danger-color--200",
|
|
364
|
+
"$pf-color-red-200",
|
|
365
|
+
"#a30000"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
293
368
|
}
|
|
294
369
|
};
|
|
295
370
|
export default c_notification_badge;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#c9190b",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_after_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#c9190b",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_attention_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#a30000",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-attention--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_attention_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_attention_after_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#a30000",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-attention--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_attention_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_attention_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#a30000",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_attention_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_attention_m_expanded_after_BackgroundColor = {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#a30000",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_attention_m_expanded_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_read_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "#3c3f42",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-read--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_read_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_read_after_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "#3c3f42",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-read--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_read_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_read_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#3c3f42",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_read_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_read_m_expanded_after_BackgroundColor = {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#3c3f42",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_read_m_expanded_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_unread_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#004080",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-unread--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_unread_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_unread_after_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#004080",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-unread--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_unread_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_unread_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#004080",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_unread_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_unread_m_expanded_after_BackgroundColor = {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#004080",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_unread_m_expanded_after_BackgroundColor;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2037,14 +2037,18 @@ export { c_notification_badge__i_Width } from './c_notification_badge__i_Width';
|
|
|
2037
2037
|
export { c_notification_badge__i_Height } from './c_notification_badge__i_Height';
|
|
2038
2038
|
export { c_notification_badge_m_read_after_BorderColor } from './c_notification_badge_m_read_after_BorderColor';
|
|
2039
2039
|
export { c_notification_badge_m_read_after_BackgroundColor } from './c_notification_badge_m_read_after_BackgroundColor';
|
|
2040
|
+
export { c_notification_badge_m_read_m_expanded_after_BackgroundColor } from './c_notification_badge_m_read_m_expanded_after_BackgroundColor';
|
|
2040
2041
|
export { c_notification_badge_m_unread_Color } from './c_notification_badge_m_unread_Color';
|
|
2041
2042
|
export { c_notification_badge_m_unread_after_BackgroundColor } from './c_notification_badge_m_unread_after_BackgroundColor';
|
|
2042
2043
|
export { c_notification_badge_m_unread_hover_after_BackgroundColor } from './c_notification_badge_m_unread_hover_after_BackgroundColor';
|
|
2044
|
+
export { c_notification_badge_m_unread_m_expanded_after_BackgroundColor } from './c_notification_badge_m_unread_m_expanded_after_BackgroundColor';
|
|
2043
2045
|
export { c_notification_badge_m_attention_Color } from './c_notification_badge_m_attention_Color';
|
|
2044
2046
|
export { c_notification_badge_m_attention_after_BackgroundColor } from './c_notification_badge_m_attention_after_BackgroundColor';
|
|
2045
2047
|
export { c_notification_badge_m_attention_hover_after_BackgroundColor } from './c_notification_badge_m_attention_hover_after_BackgroundColor';
|
|
2048
|
+
export { c_notification_badge_m_attention_m_expanded_after_BackgroundColor } from './c_notification_badge_m_attention_m_expanded_after_BackgroundColor';
|
|
2046
2049
|
export { c_notification_badge__count_MarginLeft } from './c_notification_badge__count_MarginLeft';
|
|
2047
2050
|
export { c_notification_badge_pf_icon_attention_bell_LineHeight } from './c_notification_badge_pf_icon_attention_bell_LineHeight';
|
|
2051
|
+
export { c_notification_badge_m_read_Color } from './c_notification_badge_m_read_Color';
|
|
2048
2052
|
export { c_nav } from './c_nav';
|
|
2049
2053
|
export { c_nav_Transition } from './c_nav_Transition';
|
|
2050
2054
|
export { c_nav_m_light__item_before_BorderColor } from './c_nav_m_light__item_before_BorderColor';
|
package/dist/esm/index.js
CHANGED
|
@@ -2037,14 +2037,18 @@ export { c_notification_badge__i_Width } from './c_notification_badge__i_Width';
|
|
|
2037
2037
|
export { c_notification_badge__i_Height } from './c_notification_badge__i_Height';
|
|
2038
2038
|
export { c_notification_badge_m_read_after_BorderColor } from './c_notification_badge_m_read_after_BorderColor';
|
|
2039
2039
|
export { c_notification_badge_m_read_after_BackgroundColor } from './c_notification_badge_m_read_after_BackgroundColor';
|
|
2040
|
+
export { c_notification_badge_m_read_m_expanded_after_BackgroundColor } from './c_notification_badge_m_read_m_expanded_after_BackgroundColor';
|
|
2040
2041
|
export { c_notification_badge_m_unread_Color } from './c_notification_badge_m_unread_Color';
|
|
2041
2042
|
export { c_notification_badge_m_unread_after_BackgroundColor } from './c_notification_badge_m_unread_after_BackgroundColor';
|
|
2042
2043
|
export { c_notification_badge_m_unread_hover_after_BackgroundColor } from './c_notification_badge_m_unread_hover_after_BackgroundColor';
|
|
2044
|
+
export { c_notification_badge_m_unread_m_expanded_after_BackgroundColor } from './c_notification_badge_m_unread_m_expanded_after_BackgroundColor';
|
|
2043
2045
|
export { c_notification_badge_m_attention_Color } from './c_notification_badge_m_attention_Color';
|
|
2044
2046
|
export { c_notification_badge_m_attention_after_BackgroundColor } from './c_notification_badge_m_attention_after_BackgroundColor';
|
|
2045
2047
|
export { c_notification_badge_m_attention_hover_after_BackgroundColor } from './c_notification_badge_m_attention_hover_after_BackgroundColor';
|
|
2048
|
+
export { c_notification_badge_m_attention_m_expanded_after_BackgroundColor } from './c_notification_badge_m_attention_m_expanded_after_BackgroundColor';
|
|
2046
2049
|
export { c_notification_badge__count_MarginLeft } from './c_notification_badge__count_MarginLeft';
|
|
2047
2050
|
export { c_notification_badge_pf_icon_attention_bell_LineHeight } from './c_notification_badge_pf_icon_attention_bell_LineHeight';
|
|
2051
|
+
export { c_notification_badge_m_read_Color } from './c_notification_badge_m_read_Color';
|
|
2048
2052
|
export { c_nav } from './c_nav';
|
|
2049
2053
|
export { c_nav_Transition } from './c_nav_Transition';
|
|
2050
2054
|
export { c_nav_m_light__item_before_BorderColor } from './c_nav_m_light__item_before_BorderColor';
|
|
@@ -141,6 +141,16 @@ export const c_notification_badge: {
|
|
|
141
141
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
142
142
|
"value": "transparent"
|
|
143
143
|
},
|
|
144
|
+
"c_notification_badge_m_read_m_expanded_after_BackgroundColor": {
|
|
145
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
146
|
+
"value": "#3c3f42",
|
|
147
|
+
"values": [
|
|
148
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
149
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
150
|
+
"$pf-color-black-800",
|
|
151
|
+
"#3c3f42"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
144
154
|
"c_notification_badge_m_unread_Color": {
|
|
145
155
|
"name": "--pf-c-notification-badge--m-unread--Color",
|
|
146
156
|
"value": "#fff",
|
|
@@ -171,6 +181,16 @@ export const c_notification_badge: {
|
|
|
171
181
|
"#004080"
|
|
172
182
|
]
|
|
173
183
|
},
|
|
184
|
+
"c_notification_badge_m_unread_m_expanded_after_BackgroundColor": {
|
|
185
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
186
|
+
"value": "#004080",
|
|
187
|
+
"values": [
|
|
188
|
+
"--pf-global--primary-color--200",
|
|
189
|
+
"$pf-global--primary-color--200",
|
|
190
|
+
"$pf-color-blue-500",
|
|
191
|
+
"#004080"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
174
194
|
"c_notification_badge_m_attention_Color": {
|
|
175
195
|
"name": "--pf-c-notification-badge--m-attention--Color",
|
|
176
196
|
"value": "#fff",
|
|
@@ -201,6 +221,16 @@ export const c_notification_badge: {
|
|
|
201
221
|
"#a30000"
|
|
202
222
|
]
|
|
203
223
|
},
|
|
224
|
+
"c_notification_badge_m_attention_m_expanded_after_BackgroundColor": {
|
|
225
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
226
|
+
"value": "#a30000",
|
|
227
|
+
"values": [
|
|
228
|
+
"--pf-global--danger-color--200",
|
|
229
|
+
"$pf-global--danger-color--200",
|
|
230
|
+
"$pf-color-red-200",
|
|
231
|
+
"#a30000"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
204
234
|
"c_notification_badge__count_MarginLeft": {
|
|
205
235
|
"name": "--pf-c-notification-badge__count--MarginLeft",
|
|
206
236
|
"value": "0.25rem",
|
|
@@ -279,8 +309,8 @@ export const c_notification_badge: {
|
|
|
279
309
|
}
|
|
280
310
|
},
|
|
281
311
|
".pf-c-notification-badge.pf-m-attention:hover": {
|
|
282
|
-
"
|
|
283
|
-
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
312
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
313
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
284
314
|
"value": "#a30000",
|
|
285
315
|
"values": [
|
|
286
316
|
"--pf-c-notification-badge--m-attention--hover--after--BackgroundColor",
|
|
@@ -290,6 +320,51 @@ export const c_notification_badge: {
|
|
|
290
320
|
"#a30000"
|
|
291
321
|
]
|
|
292
322
|
}
|
|
323
|
+
},
|
|
324
|
+
".pf-c-notification-badge.pf-m-expanded": {
|
|
325
|
+
"c_notification_badge_m_read_Color": {
|
|
326
|
+
"name": "--pf-c-notification-badge--m-read--Color",
|
|
327
|
+
"value": "#fff",
|
|
328
|
+
"values": [
|
|
329
|
+
"--pf-global--Color--light-100",
|
|
330
|
+
"$pf-global--Color--light-100",
|
|
331
|
+
"$pf-color-white",
|
|
332
|
+
"#fff"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
"c_notification_badge_m_read_after_BackgroundColor": {
|
|
336
|
+
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
337
|
+
"value": "#3c3f42",
|
|
338
|
+
"values": [
|
|
339
|
+
"--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
340
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
341
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
342
|
+
"$pf-color-black-800",
|
|
343
|
+
"#3c3f42"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"c_notification_badge_m_unread_after_BackgroundColor": {
|
|
347
|
+
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
348
|
+
"value": "#004080",
|
|
349
|
+
"values": [
|
|
350
|
+
"--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
351
|
+
"--pf-global--primary-color--200",
|
|
352
|
+
"$pf-global--primary-color--200",
|
|
353
|
+
"$pf-color-blue-500",
|
|
354
|
+
"#004080"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
358
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
359
|
+
"value": "#a30000",
|
|
360
|
+
"values": [
|
|
361
|
+
"--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
362
|
+
"--pf-global--danger-color--200",
|
|
363
|
+
"$pf-global--danger-color--200",
|
|
364
|
+
"$pf-color-red-200",
|
|
365
|
+
"#a30000"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
293
368
|
}
|
|
294
369
|
};
|
|
295
370
|
export default c_notification_badge;
|
|
@@ -143,6 +143,16 @@ exports.c_notification_badge = {
|
|
|
143
143
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
144
144
|
"value": "transparent"
|
|
145
145
|
},
|
|
146
|
+
"c_notification_badge_m_read_m_expanded_after_BackgroundColor": {
|
|
147
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
148
|
+
"value": "#3c3f42",
|
|
149
|
+
"values": [
|
|
150
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
151
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
152
|
+
"$pf-color-black-800",
|
|
153
|
+
"#3c3f42"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
146
156
|
"c_notification_badge_m_unread_Color": {
|
|
147
157
|
"name": "--pf-c-notification-badge--m-unread--Color",
|
|
148
158
|
"value": "#fff",
|
|
@@ -173,6 +183,16 @@ exports.c_notification_badge = {
|
|
|
173
183
|
"#004080"
|
|
174
184
|
]
|
|
175
185
|
},
|
|
186
|
+
"c_notification_badge_m_unread_m_expanded_after_BackgroundColor": {
|
|
187
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
188
|
+
"value": "#004080",
|
|
189
|
+
"values": [
|
|
190
|
+
"--pf-global--primary-color--200",
|
|
191
|
+
"$pf-global--primary-color--200",
|
|
192
|
+
"$pf-color-blue-500",
|
|
193
|
+
"#004080"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
176
196
|
"c_notification_badge_m_attention_Color": {
|
|
177
197
|
"name": "--pf-c-notification-badge--m-attention--Color",
|
|
178
198
|
"value": "#fff",
|
|
@@ -203,6 +223,16 @@ exports.c_notification_badge = {
|
|
|
203
223
|
"#a30000"
|
|
204
224
|
]
|
|
205
225
|
},
|
|
226
|
+
"c_notification_badge_m_attention_m_expanded_after_BackgroundColor": {
|
|
227
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
228
|
+
"value": "#a30000",
|
|
229
|
+
"values": [
|
|
230
|
+
"--pf-global--danger-color--200",
|
|
231
|
+
"$pf-global--danger-color--200",
|
|
232
|
+
"$pf-color-red-200",
|
|
233
|
+
"#a30000"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
206
236
|
"c_notification_badge__count_MarginLeft": {
|
|
207
237
|
"name": "--pf-c-notification-badge__count--MarginLeft",
|
|
208
238
|
"value": "0.25rem",
|
|
@@ -281,8 +311,8 @@ exports.c_notification_badge = {
|
|
|
281
311
|
}
|
|
282
312
|
},
|
|
283
313
|
".pf-c-notification-badge.pf-m-attention:hover": {
|
|
284
|
-
"
|
|
285
|
-
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
314
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
315
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
286
316
|
"value": "#a30000",
|
|
287
317
|
"values": [
|
|
288
318
|
"--pf-c-notification-badge--m-attention--hover--after--BackgroundColor",
|
|
@@ -292,6 +322,51 @@ exports.c_notification_badge = {
|
|
|
292
322
|
"#a30000"
|
|
293
323
|
]
|
|
294
324
|
}
|
|
325
|
+
},
|
|
326
|
+
".pf-c-notification-badge.pf-m-expanded": {
|
|
327
|
+
"c_notification_badge_m_read_Color": {
|
|
328
|
+
"name": "--pf-c-notification-badge--m-read--Color",
|
|
329
|
+
"value": "#fff",
|
|
330
|
+
"values": [
|
|
331
|
+
"--pf-global--Color--light-100",
|
|
332
|
+
"$pf-global--Color--light-100",
|
|
333
|
+
"$pf-color-white",
|
|
334
|
+
"#fff"
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"c_notification_badge_m_read_after_BackgroundColor": {
|
|
338
|
+
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
339
|
+
"value": "#3c3f42",
|
|
340
|
+
"values": [
|
|
341
|
+
"--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
342
|
+
"--pf-global--BackgroundColor--dark-200",
|
|
343
|
+
"$pf-global--BackgroundColor--dark-200",
|
|
344
|
+
"$pf-color-black-800",
|
|
345
|
+
"#3c3f42"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
"c_notification_badge_m_unread_after_BackgroundColor": {
|
|
349
|
+
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
350
|
+
"value": "#004080",
|
|
351
|
+
"values": [
|
|
352
|
+
"--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
353
|
+
"--pf-global--primary-color--200",
|
|
354
|
+
"$pf-global--primary-color--200",
|
|
355
|
+
"$pf-color-blue-500",
|
|
356
|
+
"#004080"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"c_notification_badge_m_attention_after_BackgroundColor": {
|
|
360
|
+
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
361
|
+
"value": "#a30000",
|
|
362
|
+
"values": [
|
|
363
|
+
"--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
364
|
+
"--pf-global--danger-color--200",
|
|
365
|
+
"$pf-global--danger-color--200",
|
|
366
|
+
"$pf-color-red-200",
|
|
367
|
+
"#a30000"
|
|
368
|
+
]
|
|
369
|
+
}
|
|
295
370
|
}
|
|
296
371
|
};
|
|
297
372
|
exports["default"] = exports.c_notification_badge;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#c9190b",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_after_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_notification_badge_after_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-notification-badge--after--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#c9190b",
|
|
6
6
|
"var": "var(--pf-c-notification-badge--after--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_notification_badge_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_attention_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#a30000",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-attention--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_attention_after_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_notification_badge_m_attention_after_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-notification-badge--m-attention--after--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#a30000",
|
|
6
6
|
"var": "var(--pf-c-notification-badge--m-attention--after--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_notification_badge_m_attention_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_attention_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#a30000",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_attention_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_notification_badge_m_attention_m_expanded_after_BackgroundColor = {
|
|
4
|
+
"name": "--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor",
|
|
5
|
+
"value": "#a30000",
|
|
6
|
+
"var": "var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_notification_badge_m_attention_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_notification_badge_m_read_Color = {
|
|
4
|
+
"name": "--pf-c-notification-badge--m-read--Color",
|
|
5
|
+
"value": "#fff",
|
|
6
|
+
"var": "var(--pf-c-notification-badge--m-read--Color)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_notification_badge_m_read_Color;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_read_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "#3c3f42",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-read--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_read_after_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_notification_badge_m_read_after_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-notification-badge--m-read--after--BackgroundColor",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "#3c3f42",
|
|
6
6
|
"var": "var(--pf-c-notification-badge--m-read--after--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_notification_badge_m_read_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_read_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#3c3f42",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_read_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_notification_badge_m_read_m_expanded_after_BackgroundColor = {
|
|
4
|
+
"name": "--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor",
|
|
5
|
+
"value": "#3c3f42",
|
|
6
|
+
"var": "var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_notification_badge_m_read_m_expanded_after_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_notification_badge_m_unread_after_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#004080",
|
|
4
4
|
"var": "var(--pf-c-notification-badge--m-unread--after--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_notification_badge_m_unread_after_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_notification_badge_m_unread_after_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-notification-badge--m-unread--after--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#004080",
|
|
6
6
|
"var": "var(--pf-c-notification-badge--m-unread--after--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_notification_badge_m_unread_after_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_notification_badge_m_unread_m_expanded_after_BackgroundColor: {
|
|
2
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
3
|
+
"value": "#004080",
|
|
4
|
+
"var": "var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_notification_badge_m_unread_m_expanded_after_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_notification_badge_m_unread_m_expanded_after_BackgroundColor = {
|
|
4
|
+
"name": "--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor",
|
|
5
|
+
"value": "#004080",
|
|
6
|
+
"var": "var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_notification_badge_m_unread_m_expanded_after_BackgroundColor;
|
package/dist/js/index.d.ts
CHANGED
|
@@ -2037,14 +2037,18 @@ export { c_notification_badge__i_Width } from './c_notification_badge__i_Width';
|
|
|
2037
2037
|
export { c_notification_badge__i_Height } from './c_notification_badge__i_Height';
|
|
2038
2038
|
export { c_notification_badge_m_read_after_BorderColor } from './c_notification_badge_m_read_after_BorderColor';
|
|
2039
2039
|
export { c_notification_badge_m_read_after_BackgroundColor } from './c_notification_badge_m_read_after_BackgroundColor';
|
|
2040
|
+
export { c_notification_badge_m_read_m_expanded_after_BackgroundColor } from './c_notification_badge_m_read_m_expanded_after_BackgroundColor';
|
|
2040
2041
|
export { c_notification_badge_m_unread_Color } from './c_notification_badge_m_unread_Color';
|
|
2041
2042
|
export { c_notification_badge_m_unread_after_BackgroundColor } from './c_notification_badge_m_unread_after_BackgroundColor';
|
|
2042
2043
|
export { c_notification_badge_m_unread_hover_after_BackgroundColor } from './c_notification_badge_m_unread_hover_after_BackgroundColor';
|
|
2044
|
+
export { c_notification_badge_m_unread_m_expanded_after_BackgroundColor } from './c_notification_badge_m_unread_m_expanded_after_BackgroundColor';
|
|
2043
2045
|
export { c_notification_badge_m_attention_Color } from './c_notification_badge_m_attention_Color';
|
|
2044
2046
|
export { c_notification_badge_m_attention_after_BackgroundColor } from './c_notification_badge_m_attention_after_BackgroundColor';
|
|
2045
2047
|
export { c_notification_badge_m_attention_hover_after_BackgroundColor } from './c_notification_badge_m_attention_hover_after_BackgroundColor';
|
|
2048
|
+
export { c_notification_badge_m_attention_m_expanded_after_BackgroundColor } from './c_notification_badge_m_attention_m_expanded_after_BackgroundColor';
|
|
2046
2049
|
export { c_notification_badge__count_MarginLeft } from './c_notification_badge__count_MarginLeft';
|
|
2047
2050
|
export { c_notification_badge_pf_icon_attention_bell_LineHeight } from './c_notification_badge_pf_icon_attention_bell_LineHeight';
|
|
2051
|
+
export { c_notification_badge_m_read_Color } from './c_notification_badge_m_read_Color';
|
|
2048
2052
|
export { c_nav } from './c_nav';
|
|
2049
2053
|
export { c_nav_Transition } from './c_nav_Transition';
|
|
2050
2054
|
export { c_nav_m_light__item_before_BorderColor } from './c_nav_m_light__item_before_BorderColor';
|
package/dist/js/index.js
CHANGED
|
@@ -2042,14 +2042,18 @@ __export(require('./c_notification_badge__i_Width'));
|
|
|
2042
2042
|
__export(require('./c_notification_badge__i_Height'));
|
|
2043
2043
|
__export(require('./c_notification_badge_m_read_after_BorderColor'));
|
|
2044
2044
|
__export(require('./c_notification_badge_m_read_after_BackgroundColor'));
|
|
2045
|
+
__export(require('./c_notification_badge_m_read_m_expanded_after_BackgroundColor'));
|
|
2045
2046
|
__export(require('./c_notification_badge_m_unread_Color'));
|
|
2046
2047
|
__export(require('./c_notification_badge_m_unread_after_BackgroundColor'));
|
|
2047
2048
|
__export(require('./c_notification_badge_m_unread_hover_after_BackgroundColor'));
|
|
2049
|
+
__export(require('./c_notification_badge_m_unread_m_expanded_after_BackgroundColor'));
|
|
2048
2050
|
__export(require('./c_notification_badge_m_attention_Color'));
|
|
2049
2051
|
__export(require('./c_notification_badge_m_attention_after_BackgroundColor'));
|
|
2050
2052
|
__export(require('./c_notification_badge_m_attention_hover_after_BackgroundColor'));
|
|
2053
|
+
__export(require('./c_notification_badge_m_attention_m_expanded_after_BackgroundColor'));
|
|
2051
2054
|
__export(require('./c_notification_badge__count_MarginLeft'));
|
|
2052
2055
|
__export(require('./c_notification_badge_pf_icon_attention_bell_LineHeight'));
|
|
2056
|
+
__export(require('./c_notification_badge_m_read_Color'));
|
|
2053
2057
|
__export(require('./c_nav'));
|
|
2054
2058
|
__export(require('./c_nav_Transition'));
|
|
2055
2059
|
__export(require('./c_nav_m_light__item_before_BorderColor'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.88.
|
|
3
|
+
"version": "4.88.2",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"clean": "rimraf dist"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@patternfly/patternfly": "4.
|
|
32
|
+
"@patternfly/patternfly": "4.211.0",
|
|
33
33
|
"css": "^2.2.3",
|
|
34
34
|
"fs-extra": "^6.0.1",
|
|
35
35
|
"glob": "^7.1.2",
|
|
36
36
|
"rimraf": "^2.6.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "de201ab6c9fa8d24e516025f984b0b86666f484d"
|
|
39
39
|
}
|