@atom-learning/theme 1.1.0 → 2.0.0-beta.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.
package/lib/index.d.ts CHANGED
@@ -62,6 +62,7 @@ export type Theme = {
62
62
  "7": string
63
63
  "8": string
64
64
  "9": string
65
+ "10": string
65
66
  },
66
67
  "fontSizes": {
67
68
  "xs": string
package/lib/index.js CHANGED
@@ -57,11 +57,12 @@ module.exports = {
57
57
  "2": "0.5rem",
58
58
  "3": "0.75rem",
59
59
  "4": "1rem",
60
- "5": "2rem",
61
- "6": "2.5rem",
62
- "7": "3rem",
63
- "8": "4rem",
64
- "9": "5rem"
60
+ "5": "1.5rem",
61
+ "6": "2rem",
62
+ "7": "2.5rem",
63
+ "8": "3rem",
64
+ "9": "4rem",
65
+ "10": "5rem"
65
66
  },
66
67
  "fontSizes": {
67
68
  "xs": "0.75rem",
package/lib/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 24 Jun 2022 15:19:49 GMT
3
+ // Generated on Thu, 04 Aug 2022 06:25:19 GMT
4
4
 
5
5
  $color-text-foreground: #1f1f1f;
6
6
  $color-text-subtle: #545454;
@@ -79,11 +79,12 @@ $size-space: (
79
79
  2: 8px,
80
80
  3: 12px,
81
81
  4: 16px,
82
- 5: 32px,
83
- 6: 40px,
84
- 7: 48px,
85
- 8: 64px,
86
- 9: 80px
82
+ 5: 24px,
83
+ 6: 32px,
84
+ 7: 40px,
85
+ 8: 48px,
86
+ 9: 64px,
87
+ 10: 80px
87
88
  );
88
89
  $size-size: (
89
90
  0: 8px,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "1.1.0",
3
+ "version": "2.0.0-beta.0",
4
4
  "description": "Design tokens and assets for Atom Learning",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",