norma-library 0.1.6 → 0.1.8
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/Layout/Card/Card.d.ts +3 -0
- package/dist/Layout/Card/CardHeader.d.ts +3 -0
- package/dist/Layout/Card/index.d.ts +2 -0
- package/dist/Layout/Card/styles.d.ts +546 -0
- package/dist/Layout/Card/types.d.ts +8 -0
- package/dist/Layout/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1326 -14322
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +40 -350
- package/dist/index.umd.js.map +1 -1
- package/package.json +9 -8
- package/dist/components/Data/Icon/DefaultIcon.d.ts +0 -6
- package/dist/components/Data/Icon/DefaultIcon.d.ts.map +0 -1
- package/dist/components/Data/Icon/NormaIcon.d.ts +0 -14
- package/dist/components/Data/Icon/NormaIcon.d.ts.map +0 -1
- package/dist/components/Data/Icon/default.d.ts +0 -210
- package/dist/components/Data/Icon/default.d.ts.map +0 -1
- package/dist/components/Data/Icon/norma.d.ts +0 -30
- package/dist/components/Data/Icon/norma.d.ts.map +0 -1
- package/dist/components/Data/Icon/styles.d.ts +0 -486
- package/dist/components/Data/Icon/styles.d.ts.map +0 -1
- package/dist/components/Data/Icon/svg.d.ts +0 -7
- package/dist/components/Data/Icon/svg.d.ts.map +0 -1
- package/dist/components/Data/Icon/types.d.ts +0 -13
- package/dist/components/Data/Icon/types.d.ts.map +0 -1
- package/dist/components/Data/ProgressBar/index.d.ts +0 -8
- package/dist/components/Data/ProgressBar/index.d.ts.map +0 -1
- package/dist/components/Data/ProgressBar/types.d.ts +0 -16
- package/dist/components/Data/ProgressBar/types.d.ts.map +0 -1
- package/dist/components/Form/CheckBox/index.d.ts +0 -4
- package/dist/components/Form/CheckBox/index.d.ts.map +0 -1
- package/dist/components/Form/CheckBox/types.d.ts +0 -21
- package/dist/components/Form/CheckBox/types.d.ts.map +0 -1
- package/dist/components/Form/TextField/index.d.ts +0 -4
- package/dist/components/Form/TextField/index.d.ts.map +0 -1
- package/dist/components/Form/TextField/types.d.ts +0 -14
- package/dist/components/Form/TextField/types.d.ts.map +0 -1
- package/dist/components/Layout/Button/index.d.ts +0 -10
- package/dist/components/Layout/Button/index.d.ts.map +0 -1
- package/dist/components/Layout/Button/types.d.ts +0 -19
- package/dist/components/Layout/Button/types.d.ts.map +0 -1
- package/dist/components/Layout/Card/CardHeader.d.ts +0 -5
- package/dist/components/Layout/Card/CardHeader.d.ts.map +0 -1
- package/dist/components/Layout/Card/index.d.ts +0 -4
- package/dist/components/Layout/Card/index.d.ts.map +0 -1
- package/dist/components/Layout/Card/types.d.ts +0 -9
- package/dist/components/Layout/Card/types.d.ts.map +0 -1
- package/dist/components/Layout/Modal/ModalFooter.d.ts +0 -5
- package/dist/components/Layout/Modal/ModalFooter.d.ts.map +0 -1
- package/dist/components/Layout/Modal/ModalHeader.d.ts +0 -5
- package/dist/components/Layout/Modal/ModalHeader.d.ts.map +0 -1
- package/dist/components/Layout/Modal/index.d.ts +0 -4
- package/dist/components/Layout/Modal/index.d.ts.map +0 -1
- package/dist/components/Layout/Modal/types.d.ts +0 -26
- package/dist/components/Layout/Modal/types.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -9
- package/dist/components/index.d.ts.map +0 -1
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
export declare const IconsContainer: import("styled-components").IStyledComponent<"web", {
|
|
4
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
5
|
-
className?: string | undefined;
|
|
6
|
-
color?: string | undefined;
|
|
7
|
-
height?: string | number | undefined;
|
|
8
|
-
id?: string | undefined;
|
|
9
|
-
lang?: string | undefined;
|
|
10
|
-
max?: string | number | undefined;
|
|
11
|
-
media?: string | undefined;
|
|
12
|
-
method?: string | undefined;
|
|
13
|
-
min?: string | number | undefined;
|
|
14
|
-
name?: string | undefined;
|
|
15
|
-
style?: import("react").CSSProperties | undefined;
|
|
16
|
-
target?: string | undefined;
|
|
17
|
-
type?: string | undefined;
|
|
18
|
-
width?: string | number | undefined;
|
|
19
|
-
role?: import("react").AriaRole | undefined;
|
|
20
|
-
tabIndex?: number | undefined;
|
|
21
|
-
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
22
|
-
accentHeight?: string | number | undefined;
|
|
23
|
-
accumulate?: "none" | "sum" | undefined;
|
|
24
|
-
additive?: "replace" | "sum" | undefined;
|
|
25
|
-
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
26
|
-
allowReorder?: "no" | "yes" | undefined;
|
|
27
|
-
alphabetic?: string | number | undefined;
|
|
28
|
-
amplitude?: string | number | undefined;
|
|
29
|
-
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | undefined;
|
|
30
|
-
ascent?: string | number | undefined;
|
|
31
|
-
attributeName?: string | undefined;
|
|
32
|
-
attributeType?: string | undefined;
|
|
33
|
-
autoReverse?: (boolean | "true" | "false") | undefined;
|
|
34
|
-
azimuth?: string | number | undefined;
|
|
35
|
-
baseFrequency?: string | number | undefined;
|
|
36
|
-
baselineShift?: string | number | undefined;
|
|
37
|
-
baseProfile?: string | number | undefined;
|
|
38
|
-
bbox?: string | number | undefined;
|
|
39
|
-
begin?: string | number | undefined;
|
|
40
|
-
bias?: string | number | undefined;
|
|
41
|
-
by?: string | number | undefined;
|
|
42
|
-
calcMode?: string | number | undefined;
|
|
43
|
-
capHeight?: string | number | undefined;
|
|
44
|
-
clip?: string | number | undefined;
|
|
45
|
-
clipPath?: string | undefined;
|
|
46
|
-
clipPathUnits?: string | number | undefined;
|
|
47
|
-
clipRule?: string | number | undefined;
|
|
48
|
-
colorInterpolation?: string | number | undefined;
|
|
49
|
-
colorInterpolationFilters?: "inherit" | "auto" | "sRGB" | "linearRGB" | undefined;
|
|
50
|
-
colorProfile?: string | number | undefined;
|
|
51
|
-
colorRendering?: string | number | undefined;
|
|
52
|
-
contentScriptType?: string | number | undefined;
|
|
53
|
-
contentStyleType?: string | number | undefined;
|
|
54
|
-
cursor?: string | number | undefined;
|
|
55
|
-
cx?: string | number | undefined;
|
|
56
|
-
cy?: string | number | undefined;
|
|
57
|
-
d?: string | undefined;
|
|
58
|
-
decelerate?: string | number | undefined;
|
|
59
|
-
descent?: string | number | undefined;
|
|
60
|
-
diffuseConstant?: string | number | undefined;
|
|
61
|
-
direction?: string | number | undefined;
|
|
62
|
-
display?: string | number | undefined;
|
|
63
|
-
divisor?: string | number | undefined;
|
|
64
|
-
dominantBaseline?: string | number | undefined;
|
|
65
|
-
dur?: string | number | undefined;
|
|
66
|
-
dx?: string | number | undefined;
|
|
67
|
-
dy?: string | number | undefined;
|
|
68
|
-
edgeMode?: string | number | undefined;
|
|
69
|
-
elevation?: string | number | undefined;
|
|
70
|
-
enableBackground?: string | number | undefined;
|
|
71
|
-
end?: string | number | undefined;
|
|
72
|
-
exponent?: string | number | undefined;
|
|
73
|
-
externalResourcesRequired?: (boolean | "true" | "false") | undefined;
|
|
74
|
-
fill?: string | undefined;
|
|
75
|
-
fillOpacity?: string | number | undefined;
|
|
76
|
-
fillRule?: "inherit" | "evenodd" | "nonzero" | undefined;
|
|
77
|
-
filter?: string | undefined;
|
|
78
|
-
filterRes?: string | number | undefined;
|
|
79
|
-
filterUnits?: string | number | undefined;
|
|
80
|
-
floodColor?: string | number | undefined;
|
|
81
|
-
floodOpacity?: string | number | undefined;
|
|
82
|
-
focusable?: "auto" | (boolean | "true" | "false") | undefined;
|
|
83
|
-
fontFamily?: string | undefined;
|
|
84
|
-
fontSize?: string | number | undefined;
|
|
85
|
-
fontSizeAdjust?: string | number | undefined;
|
|
86
|
-
fontStretch?: string | number | undefined;
|
|
87
|
-
fontStyle?: string | number | undefined;
|
|
88
|
-
fontVariant?: string | number | undefined;
|
|
89
|
-
fontWeight?: string | number | undefined;
|
|
90
|
-
format?: string | number | undefined;
|
|
91
|
-
fr?: string | number | undefined;
|
|
92
|
-
from?: string | number | undefined;
|
|
93
|
-
fx?: string | number | undefined;
|
|
94
|
-
fy?: string | number | undefined;
|
|
95
|
-
g1?: string | number | undefined;
|
|
96
|
-
g2?: string | number | undefined;
|
|
97
|
-
glyphName?: string | number | undefined;
|
|
98
|
-
glyphOrientationHorizontal?: string | number | undefined;
|
|
99
|
-
glyphOrientationVertical?: string | number | undefined;
|
|
100
|
-
glyphRef?: string | number | undefined;
|
|
101
|
-
gradientTransform?: string | undefined;
|
|
102
|
-
gradientUnits?: string | undefined;
|
|
103
|
-
hanging?: string | number | undefined;
|
|
104
|
-
horizAdvX?: string | number | undefined;
|
|
105
|
-
horizOriginX?: string | number | undefined;
|
|
106
|
-
href?: string | undefined;
|
|
107
|
-
ideographic?: string | number | undefined;
|
|
108
|
-
imageRendering?: string | number | undefined;
|
|
109
|
-
in2?: string | number | undefined;
|
|
110
|
-
in?: string | undefined;
|
|
111
|
-
intercept?: string | number | undefined;
|
|
112
|
-
k1?: string | number | undefined;
|
|
113
|
-
k2?: string | number | undefined;
|
|
114
|
-
k3?: string | number | undefined;
|
|
115
|
-
k4?: string | number | undefined;
|
|
116
|
-
k?: string | number | undefined;
|
|
117
|
-
kernelMatrix?: string | number | undefined;
|
|
118
|
-
kernelUnitLength?: string | number | undefined;
|
|
119
|
-
kerning?: string | number | undefined;
|
|
120
|
-
keyPoints?: string | number | undefined;
|
|
121
|
-
keySplines?: string | number | undefined;
|
|
122
|
-
keyTimes?: string | number | undefined;
|
|
123
|
-
lengthAdjust?: string | number | undefined;
|
|
124
|
-
letterSpacing?: string | number | undefined;
|
|
125
|
-
lightingColor?: string | number | undefined;
|
|
126
|
-
limitingConeAngle?: string | number | undefined;
|
|
127
|
-
local?: string | number | undefined;
|
|
128
|
-
markerEnd?: string | undefined;
|
|
129
|
-
markerHeight?: string | number | undefined;
|
|
130
|
-
markerMid?: string | undefined;
|
|
131
|
-
markerStart?: string | undefined;
|
|
132
|
-
markerUnits?: string | number | undefined;
|
|
133
|
-
markerWidth?: string | number | undefined;
|
|
134
|
-
mask?: string | undefined;
|
|
135
|
-
maskContentUnits?: string | number | undefined;
|
|
136
|
-
maskUnits?: string | number | undefined;
|
|
137
|
-
mathematical?: string | number | undefined;
|
|
138
|
-
mode?: string | number | undefined;
|
|
139
|
-
numOctaves?: string | number | undefined;
|
|
140
|
-
offset?: string | number | undefined;
|
|
141
|
-
opacity?: string | number | undefined;
|
|
142
|
-
operator?: string | number | undefined;
|
|
143
|
-
order?: string | number | undefined;
|
|
144
|
-
orient?: string | number | undefined;
|
|
145
|
-
orientation?: string | number | undefined;
|
|
146
|
-
origin?: string | number | undefined;
|
|
147
|
-
overflow?: string | number | undefined;
|
|
148
|
-
overlinePosition?: string | number | undefined;
|
|
149
|
-
overlineThickness?: string | number | undefined;
|
|
150
|
-
paintOrder?: string | number | undefined;
|
|
151
|
-
panose1?: string | number | undefined;
|
|
152
|
-
path?: string | undefined;
|
|
153
|
-
pathLength?: string | number | undefined;
|
|
154
|
-
patternContentUnits?: string | undefined;
|
|
155
|
-
patternTransform?: string | number | undefined;
|
|
156
|
-
patternUnits?: string | undefined;
|
|
157
|
-
pointerEvents?: string | number | undefined;
|
|
158
|
-
points?: string | undefined;
|
|
159
|
-
pointsAtX?: string | number | undefined;
|
|
160
|
-
pointsAtY?: string | number | undefined;
|
|
161
|
-
pointsAtZ?: string | number | undefined;
|
|
162
|
-
preserveAlpha?: (boolean | "true" | "false") | undefined;
|
|
163
|
-
preserveAspectRatio?: string | undefined;
|
|
164
|
-
primitiveUnits?: string | number | undefined;
|
|
165
|
-
r?: string | number | undefined;
|
|
166
|
-
radius?: string | number | undefined;
|
|
167
|
-
refX?: string | number | undefined;
|
|
168
|
-
refY?: string | number | undefined;
|
|
169
|
-
renderingIntent?: string | number | undefined;
|
|
170
|
-
repeatCount?: string | number | undefined;
|
|
171
|
-
repeatDur?: string | number | undefined;
|
|
172
|
-
requiredExtensions?: string | number | undefined;
|
|
173
|
-
requiredFeatures?: string | number | undefined;
|
|
174
|
-
restart?: string | number | undefined;
|
|
175
|
-
result?: string | undefined;
|
|
176
|
-
rotate?: string | number | undefined;
|
|
177
|
-
rx?: string | number | undefined;
|
|
178
|
-
ry?: string | number | undefined;
|
|
179
|
-
scale?: string | number | undefined;
|
|
180
|
-
seed?: string | number | undefined;
|
|
181
|
-
shapeRendering?: string | number | undefined;
|
|
182
|
-
slope?: string | number | undefined;
|
|
183
|
-
spacing?: string | number | undefined;
|
|
184
|
-
specularConstant?: string | number | undefined;
|
|
185
|
-
specularExponent?: string | number | undefined;
|
|
186
|
-
speed?: string | number | undefined;
|
|
187
|
-
spreadMethod?: string | undefined;
|
|
188
|
-
startOffset?: string | number | undefined;
|
|
189
|
-
stdDeviation?: string | number | undefined;
|
|
190
|
-
stemh?: string | number | undefined;
|
|
191
|
-
stemv?: string | number | undefined;
|
|
192
|
-
stitchTiles?: string | number | undefined;
|
|
193
|
-
stopColor?: string | undefined;
|
|
194
|
-
stopOpacity?: string | number | undefined;
|
|
195
|
-
strikethroughPosition?: string | number | undefined;
|
|
196
|
-
strikethroughThickness?: string | number | undefined;
|
|
197
|
-
string?: string | number | undefined;
|
|
198
|
-
stroke?: string | undefined;
|
|
199
|
-
strokeDasharray?: string | number | undefined;
|
|
200
|
-
strokeDashoffset?: string | number | undefined;
|
|
201
|
-
strokeLinecap?: "inherit" | "butt" | "round" | "square" | undefined;
|
|
202
|
-
strokeLinejoin?: "inherit" | "round" | "miter" | "bevel" | undefined;
|
|
203
|
-
strokeMiterlimit?: string | number | undefined;
|
|
204
|
-
strokeOpacity?: string | number | undefined;
|
|
205
|
-
strokeWidth?: string | number | undefined;
|
|
206
|
-
surfaceScale?: string | number | undefined;
|
|
207
|
-
systemLanguage?: string | number | undefined;
|
|
208
|
-
tableValues?: string | number | undefined;
|
|
209
|
-
targetX?: string | number | undefined;
|
|
210
|
-
targetY?: string | number | undefined;
|
|
211
|
-
textAnchor?: string | undefined;
|
|
212
|
-
textDecoration?: string | number | undefined;
|
|
213
|
-
textLength?: string | number | undefined;
|
|
214
|
-
textRendering?: string | number | undefined;
|
|
215
|
-
to?: string | number | undefined;
|
|
216
|
-
transform?: string | undefined;
|
|
217
|
-
u1?: string | number | undefined;
|
|
218
|
-
u2?: string | number | undefined;
|
|
219
|
-
underlinePosition?: string | number | undefined;
|
|
220
|
-
underlineThickness?: string | number | undefined;
|
|
221
|
-
unicode?: string | number | undefined;
|
|
222
|
-
unicodeBidi?: string | number | undefined;
|
|
223
|
-
unicodeRange?: string | number | undefined;
|
|
224
|
-
unitsPerEm?: string | number | undefined;
|
|
225
|
-
vAlphabetic?: string | number | undefined;
|
|
226
|
-
values?: string | undefined;
|
|
227
|
-
vectorEffect?: string | number | undefined;
|
|
228
|
-
version?: string | undefined;
|
|
229
|
-
vertAdvY?: string | number | undefined;
|
|
230
|
-
vertOriginX?: string | number | undefined;
|
|
231
|
-
vertOriginY?: string | number | undefined;
|
|
232
|
-
vHanging?: string | number | undefined;
|
|
233
|
-
vIdeographic?: string | number | undefined;
|
|
234
|
-
viewBox?: string | undefined;
|
|
235
|
-
viewTarget?: string | number | undefined;
|
|
236
|
-
visibility?: string | number | undefined;
|
|
237
|
-
vMathematical?: string | number | undefined;
|
|
238
|
-
widths?: string | number | undefined;
|
|
239
|
-
wordSpacing?: string | number | undefined;
|
|
240
|
-
writingMode?: string | number | undefined;
|
|
241
|
-
x1?: string | number | undefined;
|
|
242
|
-
x2?: string | number | undefined;
|
|
243
|
-
x?: string | number | undefined;
|
|
244
|
-
xChannelSelector?: string | undefined;
|
|
245
|
-
xHeight?: string | number | undefined;
|
|
246
|
-
xlinkActuate?: string | undefined;
|
|
247
|
-
xlinkArcrole?: string | undefined;
|
|
248
|
-
xlinkHref?: string | undefined;
|
|
249
|
-
xlinkRole?: string | undefined;
|
|
250
|
-
xlinkShow?: string | undefined;
|
|
251
|
-
xlinkTitle?: string | undefined;
|
|
252
|
-
xlinkType?: string | undefined;
|
|
253
|
-
xmlBase?: string | undefined;
|
|
254
|
-
xmlLang?: string | undefined;
|
|
255
|
-
xmlns?: string | undefined;
|
|
256
|
-
xmlnsXlink?: string | undefined;
|
|
257
|
-
xmlSpace?: string | undefined;
|
|
258
|
-
y1?: string | number | undefined;
|
|
259
|
-
y2?: string | number | undefined;
|
|
260
|
-
y?: string | number | undefined;
|
|
261
|
-
yChannelSelector?: string | undefined;
|
|
262
|
-
z?: string | number | undefined;
|
|
263
|
-
zoomAndPan?: string | undefined;
|
|
264
|
-
"aria-activedescendant"?: string | undefined;
|
|
265
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
266
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
267
|
-
"aria-braillelabel"?: string | undefined;
|
|
268
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
269
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
270
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
271
|
-
"aria-colcount"?: number | undefined;
|
|
272
|
-
"aria-colindex"?: number | undefined;
|
|
273
|
-
"aria-colindextext"?: string | undefined;
|
|
274
|
-
"aria-colspan"?: number | undefined;
|
|
275
|
-
"aria-controls"?: string | undefined;
|
|
276
|
-
"aria-current"?: boolean | "time" | "location" | "step" | "true" | "false" | "page" | "date" | undefined;
|
|
277
|
-
"aria-describedby"?: string | undefined;
|
|
278
|
-
"aria-description"?: string | undefined;
|
|
279
|
-
"aria-details"?: string | undefined;
|
|
280
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
281
|
-
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
282
|
-
"aria-errormessage"?: string | undefined;
|
|
283
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
284
|
-
"aria-flowto"?: string | undefined;
|
|
285
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
286
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
287
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
288
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
289
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
290
|
-
"aria-label"?: string | undefined;
|
|
291
|
-
"aria-labelledby"?: string | undefined;
|
|
292
|
-
"aria-level"?: number | undefined;
|
|
293
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
294
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
295
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
296
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
297
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
298
|
-
"aria-owns"?: string | undefined;
|
|
299
|
-
"aria-placeholder"?: string | undefined;
|
|
300
|
-
"aria-posinset"?: number | undefined;
|
|
301
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
302
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
303
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
304
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
305
|
-
"aria-roledescription"?: string | undefined;
|
|
306
|
-
"aria-rowcount"?: number | undefined;
|
|
307
|
-
"aria-rowindex"?: number | undefined;
|
|
308
|
-
"aria-rowindextext"?: string | undefined;
|
|
309
|
-
"aria-rowspan"?: number | undefined;
|
|
310
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
311
|
-
"aria-setsize"?: number | undefined;
|
|
312
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
313
|
-
"aria-valuemax"?: number | undefined;
|
|
314
|
-
"aria-valuemin"?: number | undefined;
|
|
315
|
-
"aria-valuenow"?: number | undefined;
|
|
316
|
-
"aria-valuetext"?: string | undefined;
|
|
317
|
-
children?: import("react").ReactNode;
|
|
318
|
-
dangerouslySetInnerHTML?: {
|
|
319
|
-
__html: string | TrustedHTML;
|
|
320
|
-
} | undefined;
|
|
321
|
-
onCopy?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
322
|
-
onCopyCapture?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
323
|
-
onCut?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
324
|
-
onCutCapture?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
325
|
-
onPaste?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
326
|
-
onPasteCapture?: import("react").ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
327
|
-
onCompositionEnd?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
328
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
329
|
-
onCompositionStart?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
330
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
331
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
332
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<SVGSVGElement> | undefined;
|
|
333
|
-
onFocus?: import("react").FocusEventHandler<SVGSVGElement> | undefined;
|
|
334
|
-
onFocusCapture?: import("react").FocusEventHandler<SVGSVGElement> | undefined;
|
|
335
|
-
onBlur?: import("react").FocusEventHandler<SVGSVGElement> | undefined;
|
|
336
|
-
onBlurCapture?: import("react").FocusEventHandler<SVGSVGElement> | undefined;
|
|
337
|
-
onChange?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
338
|
-
onChangeCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
339
|
-
onBeforeInput?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
340
|
-
onBeforeInputCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
341
|
-
onInput?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
342
|
-
onInputCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
343
|
-
onReset?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
344
|
-
onResetCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
345
|
-
onSubmit?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
346
|
-
onSubmitCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
347
|
-
onInvalid?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
348
|
-
onInvalidCapture?: import("react").FormEventHandler<SVGSVGElement> | undefined;
|
|
349
|
-
onLoad?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
350
|
-
onLoadCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
351
|
-
onError?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
352
|
-
onErrorCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
353
|
-
onKeyDown?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
354
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
355
|
-
onKeyPress?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
356
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
357
|
-
onKeyUp?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
358
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
359
|
-
onAbort?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
360
|
-
onAbortCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
361
|
-
onCanPlay?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
362
|
-
onCanPlayCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
363
|
-
onCanPlayThrough?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
364
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
365
|
-
onDurationChange?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
366
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
367
|
-
onEmptied?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
368
|
-
onEmptiedCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
369
|
-
onEncrypted?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
370
|
-
onEncryptedCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
371
|
-
onEnded?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
372
|
-
onEndedCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
373
|
-
onLoadedData?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
374
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
375
|
-
onLoadedMetadata?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
376
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
377
|
-
onLoadStart?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
378
|
-
onLoadStartCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
379
|
-
onPause?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
380
|
-
onPauseCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
381
|
-
onPlay?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
382
|
-
onPlayCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
383
|
-
onPlaying?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
384
|
-
onPlayingCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
385
|
-
onProgress?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
386
|
-
onProgressCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
387
|
-
onRateChange?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
388
|
-
onRateChangeCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
389
|
-
onResize?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
390
|
-
onResizeCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
391
|
-
onSeeked?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
392
|
-
onSeekedCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
393
|
-
onSeeking?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
394
|
-
onSeekingCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
395
|
-
onStalled?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
396
|
-
onStalledCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
397
|
-
onSuspend?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
398
|
-
onSuspendCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
399
|
-
onTimeUpdate?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
400
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
401
|
-
onVolumeChange?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
402
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
403
|
-
onWaiting?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
404
|
-
onWaitingCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
405
|
-
onAuxClick?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
406
|
-
onAuxClickCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
407
|
-
onClick?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
408
|
-
onClickCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
409
|
-
onContextMenu?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
410
|
-
onContextMenuCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
411
|
-
onDoubleClick?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
412
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
413
|
-
onDrag?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
414
|
-
onDragCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
415
|
-
onDragEnd?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
416
|
-
onDragEndCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
417
|
-
onDragEnter?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
418
|
-
onDragEnterCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
419
|
-
onDragExit?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
420
|
-
onDragExitCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
421
|
-
onDragLeave?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
422
|
-
onDragLeaveCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
423
|
-
onDragOver?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
424
|
-
onDragOverCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
425
|
-
onDragStart?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
426
|
-
onDragStartCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
427
|
-
onDrop?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
428
|
-
onDropCapture?: import("react").DragEventHandler<SVGSVGElement> | undefined;
|
|
429
|
-
onMouseDown?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
430
|
-
onMouseDownCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
431
|
-
onMouseEnter?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
432
|
-
onMouseLeave?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
433
|
-
onMouseMove?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
434
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
435
|
-
onMouseOut?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
436
|
-
onMouseOutCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
437
|
-
onMouseOver?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
438
|
-
onMouseOverCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
439
|
-
onMouseUp?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
440
|
-
onMouseUpCapture?: import("react").MouseEventHandler<SVGSVGElement> | undefined;
|
|
441
|
-
onSelect?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
442
|
-
onSelectCapture?: import("react").ReactEventHandler<SVGSVGElement> | undefined;
|
|
443
|
-
onTouchCancel?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
444
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
445
|
-
onTouchEnd?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
446
|
-
onTouchEndCapture?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
447
|
-
onTouchMove?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
448
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
449
|
-
onTouchStart?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
450
|
-
onTouchStartCapture?: import("react").TouchEventHandler<SVGSVGElement> | undefined;
|
|
451
|
-
onPointerDown?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
452
|
-
onPointerDownCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
453
|
-
onPointerMove?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
454
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
455
|
-
onPointerUp?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
456
|
-
onPointerUpCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
457
|
-
onPointerCancel?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
458
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
459
|
-
onPointerEnter?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
460
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
461
|
-
onPointerLeave?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
462
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
463
|
-
onPointerOver?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
464
|
-
onPointerOverCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
465
|
-
onPointerOut?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
466
|
-
onPointerOutCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
467
|
-
onGotPointerCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
468
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
469
|
-
onLostPointerCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
470
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<SVGSVGElement> | undefined;
|
|
471
|
-
onScroll?: import("react").UIEventHandler<SVGSVGElement> | undefined;
|
|
472
|
-
onScrollCapture?: import("react").UIEventHandler<SVGSVGElement> | undefined;
|
|
473
|
-
onWheel?: import("react").WheelEventHandler<SVGSVGElement> | undefined;
|
|
474
|
-
onWheelCapture?: import("react").WheelEventHandler<SVGSVGElement> | undefined;
|
|
475
|
-
onAnimationStart?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
476
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
477
|
-
onAnimationEnd?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
478
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
479
|
-
onAnimationIteration?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
480
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<SVGSVGElement> | undefined;
|
|
481
|
-
onTransitionEnd?: import("react").TransitionEventHandler<SVGSVGElement> | undefined;
|
|
482
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<SVGSVGElement> | undefined;
|
|
483
|
-
ref?: import("react").LegacyRef<SVGSVGElement> | undefined;
|
|
484
|
-
key?: import("react").Key | null | undefined;
|
|
485
|
-
}>;
|
|
486
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["styles.ts"],"names":[],"mappings":";;AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface SvgProps {
|
|
3
|
-
inline?: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare const Svg: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, SvgProps>>;
|
|
6
|
-
export { Svg };
|
|
7
|
-
//# sourceMappingURL=svg.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"svg.d.ts","sourceRoot":"","sources":["svg.tsx"],"names":[],"mappings":";AAEA,UAAU,QAAQ;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,QAAA,MAAM,GAAG,2JAcR,CAAA;AAGD,OAAO,EAAE,GAAG,EAAE,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { defaultIcons } from './default';
|
|
2
|
-
import { IconsColors as Colors } from '../../../helpers/colors';
|
|
3
|
-
import { IconsSizes as Sizes } from '../../../helpers/sizes';
|
|
4
|
-
export interface IconsProps {
|
|
5
|
-
icon: IconType;
|
|
6
|
-
scale?: Sizes;
|
|
7
|
-
color?: Colors;
|
|
8
|
-
width?: number;
|
|
9
|
-
height?: number;
|
|
10
|
-
fill?: string;
|
|
11
|
-
}
|
|
12
|
-
export type IconType = keyof typeof defaultIcons;
|
|
13
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,WAAW,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,UAAU,IAAI,KAAK,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAA;IACd,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAiC9C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAChC,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAuBhF,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SxProps, LinearProgressProps } from '@mui/material';
|
|
2
|
-
import { Theme } from '@emotion/react';
|
|
3
|
-
import { OverridableStringUnion } from '@mui/types';
|
|
4
|
-
export interface LinearProgressPropsColorOverrides {
|
|
5
|
-
}
|
|
6
|
-
export type ProgressBarBaseProps = Pick<LinearProgressProps, 'sx'> & {
|
|
7
|
-
sx?: SxProps<Theme>;
|
|
8
|
-
usage?: number;
|
|
9
|
-
value?: number;
|
|
10
|
-
total?: number;
|
|
11
|
-
label?: string;
|
|
12
|
-
colorCustom?: string;
|
|
13
|
-
variant?: 'determinate' | 'indeterminate' | 'buffer' | 'query';
|
|
14
|
-
color?: OverridableStringUnion<'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning' | 'inherit', LinearProgressPropsColorOverrides>;
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAA;AAGnD,MAAM,WAAW,iCAAiC;CAAG;AAErD,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,GAAG;IACnE,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,aAAa,GAAG,eAAe,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC9D,KAAK,CAAC,EAAE,sBAAsB,CAC5B,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,EAC9E,iCAAiC,CAClC,CAAA;CACF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAK3C,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAMhD,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OverridableStringUnion } from '@mui/types';
|
|
2
|
-
import { CheckboxProps as MuiCheckBoxProps, SxProps, Theme } from '@mui/material';
|
|
3
|
-
import { SwitchBaseProps } from '@mui/material/internal/SwitchBase';
|
|
4
|
-
export interface CheckboxPropsSizeOverrides {
|
|
5
|
-
}
|
|
6
|
-
export interface CheckboxPropsColorOverrides {
|
|
7
|
-
}
|
|
8
|
-
export type CheckBoxBaseProps = Pick<MuiCheckBoxProps, 'sx'> & {
|
|
9
|
-
sx?: SxProps<Theme>;
|
|
10
|
-
name?: string;
|
|
11
|
-
checked?: SwitchBaseProps['checked'];
|
|
12
|
-
color?: OverridableStringUnion<'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning' | 'default', CheckboxPropsColorOverrides>;
|
|
13
|
-
disabled?: SwitchBaseProps['disabled'];
|
|
14
|
-
id?: SwitchBaseProps['id'];
|
|
15
|
-
onChange?: SwitchBaseProps['onChange'];
|
|
16
|
-
required?: SwitchBaseProps['required'];
|
|
17
|
-
size?: OverridableStringUnion<'small' | 'medium', CheckboxPropsSizeOverrides>;
|
|
18
|
-
value?: SwitchBaseProps['value'];
|
|
19
|
-
defaultChecked?: boolean;
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAA;AACnD,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAA;AAGnE,MAAM,WAAW,0BAA0B;CAAG;AAE9C,MAAM,WAAW,2BAA2B;CAAG;AAE/C,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG;IAC7D,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAA;IACpC,KAAK,CAAC,EAAE,sBAAsB,CAC5B,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,EAC9E,2BAA2B,CAC5B,CAAA;IACD,QAAQ,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACtC,EAAE,CAAC,EAAE,eAAe,CAAC,IAAI,CAAC,CAAA;IAC1B,QAAQ,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACtC,QAAQ,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACtC,IAAI,CAAC,EAAE,sBAAsB,CAAC,OAAO,GAAG,QAAQ,EAAE,0BAA0B,CAAC,CAAA;IAC7E,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAA;IAChC,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAK5C,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAmBlD,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { TextFieldProps as MuiTextFieldProps } from '@mui/material/TextField';
|
|
3
|
-
export type TextFieldValue = string | number;
|
|
4
|
-
export type TextFieldVariant = 'standard' | 'outlined' | 'filled';
|
|
5
|
-
export type TextFieldBaseProps = Pick<MuiTextFieldProps, 'onChange' | 'onBlur' | 'onFocus' | 'defaultValue' | 'variant' | 'size' | 'value' | 'id' | 'fullWidth' | 'helperText' | 'type' | 'InputProps' | 'InputLabelProps' | 'autoComplete' | 'label' | 'helperText' | 'InputLabelProps' | 'margin' | 'maxRows' | 'minRows' | 'multiline' | 'name' | 'placeholder' | 'rows' | 'select' | 'SelectProps' | 'sx' | 'autoFocus' | 'error' | 'classes' | 'children' | 'color'> & {
|
|
6
|
-
name?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
required?: boolean;
|
|
9
|
-
hasError?: boolean;
|
|
10
|
-
label?: ReactNode;
|
|
11
|
-
children?: ReactNode;
|
|
12
|
-
onChange?: (event: React.ChangeEvent<HTMLInputElement>, value: TextFieldValue) => void;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAE7E,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;AAEjE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,iBAAiB,EACf,UAAU,GACV,QAAQ,GACR,SAAS,GACT,cAAc,GACd,SAAS,GACT,MAAM,GACN,OAAO,GACP,IAAI,GACJ,WAAW,GACX,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,iBAAiB,GACjB,cAAc,GACd,OAAO,GACP,YAAY,GACZ,iBAAiB,GACjB,QAAQ,GACR,SAAS,GACT,SAAS,GACT,WAAW,GACX,MAAM,GACN,aAAa,GACb,MAAM,GACN,QAAQ,GACR,aAAa,GACb,IAAI,GACJ,WAAW,GACX,OAAO,GACP,SAAS,GACT,UAAU,GACV,OAAO,CACV,GAAG;IACF,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,KAAK,EAAE,cAAc,KAAK,IAAI,CAAA;CACvF,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ButtonBaseProps } from './types';
|
|
2
|
-
export declare const Button: {
|
|
3
|
-
({ label, ...rest }: ButtonBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
variant: string;
|
|
6
|
-
size: string;
|
|
7
|
-
color: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAMzC,eAAO,MAAM,MAAM;yBAAwB,eAAe;;;;;;CAUzD,CAAA"}
|