@patternfly/patternfly 5.0.0-alpha.21 → 5.0.0-alpha.23
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 +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/Label/label.css +35 -24
- package/components/Label/label.scss +40 -27
- package/components/Popover/popover.css +21 -24
- package/components/Popover/popover.scss +25 -32
- package/components/Table/table-tree-view.css +10 -0
- package/components/Table/table-tree-view.scss +15 -0
- package/docs/components/Chip/examples/Chip.md +61 -43
- package/docs/components/ChipGroup/examples/ChipGroup.md +437 -329
- package/docs/components/InlineEdit/examples/InlineEdit.md +5 -3
- package/docs/components/Label/examples/Label.md +1399 -718
- package/docs/components/LabelGroup/examples/LabelGroup.md +274 -209
- package/docs/components/LogViewer/examples/LogViewer.md +10 -4
- package/docs/components/Popover/examples/Popover.md +175 -104
- package/docs/components/Select/examples/Select.md +224 -170
- package/docs/components/Table/examples/Table.md +565 -41
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +343 -261
- package/docs/components/Toolbar/examples/Toolbar.md +306 -234
- package/docs/demos/Card/examples/Card.md +46 -38
- package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -9
- package/docs/demos/Drawer/examples/Drawer.md +4 -2
- package/docs/demos/Form/examples/BasicForms.md +28 -22
- package/docs/demos/Tabs/examples/Tabs.md +39 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -78
- package/package.json +2 -2
- package/patternfly-no-reset.css +99 -72
- package/patternfly.css +99 -72
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -931,9 +931,11 @@ All accessibility requirements for inputs apply to elements within inline edit.
|
|
|
931
931
|
<dt>Tags</dt>
|
|
932
932
|
<dd>
|
|
933
933
|
{{#> chip chip--type="div" chip--modifier="pf-m-read-only"}}
|
|
934
|
-
{{#> chip-
|
|
935
|
-
|
|
936
|
-
|
|
934
|
+
{{#> chip-content}}
|
|
935
|
+
{{#> chip-text}}
|
|
936
|
+
alertmanager=main
|
|
937
|
+
{{/chip-text}}
|
|
938
|
+
{{/chip-content}}
|
|
937
939
|
{{/chip}}
|
|
938
940
|
</dd>
|
|
939
941
|
</div>
|