@trafilea/afrodita-components 5.0.0-beta.152 → 5.0.0-beta.154
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 +3 -0
- package/build/index.esm.js +6 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -2
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +3 -0
- package/build/theme/revel.theme.js +3 -0
- package/build/theme/shapermint.theme.d.ts +3 -0
- package/build/theme/truekind.theme.d.ts +3 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
package/build/index.esm.js
CHANGED
|
@@ -12202,7 +12202,7 @@ var ButtonContainer = newStyled.div(templateObject_1$N || (templateObject_1$N =
|
|
|
12202
12202
|
var status = _a.status, type = _a.type, theme = _a.theme;
|
|
12203
12203
|
return status === InputValidationType.Empty &&
|
|
12204
12204
|
type === 'primary' &&
|
|
12205
|
-
theme.colors.shades['
|
|
12205
|
+
theme.colors.shades['850'].color;
|
|
12206
12206
|
});
|
|
12207
12207
|
var BasePlusButton = function (_a) {
|
|
12208
12208
|
var onClick = _a.onClick, onClickEdit = _a.onClickEdit, text = _a.text, success = _a.success, editText = _a.editText, successText = _a.successText, rest = __rest(_a, ["onClick", "onClickEdit", "text", "success", "editText", "successText"]);
|
|
@@ -12461,7 +12461,11 @@ var SectionTitle = newStyled.h1(templateObject_6$9 || (templateObject_6$9 = __ma
|
|
|
12461
12461
|
var theme = _a.theme;
|
|
12462
12462
|
return theme.colors.shades['700'].color;
|
|
12463
12463
|
});
|
|
12464
|
-
var SectionDetails = newStyled.p(templateObject_7$5 || (templateObject_7$5 = __makeTemplateObject(["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-top: 0.625rem;\n"], ["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-top: 0.625rem;\n"])), function (props) { return props.color; })
|
|
12464
|
+
var SectionDetails = newStyled.p(templateObject_7$5 || (templateObject_7$5 = __makeTemplateObject(["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-left: ", ";\n margin-top: 0.625rem;\n"], ["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-left: ", ";\n margin-top: 0.625rem;\n"])), function (props) { return props.color; }, function (_a) {
|
|
12465
|
+
var _b;
|
|
12466
|
+
var theme = _a.theme;
|
|
12467
|
+
return (_b = theme.component.deliveryDetails.SectionDetails) === null || _b === void 0 ? void 0 : _b.marginLeft;
|
|
12468
|
+
});
|
|
12465
12469
|
var KeepMeUpdated = newStyled.h1(templateObject_8$4 || (templateObject_8$4 = __makeTemplateObject(["\n border: 0.063rem solid ", ";\n color: #0078ff;\n border-radius: 0.313rem;\n padding: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n font-weight: 600;\n margin: 0;\n margin-top: 0.625rem;\n display: flex;\n align-items: center;\n background-color: #fff;\n user-select: none;\n\n svg {\n margin-right: 0.375rem;\n }\n\n &:hover {\n cursor: pointer;\n }\n"], ["\n border: 0.063rem solid ", ";\n color: #0078ff;\n border-radius: 0.313rem;\n padding: 0.625rem;\n font-size: 0.875rem;\n line-height: 1.125rem;\n font-weight: 600;\n margin: 0;\n margin-top: 0.625rem;\n display: flex;\n align-items: center;\n background-color: #fff;\n user-select: none;\n\n svg {\n margin-right: 0.375rem;\n }\n\n &:hover {\n cursor: pointer;\n }\n"])), function (props) { return props.borderColor; });
|
|
12466
12470
|
var DeliveryDetails = function (_a) {
|
|
12467
12471
|
var deliveryDetailsText = _a.deliveryDetailsText, arrivingBy = _a.arrivingBy, shippingTo = _a.shippingTo, instantOrderUpdate = _a.instantOrderUpdate, note = _a.note;
|