@proj-airi/ui 0.4.27 → 0.5.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.
|
@@ -10,7 +10,7 @@ const modelValue = defineModel({ type: String, ...{ default: "" } });
|
|
|
10
10
|
transition="all duration-200 ease-in-out"
|
|
11
11
|
text="disabled:neutral-400 dark:disabled:neutral-600"
|
|
12
12
|
cursor="disabled:not-allowed"
|
|
13
|
-
w-full rounded-lg px-
|
|
13
|
+
w-full rounded-lg px-2 py-1 text-sm outline-none
|
|
14
14
|
shadow="sm"
|
|
15
15
|
bg="neutral-50 dark:neutral-950 focus:neutral-50 dark:focus:neutral-900"
|
|
16
16
|
/>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proj-airi/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"description": "A collection of UI components that used by Project AIRI",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Neko Ayaka",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@vueuse/core": "^13.1.0",
|
|
33
33
|
"floating-vue": "^5.2.2",
|
|
34
|
-
"reka-ui": "^2.2.
|
|
34
|
+
"reka-ui": "^2.2.1",
|
|
35
35
|
"vue": "^3.5.13"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@vue-macros/volar": "3.0.0-beta.8",
|
|
39
|
-
"vue-tsc": "^3.0.0-alpha.
|
|
39
|
+
"vue-tsc": "^3.0.0-alpha.6"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "pnpm run stub",
|
|
@@ -11,7 +11,7 @@ const modelValue = defineModel<string>({ default: '' })
|
|
|
11
11
|
transition="all duration-200 ease-in-out"
|
|
12
12
|
text="disabled:neutral-400 dark:disabled:neutral-600"
|
|
13
13
|
cursor="disabled:not-allowed"
|
|
14
|
-
w-full rounded-lg px-
|
|
14
|
+
w-full rounded-lg px-2 py-1 text-sm outline-none
|
|
15
15
|
shadow="sm"
|
|
16
16
|
bg="neutral-50 dark:neutral-950 focus:neutral-50 dark:focus:neutral-900"
|
|
17
17
|
/>
|