@patternfly/react-styles 5.0.0 → 5.0.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.0.1 (2023-09-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191))
11
+
12
+ # 5.0.0 (2023-07-27)
13
+
14
+ # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.0.0...@patternfly/react-styles@5.1.0-prerelease.0) (2023-07-27)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
6
18
  # 5.0.0 (2023-07-27)
7
19
 
8
20
  **Note:** Version bump only for package @patternfly/react-styles
@@ -147,7 +147,7 @@
147
147
  --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
148
148
  position: relative;
149
149
  display: inline-flex;
150
- align-items: start;
150
+ align-items: flex-start;
151
151
  max-width: 100%;
152
152
  }
153
153
  .pf-v5-c-dropdown .pf-v5-c-divider {
@@ -611,7 +611,7 @@
611
611
  }
612
612
  .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
613
613
  flex-direction: column;
614
- align-items: start;
614
+ align-items: flex-start;
615
615
  }
616
616
  .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
617
617
  display: flex;
@@ -116,7 +116,7 @@
116
116
 
117
117
  .pf-v5-c-label-group__close {
118
118
  display: flex;
119
- align-self: start;
119
+ align-self: flex-start;
120
120
  margin-top: var(--pf-v5-c-label-group__close--MarginTop);
121
121
  margin-right: var(--pf-v5-c-label-group__close--MarginRight);
122
122
  margin-bottom: var(--pf-v5-c-label-group__close--MarginBottom);
@@ -57,7 +57,7 @@
57
57
  --pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
58
58
  --pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
59
59
  --pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
60
- --pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
60
+ --pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
61
61
  --pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
62
62
  --pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
63
63
  --pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
@@ -25,7 +25,7 @@
25
25
  --pf-v5-c-sidebar__main--FlexDirection: column;
26
26
  --pf-v5-c-sidebar__main--md--FlexDirection: row;
27
27
  --pf-v5-c-sidebar__main--AlignItems: stretch;
28
- --pf-v5-c-sidebar__main--md--AlignItems: start;
28
+ --pf-v5-c-sidebar__main--md--AlignItems: flex-start;
29
29
  --pf-v5-c-sidebar__main--child--MarginTop: 0;
30
30
  --pf-v5-c-sidebar--m-gutter__main--Gap: var(--pf-v5-c-sidebar--inset);
31
31
  --pf-v5-c-sidebar__main--m-border--before--Display: none;
@@ -41,7 +41,7 @@
41
41
  --pf-v5-c-sidebar--m-stack__panel--Top: 0;
42
42
  --pf-v5-c-sidebar--m-stack__panel--BoxShadow: var(--pf-v5-c-sidebar__panel--BoxShadow--base);
43
43
  --pf-v5-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
44
- --pf-v5-c-sidebar--m-split__main--AlignItems: start;
44
+ --pf-v5-c-sidebar--m-split__main--AlignItems: flex-start;
45
45
  --pf-v5-c-sidebar--m-split__main--FlexDirection: row;
46
46
  --pf-v5-c-sidebar--m-split__panel--Position: static;
47
47
  --pf-v5-c-sidebar--m-split__panel--Top: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.0.0",
3
+ "version": "5.0.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.0.2",
21
+ "@patternfly/patternfly": "5.0.4",
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": "c0f47f037259cf954b2829ea08636bf02afc31db"
31
+ "gitHead": "5489a9031c8a58f7ac4f91f6d0fe1c86b0dbb0bf"
32
32
  }