@patternfly/patternfly 5.0.2 → 5.0.4

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.
@@ -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;
@@ -190,7 +190,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
190
190
 
191
191
  position: relative;
192
192
  display: inline-flex;
193
- align-items: start;
193
+ align-items: flex-start;
194
194
  max-width: 100%;
195
195
 
196
196
  .#{$divider} {
@@ -755,7 +755,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
755
755
 
756
756
  &.pf-m-description {
757
757
  flex-direction: column;
758
- align-items: start;
758
+ align-items: flex-start;
759
759
  }
760
760
 
761
761
  .#{$dropdown}__menu-item-main {
@@ -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);
@@ -141,7 +141,7 @@
141
141
 
142
142
  .#{$label-group}__close {
143
143
  display: flex;
144
- align-self: start;
144
+ align-self: flex-start;
145
145
  margin-top: var(--#{$label-group}__close--MarginTop);
146
146
  margin-right: var(--#{$label-group}__close--MarginRight);
147
147
  margin-bottom: var(--#{$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);
@@ -133,7 +133,7 @@ $pf-v5-c-progress-stepper--breakpoint-map: build-breakpoint-map();
133
133
  --#{$progress-stepper}--GridTemplateRows: auto 1fr;
134
134
 
135
135
  // Step connector variables
136
- --#{$progress-stepper}__step-connector--JustifyContent: start;
136
+ --#{$progress-stepper}__step-connector--JustifyContent: flex-start;
137
137
 
138
138
  // Step icon variables
139
139
  --#{$progress-stepper}__step-icon--ZIndex: var(--#{$pf-global}--ZIndex--xs);
@@ -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;
@@ -39,7 +39,7 @@ $pf-v5-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
39
39
  --#{$sidebar}__main--FlexDirection: column;
40
40
  --#{$sidebar}__main--md--FlexDirection: row;
41
41
  --#{$sidebar}__main--AlignItems: stretch;
42
- --#{$sidebar}__main--md--AlignItems: start;
42
+ --#{$sidebar}__main--md--AlignItems: flex-start;
43
43
  --#{$sidebar}__main--child--MarginTop: 0;
44
44
 
45
45
  // Gutter
@@ -65,7 +65,7 @@ $pf-v5-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
65
65
  --#{$sidebar}--m-stack--m-panel-right__panel--Order: -1;
66
66
 
67
67
  // Split
68
- --#{$sidebar}--m-split__main--AlignItems: start;
68
+ --#{$sidebar}--m-split__main--AlignItems: flex-start;
69
69
  --#{$sidebar}--m-split__main--FlexDirection: row;
70
70
  --#{$sidebar}--m-split__panel--Position: static;
71
71
  --#{$sidebar}--m-split__panel--Top: auto;
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": "5.0.2",
4
+ "version": "5.0.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -13321,7 +13321,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13321
13321
  --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
13322
13322
  position: relative;
13323
13323
  display: inline-flex;
13324
- align-items: start;
13324
+ align-items: flex-start;
13325
13325
  max-width: 100%;
13326
13326
  }
13327
13327
  .pf-v5-c-dropdown .pf-v5-c-divider {
@@ -13785,7 +13785,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13785
13785
  }
13786
13786
  .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
13787
13787
  flex-direction: column;
13788
- align-items: start;
13788
+ align-items: flex-start;
13789
13789
  }
13790
13790
  .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
13791
13791
  display: flex;
@@ -16265,7 +16265,7 @@ button.pf-v5-c-label__content:focus {
16265
16265
 
16266
16266
  .pf-v5-c-label-group__close {
16267
16267
  display: flex;
16268
- align-self: start;
16268
+ align-self: flex-start;
16269
16269
  margin-top: var(--pf-v5-c-label-group__close--MarginTop);
16270
16270
  margin-right: var(--pf-v5-c-label-group__close--MarginRight);
16271
16271
  margin-bottom: var(--pf-v5-c-label-group__close--MarginBottom);
@@ -22443,7 +22443,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22443
22443
  --pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
22444
22444
  --pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
22445
22445
  --pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
22446
- --pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
22446
+ --pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
22447
22447
  --pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
22448
22448
  --pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
22449
22449
  --pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
@@ -23668,7 +23668,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23668
23668
  --pf-v5-c-sidebar__main--FlexDirection: column;
23669
23669
  --pf-v5-c-sidebar__main--md--FlexDirection: row;
23670
23670
  --pf-v5-c-sidebar__main--AlignItems: stretch;
23671
- --pf-v5-c-sidebar__main--md--AlignItems: start;
23671
+ --pf-v5-c-sidebar__main--md--AlignItems: flex-start;
23672
23672
  --pf-v5-c-sidebar__main--child--MarginTop: 0;
23673
23673
  --pf-v5-c-sidebar--m-gutter__main--Gap: var(--pf-v5-c-sidebar--inset);
23674
23674
  --pf-v5-c-sidebar__main--m-border--before--Display: none;
@@ -23684,7 +23684,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23684
23684
  --pf-v5-c-sidebar--m-stack__panel--Top: 0;
23685
23685
  --pf-v5-c-sidebar--m-stack__panel--BoxShadow: var(--pf-v5-c-sidebar__panel--BoxShadow--base);
23686
23686
  --pf-v5-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
23687
- --pf-v5-c-sidebar--m-split__main--AlignItems: start;
23687
+ --pf-v5-c-sidebar--m-split__main--AlignItems: flex-start;
23688
23688
  --pf-v5-c-sidebar--m-split__main--FlexDirection: row;
23689
23689
  --pf-v5-c-sidebar--m-split__panel--Position: static;
23690
23690
  --pf-v5-c-sidebar--m-split__panel--Top: auto;
@@ -13438,7 +13438,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13438
13438
  --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
13439
13439
  position: relative;
13440
13440
  display: inline-flex;
13441
- align-items: start;
13441
+ align-items: flex-start;
13442
13442
  max-width: 100%;
13443
13443
  }
13444
13444
  .pf-v5-c-dropdown .pf-v5-c-divider {
@@ -13902,7 +13902,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13902
13902
  }
13903
13903
  .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
13904
13904
  flex-direction: column;
13905
- align-items: start;
13905
+ align-items: flex-start;
13906
13906
  }
13907
13907
  .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
13908
13908
  display: flex;
@@ -16382,7 +16382,7 @@ button.pf-v5-c-label__content:focus {
16382
16382
 
16383
16383
  .pf-v5-c-label-group__close {
16384
16384
  display: flex;
16385
- align-self: start;
16385
+ align-self: flex-start;
16386
16386
  margin-top: var(--pf-v5-c-label-group__close--MarginTop);
16387
16387
  margin-right: var(--pf-v5-c-label-group__close--MarginRight);
16388
16388
  margin-bottom: var(--pf-v5-c-label-group__close--MarginBottom);
@@ -22560,7 +22560,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22560
22560
  --pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
22561
22561
  --pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
22562
22562
  --pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
22563
- --pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
22563
+ --pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
22564
22564
  --pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
22565
22565
  --pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
22566
22566
  --pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
@@ -23785,7 +23785,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23785
23785
  --pf-v5-c-sidebar__main--FlexDirection: column;
23786
23786
  --pf-v5-c-sidebar__main--md--FlexDirection: row;
23787
23787
  --pf-v5-c-sidebar__main--AlignItems: stretch;
23788
- --pf-v5-c-sidebar__main--md--AlignItems: start;
23788
+ --pf-v5-c-sidebar__main--md--AlignItems: flex-start;
23789
23789
  --pf-v5-c-sidebar__main--child--MarginTop: 0;
23790
23790
  --pf-v5-c-sidebar--m-gutter__main--Gap: var(--pf-v5-c-sidebar--inset);
23791
23791
  --pf-v5-c-sidebar__main--m-border--before--Display: none;
@@ -23801,7 +23801,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23801
23801
  --pf-v5-c-sidebar--m-stack__panel--Top: 0;
23802
23802
  --pf-v5-c-sidebar--m-stack__panel--BoxShadow: var(--pf-v5-c-sidebar__panel--BoxShadow--base);
23803
23803
  --pf-v5-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
23804
- --pf-v5-c-sidebar--m-split__main--AlignItems: start;
23804
+ --pf-v5-c-sidebar--m-split__main--AlignItems: flex-start;
23805
23805
  --pf-v5-c-sidebar--m-split__main--FlexDirection: row;
23806
23806
  --pf-v5-c-sidebar--m-split__panel--Position: static;
23807
23807
  --pf-v5-c-sidebar--m-split__panel--Top: auto;
package/patternfly.css CHANGED
@@ -13438,7 +13438,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13438
13438
  --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
13439
13439
  position: relative;
13440
13440
  display: inline-flex;
13441
- align-items: start;
13441
+ align-items: flex-start;
13442
13442
  max-width: 100%;
13443
13443
  }
13444
13444
  .pf-v5-c-dropdown .pf-v5-c-divider {
@@ -13902,7 +13902,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13902
13902
  }
13903
13903
  .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
13904
13904
  flex-direction: column;
13905
- align-items: start;
13905
+ align-items: flex-start;
13906
13906
  }
13907
13907
  .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
13908
13908
  display: flex;
@@ -16382,7 +16382,7 @@ button.pf-v5-c-label__content:focus {
16382
16382
 
16383
16383
  .pf-v5-c-label-group__close {
16384
16384
  display: flex;
16385
- align-self: start;
16385
+ align-self: flex-start;
16386
16386
  margin-top: var(--pf-v5-c-label-group__close--MarginTop);
16387
16387
  margin-right: var(--pf-v5-c-label-group__close--MarginRight);
16388
16388
  margin-bottom: var(--pf-v5-c-label-group__close--MarginBottom);
@@ -22560,7 +22560,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22560
22560
  --pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
22561
22561
  --pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
22562
22562
  --pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
22563
- --pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
22563
+ --pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
22564
22564
  --pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
22565
22565
  --pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
22566
22566
  --pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
@@ -23785,7 +23785,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23785
23785
  --pf-v5-c-sidebar__main--FlexDirection: column;
23786
23786
  --pf-v5-c-sidebar__main--md--FlexDirection: row;
23787
23787
  --pf-v5-c-sidebar__main--AlignItems: stretch;
23788
- --pf-v5-c-sidebar__main--md--AlignItems: start;
23788
+ --pf-v5-c-sidebar__main--md--AlignItems: flex-start;
23789
23789
  --pf-v5-c-sidebar__main--child--MarginTop: 0;
23790
23790
  --pf-v5-c-sidebar--m-gutter__main--Gap: var(--pf-v5-c-sidebar--inset);
23791
23791
  --pf-v5-c-sidebar__main--m-border--before--Display: none;
@@ -23801,7 +23801,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
23801
23801
  --pf-v5-c-sidebar--m-stack__panel--Top: 0;
23802
23802
  --pf-v5-c-sidebar--m-stack__panel--BoxShadow: var(--pf-v5-c-sidebar__panel--BoxShadow--base);
23803
23803
  --pf-v5-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
23804
- --pf-v5-c-sidebar--m-split__main--AlignItems: start;
23804
+ --pf-v5-c-sidebar--m-split__main--AlignItems: flex-start;
23805
23805
  --pf-v5-c-sidebar--m-split__main--FlexDirection: row;
23806
23806
  --pf-v5-c-sidebar--m-split__panel--Position: static;
23807
23807
  --pf-v5-c-sidebar--m-split__panel--Top: auto;