@roku-ui/vue 0.24.0 → 0.25.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.
- package/dist/components/Avatar.vue.d.ts +1 -1
- package/dist/components/Tag.vue.d.ts +4 -6
- package/dist/index.css +1 -1
- package/dist/index.js +2324 -2129
- package/dist/index.umd.cjs +1 -1
- package/dist/shared/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/shared/index.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ export declare function useColorCS(color: MaybeRef<Color>, type: CSType, index:
|
|
|
74
74
|
export declare function useSurfaceCS(type: CSType, index: CSIndex, alpha?: number): ComputedRef<CS>;
|
|
75
75
|
export declare function useOutlineCS(color: MaybeRef<Color>): ComputedRef<CS>;
|
|
76
76
|
export declare function useButtonCS(variant?: MaybeRef<BtnVariant>, color?: MaybeRef<Color>): ComputedRef<CS>;
|
|
77
|
+
export declare function useTagCS(variant?: MaybeRef<BtnVariant>, color?: MaybeRef<Color>, hasInteraction?: MaybeRef<boolean>): ComputedRef<CS>;
|
|
77
78
|
export declare function useInputColorStyle(color: MaybeRef<string>, variant?: MaybeRef<InputVariant>): ComputedRef<{
|
|
78
79
|
'--d-bg': string;
|
|
79
80
|
'--d-border-f': string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roku-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.25.0",
|
|
5
5
|
"author": "Jianqi Pan <jannchie@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"vite-plugin-dts": "4.5.4",
|
|
56
56
|
"vitest": "^3.2.4",
|
|
57
57
|
"vue-tsc": "^3.0.1",
|
|
58
|
-
"@roku-ui/preset": "^0.
|
|
58
|
+
"@roku-ui/preset": "^0.25.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"dev": "vite",
|