@jobber/design 0.27.4 → 0.27.5

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.27.5](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.4...@jobber/design@0.27.5) (2023-01-31)
12
+
13
+ **Note:** Version bump only for package @jobber/design
14
+
15
+
16
+
17
+
18
+
11
19
  ## [0.27.4](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.3...@jobber/design@0.27.4) (2023-01-31)
12
20
 
13
21
  **Note:** Version bump only for package @jobber/design
package/foundation.scss CHANGED
@@ -140,4 +140,15 @@ $space-base: 16px;
140
140
  $space-large: 24px;
141
141
  $space-larger: 32px;
142
142
  $space-largest: 48px;
143
- $space-extravagant: 64px;
143
+ $space-extravagant: 64px;
144
+ $timing-quick: 100ms;
145
+ $timing-base: 200ms;
146
+ $timing-slow: 300ms;
147
+ $timing-slower: 400ms;
148
+ $timing-slowest: 500ms;
149
+ $elevation-base: 1;
150
+ $elevation-menu: 6;
151
+ $elevation-datepicker: 6;
152
+ $elevation-modal: 1001;
153
+ $elevation-tooltip: 1002;
154
+ $elevation-toast: 1003;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.27.4",
3
+ "version": "0.27.5",
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": "e0a27256d7425bfb720de682cf7e3fa2ee2d2444"
57
+ "gitHead": "094e8cfee891a207ee72164c2ffb897889728551"
58
58
  }