@patternfly/react-tokens 6.5.0-prerelease.21 → 6.5.0-prerelease.23
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_banner.d.ts +9 -0
- package/dist/esm/c_banner.js +9 -0
- package/dist/esm/c_banner_m_pill_BorderRadius.d.ts +6 -0
- package/dist/esm/c_banner_m_pill_BorderRadius.js +6 -0
- package/dist/esm/c_hero.d.ts +78 -55
- package/dist/esm/c_hero.js +78 -55
- package/dist/esm/c_hero_BorderColor.d.ts +1 -1
- package/dist/esm/c_hero_BorderColor.js +1 -1
- package/dist/esm/c_hero_BorderEndEndRadius.d.ts +1 -1
- package/dist/esm/c_hero_BorderEndEndRadius.js +1 -1
- package/dist/esm/c_hero_BorderEndStartRadius.d.ts +1 -1
- package/dist/esm/c_hero_BorderEndStartRadius.js +1 -1
- package/dist/esm/c_hero_BorderStartEndRadius.d.ts +1 -1
- package/dist/esm/c_hero_BorderStartEndRadius.js +1 -1
- package/dist/esm/c_hero_BorderStartStartRadius.d.ts +1 -1
- package/dist/esm/c_hero_BorderStartStartRadius.js +1 -1
- package/dist/esm/c_hero_PaddingBlockEnd.d.ts +1 -1
- package/dist/esm/c_hero_PaddingBlockEnd.js +1 -1
- package/dist/esm/c_hero_PaddingBlockStart.d.ts +1 -1
- package/dist/esm/c_hero_PaddingBlockStart.js +1 -1
- package/dist/esm/c_hero_PaddingInlineEnd.d.ts +1 -1
- package/dist/esm/c_hero_PaddingInlineEnd.js +1 -1
- package/dist/esm/c_hero_m_glass_BackdropFilter.d.ts +6 -0
- package/dist/esm/c_hero_m_glass_BackdropFilter.js +6 -0
- package/dist/esm/c_hero_m_glass_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_hero_m_glass_BackgroundColor.js +6 -0
- package/dist/esm/c_hero_m_glass_BorderColor.d.ts +1 -1
- package/dist/esm/c_hero_m_glass_BorderColor.js +1 -1
- package/dist/esm/c_page.d.ts +70 -0
- package/dist/esm/c_page.js +70 -0
- 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/index.d.ts +11 -3
- package/dist/esm/index.js +11 -3
- package/dist/js/c_banner.d.ts +9 -0
- package/dist/js/c_banner.js +9 -0
- package/dist/js/c_banner_m_pill_BorderRadius.d.ts +6 -0
- package/dist/js/c_banner_m_pill_BorderRadius.js +8 -0
- package/dist/js/c_hero.d.ts +78 -55
- package/dist/js/c_hero.js +78 -55
- package/dist/js/c_hero_BorderColor.d.ts +1 -1
- package/dist/js/c_hero_BorderColor.js +1 -1
- package/dist/js/c_hero_BorderEndEndRadius.d.ts +1 -1
- package/dist/js/c_hero_BorderEndEndRadius.js +1 -1
- package/dist/js/c_hero_BorderEndStartRadius.d.ts +1 -1
- package/dist/js/c_hero_BorderEndStartRadius.js +1 -1
- package/dist/js/c_hero_BorderStartEndRadius.d.ts +1 -1
- package/dist/js/c_hero_BorderStartEndRadius.js +1 -1
- package/dist/js/c_hero_BorderStartStartRadius.d.ts +1 -1
- package/dist/js/c_hero_BorderStartStartRadius.js +1 -1
- package/dist/js/c_hero_PaddingBlockEnd.d.ts +1 -1
- package/dist/js/c_hero_PaddingBlockEnd.js +1 -1
- package/dist/js/c_hero_PaddingBlockStart.d.ts +1 -1
- package/dist/js/c_hero_PaddingBlockStart.js +1 -1
- package/dist/js/c_hero_PaddingInlineEnd.d.ts +1 -1
- package/dist/js/c_hero_PaddingInlineEnd.js +1 -1
- package/dist/js/c_hero_m_glass_BackdropFilter.d.ts +6 -0
- package/dist/js/c_hero_m_glass_BackdropFilter.js +8 -0
- package/dist/js/c_hero_m_glass_BackgroundColor.d.ts +6 -0
- package/dist/js/c_hero_m_glass_BackgroundColor.js +8 -0
- package/dist/js/c_hero_m_glass_BorderColor.d.ts +1 -1
- package/dist/js/c_hero_m_glass_BorderColor.js +1 -1
- package/dist/js/c_page.d.ts +70 -0
- package/dist/js/c_page.js +70 -0
- 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/index.d.ts +11 -3
- package/dist/js/index.js +11 -3
- package/package.json +3 -3
- package/dist/esm/c_hero_BackdropFilter.d.ts +0 -6
- package/dist/esm/c_hero_BackdropFilter.js +0 -6
- package/dist/js/c_hero_BackdropFilter.d.ts +0 -6
- package/dist/js/c_hero_BackdropFilter.js +0 -8
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)",
|
|
@@ -1851,6 +1909,18 @@ export const c_page: {
|
|
|
1851
1909
|
"value": "0"
|
|
1852
1910
|
}
|
|
1853
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
|
+
},
|
|
1854
1924
|
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
|
|
1855
1925
|
"c_page__main_section_BackgroundColor": {
|
|
1856
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)",
|
|
@@ -1851,6 +1909,18 @@ export const c_page = {
|
|
|
1851
1909
|
"value": "0"
|
|
1852
1910
|
}
|
|
1853
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
|
+
},
|
|
1854
1924
|
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
|
|
1855
1925
|
"c_page__main_section_BackgroundColor": {
|
|
1856
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;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -393,6 +393,7 @@ export { c_banner_m_blue_BackgroundColor } from './c_banner_m_blue_BackgroundCol
|
|
|
393
393
|
export { c_banner_m_blue_Color } from './c_banner_m_blue_Color';
|
|
394
394
|
export { c_banner_m_purple_BackgroundColor } from './c_banner_m_purple_BackgroundColor';
|
|
395
395
|
export { c_banner_m_purple_Color } from './c_banner_m_purple_Color';
|
|
396
|
+
export { c_banner_m_pill_BorderRadius } from './c_banner_m_pill_BorderRadius';
|
|
396
397
|
export { c_button_m_link_m_inline_Color } from './c_button_m_link_m_inline_Color';
|
|
397
398
|
export { c_button_m_link_m_inline_hover_Color } from './c_button_m_link_m_inline_hover_Color';
|
|
398
399
|
export { c_button_disabled_Color } from './c_button_disabled_Color';
|
|
@@ -1982,7 +1983,6 @@ export { c_hero_gradient_stop_1_dark } from './c_hero_gradient_stop_1_dark';
|
|
|
1982
1983
|
export { c_hero_gradient_stop_2_dark } from './c_hero_gradient_stop_2_dark';
|
|
1983
1984
|
export { c_hero_gradient_stop_3_dark } from './c_hero_gradient_stop_3_dark';
|
|
1984
1985
|
export { c_hero_BackgroundColor } from './c_hero_BackgroundColor';
|
|
1985
|
-
export { c_hero_BackdropFilter } from './c_hero_BackdropFilter';
|
|
1986
1986
|
export { c_hero_BackgroundImage_light } from './c_hero_BackgroundImage_light';
|
|
1987
1987
|
export { c_hero_BackgroundImage_dark } from './c_hero_BackgroundImage_dark';
|
|
1988
1988
|
export { c_hero_BackgroundRepeat } from './c_hero_BackgroundRepeat';
|
|
@@ -1994,14 +1994,16 @@ export { c_hero_BorderBlockEndWidth } from './c_hero_BorderBlockEndWidth';
|
|
|
1994
1994
|
export { c_hero_BorderInlineStartWidth } from './c_hero_BorderInlineStartWidth';
|
|
1995
1995
|
export { c_hero_BorderInlineEndWidth } from './c_hero_BorderInlineEndWidth';
|
|
1996
1996
|
export { c_hero_BorderColor } from './c_hero_BorderColor';
|
|
1997
|
-
export { c_hero_m_glass_BorderColor } from './c_hero_m_glass_BorderColor';
|
|
1998
|
-
export { c_hero_m_glass_BoxShadow } from './c_hero_m_glass_BoxShadow';
|
|
1999
1997
|
export { c_hero_BorderStartStartRadius } from './c_hero_BorderStartStartRadius';
|
|
2000
1998
|
export { c_hero_BorderStartEndRadius } from './c_hero_BorderStartEndRadius';
|
|
2001
1999
|
export { c_hero_BorderEndEndRadius } from './c_hero_BorderEndEndRadius';
|
|
2002
2000
|
export { c_hero_BorderEndStartRadius } from './c_hero_BorderEndStartRadius';
|
|
2003
2001
|
export { c_hero__body_Width } from './c_hero__body_Width';
|
|
2004
2002
|
export { c_hero__body_MaxWidth } from './c_hero__body_MaxWidth';
|
|
2003
|
+
export { c_hero_m_glass_BackgroundColor } from './c_hero_m_glass_BackgroundColor';
|
|
2004
|
+
export { c_hero_m_glass_BackdropFilter } from './c_hero_m_glass_BackdropFilter';
|
|
2005
|
+
export { c_hero_m_glass_BorderColor } from './c_hero_m_glass_BorderColor';
|
|
2006
|
+
export { c_hero_m_glass_BoxShadow } from './c_hero_m_glass_BoxShadow';
|
|
2005
2007
|
export { c_hint } from './c_hint';
|
|
2006
2008
|
export { c_hint_GridRowGap } from './c_hint_GridRowGap';
|
|
2007
2009
|
export { c_hint_PaddingBlockStart } from './c_hint_PaddingBlockStart';
|
|
@@ -3299,10 +3301,16 @@ export { c_page_section_m_sticky_top_ZIndex } from './c_page_section_m_sticky_to
|
|
|
3299
3301
|
export { c_page_section_m_sticky_top_BoxShadow } from './c_page_section_m_sticky_top_BoxShadow';
|
|
3300
3302
|
export { c_page_section_m_sticky_top_BorderBlockEndWidth } from './c_page_section_m_sticky_top_BorderBlockEndWidth';
|
|
3301
3303
|
export { c_page_section_m_sticky_top_BorderBlockEndColor } from './c_page_section_m_sticky_top_BorderBlockEndColor';
|
|
3304
|
+
export { c_page_section_m_sticky_top_BackgroundColor } from './c_page_section_m_sticky_top_BackgroundColor';
|
|
3302
3305
|
export { c_page_section_m_sticky_bottom_ZIndex } from './c_page_section_m_sticky_bottom_ZIndex';
|
|
3303
3306
|
export { c_page_section_m_sticky_bottom_BoxShadow } from './c_page_section_m_sticky_bottom_BoxShadow';
|
|
3304
3307
|
export { c_page_section_m_sticky_bottom_BorderBlockStartWidth } from './c_page_section_m_sticky_bottom_BorderBlockStartWidth';
|
|
3305
3308
|
export { c_page_section_m_sticky_bottom_BorderBlockStartColor } from './c_page_section_m_sticky_bottom_BorderBlockStartColor';
|
|
3309
|
+
export { c_page_section_m_sticky_bottom_BackgroundColor } from './c_page_section_m_sticky_bottom_BackgroundColor';
|
|
3310
|
+
export { c_page_section_m_sticky_top_TransitionDuration } from './c_page_section_m_sticky_top_TransitionDuration';
|
|
3311
|
+
export { c_page_section_m_sticky_top_TransitionTimingFunction } from './c_page_section_m_sticky_top_TransitionTimingFunction';
|
|
3312
|
+
export { c_page_section_m_sticky_bottom_TransitionDuration } from './c_page_section_m_sticky_bottom_TransitionDuration';
|
|
3313
|
+
export { c_page_section_m_sticky_bottom_TransitionTimingFunction } from './c_page_section_m_sticky_bottom_TransitionTimingFunction';
|
|
3306
3314
|
export { c_page_section_m_shadow_bottom_BoxShadow } from './c_page_section_m_shadow_bottom_BoxShadow';
|
|
3307
3315
|
export { c_page_section_m_shadow_bottom_ZIndex } from './c_page_section_m_shadow_bottom_ZIndex';
|
|
3308
3316
|
export { c_page_section_m_shadow_bottom_BorderBlockEndWidth } from './c_page_section_m_shadow_bottom_BorderBlockEndWidth';
|
package/dist/esm/index.js
CHANGED
|
@@ -393,6 +393,7 @@ export { c_banner_m_blue_BackgroundColor } from './c_banner_m_blue_BackgroundCol
|
|
|
393
393
|
export { c_banner_m_blue_Color } from './c_banner_m_blue_Color';
|
|
394
394
|
export { c_banner_m_purple_BackgroundColor } from './c_banner_m_purple_BackgroundColor';
|
|
395
395
|
export { c_banner_m_purple_Color } from './c_banner_m_purple_Color';
|
|
396
|
+
export { c_banner_m_pill_BorderRadius } from './c_banner_m_pill_BorderRadius';
|
|
396
397
|
export { c_button_m_link_m_inline_Color } from './c_button_m_link_m_inline_Color';
|
|
397
398
|
export { c_button_m_link_m_inline_hover_Color } from './c_button_m_link_m_inline_hover_Color';
|
|
398
399
|
export { c_button_disabled_Color } from './c_button_disabled_Color';
|
|
@@ -1982,7 +1983,6 @@ export { c_hero_gradient_stop_1_dark } from './c_hero_gradient_stop_1_dark';
|
|
|
1982
1983
|
export { c_hero_gradient_stop_2_dark } from './c_hero_gradient_stop_2_dark';
|
|
1983
1984
|
export { c_hero_gradient_stop_3_dark } from './c_hero_gradient_stop_3_dark';
|
|
1984
1985
|
export { c_hero_BackgroundColor } from './c_hero_BackgroundColor';
|
|
1985
|
-
export { c_hero_BackdropFilter } from './c_hero_BackdropFilter';
|
|
1986
1986
|
export { c_hero_BackgroundImage_light } from './c_hero_BackgroundImage_light';
|
|
1987
1987
|
export { c_hero_BackgroundImage_dark } from './c_hero_BackgroundImage_dark';
|
|
1988
1988
|
export { c_hero_BackgroundRepeat } from './c_hero_BackgroundRepeat';
|
|
@@ -1994,14 +1994,16 @@ export { c_hero_BorderBlockEndWidth } from './c_hero_BorderBlockEndWidth';
|
|
|
1994
1994
|
export { c_hero_BorderInlineStartWidth } from './c_hero_BorderInlineStartWidth';
|
|
1995
1995
|
export { c_hero_BorderInlineEndWidth } from './c_hero_BorderInlineEndWidth';
|
|
1996
1996
|
export { c_hero_BorderColor } from './c_hero_BorderColor';
|
|
1997
|
-
export { c_hero_m_glass_BorderColor } from './c_hero_m_glass_BorderColor';
|
|
1998
|
-
export { c_hero_m_glass_BoxShadow } from './c_hero_m_glass_BoxShadow';
|
|
1999
1997
|
export { c_hero_BorderStartStartRadius } from './c_hero_BorderStartStartRadius';
|
|
2000
1998
|
export { c_hero_BorderStartEndRadius } from './c_hero_BorderStartEndRadius';
|
|
2001
1999
|
export { c_hero_BorderEndEndRadius } from './c_hero_BorderEndEndRadius';
|
|
2002
2000
|
export { c_hero_BorderEndStartRadius } from './c_hero_BorderEndStartRadius';
|
|
2003
2001
|
export { c_hero__body_Width } from './c_hero__body_Width';
|
|
2004
2002
|
export { c_hero__body_MaxWidth } from './c_hero__body_MaxWidth';
|
|
2003
|
+
export { c_hero_m_glass_BackgroundColor } from './c_hero_m_glass_BackgroundColor';
|
|
2004
|
+
export { c_hero_m_glass_BackdropFilter } from './c_hero_m_glass_BackdropFilter';
|
|
2005
|
+
export { c_hero_m_glass_BorderColor } from './c_hero_m_glass_BorderColor';
|
|
2006
|
+
export { c_hero_m_glass_BoxShadow } from './c_hero_m_glass_BoxShadow';
|
|
2005
2007
|
export { c_hint } from './c_hint';
|
|
2006
2008
|
export { c_hint_GridRowGap } from './c_hint_GridRowGap';
|
|
2007
2009
|
export { c_hint_PaddingBlockStart } from './c_hint_PaddingBlockStart';
|
|
@@ -3299,10 +3301,16 @@ export { c_page_section_m_sticky_top_ZIndex } from './c_page_section_m_sticky_to
|
|
|
3299
3301
|
export { c_page_section_m_sticky_top_BoxShadow } from './c_page_section_m_sticky_top_BoxShadow';
|
|
3300
3302
|
export { c_page_section_m_sticky_top_BorderBlockEndWidth } from './c_page_section_m_sticky_top_BorderBlockEndWidth';
|
|
3301
3303
|
export { c_page_section_m_sticky_top_BorderBlockEndColor } from './c_page_section_m_sticky_top_BorderBlockEndColor';
|
|
3304
|
+
export { c_page_section_m_sticky_top_BackgroundColor } from './c_page_section_m_sticky_top_BackgroundColor';
|
|
3302
3305
|
export { c_page_section_m_sticky_bottom_ZIndex } from './c_page_section_m_sticky_bottom_ZIndex';
|
|
3303
3306
|
export { c_page_section_m_sticky_bottom_BoxShadow } from './c_page_section_m_sticky_bottom_BoxShadow';
|
|
3304
3307
|
export { c_page_section_m_sticky_bottom_BorderBlockStartWidth } from './c_page_section_m_sticky_bottom_BorderBlockStartWidth';
|
|
3305
3308
|
export { c_page_section_m_sticky_bottom_BorderBlockStartColor } from './c_page_section_m_sticky_bottom_BorderBlockStartColor';
|
|
3309
|
+
export { c_page_section_m_sticky_bottom_BackgroundColor } from './c_page_section_m_sticky_bottom_BackgroundColor';
|
|
3310
|
+
export { c_page_section_m_sticky_top_TransitionDuration } from './c_page_section_m_sticky_top_TransitionDuration';
|
|
3311
|
+
export { c_page_section_m_sticky_top_TransitionTimingFunction } from './c_page_section_m_sticky_top_TransitionTimingFunction';
|
|
3312
|
+
export { c_page_section_m_sticky_bottom_TransitionDuration } from './c_page_section_m_sticky_bottom_TransitionDuration';
|
|
3313
|
+
export { c_page_section_m_sticky_bottom_TransitionTimingFunction } from './c_page_section_m_sticky_bottom_TransitionTimingFunction';
|
|
3306
3314
|
export { c_page_section_m_shadow_bottom_BoxShadow } from './c_page_section_m_shadow_bottom_BoxShadow';
|
|
3307
3315
|
export { c_page_section_m_shadow_bottom_ZIndex } from './c_page_section_m_shadow_bottom_ZIndex';
|
|
3308
3316
|
export { c_page_section_m_shadow_bottom_BorderBlockEndWidth } from './c_page_section_m_shadow_bottom_BorderBlockEndWidth';
|
package/dist/js/c_banner.d.ts
CHANGED
|
@@ -430,6 +430,15 @@ export const c_banner: {
|
|
|
430
430
|
"--pf-t--color--gray--95",
|
|
431
431
|
"#151515"
|
|
432
432
|
]
|
|
433
|
+
},
|
|
434
|
+
"c_banner_m_pill_BorderRadius": {
|
|
435
|
+
"name": "--pf-v6-c-banner--m-pill--BorderRadius",
|
|
436
|
+
"value": "999px",
|
|
437
|
+
"values": [
|
|
438
|
+
"--pf-t--global--border--radius--pill",
|
|
439
|
+
"--pf-t--global--border--radius--500",
|
|
440
|
+
"999px"
|
|
441
|
+
]
|
|
433
442
|
}
|
|
434
443
|
},
|
|
435
444
|
".pf-v6-c-banner.pf-m-danger": {
|
package/dist/js/c_banner.js
CHANGED
|
@@ -432,6 +432,15 @@ exports.c_banner = {
|
|
|
432
432
|
"--pf-t--color--gray--95",
|
|
433
433
|
"#151515"
|
|
434
434
|
]
|
|
435
|
+
},
|
|
436
|
+
"c_banner_m_pill_BorderRadius": {
|
|
437
|
+
"name": "--pf-v6-c-banner--m-pill--BorderRadius",
|
|
438
|
+
"value": "999px",
|
|
439
|
+
"values": [
|
|
440
|
+
"--pf-t--global--border--radius--pill",
|
|
441
|
+
"--pf-t--global--border--radius--500",
|
|
442
|
+
"999px"
|
|
443
|
+
]
|
|
435
444
|
}
|
|
436
445
|
},
|
|
437
446
|
".pf-v6-c-banner.pf-m-danger": {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_banner_m_pill_BorderRadius = {
|
|
4
|
+
"name": "--pf-v6-c-banner--m-pill--BorderRadius",
|
|
5
|
+
"value": "999px",
|
|
6
|
+
"var": "var(--pf-v6-c-banner--m-pill--BorderRadius)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_banner_m_pill_BorderRadius;
|
package/dist/js/c_hero.d.ts
CHANGED
|
@@ -2,20 +2,20 @@ export const c_hero: {
|
|
|
2
2
|
".pf-v6-c-hero": {
|
|
3
3
|
"c_hero_PaddingBlockStart": {
|
|
4
4
|
"name": "--pf-v6-c-hero--PaddingBlockStart",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "4rem",
|
|
6
6
|
"values": [
|
|
7
|
-
"--pf-t--global--spacer--
|
|
8
|
-
"--pf-t--global--spacer--
|
|
9
|
-
"
|
|
7
|
+
"--pf-t--global--spacer--3xl",
|
|
8
|
+
"--pf-t--global--spacer--700",
|
|
9
|
+
"4rem"
|
|
10
10
|
]
|
|
11
11
|
},
|
|
12
12
|
"c_hero_PaddingBlockEnd": {
|
|
13
13
|
"name": "--pf-v6-c-hero--PaddingBlockEnd",
|
|
14
|
-
"value": "
|
|
14
|
+
"value": "4rem",
|
|
15
15
|
"values": [
|
|
16
|
-
"--pf-t--global--spacer--
|
|
17
|
-
"--pf-t--global--spacer--
|
|
18
|
-
"
|
|
16
|
+
"--pf-t--global--spacer--3xl",
|
|
17
|
+
"--pf-t--global--spacer--700",
|
|
18
|
+
"4rem"
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
"c_hero_PaddingInlineStart": {
|
|
@@ -29,11 +29,11 @@ export const c_hero: {
|
|
|
29
29
|
},
|
|
30
30
|
"c_hero_PaddingInlineEnd": {
|
|
31
31
|
"name": "--pf-v6-c-hero--PaddingInlineEnd",
|
|
32
|
-
"value": "
|
|
32
|
+
"value": "4rem",
|
|
33
33
|
"values": [
|
|
34
|
-
"--pf-t--global--spacer--
|
|
35
|
-
"--pf-t--global--spacer--
|
|
36
|
-
"
|
|
34
|
+
"--pf-t--global--spacer--3xl",
|
|
35
|
+
"--pf-t--global--spacer--700",
|
|
36
|
+
"4rem"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"c_hero_gradient_angle": {
|
|
@@ -66,18 +66,11 @@ export const c_hero: {
|
|
|
66
66
|
},
|
|
67
67
|
"c_hero_BackgroundColor": {
|
|
68
68
|
"name": "--pf-v6-c-hero--BackgroundColor",
|
|
69
|
-
"value": "
|
|
70
|
-
"values": [
|
|
71
|
-
"--pf-t--global--background--color--glass--primary--default",
|
|
72
|
-
"initial"
|
|
73
|
-
]
|
|
74
|
-
},
|
|
75
|
-
"c_hero_BackdropFilter": {
|
|
76
|
-
"name": "--pf-v6-c-hero--BackdropFilter",
|
|
77
|
-
"value": "initial",
|
|
69
|
+
"value": "rgba(199, 199, 199, 0.2500)",
|
|
78
70
|
"values": [
|
|
79
|
-
"--pf-t--global--background--
|
|
80
|
-
"
|
|
71
|
+
"--pf-t--global--background--color--tertiary--default",
|
|
72
|
+
"--pf-t--global--background--color--600",
|
|
73
|
+
"rgba(199, 199, 199, 0.2500)"
|
|
81
74
|
]
|
|
82
75
|
},
|
|
83
76
|
"c_hero_BackgroundImage_light": {
|
|
@@ -150,42 +143,31 @@ export const c_hero: {
|
|
|
150
143
|
"#c7c7c7"
|
|
151
144
|
]
|
|
152
145
|
},
|
|
153
|
-
"c_hero_m_glass_BorderColor": {
|
|
154
|
-
"name": "--pf-v6-c-hero--m-glass--BorderColor",
|
|
155
|
-
"value": "#ffffff",
|
|
156
|
-
"values": [
|
|
157
|
-
"--pf-t--global--border--color--alt",
|
|
158
|
-
"--pf-t--global--background--color--primary--default",
|
|
159
|
-
"--pf-t--global--background--color--100",
|
|
160
|
-
"--pf-t--color--white",
|
|
161
|
-
"#ffffff"
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
|
-
"c_hero_m_glass_BoxShadow": {
|
|
165
|
-
"name": "--pf-v6-c-hero--m-glass--BoxShadow",
|
|
166
|
-
"value": "0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
167
|
-
"values": [
|
|
168
|
-
"--pf-t--global--box-shadow--md",
|
|
169
|
-
"--pf-t--global--box-shadow--X--md--default\n --pf-t--global--box-shadow--Y--md--default\n --pf-t--global--box-shadow--blur--md\n --pf-t--global--box-shadow--spread--md--default\n --pf-t--global--box-shadow--color--md--default",
|
|
170
|
-
"--pf-t--global--box-shadow--X--400\n --pf-t--global--box-shadow--Y--600\n --pf-t--global--box-shadow--blur--200\n --pf-t--global--box-shadow--spread--100\n --pf-t--global--box-shadow--color--100",
|
|
171
|
-
"0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)"
|
|
172
|
-
]
|
|
173
|
-
},
|
|
174
146
|
"c_hero_BorderStartStartRadius": {
|
|
175
147
|
"name": "--pf-v6-c-hero--BorderStartStartRadius",
|
|
176
|
-
"value": "
|
|
148
|
+
"value": "16px",
|
|
149
|
+
"values": [
|
|
150
|
+
"--pf-t--global--border--radius--medium",
|
|
151
|
+
"--pf-t--global--border--radius--300",
|
|
152
|
+
"16px"
|
|
153
|
+
]
|
|
177
154
|
},
|
|
178
155
|
"c_hero_BorderStartEndRadius": {
|
|
179
156
|
"name": "--pf-v6-c-hero--BorderStartEndRadius",
|
|
180
|
-
"value": "
|
|
157
|
+
"value": "48px"
|
|
181
158
|
},
|
|
182
159
|
"c_hero_BorderEndEndRadius": {
|
|
183
160
|
"name": "--pf-v6-c-hero--BorderEndEndRadius",
|
|
184
|
-
"value": "
|
|
161
|
+
"value": "16px",
|
|
162
|
+
"values": [
|
|
163
|
+
"--pf-t--global--border--radius--medium",
|
|
164
|
+
"--pf-t--global--border--radius--300",
|
|
165
|
+
"16px"
|
|
166
|
+
]
|
|
185
167
|
},
|
|
186
168
|
"c_hero_BorderEndStartRadius": {
|
|
187
169
|
"name": "--pf-v6-c-hero--BorderEndStartRadius",
|
|
188
|
-
"value": "
|
|
170
|
+
"value": "48px"
|
|
189
171
|
},
|
|
190
172
|
"c_hero__body_Width": {
|
|
191
173
|
"name": "--pf-v6-c-hero__body--Width",
|
|
@@ -194,19 +176,60 @@ export const c_hero: {
|
|
|
194
176
|
"c_hero__body_MaxWidth": {
|
|
195
177
|
"name": "--pf-v6-c-hero__body--MaxWidth",
|
|
196
178
|
"value": "80%"
|
|
179
|
+
},
|
|
180
|
+
"c_hero_m_glass_BackgroundColor": {
|
|
181
|
+
"name": "--pf-v6-c-hero--m-glass--BackgroundColor",
|
|
182
|
+
"value": "initial",
|
|
183
|
+
"values": [
|
|
184
|
+
"--pf-t--global--background--color--glass--primary--default",
|
|
185
|
+
"initial"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"c_hero_m_glass_BackdropFilter": {
|
|
189
|
+
"name": "--pf-v6-c-hero--m-glass--BackdropFilter",
|
|
190
|
+
"value": "initial",
|
|
191
|
+
"values": [
|
|
192
|
+
"--pf-t--global--background--filter--glass--blur--primary",
|
|
193
|
+
"initial"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"c_hero_m_glass_BorderColor": {
|
|
197
|
+
"name": "--pf-v6-c-hero--m-glass--BorderColor",
|
|
198
|
+
"value": "initial",
|
|
199
|
+
"values": [
|
|
200
|
+
"--pf-t--global--border--color--glass--default",
|
|
201
|
+
"initial"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"c_hero_m_glass_BoxShadow": {
|
|
205
|
+
"name": "--pf-v6-c-hero--m-glass--BoxShadow",
|
|
206
|
+
"value": "0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
207
|
+
"values": [
|
|
208
|
+
"--pf-t--global--box-shadow--glass--default",
|
|
209
|
+
"--pf-t--global--box-shadow--md",
|
|
210
|
+
"--pf-t--global--box-shadow--X--md--default\n --pf-t--global--box-shadow--Y--md--default\n --pf-t--global--box-shadow--blur--md\n --pf-t--global--box-shadow--spread--md--default\n --pf-t--global--box-shadow--color--md--default",
|
|
211
|
+
"--pf-t--global--box-shadow--X--400\n --pf-t--global--box-shadow--Y--600\n --pf-t--global--box-shadow--blur--200\n --pf-t--global--box-shadow--spread--100\n --pf-t--global--box-shadow--color--100",
|
|
212
|
+
"0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)"
|
|
213
|
+
]
|
|
197
214
|
}
|
|
198
215
|
},
|
|
199
|
-
":
|
|
216
|
+
":where(.pf-v6-theme-glass) .pf-v6-c-hero.pf-m-glass": {
|
|
200
217
|
"c_hero_BorderColor": {
|
|
201
218
|
"name": "--pf-v6-c-hero--BorderColor",
|
|
202
|
-
"value": "
|
|
219
|
+
"value": "initial",
|
|
203
220
|
"values": [
|
|
204
221
|
"--pf-v6-c-hero--m-glass--BorderColor",
|
|
205
|
-
"--pf-t--global--border--color--
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
222
|
+
"--pf-t--global--border--color--glass--default",
|
|
223
|
+
"initial"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"c_hero_BackgroundColor": {
|
|
227
|
+
"name": "--pf-v6-c-hero--BackgroundColor",
|
|
228
|
+
"value": "initial",
|
|
229
|
+
"values": [
|
|
230
|
+
"--pf-v6-c-hero--m-glass--BackgroundColor",
|
|
231
|
+
"--pf-t--global--background--color--glass--primary--default",
|
|
232
|
+
"initial"
|
|
210
233
|
]
|
|
211
234
|
}
|
|
212
235
|
}
|