@patternfly/react-styles 6.2.0-prerelease.3 → 6.2.0-prerelease.5

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
+ # [6.2.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.4...@patternfly/react-styles@6.2.0-prerelease.5) (2025-02-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.9 ([#11550](https://github.com/patternfly/patternfly-react/issues/11550)) ([e4c7d8d](https://github.com/patternfly/patternfly-react/commit/e4c7d8d3cdf474c9e477091c0867dccbdd17d1f7))
11
+
12
+ # [6.2.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.3...@patternfly/react-styles@6.2.0-prerelease.4) (2025-02-20)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.7 ([#11543](https://github.com/patternfly/patternfly-react/issues/11543)) ([1779da2](https://github.com/patternfly/patternfly-react/commit/1779da23c863dfc7637ad68d3e266253d77569e9))
17
+
6
18
  # [6.2.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.2...@patternfly/react-styles@6.2.0-prerelease.3) (2025-02-14)
7
19
 
8
20
  ### Bug Fixes
@@ -15,7 +15,8 @@
15
15
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
16
16
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
17
17
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
18
- --pf-v6-c-drawer__panel--TransitionDuration: 250ms;
18
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
19
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
19
20
  --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
20
21
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
21
22
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
@@ -229,6 +230,7 @@
229
230
  overflow: auto;
230
231
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
231
232
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
233
+ transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
232
234
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
233
235
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
234
236
  -webkit-overflow-scrolling: touch;
@@ -187,9 +187,11 @@
187
187
  }
188
188
 
189
189
  .pf-v6-c-popover__title-text {
190
+ min-width: 0;
190
191
  font-size: var(--pf-v6-c-popover__title-text--FontSize);
191
192
  font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
192
193
  color: var(--pf-v6-c-popover__title-text--Color);
194
+ overflow-wrap: break-word;
193
195
  }
194
196
 
195
197
  .pf-v6-c-popover__body {
@@ -2,6 +2,7 @@
2
2
  --pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
3
3
  --pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
4
4
  --pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
5
+ --pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
5
6
  --pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
6
7
  --pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
7
8
  --pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
@@ -143,7 +144,9 @@
143
144
  grid-column: 1/3;
144
145
  align-self: center;
145
146
  height: var(--pf-v6-c-progress__bar--Height);
147
+ overflow: hidden;
146
148
  background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
149
+ border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
147
150
  }
148
151
 
149
152
  .pf-v6-c-progress__indicator {
@@ -5191,7 +5191,8 @@ ul) {
5191
5191
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
5192
5192
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
5193
5193
  --pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
5194
- --pf-v6-c-drawer__panel--TransitionDuration: 250ms;
5194
+ --pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
5195
+ --pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
5195
5196
  --pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
5196
5197
  --pf-v6-c-drawer__panel--FlexBasis: 100%;
5197
5198
  --pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
@@ -5405,6 +5406,7 @@ ul) {
5405
5406
  overflow: auto;
5406
5407
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
5407
5408
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
5409
+ transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
5408
5410
  transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
5409
5411
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
5410
5412
  -webkit-overflow-scrolling: touch;
@@ -12739,9 +12741,11 @@ ul.pf-v6-c-list {
12739
12741
  }
12740
12742
 
12741
12743
  .pf-v6-c-popover__title-text {
12744
+ min-width: 0;
12742
12745
  font-size: var(--pf-v6-c-popover__title-text--FontSize);
12743
12746
  font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
12744
12747
  color: var(--pf-v6-c-popover__title-text--Color);
12748
+ overflow-wrap: break-word;
12745
12749
  }
12746
12750
 
12747
12751
  .pf-v6-c-popover__body {
@@ -12756,6 +12760,7 @@ ul.pf-v6-c-list {
12756
12760
  --pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
12757
12761
  --pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
12758
12762
  --pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
12763
+ --pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
12759
12764
  --pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
12760
12765
  --pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
12761
12766
  --pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
@@ -12897,7 +12902,9 @@ ul.pf-v6-c-list {
12897
12902
  grid-column: 1/3;
12898
12903
  align-self: center;
12899
12904
  height: var(--pf-v6-c-progress__bar--Height);
12905
+ overflow: hidden;
12900
12906
  background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
12907
+ border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
12901
12908
  }
12902
12909
 
12903
12910
  .pf-v6-c-progress__indicator {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.2.0-prerelease.3",
3
+ "version": "6.2.0-prerelease.5",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.2.0-prerelease.4",
22
+ "@patternfly/patternfly": "6.2.0-prerelease.9",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.3.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "939bec6792f720d379d5bfd9c271e4920480bcc4"
27
+ "gitHead": "4c026dda42ab4c8fabacf1762ccf0ff785237a80"
28
28
  }