@lawkit/ui 0.1.74 → 0.1.75

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,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const inputWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
3
4
  size: {
@@ -44,7 +45,15 @@ export declare const searchIcon: string;
44
45
  export declare const badgesArea: string;
45
46
  export declare const badge: string;
46
47
  export declare const badgeRemove: string;
47
- export declare const panel: string;
48
+ export declare const panel: import('@vanilla-extract/recipes').RuntimeFn<{
49
+ closing: {
50
+ true: {
51
+ opacity: number;
52
+ transform: "translateY(-4px)";
53
+ };
54
+ false: {};
55
+ };
56
+ }>;
48
57
  export declare const option: import('@vanilla-extract/recipes').RuntimeFn<{
49
58
  highlighted: {
50
59
  true: {
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{
3
4
  placement: {
@@ -31,7 +32,28 @@ export declare const container: import('@vanilla-extract/recipes').RuntimeFn<{
31
32
  };
32
33
  };
33
34
  }>;
34
- export declare const card: string;
35
+ export declare const card: import('@vanilla-extract/recipes').RuntimeFn<{
36
+ placement: {
37
+ top: {
38
+ animation: `${string} var(--${string}) var(--${string})`;
39
+ };
40
+ bottom: {
41
+ animation: `${string} var(--${string}) var(--${string})`;
42
+ };
43
+ left: {
44
+ animation: `${string} var(--${string}) var(--${string})`;
45
+ };
46
+ right: {
47
+ animation: `${string} var(--${string}) var(--${string})`;
48
+ };
49
+ };
50
+ closing: {
51
+ true: {
52
+ opacity: number;
53
+ };
54
+ false: {};
55
+ };
56
+ }>;
35
57
  export declare const arrow: import('@vanilla-extract/recipes').RuntimeFn<{
36
58
  placement: {
37
59
  right: {
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const trigger: import('@vanilla-extract/recipes').RuntimeFn<{
2
3
  size: {
3
4
  small: {
@@ -45,7 +46,15 @@ export declare const chevron: import('@vanilla-extract/recipes').RuntimeFn<{
45
46
  };
46
47
  }>;
47
48
  export declare const wrapper: string;
48
- export declare const panel: string;
49
+ export declare const panel: import('@vanilla-extract/recipes').RuntimeFn<{
50
+ closing: {
51
+ true: {
52
+ opacity: number;
53
+ transform: "translateY(-4px)";
54
+ };
55
+ false: {};
56
+ };
57
+ }>;
49
58
  export declare const option: import('@vanilla-extract/recipes').RuntimeFn<{
50
59
  selected: {
51
60
  true: {
@@ -1,5 +1,14 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
- export declare const card: string;
3
+ export declare const card: import('@vanilla-extract/recipes').RuntimeFn<{
4
+ closing: {
5
+ true: {
6
+ opacity: number;
7
+ transform: "translate(-50%, 4px)";
8
+ };
9
+ false: {};
10
+ };
11
+ }>;
3
12
  export declare const header: string;
4
13
  export declare const headerText: string;
5
14
  export declare const body: string;
@@ -1,4 +1,13 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const trigger: string;
3
4
  export declare const calendarIcon: string;
4
- export declare const popover: string;
5
+ export declare const popover: import('@vanilla-extract/recipes').RuntimeFn<{
6
+ closing: {
7
+ true: {
8
+ opacity: number;
9
+ transform: "translateY(-4px)";
10
+ };
11
+ false: {};
12
+ };
13
+ }>;
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const rangeTrigger: string;
3
4
  export declare const singleTrigger: string;
@@ -5,4 +6,12 @@ export declare const rangeInput: string;
5
6
  export declare const singleInput: string;
6
7
  export declare const rangeSeparator: string;
7
8
  export declare const calendarIcon: string;
8
- export declare const popover: string;
9
+ export declare const popover: import('@vanilla-extract/recipes').RuntimeFn<{
10
+ closing: {
11
+ true: {
12
+ opacity: number;
13
+ transform: "translateY(-4px)";
14
+ };
15
+ false: {};
16
+ };
17
+ }>;
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const popover: import('@vanilla-extract/recipes').RuntimeFn<{
3
4
  placement: {
@@ -31,7 +32,28 @@ export declare const popover: import('@vanilla-extract/recipes').RuntimeFn<{
31
32
  };
32
33
  };
33
34
  }>;
34
- export declare const card: string;
35
+ export declare const card: import('@vanilla-extract/recipes').RuntimeFn<{
36
+ placement: {
37
+ top: {
38
+ animation: `${string} var(--${string}) var(--${string})`;
39
+ };
40
+ bottom: {
41
+ animation: `${string} var(--${string}) var(--${string})`;
42
+ };
43
+ left: {
44
+ animation: `${string} var(--${string}) var(--${string})`;
45
+ };
46
+ right: {
47
+ animation: `${string} var(--${string}) var(--${string})`;
48
+ };
49
+ };
50
+ closing: {
51
+ true: {
52
+ opacity: number;
53
+ };
54
+ false: {};
55
+ };
56
+ }>;
35
57
  export declare const header: string;
36
58
  export declare const headerTitle: string;
37
59
  export declare const body: string;
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const root: string;
2
3
  export declare const trigger: string;
3
4
  export declare const triggerInput: string;
@@ -6,7 +7,15 @@ export declare const tags: string;
6
7
  export declare const tag: string;
7
8
  export declare const tagRemove: string;
8
9
  export declare const panel: string;
9
- export declare const menu: string;
10
+ export declare const menu: import('@vanilla-extract/recipes').RuntimeFn<{
11
+ closing: {
12
+ true: {
13
+ opacity: number;
14
+ transform: "translateY(-4px)";
15
+ };
16
+ false: {};
17
+ };
18
+ }>;
10
19
  export declare const option: string;
11
20
  export declare const optionCheck: string;
12
21
  export declare const optionCheckSelected: string;
@@ -1,3 +1,4 @@
1
+ export declare const EXIT_MS: number;
1
2
  export declare const wrapper: string;
2
3
  export declare const tooltip: import('@vanilla-extract/recipes').RuntimeFn<{
3
4
  placement: {
@@ -31,7 +32,28 @@ export declare const tooltip: import('@vanilla-extract/recipes').RuntimeFn<{
31
32
  };
32
33
  };
33
34
  }>;
34
- export declare const body: string;
35
+ export declare const body: import('@vanilla-extract/recipes').RuntimeFn<{
36
+ placement: {
37
+ top: {
38
+ animation: `${string} var(--${string}) var(--${string})`;
39
+ };
40
+ bottom: {
41
+ animation: `${string} var(--${string}) var(--${string})`;
42
+ };
43
+ left: {
44
+ animation: `${string} var(--${string}) var(--${string})`;
45
+ };
46
+ right: {
47
+ animation: `${string} var(--${string}) var(--${string})`;
48
+ };
49
+ };
50
+ closing: {
51
+ true: {
52
+ opacity: number;
53
+ };
54
+ false: {};
55
+ };
56
+ }>;
35
57
  export declare const content: string;
36
58
  export declare const title: string;
37
59
  export declare const arrow: import('@vanilla-extract/recipes').RuntimeFn<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawkit/ui",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "type": "module",
5
5
  "description": "LDS Design System — React component library with design tokens",
6
6
  "main": "./dist/index.js",