@atom-learning/theme 4.0.0 → 4.1.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/theme-atom.d.ts +1 -0
- package/lib/theme-atom.js +1 -0
- package/lib/theme-atom.scss +2 -1
- package/lib/theme-quest.d.ts +1 -0
- package/lib/theme-quest.js +1 -0
- package/lib/theme-quest.scss +2 -1
- package/package.json +1 -1
package/lib/theme-atom.d.ts
CHANGED
package/lib/theme-atom.js
CHANGED
package/lib/theme-atom.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 03 Apr 2025 13:35:26 GMT
|
|
4
4
|
|
|
5
5
|
$color-text-bold: #1f1f1f;
|
|
6
6
|
$color-text-regular: #333333;
|
|
@@ -244,6 +244,7 @@ $effects-shadows: (
|
|
|
244
244
|
3: (0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1))
|
|
245
245
|
);
|
|
246
246
|
$size-font: (
|
|
247
|
+
xxs: 10px,
|
|
247
248
|
xs: 12px,
|
|
248
249
|
sm: 14px,
|
|
249
250
|
md: 16px,
|
package/lib/theme-quest.d.ts
CHANGED
package/lib/theme-quest.js
CHANGED
package/lib/theme-quest.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 03 Apr 2025 13:35:26 GMT
|
|
4
4
|
|
|
5
5
|
$color-text-bold: #1f1f1f;
|
|
6
6
|
$color-text-regular: #333333;
|
|
@@ -244,6 +244,7 @@ $effects-shadows: (
|
|
|
244
244
|
3: (0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1))
|
|
245
245
|
);
|
|
246
246
|
$size-font: (
|
|
247
|
+
xxs: 10px,
|
|
247
248
|
xs: 12px,
|
|
248
249
|
sm: 14px,
|
|
249
250
|
md: 16px,
|