@elmethis/core 0.22.0 → 0.23.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.
Files changed (2) hide show
  1. package/dist/tokens.css +3 -0
  2. package/package.json +1 -1
package/dist/tokens.css CHANGED
@@ -48,6 +48,9 @@
48
48
  "DM Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono",
49
49
  "Zen Kaku Gothic New", monospace;
50
50
  --elmethis-stack-gap: 2rem;
51
+ --elmethis-box-shadow-small: 0 0 1px var(--elmethis-color-box-shadow);
52
+ --elmethis-box-shadow-medium: 0 0 2px var(--elmethis-color-box-shadow);
53
+ --elmethis-box-shadow-large: 0 0 4px var(--elmethis-color-box-shadow);
51
54
  --elmethis-font-family-sans: var(--elmethis-primitive-font-family-sans);
52
55
  --elmethis-font-family-monospace: var(
53
56
  --elmethis-primitive-font-family-monospace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/core",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "author": {
5
5
  "name": "Ikuma Yamashita",
6
6
  "url": "https://www.ikuma.cloud/"