@jobber/design 0.27.7 → 0.27.9
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/foundation.scss +9 -0
- 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.27.9](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.8...@jobber/design@0.27.9) (2023-02-02)
|
|
12
|
+
|
|
13
|
+
**Note:** Version bump only for package @jobber/design
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [0.27.8](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.7...@jobber/design@0.27.8) (2023-01-31)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @jobber/design
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
11
27
|
## [0.27.7](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.6...@jobber/design@0.27.7) (2023-01-31)
|
|
12
28
|
|
|
13
29
|
**Note:** Version bump only for package @jobber/design
|
package/foundation.scss
CHANGED
|
@@ -149,6 +149,15 @@ $space-large: 24px;
|
|
|
149
149
|
$space-larger: 32px;
|
|
150
150
|
$space-largest: 48px;
|
|
151
151
|
$space-extravagant: 64px;
|
|
152
|
+
$shadow-low: 0px 1px 2px rgba(0, 0, 0, 0.25),
|
|
153
|
+
0px 0px 2px rgba(0, 0, 0, 0.1);
|
|
154
|
+
$shadow-base: 0px 1px 4px 0px
|
|
155
|
+
rgba(0, 0, 0, 0.1),
|
|
156
|
+
0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
157
|
+
$shadow-high: 0px 16px 16px 0px
|
|
158
|
+
rgba(0, 0, 0, 0.075),
|
|
159
|
+
0px 0px 8px 0px rgba(0, 0, 0, 0.05);
|
|
160
|
+
$shadow-focus: 0px 0px 4px 2px rgb(231, 213, 87);
|
|
152
161
|
$timing-quick: 100ms;
|
|
153
162
|
$timing-base: 200ms;
|
|
154
163
|
$timing-slow: 300ms;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.9",
|
|
4
4
|
"description": "Design foundation for the Jobber Atlantis Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"typed-css-modules": "^0.7.0",
|
|
55
55
|
"typescript": "^3.8.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f504df8432313e62043d66f3f1ea617c43600b2c"
|
|
58
58
|
}
|