@jobber/design 0.28.0 → 0.28.2
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 +16 -0
- package/jobberStyle.js +0 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,22 @@ 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.2](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.1...@jobber/design@0.28.2) (2023-02-10)
|
|
12
|
+
|
|
13
|
+
**Note:** Version bump only for package @jobber/design
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [0.28.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.0...@jobber/design@0.28.1) (2023-02-08)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @jobber/design
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
11
27
|
# [0.28.0](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.9...@jobber/design@0.28.0) (2023-02-07)
|
|
12
28
|
|
|
13
29
|
|
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/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.1",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
"decamelize": {
|
|
1784
1784
|
"version": "1.2.0",
|
|
1785
1785
|
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
|
1786
|
-
"integrity": "
|
|
1786
|
+
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
|
|
1787
1787
|
},
|
|
1788
1788
|
"decode-uri-component": {
|
|
1789
1789
|
"version": "0.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.2",
|
|
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": "
|
|
64
|
+
"gitHead": "e3bdefce21d541fa1e6891b9fcd56bcd278c9726"
|
|
65
65
|
}
|