@jobber/design 0.27.5 → 0.27.7

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,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.7](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.6...@jobber/design@0.27.7) (2023-01-31)
12
+
13
+ **Note:** Version bump only for package @jobber/design
14
+
15
+
16
+
17
+
18
+
19
+ ## [0.27.6](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.5...@jobber/design@0.27.6) (2023-01-31)
20
+
21
+ **Note:** Version bump only for package @jobber/design
22
+
23
+
24
+
25
+
26
+
11
27
  ## [0.27.5](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.4...@jobber/design@0.27.5) (2023-01-31)
12
28
 
13
29
  **Note:** Version bump only for package @jobber/design
package/foundation.scss CHANGED
@@ -1,3 +1,7 @@
1
+ $border-base: 1px;
2
+ $border-thick: 2px;
3
+ $border-thicker: 4px;
4
+ $border-thickest: 8px;
1
5
  $color-interactive: rgb(125, 176, 14);
2
6
  $color-interactive--hover: rgb(81, 114, 9);
3
7
  $color-destructive: rgb(201, 66, 33);
@@ -132,6 +136,10 @@ $color-white--rgb: 255, 255, 255;
132
136
  $color-white: rgba(255, 255, 255, 1);
133
137
  $color-black--rgb: 0, 0, 0;
134
138
  $color-black: rgba(0, 0, 0, 1);
139
+ $radius-base: 2px;
140
+ $radius-large: 4px;
141
+ $radius-larger: 8px;
142
+ $radius-circle: 100%;
135
143
  $space-minuscule: 1px;
136
144
  $space-smallest: 2px;
137
145
  $space-smaller: 4px;
@@ -151,4 +159,23 @@ $elevation-menu: 6;
151
159
  $elevation-datepicker: 6;
152
160
  $elevation-modal: 1001;
153
161
  $elevation-tooltip: 1002;
154
- $elevation-toast: 1003;
162
+ $elevation-toast: 1003;
163
+ $typography--letterSpacing-base: 0;
164
+ $typography--letterSpacing-loose: 0.4px;
165
+ $typography--fontFamily-normal: "Source Sans Pro", Helvetica, Arial,
166
+ sans-serif;
167
+ $typography--fontFamily-display: "Poppins", Helvetica, Arial, sans-serif;
168
+ $typography--fontSize-extravagant: 48px;
169
+ $typography--fontSize-jumbo: 36px;
170
+ $typography--fontSize-largest: 24px;
171
+ $typography--fontSize-larger: 20px;
172
+ $typography--fontSize-large: 18px;
173
+ $typography--fontSize-base: 16px;
174
+ $typography--fontSize-small: 14px;
175
+ $typography--fontSize-smaller: 12px;
176
+ $typography--lineHeight-large: 1.34;
177
+ $typography--lineHeight-base: 1.25;
178
+ $typography--lineHeight-tight: 1.2;
179
+ $typography--lineHeight-tighter: 1.143;
180
+ $typography--lineHeight-tightest: 1.12;
181
+ $typography--lineHeight-miniscule: 1.08;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.27.5",
3
+ "version": "0.27.7",
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": "094e8cfee891a207ee72164c2ffb897889728551"
57
+ "gitHead": "4b0c2de0cd9b097d63d65fa35d596ac0dc32592a"
58
58
  }