@rarui/components 1.8.0-rc.1 → 1.9.0
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/CHANGELOG.md +13 -0
- package/custom-elements.json +1240 -158
- package/dist/index.d.ts +205 -12
- package/dist/index.js +130 -92
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.0
|
|
2
|
+
"version": "1.8.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "rarui-avatar",
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "size",
|
|
10
|
+
"default": "medium",
|
|
10
11
|
"description": "Specifies the size of the Avatar component.\n\n- large\n- medium\n- small\n- xLarge",
|
|
11
12
|
"type": "string",
|
|
12
13
|
"values": [
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
"attributes": [
|
|
34
35
|
{
|
|
35
36
|
"name": "appearance",
|
|
37
|
+
"default": "brand",
|
|
36
38
|
"description": "Determines the visual style of the badge, influencing its color scheme and appearance.\n\n- brand\n- danger\n- info\n- inverted\n- neutral\n- success\n- warning",
|
|
37
39
|
"type": "string",
|
|
38
40
|
"values": [
|
|
@@ -62,6 +64,7 @@
|
|
|
62
64
|
},
|
|
63
65
|
{
|
|
64
66
|
"name": "size",
|
|
67
|
+
"default": "medium",
|
|
65
68
|
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- dot\n- large\n- medium\n- small",
|
|
66
69
|
"type": "string",
|
|
67
70
|
"values": [
|
|
@@ -72,7 +75,8 @@
|
|
|
72
75
|
"name": "large"
|
|
73
76
|
},
|
|
74
77
|
{
|
|
75
|
-
"name": "medium"
|
|
78
|
+
"name": "medium",
|
|
79
|
+
"description": "(default)"
|
|
76
80
|
},
|
|
77
81
|
{
|
|
78
82
|
"name": "small"
|
|
@@ -81,6 +85,7 @@
|
|
|
81
85
|
},
|
|
82
86
|
{
|
|
83
87
|
"name": "variant",
|
|
88
|
+
"default": "solid",
|
|
84
89
|
"description": "Defines the visual variant of the badge, affecting its background style.\n\n- outlined\n- solid",
|
|
85
90
|
"type": "string",
|
|
86
91
|
"values": [
|
|
@@ -88,7 +93,8 @@
|
|
|
88
93
|
"name": "outlined"
|
|
89
94
|
},
|
|
90
95
|
{
|
|
91
|
-
"name": "solid"
|
|
96
|
+
"name": "solid",
|
|
97
|
+
"description": "(default)"
|
|
92
98
|
}
|
|
93
99
|
]
|
|
94
100
|
}
|
|
@@ -100,267 +106,1227 @@
|
|
|
100
106
|
"attributes": [
|
|
101
107
|
{
|
|
102
108
|
"name": "direction",
|
|
109
|
+
"default": "horizontal",
|
|
103
110
|
"description": "The direction of the Divider.\n\n- horizontal\n- vertical",
|
|
104
111
|
"type": "string",
|
|
105
112
|
"values": [
|
|
106
113
|
{
|
|
107
|
-
"name": "horizontal"
|
|
114
|
+
"name": "horizontal",
|
|
115
|
+
"description": "(default)"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "vertical"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "size",
|
|
124
|
+
"default": "100%",
|
|
125
|
+
"description": "The **`size`** CSS property sets an element's area.",
|
|
126
|
+
"values": []
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "type",
|
|
130
|
+
"default": "solid",
|
|
131
|
+
"description": "The **`type`** shorthand CSS property sets the line style for all four sides of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$dashed\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$dashed\",\n\"md\": \"$solid\",\n\"lg\": \"$dashed\",\n\"xl\": \"$solid\"\n}\n```\n\n- $dashed\n- $solid",
|
|
132
|
+
"values": [
|
|
133
|
+
{
|
|
134
|
+
"name": "$dashed"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "$solid"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "thickness",
|
|
143
|
+
"default": "$1",
|
|
144
|
+
"description": "The **`thickness`** shorthand CSS property sets the width of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$1\",\n\"xl\": \"$2\"\n}\n```\n\n- $1\n- $2",
|
|
145
|
+
"values": [
|
|
146
|
+
{
|
|
147
|
+
"name": "$1",
|
|
148
|
+
"description": "(default)"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "$2"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "color",
|
|
157
|
+
"default": "$divider",
|
|
158
|
+
"description": "The **`color`** CSS property sets an element's color.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$disabled\",\n\"xl\": \"$divider\"\n}\n```\n\n- $brand\n- $brand-alt\n- $disabled\n- $divider\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $primary\n- $secondary\n- $subdued\n- $success\n- $transparent\n- $warning",
|
|
159
|
+
"values": [
|
|
160
|
+
{
|
|
161
|
+
"name": "$brand"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "$brand-alt"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "$disabled"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "$divider",
|
|
171
|
+
"description": "(default)"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "$error"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "$info"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "$invert"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "$invert-disabled"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "$primary"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "$secondary"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "$subdued"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "$success"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "$transparent"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "$warning"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "rarui-icon",
|
|
209
|
+
"attributes": [
|
|
210
|
+
{
|
|
211
|
+
"name": "color",
|
|
212
|
+
"description": "The color property sets the icon.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$currentColor\",\n\"xl\": \"$disabled\"\n}\n```\n\n- $brand\n- $brand-alt\n- $currentColor\n- $disabled\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $invert-secondary\n- $on-brand\n- $on-error\n- $on-info\n- $on-success\n- $on-warning\n- $primary\n- $secondary\n- $success\n- $warning\n- $warning-alt",
|
|
213
|
+
"values": [
|
|
214
|
+
{
|
|
215
|
+
"name": "$brand"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "$brand-alt"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "$currentColor"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "$disabled"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "$error"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "$info"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "$invert"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "$invert-disabled"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "$invert-secondary"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "$on-brand"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "$on-error"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "$on-info"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "$on-success"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "$on-warning"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "$primary"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "$secondary"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "$success"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "$warning"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "$warning-alt"
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "cursor",
|
|
275
|
+
"description": "The **`cursor`** CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"alias\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"alias\",\n\"md\": \"all-scroll\",\n\"lg\": \"auto\",\n\"xl\": \"cell\"\n}\n```\n\n- alias\n- all-scroll\n- auto\n- cell\n- col-resize\n- context-menu\n- copy\n- crosshair\n- default\n- e-resize\n- ew-resize\n- grab\n- grabbing\n- help\n- move\n- n-resize\n- ne-resize\n- nesw-resize\n- no-drop\n- none\n- not-allowed\n- ns-resize\n- nw-resize\n- nwse-resize\n- pointer\n- progress\n- row-resize\n- s-resize\n- se-resize\n- sw-resize\n- text\n- vertical-text\n- w-resize\n- wait\n- zoom-in\n- zoom-out",
|
|
276
|
+
"values": [
|
|
277
|
+
{
|
|
278
|
+
"name": "alias"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "all-scroll"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "auto"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "cell"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "col-resize"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "context-menu"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "copy"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "crosshair"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "default"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "e-resize"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "ew-resize"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "grab"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "grabbing"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "help"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "move"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "n-resize"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "ne-resize"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "nesw-resize"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "no-drop"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "none"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "not-allowed"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "ns-resize"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "nw-resize"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "nwse-resize"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "pointer"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "progress"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "row-resize"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "s-resize"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "se-resize"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "sw-resize"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "text"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "vertical-text"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "w-resize"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "wait"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "zoom-in"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "zoom-out"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "name",
|
|
389
|
+
"description": "Name of the icon to be rendered (must be in the @rarui/icons package).\n\n- add-circle-filled\n- add-circle-outlined\n- alarm-filled\n- alarm-outlined\n- alternate-email\n- archive-all-filled\n- archive-all-outlined\n- archive-filled\n- archive-in-filled\n- archive-in-outlined\n- archive-outlined\n- arrow-alt-down\n- arrow-alt-left\n- arrow-alt-right\n- arrow-alt-up\n- arrow-circle-down-filled\n- arrow-circle-down-outlined\n- arrow-circle-up-filled\n- arrow-circle-up-outlined\n- arrow-circled-down-circle-outlined\n- arrow-circled-down-filled\n- arrow-circled-up-circle-outlined\n- arrow-direction-down-up\n- arrow-direction-left-right\n- arrow-direction-right-left\n- arrow-direction-up-down\n- arrow-directions\n- arrow-down\n- arrow-down-left\n- arrow-down-right\n- arrow-first-page\n- arrow-last-page\n- arrow-left\n- arrow-line-down\n- arrow-line-left\n- arrow-line-long-down\n- arrow-line-long-left\n- arrow-line-long-right\n- arrow-line-long-up\n- arrow-line-right\n- arrow-line-up\n- arrow-right\n- arrow-subdirectory-left\n- arrow-subdirectory-right\n- arrow-trending-down\n- arrow-trending-up\n- arrow-up\n- arrow-up-left\n- arrow-up-right\n- attachment\n- backspace\n- backspace-outlined\n- barley\n- barley-off\n- bolt-circle-filled\n- bolt-circle-outlined\n- bookmark-filled\n- bookmark-outlined\n- calendar-date-range-filled\n- calendar-date-range-outlined\n- calendar-event-filled\n- calendar-event-outlined\n- calendar-filled\n- calendar-outlined\n- camera-filled\n- camera-outlined\n- camera-shutter-filled\n- camera-shutter-outlined\n- cancel-circle-filled\n- cancel-circle-outlined\n- car-filled\n- car-outlined\n- chart-bars-filled\n- chart-bars-outlined\n- chat-bubble-filled\n- chat-bubble-outlined\n- chat-message-filled\n- chat-message-outlined\n- check\n- check-circle-filled\n- check-circle-outlined\n- check-small\n- chevron-big-down\n- chevron-big-left\n- chevron-big-right\n- chevron-big-up\n- chevron-down\n- chevron-left\n- chevron-right\n- chevron-up\n- clock-filled\n- clock-outlined\n- close\n- cloud-filled\n- cloud-outlined\n- contact-support-filled\n- contact-support-outlined\n- content-copy-filled\n- content-copy-outlined\n- content-paste-filled\n- content-paste-outlined\n- conversation-filled\n- conversation-outlined\n- copyright-filled\n- copyright-outlined\n- credit-card-filled\n- credit-card-outlined\n- danger-filled\n- danger-outlined\n- dashboard-filled\n- dashboard-outlined\n- document-filled\n- document-outlined\n- document-text-filled\n- document-text-outlined\n- download-filled\n- download-outlined\n- eco-filled\n- eco-outlined\n- edit-filled\n- edit-outlined\n- euro-symbol\n- exit-fullscreen\n- eye-filled\n- eye-off-filled\n- eye-off-outlined\n- eye-outlined\n- facebook-filled\n- facebook-outlined\n- file-copy-filled\n- file-copy-outlined\n- filter-alt-filled\n- filter-alt-outlined\n- filter-list\n- fingerprint\n- flag-filled\n- flag-outlined\n- flag-tour-filled\n- flag-tour-outlined\n- flower-filled\n- flower-outlined\n- folder-filled\n- folder-list-filled\n- folder-list-outlined\n- folder-open\n- folder-outlined\n- fruit-apple-filled\n- fruit-apple-outlined\n- fullscreen-filled\n- fullscreen-outlined\n- google\n- google-play\n- headphones-filled\n- headphones-outlined\n- heart-filled\n- heart-outlined\n- help-filled\n- help-outlined\n- history\n- home-filled\n- home-outlined\n- image-filled\n- image-outlined\n- info-circle-filled\n- info-circle-outlined\n- instagram\n- instagram-outlined\n- label-filled\n- label-important-filled\n- label-important-outlined\n- label-outlined\n- language\n- lightbulb-filled\n- lightbulb-outlined\n- link\n- linkedin-filled\n- linkedin-outlined\n- loader\n- loading\n- lock-filled\n- lock-open-filled\n- lock-open-outlined\n- lock-outlined\n- login\n- logout\n- mail-filled\n- mail-open-filled\n- mail-open-outlined\n- mail-outlined\n- menu\n- menu-large\n- microphone-filled\n- microphone-outlined\n- minus\n- money-filled\n- money-outlined\n- mood-bad\n- mood-bad-outlined\n- mood-filled\n- mood-outlined\n- more-horiz\n- more-vert\n- music-note-filled\n- music-note-outlined\n- notification-filled\n- notification-outlined\n- open-in-new\n- package\n- package-outlined\n- pause-filled\n- pause-outlined\n- pets-filled\n- pets-outlined\n- phone-call-filled\n- phone-call-outlined\n- phone-filled\n- phone-outlined\n- pin-filled\n- pin-outlined\n- play-arrow-filled\n- play-arrow-outlined\n- play-circle-filled\n- play-circle-outlined\n- plus\n- power-settings-new\n- printer-filled\n- printer-outlined\n- push-pin-filled\n- push-pin-outlined\n- receipt-filled\n- receipt-outlined\n- recycle\n- redeem\n- redo\n- refresh\n- refresh-alt\n- remove\n- remove-circle-filled\n- remove-circle-outlined\n- repeat\n- reply\n- save-alt\n- screen-outlined\n- search\n- send-filled\n- send-outlined\n- sentiment-dissatisfied-filled\n- sentiment-dissatisfied-outlined\n- sentiment-neutral-filled\n- sentiment-neutral-outlined\n- sentiment-satisfied-filled\n- sentiment-satisfied-outlined\n- sentiment-very-dissatisfied-filled\n- sentiment-very-dissatisfied-outlined\n- sentiment-very-satisfied-filled\n- sentiment-very-satisfied-outlined\n- settings-filled\n- settings-outlined\n- share-filled\n- share-outlined\n- shopping-bag-filled\n- shopping-bag-outlined\n- shopping-cart-add\n- shopping-cart-filled\n- shopping-cart-outlined\n- sprout\n- sprout-outline-outlined\n- star-filled\n- star-outlined\n- stay-primary-portrait\n- storefront\n- tag-filled\n- tag-outlined\n- textsms-filled\n- textsms-outlined\n- thumb-down-filled\n- thumb-down-outlined\n- thumb-up-filled\n- thumb-up-outlined\n- tiktok\n- toc\n- trash-filled\n- trash-outlined\n- truck-filled\n- truck-outlined\n- tune\n- twitter\n- undo\n- upload-filled\n- upload-outlined\n- user-circle-filled\n- user-circle-outlined\n- user-filled\n- user-outlined\n- user-square-filled\n- user-square-outlined\n- users-filled\n- users-outlined\n- view-grid-filled\n- view-grid-outlined\n- view-list-filled\n- view-list-outlined\n- warning-bubble-filled\n- warning-bubble-outlined\n- warning-filled\n- warning-outlined\n- whatsapp-filled\n- whatsapp-outlined\n- work-filled\n- work-outlined\n- wysiwyg-filled\n- youtube-filled\n- youtube-outlined\n- zoom-in\n- zoom-out\n\n(Required)",
|
|
390
|
+
"type": "string",
|
|
391
|
+
"values": [
|
|
392
|
+
{
|
|
393
|
+
"name": "add-circle-filled"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "add-circle-outlined"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "alarm-filled"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "alarm-outlined"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "alternate-email"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "archive-all-filled"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "archive-all-outlined"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "archive-filled"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "archive-in-filled"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "archive-in-outlined"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "archive-outlined"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "arrow-alt-down"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "arrow-alt-left"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "arrow-alt-right"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "arrow-alt-up"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "arrow-circle-down-filled"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "arrow-circle-down-outlined"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "arrow-circle-up-filled"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "arrow-circle-up-outlined"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "arrow-circled-down-circle-outlined"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "arrow-circled-down-filled"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "arrow-circled-up-circle-outlined"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "arrow-direction-down-up"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "arrow-direction-left-right"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "arrow-direction-right-left"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "arrow-direction-up-down"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "arrow-directions"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "arrow-down"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "arrow-down-left"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "arrow-down-right"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "arrow-first-page"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "arrow-last-page"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "arrow-left"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "arrow-line-down"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "arrow-line-left"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "arrow-line-long-down"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "arrow-line-long-left"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "arrow-line-long-right"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "arrow-line-long-up"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "arrow-line-right"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "arrow-line-up"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "arrow-right"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "arrow-subdirectory-left"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "arrow-subdirectory-right"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "arrow-trending-down"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "arrow-trending-up"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "arrow-up"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "arrow-up-left"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "arrow-up-right"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "attachment"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "backspace"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "backspace-outlined"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "barley"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "barley-off"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "bolt-circle-filled"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "bolt-circle-outlined"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "bookmark-filled"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "bookmark-outlined"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "calendar-date-range-filled"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "calendar-date-range-outlined"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "calendar-event-filled"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "calendar-event-outlined"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "calendar-filled"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "calendar-outlined"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "camera-filled"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "camera-outlined"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "camera-shutter-filled"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "camera-shutter-outlined"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "cancel-circle-filled"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "cancel-circle-outlined"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "car-filled"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "car-outlined"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "chart-bars-filled"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "chart-bars-outlined"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "chat-bubble-filled"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "chat-bubble-outlined"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "chat-message-filled"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "chat-message-outlined"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "check"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "check-circle-filled"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "check-circle-outlined"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "check-small"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "chevron-big-down"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "chevron-big-left"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "chevron-big-right"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"name": "chevron-big-up"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "chevron-down"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "chevron-left"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "chevron-right"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "chevron-up"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "clock-filled"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "clock-outlined"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "close"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "cloud-filled"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "cloud-outlined"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "contact-support-filled"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "contact-support-outlined"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "content-copy-filled"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "content-copy-outlined"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "content-paste-filled"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "content-paste-outlined"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "conversation-filled"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "conversation-outlined"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "copyright-filled"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "copyright-outlined"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "credit-card-filled"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "credit-card-outlined"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "danger-filled"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "danger-outlined"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "dashboard-filled"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "dashboard-outlined"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "document-filled"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "document-outlined"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "document-text-filled"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "document-text-outlined"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "download-filled"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "download-outlined"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "eco-filled"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "eco-outlined"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "edit-filled"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "edit-outlined"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "euro-symbol"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "exit-fullscreen"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "eye-filled"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "eye-off-filled"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "eye-off-outlined"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "eye-outlined"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "facebook-filled"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "facebook-outlined"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "file-copy-filled"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "file-copy-outlined"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "filter-alt-filled"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "filter-alt-outlined"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "filter-list"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "fingerprint"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "flag-filled"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "flag-outlined"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "flag-tour-filled"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "flag-tour-outlined"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "flower-filled"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "flower-outlined"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "folder-filled"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "folder-list-filled"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "folder-list-outlined"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "folder-open"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "folder-outlined"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "fruit-apple-filled"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "fruit-apple-outlined"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "fullscreen-filled"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "fullscreen-outlined"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "google"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "google-play"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "headphones-filled"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "headphones-outlined"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "heart-filled"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "heart-outlined"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "help-filled"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "help-outlined"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "history"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "home-filled"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "home-outlined"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "image-filled"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "image-outlined"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "info-circle-filled"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "info-circle-outlined"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "instagram"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "instagram-outlined"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "label-filled"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "label-important-filled"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "label-important-outlined"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "label-outlined"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "language"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "lightbulb-filled"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "lightbulb-outlined"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "link"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "linkedin-filled"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "linkedin-outlined"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "loader"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "loading"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "lock-filled"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "lock-open-filled"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "lock-open-outlined"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "lock-outlined"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "login"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "logout"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "mail-filled"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "mail-open-filled"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "mail-open-outlined"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "mail-outlined"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "menu"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "menu-large"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "microphone-filled"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "microphone-outlined"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "minus"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "money-filled"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "money-outlined"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "mood-bad"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "mood-bad-outlined"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "mood-filled"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "mood-outlined"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "more-horiz"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "more-vert"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "music-note-filled"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "music-note-outlined"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "notification-filled"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "notification-outlined"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "open-in-new"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "package"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "package-outlined"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "pause-filled"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "pause-outlined"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "pets-filled"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "pets-outlined"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "phone-call-filled"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "phone-call-outlined"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "phone-filled"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "phone-outlined"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "pin-filled"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "pin-outlined"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "play-arrow-filled"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "play-arrow-outlined"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "play-circle-filled"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "play-circle-outlined"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "plus"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "power-settings-new"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "printer-filled"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "printer-outlined"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "push-pin-filled"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "push-pin-outlined"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "receipt-filled"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "receipt-outlined"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "recycle"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "redeem"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "redo"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "refresh"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "refresh-alt"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "remove"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "remove-circle-filled"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "remove-circle-outlined"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "repeat"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "reply"
|
|
108
1114
|
},
|
|
109
1115
|
{
|
|
110
|
-
"name": "
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "size",
|
|
116
|
-
"description": "The **`size`** CSS property sets an element's area.",
|
|
117
|
-
"values": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "type",
|
|
121
|
-
"description": "The **`type`** shorthand CSS property sets the line style for all four sides of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$dashed\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$dashed\",\n\"md\": \"$solid\",\n\"lg\": \"$dashed\",\n\"xl\": \"$solid\"\n}\n```\n\n- $dashed\n- $solid",
|
|
122
|
-
"values": [
|
|
1116
|
+
"name": "save-alt"
|
|
1117
|
+
},
|
|
123
1118
|
{
|
|
124
|
-
"name": "
|
|
1119
|
+
"name": "screen-outlined"
|
|
125
1120
|
},
|
|
126
1121
|
{
|
|
127
|
-
"name": "
|
|
128
|
-
}
|
|
129
|
-
]
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "thickness",
|
|
133
|
-
"description": "The **`thickness`** shorthand CSS property sets the width of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$1\",\n\"xl\": \"$2\"\n}\n```\n\n- $1\n- $2",
|
|
134
|
-
"values": [
|
|
1122
|
+
"name": "search"
|
|
1123
|
+
},
|
|
135
1124
|
{
|
|
136
|
-
"name": "
|
|
1125
|
+
"name": "send-filled"
|
|
137
1126
|
},
|
|
138
1127
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "color",
|
|
145
|
-
"description": "The **`color`** CSS property sets an element's color.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$disabled\",\n\"xl\": \"$divider\"\n}\n```\n\n- $brand\n- $brand-alt\n- $disabled\n- $divider\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $primary\n- $secondary\n- $subdued\n- $success\n- $transparent\n- $warning",
|
|
146
|
-
"values": [
|
|
1128
|
+
"name": "send-outlined"
|
|
1129
|
+
},
|
|
147
1130
|
{
|
|
148
|
-
"name": "
|
|
1131
|
+
"name": "sentiment-dissatisfied-filled"
|
|
149
1132
|
},
|
|
150
1133
|
{
|
|
151
|
-
"name": "
|
|
1134
|
+
"name": "sentiment-dissatisfied-outlined"
|
|
152
1135
|
},
|
|
153
1136
|
{
|
|
154
|
-
"name": "
|
|
1137
|
+
"name": "sentiment-neutral-filled"
|
|
155
1138
|
},
|
|
156
1139
|
{
|
|
157
|
-
"name": "
|
|
1140
|
+
"name": "sentiment-neutral-outlined"
|
|
158
1141
|
},
|
|
159
1142
|
{
|
|
160
|
-
"name": "
|
|
1143
|
+
"name": "sentiment-satisfied-filled"
|
|
161
1144
|
},
|
|
162
1145
|
{
|
|
163
|
-
"name": "
|
|
1146
|
+
"name": "sentiment-satisfied-outlined"
|
|
164
1147
|
},
|
|
165
1148
|
{
|
|
166
|
-
"name": "
|
|
1149
|
+
"name": "sentiment-very-dissatisfied-filled"
|
|
167
1150
|
},
|
|
168
1151
|
{
|
|
169
|
-
"name": "
|
|
1152
|
+
"name": "sentiment-very-dissatisfied-outlined"
|
|
170
1153
|
},
|
|
171
1154
|
{
|
|
172
|
-
"name": "
|
|
1155
|
+
"name": "sentiment-very-satisfied-filled"
|
|
173
1156
|
},
|
|
174
1157
|
{
|
|
175
|
-
"name": "
|
|
1158
|
+
"name": "sentiment-very-satisfied-outlined"
|
|
176
1159
|
},
|
|
177
1160
|
{
|
|
178
|
-
"name": "
|
|
1161
|
+
"name": "settings-filled"
|
|
179
1162
|
},
|
|
180
1163
|
{
|
|
181
|
-
"name": "
|
|
1164
|
+
"name": "settings-outlined"
|
|
182
1165
|
},
|
|
183
1166
|
{
|
|
184
|
-
"name": "
|
|
1167
|
+
"name": "share-filled"
|
|
185
1168
|
},
|
|
186
1169
|
{
|
|
187
|
-
"name": "
|
|
188
|
-
}
|
|
189
|
-
]
|
|
190
|
-
}
|
|
191
|
-
]
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "rarui-icon",
|
|
195
|
-
"attributes": [
|
|
196
|
-
{
|
|
197
|
-
"name": "color",
|
|
198
|
-
"description": "The color property sets the icon.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$currentColor\",\n\"xl\": \"$disabled\"\n}\n```\n\n- $brand\n- $brand-alt\n- $currentColor\n- $disabled\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $invert-secondary\n- $on-brand\n- $on-error\n- $on-info\n- $on-success\n- $on-warning\n- $primary\n- $secondary\n- $success\n- $warning\n- $warning-alt",
|
|
199
|
-
"values": [
|
|
1170
|
+
"name": "share-outlined"
|
|
1171
|
+
},
|
|
200
1172
|
{
|
|
201
|
-
"name": "
|
|
1173
|
+
"name": "shopping-bag-filled"
|
|
202
1174
|
},
|
|
203
1175
|
{
|
|
204
|
-
"name": "
|
|
1176
|
+
"name": "shopping-bag-outlined"
|
|
205
1177
|
},
|
|
206
1178
|
{
|
|
207
|
-
"name": "
|
|
1179
|
+
"name": "shopping-cart-add"
|
|
208
1180
|
},
|
|
209
1181
|
{
|
|
210
|
-
"name": "
|
|
1182
|
+
"name": "shopping-cart-filled"
|
|
211
1183
|
},
|
|
212
1184
|
{
|
|
213
|
-
"name": "
|
|
1185
|
+
"name": "shopping-cart-outlined"
|
|
214
1186
|
},
|
|
215
1187
|
{
|
|
216
|
-
"name": "
|
|
1188
|
+
"name": "sprout"
|
|
217
1189
|
},
|
|
218
1190
|
{
|
|
219
|
-
"name": "
|
|
1191
|
+
"name": "sprout-outline-outlined"
|
|
220
1192
|
},
|
|
221
1193
|
{
|
|
222
|
-
"name": "
|
|
1194
|
+
"name": "star-filled"
|
|
223
1195
|
},
|
|
224
1196
|
{
|
|
225
|
-
"name": "
|
|
1197
|
+
"name": "star-outlined"
|
|
226
1198
|
},
|
|
227
1199
|
{
|
|
228
|
-
"name": "
|
|
1200
|
+
"name": "stay-primary-portrait"
|
|
229
1201
|
},
|
|
230
1202
|
{
|
|
231
|
-
"name": "
|
|
1203
|
+
"name": "storefront"
|
|
232
1204
|
},
|
|
233
1205
|
{
|
|
234
|
-
"name": "
|
|
1206
|
+
"name": "tag-filled"
|
|
235
1207
|
},
|
|
236
1208
|
{
|
|
237
|
-
"name": "
|
|
1209
|
+
"name": "tag-outlined"
|
|
238
1210
|
},
|
|
239
1211
|
{
|
|
240
|
-
"name": "
|
|
1212
|
+
"name": "textsms-filled"
|
|
241
1213
|
},
|
|
242
1214
|
{
|
|
243
|
-
"name": "
|
|
1215
|
+
"name": "textsms-outlined"
|
|
244
1216
|
},
|
|
245
1217
|
{
|
|
246
|
-
"name": "
|
|
1218
|
+
"name": "thumb-down-filled"
|
|
247
1219
|
},
|
|
248
1220
|
{
|
|
249
|
-
"name": "
|
|
1221
|
+
"name": "thumb-down-outlined"
|
|
250
1222
|
},
|
|
251
1223
|
{
|
|
252
|
-
"name": "
|
|
1224
|
+
"name": "thumb-up-filled"
|
|
253
1225
|
},
|
|
254
1226
|
{
|
|
255
|
-
"name": "
|
|
256
|
-
}
|
|
257
|
-
]
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "cursor",
|
|
261
|
-
"description": "The **`cursor`** CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"alias\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"alias\",\n\"md\": \"all-scroll\",\n\"lg\": \"auto\",\n\"xl\": \"cell\"\n}\n```\n\n- alias\n- all-scroll\n- auto\n- cell\n- col-resize\n- context-menu\n- copy\n- crosshair\n- default\n- e-resize\n- ew-resize\n- grab\n- grabbing\n- help\n- move\n- n-resize\n- ne-resize\n- nesw-resize\n- no-drop\n- none\n- not-allowed\n- ns-resize\n- nw-resize\n- nwse-resize\n- pointer\n- progress\n- row-resize\n- s-resize\n- se-resize\n- sw-resize\n- text\n- vertical-text\n- w-resize\n- wait\n- zoom-in\n- zoom-out",
|
|
262
|
-
"values": [
|
|
1227
|
+
"name": "thumb-up-outlined"
|
|
1228
|
+
},
|
|
263
1229
|
{
|
|
264
|
-
"name": "
|
|
1230
|
+
"name": "tiktok"
|
|
265
1231
|
},
|
|
266
1232
|
{
|
|
267
|
-
"name": "
|
|
1233
|
+
"name": "toc"
|
|
268
1234
|
},
|
|
269
1235
|
{
|
|
270
|
-
"name": "
|
|
1236
|
+
"name": "trash-filled"
|
|
271
1237
|
},
|
|
272
1238
|
{
|
|
273
|
-
"name": "
|
|
1239
|
+
"name": "trash-outlined"
|
|
274
1240
|
},
|
|
275
1241
|
{
|
|
276
|
-
"name": "
|
|
1242
|
+
"name": "truck-filled"
|
|
277
1243
|
},
|
|
278
1244
|
{
|
|
279
|
-
"name": "
|
|
1245
|
+
"name": "truck-outlined"
|
|
280
1246
|
},
|
|
281
1247
|
{
|
|
282
|
-
"name": "
|
|
1248
|
+
"name": "tune"
|
|
283
1249
|
},
|
|
284
1250
|
{
|
|
285
|
-
"name": "
|
|
1251
|
+
"name": "twitter"
|
|
286
1252
|
},
|
|
287
1253
|
{
|
|
288
|
-
"name": "
|
|
1254
|
+
"name": "undo"
|
|
289
1255
|
},
|
|
290
1256
|
{
|
|
291
|
-
"name": "
|
|
1257
|
+
"name": "upload-filled"
|
|
292
1258
|
},
|
|
293
1259
|
{
|
|
294
|
-
"name": "
|
|
1260
|
+
"name": "upload-outlined"
|
|
295
1261
|
},
|
|
296
1262
|
{
|
|
297
|
-
"name": "
|
|
1263
|
+
"name": "user-circle-filled"
|
|
298
1264
|
},
|
|
299
1265
|
{
|
|
300
|
-
"name": "
|
|
1266
|
+
"name": "user-circle-outlined"
|
|
301
1267
|
},
|
|
302
1268
|
{
|
|
303
|
-
"name": "
|
|
1269
|
+
"name": "user-filled"
|
|
304
1270
|
},
|
|
305
1271
|
{
|
|
306
|
-
"name": "
|
|
1272
|
+
"name": "user-outlined"
|
|
307
1273
|
},
|
|
308
1274
|
{
|
|
309
|
-
"name": "
|
|
1275
|
+
"name": "user-square-filled"
|
|
310
1276
|
},
|
|
311
1277
|
{
|
|
312
|
-
"name": "
|
|
1278
|
+
"name": "user-square-outlined"
|
|
313
1279
|
},
|
|
314
1280
|
{
|
|
315
|
-
"name": "
|
|
1281
|
+
"name": "users-filled"
|
|
316
1282
|
},
|
|
317
1283
|
{
|
|
318
|
-
"name": "
|
|
1284
|
+
"name": "users-outlined"
|
|
319
1285
|
},
|
|
320
1286
|
{
|
|
321
|
-
"name": "
|
|
1287
|
+
"name": "view-grid-filled"
|
|
322
1288
|
},
|
|
323
1289
|
{
|
|
324
|
-
"name": "
|
|
1290
|
+
"name": "view-grid-outlined"
|
|
325
1291
|
},
|
|
326
1292
|
{
|
|
327
|
-
"name": "
|
|
1293
|
+
"name": "view-list-filled"
|
|
328
1294
|
},
|
|
329
1295
|
{
|
|
330
|
-
"name": "
|
|
1296
|
+
"name": "view-list-outlined"
|
|
331
1297
|
},
|
|
332
1298
|
{
|
|
333
|
-
"name": "
|
|
1299
|
+
"name": "warning-bubble-filled"
|
|
334
1300
|
},
|
|
335
1301
|
{
|
|
336
|
-
"name": "
|
|
1302
|
+
"name": "warning-bubble-outlined"
|
|
337
1303
|
},
|
|
338
1304
|
{
|
|
339
|
-
"name": "
|
|
1305
|
+
"name": "warning-filled"
|
|
340
1306
|
},
|
|
341
1307
|
{
|
|
342
|
-
"name": "
|
|
1308
|
+
"name": "warning-outlined"
|
|
343
1309
|
},
|
|
344
1310
|
{
|
|
345
|
-
"name": "
|
|
1311
|
+
"name": "whatsapp-filled"
|
|
346
1312
|
},
|
|
347
1313
|
{
|
|
348
|
-
"name": "
|
|
1314
|
+
"name": "whatsapp-outlined"
|
|
349
1315
|
},
|
|
350
1316
|
{
|
|
351
|
-
"name": "
|
|
1317
|
+
"name": "work-filled"
|
|
352
1318
|
},
|
|
353
1319
|
{
|
|
354
|
-
"name": "
|
|
1320
|
+
"name": "work-outlined"
|
|
355
1321
|
},
|
|
356
1322
|
{
|
|
357
|
-
"name": "
|
|
1323
|
+
"name": "wysiwyg-filled"
|
|
358
1324
|
},
|
|
359
1325
|
{
|
|
360
|
-
"name": "
|
|
1326
|
+
"name": "youtube-filled"
|
|
361
1327
|
},
|
|
362
1328
|
{
|
|
363
|
-
"name": "
|
|
1329
|
+
"name": "youtube-outlined"
|
|
364
1330
|
},
|
|
365
1331
|
{
|
|
366
1332
|
"name": "zoom-in"
|
|
@@ -369,6 +1335,23 @@
|
|
|
369
1335
|
"name": "zoom-out"
|
|
370
1336
|
}
|
|
371
1337
|
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "size",
|
|
1341
|
+
"default": "medium",
|
|
1342
|
+
"description": "Icon size, can be 'small' |'medium' |'large' or a number.\n\n- large\n- medium\n- small",
|
|
1343
|
+
"values": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "large"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "medium",
|
|
1349
|
+
"description": "(default)"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "small"
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
372
1355
|
}
|
|
373
1356
|
]
|
|
374
1357
|
},
|
|
@@ -441,6 +1424,7 @@
|
|
|
441
1424
|
},
|
|
442
1425
|
{
|
|
443
1426
|
"name": "font-weight",
|
|
1427
|
+
"default": "$regular",
|
|
444
1428
|
"description": "The color property is used to set the color of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bold\",\n\"md\": \"$medium\",\n\"lg\": \"$regular\",\n\"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
445
1429
|
"values": [
|
|
446
1430
|
{
|
|
@@ -720,6 +1704,7 @@
|
|
|
720
1704
|
"attributes": [
|
|
721
1705
|
{
|
|
722
1706
|
"name": "as",
|
|
1707
|
+
"default": "h1",
|
|
723
1708
|
"description": "Type of html tag to create for the title.\n\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6",
|
|
724
1709
|
"type": "string",
|
|
725
1710
|
"values": [
|
|
@@ -809,6 +1794,7 @@
|
|
|
809
1794
|
},
|
|
810
1795
|
{
|
|
811
1796
|
"name": "font-weight",
|
|
1797
|
+
"default": "$regular",
|
|
812
1798
|
"description": "The color property is used to set the color of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bold\",\n\"md\": \"$medium\",\n\"lg\": \"$regular\",\n\"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
813
1799
|
"values": [
|
|
814
1800
|
{
|
|
@@ -977,73 +1963,68 @@
|
|
|
977
1963
|
},
|
|
978
1964
|
{
|
|
979
1965
|
"name": "rarui-tooltip",
|
|
980
|
-
"description": "## Rarui
|
|
1966
|
+
"description": "## Rarui Tootip\n---\nTooltips are informative, specific, and action-oriented text labels that provide contextual support\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/tooltip) for more details.",
|
|
981
1967
|
"attributes": [
|
|
1968
|
+
{
|
|
1969
|
+
"name": "inverted",
|
|
1970
|
+
"default": false,
|
|
1971
|
+
"description": "Specifies whether the color scheme should be inverted",
|
|
1972
|
+
"type": "boolean"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "padding",
|
|
1976
|
+
"default": "base",
|
|
1977
|
+
"description": "Specifies the padding for the tooltip\n\n- base\n- none",
|
|
1978
|
+
"type": "string",
|
|
1979
|
+
"values": [
|
|
1980
|
+
{
|
|
1981
|
+
"name": "base",
|
|
1982
|
+
"description": "(default)"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "none"
|
|
1986
|
+
}
|
|
1987
|
+
]
|
|
1988
|
+
},
|
|
982
1989
|
{
|
|
983
1990
|
"name": "arrow",
|
|
1991
|
+
"default": true,
|
|
984
1992
|
"description": "Conditional for displaying the popover arrow.",
|
|
985
1993
|
"type": "boolean"
|
|
986
1994
|
},
|
|
987
1995
|
{
|
|
988
1996
|
"name": "match-reference-width",
|
|
1997
|
+
"default": false,
|
|
989
1998
|
"description": "A common feature of select dropdowns is that the dropdown matches the width of the reference regardless of its contents.",
|
|
990
1999
|
"type": "boolean"
|
|
991
2000
|
},
|
|
992
2001
|
{
|
|
993
2002
|
"name": "enabled-hover",
|
|
2003
|
+
"default": false,
|
|
994
2004
|
"description": "Adds hover event listeners that change the open state, like CSS :hover.",
|
|
995
2005
|
"type": "boolean"
|
|
996
2006
|
},
|
|
997
2007
|
{
|
|
998
2008
|
"name": "enabled-click",
|
|
2009
|
+
"default": true,
|
|
999
2010
|
"description": "Adds click event listeners that change the open state.",
|
|
1000
2011
|
"type": "boolean"
|
|
1001
2012
|
},
|
|
1002
2013
|
{
|
|
1003
2014
|
"name": "enabled-dismiss",
|
|
2015
|
+
"default": true,
|
|
1004
2016
|
"description": "Adds listeners that dismiss (close) the floating element.",
|
|
1005
2017
|
"type": "boolean"
|
|
1006
2018
|
},
|
|
1007
2019
|
{
|
|
1008
2020
|
"name": "offset",
|
|
2021
|
+
"default": 10,
|
|
1009
2022
|
"description": "Offest displaces the floating element from its core placement along the specified axes.",
|
|
1010
2023
|
"type": "number"
|
|
1011
2024
|
},
|
|
1012
|
-
{
|
|
1013
|
-
"name": "portal-id",
|
|
1014
|
-
"description": "Specifies the ID of the portal element where the tooltip should be rendered.\nThis can be useful for rendering the tooltip in a different part of the DOM, such as a modal or overlay.",
|
|
1015
|
-
"type": "string"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"name": "visible",
|
|
1019
|
-
"description": "If true, the component is shown.",
|
|
1020
|
-
"type": "boolean"
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "on-visibility",
|
|
1024
|
-
"description": "Function to control popover opening and closing.",
|
|
1025
|
-
"type": "(visible: boolean) => void;"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "inverted",
|
|
1029
|
-
"description": "Specifies whether the color scheme should be inverted",
|
|
1030
|
-
"type": "boolean"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "padding",
|
|
1034
|
-
"description": "Specifies the padding for the tooltip\n\n- base\n- none",
|
|
1035
|
-
"type": "string",
|
|
1036
|
-
"values": [
|
|
1037
|
-
{
|
|
1038
|
-
"name": "base"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "none"
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
2025
|
{
|
|
1046
2026
|
"name": "position",
|
|
2027
|
+
"default": "bottom",
|
|
1047
2028
|
"description": "Position of the popover.\n\n- bottom\n- bottom-end\n- bottom-start\n- left\n- left-end\n- left-start\n- right\n- right-end\n- right-start\n- top\n- top-end\n- top-start",
|
|
1048
2029
|
"type": "string",
|
|
1049
2030
|
"values": [
|
|
@@ -1088,6 +2069,7 @@
|
|
|
1088
2069
|
},
|
|
1089
2070
|
{
|
|
1090
2071
|
"name": "strategy",
|
|
2072
|
+
"default": "fixed",
|
|
1091
2073
|
"description": "CSS positioning strategy used for the tooltip.\n\n- `\"fixed\"` (default) positions the tooltip relative to the viewport,\n so it stays in the same place even when the page is scrolled.\n- `\"absolute\"` positions the tooltip relative to the nearest positioned ancestor,\n which can be useful when you want the tooltip to move with page content.\n\nUse `\"fixed\"` for tooltips that should remain visible on scroll,\nand `\"absolute\"` when tooltips need to be positioned within scrollable containers.\n\n- absolute\n- fixed",
|
|
1092
2074
|
"type": "string",
|
|
1093
2075
|
"values": [
|
|
@@ -1113,6 +2095,7 @@
|
|
|
1113
2095
|
},
|
|
1114
2096
|
{
|
|
1115
2097
|
"name": "color",
|
|
2098
|
+
"default": "$info",
|
|
1116
2099
|
"description": "Specifies the color of the progress.\nThis prop accepts one of the following values: \"$info\", \"$success\" or \"$brand\"\n\n- $brand\n- $info\n- $success",
|
|
1117
2100
|
"type": "string",
|
|
1118
2101
|
"values": [
|
|
@@ -1141,6 +2124,7 @@
|
|
|
1141
2124
|
},
|
|
1142
2125
|
{
|
|
1143
2126
|
"name": "color",
|
|
2127
|
+
"default": "$info",
|
|
1144
2128
|
"description": "Specifies the color of the progress.\nThis prop accepts one of the following values: \"$info\", \"$success\" or \"$brand\"\n\n- $brand\n- $info\n- $success",
|
|
1145
2129
|
"type": "string",
|
|
1146
2130
|
"values": [
|
|
@@ -1158,6 +2142,7 @@
|
|
|
1158
2142
|
},
|
|
1159
2143
|
{
|
|
1160
2144
|
"name": "size",
|
|
2145
|
+
"default": "large",
|
|
1161
2146
|
"description": "Specifies the size of the progress indicator.\nThis prop accepts one of the following values: \"large\" or \"small\".\n\n- large\n- small",
|
|
1162
2147
|
"type": "string",
|
|
1163
2148
|
"values": [
|
|
@@ -1341,6 +2326,7 @@
|
|
|
1341
2326
|
"attributes": [
|
|
1342
2327
|
{
|
|
1343
2328
|
"name": "disabled",
|
|
2329
|
+
"default": false,
|
|
1344
2330
|
"description": "Disables the button, disallowing user interaction.",
|
|
1345
2331
|
"type": "boolean"
|
|
1346
2332
|
},
|
|
@@ -1351,11 +2337,13 @@
|
|
|
1351
2337
|
},
|
|
1352
2338
|
{
|
|
1353
2339
|
"name": "appearance",
|
|
2340
|
+
"default": "brand",
|
|
1354
2341
|
"description": "Defines the appearance variants for the button component.\nEach appearance variant corresponds to a specific background color, border color, and text color.\n\n- brand\n- danger\n- inverted\n- neutral\n- success\n- warning",
|
|
1355
2342
|
"type": "string",
|
|
1356
2343
|
"values": [
|
|
1357
2344
|
{
|
|
1358
|
-
"name": "brand"
|
|
2345
|
+
"name": "brand",
|
|
2346
|
+
"description": "(default)"
|
|
1359
2347
|
},
|
|
1360
2348
|
{
|
|
1361
2349
|
"name": "danger"
|
|
@@ -1376,6 +2364,7 @@
|
|
|
1376
2364
|
},
|
|
1377
2365
|
{
|
|
1378
2366
|
"name": "size",
|
|
2367
|
+
"default": "large",
|
|
1379
2368
|
"description": "Defines the size of the button component.\n\n- large\n- medium\n- small",
|
|
1380
2369
|
"type": "string",
|
|
1381
2370
|
"values": [
|
|
@@ -1393,6 +2382,7 @@
|
|
|
1393
2382
|
},
|
|
1394
2383
|
{
|
|
1395
2384
|
"name": "variant",
|
|
2385
|
+
"default": "solid",
|
|
1396
2386
|
"description": "Defines the visual variant of the badge, affecting its background style, border and text.\n\n- outlined\n- solid\n- text\n- tonal",
|
|
1397
2387
|
"type": "string",
|
|
1398
2388
|
"values": [
|
|
@@ -1400,7 +2390,8 @@
|
|
|
1400
2390
|
"name": "outlined"
|
|
1401
2391
|
},
|
|
1402
2392
|
{
|
|
1403
|
-
"name": "solid"
|
|
2393
|
+
"name": "solid",
|
|
2394
|
+
"description": "(default)"
|
|
1404
2395
|
},
|
|
1405
2396
|
{
|
|
1406
2397
|
"name": "text"
|
|
@@ -1412,11 +2403,13 @@
|
|
|
1412
2403
|
},
|
|
1413
2404
|
{
|
|
1414
2405
|
"name": "type",
|
|
2406
|
+
"default": "button",
|
|
1415
2407
|
"description": "Defines the native button type.\nCan be 'button', 'submit', or 'reset'.\n\n- button\n- reset\n- submit",
|
|
1416
2408
|
"type": "string",
|
|
1417
2409
|
"values": [
|
|
1418
2410
|
{
|
|
1419
|
-
"name": "button"
|
|
2411
|
+
"name": "button",
|
|
2412
|
+
"description": "(default)"
|
|
1420
2413
|
},
|
|
1421
2414
|
{
|
|
1422
2415
|
"name": "reset"
|
|
@@ -1467,6 +2460,88 @@
|
|
|
1467
2460
|
}
|
|
1468
2461
|
]
|
|
1469
2462
|
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "rarui-icon-button",
|
|
2465
|
+
"description": "## Rarui Icon Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
|
|
2466
|
+
"attributes": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "disabled",
|
|
2469
|
+
"default": false,
|
|
2470
|
+
"description": "Disables the button, disallowing user interaction.",
|
|
2471
|
+
"type": "boolean"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "appearance",
|
|
2475
|
+
"default": "brand",
|
|
2476
|
+
"description": "Determines the visual style of the icon button, influencing its color scheme and appearance.\n\n- brand\n- danger\n- inverted\n- neutral\n- success\n- warning",
|
|
2477
|
+
"type": "string",
|
|
2478
|
+
"values": [
|
|
2479
|
+
{
|
|
2480
|
+
"name": "brand",
|
|
2481
|
+
"description": "(default)"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "danger"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "inverted"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"name": "neutral"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "success"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "warning"
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "size",
|
|
2502
|
+
"default": "medium",
|
|
2503
|
+
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small",
|
|
2504
|
+
"type": "string",
|
|
2505
|
+
"values": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "large"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"name": "medium",
|
|
2511
|
+
"description": "(default)"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "small"
|
|
2515
|
+
}
|
|
2516
|
+
]
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "variant",
|
|
2520
|
+
"description": "- ghost\n- outlined\n- solid\n- tonal",
|
|
2521
|
+
"type": "string",
|
|
2522
|
+
"values": [
|
|
2523
|
+
{
|
|
2524
|
+
"name": "ghost"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "outlined"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "solid"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"name": "tonal"
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "rounded",
|
|
2539
|
+
"default": false,
|
|
2540
|
+
"description": "Defines if the button should have rounded edges.\n\n- `true`: The button will be rendered with completely rounded edges, useful for circular -shaped icons.\n- `false` (default): The button will have standard edges or defined by the component style.",
|
|
2541
|
+
"type": "boolean"
|
|
2542
|
+
}
|
|
2543
|
+
]
|
|
2544
|
+
},
|
|
1470
2545
|
{
|
|
1471
2546
|
"name": "rarui-radio-button",
|
|
1472
2547
|
"description": "## Rarui Radio Button\n---\nRadio Button allows users to select one option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from a set of choices.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/radiobutton) for more details.",
|
|
@@ -1506,6 +2581,7 @@
|
|
|
1506
2581
|
},
|
|
1507
2582
|
{
|
|
1508
2583
|
"name": "disabled",
|
|
2584
|
+
"default": false,
|
|
1509
2585
|
"description": "Disables the radio button, disallowing user interaction.",
|
|
1510
2586
|
"type": "boolean"
|
|
1511
2587
|
}
|
|
@@ -1517,6 +2593,7 @@
|
|
|
1517
2593
|
"attributes": [
|
|
1518
2594
|
{
|
|
1519
2595
|
"name": "lines",
|
|
2596
|
+
"default": 2,
|
|
1520
2597
|
"description": "Number of lines to be rendered for the user to input text",
|
|
1521
2598
|
"type": "number"
|
|
1522
2599
|
},
|
|
@@ -1535,6 +2612,7 @@
|
|
|
1535
2612
|
},
|
|
1536
2613
|
{
|
|
1537
2614
|
"name": "disabled",
|
|
2615
|
+
"default": false,
|
|
1538
2616
|
"description": "Disables the Textarea, disallowing user interaction.",
|
|
1539
2617
|
"type": "boolean"
|
|
1540
2618
|
}
|
|
@@ -2920,6 +3998,7 @@
|
|
|
2920
3998
|
},
|
|
2921
3999
|
{
|
|
2922
4000
|
"name": "line-height",
|
|
4001
|
+
"default": "base",
|
|
2923
4002
|
"description": "The lineHeight property specifies the line height of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$body-l\",\n\"md\": \"$body-m\",\n\"lg\": \"$body-s\",\n\"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
2924
4003
|
"values": [
|
|
2925
4004
|
{
|
|
@@ -5350,6 +6429,7 @@
|
|
|
5350
6429
|
},
|
|
5351
6430
|
{
|
|
5352
6431
|
"name": "position",
|
|
6432
|
+
"default": "left",
|
|
5353
6433
|
"description": "Controls where the tab buttons are displayed. This prop accepts one of the following values: \"left\", \"center\", or \"right\".\n\n- center\n- left\n- right",
|
|
5354
6434
|
"type": "string",
|
|
5355
6435
|
"values": [
|
|
@@ -5378,6 +6458,7 @@
|
|
|
5378
6458
|
"attributes": [
|
|
5379
6459
|
{
|
|
5380
6460
|
"name": "padding",
|
|
6461
|
+
"default": "base",
|
|
5381
6462
|
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none",
|
|
5382
6463
|
"type": "string",
|
|
5383
6464
|
"values": [
|
|
@@ -5392,6 +6473,7 @@
|
|
|
5392
6473
|
},
|
|
5393
6474
|
{
|
|
5394
6475
|
"name": "background-color",
|
|
6476
|
+
"default": "$primary",
|
|
5395
6477
|
"description": "Specifies the background color of the card.\nThis prop accepts one of the following values: \"$transparent\", \"$background\", \"$primary\", or \"$secondary\"\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$background\",\n\"md\": \"$primary\",\n\"lg\": \"$secondary\",\n\"xl\": \"$transparent\"\n}\n```\n\n- $background\n- $primary\n- $secondary\n- $transparent",
|
|
5396
6478
|
"values": [
|
|
5397
6479
|
{
|