@patternfly/patternfly 6.0.0-alpha.60 → 6.0.0-alpha.61

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.
@@ -1,4 +1,5 @@
1
1
  This project is governed by the [Contributor Covenant version 1.4][1]. All contributors and participants agree to abide by its terms. To report violations, send an email to [patternfly@redhat.com][2].
2
2
 
3
3
  [1]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
4
- [2]: mailto:patternfly@redhat.com
4
+ [2]: mailto:patternfly@redhat.com
5
+
@@ -2,10 +2,8 @@
2
2
  --pf-v5-c-about-modal-box--BackgroundImage: none;
3
3
  --pf-v5-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
4
4
  --pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
5
- --pf-v5-c-about-modal-box--BackgroundSize--min-width: 200px;
6
- --pf-v5-c-about-modal-box--BackgroundSize--width: 60%;
7
- --pf-v5-c-about-modal-box--BackgroundSize--max-width: 600px;
8
- --pf-v5-c-about-modal-box--BackgroundSize: clamp(var(--pf-v5-c-about-modal-box--BackgroundSize--min-width), var(--pf-v5-c-about-modal-box--BackgroundSize--width), var(--pf-v5-c-about-modal-box--BackgroundSize--max-width));
5
+ --pf-v5-c-about-modal-box--BackgroundSize--width: 100%;
6
+ --pf-v5-c-about-modal-box--BackgroundSize: contain;
9
7
  --pf-v5-c-about-modal-box--Height: 100%;
10
8
  --pf-v5-c-about-modal-box--lg--Height: 47.625rem;
11
9
  --pf-v5-c-about-modal-box--Width: 100%;
@@ -5,10 +5,8 @@
5
5
  --#{$about-modal-box}--BackgroundImage: none;
6
6
  --#{$about-modal-box}--BackgroundColor: var(--pf-t--global--background--color--floating--default);
7
7
  --#{$about-modal-box}--BackgroundPosition: bottom right;
8
- --#{$about-modal-box}--BackgroundSize--min-width: 200px;
9
- --#{$about-modal-box}--BackgroundSize--width: 60%;
10
- --#{$about-modal-box}--BackgroundSize--max-width: 600px;
11
- --#{$about-modal-box}--BackgroundSize: clamp(var(--#{$about-modal-box}--BackgroundSize--min-width), var(--#{$about-modal-box}--BackgroundSize--width), var(--#{$about-modal-box}--BackgroundSize--max-width));
8
+ --#{$about-modal-box}--BackgroundSize--width: 100%;
9
+ --#{$about-modal-box}--BackgroundSize: contain;
12
10
  --#{$about-modal-box}--Height: 100%;
13
11
  --#{$about-modal-box}--lg--Height: #{pf-size-prem(762px)}; // Height is optimized for the exact height desired
14
12
  --#{$about-modal-box}--Width: 100%;
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.60",
4
+ "version": "6.0.0-alpha.61",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -6210,10 +6210,8 @@ html .ws-preview {
6210
6210
  --pf-v5-c-about-modal-box--BackgroundImage: none;
6211
6211
  --pf-v5-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
6212
6212
  --pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
6213
- --pf-v5-c-about-modal-box--BackgroundSize--min-width: 200px;
6214
- --pf-v5-c-about-modal-box--BackgroundSize--width: 60%;
6215
- --pf-v5-c-about-modal-box--BackgroundSize--max-width: 600px;
6216
- --pf-v5-c-about-modal-box--BackgroundSize: clamp(var(--pf-v5-c-about-modal-box--BackgroundSize--min-width), var(--pf-v5-c-about-modal-box--BackgroundSize--width), var(--pf-v5-c-about-modal-box--BackgroundSize--max-width));
6213
+ --pf-v5-c-about-modal-box--BackgroundSize--width: 100%;
6214
+ --pf-v5-c-about-modal-box--BackgroundSize: contain;
6217
6215
  --pf-v5-c-about-modal-box--Height: 100%;
6218
6216
  --pf-v5-c-about-modal-box--lg--Height: 47.625rem;
6219
6217
  --pf-v5-c-about-modal-box--Width: 100%;
@@ -6327,10 +6327,8 @@ button) {
6327
6327
  --pf-v5-c-about-modal-box--BackgroundImage: none;
6328
6328
  --pf-v5-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
6329
6329
  --pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
6330
- --pf-v5-c-about-modal-box--BackgroundSize--min-width: 200px;
6331
- --pf-v5-c-about-modal-box--BackgroundSize--width: 60%;
6332
- --pf-v5-c-about-modal-box--BackgroundSize--max-width: 600px;
6333
- --pf-v5-c-about-modal-box--BackgroundSize: clamp(var(--pf-v5-c-about-modal-box--BackgroundSize--min-width), var(--pf-v5-c-about-modal-box--BackgroundSize--width), var(--pf-v5-c-about-modal-box--BackgroundSize--max-width));
6330
+ --pf-v5-c-about-modal-box--BackgroundSize--width: 100%;
6331
+ --pf-v5-c-about-modal-box--BackgroundSize: contain;
6334
6332
  --pf-v5-c-about-modal-box--Height: 100%;
6335
6333
  --pf-v5-c-about-modal-box--lg--Height: 47.625rem;
6336
6334
  --pf-v5-c-about-modal-box--Width: 100%;
package/patternfly.css CHANGED
@@ -6327,10 +6327,8 @@ button) {
6327
6327
  --pf-v5-c-about-modal-box--BackgroundImage: none;
6328
6328
  --pf-v5-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
6329
6329
  --pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
6330
- --pf-v5-c-about-modal-box--BackgroundSize--min-width: 200px;
6331
- --pf-v5-c-about-modal-box--BackgroundSize--width: 60%;
6332
- --pf-v5-c-about-modal-box--BackgroundSize--max-width: 600px;
6333
- --pf-v5-c-about-modal-box--BackgroundSize: clamp(var(--pf-v5-c-about-modal-box--BackgroundSize--min-width), var(--pf-v5-c-about-modal-box--BackgroundSize--width), var(--pf-v5-c-about-modal-box--BackgroundSize--max-width));
6330
+ --pf-v5-c-about-modal-box--BackgroundSize--width: 100%;
6331
+ --pf-v5-c-about-modal-box--BackgroundSize: contain;
6334
6332
  --pf-v5-c-about-modal-box--Height: 100%;
6335
6333
  --pf-v5-c-about-modal-box--lg--Height: 47.625rem;
6336
6334
  --pf-v5-c-about-modal-box--Width: 100%;