@patternfly/react-styles 5.3.0-prerelease.3 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
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
+ ## 5.3.1 (2024-05-01)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # 5.3.0 (2024-04-18)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
6
14
  # 5.3.0-prerelease.3 (2024-03-26)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-styles
@@ -16,7 +16,6 @@
16
16
  --pf-v5-c-pagination--m-bottom--child--MarginRight: 0;
17
17
  --pf-v5-c-pagination--m-bottom--child--md--MarginRight: var(--pf-v5-global--spacer--lg);
18
18
  --pf-v5-c-pagination--m-compact--child--MarginRight: var(--pf-v5-global--spacer--sm);
19
- --pf-v5-c-pagination--c-menu-toggle--FontSize: var(--pf-v5-global--FontSize--sm);
20
19
  --pf-v5-c-pagination__nav--Display: none;
21
20
  --pf-v5-c-pagination--m-display-summary__nav--Display: none;
22
21
  --pf-v5-c-pagination--m-display-full__nav--Display: inline-flex;
@@ -60,9 +59,13 @@
60
59
  --pf-v5-c-pagination--m-bottom--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
61
60
  --pf-v5-c-pagination--m-bottom--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
62
61
  --pf-v5-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-top);
62
+ --pf-v5-c-pagination--c-menu-toggle--FontSize: var(--pf-v5-global--FontSize--sm);
63
+ --pf-v5-c-pagination--c-menu-toggle--Display--base: inline-flex;
63
64
  --pf-v5-c-pagination--c-menu-toggle--Display: none;
65
+ --pf-v5-c-pagination--c-menu-toggle--md--Display: var(--pf-v5-c-pagination--c-menu-toggle--Display--base);
64
66
  --pf-v5-c-pagination--m-display-summary--c-menu-toggle--Display: none;
65
- --pf-v5-c-pagination--m-display-full--c-menu-toggle--Display: inline-flex;
67
+ --pf-v5-c-pagination--m-display-full--c-menu-toggle--Display: var(--pf-v5-c-pagination--c-menu-toggle--Display--base);
68
+ --pf-v5-c-pagination--m-bottom--c-menu-toggle--Display: var(--pf-v5-c-pagination--c-menu-toggle--Display--base);
66
69
  display: flex;
67
70
  flex-wrap: wrap;
68
71
  align-items: center;
@@ -79,7 +82,7 @@
79
82
  --pf-v5-c-pagination--m-bottom--child--MarginRight: var(--pf-v5-c-pagination--m-bottom--child--md--MarginRight);
80
83
  --pf-v5-c-pagination--m-bottom__nav-control--c-button--OutlineOffset: 0;
81
84
  --pf-v5-c-pagination--m-bottom--BoxShadow: none;
82
- --pf-v5-c-pagination--c-menu-toggle--Display: inline-flex;
85
+ --pf-v5-c-pagination--c-menu-toggle--Display: var(--pf-v5-c-pagination--c-menu-toggle--md--Display);
83
86
  --pf-v5-c-pagination__nav--Display: inline-flex;
84
87
  --pf-v5-c-pagination__total-items--Display: none;
85
88
  }
@@ -129,7 +132,7 @@
129
132
  }
130
133
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
131
134
  position: absolute;
132
- display: block;
135
+ display: var(--pf-v5-c-pagination--m-bottom--c-menu-toggle--Display);
133
136
  }
134
137
  .pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav {
135
138
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.3.0-prerelease.3",
3
+ "version": "5.3.1",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "clean": "rimraf dist css"
19
19
  },
20
20
  "devDependencies": {
21
- "@patternfly/patternfly": "5.3.0-prerelease.5",
21
+ "@patternfly/patternfly": "5.3.1",
22
22
  "camel-case": "^3.0.0",
23
23
  "css": "^2.2.3",
24
24
  "fs-extra": "^11.1.1",
@@ -28,5 +28,5 @@
28
28
  "typescript": "^4.7.4"
29
29
  },
30
30
  "license": "MIT",
31
- "gitHead": "988c428234f88b32b93290f7ffa8173fa22282cc"
31
+ "gitHead": "38759596db0c4d69f6e8a6f236c99e07f6bf04eb"
32
32
  }
@@ -1,3 +0,0 @@
1
- #ws-core-c-pagination-top-expanded {
2
- height: 220px;
3
- }
@@ -1,3 +0,0 @@
1
- import './Pagination.css';
2
- declare const _default: {};
3
- export default _default;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./Pagination.css');
4
- exports.default = {};
@@ -1,2 +0,0 @@
1
- import './Pagination.css';
2
- export default {};