@firstnoodle-ui/bui 0.0.39 → 0.0.40
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.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2197,7 +2197,7 @@ const F0 = () => {
|
|
|
2197
2197
|
return (r, i) => (g(), O(k(Le), {
|
|
2198
2198
|
col: "",
|
|
2199
2199
|
tabindex: "0",
|
|
2200
|
-
class: "border bg-primary rounded-lg focus:outline-none focus-within:shadow-sm focus-within:border-action"
|
|
2200
|
+
class: "border border-default bg-primary rounded-lg focus:outline-none focus-within:shadow-sm focus-within:border-action"
|
|
2201
2201
|
}, {
|
|
2202
2202
|
default: P(() => [
|
|
2203
2203
|
J(r.$slots, "default"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firstnoodle-ui/bui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.40",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -79,6 +79,6 @@
|
|
|
79
79
|
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
|
|
80
80
|
"typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
|
|
81
81
|
"watch": "vite build --watch",
|
|
82
|
-
"release:publish": "pnpm publish --access public --otp=
|
|
82
|
+
"release:publish": "pnpm publish --access public --otp=898812 --no-git-checks"
|
|
83
83
|
}
|
|
84
84
|
}
|