@elmethis/core 0.14.0 → 0.15.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/dist/index.cjs CHANGED
@@ -537,7 +537,7 @@ function collapseCommonRefs(node) {
537
537
  for (const [k, v] of Object.entries(obj)) out[k] = collapseCommonRefs(v);
538
538
  return out;
539
539
  }
540
- const FACTORED_OUT_KEYS = new Set(["accessibility", "weight"]);
540
+ const FACTORED_OUT_KEYS = /* @__PURE__ */ new Set(["accessibility", "weight"]);
541
541
  function buildComponentSchema(api) {
542
542
  const inner = (0, zod_to_json_schema.zodToJsonSchema)(zod.z.object({ x: api.schema }), {
543
543
  $refStrategy: "none",
package/dist/index.mjs CHANGED
@@ -536,7 +536,7 @@ function collapseCommonRefs(node) {
536
536
  for (const [k, v] of Object.entries(obj)) out[k] = collapseCommonRefs(v);
537
537
  return out;
538
538
  }
539
- const FACTORED_OUT_KEYS = new Set(["accessibility", "weight"]);
539
+ const FACTORED_OUT_KEYS = /* @__PURE__ */ new Set(["accessibility", "weight"]);
540
540
  function buildComponentSchema(api) {
541
541
  const inner = zodToJsonSchema(z.object({ x: api.schema }), {
542
542
  $refStrategy: "none",
package/dist/tokens.css CHANGED
@@ -41,9 +41,14 @@
41
41
  --elmethis-primitive-color-gold-700: #a68c70;
42
42
  --elmethis-primitive-color-gold-800: #8e7356;
43
43
  --elmethis-primitive-color-gold-900: #6e583f;
44
+ --elmethis-primitive-font-family-sans:
45
+ "DM Sans", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont,
46
+ "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
44
47
  --elmethis-primitive-font-family-monospace:
45
- "DM Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
48
+ "DM Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono",
49
+ "Zen Kaku Gothic New", monospace;
46
50
  --elmethis-margin-block-start: 2rem;
51
+ --elmethis-font-family-sans: var(--elmethis-primitive-font-family-sans);
47
52
  --elmethis-font-family-monospace: var(
48
53
  --elmethis-primitive-font-family-monospace
49
54
  );
@@ -154,4 +159,5 @@
154
159
  var(--elmethis-primitive-color-magenta-900)
155
160
  );
156
161
  color-scheme: light dark;
162
+ font-family: var(--elmethis-font-family-sans);
157
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/core",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "author": {
5
5
  "name": "Ikuma Yamashita",
6
6
  "url": "https://www.ikuma.cloud/"
@@ -48,7 +48,7 @@
48
48
  "@types/node": "25.7.0",
49
49
  "@vanilla-extract/css": "^1.20.1",
50
50
  "@vanilla-extract/esbuild-plugin": "^2.3.22",
51
- "@vitest/coverage-v8": "^4.1.8",
51
+ "@vitest/coverage-v8": "^4.1.9",
52
52
  "ajv": "^8.17.1",
53
53
  "ajv-formats": "^3.0.1",
54
54
  "concurrently": "^10.0.3",
@@ -56,7 +56,7 @@
56
56
  "eslint": "^10.5.0",
57
57
  "globals": "^17.6.0",
58
58
  "prettier": "3.8.4",
59
- "tsdown": "^0.22.2",
59
+ "tsdown": "^0.22.3",
60
60
  "tsx": "^4.22.4",
61
61
  "typescript": "5.9.3",
62
62
  "typescript-eslint": "^8.61.1",