@ctrliq/quantic-tokens 1.67.5 → 1.68.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.
@@ -812,6 +812,7 @@
812
812
  --quantic-spacing-11xl: 10rem;
813
813
  --quantic-font-family-display: Satoshi, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
814
814
  --quantic-font-family-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
815
+ --quantic-font-family-mono: CommitMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
815
816
  --quantic-font-weight-regular: 400;
816
817
  --quantic-font-weight-regular-italic: 400;
817
818
  --quantic-font-weight-medium: 500;
@@ -808,6 +808,7 @@
808
808
  "spacing-11xl": 160,
809
809
  "font-family-display": "Satoshi, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
810
810
  "font-family-body": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
811
+ "font-family-mono": "CommitMono, ui-monospace, Cascadia Code, Source Code Pro, Menlo, Consolas, DejaVu Sans Mono, monospace",
811
812
  "font-weight-regular": 400,
812
813
  "font-weight-regular-italic": 400,
813
814
  "font-weight-medium": 500,
@@ -813,6 +813,7 @@ $tokens: (
813
813
  'quantic-spacing-11xl': 10rem,
814
814
  'quantic-font-family-display': 'Satoshi, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif',
815
815
  'quantic-font-family-body': 'Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif',
816
+ 'quantic-font-family-mono': 'CommitMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace',
816
817
  'quantic-font-weight-regular': 400,
817
818
  'quantic-font-weight-regular-italic': 400,
818
819
  'quantic-font-weight-medium': 500,
@@ -812,6 +812,7 @@
812
812
  --quantic-spacing-11xl: 10rem;
813
813
  --quantic-font-family-display: Satoshi, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
814
814
  --quantic-font-family-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
815
+ --quantic-font-family-mono: CommitMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
815
816
  --quantic-font-weight-regular: 400;
816
817
  --quantic-font-weight-regular-italic: 400;
817
818
  --quantic-font-weight-medium: 500;
@@ -808,6 +808,7 @@
808
808
  "spacing-11xl": 160,
809
809
  "font-family-display": "Satoshi, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
810
810
  "font-family-body": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif",
811
+ "font-family-mono": "CommitMono, ui-monospace, Cascadia Code, Source Code Pro, Menlo, Consolas, DejaVu Sans Mono, monospace",
811
812
  "font-weight-regular": 400,
812
813
  "font-weight-regular-italic": 400,
813
814
  "font-weight-medium": 500,
@@ -813,6 +813,7 @@ $tokens: (
813
813
  'quantic-spacing-11xl': 10rem,
814
814
  'quantic-font-family-display': 'Satoshi, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif',
815
815
  'quantic-font-family-body': 'Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif',
816
+ 'quantic-font-family-mono': 'CommitMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace',
816
817
  'quantic-font-weight-regular': 400,
817
818
  'quantic-font-weight-regular-italic': 400,
818
819
  'quantic-font-weight-medium': 500,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-tokens",
3
- "version": "1.67.5",
3
+ "version": "1.68.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"