@vitality-ds/system
Advanced tools
Comparing version 0.3.8-alpha.0 to 0.4.1-alpha.0
@@ -46,3 +46,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
y = offset.y; | ||
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")")); | ||
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(Math.round(r * 255), ", ").concat(Math.round(g * 255), ", ").concat(Math.round(b * 255), ", ").concat(a, ")")); | ||
}); | ||
@@ -49,0 +49,0 @@ return output.join(", "); |
@@ -53,3 +53,3 @@ "use strict"; | ||
y = offset.y; | ||
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")")); | ||
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(Math.round(r * 255), ", ").concat(Math.round(g * 255), ", ").concat(Math.round(b * 255), ", ").concat(a, ")")); | ||
}); | ||
@@ -56,0 +56,0 @@ return output.join(", "); |
{ | ||
"name": "@vitality-ds/system", | ||
"displayName": "system", | ||
"version": "0.3.8-alpha.0", | ||
"version": "0.4.1-alpha.0", | ||
"description": "The backbone of the design system", | ||
@@ -28,3 +28,3 @@ "repository": "https://gitlab.geniesolutions.com.au/design-system-cop/vitality", | ||
"@types/react": "^17.0.47", | ||
"@vitality-ds/tokens": "^0.3.8-alpha.0" | ||
"@vitality-ds/tokens": "^0.4.1-alpha.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "6aa8e3f7a269e276cb0604ee3101ab7e09458a45" | ||
"gitHead": "59952261dadc4ebebb9591ff383263fe6b35db6b" | ||
} |
Sorry, the diff of this file is not supported yet
163392
+ Added@vitality-ds/tokens@0.4.1-alpha.0(transitive)
- Removed@vitality-ds/tokens@0.3.8-alpha.0(transitive)