@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
|
@@ -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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_page_section_m_sticky_top_TransitionDuration = {
|
|
4
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
|
|
5
|
+
"value": "100ms",
|
|
6
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionDuration)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_page_section_m_sticky_top_TransitionTimingFunction = {
|
|
4
|
+
"name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
|
|
5
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
6
|
+
"var": "var(--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_page_section_m_sticky_top_TransitionTimingFunction;
|
package/dist/js/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/js/index.js
CHANGED
|
@@ -398,6 +398,7 @@ __export(require('./c_banner_m_blue_BackgroundColor'));
|
|
|
398
398
|
__export(require('./c_banner_m_blue_Color'));
|
|
399
399
|
__export(require('./c_banner_m_purple_BackgroundColor'));
|
|
400
400
|
__export(require('./c_banner_m_purple_Color'));
|
|
401
|
+
__export(require('./c_banner_m_pill_BorderRadius'));
|
|
401
402
|
__export(require('./c_button_m_link_m_inline_Color'));
|
|
402
403
|
__export(require('./c_button_m_link_m_inline_hover_Color'));
|
|
403
404
|
__export(require('./c_button_disabled_Color'));
|
|
@@ -1987,7 +1988,6 @@ __export(require('./c_hero_gradient_stop_1_dark'));
|
|
|
1987
1988
|
__export(require('./c_hero_gradient_stop_2_dark'));
|
|
1988
1989
|
__export(require('./c_hero_gradient_stop_3_dark'));
|
|
1989
1990
|
__export(require('./c_hero_BackgroundColor'));
|
|
1990
|
-
__export(require('./c_hero_BackdropFilter'));
|
|
1991
1991
|
__export(require('./c_hero_BackgroundImage_light'));
|
|
1992
1992
|
__export(require('./c_hero_BackgroundImage_dark'));
|
|
1993
1993
|
__export(require('./c_hero_BackgroundRepeat'));
|
|
@@ -1999,14 +1999,16 @@ __export(require('./c_hero_BorderBlockEndWidth'));
|
|
|
1999
1999
|
__export(require('./c_hero_BorderInlineStartWidth'));
|
|
2000
2000
|
__export(require('./c_hero_BorderInlineEndWidth'));
|
|
2001
2001
|
__export(require('./c_hero_BorderColor'));
|
|
2002
|
-
__export(require('./c_hero_m_glass_BorderColor'));
|
|
2003
|
-
__export(require('./c_hero_m_glass_BoxShadow'));
|
|
2004
2002
|
__export(require('./c_hero_BorderStartStartRadius'));
|
|
2005
2003
|
__export(require('./c_hero_BorderStartEndRadius'));
|
|
2006
2004
|
__export(require('./c_hero_BorderEndEndRadius'));
|
|
2007
2005
|
__export(require('./c_hero_BorderEndStartRadius'));
|
|
2008
2006
|
__export(require('./c_hero__body_Width'));
|
|
2009
2007
|
__export(require('./c_hero__body_MaxWidth'));
|
|
2008
|
+
__export(require('./c_hero_m_glass_BackgroundColor'));
|
|
2009
|
+
__export(require('./c_hero_m_glass_BackdropFilter'));
|
|
2010
|
+
__export(require('./c_hero_m_glass_BorderColor'));
|
|
2011
|
+
__export(require('./c_hero_m_glass_BoxShadow'));
|
|
2010
2012
|
__export(require('./c_hint'));
|
|
2011
2013
|
__export(require('./c_hint_GridRowGap'));
|
|
2012
2014
|
__export(require('./c_hint_PaddingBlockStart'));
|
|
@@ -3304,10 +3306,16 @@ __export(require('./c_page_section_m_sticky_top_ZIndex'));
|
|
|
3304
3306
|
__export(require('./c_page_section_m_sticky_top_BoxShadow'));
|
|
3305
3307
|
__export(require('./c_page_section_m_sticky_top_BorderBlockEndWidth'));
|
|
3306
3308
|
__export(require('./c_page_section_m_sticky_top_BorderBlockEndColor'));
|
|
3309
|
+
__export(require('./c_page_section_m_sticky_top_BackgroundColor'));
|
|
3307
3310
|
__export(require('./c_page_section_m_sticky_bottom_ZIndex'));
|
|
3308
3311
|
__export(require('./c_page_section_m_sticky_bottom_BoxShadow'));
|
|
3309
3312
|
__export(require('./c_page_section_m_sticky_bottom_BorderBlockStartWidth'));
|
|
3310
3313
|
__export(require('./c_page_section_m_sticky_bottom_BorderBlockStartColor'));
|
|
3314
|
+
__export(require('./c_page_section_m_sticky_bottom_BackgroundColor'));
|
|
3315
|
+
__export(require('./c_page_section_m_sticky_top_TransitionDuration'));
|
|
3316
|
+
__export(require('./c_page_section_m_sticky_top_TransitionTimingFunction'));
|
|
3317
|
+
__export(require('./c_page_section_m_sticky_bottom_TransitionDuration'));
|
|
3318
|
+
__export(require('./c_page_section_m_sticky_bottom_TransitionTimingFunction'));
|
|
3311
3319
|
__export(require('./c_page_section_m_shadow_bottom_BoxShadow'));
|
|
3312
3320
|
__export(require('./c_page_section_m_shadow_bottom_ZIndex'));
|
|
3313
3321
|
__export(require('./c_page_section_m_shadow_bottom_BorderBlockEndWidth'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "6.5.0-prerelease.
|
|
3
|
+
"version": "6.5.0-prerelease.23",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@adobe/css-tools": "^4.4.4",
|
|
33
|
-
"@patternfly/patternfly": "6.5.0-prerelease.
|
|
33
|
+
"@patternfly/patternfly": "6.5.0-prerelease.82",
|
|
34
34
|
"fs-extra": "^11.3.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "49cdd4af567d0e44031932738edb6d05ffe68c99"
|
|
37
37
|
}
|