@tipp/ui 1.0.57 → 1.0.58
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/atoms/avatar.d.cts +1 -1
- package/dist/atoms/avatar.d.ts +1 -1
- package/dist/atoms/button.d.cts +1 -1
- package/dist/atoms/button.d.ts +1 -1
- package/dist/atoms/check-box.d.cts +1 -1
- package/dist/atoms/check-box.d.ts +1 -1
- package/dist/atoms/field-error-wrapper.js +2 -2
- package/dist/atoms/index.js +52 -52
- package/dist/atoms/pagination.js +3 -3
- package/dist/index.css +1 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +70 -70
- package/dist/molecules/date-picker/index.js +2 -2
- package/dist/molecules/expand-table/index.js +23 -23
- package/dist/molecules/expand-table/row.js +21 -21
- package/dist/molecules/index.js +29 -29
- package/dist/molecules/navigation.js +22 -22
- package/package.json +3 -3
package/dist/atoms/avatar.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ type AvatarProps = Omit<AvatarProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large' | 'full';
|
|
6
6
|
};
|
|
7
7
|
declare const Avatar: react.ForwardRefExoticComponent<Omit<AvatarProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | "full" | undefined;
|
|
9
9
|
} & react.RefAttributes<HTMLImageElement>>;
|
|
10
10
|
|
|
11
11
|
export { Avatar, type AvatarProps };
|
package/dist/atoms/avatar.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type AvatarProps = Omit<AvatarProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large' | 'full';
|
|
6
6
|
};
|
|
7
7
|
declare const Avatar: react.ForwardRefExoticComponent<Omit<AvatarProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | "full" | undefined;
|
|
9
9
|
} & react.RefAttributes<HTMLImageElement>>;
|
|
10
10
|
|
|
11
11
|
export { Avatar, type AvatarProps };
|
package/dist/atoms/button.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ type ButtonProps = Omit<ButtonProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large';
|
|
6
6
|
};
|
|
7
7
|
declare const Button: react__default.ForwardRefExoticComponent<Omit<ButtonProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
9
|
} & react__default.RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
|
|
11
11
|
export { Button, type ButtonProps };
|
package/dist/atoms/button.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ type ButtonProps = Omit<ButtonProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large';
|
|
6
6
|
};
|
|
7
7
|
declare const Button: react__default.ForwardRefExoticComponent<Omit<ButtonProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
9
|
} & react__default.RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
|
|
11
11
|
export { Button, type ButtonProps };
|
|
@@ -5,7 +5,7 @@ type CheckboxProps = Omit<CheckboxProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large';
|
|
6
6
|
};
|
|
7
7
|
declare const Checkbox: react.ForwardRefExoticComponent<Omit<CheckboxProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
9
|
} & react.RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
|
|
11
11
|
export { Checkbox, type CheckboxProps };
|
|
@@ -5,7 +5,7 @@ type CheckboxProps = Omit<CheckboxProps$1, 'size'> & {
|
|
|
5
5
|
size?: 'small' | 'medium' | 'large';
|
|
6
6
|
};
|
|
7
7
|
declare const Checkbox: react.ForwardRefExoticComponent<Omit<CheckboxProps$1, "size"> & {
|
|
8
|
-
size?: "small" | "
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
9
|
} & react.RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
|
|
11
11
|
export { Checkbox, type CheckboxProps };
|
package/dist/atoms/index.js
CHANGED
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
import "../chunk-2ANGYYEV.js";
|
|
2
|
-
import {
|
|
3
|
-
TextField
|
|
4
|
-
} from "../chunk-JPIZP2PZ.js";
|
|
5
|
-
import {
|
|
6
|
-
Separator
|
|
7
|
-
} from "../chunk-HYITAA4J.js";
|
|
8
|
-
import {
|
|
9
|
-
Skeleton
|
|
10
|
-
} from "../chunk-5H3YPCZK.js";
|
|
11
|
-
import {
|
|
12
|
-
Spinner
|
|
13
|
-
} from "../chunk-FR2GDOU2.js";
|
|
14
2
|
import {
|
|
15
3
|
Strong
|
|
16
4
|
} from "../chunk-74DX4CU7.js";
|
|
@@ -27,14 +15,8 @@ import {
|
|
|
27
15
|
TextArea
|
|
28
16
|
} from "../chunk-ILRUXI2E.js";
|
|
29
17
|
import {
|
|
30
|
-
|
|
31
|
-
} from "../chunk-
|
|
32
|
-
import {
|
|
33
|
-
RadioCards
|
|
34
|
-
} from "../chunk-6IVCARWS.js";
|
|
35
|
-
import {
|
|
36
|
-
RadioGroup
|
|
37
|
-
} from "../chunk-6DJOIRMF.js";
|
|
18
|
+
TextField
|
|
19
|
+
} from "../chunk-JPIZP2PZ.js";
|
|
38
20
|
import {
|
|
39
21
|
Radio
|
|
40
22
|
} from "../chunk-FPD73OHW.js";
|
|
@@ -51,8 +33,14 @@ import {
|
|
|
51
33
|
Select
|
|
52
34
|
} from "../chunk-3JRNKBMN.js";
|
|
53
35
|
import {
|
|
54
|
-
|
|
55
|
-
} from "../chunk-
|
|
36
|
+
Separator
|
|
37
|
+
} from "../chunk-HYITAA4J.js";
|
|
38
|
+
import {
|
|
39
|
+
Skeleton
|
|
40
|
+
} from "../chunk-5H3YPCZK.js";
|
|
41
|
+
import {
|
|
42
|
+
Spinner
|
|
43
|
+
} from "../chunk-FR2GDOU2.js";
|
|
56
44
|
import {
|
|
57
45
|
Kbd
|
|
58
46
|
} from "../chunk-TULWX7D6.js";
|
|
@@ -61,7 +49,7 @@ import {
|
|
|
61
49
|
} from "../chunk-XQOZWYUA.js";
|
|
62
50
|
import {
|
|
63
51
|
Pagination
|
|
64
|
-
} from "../chunk-
|
|
52
|
+
} from "../chunk-FQYPUIFX.js";
|
|
65
53
|
import {
|
|
66
54
|
Popover
|
|
67
55
|
} from "../chunk-5AVBYDPB.js";
|
|
@@ -69,23 +57,14 @@ import {
|
|
|
69
57
|
Progress
|
|
70
58
|
} from "../chunk-365QMK4D.js";
|
|
71
59
|
import {
|
|
72
|
-
|
|
73
|
-
} from "../chunk-
|
|
74
|
-
import {
|
|
75
|
-
Tooltip
|
|
76
|
-
} from "../chunk-ACVANQJ4.js";
|
|
77
|
-
import {
|
|
78
|
-
Em
|
|
79
|
-
} from "../chunk-2DZ2Y3JI.js";
|
|
80
|
-
import {
|
|
81
|
-
FieldErrorWrapper
|
|
82
|
-
} from "../chunk-CNQ7RNNY.js";
|
|
60
|
+
Quote
|
|
61
|
+
} from "../chunk-YO3BQW6S.js";
|
|
83
62
|
import {
|
|
84
|
-
|
|
85
|
-
} from "../chunk-
|
|
63
|
+
RadioCards
|
|
64
|
+
} from "../chunk-6IVCARWS.js";
|
|
86
65
|
import {
|
|
87
|
-
|
|
88
|
-
} from "../chunk-
|
|
66
|
+
RadioGroup
|
|
67
|
+
} from "../chunk-6DJOIRMF.js";
|
|
89
68
|
import {
|
|
90
69
|
Form
|
|
91
70
|
} from "../chunk-2CVXGGI5.js";
|
|
@@ -99,14 +78,8 @@ import {
|
|
|
99
78
|
HoverCard
|
|
100
79
|
} from "../chunk-O3T3TM3V.js";
|
|
101
80
|
import {
|
|
102
|
-
|
|
103
|
-
} from "../chunk-
|
|
104
|
-
import {
|
|
105
|
-
Code
|
|
106
|
-
} from "../chunk-OHMOP5PV.js";
|
|
107
|
-
import {
|
|
108
|
-
Collapse
|
|
109
|
-
} from "../chunk-KGLIAFTI.js";
|
|
81
|
+
Inset
|
|
82
|
+
} from "../chunk-XQOL7UBI.js";
|
|
110
83
|
import {
|
|
111
84
|
Container
|
|
112
85
|
} from "../chunk-Q37G2GS6.js";
|
|
@@ -134,14 +107,23 @@ import {
|
|
|
134
107
|
DropdownMenu
|
|
135
108
|
} from "../chunk-4WFMOFN2.js";
|
|
136
109
|
import {
|
|
137
|
-
|
|
138
|
-
} from "../chunk-
|
|
110
|
+
EllipsisTooltip
|
|
111
|
+
} from "../chunk-4IKPNQV5.js";
|
|
139
112
|
import {
|
|
140
|
-
|
|
141
|
-
} from "../chunk-
|
|
113
|
+
Tooltip
|
|
114
|
+
} from "../chunk-ACVANQJ4.js";
|
|
142
115
|
import {
|
|
143
|
-
|
|
144
|
-
} from "../chunk-
|
|
116
|
+
Em
|
|
117
|
+
} from "../chunk-2DZ2Y3JI.js";
|
|
118
|
+
import {
|
|
119
|
+
FieldErrorWrapper
|
|
120
|
+
} from "../chunk-CHHLIPDN.js";
|
|
121
|
+
import {
|
|
122
|
+
Flex
|
|
123
|
+
} from "../chunk-25HMMI7R.js";
|
|
124
|
+
import {
|
|
125
|
+
Typo
|
|
126
|
+
} from "../chunk-O3XTRD7R.js";
|
|
145
127
|
import {
|
|
146
128
|
Button
|
|
147
129
|
} from "../chunk-AQX7DQLI.js";
|
|
@@ -157,6 +139,15 @@ import {
|
|
|
157
139
|
import {
|
|
158
140
|
CheckboxGroup
|
|
159
141
|
} from "../chunk-IQEEPHOY.js";
|
|
142
|
+
import {
|
|
143
|
+
Checkbox
|
|
144
|
+
} from "../chunk-JEHDCZQU.js";
|
|
145
|
+
import {
|
|
146
|
+
Code
|
|
147
|
+
} from "../chunk-OHMOP5PV.js";
|
|
148
|
+
import {
|
|
149
|
+
Collapse
|
|
150
|
+
} from "../chunk-KGLIAFTI.js";
|
|
160
151
|
import "../chunk-TSVWEPRP.js";
|
|
161
152
|
import {
|
|
162
153
|
AlertDialog
|
|
@@ -167,6 +158,15 @@ import {
|
|
|
167
158
|
import {
|
|
168
159
|
Avatar
|
|
169
160
|
} from "../chunk-CZEGRZBK.js";
|
|
161
|
+
import {
|
|
162
|
+
Badge
|
|
163
|
+
} from "../chunk-5JJ3GWKF.js";
|
|
164
|
+
import {
|
|
165
|
+
Blockquote
|
|
166
|
+
} from "../chunk-YGL6SWKN.js";
|
|
167
|
+
import {
|
|
168
|
+
Box
|
|
169
|
+
} from "../chunk-4Y5BEXVN.js";
|
|
170
170
|
import "../chunk-N552FDTV.js";
|
|
171
171
|
export {
|
|
172
172
|
AlertDialog,
|
package/dist/atoms/pagination.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Pagination
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-O3XTRD7R.js";
|
|
5
|
-
import "../chunk-25HMMI7R.js";
|
|
3
|
+
} from "../chunk-FQYPUIFX.js";
|
|
6
4
|
import "../chunk-O3DNDMV3.js";
|
|
5
|
+
import "../chunk-25HMMI7R.js";
|
|
6
|
+
import "../chunk-O3XTRD7R.js";
|
|
7
7
|
import "../chunk-TSVWEPRP.js";
|
|
8
8
|
import "../chunk-N552FDTV.js";
|
|
9
9
|
export {
|
package/dist/index.css
CHANGED
|
@@ -28700,10 +28700,8 @@ h2.react-datepicker__current-month{
|
|
|
28700
28700
|
background-color: var(--color-panel-solid);
|
|
28701
28701
|
transition: 0.3s ease-in-out background-color border-color;
|
|
28702
28702
|
}
|
|
28703
|
-
.expand-table .tbody .tr-wrapper.clickable:hover{
|
|
28703
|
+
.expand-table .tbody .tr-wrapper.clickable:hover, .expand-table .tbody .tr-wrapper.expandable:hover{
|
|
28704
28704
|
border: 1px solid var(--accent-a7);
|
|
28705
|
-
}
|
|
28706
|
-
.expand-table .tbody .tr-wrapper.expandable:hover{
|
|
28707
28705
|
background-color: var(--accent-a2);
|
|
28708
28706
|
}
|
|
28709
28707
|
.expand-table .tbody .tr-wrapper.expandable .expand-comp-wrapper{
|