@atom-learning/theme 1.3.0 → 1.4.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.
Files changed (2) hide show
  1. package/lib/index.scss +1 -8
  2. package/package.json +1 -1
package/lib/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 02 May 2023 09:29:20 GMT
3
+ // Generated on Thu, 11 May 2023 09:59:27 GMT
4
4
 
5
5
  $color-text-foreground: #1f1f1f;
6
6
  $color-text-subtle: #545454;
@@ -99,13 +99,6 @@ $effects-shadows: (
99
99
  2: (0 10px 20px rgba(51, 51, 51, 0.1), 0 6px 6px rgba(51, 51, 51, 0.1)),
100
100
  3: (0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1))
101
101
  );
102
- $ratios-ratio: (
103
- 16-9: 16/9,
104
- 3-2: 3/2,
105
- 4-3: 4/3,
106
- 1-1: 1/1,
107
- 3-4: 3/4
108
- );
109
102
  $size-font: (
110
103
  xs: 12px,
111
104
  sm: 14px,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Design tokens and assets for Atom Learning",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",