@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.
Files changed (94) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/esm/c_banner.d.ts +9 -0
  3. package/dist/esm/c_banner.js +9 -0
  4. package/dist/esm/c_banner_m_pill_BorderRadius.d.ts +6 -0
  5. package/dist/esm/c_banner_m_pill_BorderRadius.js +6 -0
  6. package/dist/esm/c_hero.d.ts +78 -55
  7. package/dist/esm/c_hero.js +78 -55
  8. package/dist/esm/c_hero_BorderColor.d.ts +1 -1
  9. package/dist/esm/c_hero_BorderColor.js +1 -1
  10. package/dist/esm/c_hero_BorderEndEndRadius.d.ts +1 -1
  11. package/dist/esm/c_hero_BorderEndEndRadius.js +1 -1
  12. package/dist/esm/c_hero_BorderEndStartRadius.d.ts +1 -1
  13. package/dist/esm/c_hero_BorderEndStartRadius.js +1 -1
  14. package/dist/esm/c_hero_BorderStartEndRadius.d.ts +1 -1
  15. package/dist/esm/c_hero_BorderStartEndRadius.js +1 -1
  16. package/dist/esm/c_hero_BorderStartStartRadius.d.ts +1 -1
  17. package/dist/esm/c_hero_BorderStartStartRadius.js +1 -1
  18. package/dist/esm/c_hero_PaddingBlockEnd.d.ts +1 -1
  19. package/dist/esm/c_hero_PaddingBlockEnd.js +1 -1
  20. package/dist/esm/c_hero_PaddingBlockStart.d.ts +1 -1
  21. package/dist/esm/c_hero_PaddingBlockStart.js +1 -1
  22. package/dist/esm/c_hero_PaddingInlineEnd.d.ts +1 -1
  23. package/dist/esm/c_hero_PaddingInlineEnd.js +1 -1
  24. package/dist/esm/c_hero_m_glass_BackdropFilter.d.ts +6 -0
  25. package/dist/esm/c_hero_m_glass_BackdropFilter.js +6 -0
  26. package/dist/esm/c_hero_m_glass_BackgroundColor.d.ts +6 -0
  27. package/dist/esm/c_hero_m_glass_BackgroundColor.js +6 -0
  28. package/dist/esm/c_hero_m_glass_BorderColor.d.ts +1 -1
  29. package/dist/esm/c_hero_m_glass_BorderColor.js +1 -1
  30. package/dist/esm/c_page.d.ts +70 -0
  31. package/dist/esm/c_page.js +70 -0
  32. package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
  33. package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.js +6 -0
  34. package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
  35. package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.js +6 -0
  36. package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
  37. package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +6 -0
  38. package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
  39. package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.js +6 -0
  40. package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
  41. package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.js +6 -0
  42. package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
  43. package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.js +6 -0
  44. package/dist/esm/index.d.ts +11 -3
  45. package/dist/esm/index.js +11 -3
  46. package/dist/js/c_banner.d.ts +9 -0
  47. package/dist/js/c_banner.js +9 -0
  48. package/dist/js/c_banner_m_pill_BorderRadius.d.ts +6 -0
  49. package/dist/js/c_banner_m_pill_BorderRadius.js +8 -0
  50. package/dist/js/c_hero.d.ts +78 -55
  51. package/dist/js/c_hero.js +78 -55
  52. package/dist/js/c_hero_BorderColor.d.ts +1 -1
  53. package/dist/js/c_hero_BorderColor.js +1 -1
  54. package/dist/js/c_hero_BorderEndEndRadius.d.ts +1 -1
  55. package/dist/js/c_hero_BorderEndEndRadius.js +1 -1
  56. package/dist/js/c_hero_BorderEndStartRadius.d.ts +1 -1
  57. package/dist/js/c_hero_BorderEndStartRadius.js +1 -1
  58. package/dist/js/c_hero_BorderStartEndRadius.d.ts +1 -1
  59. package/dist/js/c_hero_BorderStartEndRadius.js +1 -1
  60. package/dist/js/c_hero_BorderStartStartRadius.d.ts +1 -1
  61. package/dist/js/c_hero_BorderStartStartRadius.js +1 -1
  62. package/dist/js/c_hero_PaddingBlockEnd.d.ts +1 -1
  63. package/dist/js/c_hero_PaddingBlockEnd.js +1 -1
  64. package/dist/js/c_hero_PaddingBlockStart.d.ts +1 -1
  65. package/dist/js/c_hero_PaddingBlockStart.js +1 -1
  66. package/dist/js/c_hero_PaddingInlineEnd.d.ts +1 -1
  67. package/dist/js/c_hero_PaddingInlineEnd.js +1 -1
  68. package/dist/js/c_hero_m_glass_BackdropFilter.d.ts +6 -0
  69. package/dist/js/c_hero_m_glass_BackdropFilter.js +8 -0
  70. package/dist/js/c_hero_m_glass_BackgroundColor.d.ts +6 -0
  71. package/dist/js/c_hero_m_glass_BackgroundColor.js +8 -0
  72. package/dist/js/c_hero_m_glass_BorderColor.d.ts +1 -1
  73. package/dist/js/c_hero_m_glass_BorderColor.js +1 -1
  74. package/dist/js/c_page.d.ts +70 -0
  75. package/dist/js/c_page.js +70 -0
  76. package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
  77. package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.js +8 -0
  78. package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
  79. package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.js +8 -0
  80. package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
  81. package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +8 -0
  82. package/dist/js/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
  83. package/dist/js/c_page_section_m_sticky_top_BackgroundColor.js +8 -0
  84. package/dist/js/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
  85. package/dist/js/c_page_section_m_sticky_top_TransitionDuration.js +8 -0
  86. package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
  87. package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.js +8 -0
  88. package/dist/js/index.d.ts +11 -3
  89. package/dist/js/index.js +11 -3
  90. package/package.json +3 -3
  91. package/dist/esm/c_hero_BackdropFilter.d.ts +0 -6
  92. package/dist/esm/c_hero_BackdropFilter.js +0 -6
  93. package/dist/js/c_hero_BackdropFilter.d.ts +0 -6
  94. 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;
@@ -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.21",
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.79",
33
+ "@patternfly/patternfly": "6.5.0-prerelease.82",
34
34
  "fs-extra": "^11.3.3"
35
35
  },
36
- "gitHead": "6b93dbd79a250af00d40d88f8e7eeb5553231946"
36
+ "gitHead": "49cdd4af567d0e44031932738edb6d05ffe68c99"
37
37
  }
@@ -1,6 +0,0 @@
1
- export const c_hero_BackdropFilter: {
2
- "name": "--pf-v6-c-hero--BackdropFilter",
3
- "value": "initial",
4
- "var": "var(--pf-v6-c-hero--BackdropFilter)"
5
- };
6
- export default c_hero_BackdropFilter;
@@ -1,6 +0,0 @@
1
- export const c_hero_BackdropFilter = {
2
- "name": "--pf-v6-c-hero--BackdropFilter",
3
- "value": "initial",
4
- "var": "var(--pf-v6-c-hero--BackdropFilter)"
5
- };
6
- export default c_hero_BackdropFilter;
@@ -1,6 +0,0 @@
1
- export const c_hero_BackdropFilter: {
2
- "name": "--pf-v6-c-hero--BackdropFilter",
3
- "value": "initial",
4
- "var": "var(--pf-v6-c-hero--BackdropFilter)"
5
- };
6
- export default c_hero_BackdropFilter;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- exports.c_hero_BackdropFilter = {
4
- "name": "--pf-v6-c-hero--BackdropFilter",
5
- "value": "initial",
6
- "var": "var(--pf-v6-c-hero--BackdropFilter)"
7
- };
8
- exports["default"] = exports.c_hero_BackdropFilter;