@trafilea/afrodita-components 5.0.0-beta.21 → 5.0.0-beta.22
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 +2 -2
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -3607,9 +3607,9 @@ var BaseCTA = function (_a) {
|
|
|
3607
3607
|
};
|
|
3608
3608
|
|
|
3609
3609
|
var ButtonPrimary = function (_a) {
|
|
3610
|
-
_a.testId
|
|
3610
|
+
var _b = _a.testId, testId = _b === void 0 ? 'button-primary' : _b, props = __rest(_a, ["testId"]);
|
|
3611
3611
|
var theme = useTheme();
|
|
3612
|
-
return (jsx(BaseCTA, __assign$1({}, props, { css: {
|
|
3612
|
+
return (jsx(BaseCTA, __assign$1({}, props, { testId: testId, css: {
|
|
3613
3613
|
backgroundColor: theme.component.button.primary.active.backgroundColor,
|
|
3614
3614
|
color: theme.component.button.primary.active.color,
|
|
3615
3615
|
border: theme.component.button.border,
|
package/build/index.js
CHANGED
|
@@ -3633,9 +3633,9 @@ var BaseCTA = function (_a) {
|
|
|
3633
3633
|
};
|
|
3634
3634
|
|
|
3635
3635
|
var ButtonPrimary = function (_a) {
|
|
3636
|
-
_a.testId
|
|
3636
|
+
var _b = _a.testId, testId = _b === void 0 ? 'button-primary' : _b, props = __rest(_a, ["testId"]);
|
|
3637
3637
|
var theme = useTheme();
|
|
3638
|
-
return (jsx(BaseCTA, __assign$1({}, props, { css: {
|
|
3638
|
+
return (jsx(BaseCTA, __assign$1({}, props, { testId: testId, css: {
|
|
3639
3639
|
backgroundColor: theme.component.button.primary.active.backgroundColor,
|
|
3640
3640
|
color: theme.component.button.primary.active.color,
|
|
3641
3641
|
border: theme.component.button.border,
|
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.22",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|