@getufy/flint-ui-react 0.1.2 → 0.2.1
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/package.json +290 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getufy/flint-ui-react",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -8,6 +8,294 @@
|
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
10
|
"import": "./dist/index.js"
|
|
11
|
+
},
|
|
12
|
+
"./accordion": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./alert": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"import": "./dist/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./app-bar": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"import": "./dist/index.js"
|
|
23
|
+
},
|
|
24
|
+
"./autocomplete": {
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"import": "./dist/index.js"
|
|
27
|
+
},
|
|
28
|
+
"./avatar": {
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
|
+
"import": "./dist/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./backdrop": {
|
|
33
|
+
"types": "./dist/index.d.ts",
|
|
34
|
+
"import": "./dist/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./badge": {
|
|
37
|
+
"types": "./dist/index.d.ts",
|
|
38
|
+
"import": "./dist/index.js"
|
|
39
|
+
},
|
|
40
|
+
"./bottom-navigation": {
|
|
41
|
+
"types": "./dist/index.d.ts",
|
|
42
|
+
"import": "./dist/index.js"
|
|
43
|
+
},
|
|
44
|
+
"./box": {
|
|
45
|
+
"types": "./dist/index.d.ts",
|
|
46
|
+
"import": "./dist/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./breadcrumbs": {
|
|
49
|
+
"types": "./dist/index.d.ts",
|
|
50
|
+
"import": "./dist/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./button": {
|
|
53
|
+
"types": "./dist/index.d.ts",
|
|
54
|
+
"import": "./dist/index.js"
|
|
55
|
+
},
|
|
56
|
+
"./card": {
|
|
57
|
+
"types": "./dist/index.d.ts",
|
|
58
|
+
"import": "./dist/index.js"
|
|
59
|
+
},
|
|
60
|
+
"./carousel": {
|
|
61
|
+
"types": "./dist/index.d.ts",
|
|
62
|
+
"import": "./dist/index.js"
|
|
63
|
+
},
|
|
64
|
+
"./checkbox": {
|
|
65
|
+
"types": "./dist/index.d.ts",
|
|
66
|
+
"import": "./dist/index.js"
|
|
67
|
+
},
|
|
68
|
+
"./chip": {
|
|
69
|
+
"types": "./dist/index.d.ts",
|
|
70
|
+
"import": "./dist/index.js"
|
|
71
|
+
},
|
|
72
|
+
"./collapsible": {
|
|
73
|
+
"types": "./dist/index.d.ts",
|
|
74
|
+
"import": "./dist/index.js"
|
|
75
|
+
},
|
|
76
|
+
"./command": {
|
|
77
|
+
"types": "./dist/index.d.ts",
|
|
78
|
+
"import": "./dist/index.js"
|
|
79
|
+
},
|
|
80
|
+
"./container": {
|
|
81
|
+
"types": "./dist/index.d.ts",
|
|
82
|
+
"import": "./dist/index.js"
|
|
83
|
+
},
|
|
84
|
+
"./copy-button": {
|
|
85
|
+
"types": "./dist/index.d.ts",
|
|
86
|
+
"import": "./dist/index.js"
|
|
87
|
+
},
|
|
88
|
+
"./date-field": {
|
|
89
|
+
"types": "./dist/index.d.ts",
|
|
90
|
+
"import": "./dist/index.js"
|
|
91
|
+
},
|
|
92
|
+
"./date-picker": {
|
|
93
|
+
"types": "./dist/index.d.ts",
|
|
94
|
+
"import": "./dist/index.js"
|
|
95
|
+
},
|
|
96
|
+
"./date-range-picker": {
|
|
97
|
+
"types": "./dist/index.d.ts",
|
|
98
|
+
"import": "./dist/index.js"
|
|
99
|
+
},
|
|
100
|
+
"./dialog": {
|
|
101
|
+
"types": "./dist/index.d.ts",
|
|
102
|
+
"import": "./dist/index.js"
|
|
103
|
+
},
|
|
104
|
+
"./divider": {
|
|
105
|
+
"types": "./dist/index.d.ts",
|
|
106
|
+
"import": "./dist/index.js"
|
|
107
|
+
},
|
|
108
|
+
"./drawer": {
|
|
109
|
+
"types": "./dist/index.d.ts",
|
|
110
|
+
"import": "./dist/index.js"
|
|
111
|
+
},
|
|
112
|
+
"./empty": {
|
|
113
|
+
"types": "./dist/index.d.ts",
|
|
114
|
+
"import": "./dist/index.js"
|
|
115
|
+
},
|
|
116
|
+
"./fab": {
|
|
117
|
+
"types": "./dist/index.d.ts",
|
|
118
|
+
"import": "./dist/index.js"
|
|
119
|
+
},
|
|
120
|
+
"./range-slider": {
|
|
121
|
+
"types": "./dist/index.d.ts",
|
|
122
|
+
"import": "./dist/index.js"
|
|
123
|
+
},
|
|
124
|
+
"./format-date": {
|
|
125
|
+
"types": "./dist/index.d.ts",
|
|
126
|
+
"import": "./dist/index.js"
|
|
127
|
+
},
|
|
128
|
+
"./format-number": {
|
|
129
|
+
"types": "./dist/index.d.ts",
|
|
130
|
+
"import": "./dist/index.js"
|
|
131
|
+
},
|
|
132
|
+
"./grid": {
|
|
133
|
+
"types": "./dist/index.d.ts",
|
|
134
|
+
"import": "./dist/index.js"
|
|
135
|
+
},
|
|
136
|
+
"./hover-card": {
|
|
137
|
+
"types": "./dist/index.d.ts",
|
|
138
|
+
"import": "./dist/index.js"
|
|
139
|
+
},
|
|
140
|
+
"./image-comparer": {
|
|
141
|
+
"types": "./dist/index.d.ts",
|
|
142
|
+
"import": "./dist/index.js"
|
|
143
|
+
},
|
|
144
|
+
"./image-list": {
|
|
145
|
+
"types": "./dist/index.d.ts",
|
|
146
|
+
"import": "./dist/index.js"
|
|
147
|
+
},
|
|
148
|
+
"./input": {
|
|
149
|
+
"types": "./dist/index.d.ts",
|
|
150
|
+
"import": "./dist/index.js"
|
|
151
|
+
},
|
|
152
|
+
"./input-otp": {
|
|
153
|
+
"types": "./dist/index.d.ts",
|
|
154
|
+
"import": "./dist/index.js"
|
|
155
|
+
},
|
|
156
|
+
"./item": {
|
|
157
|
+
"types": "./dist/index.d.ts",
|
|
158
|
+
"import": "./dist/index.js"
|
|
159
|
+
},
|
|
160
|
+
"./kbd": {
|
|
161
|
+
"types": "./dist/index.d.ts",
|
|
162
|
+
"import": "./dist/index.js"
|
|
163
|
+
},
|
|
164
|
+
"./link": {
|
|
165
|
+
"types": "./dist/index.d.ts",
|
|
166
|
+
"import": "./dist/index.js"
|
|
167
|
+
},
|
|
168
|
+
"./list": {
|
|
169
|
+
"types": "./dist/index.d.ts",
|
|
170
|
+
"import": "./dist/index.js"
|
|
171
|
+
},
|
|
172
|
+
"./menu": {
|
|
173
|
+
"types": "./dist/index.d.ts",
|
|
174
|
+
"import": "./dist/index.js"
|
|
175
|
+
},
|
|
176
|
+
"./menubar": {
|
|
177
|
+
"types": "./dist/index.d.ts",
|
|
178
|
+
"import": "./dist/index.js"
|
|
179
|
+
},
|
|
180
|
+
"./navigation-menu": {
|
|
181
|
+
"types": "./dist/index.d.ts",
|
|
182
|
+
"import": "./dist/index.js"
|
|
183
|
+
},
|
|
184
|
+
"./pagination": {
|
|
185
|
+
"types": "./dist/index.d.ts",
|
|
186
|
+
"import": "./dist/index.js"
|
|
187
|
+
},
|
|
188
|
+
"./paper": {
|
|
189
|
+
"types": "./dist/index.d.ts",
|
|
190
|
+
"import": "./dist/index.js"
|
|
191
|
+
},
|
|
192
|
+
"./progress": {
|
|
193
|
+
"types": "./dist/index.d.ts",
|
|
194
|
+
"import": "./dist/index.js"
|
|
195
|
+
},
|
|
196
|
+
"./radio": {
|
|
197
|
+
"types": "./dist/index.d.ts",
|
|
198
|
+
"import": "./dist/index.js"
|
|
199
|
+
},
|
|
200
|
+
"./rating": {
|
|
201
|
+
"types": "./dist/index.d.ts",
|
|
202
|
+
"import": "./dist/index.js"
|
|
203
|
+
},
|
|
204
|
+
"./relative-time": {
|
|
205
|
+
"types": "./dist/index.d.ts",
|
|
206
|
+
"import": "./dist/index.js"
|
|
207
|
+
},
|
|
208
|
+
"./resizable": {
|
|
209
|
+
"types": "./dist/index.d.ts",
|
|
210
|
+
"import": "./dist/index.js"
|
|
211
|
+
},
|
|
212
|
+
"./scroll-area": {
|
|
213
|
+
"types": "./dist/index.d.ts",
|
|
214
|
+
"import": "./dist/index.js"
|
|
215
|
+
},
|
|
216
|
+
"./select": {
|
|
217
|
+
"types": "./dist/index.d.ts",
|
|
218
|
+
"import": "./dist/index.js"
|
|
219
|
+
},
|
|
220
|
+
"./skeleton": {
|
|
221
|
+
"types": "./dist/index.d.ts",
|
|
222
|
+
"import": "./dist/index.js"
|
|
223
|
+
},
|
|
224
|
+
"./slider": {
|
|
225
|
+
"types": "./dist/index.d.ts",
|
|
226
|
+
"import": "./dist/index.js"
|
|
227
|
+
},
|
|
228
|
+
"./snackbar": {
|
|
229
|
+
"types": "./dist/index.d.ts",
|
|
230
|
+
"import": "./dist/index.js"
|
|
231
|
+
},
|
|
232
|
+
"./sonner": {
|
|
233
|
+
"types": "./dist/index.d.ts",
|
|
234
|
+
"import": "./dist/index.js"
|
|
235
|
+
},
|
|
236
|
+
"./speed-dial": {
|
|
237
|
+
"types": "./dist/index.d.ts",
|
|
238
|
+
"import": "./dist/index.js"
|
|
239
|
+
},
|
|
240
|
+
"./split-panel": {
|
|
241
|
+
"types": "./dist/index.d.ts",
|
|
242
|
+
"import": "./dist/index.js"
|
|
243
|
+
},
|
|
244
|
+
"./stack": {
|
|
245
|
+
"types": "./dist/index.d.ts",
|
|
246
|
+
"import": "./dist/index.js"
|
|
247
|
+
},
|
|
248
|
+
"./stepper": {
|
|
249
|
+
"types": "./dist/index.d.ts",
|
|
250
|
+
"import": "./dist/index.js"
|
|
251
|
+
},
|
|
252
|
+
"./switch": {
|
|
253
|
+
"types": "./dist/index.d.ts",
|
|
254
|
+
"import": "./dist/index.js"
|
|
255
|
+
},
|
|
256
|
+
"./table": {
|
|
257
|
+
"types": "./dist/index.d.ts",
|
|
258
|
+
"import": "./dist/index.js"
|
|
259
|
+
},
|
|
260
|
+
"./tabs": {
|
|
261
|
+
"types": "./dist/index.d.ts",
|
|
262
|
+
"import": "./dist/index.js"
|
|
263
|
+
},
|
|
264
|
+
"./text-field": {
|
|
265
|
+
"types": "./dist/index.d.ts",
|
|
266
|
+
"import": "./dist/index.js"
|
|
267
|
+
},
|
|
268
|
+
"./textarea": {
|
|
269
|
+
"types": "./dist/index.d.ts",
|
|
270
|
+
"import": "./dist/index.js"
|
|
271
|
+
},
|
|
272
|
+
"./time-picker": {
|
|
273
|
+
"types": "./dist/index.d.ts",
|
|
274
|
+
"import": "./dist/index.js"
|
|
275
|
+
},
|
|
276
|
+
"./toggle": {
|
|
277
|
+
"types": "./dist/index.d.ts",
|
|
278
|
+
"import": "./dist/index.js"
|
|
279
|
+
},
|
|
280
|
+
"./tooltip": {
|
|
281
|
+
"types": "./dist/index.d.ts",
|
|
282
|
+
"import": "./dist/index.js"
|
|
283
|
+
},
|
|
284
|
+
"./transfer-list": {
|
|
285
|
+
"types": "./dist/index.d.ts",
|
|
286
|
+
"import": "./dist/index.js"
|
|
287
|
+
},
|
|
288
|
+
"./tree-view": {
|
|
289
|
+
"types": "./dist/index.d.ts",
|
|
290
|
+
"import": "./dist/index.js"
|
|
291
|
+
},
|
|
292
|
+
"./typography": {
|
|
293
|
+
"types": "./dist/index.d.ts",
|
|
294
|
+
"import": "./dist/index.js"
|
|
295
|
+
},
|
|
296
|
+
"./visually-hidden": {
|
|
297
|
+
"types": "./dist/index.d.ts",
|
|
298
|
+
"import": "./dist/index.js"
|
|
11
299
|
}
|
|
12
300
|
},
|
|
13
301
|
"scripts": {
|
|
@@ -41,7 +329,7 @@
|
|
|
41
329
|
},
|
|
42
330
|
"peerDependencies": {
|
|
43
331
|
"react": "^18.0.0 || ^19.0.0",
|
|
44
|
-
"@getufy/flint-ui": "^0.
|
|
332
|
+
"@getufy/flint-ui": "^0.2.0"
|
|
45
333
|
},
|
|
46
334
|
"devDependencies": {
|
|
47
335
|
"@types/react": "^19.0.0",
|