@patternfly/patternfly 4.167.0 → 4.171.0
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/Dropdown/dropdown.css +5 -0
- package/components/Dropdown/dropdown.scss +5 -0
- package/components/Masthead/masthead.css +12 -6
- package/components/Masthead/masthead.scss +16 -5
- package/components/Table/table.css +8 -0
- package/components/Table/table.scss +16 -0
- package/components/Toolbar/toolbar.css +6 -0
- package/components/Toolbar/toolbar.scss +9 -0
- package/docs/components/BackToTop/examples/BackToTop.md +0 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/components/Table/examples/Table.md +899 -241
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +26 -1
- package/docs/components/Toolbar/examples/Toolbar.md +1 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -1
- package/docs/demos/Masthead/examples/Masthead.md +865 -1
- package/package.json +1 -1
- package/patternfly-no-reset.css +31 -6
- package/patternfly.css +31 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/pages/modifiers.md +0 -86
package/docs/pages/modifiers.md
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: Modifiers
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
- pf-m-2xl
|
|
6
|
-
- pf-m-3xl
|
|
7
|
-
- pf-m-4xl
|
|
8
|
-
- pf-m-action
|
|
9
|
-
- pf-m-active
|
|
10
|
-
- pf-m-align-right
|
|
11
|
-
- pf-m-all
|
|
12
|
-
- pf-m-block
|
|
13
|
-
- pf-m-bottom
|
|
14
|
-
- pf-m-collapsed
|
|
15
|
-
- pf-m-compact
|
|
16
|
-
- pf-m-current
|
|
17
|
-
- pf-m-danger
|
|
18
|
-
- pf-m-dark
|
|
19
|
-
- pf-m-dark-100
|
|
20
|
-
- pf-m-dark-200
|
|
21
|
-
- pf-m-disabled
|
|
22
|
-
- pf-m-end
|
|
23
|
-
- pf-m-end-current
|
|
24
|
-
- pf-m-error
|
|
25
|
-
- pf-m-expanded
|
|
26
|
-
- pf-m-fill
|
|
27
|
-
- pf-m-fit-content
|
|
28
|
-
- pf-m-flex-2
|
|
29
|
-
- pf-m-flex-3
|
|
30
|
-
- pf-m-flex-4
|
|
31
|
-
- pf-m-flex-5
|
|
32
|
-
- pf-m-grid
|
|
33
|
-
- pf-m-grid-lg
|
|
34
|
-
- pf-m-grid-md
|
|
35
|
-
- pf-m-gutter
|
|
36
|
-
- pf-m-horizontal
|
|
37
|
-
- pf-m-inactive
|
|
38
|
-
- pf-m-info
|
|
39
|
-
- pf-m-inline
|
|
40
|
-
- pf-m-inside
|
|
41
|
-
- pf-m-left
|
|
42
|
-
- pf-m-lg
|
|
43
|
-
- pf-m-light
|
|
44
|
-
- pf-m-link
|
|
45
|
-
- pf-m-main
|
|
46
|
-
- pf-m-md
|
|
47
|
-
- pf-m-offset
|
|
48
|
-
- pf-m-opaque-100
|
|
49
|
-
- pf-m-opaque-200
|
|
50
|
-
- pf-m-opaque-300
|
|
51
|
-
- pf-m-outside
|
|
52
|
-
- pf-m-plain
|
|
53
|
-
- pf-m-primary
|
|
54
|
-
- pf-m-read
|
|
55
|
-
- pf-m-right
|
|
56
|
-
- pf-m-secondary
|
|
57
|
-
- pf-m-sm
|
|
58
|
-
- pf-m-start
|
|
59
|
-
- pf-m-start-current
|
|
60
|
-
- pf-m-success
|
|
61
|
-
- pf-m-tabs-secondary
|
|
62
|
-
- pf-m-tall
|
|
63
|
-
- pf-m-tertiary
|
|
64
|
-
- pf-m-top
|
|
65
|
-
- pf-m-transparent
|
|
66
|
-
- pf-m-transparent-100
|
|
67
|
-
- pf-m-transparent-200
|
|
68
|
-
- pf-m-unread
|
|
69
|
-
- pf-m-warning
|
|
70
|
-
- pf-m-width
|
|
71
|
-
- pf-m-width-10
|
|
72
|
-
- pf-m-width-15
|
|
73
|
-
- pf-m-width-20
|
|
74
|
-
- pf-m-width-25
|
|
75
|
-
- pf-m-width-30
|
|
76
|
-
- pf-m-width-35
|
|
77
|
-
- pf-m-width-40
|
|
78
|
-
- pf-m-width-45
|
|
79
|
-
- pf-m-width-50
|
|
80
|
-
- pf-m-width-60
|
|
81
|
-
- pf-m-width-70
|
|
82
|
-
- pf-m-width-80
|
|
83
|
-
- pf-m-width-90
|
|
84
|
-
- pf-m-width-max
|
|
85
|
-
- pf-m-wrap
|
|
86
|
-
- pf-m-xl
|