@mission-studio/puck 1.0.18 → 1.0.19

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.
@@ -162,7 +162,7 @@ function resolveProp(theme, entries, value) {
162
162
  return resolveThemeableColor(theme, value);
163
163
  }
164
164
  if (isColorValue(value)) {
165
- return value;
165
+ return resolveThemeableColor(theme, value);
166
166
  }
167
167
  if (typeof value === "object" && value !== null && "useEntry" in value) {
168
168
  return resolveEntryValue(entries, value);
@@ -71,7 +71,7 @@ function resolveProp(theme, entries, value) {
71
71
  return resolveThemeableColor(theme, value);
72
72
  }
73
73
  if (isColorValue(value)) {
74
- return value;
74
+ return resolveThemeableColor(theme, value);
75
75
  }
76
76
  if (typeof value === "object" && value !== null && "useEntry" in value) {
77
77
  return resolveEntryValue(entries, value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mission-studio/puck",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A collection of puck components and configurations for internal use at Mission Studio.",
5
5
  "repository": {
6
6
  "type": "git",