@jobber/design 0.28.0 → 0.28.1

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/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [0.28.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.0...@jobber/design@0.28.1) (2023-02-08)
12
+
13
+ **Note:** Version bump only for package @jobber/design
14
+
15
+
16
+
17
+
18
+
11
19
  # [0.28.0](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.9...@jobber/design@0.28.0) (2023-02-07)
12
20
 
13
21
 
package/jobberStyle.js CHANGED
@@ -109,7 +109,6 @@ function handleRbga(rgbaVarRegexResult) {
109
109
  }
110
110
 
111
111
  function handleExpressionsInCalc(calcRegexResult) {
112
- console.log(calcRegexResult);
113
112
  const calcExtract = calcRegexResult[1];
114
113
  const varGroups = calcExtract.match(regexExpressions.extractAllVarGroups);
115
114
  let finalExpression = calcExtract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -61,5 +61,5 @@
61
61
  "typed-css-modules": "^0.7.0",
62
62
  "typescript": "^3.8.3"
63
63
  },
64
- "gitHead": "3221cfb57c036d3cc651cb0eba3dd642554dc02b"
64
+ "gitHead": "634be06c5f9b393b659e27b3a6003af4cd07e3f1"
65
65
  }