@patternfly/react-tokens 4.46.2 → 4.47.2
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 +38 -0
- package/dist/esm/c_avatar.d.ts +104 -0
- package/dist/esm/c_avatar.js +104 -0
- package/dist/esm/c_avatar_Height.d.ts +1 -1
- package/dist/esm/c_avatar_Height.js +1 -1
- package/dist/esm/c_avatar_Width.d.ts +1 -1
- package/dist/esm/c_avatar_Width.js +1 -1
- package/dist/esm/c_avatar_m_lg_Height.d.ts +6 -0
- package/dist/esm/c_avatar_m_lg_Height.js +6 -0
- package/dist/esm/c_avatar_m_lg_Width.d.ts +6 -0
- package/dist/esm/c_avatar_m_lg_Width.js +6 -0
- package/dist/esm/c_avatar_m_md_Height.d.ts +6 -0
- package/dist/esm/c_avatar_m_md_Height.js +6 -0
- package/dist/esm/c_avatar_m_md_Width.d.ts +6 -0
- package/dist/esm/c_avatar_m_md_Width.js +6 -0
- package/dist/esm/c_avatar_m_sm_Height.d.ts +6 -0
- package/dist/esm/c_avatar_m_sm_Height.js +6 -0
- package/dist/esm/c_avatar_m_sm_Width.d.ts +6 -0
- package/dist/esm/c_avatar_m_sm_Width.js +6 -0
- package/dist/esm/c_avatar_m_xl_Height.d.ts +6 -0
- package/dist/esm/c_avatar_m_xl_Height.js +6 -0
- package/dist/esm/c_avatar_m_xl_Width.d.ts +6 -0
- package/dist/esm/c_avatar_m_xl_Width.js +6 -0
- package/dist/esm/c_code_editor.d.ts +20 -0
- package/dist/esm/c_code_editor.js +20 -0
- package/dist/esm/c_code_editor__header_main_PaddingLeft.d.ts +6 -0
- package/dist/esm/c_code_editor__header_main_PaddingLeft.js +6 -0
- package/dist/esm/c_code_editor__header_main_PaddingRight.d.ts +6 -0
- package/dist/esm/c_code_editor__header_main_PaddingRight.js +6 -0
- package/dist/esm/c_dropdown.d.ts +27 -6
- package/dist/esm/c_dropdown.js +27 -6
- package/dist/esm/c_dropdown__toggle_m_primary_Color.d.ts +1 -1
- package/dist/esm/c_dropdown__toggle_m_primary_Color.js +1 -1
- package/dist/esm/c_dropdown__toggle_m_primary_disabled_Color.d.ts +6 -0
- package/dist/esm/c_dropdown__toggle_m_primary_disabled_Color.js +6 -0
- package/dist/esm/c_label.d.ts +371 -24
- package/dist/esm/c_label.js +371 -24
- package/dist/esm/c_label__content_MaxWidth.d.ts +6 -0
- package/dist/esm/c_label__content_MaxWidth.js +6 -0
- package/dist/esm/c_label_m_editable__content_MaxWidth.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_MaxWidth.js +6 -0
- package/dist/esm/c_label_m_editable__content_before_BorderColor.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_before_BorderColor.js +6 -0
- package/dist/esm/c_label_m_editable__content_before_BorderWidth.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_before_BorderWidth.js +6 -0
- package/dist/esm/c_label_m_editable__content_focus_before_BorderColor.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_focus_before_BorderColor.js +6 -0
- package/dist/esm/c_label_m_editable__content_focus_before_BorderWidth.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_focus_before_BorderWidth.js +6 -0
- package/dist/esm/c_label_m_editable__content_hover_before_BorderColor.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_hover_before_BorderColor.js +6 -0
- package/dist/esm/c_label_m_editable__content_hover_before_BorderWidth.d.ts +6 -0
- package/dist/esm/c_label_m_editable__content_hover_before_BorderWidth.js +6 -0
- package/dist/esm/c_label_m_outline__content_link_focus_before_BorderWidth.d.ts +1 -1
- package/dist/esm/c_label_m_outline__content_link_focus_before_BorderWidth.js +1 -1
- package/dist/esm/c_label_m_outline__content_link_hover_before_BorderWidth.d.ts +1 -1
- package/dist/esm/c_label_m_outline__content_link_hover_before_BorderWidth.js +1 -1
- package/dist/esm/c_nav.d.ts +42 -0
- package/dist/esm/c_nav.js +42 -0
- package/dist/esm/c_nav_c_menu__item_before_BorderBottomWidth.d.ts +1 -1
- package/dist/esm/c_nav_c_menu__item_before_BorderBottomWidth.js +1 -1
- package/dist/esm/c_nav_c_menu__list_item_m_drill_up__item_FontWeight.d.ts +6 -0
- package/dist/esm/c_nav_c_menu__list_item_m_drill_up__item_FontWeight.js +6 -0
- package/dist/esm/c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth.d.ts +6 -0
- package/dist/esm/c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth.js +6 -0
- package/dist/esm/index.d.ts +22 -3
- package/dist/esm/index.js +22 -3
- package/dist/js/c_avatar.d.ts +104 -0
- package/dist/js/c_avatar.js +104 -0
- package/dist/js/c_avatar_Height.d.ts +1 -1
- package/dist/js/c_avatar_Height.js +1 -1
- package/dist/js/c_avatar_Width.d.ts +1 -1
- package/dist/js/c_avatar_Width.js +1 -1
- package/dist/js/c_avatar_m_lg_Height.d.ts +6 -0
- package/dist/js/c_avatar_m_lg_Height.js +8 -0
- package/dist/js/c_avatar_m_lg_Width.d.ts +6 -0
- package/dist/js/c_avatar_m_lg_Width.js +8 -0
- package/dist/js/c_avatar_m_md_Height.d.ts +6 -0
- package/dist/js/c_avatar_m_md_Height.js +8 -0
- package/dist/js/c_avatar_m_md_Width.d.ts +6 -0
- package/dist/js/c_avatar_m_md_Width.js +8 -0
- package/dist/js/c_avatar_m_sm_Height.d.ts +6 -0
- package/dist/js/c_avatar_m_sm_Height.js +8 -0
- package/dist/js/c_avatar_m_sm_Width.d.ts +6 -0
- package/dist/js/c_avatar_m_sm_Width.js +8 -0
- package/dist/js/c_avatar_m_xl_Height.d.ts +6 -0
- package/dist/js/c_avatar_m_xl_Height.js +8 -0
- package/dist/js/c_avatar_m_xl_Width.d.ts +6 -0
- package/dist/js/c_avatar_m_xl_Width.js +8 -0
- package/dist/js/c_code_editor.d.ts +20 -0
- package/dist/js/c_code_editor.js +20 -0
- package/dist/js/c_code_editor__header_main_PaddingLeft.d.ts +6 -0
- package/dist/js/c_code_editor__header_main_PaddingLeft.js +8 -0
- package/dist/js/c_code_editor__header_main_PaddingRight.d.ts +6 -0
- package/dist/js/c_code_editor__header_main_PaddingRight.js +8 -0
- package/dist/js/c_dropdown.d.ts +27 -6
- package/dist/js/c_dropdown.js +27 -6
- package/dist/js/c_dropdown__toggle_m_primary_Color.d.ts +1 -1
- package/dist/js/c_dropdown__toggle_m_primary_Color.js +1 -1
- package/dist/js/c_dropdown__toggle_m_primary_disabled_Color.d.ts +6 -0
- package/dist/js/c_dropdown__toggle_m_primary_disabled_Color.js +8 -0
- package/dist/js/c_label.d.ts +371 -24
- package/dist/js/c_label.js +371 -24
- package/dist/js/c_label__content_MaxWidth.d.ts +6 -0
- package/dist/js/c_label__content_MaxWidth.js +8 -0
- package/dist/js/c_label_m_editable__content_MaxWidth.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_MaxWidth.js +8 -0
- package/dist/js/c_label_m_editable__content_before_BorderColor.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_before_BorderColor.js +8 -0
- package/dist/js/c_label_m_editable__content_before_BorderWidth.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_before_BorderWidth.js +8 -0
- package/dist/js/c_label_m_editable__content_focus_before_BorderColor.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_focus_before_BorderColor.js +8 -0
- package/dist/js/c_label_m_editable__content_focus_before_BorderWidth.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_focus_before_BorderWidth.js +8 -0
- package/dist/js/c_label_m_editable__content_hover_before_BorderColor.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_hover_before_BorderColor.js +8 -0
- package/dist/js/c_label_m_editable__content_hover_before_BorderWidth.d.ts +6 -0
- package/dist/js/c_label_m_editable__content_hover_before_BorderWidth.js +8 -0
- package/dist/js/c_label_m_outline__content_link_focus_before_BorderWidth.d.ts +1 -1
- package/dist/js/c_label_m_outline__content_link_focus_before_BorderWidth.js +1 -1
- package/dist/js/c_label_m_outline__content_link_hover_before_BorderWidth.d.ts +1 -1
- package/dist/js/c_label_m_outline__content_link_hover_before_BorderWidth.js +1 -1
- package/dist/js/c_nav.d.ts +42 -0
- package/dist/js/c_nav.js +42 -0
- package/dist/js/c_nav_c_menu__item_before_BorderBottomWidth.d.ts +1 -1
- package/dist/js/c_nav_c_menu__item_before_BorderBottomWidth.js +1 -1
- package/dist/js/c_nav_c_menu__list_item_m_drill_up__item_FontWeight.d.ts +6 -0
- package/dist/js/c_nav_c_menu__list_item_m_drill_up__item_FontWeight.js +8 -0
- package/dist/js/c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth.d.ts +6 -0
- package/dist/js/c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth.js +8 -0
- package/dist/js/index.d.ts +22 -3
- package/dist/js/index.js +22 -3
- package/package.json +3 -3
- package/dist/esm/c_label__editable_text_BorderWidth.d.ts +0 -6
- package/dist/esm/c_label__editable_text_BorderWidth.js +0 -6
- package/dist/esm/c_label__editable_text_MaxWidth.d.ts +0 -6
- package/dist/esm/c_label__editable_text_MaxWidth.js +0 -6
- package/dist/js/c_label__editable_text_BorderWidth.d.ts +0 -6
- package/dist/js/c_label__editable_text_BorderWidth.js +0 -8
- package/dist/js/c_label__editable_text_MaxWidth.d.ts +0 -6
- package/dist/js/c_label__editable_text_MaxWidth.js +0 -8
package/dist/esm/c_nav.d.ts
CHANGED
|
@@ -2333,6 +2333,24 @@ export const c_nav: {
|
|
|
2333
2333
|
"#3c3f42"
|
|
2334
2334
|
]
|
|
2335
2335
|
},
|
|
2336
|
+
"c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth": {
|
|
2337
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
2338
|
+
"value": "3px",
|
|
2339
|
+
"values": [
|
|
2340
|
+
"--pf-global--BorderWidth--lg",
|
|
2341
|
+
"$pf-global--BorderWidth--lg",
|
|
2342
|
+
"3px"
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
"c_nav_c_menu__list_item_m_drill_up__item_FontWeight": {
|
|
2346
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
2347
|
+
"value": "700",
|
|
2348
|
+
"values": [
|
|
2349
|
+
"--pf-global--FontWeight--bold",
|
|
2350
|
+
"$pf-global--FontWeight--bold",
|
|
2351
|
+
"700"
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2336
2354
|
"c_nav_c_menu__item_PaddingTop": {
|
|
2337
2355
|
"name": "--pf-c-nav--c-menu__item--PaddingTop",
|
|
2338
2356
|
"value": "1rem",
|
|
@@ -2922,6 +2940,30 @@ export const c_nav: {
|
|
|
2922
2940
|
]
|
|
2923
2941
|
}
|
|
2924
2942
|
},
|
|
2943
|
+
".pf-c-nav .pf-c-menu__list-item:where(.pf-m-drill-up)": {
|
|
2944
|
+
"c_nav_c_menu__item_before_BorderBottomWidth": {
|
|
2945
|
+
"name": "--pf-c-nav--c-menu__item--before--BorderBottomWidth",
|
|
2946
|
+
"value": "3px",
|
|
2947
|
+
"values": [
|
|
2948
|
+
"--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
2949
|
+
"--pf-global--BorderWidth--lg",
|
|
2950
|
+
"$pf-global--BorderWidth--lg",
|
|
2951
|
+
"3px"
|
|
2952
|
+
]
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
".pf-c-nav .pf-c-menu__list-item:where(.pf-m-drill-up) > .pf-c-menu__item": {
|
|
2956
|
+
"c_menu__item_FontWeight": {
|
|
2957
|
+
"name": "--pf-c-menu__item--FontWeight",
|
|
2958
|
+
"value": "700",
|
|
2959
|
+
"values": [
|
|
2960
|
+
"--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
2961
|
+
"--pf-global--FontWeight--bold",
|
|
2962
|
+
"$pf-global--FontWeight--bold",
|
|
2963
|
+
"700"
|
|
2964
|
+
]
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2925
2967
|
".pf-c-nav.pf-m-light": {
|
|
2926
2968
|
"c_nav__item_before_BorderColor": {
|
|
2927
2969
|
"name": "--pf-c-nav__item--before--BorderColor",
|
package/dist/esm/c_nav.js
CHANGED
|
@@ -2333,6 +2333,24 @@ export const c_nav = {
|
|
|
2333
2333
|
"#3c3f42"
|
|
2334
2334
|
]
|
|
2335
2335
|
},
|
|
2336
|
+
"c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth": {
|
|
2337
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
2338
|
+
"value": "3px",
|
|
2339
|
+
"values": [
|
|
2340
|
+
"--pf-global--BorderWidth--lg",
|
|
2341
|
+
"$pf-global--BorderWidth--lg",
|
|
2342
|
+
"3px"
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
"c_nav_c_menu__list_item_m_drill_up__item_FontWeight": {
|
|
2346
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
2347
|
+
"value": "700",
|
|
2348
|
+
"values": [
|
|
2349
|
+
"--pf-global--FontWeight--bold",
|
|
2350
|
+
"$pf-global--FontWeight--bold",
|
|
2351
|
+
"700"
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2336
2354
|
"c_nav_c_menu__item_PaddingTop": {
|
|
2337
2355
|
"name": "--pf-c-nav--c-menu__item--PaddingTop",
|
|
2338
2356
|
"value": "1rem",
|
|
@@ -2922,6 +2940,30 @@ export const c_nav = {
|
|
|
2922
2940
|
]
|
|
2923
2941
|
}
|
|
2924
2942
|
},
|
|
2943
|
+
".pf-c-nav .pf-c-menu__list-item:where(.pf-m-drill-up)": {
|
|
2944
|
+
"c_nav_c_menu__item_before_BorderBottomWidth": {
|
|
2945
|
+
"name": "--pf-c-nav--c-menu__item--before--BorderBottomWidth",
|
|
2946
|
+
"value": "3px",
|
|
2947
|
+
"values": [
|
|
2948
|
+
"--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
2949
|
+
"--pf-global--BorderWidth--lg",
|
|
2950
|
+
"$pf-global--BorderWidth--lg",
|
|
2951
|
+
"3px"
|
|
2952
|
+
]
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
".pf-c-nav .pf-c-menu__list-item:where(.pf-m-drill-up) > .pf-c-menu__item": {
|
|
2956
|
+
"c_menu__item_FontWeight": {
|
|
2957
|
+
"name": "--pf-c-menu__item--FontWeight",
|
|
2958
|
+
"value": "700",
|
|
2959
|
+
"values": [
|
|
2960
|
+
"--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
2961
|
+
"--pf-global--FontWeight--bold",
|
|
2962
|
+
"$pf-global--FontWeight--bold",
|
|
2963
|
+
"700"
|
|
2964
|
+
]
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2925
2967
|
".pf-c-nav.pf-m-light": {
|
|
2926
2968
|
"c_nav__item_before_BorderColor": {
|
|
2927
2969
|
"name": "--pf-c-nav__item--before--BorderColor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_nav_c_menu__item_before_BorderBottomWidth: {
|
|
2
2
|
"name": "--pf-c-nav--c-menu__item--before--BorderBottomWidth",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "3px",
|
|
4
4
|
"var": "var(--pf-c-nav--c-menu__item--before--BorderBottomWidth)"
|
|
5
5
|
};
|
|
6
6
|
export default c_nav_c_menu__item_before_BorderBottomWidth;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_nav_c_menu__item_before_BorderBottomWidth = {
|
|
2
2
|
"name": "--pf-c-nav--c-menu__item--before--BorderBottomWidth",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "3px",
|
|
4
4
|
"var": "var(--pf-c-nav--c-menu__item--before--BorderBottomWidth)"
|
|
5
5
|
};
|
|
6
6
|
export default c_nav_c_menu__item_before_BorderBottomWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_nav_c_menu__list_item_m_drill_up__item_FontWeight: {
|
|
2
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
3
|
+
"value": "700",
|
|
4
|
+
"var": "var(--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight)"
|
|
5
|
+
};
|
|
6
|
+
export default c_nav_c_menu__list_item_m_drill_up__item_FontWeight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_nav_c_menu__list_item_m_drill_up__item_FontWeight = {
|
|
2
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight",
|
|
3
|
+
"value": "700",
|
|
4
|
+
"var": "var(--pf-c-nav--c-menu__list-item--m-drill-up__item--FontWeight)"
|
|
5
|
+
};
|
|
6
|
+
export default c_nav_c_menu__list_item_m_drill_up__item_FontWeight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth: {
|
|
2
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
3
|
+
"value": "3px",
|
|
4
|
+
"var": "var(--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth = {
|
|
2
|
+
"name": "--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth",
|
|
3
|
+
"value": "3px",
|
|
4
|
+
"var": "var(--pf-c-nav--c-menu__list-item--m-drill-up--before--BorderBottomWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2229,6 +2229,8 @@ export { c_nav_c_menu__list_item_active_Color } from './c_nav_c_menu__list_item_
|
|
|
2229
2229
|
export { c_nav_c_menu__list_item_focus_within_Color } from './c_nav_c_menu__list_item_focus_within_Color';
|
|
2230
2230
|
export { c_nav_c_menu__list_item_hover_BackgroundColor } from './c_nav_c_menu__list_item_hover_BackgroundColor';
|
|
2231
2231
|
export { c_nav_c_menu__list_item_focus_within_BackgroundColor } from './c_nav_c_menu__list_item_focus_within_BackgroundColor';
|
|
2232
|
+
export { c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth } from './c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth';
|
|
2233
|
+
export { c_nav_c_menu__list_item_m_drill_up__item_FontWeight } from './c_nav_c_menu__list_item_m_drill_up__item_FontWeight';
|
|
2232
2234
|
export { c_nav_c_menu__item_PaddingTop } from './c_nav_c_menu__item_PaddingTop';
|
|
2233
2235
|
export { c_nav_c_menu__item_PaddingRight } from './c_nav_c_menu__item_PaddingRight';
|
|
2234
2236
|
export { c_nav_c_menu__item_PaddingBottom } from './c_nav_c_menu__item_PaddingBottom';
|
|
@@ -2280,6 +2282,7 @@ export { c_menu__item_description_Color } from './c_menu__item_description_Color
|
|
|
2280
2282
|
export { c_menu_BoxShadow } from './c_menu_BoxShadow';
|
|
2281
2283
|
export { c_menu__item_FontSize } from './c_menu__item_FontSize';
|
|
2282
2284
|
export { c_menu__item_Color } from './c_menu__item_Color';
|
|
2285
|
+
export { c_menu__item_FontWeight } from './c_menu__item_FontWeight';
|
|
2283
2286
|
export { c_divider_after_BackgroundColor } from './c_divider_after_BackgroundColor';
|
|
2284
2287
|
export { c_nav__link_Right } from './c_nav__link_Right';
|
|
2285
2288
|
export { c_nav__link_Left } from './c_nav__link_Left';
|
|
@@ -2521,7 +2524,6 @@ export { c_menu__list_item_Display } from './c_menu__list_item_Display';
|
|
|
2521
2524
|
export { c_menu__list_item_BackgroundColor } from './c_menu__list_item_BackgroundColor';
|
|
2522
2525
|
export { c_menu__list_item_m_loading_PaddingTop } from './c_menu__list_item_m_loading_PaddingTop';
|
|
2523
2526
|
export { c_menu__item_OutlineOffset } from './c_menu__item_OutlineOffset';
|
|
2524
|
-
export { c_menu__item_FontWeight } from './c_menu__item_FontWeight';
|
|
2525
2527
|
export { c_menu__item_LineHeight } from './c_menu__item_LineHeight';
|
|
2526
2528
|
export { c_menu__list_item_m_disabled__item_Color } from './c_menu__list_item_m_disabled__item_Color';
|
|
2527
2529
|
export { c_menu__list_item_m_load__item_Color } from './c_menu__list_item_m_load__item_Color';
|
|
@@ -2972,7 +2974,9 @@ export { c_label_m_compact_PaddingLeft } from './c_label_m_compact_PaddingLeft';
|
|
|
2972
2974
|
export { c_label_m_compact_FontSize } from './c_label_m_compact_FontSize';
|
|
2973
2975
|
export { c_label_m_compact_m_editable_TextDecorationOffset } from './c_label_m_compact_m_editable_TextDecorationOffset';
|
|
2974
2976
|
export { c_label__content_Color } from './c_label__content_Color';
|
|
2977
|
+
export { c_label__content_MaxWidth } from './c_label__content_MaxWidth';
|
|
2975
2978
|
export { c_label_m_outline__content_Color } from './c_label_m_outline__content_Color';
|
|
2979
|
+
export { c_label_m_editable__content_MaxWidth } from './c_label_m_editable__content_MaxWidth';
|
|
2976
2980
|
export { c_label__text_MaxWidth } from './c_label__text_MaxWidth';
|
|
2977
2981
|
export { c_label__icon_Color } from './c_label__icon_Color';
|
|
2978
2982
|
export { c_label__icon_MarginRight } from './c_label__icon_MarginRight';
|
|
@@ -2985,8 +2989,6 @@ export { c_label__c_button_PaddingTop } from './c_label__c_button_PaddingTop';
|
|
|
2985
2989
|
export { c_label__c_button_PaddingRight } from './c_label__c_button_PaddingRight';
|
|
2986
2990
|
export { c_label__c_button_PaddingBottom } from './c_label__c_button_PaddingBottom';
|
|
2987
2991
|
export { c_label__c_button_PaddingLeft } from './c_label__c_button_PaddingLeft';
|
|
2988
|
-
export { c_label__editable_text_MaxWidth } from './c_label__editable_text_MaxWidth';
|
|
2989
|
-
export { c_label__editable_text_BorderWidth } from './c_label__editable_text_BorderWidth';
|
|
2990
2992
|
export { c_label_m_editable_Cursor } from './c_label_m_editable_Cursor';
|
|
2991
2993
|
export { c_label_m_editable_TextDecoration } from './c_label_m_editable_TextDecoration';
|
|
2992
2994
|
export { c_label_m_editable_TextDecorationStyle } from './c_label_m_editable_TextDecorationStyle';
|
|
@@ -2995,6 +2997,12 @@ export { c_label_m_editable_TextDecorationOffset } from './c_label_m_editable_Te
|
|
|
2995
2997
|
export { c_label_m_editable_TextDecorationColor } from './c_label_m_editable_TextDecorationColor';
|
|
2996
2998
|
export { c_label_m_editable_hover_TextDecorationColor } from './c_label_m_editable_hover_TextDecorationColor';
|
|
2997
2999
|
export { c_label_m_editable_focus_TextDecorationColor } from './c_label_m_editable_focus_TextDecorationColor';
|
|
3000
|
+
export { c_label_m_editable__content_before_BorderWidth } from './c_label_m_editable__content_before_BorderWidth';
|
|
3001
|
+
export { c_label_m_editable__content_before_BorderColor } from './c_label_m_editable__content_before_BorderColor';
|
|
3002
|
+
export { c_label_m_editable__content_hover_before_BorderWidth } from './c_label_m_editable__content_hover_before_BorderWidth';
|
|
3003
|
+
export { c_label_m_editable__content_hover_before_BorderColor } from './c_label_m_editable__content_hover_before_BorderColor';
|
|
3004
|
+
export { c_label_m_editable__content_focus_before_BorderWidth } from './c_label_m_editable__content_focus_before_BorderWidth';
|
|
3005
|
+
export { c_label_m_editable__content_focus_before_BorderColor } from './c_label_m_editable__content_focus_before_BorderColor';
|
|
2998
3006
|
export { c_label_m_editable_m_editable_active_Cursor } from './c_label_m_editable_m_editable_active_Cursor';
|
|
2999
3007
|
export { c_label_m_editable_m_editable_active_TextDecoration } from './c_label_m_editable_m_editable_active_TextDecoration';
|
|
3000
3008
|
export { c_label_m_editable_m_editable_active_BackgroundColor } from './c_label_m_editable_m_editable_active_BackgroundColor';
|
|
@@ -3507,6 +3515,7 @@ export { c_dropdown__toggle_m_primary_hover_BackgroundColor } from './c_dropdown
|
|
|
3507
3515
|
export { c_dropdown__toggle_m_primary_focus_BackgroundColor } from './c_dropdown__toggle_m_primary_focus_BackgroundColor';
|
|
3508
3516
|
export { c_dropdown__toggle_m_primary_active_BackgroundColor } from './c_dropdown__toggle_m_primary_active_BackgroundColor';
|
|
3509
3517
|
export { c_dropdown_m_expanded__toggle_m_primary_BackgroundColor } from './c_dropdown_m_expanded__toggle_m_primary_BackgroundColor';
|
|
3518
|
+
export { c_dropdown__toggle_m_primary_disabled_Color } from './c_dropdown__toggle_m_primary_disabled_Color';
|
|
3510
3519
|
export { c_dropdown__toggle_m_secondary_Color } from './c_dropdown__toggle_m_secondary_Color';
|
|
3511
3520
|
export { c_dropdown__toggle_m_secondary_BorderRadius } from './c_dropdown__toggle_m_secondary_BorderRadius';
|
|
3512
3521
|
export { c_dropdown__toggle_m_secondary_BackgroundColor } from './c_dropdown__toggle_m_secondary_BackgroundColor';
|
|
@@ -4086,6 +4095,8 @@ export { c_code_editor__code_PaddingBottom } from './c_code_editor__code_Padding
|
|
|
4086
4095
|
export { c_code_editor__code_PaddingLeft } from './c_code_editor__code_PaddingLeft';
|
|
4087
4096
|
export { c_code_editor__code_pre_FontSize } from './c_code_editor__code_pre_FontSize';
|
|
4088
4097
|
export { c_code_editor__code_pre_FontFamily } from './c_code_editor__code_pre_FontFamily';
|
|
4098
|
+
export { c_code_editor__header_main_PaddingRight } from './c_code_editor__header_main_PaddingRight';
|
|
4099
|
+
export { c_code_editor__header_main_PaddingLeft } from './c_code_editor__header_main_PaddingLeft';
|
|
4089
4100
|
export { c_code_editor__tab_BackgroundColor } from './c_code_editor__tab_BackgroundColor';
|
|
4090
4101
|
export { c_code_editor__tab_Color } from './c_code_editor__tab_Color';
|
|
4091
4102
|
export { c_code_editor__tab_PaddingTop } from './c_code_editor__tab_PaddingTop';
|
|
@@ -4552,6 +4563,14 @@ export { c_avatar_BorderWidth } from './c_avatar_BorderWidth';
|
|
|
4552
4563
|
export { c_avatar_BorderRadius } from './c_avatar_BorderRadius';
|
|
4553
4564
|
export { c_avatar_Width } from './c_avatar_Width';
|
|
4554
4565
|
export { c_avatar_Height } from './c_avatar_Height';
|
|
4566
|
+
export { c_avatar_m_sm_Width } from './c_avatar_m_sm_Width';
|
|
4567
|
+
export { c_avatar_m_sm_Height } from './c_avatar_m_sm_Height';
|
|
4568
|
+
export { c_avatar_m_md_Width } from './c_avatar_m_md_Width';
|
|
4569
|
+
export { c_avatar_m_md_Height } from './c_avatar_m_md_Height';
|
|
4570
|
+
export { c_avatar_m_lg_Width } from './c_avatar_m_lg_Width';
|
|
4571
|
+
export { c_avatar_m_lg_Height } from './c_avatar_m_lg_Height';
|
|
4572
|
+
export { c_avatar_m_xl_Width } from './c_avatar_m_xl_Width';
|
|
4573
|
+
export { c_avatar_m_xl_Height } from './c_avatar_m_xl_Height';
|
|
4555
4574
|
export { c_avatar_m_light_BorderColor } from './c_avatar_m_light_BorderColor';
|
|
4556
4575
|
export { c_avatar_m_light_BorderWidth } from './c_avatar_m_light_BorderWidth';
|
|
4557
4576
|
export { c_avatar_m_dark_BorderColor } from './c_avatar_m_dark_BorderColor';
|
package/dist/esm/index.js
CHANGED
|
@@ -2229,6 +2229,8 @@ export { c_nav_c_menu__list_item_active_Color } from './c_nav_c_menu__list_item_
|
|
|
2229
2229
|
export { c_nav_c_menu__list_item_focus_within_Color } from './c_nav_c_menu__list_item_focus_within_Color';
|
|
2230
2230
|
export { c_nav_c_menu__list_item_hover_BackgroundColor } from './c_nav_c_menu__list_item_hover_BackgroundColor';
|
|
2231
2231
|
export { c_nav_c_menu__list_item_focus_within_BackgroundColor } from './c_nav_c_menu__list_item_focus_within_BackgroundColor';
|
|
2232
|
+
export { c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth } from './c_nav_c_menu__list_item_m_drill_up_before_BorderBottomWidth';
|
|
2233
|
+
export { c_nav_c_menu__list_item_m_drill_up__item_FontWeight } from './c_nav_c_menu__list_item_m_drill_up__item_FontWeight';
|
|
2232
2234
|
export { c_nav_c_menu__item_PaddingTop } from './c_nav_c_menu__item_PaddingTop';
|
|
2233
2235
|
export { c_nav_c_menu__item_PaddingRight } from './c_nav_c_menu__item_PaddingRight';
|
|
2234
2236
|
export { c_nav_c_menu__item_PaddingBottom } from './c_nav_c_menu__item_PaddingBottom';
|
|
@@ -2280,6 +2282,7 @@ export { c_menu__item_description_Color } from './c_menu__item_description_Color
|
|
|
2280
2282
|
export { c_menu_BoxShadow } from './c_menu_BoxShadow';
|
|
2281
2283
|
export { c_menu__item_FontSize } from './c_menu__item_FontSize';
|
|
2282
2284
|
export { c_menu__item_Color } from './c_menu__item_Color';
|
|
2285
|
+
export { c_menu__item_FontWeight } from './c_menu__item_FontWeight';
|
|
2283
2286
|
export { c_divider_after_BackgroundColor } from './c_divider_after_BackgroundColor';
|
|
2284
2287
|
export { c_nav__link_Right } from './c_nav__link_Right';
|
|
2285
2288
|
export { c_nav__link_Left } from './c_nav__link_Left';
|
|
@@ -2521,7 +2524,6 @@ export { c_menu__list_item_Display } from './c_menu__list_item_Display';
|
|
|
2521
2524
|
export { c_menu__list_item_BackgroundColor } from './c_menu__list_item_BackgroundColor';
|
|
2522
2525
|
export { c_menu__list_item_m_loading_PaddingTop } from './c_menu__list_item_m_loading_PaddingTop';
|
|
2523
2526
|
export { c_menu__item_OutlineOffset } from './c_menu__item_OutlineOffset';
|
|
2524
|
-
export { c_menu__item_FontWeight } from './c_menu__item_FontWeight';
|
|
2525
2527
|
export { c_menu__item_LineHeight } from './c_menu__item_LineHeight';
|
|
2526
2528
|
export { c_menu__list_item_m_disabled__item_Color } from './c_menu__list_item_m_disabled__item_Color';
|
|
2527
2529
|
export { c_menu__list_item_m_load__item_Color } from './c_menu__list_item_m_load__item_Color';
|
|
@@ -2972,7 +2974,9 @@ export { c_label_m_compact_PaddingLeft } from './c_label_m_compact_PaddingLeft';
|
|
|
2972
2974
|
export { c_label_m_compact_FontSize } from './c_label_m_compact_FontSize';
|
|
2973
2975
|
export { c_label_m_compact_m_editable_TextDecorationOffset } from './c_label_m_compact_m_editable_TextDecorationOffset';
|
|
2974
2976
|
export { c_label__content_Color } from './c_label__content_Color';
|
|
2977
|
+
export { c_label__content_MaxWidth } from './c_label__content_MaxWidth';
|
|
2975
2978
|
export { c_label_m_outline__content_Color } from './c_label_m_outline__content_Color';
|
|
2979
|
+
export { c_label_m_editable__content_MaxWidth } from './c_label_m_editable__content_MaxWidth';
|
|
2976
2980
|
export { c_label__text_MaxWidth } from './c_label__text_MaxWidth';
|
|
2977
2981
|
export { c_label__icon_Color } from './c_label__icon_Color';
|
|
2978
2982
|
export { c_label__icon_MarginRight } from './c_label__icon_MarginRight';
|
|
@@ -2985,8 +2989,6 @@ export { c_label__c_button_PaddingTop } from './c_label__c_button_PaddingTop';
|
|
|
2985
2989
|
export { c_label__c_button_PaddingRight } from './c_label__c_button_PaddingRight';
|
|
2986
2990
|
export { c_label__c_button_PaddingBottom } from './c_label__c_button_PaddingBottom';
|
|
2987
2991
|
export { c_label__c_button_PaddingLeft } from './c_label__c_button_PaddingLeft';
|
|
2988
|
-
export { c_label__editable_text_MaxWidth } from './c_label__editable_text_MaxWidth';
|
|
2989
|
-
export { c_label__editable_text_BorderWidth } from './c_label__editable_text_BorderWidth';
|
|
2990
2992
|
export { c_label_m_editable_Cursor } from './c_label_m_editable_Cursor';
|
|
2991
2993
|
export { c_label_m_editable_TextDecoration } from './c_label_m_editable_TextDecoration';
|
|
2992
2994
|
export { c_label_m_editable_TextDecorationStyle } from './c_label_m_editable_TextDecorationStyle';
|
|
@@ -2995,6 +2997,12 @@ export { c_label_m_editable_TextDecorationOffset } from './c_label_m_editable_Te
|
|
|
2995
2997
|
export { c_label_m_editable_TextDecorationColor } from './c_label_m_editable_TextDecorationColor';
|
|
2996
2998
|
export { c_label_m_editable_hover_TextDecorationColor } from './c_label_m_editable_hover_TextDecorationColor';
|
|
2997
2999
|
export { c_label_m_editable_focus_TextDecorationColor } from './c_label_m_editable_focus_TextDecorationColor';
|
|
3000
|
+
export { c_label_m_editable__content_before_BorderWidth } from './c_label_m_editable__content_before_BorderWidth';
|
|
3001
|
+
export { c_label_m_editable__content_before_BorderColor } from './c_label_m_editable__content_before_BorderColor';
|
|
3002
|
+
export { c_label_m_editable__content_hover_before_BorderWidth } from './c_label_m_editable__content_hover_before_BorderWidth';
|
|
3003
|
+
export { c_label_m_editable__content_hover_before_BorderColor } from './c_label_m_editable__content_hover_before_BorderColor';
|
|
3004
|
+
export { c_label_m_editable__content_focus_before_BorderWidth } from './c_label_m_editable__content_focus_before_BorderWidth';
|
|
3005
|
+
export { c_label_m_editable__content_focus_before_BorderColor } from './c_label_m_editable__content_focus_before_BorderColor';
|
|
2998
3006
|
export { c_label_m_editable_m_editable_active_Cursor } from './c_label_m_editable_m_editable_active_Cursor';
|
|
2999
3007
|
export { c_label_m_editable_m_editable_active_TextDecoration } from './c_label_m_editable_m_editable_active_TextDecoration';
|
|
3000
3008
|
export { c_label_m_editable_m_editable_active_BackgroundColor } from './c_label_m_editable_m_editable_active_BackgroundColor';
|
|
@@ -3507,6 +3515,7 @@ export { c_dropdown__toggle_m_primary_hover_BackgroundColor } from './c_dropdown
|
|
|
3507
3515
|
export { c_dropdown__toggle_m_primary_focus_BackgroundColor } from './c_dropdown__toggle_m_primary_focus_BackgroundColor';
|
|
3508
3516
|
export { c_dropdown__toggle_m_primary_active_BackgroundColor } from './c_dropdown__toggle_m_primary_active_BackgroundColor';
|
|
3509
3517
|
export { c_dropdown_m_expanded__toggle_m_primary_BackgroundColor } from './c_dropdown_m_expanded__toggle_m_primary_BackgroundColor';
|
|
3518
|
+
export { c_dropdown__toggle_m_primary_disabled_Color } from './c_dropdown__toggle_m_primary_disabled_Color';
|
|
3510
3519
|
export { c_dropdown__toggle_m_secondary_Color } from './c_dropdown__toggle_m_secondary_Color';
|
|
3511
3520
|
export { c_dropdown__toggle_m_secondary_BorderRadius } from './c_dropdown__toggle_m_secondary_BorderRadius';
|
|
3512
3521
|
export { c_dropdown__toggle_m_secondary_BackgroundColor } from './c_dropdown__toggle_m_secondary_BackgroundColor';
|
|
@@ -4086,6 +4095,8 @@ export { c_code_editor__code_PaddingBottom } from './c_code_editor__code_Padding
|
|
|
4086
4095
|
export { c_code_editor__code_PaddingLeft } from './c_code_editor__code_PaddingLeft';
|
|
4087
4096
|
export { c_code_editor__code_pre_FontSize } from './c_code_editor__code_pre_FontSize';
|
|
4088
4097
|
export { c_code_editor__code_pre_FontFamily } from './c_code_editor__code_pre_FontFamily';
|
|
4098
|
+
export { c_code_editor__header_main_PaddingRight } from './c_code_editor__header_main_PaddingRight';
|
|
4099
|
+
export { c_code_editor__header_main_PaddingLeft } from './c_code_editor__header_main_PaddingLeft';
|
|
4089
4100
|
export { c_code_editor__tab_BackgroundColor } from './c_code_editor__tab_BackgroundColor';
|
|
4090
4101
|
export { c_code_editor__tab_Color } from './c_code_editor__tab_Color';
|
|
4091
4102
|
export { c_code_editor__tab_PaddingTop } from './c_code_editor__tab_PaddingTop';
|
|
@@ -4552,6 +4563,14 @@ export { c_avatar_BorderWidth } from './c_avatar_BorderWidth';
|
|
|
4552
4563
|
export { c_avatar_BorderRadius } from './c_avatar_BorderRadius';
|
|
4553
4564
|
export { c_avatar_Width } from './c_avatar_Width';
|
|
4554
4565
|
export { c_avatar_Height } from './c_avatar_Height';
|
|
4566
|
+
export { c_avatar_m_sm_Width } from './c_avatar_m_sm_Width';
|
|
4567
|
+
export { c_avatar_m_sm_Height } from './c_avatar_m_sm_Height';
|
|
4568
|
+
export { c_avatar_m_md_Width } from './c_avatar_m_md_Width';
|
|
4569
|
+
export { c_avatar_m_md_Height } from './c_avatar_m_md_Height';
|
|
4570
|
+
export { c_avatar_m_lg_Width } from './c_avatar_m_lg_Width';
|
|
4571
|
+
export { c_avatar_m_lg_Height } from './c_avatar_m_lg_Height';
|
|
4572
|
+
export { c_avatar_m_xl_Width } from './c_avatar_m_xl_Width';
|
|
4573
|
+
export { c_avatar_m_xl_Height } from './c_avatar_m_xl_Height';
|
|
4555
4574
|
export { c_avatar_m_light_BorderColor } from './c_avatar_m_light_BorderColor';
|
|
4556
4575
|
export { c_avatar_m_light_BorderWidth } from './c_avatar_m_light_BorderWidth';
|
|
4557
4576
|
export { c_avatar_m_dark_BorderColor } from './c_avatar_m_dark_BorderColor';
|
package/dist/js/c_avatar.d.ts
CHANGED
|
@@ -25,6 +25,38 @@ export const c_avatar: {
|
|
|
25
25
|
"name": "--pf-c-avatar--Height",
|
|
26
26
|
"value": "2.25rem"
|
|
27
27
|
},
|
|
28
|
+
"c_avatar_m_sm_Width": {
|
|
29
|
+
"name": "--pf-c-avatar--m-sm--Width",
|
|
30
|
+
"value": "1.5rem"
|
|
31
|
+
},
|
|
32
|
+
"c_avatar_m_sm_Height": {
|
|
33
|
+
"name": "--pf-c-avatar--m-sm--Height",
|
|
34
|
+
"value": "1.5rem"
|
|
35
|
+
},
|
|
36
|
+
"c_avatar_m_md_Width": {
|
|
37
|
+
"name": "--pf-c-avatar--m-md--Width",
|
|
38
|
+
"value": "2.25rem"
|
|
39
|
+
},
|
|
40
|
+
"c_avatar_m_md_Height": {
|
|
41
|
+
"name": "--pf-c-avatar--m-md--Height",
|
|
42
|
+
"value": "2.25rem"
|
|
43
|
+
},
|
|
44
|
+
"c_avatar_m_lg_Width": {
|
|
45
|
+
"name": "--pf-c-avatar--m-lg--Width",
|
|
46
|
+
"value": "4.5rem"
|
|
47
|
+
},
|
|
48
|
+
"c_avatar_m_lg_Height": {
|
|
49
|
+
"name": "--pf-c-avatar--m-lg--Height",
|
|
50
|
+
"value": "4.5rem"
|
|
51
|
+
},
|
|
52
|
+
"c_avatar_m_xl_Width": {
|
|
53
|
+
"name": "--pf-c-avatar--m-xl--Width",
|
|
54
|
+
"value": "8rem"
|
|
55
|
+
},
|
|
56
|
+
"c_avatar_m_xl_Height": {
|
|
57
|
+
"name": "--pf-c-avatar--m-xl--Height",
|
|
58
|
+
"value": "8rem"
|
|
59
|
+
},
|
|
28
60
|
"c_avatar_m_light_BorderColor": {
|
|
29
61
|
"name": "--pf-c-avatar--m-light--BorderColor",
|
|
30
62
|
"value": "#d2d2d2",
|
|
@@ -107,6 +139,78 @@ export const c_avatar: {
|
|
|
107
139
|
"1px"
|
|
108
140
|
]
|
|
109
141
|
}
|
|
142
|
+
},
|
|
143
|
+
".pf-c-avatar.pf-m-sm": {
|
|
144
|
+
"c_avatar_Width": {
|
|
145
|
+
"name": "--pf-c-avatar--Width",
|
|
146
|
+
"value": "1.5rem",
|
|
147
|
+
"values": [
|
|
148
|
+
"--pf-c-avatar--m-sm--Width",
|
|
149
|
+
"1.5rem"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"c_avatar_Height": {
|
|
153
|
+
"name": "--pf-c-avatar--Height",
|
|
154
|
+
"value": "1.5rem",
|
|
155
|
+
"values": [
|
|
156
|
+
"--pf-c-avatar--m-sm--Height",
|
|
157
|
+
"1.5rem"
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
".pf-c-avatar.pf-m-md": {
|
|
162
|
+
"c_avatar_Width": {
|
|
163
|
+
"name": "--pf-c-avatar--Width",
|
|
164
|
+
"value": "2.25rem",
|
|
165
|
+
"values": [
|
|
166
|
+
"--pf-c-avatar--m-md--Width",
|
|
167
|
+
"2.25rem"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"c_avatar_Height": {
|
|
171
|
+
"name": "--pf-c-avatar--Height",
|
|
172
|
+
"value": "2.25rem",
|
|
173
|
+
"values": [
|
|
174
|
+
"--pf-c-avatar--m-md--Height",
|
|
175
|
+
"2.25rem"
|
|
176
|
+
]
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
".pf-c-avatar.pf-m-lg": {
|
|
180
|
+
"c_avatar_Width": {
|
|
181
|
+
"name": "--pf-c-avatar--Width",
|
|
182
|
+
"value": "4.5rem",
|
|
183
|
+
"values": [
|
|
184
|
+
"--pf-c-avatar--m-lg--Width",
|
|
185
|
+
"4.5rem"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"c_avatar_Height": {
|
|
189
|
+
"name": "--pf-c-avatar--Height",
|
|
190
|
+
"value": "4.5rem",
|
|
191
|
+
"values": [
|
|
192
|
+
"--pf-c-avatar--m-lg--Height",
|
|
193
|
+
"4.5rem"
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
".pf-c-avatar.pf-m-xl": {
|
|
198
|
+
"c_avatar_Width": {
|
|
199
|
+
"name": "--pf-c-avatar--Width",
|
|
200
|
+
"value": "8rem",
|
|
201
|
+
"values": [
|
|
202
|
+
"--pf-c-avatar--m-xl--Width",
|
|
203
|
+
"8rem"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
"c_avatar_Height": {
|
|
207
|
+
"name": "--pf-c-avatar--Height",
|
|
208
|
+
"value": "8rem",
|
|
209
|
+
"values": [
|
|
210
|
+
"--pf-c-avatar--m-xl--Height",
|
|
211
|
+
"8rem"
|
|
212
|
+
]
|
|
213
|
+
}
|
|
110
214
|
}
|
|
111
215
|
};
|
|
112
216
|
export default c_avatar;
|
package/dist/js/c_avatar.js
CHANGED
|
@@ -27,6 +27,38 @@ exports.c_avatar = {
|
|
|
27
27
|
"name": "--pf-c-avatar--Height",
|
|
28
28
|
"value": "2.25rem"
|
|
29
29
|
},
|
|
30
|
+
"c_avatar_m_sm_Width": {
|
|
31
|
+
"name": "--pf-c-avatar--m-sm--Width",
|
|
32
|
+
"value": "1.5rem"
|
|
33
|
+
},
|
|
34
|
+
"c_avatar_m_sm_Height": {
|
|
35
|
+
"name": "--pf-c-avatar--m-sm--Height",
|
|
36
|
+
"value": "1.5rem"
|
|
37
|
+
},
|
|
38
|
+
"c_avatar_m_md_Width": {
|
|
39
|
+
"name": "--pf-c-avatar--m-md--Width",
|
|
40
|
+
"value": "2.25rem"
|
|
41
|
+
},
|
|
42
|
+
"c_avatar_m_md_Height": {
|
|
43
|
+
"name": "--pf-c-avatar--m-md--Height",
|
|
44
|
+
"value": "2.25rem"
|
|
45
|
+
},
|
|
46
|
+
"c_avatar_m_lg_Width": {
|
|
47
|
+
"name": "--pf-c-avatar--m-lg--Width",
|
|
48
|
+
"value": "4.5rem"
|
|
49
|
+
},
|
|
50
|
+
"c_avatar_m_lg_Height": {
|
|
51
|
+
"name": "--pf-c-avatar--m-lg--Height",
|
|
52
|
+
"value": "4.5rem"
|
|
53
|
+
},
|
|
54
|
+
"c_avatar_m_xl_Width": {
|
|
55
|
+
"name": "--pf-c-avatar--m-xl--Width",
|
|
56
|
+
"value": "8rem"
|
|
57
|
+
},
|
|
58
|
+
"c_avatar_m_xl_Height": {
|
|
59
|
+
"name": "--pf-c-avatar--m-xl--Height",
|
|
60
|
+
"value": "8rem"
|
|
61
|
+
},
|
|
30
62
|
"c_avatar_m_light_BorderColor": {
|
|
31
63
|
"name": "--pf-c-avatar--m-light--BorderColor",
|
|
32
64
|
"value": "#d2d2d2",
|
|
@@ -109,6 +141,78 @@ exports.c_avatar = {
|
|
|
109
141
|
"1px"
|
|
110
142
|
]
|
|
111
143
|
}
|
|
144
|
+
},
|
|
145
|
+
".pf-c-avatar.pf-m-sm": {
|
|
146
|
+
"c_avatar_Width": {
|
|
147
|
+
"name": "--pf-c-avatar--Width",
|
|
148
|
+
"value": "1.5rem",
|
|
149
|
+
"values": [
|
|
150
|
+
"--pf-c-avatar--m-sm--Width",
|
|
151
|
+
"1.5rem"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"c_avatar_Height": {
|
|
155
|
+
"name": "--pf-c-avatar--Height",
|
|
156
|
+
"value": "1.5rem",
|
|
157
|
+
"values": [
|
|
158
|
+
"--pf-c-avatar--m-sm--Height",
|
|
159
|
+
"1.5rem"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
".pf-c-avatar.pf-m-md": {
|
|
164
|
+
"c_avatar_Width": {
|
|
165
|
+
"name": "--pf-c-avatar--Width",
|
|
166
|
+
"value": "2.25rem",
|
|
167
|
+
"values": [
|
|
168
|
+
"--pf-c-avatar--m-md--Width",
|
|
169
|
+
"2.25rem"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"c_avatar_Height": {
|
|
173
|
+
"name": "--pf-c-avatar--Height",
|
|
174
|
+
"value": "2.25rem",
|
|
175
|
+
"values": [
|
|
176
|
+
"--pf-c-avatar--m-md--Height",
|
|
177
|
+
"2.25rem"
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
".pf-c-avatar.pf-m-lg": {
|
|
182
|
+
"c_avatar_Width": {
|
|
183
|
+
"name": "--pf-c-avatar--Width",
|
|
184
|
+
"value": "4.5rem",
|
|
185
|
+
"values": [
|
|
186
|
+
"--pf-c-avatar--m-lg--Width",
|
|
187
|
+
"4.5rem"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"c_avatar_Height": {
|
|
191
|
+
"name": "--pf-c-avatar--Height",
|
|
192
|
+
"value": "4.5rem",
|
|
193
|
+
"values": [
|
|
194
|
+
"--pf-c-avatar--m-lg--Height",
|
|
195
|
+
"4.5rem"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
".pf-c-avatar.pf-m-xl": {
|
|
200
|
+
"c_avatar_Width": {
|
|
201
|
+
"name": "--pf-c-avatar--Width",
|
|
202
|
+
"value": "8rem",
|
|
203
|
+
"values": [
|
|
204
|
+
"--pf-c-avatar--m-xl--Width",
|
|
205
|
+
"8rem"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"c_avatar_Height": {
|
|
209
|
+
"name": "--pf-c-avatar--Height",
|
|
210
|
+
"value": "8rem",
|
|
211
|
+
"values": [
|
|
212
|
+
"--pf-c-avatar--m-xl--Height",
|
|
213
|
+
"8rem"
|
|
214
|
+
]
|
|
215
|
+
}
|
|
112
216
|
}
|
|
113
217
|
};
|
|
114
218
|
exports["default"] = exports.c_avatar;
|