@trafilea/afrodita-components 5.0.0-beta.64 → 5.0.0-beta.67
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.esm.js +1 -1
- package/build/index.js +1 -1
- package/build/theme/shapermint.theme.js +9 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -11676,7 +11676,7 @@ var BasePlusButton = function (_a) {
|
|
|
11676
11676
|
if (success) {
|
|
11677
11677
|
return (jsx$1(Success, __assign$1({ successText: successText, size: rest.size }, { children: jsx$1(ButtonContainer, __assign$1({ status: status, type: "secondary", theme: theme }, { children: jsx$1(ButtonSecondaryOutline, { text: editText, onClick: onClickEdit, disabled: rest.disabled }, void 0) }), void 0) }), void 0));
|
|
11678
11678
|
}
|
|
11679
|
-
return (jsx$1(BaseInput, __assign$1({
|
|
11679
|
+
return (jsx$1(BaseInput, __assign$1({ onValidation: setStatus, onChange: onChangeInput }, rest, { children: jsx$1(ButtonContainer, __assign$1({ status: status, type: "primary", theme: theme }, { children: jsx$1(ButtonSecondary, { text: text, onClick: function () { return onClick(inputValue); }, disabled: rest.disabled || status === InputValidationType.Error }, void 0) }), void 0) }), void 0));
|
|
11680
11680
|
};
|
|
11681
11681
|
var templateObject_1$H;
|
|
11682
11682
|
|
package/build/index.js
CHANGED
|
@@ -11702,7 +11702,7 @@ var BasePlusButton = function (_a) {
|
|
|
11702
11702
|
if (success) {
|
|
11703
11703
|
return (jsxRuntime.jsx(Success, __assign$1({ successText: successText, size: rest.size }, { children: jsxRuntime.jsx(ButtonContainer, __assign$1({ status: status, type: "secondary", theme: theme }, { children: jsxRuntime.jsx(ButtonSecondaryOutline, { text: editText, onClick: onClickEdit, disabled: rest.disabled }, void 0) }), void 0) }), void 0));
|
|
11704
11704
|
}
|
|
11705
|
-
return (jsxRuntime.jsx(BaseInput, __assign$1({
|
|
11705
|
+
return (jsxRuntime.jsx(BaseInput, __assign$1({ onValidation: setStatus, onChange: onChangeInput }, rest, { children: jsxRuntime.jsx(ButtonContainer, __assign$1({ status: status, type: "primary", theme: theme }, { children: jsxRuntime.jsx(ButtonSecondary, { text: text, onClick: function () { return onClick(inputValue); }, disabled: rest.disabled || status === exports.InputValidationType.Error }, void 0) }), void 0) }), void 0));
|
|
11706
11706
|
};
|
|
11707
11707
|
var templateObject_1$H;
|
|
11708
11708
|
|
|
@@ -120,6 +120,14 @@ var shapermint = {
|
|
|
120
120
|
contrast: '--colors-shades-700-color',
|
|
121
121
|
},
|
|
122
122
|
} }),
|
|
123
|
+
wine: {
|
|
124
|
+
color: '#882A2B',
|
|
125
|
+
contrast: '--colors-shades-white-color',
|
|
126
|
+
soft: {
|
|
127
|
+
color: '#DBBFBF',
|
|
128
|
+
contrast: '--colors-text-color',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
123
131
|
creamy: {
|
|
124
132
|
color: '#FFE9D8',
|
|
125
133
|
contrast: '--colors-text-color',
|
|
@@ -693,7 +701,7 @@ var shapermint = {
|
|
|
693
701
|
assets: {
|
|
694
702
|
images: {
|
|
695
703
|
favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
|
|
696
|
-
logo: 'https://cdn.jsdelivr.net/gh/
|
|
704
|
+
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
697
705
|
},
|
|
698
706
|
},
|
|
699
707
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.67",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|