@atom-learning/theme 4.0.0-beta.7 → 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.
@@ -245,6 +245,7 @@ export type Theme = {
245
245
  "24": string
246
246
  },
247
247
  "fontSizes": {
248
+ "xxs": string
248
249
  "xs": string
249
250
  "sm": string
250
251
  "md": string
package/lib/theme-atom.js CHANGED
@@ -245,6 +245,7 @@ module.exports = {
245
245
  "24": "1.5rem"
246
246
  },
247
247
  "fontSizes": {
248
+ "xxs": "0.625rem",
248
249
  "xs": "0.75rem",
249
250
  "sm": "0.875rem",
250
251
  "md": "1rem",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 11 Sep 2024 13:07:17 GMT
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,
@@ -245,6 +245,7 @@ export type Theme = {
245
245
  "24": string
246
246
  },
247
247
  "fontSizes": {
248
+ "xxs": string
248
249
  "xs": string
249
250
  "sm": string
250
251
  "md": string
@@ -245,6 +245,7 @@ module.exports = {
245
245
  "24": "1.5rem"
246
246
  },
247
247
  "fontSizes": {
248
+ "xxs": "0.625rem",
248
249
  "xs": "0.75rem",
249
250
  "sm": "0.875rem",
250
251
  "md": "1rem",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 11 Sep 2024 13:07:17 GMT
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "4.0.0-beta.7",
3
+ "version": "4.1.0",
4
4
  "description": "Design tokens and assets for Atom Learning and Quest",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",