@patternfly/react-tokens 4.79.6 → 4.79.9
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 +24 -0
- package/dist/esm/c_app_launcher.d.ts +9 -10
- package/dist/esm/c_app_launcher.js +9 -10
- package/dist/esm/c_app_launcher__group_title_FontSize.d.ts +1 -1
- package/dist/esm/c_app_launcher__group_title_FontSize.js +1 -1
- package/dist/esm/c_app_launcher__group_title_FontWeight.d.ts +1 -1
- package/dist/esm/c_app_launcher__group_title_FontWeight.js +1 -1
- package/dist/esm/c_dropdown.d.ts +9 -10
- package/dist/esm/c_dropdown.js +9 -10
- package/dist/esm/c_dropdown__group_title_FontSize.d.ts +1 -1
- package/dist/esm/c_dropdown__group_title_FontSize.js +1 -1
- package/dist/esm/c_dropdown__group_title_FontWeight.d.ts +1 -1
- package/dist/esm/c_dropdown__group_title_FontWeight.js +1 -1
- package/dist/esm/c_menu.d.ts +9 -9
- package/dist/esm/c_menu.js +9 -9
- package/dist/esm/c_menu__group_title_FontSize.d.ts +1 -1
- package/dist/esm/c_menu__group_title_FontSize.js +1 -1
- package/dist/esm/c_menu__group_title_FontWeight.d.ts +1 -1
- package/dist/esm/c_menu__group_title_FontWeight.js +1 -1
- package/dist/esm/c_options_menu.d.ts +9 -10
- package/dist/esm/c_options_menu.js +9 -10
- package/dist/esm/c_options_menu__group_title_FontSize.d.ts +1 -1
- package/dist/esm/c_options_menu__group_title_FontSize.js +1 -1
- package/dist/esm/c_options_menu__group_title_FontWeight.d.ts +1 -1
- package/dist/esm/c_options_menu__group_title_FontWeight.js +1 -1
- package/dist/esm/c_select.d.ts +9 -10
- package/dist/esm/c_select.js +9 -10
- package/dist/esm/c_select__menu_group_title_FontSize.d.ts +1 -1
- package/dist/esm/c_select__menu_group_title_FontSize.js +1 -1
- package/dist/esm/c_select__menu_group_title_FontWeight.d.ts +1 -1
- package/dist/esm/c_select__menu_group_title_FontWeight.js +1 -1
- package/dist/esm/c_timestamp.d.ts +144 -0
- package/dist/esm/c_timestamp.js +144 -0
- package/dist/esm/c_timestamp_Color.d.ts +6 -0
- package/dist/esm/c_timestamp_Color.js +6 -0
- package/dist/esm/c_timestamp_FontSize.d.ts +6 -0
- package/dist/esm/c_timestamp_FontSize.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationColor.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationColor.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationLine.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationLine.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationStyle.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationStyle.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationThickness.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextDecorationThickness.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextUnderlineOffset.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_TextUnderlineOffset.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_focus_Color.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_focus_Color.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_focus_TextDecorationColor.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_focus_TextDecorationColor.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_hover_Color.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_hover_Color.js +6 -0
- package/dist/esm/c_timestamp_m_help_text_hover_TextDecorationColor.d.ts +6 -0
- package/dist/esm/c_timestamp_m_help_text_hover_TextDecorationColor.js +6 -0
- package/dist/esm/componentIndex.d.ts +1 -0
- package/dist/esm/componentIndex.js +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +12 -0
- package/dist/js/c_app_launcher.d.ts +9 -10
- package/dist/js/c_app_launcher.js +9 -10
- package/dist/js/c_app_launcher__group_title_FontSize.d.ts +1 -1
- package/dist/js/c_app_launcher__group_title_FontSize.js +1 -1
- package/dist/js/c_app_launcher__group_title_FontWeight.d.ts +1 -1
- package/dist/js/c_app_launcher__group_title_FontWeight.js +1 -1
- package/dist/js/c_dropdown.d.ts +9 -10
- package/dist/js/c_dropdown.js +9 -10
- package/dist/js/c_dropdown__group_title_FontSize.d.ts +1 -1
- package/dist/js/c_dropdown__group_title_FontSize.js +1 -1
- package/dist/js/c_dropdown__group_title_FontWeight.d.ts +1 -1
- package/dist/js/c_dropdown__group_title_FontWeight.js +1 -1
- package/dist/js/c_menu.d.ts +9 -9
- package/dist/js/c_menu.js +9 -9
- package/dist/js/c_menu__group_title_FontSize.d.ts +1 -1
- package/dist/js/c_menu__group_title_FontSize.js +1 -1
- package/dist/js/c_menu__group_title_FontWeight.d.ts +1 -1
- package/dist/js/c_menu__group_title_FontWeight.js +1 -1
- package/dist/js/c_options_menu.d.ts +9 -10
- package/dist/js/c_options_menu.js +9 -10
- package/dist/js/c_options_menu__group_title_FontSize.d.ts +1 -1
- package/dist/js/c_options_menu__group_title_FontSize.js +1 -1
- package/dist/js/c_options_menu__group_title_FontWeight.d.ts +1 -1
- package/dist/js/c_options_menu__group_title_FontWeight.js +1 -1
- package/dist/js/c_select.d.ts +9 -10
- package/dist/js/c_select.js +9 -10
- package/dist/js/c_select__menu_group_title_FontSize.d.ts +1 -1
- package/dist/js/c_select__menu_group_title_FontSize.js +1 -1
- package/dist/js/c_select__menu_group_title_FontWeight.d.ts +1 -1
- package/dist/js/c_select__menu_group_title_FontWeight.js +1 -1
- package/dist/js/c_timestamp.d.ts +144 -0
- package/dist/js/c_timestamp.js +146 -0
- package/dist/js/c_timestamp_Color.d.ts +6 -0
- package/dist/js/c_timestamp_Color.js +8 -0
- package/dist/js/c_timestamp_FontSize.d.ts +6 -0
- package/dist/js/c_timestamp_FontSize.js +8 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationColor.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationColor.js +8 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationLine.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationLine.js +8 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationStyle.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationStyle.js +8 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationThickness.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_TextDecorationThickness.js +8 -0
- package/dist/js/c_timestamp_m_help_text_TextUnderlineOffset.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_TextUnderlineOffset.js +8 -0
- package/dist/js/c_timestamp_m_help_text_focus_Color.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_focus_Color.js +8 -0
- package/dist/js/c_timestamp_m_help_text_focus_TextDecorationColor.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_focus_TextDecorationColor.js +8 -0
- package/dist/js/c_timestamp_m_help_text_hover_Color.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_hover_Color.js +8 -0
- package/dist/js/c_timestamp_m_help_text_hover_TextDecorationColor.d.ts +6 -0
- package/dist/js/c_timestamp_m_help_text_hover_TextDecorationColor.js +8 -0
- package/dist/js/componentIndex.d.ts +1 -0
- package/dist/js/componentIndex.js +1 -0
- package/dist/js/index.d.ts +12 -0
- package/dist/js/index.js +12 -0
- package/package.json +3 -3
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export const c_timestamp: {
|
|
2
|
+
".pf-c-timestamp": {
|
|
3
|
+
"c_timestamp_FontSize": {
|
|
4
|
+
"name": "--pf-c-timestamp--FontSize",
|
|
5
|
+
"value": "0.875rem",
|
|
6
|
+
"values": [
|
|
7
|
+
"--pf-global--FontSize--sm",
|
|
8
|
+
"$pf-global--FontSize--sm",
|
|
9
|
+
"pf-font-prem(14px)",
|
|
10
|
+
"0.875rem"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"c_timestamp_Color": {
|
|
14
|
+
"name": "--pf-c-timestamp--Color",
|
|
15
|
+
"value": "#6a6e73",
|
|
16
|
+
"values": [
|
|
17
|
+
"--pf-global--Color--200",
|
|
18
|
+
"$pf-global--Color--200",
|
|
19
|
+
"$pf-color-black-600",
|
|
20
|
+
"#6a6e73"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"c_timestamp_m_help_text_TextDecorationLine": {
|
|
24
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
|
|
25
|
+
"value": "underline"
|
|
26
|
+
},
|
|
27
|
+
"c_timestamp_m_help_text_TextDecorationStyle": {
|
|
28
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationStyle",
|
|
29
|
+
"value": "dashed"
|
|
30
|
+
},
|
|
31
|
+
"c_timestamp_m_help_text_TextDecorationThickness": {
|
|
32
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationThickness",
|
|
33
|
+
"value": "1px",
|
|
34
|
+
"values": [
|
|
35
|
+
"--pf-global--BorderWidth--sm",
|
|
36
|
+
"$pf-global--BorderWidth--sm",
|
|
37
|
+
"1px"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"c_timestamp_m_help_text_TextUnderlineOffset": {
|
|
41
|
+
"name": "--pf-c-timestamp--m-help-text--TextUnderlineOffset",
|
|
42
|
+
"value": "0.25rem"
|
|
43
|
+
},
|
|
44
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
45
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
46
|
+
"value": "#8a8d90",
|
|
47
|
+
"values": [
|
|
48
|
+
"--pf-global--BorderColor--200",
|
|
49
|
+
"$pf-global--BorderColor--200",
|
|
50
|
+
"$pf-color-black-500",
|
|
51
|
+
"#8a8d90"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"c_timestamp_m_help_text_hover_Color": {
|
|
55
|
+
"name": "--pf-c-timestamp--m-help-text--hover--Color",
|
|
56
|
+
"value": "#151515",
|
|
57
|
+
"values": [
|
|
58
|
+
"--pf-global--Color--100",
|
|
59
|
+
"$pf-global--Color--100",
|
|
60
|
+
"$pf-color-black-900",
|
|
61
|
+
"#151515"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"c_timestamp_m_help_text_focus_Color": {
|
|
65
|
+
"name": "--pf-c-timestamp--m-help-text--focus--Color",
|
|
66
|
+
"value": "#151515",
|
|
67
|
+
"values": [
|
|
68
|
+
"--pf-global--Color--100",
|
|
69
|
+
"$pf-global--Color--100",
|
|
70
|
+
"$pf-color-black-900",
|
|
71
|
+
"#151515"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"c_timestamp_m_help_text_hover_TextDecorationColor": {
|
|
75
|
+
"name": "--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
76
|
+
"value": "#151515",
|
|
77
|
+
"values": [
|
|
78
|
+
"--pf-global--Color--100",
|
|
79
|
+
"$pf-global--Color--100",
|
|
80
|
+
"$pf-color-black-900",
|
|
81
|
+
"#151515"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"c_timestamp_m_help_text_focus_TextDecorationColor": {
|
|
85
|
+
"name": "--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
86
|
+
"value": "#151515",
|
|
87
|
+
"values": [
|
|
88
|
+
"--pf-global--Color--100",
|
|
89
|
+
"$pf-global--Color--100",
|
|
90
|
+
"$pf-color-black-900",
|
|
91
|
+
"#151515"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
".pf-c-timestamp.pf-m-help-text:hover": {
|
|
96
|
+
"c_timestamp_Color": {
|
|
97
|
+
"name": "--pf-c-timestamp--Color",
|
|
98
|
+
"value": "#151515",
|
|
99
|
+
"values": [
|
|
100
|
+
"--pf-c-timestamp--m-help-text--hover--Color",
|
|
101
|
+
"--pf-global--Color--100",
|
|
102
|
+
"$pf-global--Color--100",
|
|
103
|
+
"$pf-color-black-900",
|
|
104
|
+
"#151515"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
108
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
109
|
+
"value": "#151515",
|
|
110
|
+
"values": [
|
|
111
|
+
"--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
112
|
+
"--pf-global--Color--100",
|
|
113
|
+
"$pf-global--Color--100",
|
|
114
|
+
"$pf-color-black-900",
|
|
115
|
+
"#151515"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
".pf-c-timestamp.pf-m-help-text:focus": {
|
|
120
|
+
"c_timestamp_Color": {
|
|
121
|
+
"name": "--pf-c-timestamp--Color",
|
|
122
|
+
"value": "#151515",
|
|
123
|
+
"values": [
|
|
124
|
+
"--pf-c-timestamp--m-help-text--focus--Color",
|
|
125
|
+
"--pf-global--Color--100",
|
|
126
|
+
"$pf-global--Color--100",
|
|
127
|
+
"$pf-color-black-900",
|
|
128
|
+
"#151515"
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
132
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
133
|
+
"value": "#151515",
|
|
134
|
+
"values": [
|
|
135
|
+
"--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
136
|
+
"--pf-global--Color--100",
|
|
137
|
+
"$pf-global--Color--100",
|
|
138
|
+
"$pf-color-black-900",
|
|
139
|
+
"#151515"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
export default c_timestamp;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export const c_timestamp = {
|
|
2
|
+
".pf-c-timestamp": {
|
|
3
|
+
"c_timestamp_FontSize": {
|
|
4
|
+
"name": "--pf-c-timestamp--FontSize",
|
|
5
|
+
"value": "0.875rem",
|
|
6
|
+
"values": [
|
|
7
|
+
"--pf-global--FontSize--sm",
|
|
8
|
+
"$pf-global--FontSize--sm",
|
|
9
|
+
"pf-font-prem(14px)",
|
|
10
|
+
"0.875rem"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"c_timestamp_Color": {
|
|
14
|
+
"name": "--pf-c-timestamp--Color",
|
|
15
|
+
"value": "#6a6e73",
|
|
16
|
+
"values": [
|
|
17
|
+
"--pf-global--Color--200",
|
|
18
|
+
"$pf-global--Color--200",
|
|
19
|
+
"$pf-color-black-600",
|
|
20
|
+
"#6a6e73"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"c_timestamp_m_help_text_TextDecorationLine": {
|
|
24
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
|
|
25
|
+
"value": "underline"
|
|
26
|
+
},
|
|
27
|
+
"c_timestamp_m_help_text_TextDecorationStyle": {
|
|
28
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationStyle",
|
|
29
|
+
"value": "dashed"
|
|
30
|
+
},
|
|
31
|
+
"c_timestamp_m_help_text_TextDecorationThickness": {
|
|
32
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationThickness",
|
|
33
|
+
"value": "1px",
|
|
34
|
+
"values": [
|
|
35
|
+
"--pf-global--BorderWidth--sm",
|
|
36
|
+
"$pf-global--BorderWidth--sm",
|
|
37
|
+
"1px"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"c_timestamp_m_help_text_TextUnderlineOffset": {
|
|
41
|
+
"name": "--pf-c-timestamp--m-help-text--TextUnderlineOffset",
|
|
42
|
+
"value": "0.25rem"
|
|
43
|
+
},
|
|
44
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
45
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
46
|
+
"value": "#8a8d90",
|
|
47
|
+
"values": [
|
|
48
|
+
"--pf-global--BorderColor--200",
|
|
49
|
+
"$pf-global--BorderColor--200",
|
|
50
|
+
"$pf-color-black-500",
|
|
51
|
+
"#8a8d90"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"c_timestamp_m_help_text_hover_Color": {
|
|
55
|
+
"name": "--pf-c-timestamp--m-help-text--hover--Color",
|
|
56
|
+
"value": "#151515",
|
|
57
|
+
"values": [
|
|
58
|
+
"--pf-global--Color--100",
|
|
59
|
+
"$pf-global--Color--100",
|
|
60
|
+
"$pf-color-black-900",
|
|
61
|
+
"#151515"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"c_timestamp_m_help_text_focus_Color": {
|
|
65
|
+
"name": "--pf-c-timestamp--m-help-text--focus--Color",
|
|
66
|
+
"value": "#151515",
|
|
67
|
+
"values": [
|
|
68
|
+
"--pf-global--Color--100",
|
|
69
|
+
"$pf-global--Color--100",
|
|
70
|
+
"$pf-color-black-900",
|
|
71
|
+
"#151515"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"c_timestamp_m_help_text_hover_TextDecorationColor": {
|
|
75
|
+
"name": "--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
76
|
+
"value": "#151515",
|
|
77
|
+
"values": [
|
|
78
|
+
"--pf-global--Color--100",
|
|
79
|
+
"$pf-global--Color--100",
|
|
80
|
+
"$pf-color-black-900",
|
|
81
|
+
"#151515"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"c_timestamp_m_help_text_focus_TextDecorationColor": {
|
|
85
|
+
"name": "--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
86
|
+
"value": "#151515",
|
|
87
|
+
"values": [
|
|
88
|
+
"--pf-global--Color--100",
|
|
89
|
+
"$pf-global--Color--100",
|
|
90
|
+
"$pf-color-black-900",
|
|
91
|
+
"#151515"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
".pf-c-timestamp.pf-m-help-text:hover": {
|
|
96
|
+
"c_timestamp_Color": {
|
|
97
|
+
"name": "--pf-c-timestamp--Color",
|
|
98
|
+
"value": "#151515",
|
|
99
|
+
"values": [
|
|
100
|
+
"--pf-c-timestamp--m-help-text--hover--Color",
|
|
101
|
+
"--pf-global--Color--100",
|
|
102
|
+
"$pf-global--Color--100",
|
|
103
|
+
"$pf-color-black-900",
|
|
104
|
+
"#151515"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
108
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
109
|
+
"value": "#151515",
|
|
110
|
+
"values": [
|
|
111
|
+
"--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
112
|
+
"--pf-global--Color--100",
|
|
113
|
+
"$pf-global--Color--100",
|
|
114
|
+
"$pf-color-black-900",
|
|
115
|
+
"#151515"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
".pf-c-timestamp.pf-m-help-text:focus": {
|
|
120
|
+
"c_timestamp_Color": {
|
|
121
|
+
"name": "--pf-c-timestamp--Color",
|
|
122
|
+
"value": "#151515",
|
|
123
|
+
"values": [
|
|
124
|
+
"--pf-c-timestamp--m-help-text--focus--Color",
|
|
125
|
+
"--pf-global--Color--100",
|
|
126
|
+
"$pf-global--Color--100",
|
|
127
|
+
"$pf-color-black-900",
|
|
128
|
+
"#151515"
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"c_timestamp_m_help_text_TextDecorationColor": {
|
|
132
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
133
|
+
"value": "#151515",
|
|
134
|
+
"values": [
|
|
135
|
+
"--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
136
|
+
"--pf-global--Color--100",
|
|
137
|
+
"$pf-global--Color--100",
|
|
138
|
+
"$pf-color-black-900",
|
|
139
|
+
"#151515"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
export default c_timestamp;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationColor: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationColor = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationLine: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
|
|
3
|
+
"value": "underline",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationLine)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationLine;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationLine = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationLine",
|
|
3
|
+
"value": "underline",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationLine)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationLine;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationStyle: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationStyle",
|
|
3
|
+
"value": "dashed",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationStyle)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationStyle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationStyle = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationStyle",
|
|
3
|
+
"value": "dashed",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationStyle)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationStyle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationThickness: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationThickness",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationThickness)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationThickness;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextDecorationThickness = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextDecorationThickness",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextDecorationThickness)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextDecorationThickness;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextUnderlineOffset: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextUnderlineOffset",
|
|
3
|
+
"value": "0.25rem",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextUnderlineOffset)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextUnderlineOffset;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_TextUnderlineOffset = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--TextUnderlineOffset",
|
|
3
|
+
"value": "0.25rem",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--TextUnderlineOffset)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_TextUnderlineOffset;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_focus_TextDecorationColor: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--focus--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_focus_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_focus_TextDecorationColor = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--focus--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--focus--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_focus_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_hover_TextDecorationColor: {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--hover--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_hover_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_timestamp_m_help_text_hover_TextDecorationColor = {
|
|
2
|
+
"name": "--pf-c-timestamp--m-help-text--hover--TextDecorationColor",
|
|
3
|
+
"value": "#151515",
|
|
4
|
+
"var": "var(--pf-c-timestamp--m-help-text--hover--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_timestamp_m_help_text_hover_TextDecorationColor;
|
|
@@ -14,6 +14,7 @@ export { c_tooltip } from './c_tooltip';
|
|
|
14
14
|
export { c_toolbar } from './c_toolbar';
|
|
15
15
|
export { c_toggle_group } from './c_toggle_group';
|
|
16
16
|
export { c_title } from './c_title';
|
|
17
|
+
export { c_timestamp } from './c_timestamp';
|
|
17
18
|
export { c_tile } from './c_tile';
|
|
18
19
|
export { c_text_input_group } from './c_text_input_group';
|
|
19
20
|
export { c_tabs } from './c_tabs';
|
|
@@ -14,6 +14,7 @@ export { c_tooltip } from './c_tooltip';
|
|
|
14
14
|
export { c_toolbar } from './c_toolbar';
|
|
15
15
|
export { c_toggle_group } from './c_toggle_group';
|
|
16
16
|
export { c_title } from './c_title';
|
|
17
|
+
export { c_timestamp } from './c_timestamp';
|
|
17
18
|
export { c_tile } from './c_tile';
|
|
18
19
|
export { c_text_input_group } from './c_text_input_group';
|
|
19
20
|
export { c_tabs } from './c_tabs';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -450,6 +450,18 @@ export { c_title_m_lg_FontWeight } from './c_title_m_lg_FontWeight';
|
|
|
450
450
|
export { c_title_m_md_LineHeight } from './c_title_m_md_LineHeight';
|
|
451
451
|
export { c_title_m_md_FontSize } from './c_title_m_md_FontSize';
|
|
452
452
|
export { c_title_m_md_FontWeight } from './c_title_m_md_FontWeight';
|
|
453
|
+
export { c_timestamp } from './c_timestamp';
|
|
454
|
+
export { c_timestamp_FontSize } from './c_timestamp_FontSize';
|
|
455
|
+
export { c_timestamp_Color } from './c_timestamp_Color';
|
|
456
|
+
export { c_timestamp_m_help_text_TextDecorationLine } from './c_timestamp_m_help_text_TextDecorationLine';
|
|
457
|
+
export { c_timestamp_m_help_text_TextDecorationStyle } from './c_timestamp_m_help_text_TextDecorationStyle';
|
|
458
|
+
export { c_timestamp_m_help_text_TextDecorationThickness } from './c_timestamp_m_help_text_TextDecorationThickness';
|
|
459
|
+
export { c_timestamp_m_help_text_TextUnderlineOffset } from './c_timestamp_m_help_text_TextUnderlineOffset';
|
|
460
|
+
export { c_timestamp_m_help_text_TextDecorationColor } from './c_timestamp_m_help_text_TextDecorationColor';
|
|
461
|
+
export { c_timestamp_m_help_text_hover_Color } from './c_timestamp_m_help_text_hover_Color';
|
|
462
|
+
export { c_timestamp_m_help_text_focus_Color } from './c_timestamp_m_help_text_focus_Color';
|
|
463
|
+
export { c_timestamp_m_help_text_hover_TextDecorationColor } from './c_timestamp_m_help_text_hover_TextDecorationColor';
|
|
464
|
+
export { c_timestamp_m_help_text_focus_TextDecorationColor } from './c_timestamp_m_help_text_focus_TextDecorationColor';
|
|
453
465
|
export { c_tile } from './c_tile';
|
|
454
466
|
export { c_tile_PaddingTop } from './c_tile_PaddingTop';
|
|
455
467
|
export { c_tile_PaddingRight } from './c_tile_PaddingRight';
|
package/dist/esm/index.js
CHANGED
|
@@ -450,6 +450,18 @@ export { c_title_m_lg_FontWeight } from './c_title_m_lg_FontWeight';
|
|
|
450
450
|
export { c_title_m_md_LineHeight } from './c_title_m_md_LineHeight';
|
|
451
451
|
export { c_title_m_md_FontSize } from './c_title_m_md_FontSize';
|
|
452
452
|
export { c_title_m_md_FontWeight } from './c_title_m_md_FontWeight';
|
|
453
|
+
export { c_timestamp } from './c_timestamp';
|
|
454
|
+
export { c_timestamp_FontSize } from './c_timestamp_FontSize';
|
|
455
|
+
export { c_timestamp_Color } from './c_timestamp_Color';
|
|
456
|
+
export { c_timestamp_m_help_text_TextDecorationLine } from './c_timestamp_m_help_text_TextDecorationLine';
|
|
457
|
+
export { c_timestamp_m_help_text_TextDecorationStyle } from './c_timestamp_m_help_text_TextDecorationStyle';
|
|
458
|
+
export { c_timestamp_m_help_text_TextDecorationThickness } from './c_timestamp_m_help_text_TextDecorationThickness';
|
|
459
|
+
export { c_timestamp_m_help_text_TextUnderlineOffset } from './c_timestamp_m_help_text_TextUnderlineOffset';
|
|
460
|
+
export { c_timestamp_m_help_text_TextDecorationColor } from './c_timestamp_m_help_text_TextDecorationColor';
|
|
461
|
+
export { c_timestamp_m_help_text_hover_Color } from './c_timestamp_m_help_text_hover_Color';
|
|
462
|
+
export { c_timestamp_m_help_text_focus_Color } from './c_timestamp_m_help_text_focus_Color';
|
|
463
|
+
export { c_timestamp_m_help_text_hover_TextDecorationColor } from './c_timestamp_m_help_text_hover_TextDecorationColor';
|
|
464
|
+
export { c_timestamp_m_help_text_focus_TextDecorationColor } from './c_timestamp_m_help_text_focus_TextDecorationColor';
|
|
453
465
|
export { c_tile } from './c_tile';
|
|
454
466
|
export { c_tile_PaddingTop } from './c_tile_PaddingTop';
|
|
455
467
|
export { c_tile_PaddingRight } from './c_tile_PaddingRight';
|
|
@@ -530,22 +530,21 @@ export const c_app_launcher: {
|
|
|
530
530
|
},
|
|
531
531
|
"c_app_launcher__group_title_FontSize": {
|
|
532
532
|
"name": "--pf-c-app-launcher__group-title--FontSize",
|
|
533
|
-
"value": "0.
|
|
533
|
+
"value": "0.75rem",
|
|
534
534
|
"values": [
|
|
535
|
-
"--pf-global--FontSize--
|
|
536
|
-
"$pf-global--FontSize--
|
|
537
|
-
"pf-font-prem(
|
|
538
|
-
"0.
|
|
535
|
+
"--pf-global--FontSize--xs",
|
|
536
|
+
"$pf-global--FontSize--xs",
|
|
537
|
+
"pf-font-prem(12px)",
|
|
538
|
+
"0.75rem"
|
|
539
539
|
]
|
|
540
540
|
},
|
|
541
541
|
"c_app_launcher__group_title_FontWeight": {
|
|
542
542
|
"name": "--pf-c-app-launcher__group-title--FontWeight",
|
|
543
|
-
"value": "
|
|
543
|
+
"value": "400",
|
|
544
544
|
"values": [
|
|
545
|
-
"--pf-global--FontWeight--
|
|
546
|
-
"$pf-global--FontWeight--
|
|
547
|
-
"
|
|
548
|
-
"700"
|
|
545
|
+
"--pf-global--FontWeight--normal",
|
|
546
|
+
"$pf-global--FontWeight--normal",
|
|
547
|
+
"400"
|
|
549
548
|
]
|
|
550
549
|
},
|
|
551
550
|
"c_app_launcher__group_title_Color": {
|
|
@@ -532,22 +532,21 @@ exports.c_app_launcher = {
|
|
|
532
532
|
},
|
|
533
533
|
"c_app_launcher__group_title_FontSize": {
|
|
534
534
|
"name": "--pf-c-app-launcher__group-title--FontSize",
|
|
535
|
-
"value": "0.
|
|
535
|
+
"value": "0.75rem",
|
|
536
536
|
"values": [
|
|
537
|
-
"--pf-global--FontSize--
|
|
538
|
-
"$pf-global--FontSize--
|
|
539
|
-
"pf-font-prem(
|
|
540
|
-
"0.
|
|
537
|
+
"--pf-global--FontSize--xs",
|
|
538
|
+
"$pf-global--FontSize--xs",
|
|
539
|
+
"pf-font-prem(12px)",
|
|
540
|
+
"0.75rem"
|
|
541
541
|
]
|
|
542
542
|
},
|
|
543
543
|
"c_app_launcher__group_title_FontWeight": {
|
|
544
544
|
"name": "--pf-c-app-launcher__group-title--FontWeight",
|
|
545
|
-
"value": "
|
|
545
|
+
"value": "400",
|
|
546
546
|
"values": [
|
|
547
|
-
"--pf-global--FontWeight--
|
|
548
|
-
"$pf-global--FontWeight--
|
|
549
|
-
"
|
|
550
|
-
"700"
|
|
547
|
+
"--pf-global--FontWeight--normal",
|
|
548
|
+
"$pf-global--FontWeight--normal",
|
|
549
|
+
"400"
|
|
551
550
|
]
|
|
552
551
|
},
|
|
553
552
|
"c_app_launcher__group_title_Color": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_app_launcher__group_title_FontSize: {
|
|
2
2
|
"name": "--pf-c-app-launcher__group-title--FontSize",
|
|
3
|
-
"value": "0.
|
|
3
|
+
"value": "0.75rem",
|
|
4
4
|
"var": "var(--pf-c-app-launcher__group-title--FontSize)"
|
|
5
5
|
};
|
|
6
6
|
export default c_app_launcher__group_title_FontSize;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_app_launcher__group_title_FontSize = {
|
|
4
4
|
"name": "--pf-c-app-launcher__group-title--FontSize",
|
|
5
|
-
"value": "0.
|
|
5
|
+
"value": "0.75rem",
|
|
6
6
|
"var": "var(--pf-c-app-launcher__group-title--FontSize)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_app_launcher__group_title_FontSize;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_app_launcher__group_title_FontWeight: {
|
|
2
2
|
"name": "--pf-c-app-launcher__group-title--FontWeight",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "400",
|
|
4
4
|
"var": "var(--pf-c-app-launcher__group-title--FontWeight)"
|
|
5
5
|
};
|
|
6
6
|
export default c_app_launcher__group_title_FontWeight;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_app_launcher__group_title_FontWeight = {
|
|
4
4
|
"name": "--pf-c-app-launcher__group-title--FontWeight",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "400",
|
|
6
6
|
"var": "var(--pf-c-app-launcher__group-title--FontWeight)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_app_launcher__group_title_FontWeight;
|