@zohodesk/dot 1.0.0-temp-218.2 → 1.0.0-temp-218.3
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import PropTypes from 'prop-types';
|
|
2
|
-
import { propTypes } from '@zohodesk/components/es/Typography/props/PropTypes.js';
|
|
2
|
+
import { propTypes as typographyProps } from '@zohodesk/components/es/Typography/props/PropTypes.js';
|
|
3
3
|
export const AccountName_propTypes = {
|
|
4
4
|
className: PropTypes.string,
|
|
5
5
|
dataId: PropTypes.string,
|
|
@@ -16,7 +16,7 @@ export const AccountName_propTypes = {
|
|
|
16
16
|
secondaryAccountClick: PropTypes.func,
|
|
17
17
|
secondaryAccountText: PropTypes.string,
|
|
18
18
|
isHighlighted: PropTypes.bool,
|
|
19
|
-
highlightData:
|
|
19
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
20
20
|
customProps: PropTypes.shape({
|
|
21
21
|
LinkProps: PropTypes.object,
|
|
22
22
|
TextProps: PropTypes.object,
|
|
@@ -46,7 +46,7 @@ export const ContactName_propTypes = {
|
|
|
46
46
|
paidTitle: PropTypes.string
|
|
47
47
|
}),
|
|
48
48
|
isHighlighted: PropTypes.bool,
|
|
49
|
-
highlightData:
|
|
49
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
50
50
|
customProps: PropTypes.shape({
|
|
51
51
|
LinkProps: PropTypes.object,
|
|
52
52
|
TextProps: PropTypes.object
|
|
@@ -57,7 +57,7 @@ export const DepartmentText_propTypes = {
|
|
|
57
57
|
dataId: PropTypes.string,
|
|
58
58
|
dataTitle: PropTypes.string,
|
|
59
59
|
isHighlighted: PropTypes.bool,
|
|
60
|
-
highlightData:
|
|
60
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
61
61
|
text: PropTypes.string
|
|
62
62
|
};
|
|
63
63
|
export const Email_propTypes = {
|
|
@@ -71,7 +71,7 @@ export const Email_propTypes = {
|
|
|
71
71
|
urlData: PropTypes.object,
|
|
72
72
|
urlName: PropTypes.string,
|
|
73
73
|
isHighlighted: PropTypes.bool,
|
|
74
|
-
highlightData:
|
|
74
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
75
75
|
customProps: PropTypes.shape({
|
|
76
76
|
LinkProps: PropTypes.object,
|
|
77
77
|
TextProps: PropTypes.object
|
|
@@ -95,7 +95,7 @@ export const PhoneNumber_propTypes = {
|
|
|
95
95
|
urlData: PropTypes.object,
|
|
96
96
|
urlName: PropTypes.string,
|
|
97
97
|
isHighlighted: PropTypes.bool,
|
|
98
|
-
highlightData:
|
|
98
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
99
99
|
customProps: PropTypes.shape({
|
|
100
100
|
LinkProps: PropTypes.object,
|
|
101
101
|
TextProps: PropTypes.object
|
|
@@ -107,7 +107,7 @@ export const PriorityText_propTypes = {
|
|
|
107
107
|
dataId: PropTypes.string,
|
|
108
108
|
dataTitle: PropTypes.string,
|
|
109
109
|
isHighlighted: PropTypes.bool,
|
|
110
|
-
highlightData:
|
|
110
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
111
111
|
text: PropTypes.string
|
|
112
112
|
};
|
|
113
113
|
export const SecondaryText_propTypes = {
|
|
@@ -117,7 +117,7 @@ export const SecondaryText_propTypes = {
|
|
|
117
117
|
onClick: PropTypes.func,
|
|
118
118
|
text: PropTypes.string,
|
|
119
119
|
isHighlighted: PropTypes.bool,
|
|
120
|
-
highlightData:
|
|
120
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
121
121
|
customProps: PropTypes.shape({
|
|
122
122
|
SecondaryTextProps: PropTypes.object
|
|
123
123
|
})
|
|
@@ -129,7 +129,7 @@ export const StatusText_propTypes = {
|
|
|
129
129
|
dataTitle: PropTypes.string,
|
|
130
130
|
fontWeight: PropTypes.oneOf(['regular', 'semibold', 'bold']),
|
|
131
131
|
isHighlighted: PropTypes.bool,
|
|
132
|
-
highlightData:
|
|
132
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
133
133
|
text: PropTypes.string
|
|
134
134
|
};
|
|
135
135
|
export const TicketId_propTypes = {
|
|
@@ -144,7 +144,7 @@ export const TicketId_propTypes = {
|
|
|
144
144
|
urlData: PropTypes.string,
|
|
145
145
|
urlName: PropTypes.string,
|
|
146
146
|
isHighlighted: PropTypes.bool,
|
|
147
|
-
highlightData:
|
|
147
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
148
148
|
customProps: PropTypes.shape({
|
|
149
149
|
TicketIdProps: PropTypes.object,
|
|
150
150
|
LinkProps: PropTypes.object
|
|
@@ -158,6 +158,6 @@ export const Website_propTypes = {
|
|
|
158
158
|
target: PropTypes.string,
|
|
159
159
|
text: PropTypes.string,
|
|
160
160
|
isHighlighted: PropTypes.bool,
|
|
161
|
-
highlightData:
|
|
161
|
+
highlightData: typographyProps.$ui_highlightConfig,
|
|
162
162
|
title: PropTypes.string
|
|
163
163
|
};
|