@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/js/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/js/c_page.js
CHANGED
|
@@ -738,11 +738,11 @@ exports.c_page = {
|
|
|
738
738
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
739
739
|
"value": "0s"
|
|
740
740
|
},
|
|
741
|
-
"
|
|
742
|
-
"name": "--pf-v6-c-button__icon--
|
|
741
|
+
"c_button__icon_ScaleX": {
|
|
742
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
743
743
|
"value": "-1",
|
|
744
744
|
"values": [
|
|
745
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
745
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
746
746
|
"-1"
|
|
747
747
|
]
|
|
748
748
|
},
|
|
@@ -750,11 +750,11 @@ exports.c_page = {
|
|
|
750
750
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
751
751
|
"value": "0s"
|
|
752
752
|
},
|
|
753
|
-
"
|
|
754
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
753
|
+
"c_button_hover__icon_ScaleX": {
|
|
754
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
755
755
|
"value": "-1",
|
|
756
756
|
"values": [
|
|
757
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
757
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
758
758
|
"-1"
|
|
759
759
|
]
|
|
760
760
|
}
|
|
@@ -788,16 +788,16 @@ exports.c_page = {
|
|
|
788
788
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
789
789
|
"value": "0s"
|
|
790
790
|
},
|
|
791
|
-
"
|
|
792
|
-
"name": "--pf-v6-c-button__icon--
|
|
791
|
+
"c_button__icon_ScaleX": {
|
|
792
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
793
793
|
"value": "1"
|
|
794
794
|
},
|
|
795
795
|
"c_button_hover__icon_TransitionDelay": {
|
|
796
796
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
797
797
|
"value": "0s"
|
|
798
798
|
},
|
|
799
|
-
"
|
|
800
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
799
|
+
"c_button_hover__icon_ScaleX": {
|
|
800
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
801
801
|
"value": "1"
|
|
802
802
|
}
|
|
803
803
|
},
|
package/dist/js/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/js/c_progress.js
CHANGED
|
@@ -387,6 +387,27 @@ exports.c_progress = {
|
|
|
387
387
|
"#ffffff"
|
|
388
388
|
]
|
|
389
389
|
}
|
|
390
|
+
},
|
|
391
|
+
".pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon": {
|
|
392
|
+
"c_progress_TransitionDuration_Opacity": {
|
|
393
|
+
"name": "--pf-v6-c-progress--TransitionDuration--Opacity",
|
|
394
|
+
"value": "200ms",
|
|
395
|
+
"values": [
|
|
396
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
397
|
+
"--pf-t--global--motion--duration--md",
|
|
398
|
+
"--pf-t--global--duration--200",
|
|
399
|
+
"200ms"
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
"c_progress_TransitionTimingFunction_Opacity": {
|
|
403
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
404
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
405
|
+
"values": [
|
|
406
|
+
"--pf-t--global--motion--timing-function--default",
|
|
407
|
+
"--pf-t--global--timing-function--200",
|
|
408
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
409
|
+
]
|
|
410
|
+
}
|
|
390
411
|
}
|
|
391
412
|
};
|
|
392
413
|
exports["default"] = exports.c_progress;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_progress_TransitionDuration_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-progress--TransitionDuration--Opacity",
|
|
5
|
+
"value": "200ms",
|
|
6
|
+
"var": "var(--pf-v6-c-progress--TransitionDuration--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_progress_TransitionDuration_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;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_progress_TransitionTimingFunction_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-progress--TransitionTimingFunction--Opacity",
|
|
5
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
6
|
+
"var": "var(--pf-v6-c-progress--TransitionTimingFunction--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_progress_TransitionTimingFunction_Opacity;
|
package/dist/js/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/js/c_table.js
CHANGED
|
@@ -656,25 +656,6 @@ exports.c_table = {
|
|
|
656
656
|
"100ms"
|
|
657
657
|
]
|
|
658
658
|
},
|
|
659
|
-
"c_table__expandable_row_TransitionDuration_slide": {
|
|
660
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--slide",
|
|
661
|
-
"value": "0s",
|
|
662
|
-
"values": [
|
|
663
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide",
|
|
664
|
-
"0s"
|
|
665
|
-
]
|
|
666
|
-
},
|
|
667
|
-
"c_table__expandable_row_TransitionDuration_fade": {
|
|
668
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--fade",
|
|
669
|
-
"value": "100ms",
|
|
670
|
-
"values": [
|
|
671
|
-
"--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
|
|
672
|
-
"--pf-t--global--motion--duration--fade--short",
|
|
673
|
-
"--pf-t--global--motion--duration--sm",
|
|
674
|
-
"--pf-t--global--duration--100",
|
|
675
|
-
"100ms"
|
|
676
|
-
]
|
|
677
|
-
},
|
|
678
659
|
"c_table__expandable_row_TransitionTimingFunction": {
|
|
679
660
|
"name": "--pf-v6-c-table__expandable-row--TransitionTimingFunction",
|
|
680
661
|
"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",
|
|
@@ -651,6 +651,27 @@ exports.c_text_input_group = {
|
|
|
651
651
|
]
|
|
652
652
|
}
|
|
653
653
|
},
|
|
654
|
+
".pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status": {
|
|
655
|
+
"c_text_input_group_TransitionDuration_Opacity": {
|
|
656
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
657
|
+
"value": "200ms",
|
|
658
|
+
"values": [
|
|
659
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
660
|
+
"--pf-t--global--motion--duration--md",
|
|
661
|
+
"--pf-t--global--duration--200",
|
|
662
|
+
"200ms"
|
|
663
|
+
]
|
|
664
|
+
},
|
|
665
|
+
"c_text_input_group_TransitionTimingFunction_Opacity": {
|
|
666
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
667
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
668
|
+
"values": [
|
|
669
|
+
"--pf-t--global--motion--timing-function--default",
|
|
670
|
+
"--pf-t--global--timing-function--200",
|
|
671
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
672
|
+
]
|
|
673
|
+
}
|
|
674
|
+
},
|
|
654
675
|
".pf-v6-c-text-input-group:hover": {
|
|
655
676
|
"c_text_input_group_BorderColor": {
|
|
656
677
|
"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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_text_input_group_TransitionDuration_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-text-input-group--TransitionDuration--Opacity",
|
|
5
|
+
"value": "200ms",
|
|
6
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionDuration--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_text_input_group_TransitionTimingFunction_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity",
|
|
5
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
6
|
+
"var": "var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_text_input_group_TransitionTimingFunction_Opacity;
|
package/dist/js/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/js/index.js
CHANGED
|
@@ -423,12 +423,16 @@ __export(require('./c_button_TransitionDelay'));
|
|
|
423
423
|
__export(require('./c_button_TransitionDuration'));
|
|
424
424
|
__export(require('./c_button_TransitionTimingFunction'));
|
|
425
425
|
__export(require('./c_button_TransitionProperty'));
|
|
426
|
+
__export(require('./c_button_ScaleX'));
|
|
427
|
+
__export(require('./c_button_ScaleY'));
|
|
426
428
|
__export(require('./c_button_hover_BackgroundColor'));
|
|
427
429
|
__export(require('./c_button_hover_BorderColor'));
|
|
428
430
|
__export(require('./c_button_hover_BorderWidth'));
|
|
429
431
|
__export(require('./c_button_hover_TextDecorationLine'));
|
|
430
432
|
__export(require('./c_button_hover_TextDecorationStyle'));
|
|
431
433
|
__export(require('./c_button_hover_TextDecorationColor'));
|
|
434
|
+
__export(require('./c_button_hover_ScaleX'));
|
|
435
|
+
__export(require('./c_button_hover_ScaleY'));
|
|
432
436
|
__export(require('./c_button_m_clicked_BackgroundColor'));
|
|
433
437
|
__export(require('./c_button_m_clicked_BorderColor'));
|
|
434
438
|
__export(require('./c_button_m_clicked_BorderWidth'));
|
|
@@ -640,11 +644,14 @@ __export(require('./c_button__icon_TransitionTimingFunction'));
|
|
|
640
644
|
__export(require('./c_button__icon_TransitionDuration'));
|
|
641
645
|
__export(require('./c_button__icon_TransitionProperty'));
|
|
642
646
|
__export(require('./c_button__icon_Rotate'));
|
|
643
|
-
__export(require('./c_button__icon_Scale'));
|
|
644
647
|
__export(require('./c_button_hover__icon_TransitionTimingFunction'));
|
|
645
648
|
__export(require('./c_button_hover__icon_TransitionDuration'));
|
|
646
649
|
__export(require('./c_button_hover__icon_TransitionProperty'));
|
|
647
650
|
__export(require('./c_button_hover__icon_Rotate'));
|
|
651
|
+
__export(require('./c_button__icon_ScaleX'));
|
|
652
|
+
__export(require('./c_button__icon_ScaleY'));
|
|
653
|
+
__export(require('./c_button_hover__icon_ScaleX'));
|
|
654
|
+
__export(require('./c_button_hover__icon_ScaleY'));
|
|
648
655
|
__export(require('./c_button_m_favorite__icon_TransitionDuration'));
|
|
649
656
|
__export(require('./c_button_m_favorite__icon_TransitionTimingFunction'));
|
|
650
657
|
__export(require('./c_button_m_favorited__icon_Color'));
|
|
@@ -690,11 +697,10 @@ __export(require('./c_button_hamburger_icon_bottom_path'));
|
|
|
690
697
|
__export(require('./c_button_hamburger_icon_top_collapse_path'));
|
|
691
698
|
__export(require('./c_button_hamburger_icon_arrow_collapse_path'));
|
|
692
699
|
__export(require('./c_button_hamburger_icon_bottom_collapse_path'));
|
|
693
|
-
__export(require('./
|
|
700
|
+
__export(require('./c_button_m_hamburger__icon_m_expand_ScaleX'));
|
|
694
701
|
__export(require('./c_button_hover_Color'));
|
|
695
702
|
__export(require('./c_button_m_clicked_Color'));
|
|
696
703
|
__export(require('./c_button_hover__icon_TransitionDelay'));
|
|
697
|
-
__export(require('./c_button_hover__icon_Scale'));
|
|
698
704
|
__export(require('./c_spinner_Color'));
|
|
699
705
|
__export(require('./c_calendar_month'));
|
|
700
706
|
__export(require('./c_calendar_month_BackgroundColor'));
|
|
@@ -1697,6 +1703,8 @@ __export(require('./c_form_control__toggle_icon_Color'));
|
|
|
1697
1703
|
__export(require('./c_form_control__toggle_icon_FontSize'));
|
|
1698
1704
|
__export(require('./c_form_control_m_disabled__toggle_icon_Color'));
|
|
1699
1705
|
__export(require('./c_form_control_m_status_PaddingInlineEnd_offset'));
|
|
1706
|
+
__export(require('./c_form_control_TransitionDuration_Opacity'));
|
|
1707
|
+
__export(require('./c_form_control_TransitionTimingFunction_Opacity'));
|
|
1700
1708
|
__export(require('./c_helper_text'));
|
|
1701
1709
|
__export(require('./c_helper_text_Gap'));
|
|
1702
1710
|
__export(require('./c_helper_text_FontSize'));
|
|
@@ -3037,6 +3045,8 @@ __export(require('./c_progress_m_outside__measure_FontSize'));
|
|
|
3037
3045
|
__export(require('./c_progress_m_sm__bar_Height'));
|
|
3038
3046
|
__export(require('./c_progress_m_sm__measure_FontSize'));
|
|
3039
3047
|
__export(require('./c_progress_m_lg__bar_Height'));
|
|
3048
|
+
__export(require('./c_progress_TransitionDuration_Opacity'));
|
|
3049
|
+
__export(require('./c_progress_TransitionTimingFunction_Opacity'));
|
|
3040
3050
|
__export(require('./c_progress_stepper'));
|
|
3041
3051
|
__export(require('./c_progress_stepper_m_vertical_GridAutoFlow'));
|
|
3042
3052
|
__export(require('./c_progress_stepper_m_vertical_GridTemplateColumns'));
|
|
@@ -3638,8 +3648,6 @@ __export(require('./c_table__expandable_row_TransitionDuration_expand_slide'));
|
|
|
3638
3648
|
__export(require('./c_table__expandable_row_TransitionDuration_expand_fade'));
|
|
3639
3649
|
__export(require('./c_table__expandable_row_TransitionDuration_collapse_slide'));
|
|
3640
3650
|
__export(require('./c_table__expandable_row_TransitionDuration_collapse_fade'));
|
|
3641
|
-
__export(require('./c_table__expandable_row_TransitionDuration_slide'));
|
|
3642
|
-
__export(require('./c_table__expandable_row_TransitionDuration_fade'));
|
|
3643
3651
|
__export(require('./c_table__expandable_row_TransitionTimingFunction'));
|
|
3644
3652
|
__export(require('./c_table__expandable_row_Opacity'));
|
|
3645
3653
|
__export(require('./c_table__tbody_m_expanded__expandable_row_Opacity'));
|
|
@@ -3917,6 +3925,8 @@ __export(require('./c_text_input_group__utilities_child_MarginInlineStart'));
|
|
|
3917
3925
|
__export(require('./c_text_input_group_m_disabled_Color'));
|
|
3918
3926
|
__export(require('./c_text_input_group_m_disabled_BackgroundColor'));
|
|
3919
3927
|
__export(require('./c_text_input_group_Color'));
|
|
3928
|
+
__export(require('./c_text_input_group_TransitionDuration_Opacity'));
|
|
3929
|
+
__export(require('./c_text_input_group_TransitionTimingFunction_Opacity'));
|
|
3920
3930
|
__export(require('./c_text_input_group__text_Position'));
|
|
3921
3931
|
__export(require('./c_tile'));
|
|
3922
3932
|
__export(require('./c_tile_PaddingBlockStart'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "6.3.0-prerelease.
|
|
3
|
+
"version": "6.3.0-prerelease.6",
|
|
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",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"clean": "rimraf dist"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"
|
|
32
|
+
"@adobe/css-tools": "^4.4.2",
|
|
33
|
+
"@patternfly/patternfly": "6.3.0-prerelease.29",
|
|
34
34
|
"fs-extra": "^11.3.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "c40f2f81ebe65b6bd785bc38da66330532ac7a30"
|
|
37
37
|
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_button_m_hamburger__icon_m_expand_Scale: {
|
|
2
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--Scale",
|
|
3
|
-
"value": "-1",
|
|
4
|
-
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--Scale)"
|
|
5
|
-
};
|
|
6
|
-
export default c_button_m_hamburger__icon_m_expand_Scale;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_button_m_hamburger__icon_m_expand_Scale = {
|
|
2
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--Scale",
|
|
3
|
-
"value": "-1",
|
|
4
|
-
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--Scale)"
|
|
5
|
-
};
|
|
6
|
-
export default c_button_m_hamburger__icon_m_expand_Scale;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_table__expandable_row_TransitionDuration_fade: {
|
|
2
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--fade",
|
|
3
|
-
"value": "100ms",
|
|
4
|
-
"var": "var(--pf-v6-c-table__expandable-row--TransitionDuration--fade)"
|
|
5
|
-
};
|
|
6
|
-
export default c_table__expandable_row_TransitionDuration_fade;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_table__expandable_row_TransitionDuration_fade = {
|
|
2
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--fade",
|
|
3
|
-
"value": "100ms",
|
|
4
|
-
"var": "var(--pf-v6-c-table__expandable-row--TransitionDuration--fade)"
|
|
5
|
-
};
|
|
6
|
-
export default c_table__expandable_row_TransitionDuration_fade;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_table__expandable_row_TransitionDuration_slide: {
|
|
2
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--slide",
|
|
3
|
-
"value": "0s",
|
|
4
|
-
"var": "var(--pf-v6-c-table__expandable-row--TransitionDuration--slide)"
|
|
5
|
-
};
|
|
6
|
-
export default c_table__expandable_row_TransitionDuration_slide;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export const c_table__expandable_row_TransitionDuration_slide = {
|
|
2
|
-
"name": "--pf-v6-c-table__expandable-row--TransitionDuration--slide",
|
|
3
|
-
"value": "0s",
|
|
4
|
-
"var": "var(--pf-v6-c-table__expandable-row--TransitionDuration--slide)"
|
|
5
|
-
};
|
|
6
|
-
export default c_table__expandable_row_TransitionDuration_slide;
|