x-runtime-lib 0.8.194 → 0.8.195

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.
@@ -3,6 +3,6 @@ import { Node } from '@/types';
3
3
  export declare function useBorderV1(node: Ref<Node>): {
4
4
  borderStyle: import("vue").ComputedRef<any>;
5
5
  borderWidth: import("vue").ComputedRef<any>;
6
- borderColor: import("vue").ComputedRef<any>;
6
+ borderColor: import("vue").ComputedRef<string>;
7
7
  applyBorder: (style: CSSProperties) => void;
8
8
  };
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
- export declare function useColorV1(raw: Ref<any>): {
3
- color: import("vue").ComputedRef<any>;
2
+ export declare function useColorV1(colorMode: Ref<string>, colorTheme: Ref<string>, colorCustomLight: Ref<string>, colorCustomDark: Ref<string>): {
3
+ color: import("vue").ComputedRef<string>;
4
4
  rgb: import("vue").ComputedRef<string>;
5
5
  alpha: import("vue").ComputedRef<number>;
6
6
  };
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./i18n-en.lix39o5s.js";
2
+ export { en_default as default };
@@ -304,6 +304,7 @@ var en_default = { "x-runtime-lib": {
304
304
  stacked: "Stacked",
305
305
  start: "Start",
306
306
  startup: "Startup",
307
+ state: "State",
307
308
  stateChange: "State Change",
308
309
  step: "Step",
309
310
  stepper: "Stepper",
@@ -304,6 +304,7 @@ var zhHans_default = { "x-runtime-lib": {
304
304
  stacked: "栈式",
305
305
  start: "开始",
306
306
  startup: "启动",
307
+ state: "状态",
307
308
  stateChange: "状态变化",
308
309
  step: "步长",
309
310
  stepper: "步骤器",