@jiakun-zhao/unocss-preset 0.0.5 → 0.0.6

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/index.mjs +9 -8
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -66,19 +66,20 @@ function src_default() {
66
66
  })]
67
67
  ],
68
68
  shortcuts: [{
69
+ "no-tap-highlight": "[-webkit-tap-highlight-color:transparent]",
69
70
  "pb-safe": "pb-[env(safe-area-inset-bottom)]",
70
- "theme-light": "[--theme-mode:0]",
71
- "theme-dark": "[--theme-mode:1]",
72
71
  "theme-auto": "theme-light dark:theme-dark",
73
- "no-tap-highlight": "[-webkit-tap-highlight-color:transparent]"
72
+ "theme-dark": "[--theme-mode:1]",
73
+ "theme-light": "[--theme-mode:0]"
74
74
  }, {
75
- "bland-card": "bg-bland-card b-1 b-solid b-bland-card rd-bland-card",
76
- "bland-btn-reset": "rd-bland-card h-bland-form font-600 px-3",
77
- "bland-btn": "bland-btn-reset bg-bland-invert hover:bg-bland-invert:80 text-bland-invert",
78
- "bland-btn-secondary": "bland-btn-reset bg-bland-neutral hover:bg-bland-neutral:80",
79
75
  "bland-btn-destructive": "bland-btn-reset bg-bland-destructive hover:bg-bland-destructive:80 text-white",
76
+ "bland-btn-ghost": "bland-btn-reset bg-transparent hover:bg-bland-neutral",
80
77
  "bland-btn-outline": "bland-btn-reset bg-transparent hover:bg-bland-neutral b-2 b-solid b-bland-card",
81
- "bland-btn-ghost": "bland-btn-reset bg-transparent hover:bg-bland-neutral"
78
+ "bland-btn-reset": "rd-bland-card h-bland-form font-600 px-3",
79
+ "bland-btn-secondary": "bland-btn-reset bg-bland-neutral hover:bg-bland-neutral:80",
80
+ "bland-btn": "bland-btn-reset bg-bland-invert hover:bg-bland-invert:80 text-bland-invert",
81
+ "bland-card": "bg-bland-card b-1 b-solid b-bland-card rd-bland-card",
82
+ "bland-input-text": "bg-bland-card b-1 b-solid b-bland-card rd-bland-card h-bland-form px-3"
82
83
  }],
83
84
  theme,
84
85
  preflights: [{ async getCSS() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jiakun-zhao/unocss-preset",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "",
6
6
  "author": "Jiakun Zhao <hi@zhaojiakun.com>",
7
7
  "license": "MIT",