@dreamcommerce/aurora 3.0.0-320 → 3.0.0-321

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.
@@ -84,7 +84,7 @@ var ColorPickerVariables = function ColorPickerVariables(_ref) {
84
84
  size: "xs",
85
85
  weight: "medium",
86
86
  color: css_text_color_tokens.CSS_TEXT_COLOR_TOKENS.inverse
87
- }, variable.name))));
87
+ }, "".concat(t(variable.name))))));
88
88
  })), isOpen && (/*#__PURE__*/React__default['default'].createElement("div", {
89
89
  className: "aurora-grid aurora-grid-cols-12 aurora-gap-1 aurora-mt-3"
90
90
  }, allShades.map(function (variable, index) {
@@ -108,7 +108,7 @@ var ColorPickerVariables = function ColorPickerVariables(_ref) {
108
108
  size: "xs",
109
109
  weight: "medium",
110
110
  color: css_text_color_tokens.CSS_TEXT_COLOR_TOKENS.inverse
111
- }, variable.name))));
111
+ }, "".concat(t(variable.name))))));
112
112
  }))));
113
113
  };
114
114
 
@@ -76,7 +76,7 @@ var ColorPickerVariables = function ColorPickerVariables(_ref) {
76
76
  size: "xs",
77
77
  weight: "medium",
78
78
  color: CSS_TEXT_COLOR_TOKENS.inverse
79
- }, variable.name))));
79
+ }, "".concat(t(variable.name))))));
80
80
  })), isOpen && (/*#__PURE__*/React.createElement("div", {
81
81
  className: "aurora-grid aurora-grid-cols-12 aurora-gap-1 aurora-mt-3"
82
82
  }, allShades.map(function (variable, index) {
@@ -100,7 +100,7 @@ var ColorPickerVariables = function ColorPickerVariables(_ref) {
100
100
  size: "xs",
101
101
  weight: "medium",
102
102
  color: CSS_TEXT_COLOR_TOKENS.inverse
103
- }, variable.name))));
103
+ }, "".concat(t(variable.name))))));
104
104
  }))));
105
105
  };
106
106
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-320",
5
+ "version": "3.0.0-321",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",