@patternfly/patternfly 6.0.0-alpha.56 → 6.0.0-alpha.57
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/Button/button.css +26 -11
- package/components/Button/button.scss +27 -12
- package/components/DescriptionList/description-list.css +39 -34
- package/components/DescriptionList/description-list.scss +25 -25
- package/components/Label/label-group.css +39 -44
- package/components/Label/label-group.scss +39 -45
- package/components/Label/label.css +258 -355
- package/components/Label/label.scss +297 -347
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +999 -223
- package/docs/demos/Form/examples/BasicForms.md +2 -2
- package/package.json +1 -1
- package/patternfly-no-globals.css +447 -449
- package/patternfly-theme-dark-unversioned.css +447 -449
- package/patternfly.css +447 -449
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +18 -0
- package/components/Label/themes/dark/label.scss +0 -53
|
@@ -828,7 +828,7 @@ subsection: forms
|
|
|
828
828
|
</span>
|
|
829
829
|
<span class="pf-v5-c-label__actions">
|
|
830
830
|
<button
|
|
831
|
-
class="pf-v5-c-button pf-m-plain"
|
|
831
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
832
832
|
type="button"
|
|
833
833
|
id="-label-1-button"
|
|
834
834
|
aria-label="Remove"
|
|
@@ -849,7 +849,7 @@ subsection: forms
|
|
|
849
849
|
</span>
|
|
850
850
|
<span class="pf-v5-c-label__actions">
|
|
851
851
|
<button
|
|
852
|
-
class="pf-v5-c-button pf-m-plain"
|
|
852
|
+
class="pf-v5-c-button pf-m-plain pf-m-no-padding"
|
|
853
853
|
type="button"
|
|
854
854
|
id="-label-2-button"
|
|
855
855
|
aria-label="Remove"
|