@digitalc/dxp-ui 0.0.5-alpha.15 → 0.0.5-alpha.17
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/README.md +81 -47
- package/es/assets/token.json +128 -102
- package/es/components/Accordion/designTokens.d.ts +3 -3
- package/es/components/Accordion/designTokens.js +22 -14
- package/es/components/Accordion/index.js +8 -4
- package/es/components/Amount/designTokens.d.ts +2 -2
- package/es/components/Amount/designTokens.js +12 -8
- package/es/components/Amount/index.d.ts +3 -10
- package/es/components/Amount/index.js +122 -136
- package/es/components/Button/designTokens.d.ts +18 -3
- package/es/components/Button/designTokens.js +136 -122
- package/es/components/Button/index.d.ts +16 -5
- package/es/components/Button/index.js +89 -94
- package/es/components/Button/style/index.less +1 -1
- package/es/components/Card/designTokens.d.ts +9 -0
- package/es/components/Card/designTokens.js +14 -0
- package/es/components/Card/index.d.ts +15 -0
- package/es/components/Card/index.js +66 -0
- package/es/components/Card/style/index.less +45 -0
- package/es/components/Card/style/variables.less +4 -0
- package/es/components/Chip/designTokens.d.ts +2 -2
- package/es/components/Chip/designTokens.js +25 -21
- package/es/components/Chip/index.js +9 -8
- package/es/components/Divider/designTokens.d.ts +4 -0
- package/es/components/Divider/designTokens.js +9 -0
- package/es/components/Divider/index.d.ts +3 -8
- package/es/components/Divider/index.js +31 -49
- package/es/components/Drawer/designTokens.d.ts +2 -2
- package/es/components/Drawer/designTokens.js +30 -26
- package/es/components/Drawer/index.d.ts +6 -2
- package/es/components/Drawer/index.js +71 -68
- package/es/components/Drawer/style/index.less +13 -7
- package/es/components/GlobalTokenProvider/index.d.ts +11 -0
- package/es/components/GlobalTokenProvider/index.js +16 -0
- package/es/components/Icon/designTokens.d.ts +3 -3
- package/es/components/Icon/designTokens.js +11 -6
- package/es/components/Icon/index.js +6 -2
- package/es/components/IconButton/designTokens.d.ts +3 -4
- package/es/components/IconButton/designTokens.js +38 -32
- package/es/components/IconButton/index.d.ts +1 -1
- package/es/components/IconButton/index.js +7 -7
- package/es/components/Image/index.d.ts +1 -1
- package/es/components/Image/index.js +4 -3
- package/es/components/ListItem/designTokens.d.ts +4 -2
- package/es/components/ListItem/designTokens.js +36 -30
- package/es/components/ListItem/index.d.ts +12 -2
- package/es/components/ListItem/index.js +95 -30
- package/es/components/ListItem/style/index.less +42 -9
- package/es/components/Modal/designTokens.d.ts +11 -20
- package/es/components/Modal/designTokens.js +39 -30
- package/es/components/Modal/index.js +24 -11
- package/es/components/Navigation/designTokens.d.ts +9 -8
- package/es/components/Navigation/designTokens.js +24 -18
- package/es/components/Navigation/index.d.ts +1 -0
- package/es/components/Navigation/index.js +14 -10
- package/es/components/Notification/designTokens.d.ts +9 -0
- package/es/components/Notification/designTokens.js +14 -0
- package/es/components/Notification/index.d.ts +12 -0
- package/es/components/Notification/index.js +54 -0
- package/es/components/Notification/style/index.less +45 -0
- package/es/components/Notification/style/variables.less +4 -0
- package/es/components/Search/designTokens.d.ts +4 -4
- package/es/components/Search/designTokens.js +57 -46
- package/es/components/Search/index.js +15 -9
- package/es/components/Stepper/designTokens.d.ts +4 -5
- package/es/components/Stepper/designTokens.js +48 -40
- package/es/components/Stepper/index.d.ts +9 -10
- package/es/components/Stepper/index.js +139 -135
- package/es/components/Stepper/style/index.less +27 -12
- package/es/components/StickyFooter/designTokens.d.ts +2 -2
- package/es/components/StickyFooter/designTokens.js +20 -16
- package/es/components/StickyFooter/index.d.ts +2 -2
- package/es/components/StickyFooter/index.js +68 -39
- package/es/components/StickyFooter/style/index.less +5 -3
- package/es/components/Tabs/designTokens.d.ts +6 -6
- package/es/components/Tabs/designTokens.js +77 -60
- package/es/components/Tabs/index.js +11 -6
- package/es/components/Tag/designTokens.d.ts +42 -42
- package/es/components/Tag/designTokens.js +139 -95
- package/es/components/Tag/index.d.ts +1 -1
- package/es/components/Tag/index.js +16 -3
- package/es/components/Text/designTokens.d.ts +19 -10
- package/es/components/Text/designTokens.js +65 -51
- package/es/components/Text/index.d.ts +2 -1
- package/es/components/Text/index.js +42 -12
- package/es/components/TextInputInside/designTokens.d.ts +3 -12
- package/es/components/TextInputInside/designTokens.js +59 -57
- package/es/components/TextInputInside/index.js +10 -7
- package/es/components/TextInputOutside/designTokens.d.ts +5 -5
- package/es/components/TextInputOutside/designTokens.js +77 -61
- package/es/components/TextInputOutside/index.js +12 -7
- package/es/components/TextLink/designTokens.d.ts +2 -2
- package/es/components/TextLink/designTokens.js +14 -10
- package/es/components/TextLink/index.js +2 -1
- package/es/components/Toast/designTokens.d.ts +2 -2
- package/es/components/Toast/designTokens.js +20 -19
- package/es/components/Toast/index.js +2 -1
- package/es/components/Toggle/designTokens.d.ts +2 -2
- package/es/components/Toggle/designTokens.js +16 -12
- package/es/components/Toggle/index.js +2 -1
- package/es/components/index.d.ts +7 -1
- package/es/components/index.js +6 -2
- package/es/constants/index.d.ts +4 -1
- package/es/constants/index.js +5 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +4 -0
- package/es/tokens/DXPGlobal.d.ts +27 -19
- package/es/tokens/DXPGlobal.js +3 -2
- package/es/utils/TokenContext.d.ts +14 -0
- package/es/utils/TokenContext.js +91 -0
- package/es/utils/deviceType.d.ts +14 -0
- package/es/utils/deviceType.js +65 -0
- package/es/utils/index.d.ts +9 -0
- package/es/utils/index.js +9 -0
- package/es/utils/tokenHelper.js +2 -5
- package/es/utils/tokenManager.d.ts +82 -20
- package/es/utils/tokenManager.js +857 -779
- package/lib/assets/token.json +128 -102
- package/lib/components/Accordion/designTokens.d.ts +3 -3
- package/lib/components/Accordion/designTokens.js +25 -17
- package/lib/components/Accordion/index.js +8 -4
- package/lib/components/Amount/designTokens.d.ts +2 -2
- package/lib/components/Amount/designTokens.js +13 -9
- package/lib/components/Amount/index.d.ts +3 -10
- package/lib/components/Amount/index.js +84 -90
- package/lib/components/Button/designTokens.d.ts +18 -3
- package/lib/components/Button/designTokens.js +120 -114
- package/lib/components/Button/index.d.ts +16 -5
- package/lib/components/Button/index.js +59 -51
- package/lib/components/Button/style/index.less +1 -1
- package/lib/components/Card/designTokens.d.ts +9 -0
- package/lib/components/Card/designTokens.js +37 -0
- package/lib/components/Card/index.d.ts +15 -0
- package/lib/components/Card/index.js +156 -0
- package/lib/components/Card/style/index.less +45 -0
- package/lib/components/Card/style/variables.less +4 -0
- package/lib/components/Chip/designTokens.d.ts +2 -2
- package/lib/components/Chip/designTokens.js +25 -21
- package/lib/components/Chip/index.js +8 -5
- package/lib/components/Divider/designTokens.d.ts +4 -0
- package/lib/components/Divider/designTokens.js +32 -0
- package/lib/components/Divider/index.d.ts +3 -8
- package/lib/components/Divider/index.js +41 -43
- package/lib/components/Drawer/designTokens.d.ts +2 -2
- package/lib/components/Drawer/designTokens.js +31 -38
- package/lib/components/Drawer/index.d.ts +6 -2
- package/lib/components/Drawer/index.js +80 -53
- package/lib/components/Drawer/style/index.less +13 -7
- package/lib/components/GlobalTokenProvider/index.d.ts +11 -0
- package/lib/components/GlobalTokenProvider/index.js +40 -0
- package/lib/components/Icon/designTokens.d.ts +3 -3
- package/lib/components/Icon/designTokens.js +11 -17
- package/lib/components/Icon/index.js +5 -4
- package/lib/components/IconButton/designTokens.d.ts +3 -4
- package/lib/components/IconButton/designTokens.js +41 -34
- package/lib/components/IconButton/index.d.ts +1 -1
- package/lib/components/IconButton/index.js +25 -23
- package/lib/components/Image/index.d.ts +1 -1
- package/lib/components/Image/index.js +4 -4
- package/lib/components/ListItem/designTokens.d.ts +4 -2
- package/lib/components/ListItem/designTokens.js +36 -41
- package/lib/components/ListItem/index.d.ts +12 -2
- package/lib/components/ListItem/index.js +115 -46
- package/lib/components/ListItem/style/index.less +42 -9
- package/lib/components/Modal/designTokens.d.ts +11 -20
- package/lib/components/Modal/designTokens.js +44 -60
- package/lib/components/Modal/index.js +63 -16
- package/lib/components/Navigation/designTokens.d.ts +9 -8
- package/lib/components/Navigation/designTokens.js +24 -29
- package/lib/components/Navigation/index.d.ts +1 -0
- package/lib/components/Navigation/index.js +13 -12
- package/lib/components/Notification/designTokens.d.ts +9 -0
- package/lib/components/Notification/designTokens.js +37 -0
- package/lib/components/Notification/index.d.ts +12 -0
- package/lib/components/Notification/index.js +110 -0
- package/lib/components/Notification/style/index.less +45 -0
- package/lib/components/Notification/style/variables.less +4 -0
- package/lib/components/Search/designTokens.d.ts +4 -4
- package/lib/components/Search/designTokens.js +61 -49
- package/lib/components/Search/index.js +31 -9
- package/lib/components/Stepper/designTokens.d.ts +4 -5
- package/lib/components/Stepper/designTokens.js +70 -62
- package/lib/components/Stepper/index.d.ts +9 -10
- package/lib/components/Stepper/index.js +104 -53
- package/lib/components/Stepper/style/index.less +27 -12
- package/lib/components/StickyFooter/designTokens.d.ts +2 -2
- package/lib/components/StickyFooter/designTokens.js +21 -17
- package/lib/components/StickyFooter/index.d.ts +2 -2
- package/lib/components/StickyFooter/index.js +50 -18
- package/lib/components/StickyFooter/style/index.less +5 -3
- package/lib/components/Tabs/designTokens.d.ts +6 -6
- package/lib/components/Tabs/designTokens.js +80 -63
- package/lib/components/Tabs/index.js +19 -12
- package/lib/components/Tag/designTokens.d.ts +42 -42
- package/lib/components/Tag/designTokens.js +159 -115
- package/lib/components/Tag/index.d.ts +1 -1
- package/lib/components/Tag/index.js +27 -14
- package/lib/components/Text/designTokens.d.ts +19 -10
- package/lib/components/Text/designTokens.js +65 -51
- package/lib/components/Text/index.d.ts +2 -1
- package/lib/components/Text/index.js +407 -297
- package/lib/components/TextInputInside/designTokens.d.ts +3 -12
- package/lib/components/TextInputInside/designTokens.js +62 -75
- package/lib/components/TextInputInside/index.js +10 -7
- package/lib/components/TextInputOutside/designTokens.d.ts +5 -5
- package/lib/components/TextInputOutside/designTokens.js +82 -66
- package/lib/components/TextInputOutside/index.js +12 -8
- package/lib/components/TextLink/designTokens.d.ts +2 -2
- package/lib/components/TextLink/designTokens.js +14 -21
- package/lib/components/TextLink/index.js +3 -2
- package/lib/components/Toast/designTokens.d.ts +2 -2
- package/lib/components/Toast/designTokens.js +20 -16
- package/lib/components/Toast/index.js +7 -6
- package/lib/components/Toggle/designTokens.d.ts +2 -2
- package/lib/components/Toggle/designTokens.js +16 -23
- package/lib/components/Toggle/index.js +3 -2
- package/lib/components/index.d.ts +7 -1
- package/lib/components/index.js +10 -2
- package/lib/constants/index.d.ts +4 -1
- package/lib/constants/index.js +5 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +22 -0
- package/lib/tokens/DXPGlobal.d.ts +27 -19
- package/lib/tokens/DXPGlobal.js +1 -1
- package/lib/utils/TokenContext.d.ts +14 -0
- package/lib/utils/TokenContext.js +85 -0
- package/lib/utils/deviceType.d.ts +14 -0
- package/lib/utils/deviceType.js +56 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +44 -0
- package/lib/utils/tokenHelper.js +2 -12
- package/lib/utils/tokenManager.d.ts +82 -20
- package/lib/utils/tokenManager.js +840 -777
- package/package.json +14 -11
- package/umd/dxp-ui.min.css +1 -1
- package/umd/dxp-ui.min.js +1 -1
- package/lib/components/Button/demo/index.d.ts +0 -3
- package/lib/components/Button/demo/index.js +0 -138
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
7
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
8
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -18,6 +20,7 @@ var __spreadValues = (a, b) => {
|
|
|
18
20
|
}
|
|
19
21
|
return a;
|
|
20
22
|
};
|
|
23
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
24
|
var __objRest = (source, exclude) => {
|
|
22
25
|
var target = {};
|
|
23
26
|
for (var prop in source)
|
|
@@ -67,13 +70,15 @@ var import_constants = require("../../constants");
|
|
|
67
70
|
var import_style = require("./style/index.less");
|
|
68
71
|
var Text = (props) => {
|
|
69
72
|
const _a = props, {
|
|
73
|
+
color,
|
|
70
74
|
children,
|
|
71
|
-
className,
|
|
75
|
+
className = "",
|
|
72
76
|
size = "ContentC14Bold",
|
|
73
77
|
prefixCls = import_constants.cssClasses.PREFIX + "-text",
|
|
74
78
|
style,
|
|
75
79
|
breakpoint = "Mobile"
|
|
76
80
|
} = _a, attr = __objRest(_a, [
|
|
81
|
+
"color",
|
|
77
82
|
"children",
|
|
78
83
|
"className",
|
|
79
84
|
"size",
|
|
@@ -81,56 +86,55 @@ var Text = (props) => {
|
|
|
81
86
|
"style",
|
|
82
87
|
"breakpoint"
|
|
83
88
|
]);
|
|
89
|
+
const otherDesignTokens = (0, import_designTokens.useOtherDesignTokens)();
|
|
84
90
|
const {
|
|
85
91
|
fontSizeDesktopTitleT23,
|
|
86
|
-
|
|
87
|
-
|
|
92
|
+
fontSizeDesktopContentC15,
|
|
93
|
+
fontSizeDesktopContentC21,
|
|
94
|
+
fontSizeDesktopContentC23,
|
|
88
95
|
fontSizeDesktopTitleT21,
|
|
96
|
+
fontSizeDesktopTitleT34,
|
|
97
|
+
fontSizeDesktopTitleT16,
|
|
89
98
|
fontSizeDesktopTitleT15,
|
|
99
|
+
fontSizeDesktopTitleT14,
|
|
100
|
+
fontSizeDesktopTitleT13,
|
|
101
|
+
fontSizeDesktopTitleT12,
|
|
90
102
|
fontSizeDesktopContentC13,
|
|
91
|
-
// fontSizeDesktopContentC11,
|
|
92
103
|
fontSizeDesktopContentC12,
|
|
93
104
|
fontSizeDesktopContentC14,
|
|
94
|
-
// fontSizeDesktopTitleT1,
|
|
95
105
|
fontSizeDesktopTitleT32,
|
|
96
106
|
fontSizeDesktopTitleT41,
|
|
97
|
-
// fontSizeDesktopContentC05,
|
|
98
|
-
// fontSizeDesktopContentC04,
|
|
99
|
-
// fontSizeDesktopTitleT7,
|
|
100
|
-
// fontSizeDesktopTitleT8,
|
|
101
|
-
// fontSizeDesktopTitleT2,
|
|
102
|
-
// fontSizeDesktopTitleT5,
|
|
103
|
-
// fontSizeDesktopTitleT3,
|
|
104
|
-
// fontSizeDesktopTitleT4,
|
|
105
|
-
// fontSizeDesktopTitleT10,
|
|
106
|
-
// fontSizeMobileContentC04,
|
|
107
|
-
// fontSizeMobileContentC05,
|
|
108
|
-
// fontSizeMobileContentC11,
|
|
109
107
|
fontSizeMobileContentC12,
|
|
110
108
|
fontSizeMobileContentC13,
|
|
111
109
|
fontSizeMobileContentC14,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
110
|
+
fontSizeMobileContentC15,
|
|
111
|
+
fontSizeMobileContentC21,
|
|
112
|
+
fontSizeMobileContentC23,
|
|
113
|
+
fontSizeMobileTitleT12,
|
|
114
|
+
fontSizeMobileTitleT13,
|
|
115
|
+
fontSizeMobileTitleT14,
|
|
117
116
|
fontSizeMobileTitleT15,
|
|
117
|
+
fontSizeMobileTitleT16,
|
|
118
118
|
fontSizeMobileTitleT21,
|
|
119
119
|
fontSizeMobileTitleT23,
|
|
120
|
-
// fontSizeMobileTitleT24,
|
|
121
|
-
// fontSizeMobileTitleT25,
|
|
122
120
|
fontSizeMobileTitleT32,
|
|
123
|
-
|
|
121
|
+
fontSizeMobileTitleT34,
|
|
124
122
|
fontSizeMobileTitleT41,
|
|
125
|
-
|
|
126
|
-
// fontSizeMobileNavigation,
|
|
127
|
-
// fontFamilyPromaryRegular,
|
|
128
|
-
// fontFamilyPromarySemiBold,
|
|
123
|
+
fontSizeMobileNavigation,
|
|
129
124
|
fontFamilyPromaryBold,
|
|
130
125
|
fontFamilySecondaryRegular,
|
|
131
126
|
fontFamilySecondarySemiBold,
|
|
132
|
-
fontFamilySecondaryBold
|
|
133
|
-
|
|
127
|
+
fontFamilySecondaryBold,
|
|
128
|
+
lineHeightT15M,
|
|
129
|
+
lineHeightT16M,
|
|
130
|
+
lineHeightC21M,
|
|
131
|
+
lineHeightC14,
|
|
132
|
+
lineHeightC15M,
|
|
133
|
+
lineHeightC15,
|
|
134
|
+
lineHeightC21,
|
|
135
|
+
lineHeightT15,
|
|
136
|
+
lineHeightT16
|
|
137
|
+
} = otherDesignTokens;
|
|
134
138
|
const fontFamilyMap = {
|
|
135
139
|
fontFamilyPromaryRegular: "Regular",
|
|
136
140
|
fontFamilyPromarySemiBold: "SemiBold",
|
|
@@ -142,271 +146,376 @@ var Text = (props) => {
|
|
|
142
146
|
const useCustomButtonStyle = () => {
|
|
143
147
|
const hashId = (0, import_cssinjs.useStyleRegister)({
|
|
144
148
|
theme: import_theme.theme,
|
|
145
|
-
token: {
|
|
149
|
+
token: {},
|
|
146
150
|
path: [`${prefixCls}-size`]
|
|
147
151
|
}, () => `
|
|
148
|
-
.${prefixCls}-mobile
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
152
|
+
.${prefixCls}-mobile {
|
|
153
|
+
&.${prefixCls}-size-NavigationBold {
|
|
154
|
+
font-size: ${fontSizeMobileNavigation};
|
|
155
|
+
line-height: 1.25;
|
|
156
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
157
|
+
font-weight: bold;
|
|
158
|
+
}
|
|
159
|
+
&.${prefixCls}-size-TitleT41Bold {
|
|
160
|
+
font-size: ${fontSizeMobileTitleT41};
|
|
161
|
+
line-height: 1.25;
|
|
162
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
163
|
+
font-weight: bold;
|
|
164
|
+
}
|
|
165
|
+
&.${prefixCls}-size-TitleT34Bold {
|
|
166
|
+
font-size: ${fontSizeMobileTitleT34};
|
|
167
|
+
line-height: 1.25;
|
|
168
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
169
|
+
font-weight: bold;
|
|
170
|
+
}
|
|
171
|
+
&.${prefixCls}-size-TitleT32Bold {
|
|
172
|
+
font-size: ${fontSizeMobileTitleT32};
|
|
173
|
+
line-height: 1.25;
|
|
174
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
175
|
+
font-weight: bold;
|
|
176
|
+
}
|
|
177
|
+
&.${prefixCls}-size-TitleT23Bold {
|
|
178
|
+
font-size: ${fontSizeMobileTitleT23};
|
|
179
|
+
line-height: 1.25;
|
|
180
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
181
|
+
font-weight: bold;
|
|
182
|
+
}
|
|
183
|
+
&.${prefixCls}-size-TitleT21Bold {
|
|
184
|
+
font-size: ${fontSizeMobileTitleT21};
|
|
185
|
+
line-height: 1.25;
|
|
186
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
187
|
+
font-weight: bold;
|
|
188
|
+
}
|
|
189
|
+
&.${prefixCls}-size-TitleT16Bold {
|
|
190
|
+
font-size: ${fontSizeMobileTitleT16};
|
|
191
|
+
line-height: ${lineHeightT16M};
|
|
192
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
193
|
+
font-weight: bold;
|
|
194
|
+
}
|
|
195
|
+
&.${prefixCls}-size-TitleT15Bold {
|
|
196
|
+
font-size: ${fontSizeMobileTitleT15};
|
|
197
|
+
line-height: ${lineHeightT15M};
|
|
198
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
199
|
+
font-weight: bold;
|
|
200
|
+
}
|
|
201
|
+
&.${prefixCls}-size-TitleT14Bold {
|
|
202
|
+
font-size: ${fontSizeMobileTitleT14};
|
|
203
|
+
line-height: 1.5;
|
|
204
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
205
|
+
font-weight: bold;
|
|
206
|
+
}
|
|
207
|
+
&.${prefixCls}-size-TitleT13Bold {
|
|
208
|
+
font-size: ${fontSizeMobileTitleT13};
|
|
209
|
+
line-height: 1.5;
|
|
210
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
211
|
+
font-weight: bold;
|
|
212
|
+
}
|
|
213
|
+
&.${prefixCls}-size-TitleT12Bold {
|
|
214
|
+
font-size: ${fontSizeMobileTitleT12};
|
|
215
|
+
line-height: 1.5;
|
|
216
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
217
|
+
font-weight: bold;
|
|
218
|
+
}
|
|
219
|
+
&.${prefixCls}-size-ContentC23Bold {
|
|
220
|
+
font-size: ${fontSizeMobileContentC23};
|
|
221
|
+
line-height: 1.25;
|
|
222
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
223
|
+
font-weight: bold;
|
|
224
|
+
}
|
|
225
|
+
&.${prefixCls}-size-ContentC21Bold {
|
|
226
|
+
font-size: ${fontSizeMobileContentC21};
|
|
227
|
+
line-height: ${lineHeightC21M};
|
|
228
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
229
|
+
font-weight: bold;
|
|
230
|
+
}
|
|
231
|
+
&.${prefixCls}-size-ContentC15Bold {
|
|
232
|
+
font-size: ${fontSizeMobileContentC15};
|
|
233
|
+
line-height: ${lineHeightC15M};
|
|
234
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
235
|
+
font-weight: bold;
|
|
236
|
+
}
|
|
237
|
+
&.${prefixCls}-size-ContentC14Bold {
|
|
238
|
+
font-size: ${fontSizeMobileContentC14};
|
|
239
|
+
line-height: 1.5;
|
|
240
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
241
|
+
font-weight: bold;
|
|
242
|
+
}
|
|
243
|
+
&.${prefixCls}-size-ContentC14Regular {
|
|
244
|
+
font-size: ${fontSizeMobileContentC14};
|
|
245
|
+
line-height: 1.5;
|
|
246
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
247
|
+
font-weight: normal;
|
|
248
|
+
letter-spacing: 0.1px;
|
|
249
|
+
}
|
|
250
|
+
&.${prefixCls}-size-ContentC14Strikethrough {
|
|
251
|
+
color: #757575;
|
|
252
|
+
font-size: ${fontSizeMobileContentC14};
|
|
253
|
+
line-height: 1.5;
|
|
254
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
255
|
+
font-weight: normal;
|
|
256
|
+
text-decoration: line-through;
|
|
257
|
+
letter-spacing: 0.1px;
|
|
258
|
+
}
|
|
259
|
+
&.${prefixCls}-size-ContentC14TextLink {
|
|
260
|
+
color: #4E28E8;
|
|
261
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
262
|
+
font-weight: bold;
|
|
263
|
+
font-size: ${fontSizeMobileContentC14};
|
|
264
|
+
line-height: 1.5;
|
|
265
|
+
text-decoration: underline;
|
|
266
|
+
letter-spacing: 0.1px;
|
|
267
|
+
}
|
|
268
|
+
&.${prefixCls}-size-ContentC13Bold {
|
|
269
|
+
font-size: ${fontSizeMobileContentC13};
|
|
270
|
+
line-height: 1.5;
|
|
271
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
272
|
+
font-weight: bold;
|
|
273
|
+
}
|
|
274
|
+
&.${prefixCls}-size-ContentC13Regular {
|
|
275
|
+
font-size: ${fontSizeMobileContentC13};
|
|
276
|
+
line-height: 1.5;
|
|
277
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
278
|
+
font-weight: normal;
|
|
279
|
+
letter-spacing: 0.1px;
|
|
280
|
+
}
|
|
281
|
+
&.${prefixCls}-size-ContentC13Strikethrough {
|
|
282
|
+
color: #757575;
|
|
283
|
+
font-size: ${fontSizeMobileContentC13};
|
|
284
|
+
line-height: 1.5;
|
|
285
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
286
|
+
font-weight: normal;
|
|
287
|
+
text-decoration: line-through;
|
|
288
|
+
letter-spacing: 0.1px;
|
|
289
|
+
}
|
|
290
|
+
&.${prefixCls}-size-ContentC13TextLink {
|
|
291
|
+
color: #4E28E8;
|
|
292
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
293
|
+
font-weight: bold;
|
|
294
|
+
font-size: ${fontSizeMobileContentC13};
|
|
295
|
+
line-height: 1.5;
|
|
296
|
+
text-decoration: underline;
|
|
297
|
+
letter-spacing: 0.1px;
|
|
298
|
+
}
|
|
299
|
+
&.${prefixCls}-size-ContentC12Regular {
|
|
300
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
301
|
+
font-weight: normal;
|
|
302
|
+
font-size: ${fontSizeMobileContentC12};
|
|
303
|
+
line-height: 1.5;
|
|
304
|
+
letter-spacing: 0.1px;
|
|
305
|
+
}
|
|
306
|
+
&.${prefixCls}-size-ContentC12Strikethrough {
|
|
307
|
+
color: #757575;
|
|
308
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
309
|
+
font-weight: normal;
|
|
310
|
+
font-size: ${fontSizeMobileContentC12};
|
|
311
|
+
line-height: 1.5;
|
|
312
|
+
text-decoration: line-through;
|
|
313
|
+
letter-spacing: 0.2px;
|
|
314
|
+
}
|
|
315
|
+
&.${prefixCls}-size-ContentC12SemiBold {
|
|
316
|
+
font-family: ${fontFamilySecondarySemiBold}-${fontFamilyMap.fontFamilySecondarySemiBold};
|
|
317
|
+
font-weight: bold;
|
|
318
|
+
font-size: ${fontSizeMobileContentC12};
|
|
319
|
+
line-height: 1.5;
|
|
320
|
+
letter-spacing: 0.2px;
|
|
321
|
+
}
|
|
322
|
+
&.${prefixCls}-size-ContentC12Bold {
|
|
323
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
324
|
+
font-weight: bold;
|
|
325
|
+
font-size: ${fontSizeMobileContentC12};
|
|
326
|
+
line-height: 1.5;
|
|
327
|
+
letter-spacing: 0.2px;
|
|
328
|
+
}
|
|
329
|
+
&.${prefixCls}-size-ContentC12TextLink {
|
|
330
|
+
color: #4E28E8;
|
|
331
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
332
|
+
font-weight: bold;
|
|
333
|
+
font-size: ${fontSizeMobileContentC12};
|
|
334
|
+
line-height: 1.5;
|
|
335
|
+
text-decoration: underline;
|
|
336
|
+
letter-spacing: 0.2px;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
.${prefixCls}-desktop {
|
|
340
|
+
&.${prefixCls}-size-TitleT41Bold {
|
|
341
|
+
font-size: ${fontSizeDesktopTitleT41};
|
|
342
|
+
line-height: 1.25;
|
|
343
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
344
|
+
font-weight: bold;
|
|
345
|
+
}
|
|
346
|
+
&.${prefixCls}-size-TitleT34Bold {
|
|
347
|
+
font-size: ${fontSizeDesktopTitleT34};
|
|
348
|
+
line-height: 1.25;
|
|
349
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
350
|
+
font-weight: bold;
|
|
351
|
+
}
|
|
352
|
+
&.${prefixCls}-size-TitleT32Bold {
|
|
353
|
+
font-size: ${fontSizeDesktopTitleT32};
|
|
354
|
+
line-height: 1.25;
|
|
355
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
356
|
+
font-weight: bold;
|
|
357
|
+
}
|
|
358
|
+
&.${prefixCls}-size-TitleT23Bold {
|
|
359
|
+
font-size: ${fontSizeDesktopTitleT23};
|
|
360
|
+
line-height: 1.25;
|
|
361
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
362
|
+
font-weight: bold;
|
|
363
|
+
}
|
|
364
|
+
&.${prefixCls}-size-TitleT21Bold {
|
|
365
|
+
font-size: ${fontSizeDesktopTitleT21};
|
|
366
|
+
line-height: 1.25;
|
|
367
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
368
|
+
font-weight: bold;
|
|
369
|
+
}
|
|
370
|
+
&.${prefixCls}-size-TitleT16Bold {
|
|
371
|
+
font-size: ${fontSizeDesktopTitleT16};
|
|
372
|
+
line-height: ${lineHeightT16};
|
|
373
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
374
|
+
font-weight: bold;
|
|
375
|
+
}
|
|
376
|
+
&.${prefixCls}-size-TitleT15Bold {
|
|
377
|
+
font-size: ${fontSizeDesktopTitleT15};
|
|
378
|
+
line-height: ${lineHeightT15};
|
|
379
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
380
|
+
font-weight: bold;
|
|
381
|
+
}
|
|
382
|
+
&.${prefixCls}-size-TitleT14Bold {
|
|
383
|
+
font-size: ${fontSizeDesktopTitleT14};
|
|
384
|
+
line-height: 1.5;
|
|
385
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
386
|
+
font-weight: bold;
|
|
387
|
+
}
|
|
388
|
+
&.${prefixCls}-size-TitleT13Bold {
|
|
389
|
+
font-size: ${fontSizeDesktopTitleT13};
|
|
390
|
+
line-height: 1.5;
|
|
391
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
392
|
+
font-weight: bold;
|
|
393
|
+
}
|
|
394
|
+
&.${prefixCls}-size-TitleT12Bold {
|
|
395
|
+
font-size: ${fontSizeDesktopTitleT12};
|
|
396
|
+
line-height: 1.5;
|
|
397
|
+
font-family: ${fontFamilyPromaryBold}-${fontFamilyMap.fontFamilyPromaryBold};
|
|
398
|
+
font-weight: bold;
|
|
399
|
+
}
|
|
400
|
+
&.${prefixCls}-size-ContentC23Bold {
|
|
401
|
+
font-size: ${fontSizeDesktopContentC23};
|
|
402
|
+
line-height: 1.25;
|
|
403
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
404
|
+
font-weight: bold;
|
|
405
|
+
}
|
|
406
|
+
&.${prefixCls}-size-ContentC21Bold {
|
|
407
|
+
font-size: ${fontSizeDesktopContentC21};
|
|
408
|
+
line-height: ${lineHeightC21};
|
|
409
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
410
|
+
font-weight: bold;
|
|
411
|
+
}
|
|
412
|
+
&.${prefixCls}-size-ContentC15Bold {
|
|
413
|
+
font-size: ${fontSizeDesktopContentC15};
|
|
414
|
+
line-height: ${lineHeightC15};
|
|
415
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
416
|
+
font-weight: bold;
|
|
417
|
+
}
|
|
418
|
+
&.${prefixCls}-size-ContentC14Bold {
|
|
419
|
+
font-size: ${fontSizeDesktopContentC14};
|
|
420
|
+
line-height: ${lineHeightC14};
|
|
421
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
422
|
+
font-weight: bold;
|
|
423
|
+
}
|
|
424
|
+
&.${prefixCls}-size-ContentC14Regular {
|
|
425
|
+
font-size: ${fontSizeDesktopContentC14};
|
|
426
|
+
line-height: ${lineHeightC14};
|
|
427
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
428
|
+
font-weight: normal;
|
|
429
|
+
letter-spacing: 0.1px;
|
|
430
|
+
}
|
|
431
|
+
&.${prefixCls}-size-ContentC14Strikethrough {
|
|
432
|
+
color: #757575;
|
|
433
|
+
font-size: ${fontSizeDesktopContentC14};
|
|
434
|
+
line-height: ${lineHeightC14};
|
|
435
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
436
|
+
font-weight: normal;
|
|
437
|
+
text-decoration: line-through;
|
|
438
|
+
letter-spacing: 0.1px;
|
|
439
|
+
}
|
|
440
|
+
&.${prefixCls}-size-ContentC14TextLink {
|
|
441
|
+
color: #4E28E8;
|
|
442
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
443
|
+
font-weight: bold;
|
|
444
|
+
font-size: ${fontSizeDesktopContentC14};
|
|
445
|
+
line-height: ${lineHeightC14};
|
|
446
|
+
text-decoration: underline;
|
|
447
|
+
letter-spacing: 0.1px;
|
|
448
|
+
}
|
|
449
|
+
&.${prefixCls}-size-ContentC13Bold {
|
|
450
|
+
font-size: ${fontSizeDesktopContentC13};
|
|
451
|
+
line-height: 1.5;
|
|
452
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
453
|
+
font-weight: bold;
|
|
454
|
+
}
|
|
455
|
+
&.${prefixCls}-size-ContentC13Regular {
|
|
456
|
+
font-size: ${fontSizeDesktopContentC13};
|
|
457
|
+
line-height: 1.5;
|
|
458
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
459
|
+
font-weight: normal;
|
|
460
|
+
letter-spacing: 0.1px;
|
|
461
|
+
}
|
|
462
|
+
&.${prefixCls}-size-ContentC13Strikethrough {
|
|
463
|
+
color: #757575;
|
|
464
|
+
font-size: ${fontSizeDesktopContentC13};
|
|
465
|
+
line-height: 1.5;
|
|
466
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
467
|
+
font-weight: normal;
|
|
468
|
+
text-decoration: line-through;
|
|
469
|
+
letter-spacing: 0.1px;
|
|
470
|
+
}
|
|
471
|
+
&.${prefixCls}-size-ContentC13TextLink {
|
|
472
|
+
color: #4E28E8;
|
|
473
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
474
|
+
font-weight: bold;
|
|
475
|
+
font-size: ${fontSizeDesktopContentC13};
|
|
476
|
+
line-height: 1.5;
|
|
477
|
+
text-decoration: underline;
|
|
478
|
+
letter-spacing: 0.1px;
|
|
479
|
+
}
|
|
480
|
+
&.${prefixCls}-size-ContentC12Regular {
|
|
481
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
482
|
+
font-weight: normal;
|
|
483
|
+
font-size: ${fontSizeDesktopContentC12};
|
|
484
|
+
line-height: 1.5;
|
|
485
|
+
letter-spacing: 0.1px;
|
|
486
|
+
}
|
|
487
|
+
&.${prefixCls}-size-ContentC12Strikethrough {
|
|
488
|
+
color: #757575;
|
|
489
|
+
font-family: ${fontFamilySecondaryRegular}-${fontFamilyMap.fontFamilySecondaryRegular};
|
|
490
|
+
font-weight: normal;
|
|
491
|
+
font-size: ${fontSizeDesktopContentC12};
|
|
492
|
+
line-height: 1.5;
|
|
493
|
+
text-decoration: line-through;
|
|
494
|
+
letter-spacing: 0.2px;
|
|
495
|
+
}
|
|
496
|
+
&.${prefixCls}-size-ContentC12SemiBold {
|
|
497
|
+
font-family: ${fontFamilySecondarySemiBold}-${fontFamilyMap.fontFamilySecondarySemiBold};
|
|
498
|
+
font-weight: bold;
|
|
499
|
+
font-size: ${fontSizeDesktopContentC12};
|
|
500
|
+
line-height: 1.5;
|
|
501
|
+
letter-spacing: 0.2px;
|
|
502
|
+
}
|
|
503
|
+
&.${prefixCls}-size-ContentC12Bold {
|
|
504
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
505
|
+
font-weight: bold;
|
|
506
|
+
font-size: ${fontSizeDesktopContentC12};
|
|
507
|
+
line-height: 1.5;
|
|
508
|
+
letter-spacing: 0.2px;
|
|
509
|
+
}
|
|
510
|
+
&.${prefixCls}-size-ContentC12TextLink {
|
|
511
|
+
color: #4E28E8;
|
|
512
|
+
font-family: ${fontFamilySecondaryBold}-${fontFamilyMap.fontFamilySecondaryBold};
|
|
513
|
+
font-weight: bold;
|
|
514
|
+
font-size: ${fontSizeDesktopContentC12};
|
|
515
|
+
line-height: 1.5;
|
|
516
|
+
text-decoration: underline;
|
|
517
|
+
letter-spacing: 0.2px;
|
|
518
|
+
}
|
|
410
519
|
}
|
|
411
520
|
`);
|
|
412
521
|
return hashId;
|
|
@@ -420,12 +529,13 @@ var Text = (props) => {
|
|
|
420
529
|
},
|
|
421
530
|
breakpoint === "Desktop" ? `${prefixCls}-desktop` : `${prefixCls}-mobile`,
|
|
422
531
|
className
|
|
423
|
-
)
|
|
424
|
-
style
|
|
532
|
+
)
|
|
425
533
|
};
|
|
426
534
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
427
535
|
"span",
|
|
428
|
-
__spreadValues(__spreadValues({}, baseProps),
|
|
536
|
+
__spreadValues(__spreadProps(__spreadValues({}, baseProps), {
|
|
537
|
+
style: __spreadValues({ color }, style)
|
|
538
|
+
}), attr),
|
|
429
539
|
children
|
|
430
540
|
);
|
|
431
541
|
};
|