@trafilea/afrodita-components 6.23.5 → 6.23.6
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/build/index.d.ts +4 -4
- package/build/theme/revel.theme.d.ts +4 -4
- package/build/theme/revel.theme.js +25 -18
- package/build/theme/shapermint.theme.d.ts +4 -4
- package/build/theme/thebodcon.theme.d.ts +4 -4
- package/build/theme/thespadr.theme.d.ts +4 -4
- package/build/theme/truekind.theme.d.ts +4 -4
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1496,10 +1496,10 @@ declare type ThemeColors = {
|
|
|
1496
1496
|
990: ThemeBasicPallete;
|
|
1497
1497
|
};
|
|
1498
1498
|
semantic: {
|
|
1499
|
-
positive:
|
|
1500
|
-
urgent:
|
|
1501
|
-
attention:
|
|
1502
|
-
informative:
|
|
1499
|
+
positive: ThemeColorPallete;
|
|
1500
|
+
urgent: ThemeColorPallete;
|
|
1501
|
+
attention: ThemeColorPallete;
|
|
1502
|
+
informative: ThemeColorPallete;
|
|
1503
1503
|
};
|
|
1504
1504
|
border: {
|
|
1505
1505
|
color: string;
|
|
@@ -85,10 +85,10 @@ declare type ThemeColors = {
|
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
86
|
};
|
|
87
87
|
semantic: {
|
|
88
|
-
positive:
|
|
89
|
-
urgent:
|
|
90
|
-
attention:
|
|
91
|
-
informative:
|
|
88
|
+
positive: ThemeColorPallete;
|
|
89
|
+
urgent: ThemeColorPallete;
|
|
90
|
+
attention: ThemeColorPallete;
|
|
91
|
+
informative: ThemeColorPallete;
|
|
92
92
|
};
|
|
93
93
|
border: {
|
|
94
94
|
color: string;
|
|
@@ -75,10 +75,10 @@ var revel = {
|
|
|
75
75
|
colors: {
|
|
76
76
|
pallete: {
|
|
77
77
|
primary: {
|
|
78
|
-
color: '#
|
|
78
|
+
color: '#DA918A',
|
|
79
79
|
contrast: '--colors-shades-10-color',
|
|
80
80
|
soft: {
|
|
81
|
-
color: '#
|
|
81
|
+
color: '#E3B7B2',
|
|
82
82
|
contrast: '--colors-shades-700-color',
|
|
83
83
|
},
|
|
84
84
|
20: {
|
|
@@ -236,7 +236,14 @@ var revel = {
|
|
|
236
236
|
},
|
|
237
237
|
semantic: {
|
|
238
238
|
positive: { color: '#2F806A', contrast: '--colors-shades-white-color' },
|
|
239
|
-
urgent: {
|
|
239
|
+
urgent: {
|
|
240
|
+
color: '#BA5350',
|
|
241
|
+
contrast: '--colors-shades-white-color',
|
|
242
|
+
soft: {
|
|
243
|
+
color: '#D4605B',
|
|
244
|
+
contrast: '--colors-shades-white-color',
|
|
245
|
+
},
|
|
246
|
+
},
|
|
240
247
|
attention: { color: '#F2D96F', contrast: '--colors-shades-700-color' },
|
|
241
248
|
informative: { color: '#0A609B', contrast: '--colors-shades-700-color' },
|
|
242
249
|
},
|
|
@@ -257,29 +264,29 @@ var revel = {
|
|
|
257
264
|
component: {
|
|
258
265
|
button: {
|
|
259
266
|
border: 'none',
|
|
260
|
-
borderRadius: '
|
|
267
|
+
borderRadius: '8px',
|
|
261
268
|
fontWeight: 700,
|
|
262
269
|
lineHeight: '20px',
|
|
263
|
-
letterSpacing: '
|
|
270
|
+
letterSpacing: '3.2px',
|
|
264
271
|
minWidth: '300px',
|
|
265
272
|
minHeight: '48px',
|
|
266
273
|
size: {
|
|
267
274
|
small: {
|
|
268
|
-
fontSize: '
|
|
269
|
-
padding: '
|
|
275
|
+
fontSize: '12px',
|
|
276
|
+
padding: '4px 16px',
|
|
270
277
|
},
|
|
271
278
|
medium: {
|
|
272
|
-
fontSize: '
|
|
273
|
-
padding: '
|
|
279
|
+
fontSize: '14px',
|
|
280
|
+
padding: '8px 24px',
|
|
274
281
|
},
|
|
275
282
|
large: {
|
|
276
|
-
fontSize: '
|
|
277
|
-
padding: '
|
|
283
|
+
fontSize: '16px',
|
|
284
|
+
padding: '12px 32px',
|
|
278
285
|
},
|
|
279
286
|
},
|
|
280
287
|
primary: {
|
|
281
288
|
active: {
|
|
282
|
-
backgroundColor: '
|
|
289
|
+
backgroundColor: '--colors-pallete-primary-color',
|
|
283
290
|
color: '--colors-pallete-primary-contrast',
|
|
284
291
|
},
|
|
285
292
|
hover: {
|
|
@@ -406,7 +413,7 @@ var revel = {
|
|
|
406
413
|
},
|
|
407
414
|
card: {
|
|
408
415
|
borderRadius: '1.25rem',
|
|
409
|
-
backgroundColor: '
|
|
416
|
+
backgroundColor: '--colors-pallete-darkcreamy-color',
|
|
410
417
|
},
|
|
411
418
|
radio: {
|
|
412
419
|
borderColor: '--colors-shades-700-color',
|
|
@@ -736,7 +743,7 @@ var revel = {
|
|
|
736
743
|
note: {
|
|
737
744
|
accentColor: '--colors-semantic-urgent-color',
|
|
738
745
|
color: '--colors-text-color',
|
|
739
|
-
backgroundColor: '
|
|
746
|
+
backgroundColor: '--colors-pallete-darkcreamy-color',
|
|
740
747
|
},
|
|
741
748
|
sectionDetails: {
|
|
742
749
|
marginLeft: '1.813rem',
|
|
@@ -797,9 +804,9 @@ var revel = {
|
|
|
797
804
|
price: {
|
|
798
805
|
colors: {
|
|
799
806
|
regular: '--colors-shades-400-color',
|
|
800
|
-
deal: '
|
|
807
|
+
deal: '--colors-pallete-primary-color',
|
|
801
808
|
each: '--colors-shades-700-color',
|
|
802
|
-
badgeBG: '
|
|
809
|
+
badgeBG: '--colors-pallete-primary-color',
|
|
803
810
|
badgeColor: '--colors-shades-white-color',
|
|
804
811
|
},
|
|
805
812
|
},
|
|
@@ -809,10 +816,10 @@ var revel = {
|
|
|
809
816
|
},
|
|
810
817
|
thankyou: {
|
|
811
818
|
emailSection: {
|
|
812
|
-
backgroundColor: '
|
|
819
|
+
backgroundColor: '--colors-pallete-darkcreamy-color',
|
|
813
820
|
},
|
|
814
821
|
socialIcon: {
|
|
815
|
-
color: '
|
|
822
|
+
color: '--colors-pallete-primary-color',
|
|
816
823
|
},
|
|
817
824
|
orderId: {
|
|
818
825
|
color: '--colors-shades-700-color',
|
|
@@ -85,10 +85,10 @@ declare type ThemeColors = {
|
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
86
|
};
|
|
87
87
|
semantic: {
|
|
88
|
-
positive:
|
|
89
|
-
urgent:
|
|
90
|
-
attention:
|
|
91
|
-
informative:
|
|
88
|
+
positive: ThemeColorPallete;
|
|
89
|
+
urgent: ThemeColorPallete;
|
|
90
|
+
attention: ThemeColorPallete;
|
|
91
|
+
informative: ThemeColorPallete;
|
|
92
92
|
};
|
|
93
93
|
border: {
|
|
94
94
|
color: string;
|
|
@@ -85,10 +85,10 @@ declare type ThemeColors = {
|
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
86
|
};
|
|
87
87
|
semantic: {
|
|
88
|
-
positive:
|
|
89
|
-
urgent:
|
|
90
|
-
attention:
|
|
91
|
-
informative:
|
|
88
|
+
positive: ThemeColorPallete;
|
|
89
|
+
urgent: ThemeColorPallete;
|
|
90
|
+
attention: ThemeColorPallete;
|
|
91
|
+
informative: ThemeColorPallete;
|
|
92
92
|
};
|
|
93
93
|
border: {
|
|
94
94
|
color: string;
|
|
@@ -85,10 +85,10 @@ declare type ThemeColors = {
|
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
86
|
};
|
|
87
87
|
semantic: {
|
|
88
|
-
positive:
|
|
89
|
-
urgent:
|
|
90
|
-
attention:
|
|
91
|
-
informative:
|
|
88
|
+
positive: ThemeColorPallete;
|
|
89
|
+
urgent: ThemeColorPallete;
|
|
90
|
+
attention: ThemeColorPallete;
|
|
91
|
+
informative: ThemeColorPallete;
|
|
92
92
|
};
|
|
93
93
|
border: {
|
|
94
94
|
color: string;
|
|
@@ -85,10 +85,10 @@ declare type ThemeColors = {
|
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
86
|
};
|
|
87
87
|
semantic: {
|
|
88
|
-
positive:
|
|
89
|
-
urgent:
|
|
90
|
-
attention:
|
|
91
|
-
informative:
|
|
88
|
+
positive: ThemeColorPallete;
|
|
89
|
+
urgent: ThemeColorPallete;
|
|
90
|
+
attention: ThemeColorPallete;
|
|
91
|
+
informative: ThemeColorPallete;
|
|
92
92
|
};
|
|
93
93
|
border: {
|
|
94
94
|
color: string;
|
package/package.json
CHANGED