commerce-toolkit 0.0.5 → 0.0.7

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/dist/styles.css CHANGED
@@ -13,8 +13,20 @@
13
13
  --contrast-300: 0 0% 70%;
14
14
  --contrast-400: 0 0% 54%;
15
15
  --contrast-500: 0 0% 34%;
16
+ --font-family-heading:
17
+ 'DM Serif Text', ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
18
+ --font-family-body:
19
+ 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
20
+ 'Segoe UI Symbol', 'Noto Color Emoji';
21
+ --font-family-mono:
22
+ 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
23
+ 'Courier New', monospace;
24
+ --font-feature-settings-heading: normal;
25
+ --font-feature-settings-body: normal;
26
+ --font-feature-settings-mono: normal;
16
27
  --font-variation-settings-body: 'slnt' 0;
17
28
  --font-variation-settings-heading: 'slnt' 0;
29
+ --font-variation-settings-mono: normal;
18
30
  --font-size-xs: 0.75rem;
19
31
  --font-size-sm: 0.875rem;
20
32
  --font-size-base: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commerce-toolkit",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "A collection of modern, accessible commerce UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",