@alauda/ui 7.3.3-beta.44 → 7.3.3-beta.45

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.
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const LabelPosition: {
3
3
  readonly Top: "top";
4
4
  readonly Left: "left";
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const InlineAlertType: {
3
3
  readonly Primary: "primary";
4
4
  readonly Success: "success";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "7.3.3-beta.44",
3
+ "version": "7.3.3-beta.45",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const RadioSize: {
3
3
  readonly Medium: "medium";
4
4
  readonly Small: "small";
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export interface Status {
3
3
  type?: StatusType;
4
4
  class?: string;
package/steps/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const StepState: {
3
3
  readonly Default: "default";
4
4
  readonly Done: "done";
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const TabSize: {
3
3
  readonly Large: "large";
4
4
  readonly Medium: "medium";
@@ -1,4 +1,4 @@
1
- import { ValueOf } from "src/internal/types";
1
+ import { ValueOf } from '../internal/types';
2
2
  export declare const TagType: {
3
3
  readonly Primary: "primary";
4
4
  readonly Success: "success";