@patternfly/patternfly 6.6.0-prerelease.35 → 6.6.0-prerelease.36

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.
@@ -19,11 +19,13 @@
19
19
  }
20
20
 
21
21
  .ws-core-c-navigation .ws-preview-html {
22
+ padding-inline-start: var(--pf-t--global--spacer--md);
23
+ padding-inline-end: var(--pf-t--global--spacer--md);
22
24
  background: var(--pf-v6-c-page__sidebar--BackgroundColor); /* use sidebar background for vertical nav examples */
23
25
  }
24
26
 
25
27
  [id^="ws-core-c-navigation-horizontal"] .ws-preview-html {
26
- background: var(--pf-v6-c-masthead--BackgroundColor); /* use masthead background for horizontal nav examples */
28
+ background: var(--pf-t--global--background--color--secondary--default); /* use masthead background for horizontal nav examples */
27
29
  }
28
30
 
29
31
  [id^="ws-core-c-navigation-horizontal-subnav"] .ws-preview-html {
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Back to top'
3
3
  section: components
4
- cssPrefix: pf-d-back-to-top
5
4
  ---## Examples
6
5
 
7
6
  ### Basic
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Banner'
3
3
  section: components
4
- cssPrefix: pf-v6-c-banner
5
4
  wrapperTag: div
6
5
  ---## Examples
7
6
 
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Button'
3
3
  section: components
4
- cssPrefix: pf-d-button
5
4
  ---## Examples
6
5
 
7
6
  ### Progress button - initial
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Dashboard'
3
3
  section: patterns
4
- cssPrefix: pf-d-dashboard
5
4
  ---## Examples
6
5
 
7
6
  ### Basic
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Description list'
3
3
  section: components
4
- cssPrefix: pf-d-description-list
5
4
  ---## Examples
6
5
 
7
6
  ### Basic
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
- "version": "6.6.0-prerelease.35",
4
+ "version": "6.6.0-prerelease.36",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {