@roku-ui/vue 0.14.3 → 0.14.4
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.js +689 -696
- package/dist/index.umd.cjs +1 -1
- package/dist/shared/index.d.ts +1 -0
- package/package.json +5 -5
package/dist/shared/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare const tertiaryColor: import('vue').Ref<string, string>;
|
|
|
7
7
|
export declare const errorColor: import('vue').Ref<string, string>;
|
|
8
8
|
export declare const surfaceColor: import('vue').Ref<string, string>;
|
|
9
9
|
export declare const borderCS: ComputedRef<CS>;
|
|
10
|
+
export declare function useTextCS(color: MaybeRef<Color>): ComputedRef<CS>;
|
|
10
11
|
export declare const primaryColors: ComputedRef<tinycolor.Instance[]>;
|
|
11
12
|
export declare const secondaryColors: ComputedRef<tinycolor.Instance[]>;
|
|
12
13
|
export declare const tertiaryColors: ComputedRef<tinycolor.Instance[]>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roku-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.4",
|
|
5
5
|
"author": "Jianqi Pan <jannchie@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"vue-wf": "^0.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@iconify/json": "^2.2.
|
|
39
|
+
"@iconify/json": "^2.2.261",
|
|
40
40
|
"@jannchie/eslint-config": "^3.4.1",
|
|
41
41
|
"@types/tinycolor2": "^1.4.6",
|
|
42
42
|
"@unocss/eslint-config": "^0.63.4",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"unplugin-auto-export": "^1.0.2",
|
|
51
51
|
"unplugin-auto-import": "^0.18.3",
|
|
52
52
|
"unplugin-vue-components": "^0.27.4",
|
|
53
|
-
"vite": "^5.4.
|
|
53
|
+
"vite": "^5.4.9",
|
|
54
54
|
"vite-plugin-dts": "4.2.4",
|
|
55
|
-
"vitest": "^2.1.
|
|
55
|
+
"vitest": "^2.1.3",
|
|
56
56
|
"vue-tsc": "^2.1.6",
|
|
57
|
-
"@roku-ui/preset": "^0.14.
|
|
57
|
+
"@roku-ui/preset": "^0.14.4"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"dev": "vite",
|