@uva-glass/component-library 1.3.2 → 1.3.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/components/Icon/icons/index.d.ts +40 -4
- package/dist/components/Icon/icons/index.js +63 -51
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +9 -6
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,12 +2,18 @@ export declare const Icons: {
|
|
|
2
2
|
ArrowDownOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
3
|
title?: string | undefined;
|
|
4
4
|
}>;
|
|
5
|
+
ArrowLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
|
+
title?: string | undefined;
|
|
7
|
+
}>;
|
|
5
8
|
ArrowLeftEndOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
9
|
title?: string | undefined;
|
|
7
10
|
}>;
|
|
8
11
|
ArrowLeftStartOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
12
|
title?: string | undefined;
|
|
10
13
|
}>;
|
|
14
|
+
ArrowRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
|
+
title?: string | undefined;
|
|
16
|
+
}>;
|
|
11
17
|
ArrowSmallDownMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
12
18
|
title?: string | undefined;
|
|
13
19
|
}>;
|
|
@@ -32,6 +38,12 @@ export declare const Icons: {
|
|
|
32
38
|
BrowserBroken: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
39
|
title?: string | undefined;
|
|
34
40
|
}>;
|
|
41
|
+
Calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
42
|
+
title?: string | undefined;
|
|
43
|
+
}>;
|
|
44
|
+
Check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
|
+
title?: string | undefined;
|
|
46
|
+
}>;
|
|
35
47
|
CheckCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
36
48
|
title?: string | undefined;
|
|
37
49
|
}>;
|
|
@@ -56,9 +68,15 @@ export declare const Icons: {
|
|
|
56
68
|
Circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
69
|
title?: string | undefined;
|
|
58
70
|
}>;
|
|
71
|
+
Clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
|
+
title?: string | undefined;
|
|
73
|
+
}>;
|
|
59
74
|
ClockCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
60
75
|
title?: string | undefined;
|
|
61
76
|
}>;
|
|
77
|
+
Collection: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
78
|
+
title?: string | undefined;
|
|
79
|
+
}>;
|
|
62
80
|
Cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
81
|
title?: string | undefined;
|
|
64
82
|
}>;
|
|
@@ -68,6 +86,9 @@ export declare const Icons: {
|
|
|
68
86
|
CrossCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
87
|
title?: string | undefined;
|
|
70
88
|
}>;
|
|
89
|
+
CrossCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
90
|
+
title?: string | undefined;
|
|
91
|
+
}>;
|
|
71
92
|
CubeTransparent: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
93
|
title?: string | undefined;
|
|
73
94
|
}>;
|
|
@@ -80,6 +101,12 @@ export declare const Icons: {
|
|
|
80
101
|
DotCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
102
|
title?: string | undefined;
|
|
82
103
|
}>;
|
|
104
|
+
Dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
+
title?: string | undefined;
|
|
106
|
+
}>;
|
|
107
|
+
Envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
108
|
+
title?: string | undefined;
|
|
109
|
+
}>;
|
|
83
110
|
ExclamationCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
84
111
|
title?: string | undefined;
|
|
85
112
|
}>;
|
|
@@ -92,6 +119,9 @@ export declare const Icons: {
|
|
|
92
119
|
ExclamationTriangleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
93
120
|
title?: string | undefined;
|
|
94
121
|
}>;
|
|
122
|
+
FaceFrown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
|
+
title?: string | undefined;
|
|
124
|
+
}>;
|
|
95
125
|
Hamburger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
96
126
|
title?: string | undefined;
|
|
97
127
|
}>;
|
|
@@ -104,6 +134,9 @@ export declare const Icons: {
|
|
|
104
134
|
InformationCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
135
|
title?: string | undefined;
|
|
106
136
|
}>;
|
|
137
|
+
InformationCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
|
+
title?: string | undefined;
|
|
139
|
+
}>;
|
|
107
140
|
Link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
108
141
|
title?: string | undefined;
|
|
109
142
|
}>;
|
|
@@ -116,6 +149,9 @@ export declare const Icons: {
|
|
|
116
149
|
LockOpenFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
150
|
title?: string | undefined;
|
|
118
151
|
}>;
|
|
152
|
+
Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
|
+
title?: string | undefined;
|
|
154
|
+
}>;
|
|
119
155
|
MinusCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
120
156
|
title?: string | undefined;
|
|
121
157
|
}>;
|
|
@@ -131,18 +167,18 @@ export declare const Icons: {
|
|
|
131
167
|
Sparkles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
132
168
|
title?: string | undefined;
|
|
133
169
|
}>;
|
|
134
|
-
SwapSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
-
title?: string | undefined;
|
|
136
|
-
}>;
|
|
137
170
|
Swap: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
171
|
title?: string | undefined;
|
|
139
172
|
}>;
|
|
140
|
-
|
|
173
|
+
SwapSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
174
|
title?: string | undefined;
|
|
142
175
|
}>;
|
|
143
176
|
Trash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
177
|
title?: string | undefined;
|
|
145
178
|
}>;
|
|
179
|
+
TrashStrikethrough: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
180
|
+
title?: string | undefined;
|
|
181
|
+
}>;
|
|
146
182
|
UserCheckFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
183
|
title?: string | undefined;
|
|
148
184
|
}>;
|