@atom-learning/theme 3.0.0-beta.1 → 3.0.0

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 09 Jan 2024 16:15:37 GMT
3
+ // Generated on Wed, 10 Jan 2024 15:58:08 GMT
4
4
 
5
5
  $color-text-bold: #1f1f1f;
6
6
  $color-text-regular: #333333;
@@ -224,7 +224,7 @@ module.exports = {
224
224
  "fonts": {
225
225
  "sans": "system-ui, -apple-system, 'Helvetica Neue', sans-serif",
226
226
  "mono": "'SFMono-Regular', Consolas, Menlo, monospace",
227
- "display": "'Make', system-ui, -apple-system, 'Helvetica Neue', sans-serif",
227
+ "display": "'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif",
228
228
  "body": "'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif"
229
229
  },
230
230
  "sizes": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 09 Jan 2024 16:15:37 GMT
3
+ // Generated on Wed, 10 Jan 2024 15:58:08 GMT
4
4
 
5
5
  $color-text-bold: #1f1f1f;
6
6
  $color-text-regular: #333333;
@@ -201,7 +201,7 @@ $color-primary-1100: #162c22;
201
201
  $color-primary-1200: #0e1612;
202
202
  $font-families-sans: system-ui, -apple-system, 'Helvetica Neue', sans-serif;
203
203
  $font-families-mono: 'SFMono-Regular', Consolas, Menlo, monospace;
204
- $font-families-display: 'Make', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
204
+ $font-families-display: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
205
205
  $font-families-body: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
206
206
 
207
207
  $effects-shadows: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "3.0.0-beta.1",
3
+ "version": "3.0.0",
4
4
  "description": "Design tokens and assets for Atom Learning",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",