neko-ui 1.0.15 → 1.0.16

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/lib/variables.css CHANGED
@@ -12,7 +12,7 @@
12
12
  --heading-color: rgba(0, 0, 0, 0.85);
13
13
  --text-selection-bg: var(--primary-color-deprecated-bg);
14
14
  --box-shadow-small: 0 0 0.75rem rgba(0, 0, 0, 0.1);
15
- --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, \n 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', \n 'Noto Color Emoji', 'Helvetica', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans';
15
+ --font-family: sans-serif;
16
16
  --transition-duration: 0.3s;
17
17
  --transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
18
18
  --antd-wave-shadow-color: var(--primary-color-outline);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neko-ui",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Neko UI库",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "devDependencies": {
19
19
  "@codesandbox/sandpack-react": "^1.14.2",
20
20
  "@moneko/cli": "^1.0.10",
21
- "@moneko/core": "^1.1.7",
21
+ "@moneko/core": "^1.1.8",
22
22
  "@moneko/postcss": "^1.0.16",
23
23
  "@moneko/request": "^1.0.1",
24
24
  "@swc/jest": "^0.2.23",