@weareconceptstudio/account 0.0.0 → 0.0.1

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.
Files changed (165) hide show
  1. package/dist/AccountConfig.d.ts +5 -0
  2. package/dist/AccountConfig.js +21 -0
  3. package/dist/components/AccountButton/index.d.ts +3 -0
  4. package/dist/components/AccountButton/index.js +22 -0
  5. package/dist/components/AccountButton/style.d.ts +2 -0
  6. package/dist/components/AccountButton/style.js +249 -0
  7. package/dist/components/AddressForm/index.d.ts +3 -0
  8. package/dist/components/AddressForm/index.js +100 -0
  9. package/dist/components/AddressForm/style.d.ts +2 -0
  10. package/dist/components/AddressForm/style.js +180 -0
  11. package/dist/components/AddressItem/index.d.ts +3 -0
  12. package/dist/components/AddressItem/index.js +41 -0
  13. package/dist/components/AddressItem/style.d.ts +2 -0
  14. package/dist/components/AddressItem/style.js +191 -0
  15. package/dist/components/CustomCheckbox/index.d.ts +7 -0
  16. package/dist/components/CustomCheckbox/index.js +15 -0
  17. package/dist/components/CustomCheckbox/style.d.ts +2 -0
  18. package/dist/components/CustomCheckbox/style.js +85 -0
  19. package/dist/components/EmptyCart/index.d.ts +5 -0
  20. package/dist/components/EmptyCart/index.js +14 -0
  21. package/dist/components/EmptyCart/style.d.ts +2 -0
  22. package/dist/components/EmptyCart/style.js +62 -0
  23. package/dist/components/EmptyOrders/index.d.ts +3 -0
  24. package/dist/components/EmptyOrders/index.js +12 -0
  25. package/dist/components/EmptyOrders/style.d.ts +2 -0
  26. package/dist/components/EmptyOrders/style.js +46 -0
  27. package/dist/components/FormInputCode/index.d.ts +24 -0
  28. package/dist/components/FormInputCode/index.js +145 -0
  29. package/dist/components/FormInputCode/style.d.ts +2 -0
  30. package/dist/components/FormInputCode/style.js +109 -0
  31. package/dist/components/OrderDetails/index.d.ts +3 -0
  32. package/dist/components/OrderDetails/index.js +48 -0
  33. package/dist/components/OrderDetails/style.d.ts +2 -0
  34. package/dist/components/OrderDetails/style.js +90 -0
  35. package/dist/components/OrderedItems/ReviewPopup/index.d.ts +0 -0
  36. package/dist/components/OrderedItems/ReviewPopup/index.js +202 -0
  37. package/dist/components/OrderedItems/ReviewPopup/style.d.ts +2 -0
  38. package/dist/components/OrderedItems/ReviewPopup/style.js +329 -0
  39. package/dist/components/OrderedItems/index.d.ts +7 -0
  40. package/dist/components/OrderedItems/index.js +108 -0
  41. package/dist/components/OrderedItems/style.d.ts +2 -0
  42. package/dist/components/OrderedItems/style.js +783 -0
  43. package/dist/components/OrdersList/OrderItem/index.d.ts +3 -0
  44. package/dist/components/OrdersList/OrderItem/index.js +21 -0
  45. package/dist/components/OrdersList/index.d.ts +10 -0
  46. package/dist/components/OrdersList/index.js +68 -0
  47. package/dist/components/OrdersList/style.d.ts +2 -0
  48. package/dist/components/OrdersList/style.js +373 -0
  49. package/dist/components/Pagination/index.d.ts +3 -0
  50. package/dist/components/Pagination/index.js +18 -0
  51. package/dist/components/Pagination/style.d.ts +2 -0
  52. package/dist/components/Pagination/style.js +72 -0
  53. package/dist/components/SelectShippingBilling/index.d.ts +3 -0
  54. package/dist/components/SelectShippingBilling/index.js +31 -0
  55. package/dist/components/SelectShippingBilling/style.d.ts +2 -0
  56. package/dist/components/SelectShippingBilling/style.js +112 -0
  57. package/dist/components/Sequence/index.d.ts +5 -0
  58. package/dist/components/Sequence/index.js +65 -0
  59. package/dist/components/Sequence/style.d.ts +2 -0
  60. package/dist/components/Sequence/style.js +317 -0
  61. package/dist/components/ShippingBillingForm/index.d.ts +3 -0
  62. package/dist/components/ShippingBillingForm/index.js +96 -0
  63. package/dist/components/ShippingBillingForm/style.d.ts +2 -0
  64. package/dist/components/ShippingBillingForm/style.js +77 -0
  65. package/dist/components/ShippingBillingInfo/index.d.ts +3 -0
  66. package/dist/components/ShippingBillingInfo/index.js +22 -0
  67. package/dist/components/ShippingBillingInfo/style.d.ts +2 -0
  68. package/dist/components/ShippingBillingInfo/style.js +98 -0
  69. package/dist/components/TotalCheckout/index.d.ts +3 -0
  70. package/dist/components/TotalCheckout/index.js +49 -0
  71. package/dist/components/TotalCheckout/style.d.ts +2 -0
  72. package/dist/components/TotalCheckout/style.js +211 -0
  73. package/dist/components/WarningMessage/index.d.ts +3 -0
  74. package/dist/components/WarningMessage/index.js +10 -0
  75. package/dist/components/WarningMessage/style.d.ts +2 -0
  76. package/dist/components/WarningMessage/style.js +34 -0
  77. package/dist/components/WarningMessageForPopup/index.d.ts +3 -0
  78. package/dist/components/WarningMessageForPopup/index.js +31 -0
  79. package/dist/components/WarningMessageForPopup/style.d.ts +2 -0
  80. package/dist/components/WarningMessageForPopup/style.js +82 -0
  81. package/dist/components/index.d.ts +18 -0
  82. package/dist/components/index.js +18 -0
  83. package/dist/index.d.ts +1 -0
  84. package/dist/index.js +2 -0
  85. package/dist/styles/helperClass.d.ts +2 -0
  86. package/dist/styles/helperClass.js +278 -0
  87. package/dist/styles/theme.d.ts +2 -0
  88. package/dist/styles/theme.js +63 -0
  89. package/dist/styles/typography.d.ts +2 -0
  90. package/dist/styles/typography.js +129 -0
  91. package/dist/styles/variables.d.ts +2 -0
  92. package/dist/styles/variables.js +401 -0
  93. package/dist/templates/AccountSettingsTemplate/AccountInfo/index.d.ts +38 -0
  94. package/dist/templates/AccountSettingsTemplate/AccountInfo/index.js +37 -0
  95. package/dist/templates/AccountSettingsTemplate/AccountInfo/style.d.ts +2 -0
  96. package/dist/templates/AccountSettingsTemplate/AccountInfo/style.js +165 -0
  97. package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.d.ts +32 -0
  98. package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.js +45 -0
  99. package/dist/templates/AccountSettingsTemplate/AccountPassword/index.d.ts +15 -0
  100. package/dist/templates/AccountSettingsTemplate/AccountPassword/index.js +36 -0
  101. package/dist/templates/AccountSettingsTemplate/AccountPassword/style.d.ts +2 -0
  102. package/dist/templates/AccountSettingsTemplate/AccountPassword/style.js +141 -0
  103. package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.d.ts +10 -0
  104. package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.js +22 -0
  105. package/dist/templates/AccountSettingsTemplate/index.d.ts +11 -0
  106. package/dist/templates/AccountSettingsTemplate/index.js +10 -0
  107. package/dist/templates/AccountSettingsTemplate/style.d.ts +2 -0
  108. package/dist/templates/AccountSettingsTemplate/style.js +37 -0
  109. package/dist/templates/AccountTemplate/index.d.ts +8 -0
  110. package/dist/templates/AccountTemplate/index.js +32 -0
  111. package/dist/templates/AccountTemplate/style.d.ts +2 -0
  112. package/dist/templates/AccountTemplate/style.js +293 -0
  113. package/dist/templates/AddressesTemplate/index.d.ts +3 -0
  114. package/dist/templates/AddressesTemplate/index.js +21 -0
  115. package/dist/templates/AddressesTemplate/style.d.ts +2 -0
  116. package/dist/templates/AddressesTemplate/style.js +89 -0
  117. package/dist/templates/CartTemplate/index.d.ts +3 -0
  118. package/dist/templates/CartTemplate/index.js +23 -0
  119. package/dist/templates/CartTemplate/style.d.ts +2 -0
  120. package/dist/templates/CartTemplate/style.js +37 -0
  121. package/dist/templates/CheckoutTemplate/index.d.ts +9 -0
  122. package/dist/templates/CheckoutTemplate/index.js +155 -0
  123. package/dist/templates/CheckoutTemplate/style.d.ts +2 -0
  124. package/dist/templates/CheckoutTemplate/style.js +173 -0
  125. package/dist/templates/ForgotPasswordTemplate/index.d.ts +5 -2
  126. package/dist/templates/ForgotPasswordTemplate/index.js +86 -3
  127. package/dist/templates/ForgotPasswordTemplate/style.d.ts +2 -0
  128. package/dist/templates/ForgotPasswordTemplate/style.js +186 -0
  129. package/dist/templates/OrderHistoryTemplate/index.d.ts +7 -0
  130. package/dist/templates/OrderHistoryTemplate/index.js +9 -0
  131. package/dist/templates/OrderHistoryTemplate/style.d.ts +2 -0
  132. package/dist/templates/OrderHistoryTemplate/style.js +3 -0
  133. package/dist/templates/OrderIndividualTemplate/index.d.ts +5 -0
  134. package/dist/templates/OrderIndividualTemplate/index.js +21 -0
  135. package/dist/templates/OrderIndividualTemplate/style.d.ts +2 -0
  136. package/dist/templates/OrderIndividualTemplate/style.js +3 -0
  137. package/dist/templates/ResetPasswordTemplate/index.d.ts +7 -2
  138. package/dist/templates/ResetPasswordTemplate/index.js +35 -2
  139. package/dist/templates/ResetPasswordTemplate/style.d.ts +2 -0
  140. package/dist/templates/ResetPasswordTemplate/style.js +163 -0
  141. package/dist/templates/SignInTemplate/index.d.ts +5 -2
  142. package/dist/templates/SignInTemplate/index.js +27 -2
  143. package/dist/templates/SignInTemplate/style.d.ts +2 -0
  144. package/dist/templates/SignInTemplate/style.js +168 -0
  145. package/dist/templates/SignUpTemplate/defaultFormFields.d.ts +11 -0
  146. package/dist/templates/SignUpTemplate/defaultFormFields.js +42 -0
  147. package/dist/templates/SignUpTemplate/index.d.ts +6 -2
  148. package/dist/templates/SignUpTemplate/index.js +33 -3
  149. package/dist/templates/SignUpTemplate/style.d.ts +2 -0
  150. package/dist/templates/SignUpTemplate/style.js +175 -0
  151. package/dist/templates/VerifyEmailAddressTemplate/index.d.ts +3 -0
  152. package/dist/templates/VerifyEmailAddressTemplate/index.js +105 -0
  153. package/dist/templates/VerifyEmailAddressTemplate/style.d.ts +2 -0
  154. package/dist/templates/VerifyEmailAddressTemplate/style.js +165 -0
  155. package/dist/templates/index.d.ts +8 -0
  156. package/dist/templates/index.js +11 -0
  157. package/dist/translations/en.d.ts +257 -0
  158. package/dist/translations/en.js +256 -0
  159. package/dist/translations/index.d.ts +259 -0
  160. package/dist/translations/index.js +2 -0
  161. package/dist/utils/_functions.d.ts +5 -0
  162. package/dist/utils/_functions.js +28 -0
  163. package/dist/utils/icons.d.ts +3 -0
  164. package/dist/utils/icons.js +27 -0
  165. package/package.json +5 -6
@@ -0,0 +1,278 @@
1
+ import { createGlobalStyle, css } from 'styled-components';
2
+ const AccountHelperClass = createGlobalStyle `${css `
3
+ //! Primary colors
4
+ .account-primary-color1 {
5
+ color: var(--account_primaryColor1);
6
+
7
+ &-bg {
8
+ background-color: var(--account_primaryColor1);
9
+ }
10
+ }
11
+
12
+ .account-primary-color2 {
13
+ color: var(--account_primaryColor2);
14
+
15
+ &-bg {
16
+ background-color: var(--account_primaryColor2);
17
+ }
18
+ }
19
+
20
+ .account-primary-color3 {
21
+ color: var(--account_primaryColor3);
22
+
23
+ &-bg {
24
+ background-color: var(--account_primaryColor3);
25
+ }
26
+ }
27
+
28
+ .account-primary-color4 {
29
+ color: var(--account_primaryColor4);
30
+
31
+ &-bg {
32
+ background-color: var(--account_primaryColor4);
33
+ }
34
+ }
35
+
36
+ .account-primary-color5 {
37
+ color: var(--account_primaryColor5);
38
+
39
+ &-bg {
40
+ background-color: var(--account_primaryColor5);
41
+ }
42
+ }
43
+
44
+ .account-primary-color6 {
45
+ color: var(--account_primaryColor6);
46
+
47
+ &-bg {
48
+ background-color: var(--account_primaryColor6);
49
+ }
50
+ }
51
+
52
+ .account-primary-color7 {
53
+ color: var(--account_primaryColor7);
54
+
55
+ &-bg {
56
+ background-color: var(--account_primaryColor7);
57
+ }
58
+ }
59
+
60
+ .account-primary-color8 {
61
+ color: var(--account_primaryColor8);
62
+
63
+ &-bg {
64
+ background-color: var(--account_primaryColor8);
65
+ }
66
+ }
67
+
68
+ .account-primary-color9 {
69
+ color: var(--account_primaryColor9);
70
+
71
+ &-bg {
72
+ background-color: var(--account_primaryColor9);
73
+ }
74
+ }
75
+
76
+ .account-primary-color10 {
77
+ color: var(--account_primaryColor10);
78
+
79
+ &-bg {
80
+ background-color: var(--account_primaryColor10);
81
+ }
82
+ }
83
+
84
+ .account-primary-color11 {
85
+ color: var(--account_primaryColor11);
86
+
87
+ &-bg {
88
+ background-color: var(--account_primaryColor11);
89
+ }
90
+ }
91
+
92
+ .account-primary-color12 {
93
+ color: var(--account_primaryColor12);
94
+
95
+ &-bg {
96
+ background-color: var(--account_primaryColor12);
97
+ }
98
+ }
99
+
100
+ .account-primary-color13 {
101
+ color: var(--account_primaryColor13);
102
+
103
+ &-bg {
104
+ background-color: var(--account_primaryColor13);
105
+ }
106
+ }
107
+
108
+ .account-primary-color14 {
109
+ color: var(--account_primaryColor14);
110
+
111
+ &-bg {
112
+ background-color: var(--account_primaryColor14);
113
+ }
114
+ }
115
+
116
+ .account-primary-color15 {
117
+ color: var(--account_primaryColor15);
118
+
119
+ &-bg {
120
+ background-color: var(--account_primaryColor15);
121
+ }
122
+ }
123
+
124
+ .account-primary-color16 {
125
+ color: var(--account_primaryColor16);
126
+
127
+ &-bg {
128
+ background-color: var(--account_primaryColor16);
129
+ }
130
+ }
131
+
132
+ .account-primary-color17 {
133
+ color: var(--account_primaryColor17);
134
+
135
+ &-bg {
136
+ background-color: var(--account_primaryColor17);
137
+ }
138
+ }
139
+
140
+ .account-primary-color18 {
141
+ color: var(--account_primaryColor18);
142
+
143
+ &-bg {
144
+ background-color: var(--account_primaryColor18);
145
+ }
146
+ }
147
+
148
+ .account-primary-color19 {
149
+ color: var(--account_primaryColor19);
150
+
151
+ &-bg {
152
+ background-color: var(--account_primaryColor19);
153
+ }
154
+ }
155
+
156
+ .account-primary-color20 {
157
+ color: var(--account_primaryColor20);
158
+
159
+ &-bg {
160
+ background-color: var(--account_primaryColor20);
161
+ }
162
+ }
163
+
164
+ //! Secondary colors
165
+ .account-secondary-color1 {
166
+ color: var(--account_secondaryColor1);
167
+
168
+ &-bg {
169
+ background-color: var(--account_secondaryColor1);
170
+ }
171
+ }
172
+
173
+ .account-secondary-color2 {
174
+ color: var(--account_secondaryColor2);
175
+
176
+ &-bg {
177
+ background-color: var(--account_secondaryColor2);
178
+ }
179
+ }
180
+
181
+ .account-secondary-color3 {
182
+ color: var(--account_secondaryColor3);
183
+
184
+ &-bg {
185
+ background-color: var(--account_secondaryColor3);
186
+ }
187
+ }
188
+
189
+ .account-secondary-color4 {
190
+ color: var(--account_secondaryColor4);
191
+
192
+ &-bg {
193
+ background-color: var(--account_secondaryColor4);
194
+ }
195
+ }
196
+
197
+ .account-secondary-color5 {
198
+ color: var(--account_secondaryColor5);
199
+
200
+ &-bg {
201
+ background-color: var(--account_secondaryColor5);
202
+ }
203
+ }
204
+
205
+ .account-secondary-color6 {
206
+ color: var(--account_secondaryColor6);
207
+
208
+ &-bg {
209
+ background-color: var(--account_secondaryColor6);
210
+ }
211
+ }
212
+
213
+ .account-secondary-color7 {
214
+ color: var(--account_secondaryColor7);
215
+
216
+ &-bg {
217
+ background-color: var(--account_secondaryColor7);
218
+ }
219
+ }
220
+
221
+ .account-secondary-color8 {
222
+ color: var(--account_secondaryColor8);
223
+
224
+ &-bg {
225
+ background-color: var(--account_secondaryColor8);
226
+ }
227
+ }
228
+
229
+ .account-secondary-color9 {
230
+ color: var(--account_secondaryColor9);
231
+
232
+ &-bg {
233
+ background-color: var(--account_secondaryColor9);
234
+ }
235
+ }
236
+
237
+ //! Background color
238
+ .account-background-color {
239
+ color: var(--account_backgroundColor);
240
+
241
+ &-bg {
242
+ background-color: var(--account_backgroundColor);
243
+ }
244
+ }
245
+
246
+ //! Error color
247
+ .account-error-color {
248
+ color: var(--account_errorColor);
249
+
250
+ &-bg {
251
+ background-color: var(--account_errorColorBg);
252
+ }
253
+ }
254
+
255
+ .account-success-color {
256
+ color: var(--account_successColor);
257
+
258
+ &-bg {
259
+ background-color: var(--account_successColorBg);
260
+ }
261
+ }
262
+
263
+ .account-font-regular {
264
+ font-family: var(--account_Font);
265
+ font-weight: 400;
266
+ }
267
+
268
+ .account-font-medium {
269
+ font-family: var(--account_Font);
270
+ font-weight: 500;
271
+ }
272
+
273
+ .account-font-bold {
274
+ font-family: var(--account_Font);
275
+ font-weight: 700;
276
+ }
277
+ `}`;
278
+ export default AccountHelperClass;
@@ -0,0 +1,2 @@
1
+ declare function _default(props: any): any;
2
+ export default _default;
@@ -0,0 +1,63 @@
1
+ export default (props) => ({
2
+ ...props,
3
+ account: {
4
+ colors: {
5
+ //! Background Color
6
+ account_backgroundColor: '#FFFFFB',
7
+ //! Main Colors
8
+ account_primaryColor1: '#3E583C',
9
+ account_primaryColor2: '#657A64',
10
+ account_primaryColor3: '#8C9B8B',
11
+ account_primaryColor4: '#B2BDB1',
12
+ account_primaryColor5: '#D9DED8',
13
+ account_primaryColor6: '#ECEFEC',
14
+ account_primaryColor7: '#F5F6F5',
15
+ account_primaryColor8: '#5B635F',
16
+ account_primaryColor9: '#796E82',
17
+ account_primaryColor10: '#9579A3',
18
+ account_primaryColor11: '#A47FB5',
19
+ account_primaryColor12: '#B384C6',
20
+ account_primaryColor13: '#C189D7',
21
+ account_primaryColor14: '#CF8EE8',
22
+ account_primaryColor15: '#D9A5ED',
23
+ account_primaryColor16: '#E2BBF1',
24
+ account_primaryColor17: '#ECD2F6',
25
+ account_primaryColor18: '#F5E8FA',
26
+ account_primaryColor19: '#FBF4FD',
27
+ account_primaryColor20: '#FCF9FE',
28
+ //! Secondary Colors
29
+ account_secondaryColor1: '#2A2AD1',
30
+ account_secondaryColor2: '#EC6A2E',
31
+ account_secondaryColor3: '#DBFE45',
32
+ account_secondaryColor4: '#853A18',
33
+ account_secondaryColor5: '#7C558B',
34
+ account_secondaryColor6: '#FEF4CC',
35
+ account_secondaryColor7: '#FFDAD8',
36
+ account_secondaryColor8: '#D7DBF5',
37
+ account_secondaryColor9: '#B067CC',
38
+ //! Error Color
39
+ account_errorColor: '#DE554E',
40
+ account_errorColorBg: 'rgba(222, 85, 78, 0.1)',
41
+ account_successColor: '#4CAF50',
42
+ account_successColorBg: 'rgba(76, 175, 80, 0.1)',
43
+ ...props.account?.colors,
44
+ },
45
+ mediaQuery: {
46
+ account_DesktopSizeXL: '2560px',
47
+ account_DesktopSizeL: '1920px',
48
+ account_DesktopSizeM: '1510px',
49
+ account_DesktopSizeS: '1440px',
50
+ account_DesktopSizeXS: '1280px',
51
+ account_TabletSize: '1024px',
52
+ account_TabletSizeS: '768px',
53
+ account_DesktopSizeXLMin: '2559px',
54
+ account_DesktopSizeLMin: '1919px',
55
+ account_DesktopSizeMMin: '1509px',
56
+ account_DesktopSizeSMin: '1439px',
57
+ account_DesktopSizeXSMin: '1279px',
58
+ account_TabletSizeMin: '1023px',
59
+ account_TabletSizeSMin: '767px',
60
+ ...props.account?.mediaQuery,
61
+ },
62
+ },
63
+ });
@@ -0,0 +1,2 @@
1
+ export default AccountTypography;
2
+ declare const AccountTypography: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
@@ -0,0 +1,129 @@
1
+ import { createGlobalStyle, css } from 'styled-components';
2
+ function columnGenerator(suffix) {
3
+ let style = '';
4
+ for (let i = 1; i <= 12; i++) {
5
+ style += suffix ? `.account-col-${suffix}-${i}` : `.account-col-${i}`;
6
+ style += `{ width: ${(100 / 12) * i}% } `;
7
+ }
8
+ return style;
9
+ }
10
+ const AccountTypography = createGlobalStyle `${css `
11
+ main {
12
+ &.use-account {
13
+ background-color: var(--account_backgroundColor);
14
+ }
15
+ }
16
+
17
+ //! Font sizes
18
+ .account-h1 {
19
+ font-size: var(--account_h1);
20
+ line-height: var(--account_lineHeightS);
21
+ }
22
+
23
+ .account-h2 {
24
+ font-size: var(--account_h2);
25
+ line-height: var(--account_lineHeightS);
26
+ }
27
+
28
+ .account-h3 {
29
+ font-size: var(--account_h3);
30
+ line-height: var(--account_lineHeightS);
31
+ }
32
+
33
+ .account-h4 {
34
+ font-size: var(--account_h4);
35
+ line-height: var(--account_lineHeightS);
36
+ }
37
+
38
+ .account-h5 {
39
+ font-size: var(--account_h5);
40
+ line-height: var(--account_lineHeightS);
41
+ }
42
+
43
+ .account-h6 {
44
+ font-size: var(--account_h6);
45
+ line-height: var(--account_lineHeight);
46
+ }
47
+
48
+ .account-p {
49
+ font-size: var(--account_p);
50
+ line-height: var(--account_lineHeight);
51
+
52
+ --account_p: var(--account_p1);
53
+
54
+ &.account-p1 {
55
+ --account_p: var(--account_p1);
56
+ }
57
+
58
+ &.account-p2 {
59
+ --account_p: var(--account_p2);
60
+ }
61
+
62
+ &.account-p3 {
63
+ --account_p: var(--account_p3);
64
+ }
65
+
66
+ &.account-p4 {
67
+ --account_p: var(--account_p4);
68
+ }
69
+
70
+ &.account-p5 {
71
+ --account_p: var(--account_p5);
72
+ }
73
+ }
74
+
75
+ //! Row
76
+ .account-row {
77
+ display: flex;
78
+ flex-wrap: wrap;
79
+ margin: 0 calc(var(--account_colPadding) * -1);
80
+
81
+ > * {
82
+ width: 100%;
83
+ padding: 0 var(--account_colPadding);
84
+ }
85
+
86
+ .account-col {
87
+ flex: 1 1;
88
+ }
89
+
90
+ /* //! 2560 */
91
+ ${columnGenerator()};
92
+
93
+ /* //! 1920 */
94
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_DesktopSizeXLMin}) {
95
+ ${columnGenerator('dl')};
96
+ }
97
+
98
+ /* //! 1510 */
99
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_DesktopSizeLMin}) {
100
+ ${columnGenerator('dm')};
101
+ }
102
+
103
+ /* //! 1440 */
104
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_DesktopSizeMMin}) {
105
+ ${columnGenerator('ds')};
106
+ }
107
+
108
+ /* //! 1280 */
109
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_DesktopSizeSMin}) {
110
+ ${columnGenerator('dxs')};
111
+ }
112
+
113
+ /* //! 1024 */
114
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_DesktopSizeXSMin}) {
115
+ ${columnGenerator('t')};
116
+ }
117
+
118
+ /* //! 768 */
119
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_TabletSizeMin}) {
120
+ ${columnGenerator('ts')};
121
+ }
122
+
123
+ /* //! Mobile */
124
+ @media only screen and (max-width: ${({ theme }) => theme.account.mediaQuery.account_TabletSizeSMin}) {
125
+ ${columnGenerator('m')};
126
+ }
127
+ }
128
+ `}`;
129
+ export default AccountTypography;
@@ -0,0 +1,2 @@
1
+ export default AccountVariables;
2
+ declare const AccountVariables: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;