@patternfly/react-tokens 6.5.0-prerelease.20 → 6.5.0-prerelease.22
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 +12 -0
- package/dist/esm/c_button.d.ts +24 -2
- package/dist/esm/c_button.js +24 -2
- package/dist/esm/c_button_m_hamburger__icon_m_collapse_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_collapse_ScaleX.js +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +1 -1
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.js +1 -1
- package/dist/esm/c_compass.d.ts +20 -4
- package/dist/esm/c_compass.js +20 -4
- package/dist/esm/c_page.d.ts +90 -4
- package/dist/esm/c_page.js +90 -4
- package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.js +6 -0
- package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.js +6 -0
- package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.js +6 -0
- package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.js +6 -0
- package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_pagination.d.ts +152 -1
- package/dist/esm/c_pagination.js +152 -1
- package/dist/esm/c_pagination_m_bottom_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_pagination_m_bottom_BackgroundColor.js +1 -1
- package/dist/esm/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.d.ts +6 -0
- package/dist/esm/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BackgroundColor.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BorderRadius.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BorderRadius.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BoxShadow.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_BoxShadow.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_InsetBlockStart.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_InsetBlockStart.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_TransitionDuration.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_TransitionDuration.js +6 -0
- package/dist/esm/c_pagination_m_sticky_base_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_base_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BackgroundColor.js +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BorderRadius.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BorderRadius.js +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BoxShadow.d.ts +6 -0
- package/dist/esm/c_pagination_m_sticky_stuck_BoxShadow.js +6 -0
- package/dist/esm/index.d.ts +17 -0
- package/dist/esm/index.js +17 -0
- package/dist/js/c_button.d.ts +24 -2
- package/dist/js/c_button.js +24 -2
- package/dist/js/c_button_m_hamburger__icon_m_collapse_ScaleX.d.ts +6 -0
- package/dist/js/c_button_m_hamburger__icon_m_collapse_ScaleX.js +8 -0
- package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +1 -1
- package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.js +1 -1
- package/dist/js/c_compass.d.ts +20 -4
- package/dist/js/c_compass.js +20 -4
- package/dist/js/c_page.d.ts +90 -4
- package/dist/js/c_page.js +90 -4
- package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.js +8 -0
- package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.js +8 -0
- package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +8 -0
- package/dist/js/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_top_BackgroundColor.js +8 -0
- package/dist/js/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_top_TransitionDuration.js +8 -0
- package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.js +8 -0
- package/dist/js/c_pagination.d.ts +152 -1
- package/dist/js/c_pagination.js +152 -1
- package/dist/js/c_pagination_m_bottom_BackgroundColor.d.ts +1 -1
- package/dist/js/c_pagination_m_bottom_BackgroundColor.js +1 -1
- package/dist/js/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.d.ts +6 -0
- package/dist/js/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_BackgroundColor.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_BackgroundColor.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_BorderRadius.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_BorderRadius.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_BoxShadow.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_BoxShadow.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_InsetBlockStart.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_InsetBlockStart.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_TransitionDuration.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_TransitionDuration.js +8 -0
- package/dist/js/c_pagination_m_sticky_base_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_base_TransitionTimingFunction.js +8 -0
- package/dist/js/c_pagination_m_sticky_stuck_BackgroundColor.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_stuck_BackgroundColor.js +8 -0
- package/dist/js/c_pagination_m_sticky_stuck_BorderRadius.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_stuck_BorderRadius.js +8 -0
- package/dist/js/c_pagination_m_sticky_stuck_BoxShadow.d.ts +6 -0
- package/dist/js/c_pagination_m_sticky_stuck_BoxShadow.js +8 -0
- package/dist/js/index.d.ts +17 -0
- package/dist/js/index.js +17 -0
- package/package.json +3 -3
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.5.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.5.0-prerelease.21...@patternfly/react-tokens@6.5.0-prerelease.22) (2026-05-08)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **Page:** add dynamic sticky section support ([#12409](https://github.com/patternfly/patternfly-react/issues/12409)) ([97b29d3](https://github.com/patternfly/patternfly-react/commit/97b29d3fafc14ee01f0bbf0d2bdbc527d62f2a16))
|
|
11
|
+
|
|
12
|
+
# [6.5.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.5.0-prerelease.20...@patternfly/react-tokens@6.5.0-prerelease.21) (2026-05-07)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **Pagination:** added dynamic sticky and plain ([#12388](https://github.com/patternfly/patternfly-react/issues/12388)) ([7c4f9df](https://github.com/patternfly/patternfly-react/commit/7c4f9dfac4c4a63deecd9fb4d517c5713a617f9e))
|
|
17
|
+
|
|
6
18
|
# [6.5.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.5.0-prerelease.19...@patternfly/react-tokens@6.5.0-prerelease.20) (2026-04-28)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/dist/esm/c_button.d.ts
CHANGED
|
@@ -3050,6 +3050,10 @@ export const c_button: {
|
|
|
3050
3050
|
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3051
3051
|
"value": "-1"
|
|
3052
3052
|
},
|
|
3053
|
+
"c_button_m_hamburger__icon_m_collapse_ScaleX": {
|
|
3054
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
3055
|
+
"value": "1"
|
|
3056
|
+
},
|
|
3053
3057
|
"c_button_m_circle_BorderRadius": {
|
|
3054
3058
|
"name": "--pf-v6-c-button--m-circle--BorderRadius",
|
|
3055
3059
|
"value": "999px",
|
|
@@ -5970,6 +5974,16 @@ export const c_button: {
|
|
|
5970
5974
|
"value": "scale"
|
|
5971
5975
|
}
|
|
5972
5976
|
},
|
|
5977
|
+
":where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-button.pf-m-hamburger": {
|
|
5978
|
+
"c_button_m_hamburger__icon_m_expand_ScaleX": {
|
|
5979
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
5980
|
+
"value": "1"
|
|
5981
|
+
},
|
|
5982
|
+
"c_button_m_hamburger__icon_m_collapse_ScaleX": {
|
|
5983
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
5984
|
+
"value": "-1"
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5973
5987
|
".pf-v6-c-button.pf-m-hamburger.pf-m-expand": {
|
|
5974
5988
|
"c_button_hamburger_icon_top_path": {
|
|
5975
5989
|
"name": "--pf-v6-c-button--hamburger-icon--top--path",
|
|
@@ -6051,7 +6065,11 @@ export const c_button: {
|
|
|
6051
6065
|
},
|
|
6052
6066
|
"c_button__icon_ScaleX": {
|
|
6053
6067
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
6054
|
-
"value": "1"
|
|
6068
|
+
"value": "1",
|
|
6069
|
+
"values": [
|
|
6070
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
6071
|
+
"1"
|
|
6072
|
+
]
|
|
6055
6073
|
},
|
|
6056
6074
|
"c_button_hover__icon_TransitionDelay": {
|
|
6057
6075
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -6059,7 +6077,11 @@ export const c_button: {
|
|
|
6059
6077
|
},
|
|
6060
6078
|
"c_button_hover__icon_ScaleX": {
|
|
6061
6079
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
6062
|
-
"value": "1"
|
|
6080
|
+
"value": "1",
|
|
6081
|
+
"values": [
|
|
6082
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
6083
|
+
"1"
|
|
6084
|
+
]
|
|
6063
6085
|
}
|
|
6064
6086
|
},
|
|
6065
6087
|
".pf-v6-c-button.pf-m-circle": {
|
package/dist/esm/c_button.js
CHANGED
|
@@ -3050,6 +3050,10 @@ export const c_button = {
|
|
|
3050
3050
|
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3051
3051
|
"value": "-1"
|
|
3052
3052
|
},
|
|
3053
|
+
"c_button_m_hamburger__icon_m_collapse_ScaleX": {
|
|
3054
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
3055
|
+
"value": "1"
|
|
3056
|
+
},
|
|
3053
3057
|
"c_button_m_circle_BorderRadius": {
|
|
3054
3058
|
"name": "--pf-v6-c-button--m-circle--BorderRadius",
|
|
3055
3059
|
"value": "999px",
|
|
@@ -5970,6 +5974,16 @@ export const c_button = {
|
|
|
5970
5974
|
"value": "scale"
|
|
5971
5975
|
}
|
|
5972
5976
|
},
|
|
5977
|
+
":where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-button.pf-m-hamburger": {
|
|
5978
|
+
"c_button_m_hamburger__icon_m_expand_ScaleX": {
|
|
5979
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
5980
|
+
"value": "1"
|
|
5981
|
+
},
|
|
5982
|
+
"c_button_m_hamburger__icon_m_collapse_ScaleX": {
|
|
5983
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
5984
|
+
"value": "-1"
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5973
5987
|
".pf-v6-c-button.pf-m-hamburger.pf-m-expand": {
|
|
5974
5988
|
"c_button_hamburger_icon_top_path": {
|
|
5975
5989
|
"name": "--pf-v6-c-button--hamburger-icon--top--path",
|
|
@@ -6051,7 +6065,11 @@ export const c_button = {
|
|
|
6051
6065
|
},
|
|
6052
6066
|
"c_button__icon_ScaleX": {
|
|
6053
6067
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
6054
|
-
"value": "1"
|
|
6068
|
+
"value": "1",
|
|
6069
|
+
"values": [
|
|
6070
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
6071
|
+
"1"
|
|
6072
|
+
]
|
|
6055
6073
|
},
|
|
6056
6074
|
"c_button_hover__icon_TransitionDelay": {
|
|
6057
6075
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -6059,7 +6077,11 @@ export const c_button = {
|
|
|
6059
6077
|
},
|
|
6060
6078
|
"c_button_hover__icon_ScaleX": {
|
|
6061
6079
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
6062
|
-
"value": "1"
|
|
6080
|
+
"value": "1",
|
|
6081
|
+
"values": [
|
|
6082
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
6083
|
+
"1"
|
|
6084
|
+
]
|
|
6063
6085
|
}
|
|
6064
6086
|
},
|
|
6065
6087
|
".pf-v6-c-button.pf-m-circle": {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_hamburger__icon_m_collapse_ScaleX: {
|
|
2
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
3
|
+
"value": "-1",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_hamburger__icon_m_collapse_ScaleX;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_hamburger__icon_m_collapse_ScaleX = {
|
|
2
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
3
|
+
"value": "-1",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_hamburger__icon_m_collapse_ScaleX;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_button_m_hamburger__icon_m_expand_ScaleX: {
|
|
2
2
|
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "1",
|
|
4
4
|
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
|
|
5
5
|
};
|
|
6
6
|
export default c_button_m_hamburger__icon_m_expand_ScaleX;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_button_m_hamburger__icon_m_expand_ScaleX = {
|
|
2
2
|
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "1",
|
|
4
4
|
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
|
|
5
5
|
};
|
|
6
6
|
export default c_button_m_hamburger__icon_m_expand_ScaleX;
|
package/dist/esm/c_compass.d.ts
CHANGED
|
@@ -496,7 +496,11 @@ export const c_compass: {
|
|
|
496
496
|
},
|
|
497
497
|
"c_button__icon_ScaleX": {
|
|
498
498
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
499
|
-
"value": "1"
|
|
499
|
+
"value": "1",
|
|
500
|
+
"values": [
|
|
501
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
502
|
+
"1"
|
|
503
|
+
]
|
|
500
504
|
},
|
|
501
505
|
"c_button_hover__icon_TransitionDelay": {
|
|
502
506
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -504,7 +508,11 @@ export const c_compass: {
|
|
|
504
508
|
},
|
|
505
509
|
"c_button_hover__icon_ScaleX": {
|
|
506
510
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
507
|
-
"value": "1"
|
|
511
|
+
"value": "1",
|
|
512
|
+
"values": [
|
|
513
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
514
|
+
"1"
|
|
515
|
+
]
|
|
508
516
|
}
|
|
509
517
|
},
|
|
510
518
|
".pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
|
|
@@ -538,7 +546,11 @@ export const c_compass: {
|
|
|
538
546
|
},
|
|
539
547
|
"c_button__icon_ScaleX": {
|
|
540
548
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
541
|
-
"value": "1"
|
|
549
|
+
"value": "1",
|
|
550
|
+
"values": [
|
|
551
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
552
|
+
"1"
|
|
553
|
+
]
|
|
542
554
|
},
|
|
543
555
|
"c_button_hover__icon_TransitionDelay": {
|
|
544
556
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -546,7 +558,11 @@ export const c_compass: {
|
|
|
546
558
|
},
|
|
547
559
|
"c_button_hover__icon_ScaleX": {
|
|
548
560
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
549
|
-
"value": "1"
|
|
561
|
+
"value": "1",
|
|
562
|
+
"values": [
|
|
563
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
564
|
+
"1"
|
|
565
|
+
]
|
|
550
566
|
}
|
|
551
567
|
},
|
|
552
568
|
".pf-v6-c-compass__header.pf-m-expanded": {
|
package/dist/esm/c_compass.js
CHANGED
|
@@ -496,7 +496,11 @@ export const c_compass = {
|
|
|
496
496
|
},
|
|
497
497
|
"c_button__icon_ScaleX": {
|
|
498
498
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
499
|
-
"value": "1"
|
|
499
|
+
"value": "1",
|
|
500
|
+
"values": [
|
|
501
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
502
|
+
"1"
|
|
503
|
+
]
|
|
500
504
|
},
|
|
501
505
|
"c_button_hover__icon_TransitionDelay": {
|
|
502
506
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -504,7 +508,11 @@ export const c_compass = {
|
|
|
504
508
|
},
|
|
505
509
|
"c_button_hover__icon_ScaleX": {
|
|
506
510
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
507
|
-
"value": "1"
|
|
511
|
+
"value": "1",
|
|
512
|
+
"values": [
|
|
513
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
514
|
+
"1"
|
|
515
|
+
]
|
|
508
516
|
}
|
|
509
517
|
},
|
|
510
518
|
".pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
|
|
@@ -538,7 +546,11 @@ export const c_compass = {
|
|
|
538
546
|
},
|
|
539
547
|
"c_button__icon_ScaleX": {
|
|
540
548
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
541
|
-
"value": "1"
|
|
549
|
+
"value": "1",
|
|
550
|
+
"values": [
|
|
551
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
552
|
+
"1"
|
|
553
|
+
]
|
|
542
554
|
},
|
|
543
555
|
"c_button_hover__icon_TransitionDelay": {
|
|
544
556
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -546,7 +558,11 @@ export const c_compass = {
|
|
|
546
558
|
},
|
|
547
559
|
"c_button_hover__icon_ScaleX": {
|
|
548
560
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
549
|
-
"value": "1"
|
|
561
|
+
"value": "1",
|
|
562
|
+
"values": [
|
|
563
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
564
|
+
"1"
|
|
565
|
+
]
|
|
550
566
|
}
|
|
551
567
|
},
|
|
552
568
|
".pf-v6-c-compass__header.pf-m-expanded": {
|
package/dist/esm/c_page.d.ts
CHANGED
|
@@ -904,6 +904,16 @@ export const c_page: {
|
|
|
904
904
|
"rgba(255, 255, 255, 0.0000)"
|
|
905
905
|
]
|
|
906
906
|
},
|
|
907
|
+
"c_page_section_m_sticky_top_BackgroundColor": {
|
|
908
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
|
|
909
|
+
"value": "#ffffff",
|
|
910
|
+
"values": [
|
|
911
|
+
"--pf-t--global--background--color--sticky--default",
|
|
912
|
+
"--pf-t--global--background--color--100",
|
|
913
|
+
"--pf-t--color--white",
|
|
914
|
+
"#ffffff"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
907
917
|
"c_page_section_m_sticky_bottom_ZIndex": {
|
|
908
918
|
"name": "--pf-v6-c-page--section--m-sticky-bottom--ZIndex",
|
|
909
919
|
"value": "300",
|
|
@@ -939,6 +949,54 @@ export const c_page: {
|
|
|
939
949
|
"rgba(255, 255, 255, 0.0000)"
|
|
940
950
|
]
|
|
941
951
|
},
|
|
952
|
+
"c_page_section_m_sticky_bottom_BackgroundColor": {
|
|
953
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
|
|
954
|
+
"value": "#ffffff",
|
|
955
|
+
"values": [
|
|
956
|
+
"--pf-t--global--background--color--sticky--default",
|
|
957
|
+
"--pf-t--global--background--color--100",
|
|
958
|
+
"--pf-t--color--white",
|
|
959
|
+
"#ffffff"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"c_page_section_m_sticky_top_TransitionDuration": {
|
|
963
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
|
|
964
|
+
"value": "100ms",
|
|
965
|
+
"values": [
|
|
966
|
+
"--pf-t--global--motion--duration--fade--short",
|
|
967
|
+
"--pf-t--global--motion--duration--sm",
|
|
968
|
+
"--pf-t--global--duration--100",
|
|
969
|
+
"100ms"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
"c_page_section_m_sticky_top_TransitionTimingFunction": {
|
|
973
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
|
|
974
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
975
|
+
"values": [
|
|
976
|
+
"--pf-t--global--motion--timing-function--default",
|
|
977
|
+
"--pf-t--global--timing-function--200",
|
|
978
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"c_page_section_m_sticky_bottom_TransitionDuration": {
|
|
982
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
|
|
983
|
+
"value": "100ms",
|
|
984
|
+
"values": [
|
|
985
|
+
"--pf-t--global--motion--duration--fade--short",
|
|
986
|
+
"--pf-t--global--motion--duration--sm",
|
|
987
|
+
"--pf-t--global--duration--100",
|
|
988
|
+
"100ms"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
"c_page_section_m_sticky_bottom_TransitionTimingFunction": {
|
|
992
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
|
|
993
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
994
|
+
"values": [
|
|
995
|
+
"--pf-t--global--motion--timing-function--default",
|
|
996
|
+
"--pf-t--global--timing-function--200",
|
|
997
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
942
1000
|
"c_page_section_m_shadow_bottom_BoxShadow": {
|
|
943
1001
|
"name": "--pf-v6-c-page--section--m-shadow-bottom--BoxShadow",
|
|
944
1002
|
"value": "0px\n 4px\n 6px\n -4px\n rgba(41, 41, 41, 0.2000)",
|
|
@@ -1686,7 +1744,11 @@ export const c_page: {
|
|
|
1686
1744
|
},
|
|
1687
1745
|
"c_button__icon_ScaleX": {
|
|
1688
1746
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
1689
|
-
"value": "1"
|
|
1747
|
+
"value": "1",
|
|
1748
|
+
"values": [
|
|
1749
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1750
|
+
"1"
|
|
1751
|
+
]
|
|
1690
1752
|
},
|
|
1691
1753
|
"c_button_hover__icon_TransitionDelay": {
|
|
1692
1754
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -1694,7 +1756,11 @@ export const c_page: {
|
|
|
1694
1756
|
},
|
|
1695
1757
|
"c_button_hover__icon_ScaleX": {
|
|
1696
1758
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
1697
|
-
"value": "1"
|
|
1759
|
+
"value": "1",
|
|
1760
|
+
"values": [
|
|
1761
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1762
|
+
"1"
|
|
1763
|
+
]
|
|
1698
1764
|
}
|
|
1699
1765
|
},
|
|
1700
1766
|
".pf-v6-c-page .pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
|
|
@@ -1728,7 +1794,11 @@ export const c_page: {
|
|
|
1728
1794
|
},
|
|
1729
1795
|
"c_button__icon_ScaleX": {
|
|
1730
1796
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
1731
|
-
"value": "1"
|
|
1797
|
+
"value": "1",
|
|
1798
|
+
"values": [
|
|
1799
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1800
|
+
"1"
|
|
1801
|
+
]
|
|
1732
1802
|
},
|
|
1733
1803
|
"c_button_hover__icon_TransitionDelay": {
|
|
1734
1804
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -1736,7 +1806,11 @@ export const c_page: {
|
|
|
1736
1806
|
},
|
|
1737
1807
|
"c_button_hover__icon_ScaleX": {
|
|
1738
1808
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
1739
|
-
"value": "1"
|
|
1809
|
+
"value": "1",
|
|
1810
|
+
"values": [
|
|
1811
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1812
|
+
"1"
|
|
1813
|
+
]
|
|
1740
1814
|
}
|
|
1741
1815
|
},
|
|
1742
1816
|
".pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead": {
|
|
@@ -1835,6 +1909,18 @@ export const c_page: {
|
|
|
1835
1909
|
"value": "0"
|
|
1836
1910
|
}
|
|
1837
1911
|
},
|
|
1912
|
+
".pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-base": {
|
|
1913
|
+
"c_page__main_breadcrumb_PaddingBlockEnd": {
|
|
1914
|
+
"name": "--pf-v6-c-page__main-breadcrumb--PaddingBlockEnd",
|
|
1915
|
+
"value": "1rem",
|
|
1916
|
+
"values": [
|
|
1917
|
+
"--pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd",
|
|
1918
|
+
"--pf-t--global--spacer--md",
|
|
1919
|
+
"--pf-t--global--spacer--300",
|
|
1920
|
+
"1rem"
|
|
1921
|
+
]
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1838
1924
|
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
|
|
1839
1925
|
"c_page__main_section_BackgroundColor": {
|
|
1840
1926
|
"name": "--pf-v6-c-page__main-section--BackgroundColor",
|
package/dist/esm/c_page.js
CHANGED
|
@@ -904,6 +904,16 @@ export const c_page = {
|
|
|
904
904
|
"rgba(255, 255, 255, 0.0000)"
|
|
905
905
|
]
|
|
906
906
|
},
|
|
907
|
+
"c_page_section_m_sticky_top_BackgroundColor": {
|
|
908
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
|
|
909
|
+
"value": "#ffffff",
|
|
910
|
+
"values": [
|
|
911
|
+
"--pf-t--global--background--color--sticky--default",
|
|
912
|
+
"--pf-t--global--background--color--100",
|
|
913
|
+
"--pf-t--color--white",
|
|
914
|
+
"#ffffff"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
907
917
|
"c_page_section_m_sticky_bottom_ZIndex": {
|
|
908
918
|
"name": "--pf-v6-c-page--section--m-sticky-bottom--ZIndex",
|
|
909
919
|
"value": "300",
|
|
@@ -939,6 +949,54 @@ export const c_page = {
|
|
|
939
949
|
"rgba(255, 255, 255, 0.0000)"
|
|
940
950
|
]
|
|
941
951
|
},
|
|
952
|
+
"c_page_section_m_sticky_bottom_BackgroundColor": {
|
|
953
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
|
|
954
|
+
"value": "#ffffff",
|
|
955
|
+
"values": [
|
|
956
|
+
"--pf-t--global--background--color--sticky--default",
|
|
957
|
+
"--pf-t--global--background--color--100",
|
|
958
|
+
"--pf-t--color--white",
|
|
959
|
+
"#ffffff"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"c_page_section_m_sticky_top_TransitionDuration": {
|
|
963
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
|
|
964
|
+
"value": "100ms",
|
|
965
|
+
"values": [
|
|
966
|
+
"--pf-t--global--motion--duration--fade--short",
|
|
967
|
+
"--pf-t--global--motion--duration--sm",
|
|
968
|
+
"--pf-t--global--duration--100",
|
|
969
|
+
"100ms"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
"c_page_section_m_sticky_top_TransitionTimingFunction": {
|
|
973
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
|
|
974
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
975
|
+
"values": [
|
|
976
|
+
"--pf-t--global--motion--timing-function--default",
|
|
977
|
+
"--pf-t--global--timing-function--200",
|
|
978
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"c_page_section_m_sticky_bottom_TransitionDuration": {
|
|
982
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
|
|
983
|
+
"value": "100ms",
|
|
984
|
+
"values": [
|
|
985
|
+
"--pf-t--global--motion--duration--fade--short",
|
|
986
|
+
"--pf-t--global--motion--duration--sm",
|
|
987
|
+
"--pf-t--global--duration--100",
|
|
988
|
+
"100ms"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
"c_page_section_m_sticky_bottom_TransitionTimingFunction": {
|
|
992
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
|
|
993
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
994
|
+
"values": [
|
|
995
|
+
"--pf-t--global--motion--timing-function--default",
|
|
996
|
+
"--pf-t--global--timing-function--200",
|
|
997
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
942
1000
|
"c_page_section_m_shadow_bottom_BoxShadow": {
|
|
943
1001
|
"name": "--pf-v6-c-page--section--m-shadow-bottom--BoxShadow",
|
|
944
1002
|
"value": "0px\n 4px\n 6px\n -4px\n rgba(41, 41, 41, 0.2000)",
|
|
@@ -1686,7 +1744,11 @@ export const c_page = {
|
|
|
1686
1744
|
},
|
|
1687
1745
|
"c_button__icon_ScaleX": {
|
|
1688
1746
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
1689
|
-
"value": "1"
|
|
1747
|
+
"value": "1",
|
|
1748
|
+
"values": [
|
|
1749
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1750
|
+
"1"
|
|
1751
|
+
]
|
|
1690
1752
|
},
|
|
1691
1753
|
"c_button_hover__icon_TransitionDelay": {
|
|
1692
1754
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -1694,7 +1756,11 @@ export const c_page = {
|
|
|
1694
1756
|
},
|
|
1695
1757
|
"c_button_hover__icon_ScaleX": {
|
|
1696
1758
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
1697
|
-
"value": "1"
|
|
1759
|
+
"value": "1",
|
|
1760
|
+
"values": [
|
|
1761
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1762
|
+
"1"
|
|
1763
|
+
]
|
|
1698
1764
|
}
|
|
1699
1765
|
},
|
|
1700
1766
|
".pf-v6-c-page .pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
|
|
@@ -1728,7 +1794,11 @@ export const c_page = {
|
|
|
1728
1794
|
},
|
|
1729
1795
|
"c_button__icon_ScaleX": {
|
|
1730
1796
|
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
1731
|
-
"value": "1"
|
|
1797
|
+
"value": "1",
|
|
1798
|
+
"values": [
|
|
1799
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1800
|
+
"1"
|
|
1801
|
+
]
|
|
1732
1802
|
},
|
|
1733
1803
|
"c_button_hover__icon_TransitionDelay": {
|
|
1734
1804
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
@@ -1736,7 +1806,11 @@ export const c_page = {
|
|
|
1736
1806
|
},
|
|
1737
1807
|
"c_button_hover__icon_ScaleX": {
|
|
1738
1808
|
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
1739
|
-
"value": "1"
|
|
1809
|
+
"value": "1",
|
|
1810
|
+
"values": [
|
|
1811
|
+
"--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
|
|
1812
|
+
"1"
|
|
1813
|
+
]
|
|
1740
1814
|
}
|
|
1741
1815
|
},
|
|
1742
1816
|
".pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead": {
|
|
@@ -1835,6 +1909,18 @@ export const c_page = {
|
|
|
1835
1909
|
"value": "0"
|
|
1836
1910
|
}
|
|
1837
1911
|
},
|
|
1912
|
+
".pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-base": {
|
|
1913
|
+
"c_page__main_breadcrumb_PaddingBlockEnd": {
|
|
1914
|
+
"name": "--pf-v6-c-page__main-breadcrumb--PaddingBlockEnd",
|
|
1915
|
+
"value": "1rem",
|
|
1916
|
+
"values": [
|
|
1917
|
+
"--pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd",
|
|
1918
|
+
"--pf-t--global--spacer--md",
|
|
1919
|
+
"--pf-t--global--spacer--300",
|
|
1920
|
+
"1rem"
|
|
1921
|
+
]
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1838
1924
|
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
|
|
1839
1925
|
"c_page__main_section_BackgroundColor": {
|
|
1840
1926
|
"name": "--pf-v6-c-page__main-section--BackgroundColor",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_BackgroundColor: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
|
|
3
|
+
"value": "#ffffff",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_BackgroundColor = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
|
|
3
|
+
"value": "#ffffff",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_TransitionDuration: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
|
|
3
|
+
"value": "100ms",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_TransitionDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_TransitionDuration = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
|
|
3
|
+
"value": "100ms",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_TransitionDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_TransitionTimingFunction: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_TransitionTimingFunction;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_bottom_TransitionTimingFunction = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_bottom_TransitionTimingFunction;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_BackgroundColor: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
|
|
3
|
+
"value": "#ffffff",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_BackgroundColor = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
|
|
3
|
+
"value": "#ffffff",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_TransitionDuration: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
|
|
3
|
+
"value": "100ms",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionDuration)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_TransitionDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_TransitionDuration = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
|
|
3
|
+
"value": "100ms",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionDuration)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_TransitionDuration;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_TransitionTimingFunction: {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_TransitionTimingFunction;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_page_section_m_sticky_top_TransitionTimingFunction = {
|
|
2
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction)"
|
|
5
|
+
};
|
|
6
|
+
export default c_page_section_m_sticky_top_TransitionTimingFunction;
|