@patternfly/patternfly 6.0.0-alpha.17 → 6.0.0-alpha.19
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/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/base/_globals.scss +1 -1
- package/base/patternfly-variables.css +1 -1
- package/base/tokens/_tokens-font.scss +2 -2
- package/components/Accordion/accordion.css +10 -1
- package/components/Accordion/accordion.scss +13 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -3
- package/components/Check/check.css +10 -8
- package/components/Check/check.scss +15 -10
- package/components/Dropdown/dropdown.css +1 -3
- package/components/Dropdown/dropdown.scss +2 -6
- package/components/Login/login.css +70 -97
- package/components/Login/login.scss +56 -64
- package/components/Menu/menu.css +3 -0
- package/components/Menu/menu.scss +7 -3
- package/components/MenuToggle/menu-toggle.css +2 -3
- package/components/MenuToggle/menu-toggle.scss +2 -6
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/components/Radio/radio.css +13 -10
- package/components/Radio/radio.scss +17 -11
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table.css +6 -2
- package/components/Table/table.scss +7 -2
- package/components/Toolbar/toolbar.css +9 -1
- package/components/Toolbar/toolbar.scss +16 -3
- package/docs/components/Accordion/examples/Accordion.md +95 -0
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +75 -32
- package/docs/components/Card/examples/Card.md +110 -2
- package/docs/components/LogViewer/examples/LogViewer.md +130 -130
- package/docs/components/Login/examples/Login.md +5 -0
- package/docs/components/Menu/examples/Menu.md +507 -473
- package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
- package/docs/components/Nav/examples/Navigation.md +140 -113
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Toolbar/examples/Toolbar.md +480 -2807
- package/docs/demos/CardView/examples/CardView.md +32 -51
- package/docs/demos/DataList/examples/DataList.md +184 -320
- package/docs/demos/Masthead/examples/Masthead.md +51 -210
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +83 -271
- package/docs/demos/Table/examples/Table.md +1017 -1800
- package/docs/demos/Tabs/examples/Tabs.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +703 -1027
- package/package.json +2 -2
- package/patternfly-base-no-globals-theme-dark-unversioned.css +1 -1
- package/patternfly-base-no-globals.css +1 -1
- package/patternfly-base-theme-dark-unversioned.css +1 -1
- package/patternfly-base.css +1 -1
- package/patternfly-no-globals.css +176 -207
- package/patternfly-theme-dark-unversioned.css +176 -207
- package/patternfly.css +176 -207
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Login/themes/dark/login.scss +0 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.19",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@commitlint/config-conventional": "^17.6.7",
|
|
46
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
47
47
|
"@octokit/rest": "^20.0.1",
|
|
48
|
-
"@patternfly/documentation-framework": "5.
|
|
48
|
+
"@patternfly/documentation-framework": "5.3.1",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
50
|
"@patternfly/react-code-editor": "5.1.1",
|
|
51
51
|
"@patternfly/react-core": "5.1.1",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
--pf-t--global--font--line-height--100: 1.3;
|
|
818
818
|
--pf-t--global--font--line-height--200: 1.5;
|
|
819
819
|
--pf-t--global--font--weight--body--100: 400;
|
|
820
|
-
--pf-t--global--font--weight--body--200:
|
|
820
|
+
--pf-t--global--font--weight--body--200: 500;
|
|
821
821
|
--pf-t--global--font--weight--heading--100: 700;
|
|
822
822
|
--pf-t--global--font--weight--heading--200: 700;
|
|
823
823
|
--pf-t--global--font--size--body--100: 12px;
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
--pf-t--global--font--line-height--100: 1.3;
|
|
818
818
|
--pf-t--global--font--line-height--200: 1.5;
|
|
819
819
|
--pf-t--global--font--weight--body--100: 400;
|
|
820
|
-
--pf-t--global--font--weight--body--200:
|
|
820
|
+
--pf-t--global--font--weight--body--200: 500;
|
|
821
821
|
--pf-t--global--font--weight--heading--100: 700;
|
|
822
822
|
--pf-t--global--font--weight--heading--200: 700;
|
|
823
823
|
--pf-t--global--font--size--body--100: 12px;
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
--pf-t--global--font--line-height--100: 1.3;
|
|
818
818
|
--pf-t--global--font--line-height--200: 1.5;
|
|
819
819
|
--pf-t--global--font--weight--body--100: 400;
|
|
820
|
-
--pf-t--global--font--weight--body--200:
|
|
820
|
+
--pf-t--global--font--weight--body--200: 500;
|
|
821
821
|
--pf-t--global--font--weight--heading--100: 700;
|
|
822
822
|
--pf-t--global--font--weight--heading--200: 700;
|
|
823
823
|
--pf-t--global--font--size--body--100: 12px;
|
package/patternfly-base.css
CHANGED
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
--pf-t--global--font--line-height--100: 1.3;
|
|
818
818
|
--pf-t--global--font--line-height--200: 1.5;
|
|
819
819
|
--pf-t--global--font--weight--body--100: 400;
|
|
820
|
-
--pf-t--global--font--weight--body--200:
|
|
820
|
+
--pf-t--global--font--weight--body--200: 500;
|
|
821
821
|
--pf-t--global--font--weight--heading--100: 700;
|
|
822
822
|
--pf-t--global--font--weight--heading--200: 700;
|
|
823
823
|
--pf-t--global--font--size--body--100: 12px;
|