@patternfly/react-tokens 6.3.0-prerelease.5 → 6.3.0-prerelease.6
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 +6 -0
- package/dist/esm/c_button.d.ts +76 -16
- package/dist/esm/c_button.js +76 -16
- package/dist/esm/c_button_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_ScaleX.js +6 -0
- package/dist/esm/c_button_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_ScaleY.js +6 -0
- package/dist/esm/c_button__icon_ScaleX.d.ts +6 -0
- package/dist/esm/c_button__icon_ScaleX.js +6 -0
- package/dist/esm/c_button__icon_ScaleY.d.ts +6 -0
- package/dist/esm/c_button__icon_ScaleY.js +6 -0
- package/dist/esm/c_button_hover_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_hover_ScaleX.js +6 -0
- package/dist/esm/c_button_hover_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_hover_ScaleY.js +6 -0
- package/dist/esm/c_button_hover__icon_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_hover__icon_ScaleX.js +6 -0
- package/dist/esm/c_button_hover__icon_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_hover__icon_ScaleY.js +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.js +6 -0
- package/dist/esm/c_expandable_section.d.ts +1 -1
- package/dist/esm/c_expandable_section.js +1 -1
- package/dist/esm/c_expandable_section__content_MaxHeight.d.ts +1 -1
- package/dist/esm/c_expandable_section__content_MaxHeight.js +1 -1
- package/dist/esm/c_form_control.d.ts +21 -0
- package/dist/esm/c_form_control.js +21 -0
- package/dist/esm/c_form_control_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_form_control_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_form_control_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_form_control_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/c_page.d.ts +10 -10
- package/dist/esm/c_page.js +10 -10
- package/dist/esm/c_progress.d.ts +21 -0
- package/dist/esm/c_progress.js +21 -0
- package/dist/esm/c_progress_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_progress_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_progress_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_progress_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/c_table.d.ts +0 -19
- package/dist/esm/c_table.js +0 -19
- package/dist/esm/c_text_input_group.d.ts +21 -0
- package/dist/esm/c_text_input_group.js +21 -0
- package/dist/esm/c_text_input_group_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_text_input_group_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_text_input_group_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_text_input_group_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/index.d.ts +15 -5
- package/dist/esm/index.js +15 -5
- package/dist/js/c_button.d.ts +76 -16
- package/dist/js/c_button.js +76 -16
- package/dist/js/c_button_ScaleX.d.ts +6 -0
- package/dist/js/c_button_ScaleX.js +8 -0
- package/dist/js/c_button_ScaleY.d.ts +6 -0
- package/dist/js/c_button_ScaleY.js +8 -0
- package/dist/js/c_button__icon_ScaleX.d.ts +6 -0
- package/dist/js/c_button__icon_ScaleX.js +8 -0
- package/dist/js/c_button__icon_ScaleY.d.ts +6 -0
- package/dist/js/c_button__icon_ScaleY.js +8 -0
- package/dist/js/c_button_hover_ScaleX.d.ts +6 -0
- package/dist/js/c_button_hover_ScaleX.js +8 -0
- package/dist/js/c_button_hover_ScaleY.d.ts +6 -0
- package/dist/js/c_button_hover_ScaleY.js +8 -0
- package/dist/js/c_button_hover__icon_ScaleX.d.ts +6 -0
- package/dist/js/c_button_hover__icon_ScaleX.js +8 -0
- package/dist/js/c_button_hover__icon_ScaleY.d.ts +6 -0
- package/dist/js/c_button_hover__icon_ScaleY.js +8 -0
- package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +6 -0
- package/dist/js/{c_button_m_hamburger__icon_m_expand_Scale.js → c_button_m_hamburger__icon_m_expand_ScaleX.js} +4 -4
- package/dist/js/c_expandable_section.d.ts +1 -1
- package/dist/js/c_expandable_section.js +1 -1
- package/dist/js/c_expandable_section__content_MaxHeight.d.ts +1 -1
- package/dist/js/c_expandable_section__content_MaxHeight.js +1 -1
- package/dist/js/c_form_control.d.ts +21 -0
- package/dist/js/c_form_control.js +21 -0
- package/dist/js/c_form_control_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_form_control_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_form_control_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_form_control_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/c_page.d.ts +10 -10
- package/dist/js/c_page.js +10 -10
- package/dist/js/c_progress.d.ts +21 -0
- package/dist/js/c_progress.js +21 -0
- package/dist/js/c_progress_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_progress_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_progress_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_progress_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/c_table.d.ts +0 -19
- package/dist/js/c_table.js +0 -19
- package/dist/js/c_text_input_group.d.ts +21 -0
- package/dist/js/c_text_input_group.js +21 -0
- package/dist/js/c_text_input_group_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_text_input_group_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_text_input_group_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_text_input_group_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/index.d.ts +15 -5
- package/dist/js/index.js +15 -5
- package/package.json +4 -4
- package/dist/esm/c_button__icon_Scale.d.ts +0 -6
- package/dist/esm/c_button__icon_Scale.js +0 -6
- package/dist/esm/c_button_hover__icon_Scale.d.ts +0 -6
- package/dist/esm/c_button_hover__icon_Scale.js +0 -6
- package/dist/esm/c_button_m_hamburger__icon_m_expand_Scale.d.ts +0 -6
- package/dist/esm/c_button_m_hamburger__icon_m_expand_Scale.js +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_fade.d.ts +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_fade.js +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_slide.d.ts +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_slide.js +0 -6
- package/dist/js/c_button__icon_Scale.d.ts +0 -6
- package/dist/js/c_button__icon_Scale.js +0 -8
- package/dist/js/c_button_hover__icon_Scale.d.ts +0 -6
- package/dist/js/c_button_hover__icon_Scale.js +0 -8
- package/dist/js/c_button_m_hamburger__icon_m_expand_Scale.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_fade.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_fade.js +0 -8
- package/dist/js/c_table__expandable_row_TransitionDuration_slide.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_slide.js +0 -8
package/dist/esm/c_page.d.ts
CHANGED
|
@@ -736,11 +736,11 @@ export const c_page: {
|
|
|
736
736
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
737
737
|
"value": "0s"
|
|
738
738
|
},
|
|
739
|
-
"
|
|
740
|
-
"name": "--pf-v6-c-button__icon--
|
|
739
|
+
"c_button__icon_ScaleX": {
|
|
740
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
741
741
|
"value": "-1",
|
|
742
742
|
"values": [
|
|
743
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
743
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
744
744
|
"-1"
|
|
745
745
|
]
|
|
746
746
|
},
|
|
@@ -748,11 +748,11 @@ export const c_page: {
|
|
|
748
748
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
749
749
|
"value": "0s"
|
|
750
750
|
},
|
|
751
|
-
"
|
|
752
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
751
|
+
"c_button_hover__icon_ScaleX": {
|
|
752
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
753
753
|
"value": "-1",
|
|
754
754
|
"values": [
|
|
755
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
755
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
756
756
|
"-1"
|
|
757
757
|
]
|
|
758
758
|
}
|
|
@@ -786,16 +786,16 @@ export const c_page: {
|
|
|
786
786
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
787
787
|
"value": "0s"
|
|
788
788
|
},
|
|
789
|
-
"
|
|
790
|
-
"name": "--pf-v6-c-button__icon--
|
|
789
|
+
"c_button__icon_ScaleX": {
|
|
790
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
791
791
|
"value": "1"
|
|
792
792
|
},
|
|
793
793
|
"c_button_hover__icon_TransitionDelay": {
|
|
794
794
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
795
795
|
"value": "0s"
|
|
796
796
|
},
|
|
797
|
-
"
|
|
798
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
797
|
+
"c_button_hover__icon_ScaleX": {
|
|
798
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
799
799
|
"value": "1"
|
|
800
800
|
}
|
|
801
801
|
},
|
package/dist/esm/c_page.js
CHANGED
|
@@ -736,11 +736,11 @@ export const c_page = {
|
|
|
736
736
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
737
737
|
"value": "0s"
|
|
738
738
|
},
|
|
739
|
-
"
|
|
740
|
-
"name": "--pf-v6-c-button__icon--
|
|
739
|
+
"c_button__icon_ScaleX": {
|
|
740
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
741
741
|
"value": "-1",
|
|
742
742
|
"values": [
|
|
743
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
743
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
744
744
|
"-1"
|
|
745
745
|
]
|
|
746
746
|
},
|
|
@@ -748,11 +748,11 @@ export const c_page = {
|
|
|
748
748
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
749
749
|
"value": "0s"
|
|
750
750
|
},
|
|
751
|
-
"
|
|
752
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
751
|
+
"c_button_hover__icon_ScaleX": {
|
|
752
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
753
753
|
"value": "-1",
|
|
754
754
|
"values": [
|
|
755
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
755
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
756
756
|
"-1"
|
|
757
757
|
]
|
|
758
758
|
}
|
|
@@ -786,16 +786,16 @@ export const c_page = {
|
|
|
786
786
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
787
787
|
"value": "0s"
|
|
788
788
|
},
|
|
789
|
-
"
|
|
790
|
-
"name": "--pf-v6-c-button__icon--
|
|
789
|
+
"c_button__icon_ScaleX": {
|
|
790
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
791
791
|
"value": "1"
|
|
792
792
|
},
|
|
793
793
|
"c_button_hover__icon_TransitionDelay": {
|
|
794
794
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
795
795
|
"value": "0s"
|
|
796
796
|
},
|
|
797
|
-
"
|
|
798
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
797
|
+
"c_button_hover__icon_ScaleX": {
|
|
798
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
799
799
|
"value": "1"
|
|
800
800
|
}
|
|
801
801
|
},
|
package/dist/esm/c_progress.d.ts
CHANGED
|
@@ -385,6 +385,27 @@ export const c_progress: {
|
|
|
385
385
|
"#ffffff"
|
|
386
386
|
]
|
|
387
387
|
}
|
|
388
|
+
},
|
|
389
|
+
".pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon": {
|
|
390
|
+
"c_progress_TransitionDuration_Opacity": {
|
|
391
|
+
"name": "--pf-v6-c-progress--TransitionDuration--Opacity",
|
|
392
|
+
"value": "200ms",
|
|
393
|
+
"values": [
|
|
394
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
395
|
+
"--pf-t--global--motion--duration--md",
|
|
396
|
+
"--pf-t--global--duration--200",
|
|
397
|
+
"200ms"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"c_progress_TransitionTimingFunction_Opacity": {
|
|
401
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
402
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
403
|
+
"values": [
|
|
404
|
+
"--pf-t--global--motion--timing-function--default",
|
|
405
|
+
"--pf-t--global--timing-function--200",
|
|
406
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
407
|
+
]
|
|
408
|
+
}
|
|
388
409
|
}
|
|
389
410
|
};
|
|
390
411
|
export default c_progress;
|
package/dist/esm/c_progress.js
CHANGED
|
@@ -385,6 +385,27 @@ export const c_progress = {
|
|
|
385
385
|
"#ffffff"
|
|
386
386
|
]
|
|
387
387
|
}
|
|
388
|
+
},
|
|
389
|
+
".pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon": {
|
|
390
|
+
"c_progress_TransitionDuration_Opacity": {
|
|
391
|
+
"name": "--pf-v6-c-progress--TransitionDuration--Opacity",
|
|
392
|
+
"value": "200ms",
|
|
393
|
+
"values": [
|
|
394
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
395
|
+
"--pf-t--global--motion--duration--md",
|
|
396
|
+
"--pf-t--global--duration--200",
|
|
397
|
+
"200ms"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"c_progress_TransitionTimingFunction_Opacity": {
|
|
401
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
402
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
403
|
+
"values": [
|
|
404
|
+
"--pf-t--global--motion--timing-function--default",
|
|
405
|
+
"--pf-t--global--timing-function--200",
|
|
406
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
407
|
+
]
|
|
408
|
+
}
|
|
388
409
|
}
|
|
389
410
|
};
|
|
390
411
|
export default c_progress;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_progress_TransitionTimingFunction_Opacity: {
|
|
2
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-progress--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_progress_TransitionTimingFunction_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_progress_TransitionTimingFunction_Opacity = {
|
|
2
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-progress--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_progress_TransitionTimingFunction_Opacity;
|
package/dist/esm/c_table.d.ts
CHANGED
|
@@ -654,25 +654,6 @@ export const c_table: {
|
|
|
654
654
|
"100ms"
|
|
655
655
|
]
|
|
656
656
|
},
|
|
657
|
-
"c_table__expandable_row_TransitionDuration_slide": {
|
|
658
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--slide",
|
|
659
|
-
"value": "0s",
|
|
660
|
-
"values": [
|
|
661
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide",
|
|
662
|
-
"0s"
|
|
663
|
-
]
|
|
664
|
-
},
|
|
665
|
-
"c_table__expandable_row_TransitionDuration_fade": {
|
|
666
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--fade",
|
|
667
|
-
"value": "100ms",
|
|
668
|
-
"values": [
|
|
669
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
|
|
670
|
-
"--pf-t--global--motion--duration--fade--short",
|
|
671
|
-
"--pf-t--global--motion--duration--sm",
|
|
672
|
-
"--pf-t--global--duration--100",
|
|
673
|
-
"100ms"
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
657
|
"c_table__expandable_row_TransitionTimingFunction": {
|
|
677
658
|
"name": "--pf-v6-c-table__expandable-row--TransitionTimingFunction",
|
|
678
659
|
"value": "cubic-bezier(.4, 0, .2, 1)",
|
package/dist/esm/c_table.js
CHANGED
|
@@ -654,25 +654,6 @@ export const c_table = {
|
|
|
654
654
|
"100ms"
|
|
655
655
|
]
|
|
656
656
|
},
|
|
657
|
-
"c_table__expandable_row_TransitionDuration_slide": {
|
|
658
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--slide",
|
|
659
|
-
"value": "0s",
|
|
660
|
-
"values": [
|
|
661
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide",
|
|
662
|
-
"0s"
|
|
663
|
-
]
|
|
664
|
-
},
|
|
665
|
-
"c_table__expandable_row_TransitionDuration_fade": {
|
|
666
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--fade",
|
|
667
|
-
"value": "100ms",
|
|
668
|
-
"values": [
|
|
669
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
|
|
670
|
-
"--pf-t--global--motion--duration--fade--short",
|
|
671
|
-
"--pf-t--global--motion--duration--sm",
|
|
672
|
-
"--pf-t--global--duration--100",
|
|
673
|
-
"100ms"
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
657
|
"c_table__expandable_row_TransitionTimingFunction": {
|
|
677
658
|
"name": "--pf-v6-c-table__expandable-row--TransitionTimingFunction",
|
|
678
659
|
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
@@ -649,6 +649,27 @@ export const c_text_input_group: {
|
|
|
649
649
|
]
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
|
+
".pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status": {
|
|
653
|
+
"c_text_input_group_TransitionDuration_Opacity": {
|
|
654
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
655
|
+
"value": "200ms",
|
|
656
|
+
"values": [
|
|
657
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
658
|
+
"--pf-t--global--motion--duration--md",
|
|
659
|
+
"--pf-t--global--duration--200",
|
|
660
|
+
"200ms"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"c_text_input_group_TransitionTimingFunction_Opacity": {
|
|
664
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
665
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
666
|
+
"values": [
|
|
667
|
+
"--pf-t--global--motion--timing-function--default",
|
|
668
|
+
"--pf-t--global--timing-function--200",
|
|
669
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
},
|
|
652
673
|
".pf-v6-c-text-input-group:hover": {
|
|
653
674
|
"c_text_input_group_BorderColor": {
|
|
654
675
|
"name": "--pf-v6-c-text-input-group--BorderColor",
|
|
@@ -649,6 +649,27 @@ export const c_text_input_group = {
|
|
|
649
649
|
]
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
|
+
".pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status": {
|
|
653
|
+
"c_text_input_group_TransitionDuration_Opacity": {
|
|
654
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
655
|
+
"value": "200ms",
|
|
656
|
+
"values": [
|
|
657
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
658
|
+
"--pf-t--global--motion--duration--md",
|
|
659
|
+
"--pf-t--global--duration--200",
|
|
660
|
+
"200ms"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"c_text_input_group_TransitionTimingFunction_Opacity": {
|
|
664
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
665
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
666
|
+
"values": [
|
|
667
|
+
"--pf-t--global--motion--timing-function--default",
|
|
668
|
+
"--pf-t--global--timing-function--200",
|
|
669
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
},
|
|
652
673
|
".pf-v6-c-text-input-group:hover": {
|
|
653
674
|
"c_text_input_group_BorderColor": {
|
|
654
675
|
"name": "--pf-v6-c-text-input-group--BorderColor",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_text_input_group_TransitionDuration_Opacity: {
|
|
2
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
3
|
+
"value": "200ms",
|
|
4
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionDuration--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_text_input_group_TransitionDuration_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_text_input_group_TransitionDuration_Opacity = {
|
|
2
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
3
|
+
"value": "200ms",
|
|
4
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionDuration--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_text_input_group_TransitionDuration_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_text_input_group_TransitionTimingFunction_Opacity: {
|
|
2
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_text_input_group_TransitionTimingFunction_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_text_input_group_TransitionTimingFunction_Opacity = {
|
|
2
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_text_input_group_TransitionTimingFunction_Opacity;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -418,12 +418,16 @@ export { c_button_TransitionDelay } from './c_button_TransitionDelay';
|
|
|
418
418
|
export { c_button_TransitionDuration } from './c_button_TransitionDuration';
|
|
419
419
|
export { c_button_TransitionTimingFunction } from './c_button_TransitionTimingFunction';
|
|
420
420
|
export { c_button_TransitionProperty } from './c_button_TransitionProperty';
|
|
421
|
+
export { c_button_ScaleX } from './c_button_ScaleX';
|
|
422
|
+
export { c_button_ScaleY } from './c_button_ScaleY';
|
|
421
423
|
export { c_button_hover_BackgroundColor } from './c_button_hover_BackgroundColor';
|
|
422
424
|
export { c_button_hover_BorderColor } from './c_button_hover_BorderColor';
|
|
423
425
|
export { c_button_hover_BorderWidth } from './c_button_hover_BorderWidth';
|
|
424
426
|
export { c_button_hover_TextDecorationLine } from './c_button_hover_TextDecorationLine';
|
|
425
427
|
export { c_button_hover_TextDecorationStyle } from './c_button_hover_TextDecorationStyle';
|
|
426
428
|
export { c_button_hover_TextDecorationColor } from './c_button_hover_TextDecorationColor';
|
|
429
|
+
export { c_button_hover_ScaleX } from './c_button_hover_ScaleX';
|
|
430
|
+
export { c_button_hover_ScaleY } from './c_button_hover_ScaleY';
|
|
427
431
|
export { c_button_m_clicked_BackgroundColor } from './c_button_m_clicked_BackgroundColor';
|
|
428
432
|
export { c_button_m_clicked_BorderColor } from './c_button_m_clicked_BorderColor';
|
|
429
433
|
export { c_button_m_clicked_BorderWidth } from './c_button_m_clicked_BorderWidth';
|
|
@@ -635,11 +639,14 @@ export { c_button__icon_TransitionTimingFunction } from './c_button__icon_Transi
|
|
|
635
639
|
export { c_button__icon_TransitionDuration } from './c_button__icon_TransitionDuration';
|
|
636
640
|
export { c_button__icon_TransitionProperty } from './c_button__icon_TransitionProperty';
|
|
637
641
|
export { c_button__icon_Rotate } from './c_button__icon_Rotate';
|
|
638
|
-
export { c_button__icon_Scale } from './c_button__icon_Scale';
|
|
639
642
|
export { c_button_hover__icon_TransitionTimingFunction } from './c_button_hover__icon_TransitionTimingFunction';
|
|
640
643
|
export { c_button_hover__icon_TransitionDuration } from './c_button_hover__icon_TransitionDuration';
|
|
641
644
|
export { c_button_hover__icon_TransitionProperty } from './c_button_hover__icon_TransitionProperty';
|
|
642
645
|
export { c_button_hover__icon_Rotate } from './c_button_hover__icon_Rotate';
|
|
646
|
+
export { c_button__icon_ScaleX } from './c_button__icon_ScaleX';
|
|
647
|
+
export { c_button__icon_ScaleY } from './c_button__icon_ScaleY';
|
|
648
|
+
export { c_button_hover__icon_ScaleX } from './c_button_hover__icon_ScaleX';
|
|
649
|
+
export { c_button_hover__icon_ScaleY } from './c_button_hover__icon_ScaleY';
|
|
643
650
|
export { c_button_m_favorite__icon_TransitionDuration } from './c_button_m_favorite__icon_TransitionDuration';
|
|
644
651
|
export { c_button_m_favorite__icon_TransitionTimingFunction } from './c_button_m_favorite__icon_TransitionTimingFunction';
|
|
645
652
|
export { c_button_m_favorited__icon_Color } from './c_button_m_favorited__icon_Color';
|
|
@@ -685,11 +692,10 @@ export { c_button_hamburger_icon_bottom_path } from './c_button_hamburger_icon_b
|
|
|
685
692
|
export { c_button_hamburger_icon_top_collapse_path } from './c_button_hamburger_icon_top_collapse_path';
|
|
686
693
|
export { c_button_hamburger_icon_arrow_collapse_path } from './c_button_hamburger_icon_arrow_collapse_path';
|
|
687
694
|
export { c_button_hamburger_icon_bottom_collapse_path } from './c_button_hamburger_icon_bottom_collapse_path';
|
|
688
|
-
export {
|
|
695
|
+
export { c_button_m_hamburger__icon_m_expand_ScaleX } from './c_button_m_hamburger__icon_m_expand_ScaleX';
|
|
689
696
|
export { c_button_hover_Color } from './c_button_hover_Color';
|
|
690
697
|
export { c_button_m_clicked_Color } from './c_button_m_clicked_Color';
|
|
691
698
|
export { c_button_hover__icon_TransitionDelay } from './c_button_hover__icon_TransitionDelay';
|
|
692
|
-
export { c_button_hover__icon_Scale } from './c_button_hover__icon_Scale';
|
|
693
699
|
export { c_spinner_Color } from './c_spinner_Color';
|
|
694
700
|
export { c_calendar_month } from './c_calendar_month';
|
|
695
701
|
export { c_calendar_month_BackgroundColor } from './c_calendar_month_BackgroundColor';
|
|
@@ -1692,6 +1698,8 @@ export { c_form_control__toggle_icon_Color } from './c_form_control__toggle_icon
|
|
|
1692
1698
|
export { c_form_control__toggle_icon_FontSize } from './c_form_control__toggle_icon_FontSize';
|
|
1693
1699
|
export { c_form_control_m_disabled__toggle_icon_Color } from './c_form_control_m_disabled__toggle_icon_Color';
|
|
1694
1700
|
export { c_form_control_m_status_PaddingInlineEnd_offset } from './c_form_control_m_status_PaddingInlineEnd_offset';
|
|
1701
|
+
export { c_form_control_TransitionDuration_Opacity } from './c_form_control_TransitionDuration_Opacity';
|
|
1702
|
+
export { c_form_control_TransitionTimingFunction_Opacity } from './c_form_control_TransitionTimingFunction_Opacity';
|
|
1695
1703
|
export { c_helper_text } from './c_helper_text';
|
|
1696
1704
|
export { c_helper_text_Gap } from './c_helper_text_Gap';
|
|
1697
1705
|
export { c_helper_text_FontSize } from './c_helper_text_FontSize';
|
|
@@ -3032,6 +3040,8 @@ export { c_progress_m_outside__measure_FontSize } from './c_progress_m_outside__
|
|
|
3032
3040
|
export { c_progress_m_sm__bar_Height } from './c_progress_m_sm__bar_Height';
|
|
3033
3041
|
export { c_progress_m_sm__measure_FontSize } from './c_progress_m_sm__measure_FontSize';
|
|
3034
3042
|
export { c_progress_m_lg__bar_Height } from './c_progress_m_lg__bar_Height';
|
|
3043
|
+
export { c_progress_TransitionDuration_Opacity } from './c_progress_TransitionDuration_Opacity';
|
|
3044
|
+
export { c_progress_TransitionTimingFunction_Opacity } from './c_progress_TransitionTimingFunction_Opacity';
|
|
3035
3045
|
export { c_progress_stepper } from './c_progress_stepper';
|
|
3036
3046
|
export { c_progress_stepper_m_vertical_GridAutoFlow } from './c_progress_stepper_m_vertical_GridAutoFlow';
|
|
3037
3047
|
export { c_progress_stepper_m_vertical_GridTemplateColumns } from './c_progress_stepper_m_vertical_GridTemplateColumns';
|
|
@@ -3633,8 +3643,6 @@ export { c_table__expandable_row_TransitionDuration_expand_slide } from './c_tab
|
|
|
3633
3643
|
export { c_table__expandable_row_TransitionDuration_expand_fade } from './c_table__expandable_row_TransitionDuration_expand_fade';
|
|
3634
3644
|
export { c_table__expandable_row_TransitionDuration_collapse_slide } from './c_table__expandable_row_TransitionDuration_collapse_slide';
|
|
3635
3645
|
export { c_table__expandable_row_TransitionDuration_collapse_fade } from './c_table__expandable_row_TransitionDuration_collapse_fade';
|
|
3636
|
-
export { c_table__expandable_row_TransitionDuration_slide } from './c_table__expandable_row_TransitionDuration_slide';
|
|
3637
|
-
export { c_table__expandable_row_TransitionDuration_fade } from './c_table__expandable_row_TransitionDuration_fade';
|
|
3638
3646
|
export { c_table__expandable_row_TransitionTimingFunction } from './c_table__expandable_row_TransitionTimingFunction';
|
|
3639
3647
|
export { c_table__expandable_row_Opacity } from './c_table__expandable_row_Opacity';
|
|
3640
3648
|
export { c_table__tbody_m_expanded__expandable_row_Opacity } from './c_table__tbody_m_expanded__expandable_row_Opacity';
|
|
@@ -3912,6 +3920,8 @@ export { c_text_input_group__utilities_child_MarginInlineStart } from './c_text_
|
|
|
3912
3920
|
export { c_text_input_group_m_disabled_Color } from './c_text_input_group_m_disabled_Color';
|
|
3913
3921
|
export { c_text_input_group_m_disabled_BackgroundColor } from './c_text_input_group_m_disabled_BackgroundColor';
|
|
3914
3922
|
export { c_text_input_group_Color } from './c_text_input_group_Color';
|
|
3923
|
+
export { c_text_input_group_TransitionDuration_Opacity } from './c_text_input_group_TransitionDuration_Opacity';
|
|
3924
|
+
export { c_text_input_group_TransitionTimingFunction_Opacity } from './c_text_input_group_TransitionTimingFunction_Opacity';
|
|
3915
3925
|
export { c_text_input_group__text_Position } from './c_text_input_group__text_Position';
|
|
3916
3926
|
export { c_tile } from './c_tile';
|
|
3917
3927
|
export { c_tile_PaddingBlockStart } from './c_tile_PaddingBlockStart';
|
package/dist/esm/index.js
CHANGED
|
@@ -418,12 +418,16 @@ export { c_button_TransitionDelay } from './c_button_TransitionDelay';
|
|
|
418
418
|
export { c_button_TransitionDuration } from './c_button_TransitionDuration';
|
|
419
419
|
export { c_button_TransitionTimingFunction } from './c_button_TransitionTimingFunction';
|
|
420
420
|
export { c_button_TransitionProperty } from './c_button_TransitionProperty';
|
|
421
|
+
export { c_button_ScaleX } from './c_button_ScaleX';
|
|
422
|
+
export { c_button_ScaleY } from './c_button_ScaleY';
|
|
421
423
|
export { c_button_hover_BackgroundColor } from './c_button_hover_BackgroundColor';
|
|
422
424
|
export { c_button_hover_BorderColor } from './c_button_hover_BorderColor';
|
|
423
425
|
export { c_button_hover_BorderWidth } from './c_button_hover_BorderWidth';
|
|
424
426
|
export { c_button_hover_TextDecorationLine } from './c_button_hover_TextDecorationLine';
|
|
425
427
|
export { c_button_hover_TextDecorationStyle } from './c_button_hover_TextDecorationStyle';
|
|
426
428
|
export { c_button_hover_TextDecorationColor } from './c_button_hover_TextDecorationColor';
|
|
429
|
+
export { c_button_hover_ScaleX } from './c_button_hover_ScaleX';
|
|
430
|
+
export { c_button_hover_ScaleY } from './c_button_hover_ScaleY';
|
|
427
431
|
export { c_button_m_clicked_BackgroundColor } from './c_button_m_clicked_BackgroundColor';
|
|
428
432
|
export { c_button_m_clicked_BorderColor } from './c_button_m_clicked_BorderColor';
|
|
429
433
|
export { c_button_m_clicked_BorderWidth } from './c_button_m_clicked_BorderWidth';
|
|
@@ -635,11 +639,14 @@ export { c_button__icon_TransitionTimingFunction } from './c_button__icon_Transi
|
|
|
635
639
|
export { c_button__icon_TransitionDuration } from './c_button__icon_TransitionDuration';
|
|
636
640
|
export { c_button__icon_TransitionProperty } from './c_button__icon_TransitionProperty';
|
|
637
641
|
export { c_button__icon_Rotate } from './c_button__icon_Rotate';
|
|
638
|
-
export { c_button__icon_Scale } from './c_button__icon_Scale';
|
|
639
642
|
export { c_button_hover__icon_TransitionTimingFunction } from './c_button_hover__icon_TransitionTimingFunction';
|
|
640
643
|
export { c_button_hover__icon_TransitionDuration } from './c_button_hover__icon_TransitionDuration';
|
|
641
644
|
export { c_button_hover__icon_TransitionProperty } from './c_button_hover__icon_TransitionProperty';
|
|
642
645
|
export { c_button_hover__icon_Rotate } from './c_button_hover__icon_Rotate';
|
|
646
|
+
export { c_button__icon_ScaleX } from './c_button__icon_ScaleX';
|
|
647
|
+
export { c_button__icon_ScaleY } from './c_button__icon_ScaleY';
|
|
648
|
+
export { c_button_hover__icon_ScaleX } from './c_button_hover__icon_ScaleX';
|
|
649
|
+
export { c_button_hover__icon_ScaleY } from './c_button_hover__icon_ScaleY';
|
|
643
650
|
export { c_button_m_favorite__icon_TransitionDuration } from './c_button_m_favorite__icon_TransitionDuration';
|
|
644
651
|
export { c_button_m_favorite__icon_TransitionTimingFunction } from './c_button_m_favorite__icon_TransitionTimingFunction';
|
|
645
652
|
export { c_button_m_favorited__icon_Color } from './c_button_m_favorited__icon_Color';
|
|
@@ -685,11 +692,10 @@ export { c_button_hamburger_icon_bottom_path } from './c_button_hamburger_icon_b
|
|
|
685
692
|
export { c_button_hamburger_icon_top_collapse_path } from './c_button_hamburger_icon_top_collapse_path';
|
|
686
693
|
export { c_button_hamburger_icon_arrow_collapse_path } from './c_button_hamburger_icon_arrow_collapse_path';
|
|
687
694
|
export { c_button_hamburger_icon_bottom_collapse_path } from './c_button_hamburger_icon_bottom_collapse_path';
|
|
688
|
-
export {
|
|
695
|
+
export { c_button_m_hamburger__icon_m_expand_ScaleX } from './c_button_m_hamburger__icon_m_expand_ScaleX';
|
|
689
696
|
export { c_button_hover_Color } from './c_button_hover_Color';
|
|
690
697
|
export { c_button_m_clicked_Color } from './c_button_m_clicked_Color';
|
|
691
698
|
export { c_button_hover__icon_TransitionDelay } from './c_button_hover__icon_TransitionDelay';
|
|
692
|
-
export { c_button_hover__icon_Scale } from './c_button_hover__icon_Scale';
|
|
693
699
|
export { c_spinner_Color } from './c_spinner_Color';
|
|
694
700
|
export { c_calendar_month } from './c_calendar_month';
|
|
695
701
|
export { c_calendar_month_BackgroundColor } from './c_calendar_month_BackgroundColor';
|
|
@@ -1692,6 +1698,8 @@ export { c_form_control__toggle_icon_Color } from './c_form_control__toggle_icon
|
|
|
1692
1698
|
export { c_form_control__toggle_icon_FontSize } from './c_form_control__toggle_icon_FontSize';
|
|
1693
1699
|
export { c_form_control_m_disabled__toggle_icon_Color } from './c_form_control_m_disabled__toggle_icon_Color';
|
|
1694
1700
|
export { c_form_control_m_status_PaddingInlineEnd_offset } from './c_form_control_m_status_PaddingInlineEnd_offset';
|
|
1701
|
+
export { c_form_control_TransitionDuration_Opacity } from './c_form_control_TransitionDuration_Opacity';
|
|
1702
|
+
export { c_form_control_TransitionTimingFunction_Opacity } from './c_form_control_TransitionTimingFunction_Opacity';
|
|
1695
1703
|
export { c_helper_text } from './c_helper_text';
|
|
1696
1704
|
export { c_helper_text_Gap } from './c_helper_text_Gap';
|
|
1697
1705
|
export { c_helper_text_FontSize } from './c_helper_text_FontSize';
|
|
@@ -3032,6 +3040,8 @@ export { c_progress_m_outside__measure_FontSize } from './c_progress_m_outside__
|
|
|
3032
3040
|
export { c_progress_m_sm__bar_Height } from './c_progress_m_sm__bar_Height';
|
|
3033
3041
|
export { c_progress_m_sm__measure_FontSize } from './c_progress_m_sm__measure_FontSize';
|
|
3034
3042
|
export { c_progress_m_lg__bar_Height } from './c_progress_m_lg__bar_Height';
|
|
3043
|
+
export { c_progress_TransitionDuration_Opacity } from './c_progress_TransitionDuration_Opacity';
|
|
3044
|
+
export { c_progress_TransitionTimingFunction_Opacity } from './c_progress_TransitionTimingFunction_Opacity';
|
|
3035
3045
|
export { c_progress_stepper } from './c_progress_stepper';
|
|
3036
3046
|
export { c_progress_stepper_m_vertical_GridAutoFlow } from './c_progress_stepper_m_vertical_GridAutoFlow';
|
|
3037
3047
|
export { c_progress_stepper_m_vertical_GridTemplateColumns } from './c_progress_stepper_m_vertical_GridTemplateColumns';
|
|
@@ -3633,8 +3643,6 @@ export { c_table__expandable_row_TransitionDuration_expand_slide } from './c_tab
|
|
|
3633
3643
|
export { c_table__expandable_row_TransitionDuration_expand_fade } from './c_table__expandable_row_TransitionDuration_expand_fade';
|
|
3634
3644
|
export { c_table__expandable_row_TransitionDuration_collapse_slide } from './c_table__expandable_row_TransitionDuration_collapse_slide';
|
|
3635
3645
|
export { c_table__expandable_row_TransitionDuration_collapse_fade } from './c_table__expandable_row_TransitionDuration_collapse_fade';
|
|
3636
|
-
export { c_table__expandable_row_TransitionDuration_slide } from './c_table__expandable_row_TransitionDuration_slide';
|
|
3637
|
-
export { c_table__expandable_row_TransitionDuration_fade } from './c_table__expandable_row_TransitionDuration_fade';
|
|
3638
3646
|
export { c_table__expandable_row_TransitionTimingFunction } from './c_table__expandable_row_TransitionTimingFunction';
|
|
3639
3647
|
export { c_table__expandable_row_Opacity } from './c_table__expandable_row_Opacity';
|
|
3640
3648
|
export { c_table__tbody_m_expanded__expandable_row_Opacity } from './c_table__tbody_m_expanded__expandable_row_Opacity';
|
|
@@ -3912,6 +3920,8 @@ export { c_text_input_group__utilities_child_MarginInlineStart } from './c_text_
|
|
|
3912
3920
|
export { c_text_input_group_m_disabled_Color } from './c_text_input_group_m_disabled_Color';
|
|
3913
3921
|
export { c_text_input_group_m_disabled_BackgroundColor } from './c_text_input_group_m_disabled_BackgroundColor';
|
|
3914
3922
|
export { c_text_input_group_Color } from './c_text_input_group_Color';
|
|
3923
|
+
export { c_text_input_group_TransitionDuration_Opacity } from './c_text_input_group_TransitionDuration_Opacity';
|
|
3924
|
+
export { c_text_input_group_TransitionTimingFunction_Opacity } from './c_text_input_group_TransitionTimingFunction_Opacity';
|
|
3915
3925
|
export { c_text_input_group__text_Position } from './c_text_input_group__text_Position';
|
|
3916
3926
|
export { c_tile } from './c_tile';
|
|
3917
3927
|
export { c_tile_PaddingBlockStart } from './c_tile_PaddingBlockStart';
|