@rarui/components 1.21.0 → 1.23.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 +25 -0
- package/custom-elements.json +1393 -1056
- package/dist/index.d.ts +306 -83
- package/dist/index.js +344 -183
- package/package.json +1 -1
- package/src/types/CHANGELOG.md +22 -0
- package/src/types/README.md +73 -0
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.22.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "rarui-avatar",
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "size",
|
|
10
|
-
"
|
|
11
|
-
"description": "Specifies the size of the Avatar component.\n\n- large\n- medium\n- small\n- xLarge",
|
|
10
|
+
"description": "Specifies the size of the Avatar component.\n\n- large\n- medium\n- small\n- xLarge\n\n@default medium",
|
|
12
11
|
"type": "string",
|
|
13
12
|
"values": [
|
|
14
13
|
{
|
|
@@ -24,18 +23,17 @@
|
|
|
24
23
|
{
|
|
25
24
|
"name": "xLarge"
|
|
26
25
|
}
|
|
27
|
-
]
|
|
26
|
+
],
|
|
27
|
+
"default": "medium"
|
|
28
28
|
}
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"name": "rarui-badge",
|
|
33
|
-
"description": "## Rarui Badge\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.",
|
|
34
33
|
"attributes": [
|
|
35
34
|
{
|
|
36
35
|
"name": "appearance",
|
|
37
|
-
"
|
|
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",
|
|
36
|
+
"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\n\n@default brand",
|
|
39
37
|
"type": "string",
|
|
40
38
|
"values": [
|
|
41
39
|
{
|
|
@@ -60,12 +58,12 @@
|
|
|
60
58
|
{
|
|
61
59
|
"name": "warning"
|
|
62
60
|
}
|
|
63
|
-
]
|
|
61
|
+
],
|
|
62
|
+
"default": "brand"
|
|
64
63
|
},
|
|
65
64
|
{
|
|
66
65
|
"name": "size",
|
|
67
|
-
"
|
|
68
|
-
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- dot\n- large\n- medium\n- small",
|
|
66
|
+
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- dot\n- large\n- medium\n- small\n\n@default medium",
|
|
69
67
|
"type": "string",
|
|
70
68
|
"values": [
|
|
71
69
|
{
|
|
@@ -81,12 +79,12 @@
|
|
|
81
79
|
{
|
|
82
80
|
"name": "small"
|
|
83
81
|
}
|
|
84
|
-
]
|
|
82
|
+
],
|
|
83
|
+
"default": "medium"
|
|
85
84
|
},
|
|
86
85
|
{
|
|
87
86
|
"name": "variant",
|
|
88
|
-
"
|
|
89
|
-
"description": "Defines the visual variant of the badge, affecting its background style.\n\n- outlined\n- solid",
|
|
87
|
+
"description": "Defines the visual variant of the badge, affecting its background style.\n\n- outlined\n- solid\n\n@default solid",
|
|
90
88
|
"type": "string",
|
|
91
89
|
"values": [
|
|
92
90
|
{
|
|
@@ -96,18 +94,17 @@
|
|
|
96
94
|
"name": "solid",
|
|
97
95
|
"description": "(default)"
|
|
98
96
|
}
|
|
99
|
-
]
|
|
97
|
+
],
|
|
98
|
+
"default": "solid"
|
|
100
99
|
}
|
|
101
100
|
]
|
|
102
101
|
},
|
|
103
102
|
{
|
|
104
103
|
"name": "rarui-divider",
|
|
105
|
-
"description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/divider) for more details.",
|
|
106
104
|
"attributes": [
|
|
107
105
|
{
|
|
108
106
|
"name": "direction",
|
|
109
|
-
"
|
|
110
|
-
"description": "The direction of the Divider.\n\n- horizontal\n- vertical",
|
|
107
|
+
"description": "The direction of the Divider.\n\n- horizontal\n- vertical\n\n@default horizontal",
|
|
111
108
|
"type": "string",
|
|
112
109
|
"values": [
|
|
113
110
|
{
|
|
@@ -117,18 +114,18 @@
|
|
|
117
114
|
{
|
|
118
115
|
"name": "vertical"
|
|
119
116
|
}
|
|
120
|
-
]
|
|
117
|
+
],
|
|
118
|
+
"default": "horizontal"
|
|
121
119
|
},
|
|
122
120
|
{
|
|
123
121
|
"name": "size",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
122
|
+
"description": "The **`size`** CSS property sets an element's area.\n\n@default 100%",
|
|
123
|
+
"values": [],
|
|
124
|
+
"default": "100%"
|
|
127
125
|
},
|
|
128
126
|
{
|
|
129
127
|
"name": "type",
|
|
130
|
-
"
|
|
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\n Or an object like:\n \n ```\n{\n \"xs\": \"$dashed\",\n \"md\": \"$solid\",\n \"lg\": \"$dashed\",\n \"xl\": \"$solid\"\n}\n```\n\n- $dashed\n- $solid",
|
|
128
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"$dashed\",\n \"md\": \"$solid\",\n \"lg\": \"$dashed\",\n \"xl\": \"$solid\"\n}\n```\n\n- $dashed\n- $solid\n\n@default solid",
|
|
132
129
|
"values": [
|
|
133
130
|
{
|
|
134
131
|
"name": "$dashed"
|
|
@@ -136,12 +133,12 @@
|
|
|
136
133
|
{
|
|
137
134
|
"name": "$solid"
|
|
138
135
|
}
|
|
139
|
-
]
|
|
136
|
+
],
|
|
137
|
+
"default": "solid"
|
|
140
138
|
},
|
|
141
139
|
{
|
|
142
140
|
"name": "thickness",
|
|
143
|
-
"
|
|
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\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$1\",\n \"xl\": \"$2\"\n}\n```\n\n- $1\n- $2",
|
|
141
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$1\",\n \"xl\": \"$2\"\n}\n```\n\n- $1\n- $2\n\n@default $1",
|
|
145
142
|
"values": [
|
|
146
143
|
{
|
|
147
144
|
"name": "$1",
|
|
@@ -150,12 +147,12 @@
|
|
|
150
147
|
{
|
|
151
148
|
"name": "$2"
|
|
152
149
|
}
|
|
153
|
-
]
|
|
150
|
+
],
|
|
151
|
+
"default": "$1"
|
|
154
152
|
},
|
|
155
153
|
{
|
|
156
154
|
"name": "color",
|
|
157
|
-
"
|
|
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\n Or an object like:\n \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",
|
|
155
|
+
"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\n Or an object like:\n \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\n\n@default $divider",
|
|
159
156
|
"values": [
|
|
160
157
|
{
|
|
161
158
|
"name": "$brand"
|
|
@@ -200,7 +197,8 @@
|
|
|
200
197
|
{
|
|
201
198
|
"name": "$warning"
|
|
202
199
|
}
|
|
203
|
-
]
|
|
200
|
+
],
|
|
201
|
+
"default": "$divider"
|
|
204
202
|
}
|
|
205
203
|
]
|
|
206
204
|
},
|
|
@@ -1338,8 +1336,7 @@
|
|
|
1338
1336
|
},
|
|
1339
1337
|
{
|
|
1340
1338
|
"name": "size",
|
|
1341
|
-
"
|
|
1342
|
-
"description": "Icon size, can be 'small' |'medium' |'large' or a number.\n\n- large\n- medium\n- small",
|
|
1339
|
+
"description": "Icon size, can be 'small' |'medium' |'large' or a number.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
1343
1340
|
"values": [
|
|
1344
1341
|
{
|
|
1345
1342
|
"name": "large"
|
|
@@ -1351,13 +1348,13 @@
|
|
|
1351
1348
|
{
|
|
1352
1349
|
"name": "small"
|
|
1353
1350
|
}
|
|
1354
|
-
]
|
|
1351
|
+
],
|
|
1352
|
+
"default": "medium"
|
|
1355
1353
|
}
|
|
1356
1354
|
]
|
|
1357
1355
|
},
|
|
1358
1356
|
{
|
|
1359
1357
|
"name": "rarui-label",
|
|
1360
|
-
"description": "## Rarui Label\n---\nThe label component allows us to name elements within a form.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/label) for more details.",
|
|
1361
1358
|
"attributes": [
|
|
1362
1359
|
{
|
|
1363
1360
|
"name": "html-for",
|
|
@@ -1366,9 +1363,9 @@
|
|
|
1366
1363
|
},
|
|
1367
1364
|
{
|
|
1368
1365
|
"name": "hidden",
|
|
1369
|
-
"default": false,
|
|
1370
1366
|
"description": "Specifies whether the label is hidden or not",
|
|
1371
|
-
"type": "boolean"
|
|
1367
|
+
"type": "boolean",
|
|
1368
|
+
"default": false
|
|
1372
1369
|
}
|
|
1373
1370
|
]
|
|
1374
1371
|
},
|
|
@@ -1378,8 +1375,7 @@
|
|
|
1378
1375
|
"attributes": [
|
|
1379
1376
|
{
|
|
1380
1377
|
"name": "direction",
|
|
1381
|
-
"
|
|
1382
|
-
"description": "Specifies the direction of the stepper. This prop accepts one of the following values: vertical or horizontal.\n\n- horizontal\n- vertical",
|
|
1378
|
+
"description": "Specifies the direction of the stepper. This prop accepts one of the following values: vertical or horizontal.\n\n- horizontal\n- vertical\n\n@default horizontal",
|
|
1383
1379
|
"type": "string",
|
|
1384
1380
|
"values": [
|
|
1385
1381
|
{
|
|
@@ -1389,13 +1385,13 @@
|
|
|
1389
1385
|
{
|
|
1390
1386
|
"name": "vertical"
|
|
1391
1387
|
}
|
|
1392
|
-
]
|
|
1388
|
+
],
|
|
1389
|
+
"default": "horizontal"
|
|
1393
1390
|
}
|
|
1394
1391
|
]
|
|
1395
1392
|
},
|
|
1396
1393
|
{
|
|
1397
1394
|
"name": "rarui-stepper-step",
|
|
1398
|
-
"description": "## Rarui Stepper Step\n---\nStepper transmit progress through steps.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/stepper) for more details.",
|
|
1399
1395
|
"attributes": [
|
|
1400
1396
|
{
|
|
1401
1397
|
"name": "title",
|
|
@@ -1409,22 +1405,41 @@
|
|
|
1409
1405
|
},
|
|
1410
1406
|
{
|
|
1411
1407
|
"name": "active",
|
|
1412
|
-
"default": false,
|
|
1413
1408
|
"description": "Indicates whether the step is currently active. An active step is typically highlighted to show that it is the current step.",
|
|
1414
|
-
"type": "boolean"
|
|
1409
|
+
"type": "boolean",
|
|
1410
|
+
"default": false
|
|
1415
1411
|
},
|
|
1416
1412
|
{
|
|
1417
1413
|
"name": "done",
|
|
1418
|
-
"default": false,
|
|
1419
1414
|
"description": "Indicates whether the step has been completed. A completed step is usually marked with a checkmark or other indicator.",
|
|
1420
|
-
"type": "boolean"
|
|
1415
|
+
"type": "boolean",
|
|
1416
|
+
"default": false
|
|
1421
1417
|
}
|
|
1422
1418
|
]
|
|
1423
1419
|
},
|
|
1424
1420
|
{
|
|
1425
1421
|
"name": "rarui-text",
|
|
1426
|
-
"description": "## Rarui Text\n---\nText is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.",
|
|
1427
1422
|
"attributes": [
|
|
1423
|
+
{
|
|
1424
|
+
"name": "as",
|
|
1425
|
+
"description": "Type of html tag to create for the Text component.\n\n- p\n- span\n\n@default p",
|
|
1426
|
+
"type": "string",
|
|
1427
|
+
"values": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "p",
|
|
1430
|
+
"description": "(default)"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "span"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"default": "p"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "line-clamp",
|
|
1440
|
+
"description": "The -webkit-line-clamp CSS property allows limiting of the contents of a block to the specified number of lines.",
|
|
1441
|
+
"type": "number"
|
|
1442
|
+
},
|
|
1428
1443
|
{
|
|
1429
1444
|
"name": "color",
|
|
1430
1445
|
"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 `\"$brand\"`.\n\n Or an object like:\n \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",
|
|
@@ -1490,8 +1505,7 @@
|
|
|
1490
1505
|
},
|
|
1491
1506
|
{
|
|
1492
1507
|
"name": "font-weight",
|
|
1493
|
-
"
|
|
1494
|
-
"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\n Or an object like:\n \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",
|
|
1508
|
+
"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\n Or an object like:\n \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\n\n@default $regular",
|
|
1495
1509
|
"values": [
|
|
1496
1510
|
{
|
|
1497
1511
|
"name": "$bold"
|
|
@@ -1506,11 +1520,12 @@
|
|
|
1506
1520
|
{
|
|
1507
1521
|
"name": "$semiBold"
|
|
1508
1522
|
}
|
|
1509
|
-
]
|
|
1523
|
+
],
|
|
1524
|
+
"default": "$regular"
|
|
1510
1525
|
},
|
|
1511
1526
|
{
|
|
1512
|
-
"name": "
|
|
1513
|
-
"description": "The
|
|
1527
|
+
"name": "font-size",
|
|
1528
|
+
"description": "The fontSize property sets the size of the text.\n\nThis property supports responsive values. You can pass a single value like `\"$l\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$l\",\n \"md\": \"$m\",\n \"lg\": \"$s\",\n \"xl\": \"$xl\"\n}\n```\n\n- $l\n- $m\n- $s\n- $xl\n- $xs\n- $xxs",
|
|
1514
1529
|
"values": [
|
|
1515
1530
|
{
|
|
1516
1531
|
"name": "$l"
|
|
@@ -1533,8 +1548,8 @@
|
|
|
1533
1548
|
]
|
|
1534
1549
|
},
|
|
1535
1550
|
{
|
|
1536
|
-
"name": "
|
|
1537
|
-
"description": "The
|
|
1551
|
+
"name": "line-height",
|
|
1552
|
+
"description": "The lineHeight property specifies the line height of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$l\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$l\",\n \"md\": \"$m\",\n \"lg\": \"$s\",\n \"xl\": \"$xl\"\n}\n```\n\n- $l\n- $m\n- $s\n- $xl\n- $xs\n- $xxs",
|
|
1538
1553
|
"values": [
|
|
1539
1554
|
{
|
|
1540
1555
|
"name": "$l"
|
|
@@ -1584,20 +1599,14 @@
|
|
|
1584
1599
|
]
|
|
1585
1600
|
},
|
|
1586
1601
|
{
|
|
1587
|
-
"name": "
|
|
1588
|
-
"description": "The **`
|
|
1602
|
+
"name": "text-overflow",
|
|
1603
|
+
"description": "The **`text-overflow`** CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('`…`'), or display a custom string.\n\n\n**Initial value**: `clip`\n\nThis property supports responsive values. You can pass a single value like `\"clip\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"clip\",\n \"md\": \"ellipsis\",\n \"lg\": \"clip\",\n \"xl\": \"ellipsis\"\n}\n```\n\n- clip\n- ellipsis",
|
|
1589
1604
|
"values": [
|
|
1590
1605
|
{
|
|
1591
|
-
"name": "
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"name": "break-word"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"name": "keep-all"
|
|
1606
|
+
"name": "clip"
|
|
1598
1607
|
},
|
|
1599
1608
|
{
|
|
1600
|
-
"name": "
|
|
1609
|
+
"name": "ellipsis"
|
|
1601
1610
|
}
|
|
1602
1611
|
]
|
|
1603
1612
|
},
|
|
@@ -1626,62 +1635,26 @@
|
|
|
1626
1635
|
]
|
|
1627
1636
|
},
|
|
1628
1637
|
{
|
|
1629
|
-
"name": "
|
|
1630
|
-
"description": "The **`
|
|
1638
|
+
"name": "white-space",
|
|
1639
|
+
"description": "The **`white-space`** CSS property sets how white space inside an element is handled.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-spaces\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"break-spaces\",\n \"md\": \"normal\",\n \"lg\": \"nowrap\",\n \"xl\": \"pre\"\n}\n```\n\n- break-spaces\n- normal\n- nowrap\n- pre\n- pre-line\n- pre-wrap",
|
|
1631
1640
|
"values": [
|
|
1632
1641
|
{
|
|
1633
|
-
"name": "
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "blink"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "dashed"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"name": "dotted"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "double"
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "from-font"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"name": "grammar-error"
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "line-through"
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "none"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "overline"
|
|
1642
|
+
"name": "break-spaces"
|
|
1661
1643
|
},
|
|
1662
1644
|
{
|
|
1663
|
-
"name": "
|
|
1645
|
+
"name": "normal"
|
|
1664
1646
|
},
|
|
1665
1647
|
{
|
|
1666
|
-
"name": "
|
|
1648
|
+
"name": "nowrap"
|
|
1667
1649
|
},
|
|
1668
1650
|
{
|
|
1669
|
-
"name": "
|
|
1651
|
+
"name": "pre"
|
|
1670
1652
|
},
|
|
1671
1653
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
}
|
|
1674
|
-
]
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "text-overflow",
|
|
1678
|
-
"description": "The **`text-overflow`** CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('`…`'), or display a custom string.\n\n\n**Initial value**: `clip`\n\nThis property supports responsive values. You can pass a single value like `\"clip\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"clip\",\n \"md\": \"ellipsis\",\n \"lg\": \"clip\",\n \"xl\": \"ellipsis\"\n}\n```\n\n- clip\n- ellipsis",
|
|
1679
|
-
"values": [
|
|
1680
|
-
{
|
|
1681
|
-
"name": "clip"
|
|
1654
|
+
"name": "pre-line"
|
|
1682
1655
|
},
|
|
1683
1656
|
{
|
|
1684
|
-
"name": "
|
|
1657
|
+
"name": "pre-wrap"
|
|
1685
1658
|
}
|
|
1686
1659
|
]
|
|
1687
1660
|
},
|
|
@@ -1712,6 +1685,24 @@
|
|
|
1712
1685
|
}
|
|
1713
1686
|
]
|
|
1714
1687
|
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "word-break",
|
|
1690
|
+
"description": "The **`word-break`** CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"break-all\",\n \"md\": \"break-word\",\n \"lg\": \"keep-all\",\n \"xl\": \"normal\"\n}\n```\n\n- break-all\n- break-word\n- keep-all\n- normal",
|
|
1691
|
+
"values": [
|
|
1692
|
+
{
|
|
1693
|
+
"name": "break-all"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "break-word"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "keep-all"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "normal"
|
|
1703
|
+
}
|
|
1704
|
+
]
|
|
1705
|
+
},
|
|
1715
1706
|
{
|
|
1716
1707
|
"name": "overflow",
|
|
1717
1708
|
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
@@ -1734,44 +1725,61 @@
|
|
|
1734
1725
|
]
|
|
1735
1726
|
},
|
|
1736
1727
|
{
|
|
1737
|
-
"name": "
|
|
1738
|
-
"description": "The **`
|
|
1728
|
+
"name": "text-decoration",
|
|
1729
|
+
"description": "The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"blink\",\n \"lg\": \"dashed\",\n \"xl\": \"dotted\"\n}\n```\n\n- auto\n- blink\n- dashed\n- dotted\n- double\n- from-font\n- grammar-error\n- line-through\n- none\n- overline\n- solid\n- spelling-error\n- underline\n- wavy",
|
|
1739
1730
|
"values": [
|
|
1740
1731
|
{
|
|
1741
|
-
"name": "
|
|
1732
|
+
"name": "auto"
|
|
1742
1733
|
},
|
|
1743
1734
|
{
|
|
1744
|
-
"name": "
|
|
1735
|
+
"name": "blink"
|
|
1745
1736
|
},
|
|
1746
1737
|
{
|
|
1747
|
-
"name": "
|
|
1738
|
+
"name": "dashed"
|
|
1748
1739
|
},
|
|
1749
1740
|
{
|
|
1750
|
-
"name": "
|
|
1741
|
+
"name": "dotted"
|
|
1751
1742
|
},
|
|
1752
1743
|
{
|
|
1753
|
-
"name": "
|
|
1744
|
+
"name": "double"
|
|
1754
1745
|
},
|
|
1755
1746
|
{
|
|
1756
|
-
"name": "
|
|
1747
|
+
"name": "from-font"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "grammar-error"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "line-through"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "none"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "overline"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "solid"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "spelling-error"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "underline"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "wavy"
|
|
1757
1772
|
}
|
|
1758
1773
|
]
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "line-clamp",
|
|
1762
|
-
"description": "The -webkit-line-clamp CSS property allows limiting of the contents of a block to the specified number of lines.",
|
|
1763
|
-
"type": "number"
|
|
1764
1774
|
}
|
|
1765
1775
|
]
|
|
1766
1776
|
},
|
|
1767
1777
|
{
|
|
1768
1778
|
"name": "rarui-title",
|
|
1769
|
-
"description": "## Rarui Title\n---\nTilte is a basic component that allows you to give titles and more hierarchy to blocks of text for sections or header components.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/typography) for more details.",
|
|
1770
1779
|
"attributes": [
|
|
1771
1780
|
{
|
|
1772
1781
|
"name": "as",
|
|
1773
|
-
"
|
|
1774
|
-
"description": "Type of html tag to create for the title.\n\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6",
|
|
1782
|
+
"description": "Type of html tag to create for the title.\n\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6\n\n@default h1",
|
|
1775
1783
|
"type": "string",
|
|
1776
1784
|
"values": [
|
|
1777
1785
|
{
|
|
@@ -1793,7 +1801,8 @@
|
|
|
1793
1801
|
{
|
|
1794
1802
|
"name": "h6"
|
|
1795
1803
|
}
|
|
1796
|
-
]
|
|
1804
|
+
],
|
|
1805
|
+
"default": "h1"
|
|
1797
1806
|
},
|
|
1798
1807
|
{
|
|
1799
1808
|
"name": "color",
|
|
@@ -1860,8 +1869,7 @@
|
|
|
1860
1869
|
},
|
|
1861
1870
|
{
|
|
1862
1871
|
"name": "font-weight",
|
|
1863
|
-
"
|
|
1864
|
-
"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\n Or an object like:\n \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",
|
|
1872
|
+
"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\n Or an object like:\n \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\n\n@default $regular",
|
|
1865
1873
|
"values": [
|
|
1866
1874
|
{
|
|
1867
1875
|
"name": "$bold"
|
|
@@ -1876,7 +1884,8 @@
|
|
|
1876
1884
|
{
|
|
1877
1885
|
"name": "$semiBold"
|
|
1878
1886
|
}
|
|
1879
|
-
]
|
|
1887
|
+
],
|
|
1888
|
+
"default": "$regular"
|
|
1880
1889
|
},
|
|
1881
1890
|
{
|
|
1882
1891
|
"name": "font-size",
|
|
@@ -2031,16 +2040,9 @@
|
|
|
2031
2040
|
"name": "rarui-tooltip",
|
|
2032
2041
|
"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-web-components/exhibition/tooltip) for more details.",
|
|
2033
2042
|
"attributes": [
|
|
2034
|
-
{
|
|
2035
|
-
"name": "inverted",
|
|
2036
|
-
"default": false,
|
|
2037
|
-
"description": "Specifies whether the color scheme should be inverted",
|
|
2038
|
-
"type": "boolean"
|
|
2039
|
-
},
|
|
2040
2043
|
{
|
|
2041
2044
|
"name": "padding",
|
|
2042
|
-
"
|
|
2043
|
-
"description": "Specifies the padding for the tooltip\n\n- base\n- none",
|
|
2045
|
+
"description": "Specifies the padding for the tooltip\n\n- base\n- none\n\n@default base",
|
|
2044
2046
|
"type": "string",
|
|
2045
2047
|
"values": [
|
|
2046
2048
|
{
|
|
@@ -2050,48 +2052,54 @@
|
|
|
2050
2052
|
{
|
|
2051
2053
|
"name": "none"
|
|
2052
2054
|
}
|
|
2053
|
-
]
|
|
2055
|
+
],
|
|
2056
|
+
"default": "base"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "offset",
|
|
2060
|
+
"description": "Offest displaces the floating element from its core placement along the specified axes.\n\n@default 10",
|
|
2061
|
+
"type": "number",
|
|
2062
|
+
"default": 10
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "inverted",
|
|
2066
|
+
"description": "Specifies whether the color scheme should be inverted",
|
|
2067
|
+
"type": "boolean",
|
|
2068
|
+
"default": false
|
|
2054
2069
|
},
|
|
2055
2070
|
{
|
|
2056
2071
|
"name": "arrow",
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2059
|
-
"
|
|
2072
|
+
"description": "Conditional for displaying the popover arrow.\n\n@default true",
|
|
2073
|
+
"type": "boolean",
|
|
2074
|
+
"default": true
|
|
2060
2075
|
},
|
|
2061
2076
|
{
|
|
2062
2077
|
"name": "match-reference-width",
|
|
2063
|
-
"default": false,
|
|
2064
2078
|
"description": "A common feature of select dropdowns is that the dropdown matches the width of the reference regardless of its contents.",
|
|
2065
|
-
"type": "boolean"
|
|
2079
|
+
"type": "boolean",
|
|
2080
|
+
"default": false
|
|
2066
2081
|
},
|
|
2067
2082
|
{
|
|
2068
2083
|
"name": "enabled-hover",
|
|
2069
|
-
"default": false,
|
|
2070
2084
|
"description": "Adds hover event listeners that change the open state, like CSS :hover.",
|
|
2071
|
-
"type": "boolean"
|
|
2085
|
+
"type": "boolean",
|
|
2086
|
+
"default": false
|
|
2072
2087
|
},
|
|
2073
2088
|
{
|
|
2074
2089
|
"name": "enabled-click",
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2090
|
+
"description": "Adds click event listeners that change the open state.\n\n@default true",
|
|
2091
|
+
"type": "boolean",
|
|
2092
|
+
"default": true
|
|
2078
2093
|
},
|
|
2079
2094
|
{
|
|
2080
2095
|
"name": "enabled-dismiss",
|
|
2081
|
-
"
|
|
2082
|
-
"
|
|
2083
|
-
"
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "offset",
|
|
2087
|
-
"default": 10,
|
|
2088
|
-
"description": "Offest displaces the floating element from its core placement along the specified axes.",
|
|
2089
|
-
"type": "number"
|
|
2096
|
+
"description": "Adds listeners that dismiss (close) the floating element.\n\n@default true",
|
|
2097
|
+
"type": "boolean",
|
|
2098
|
+
"default": true
|
|
2090
2099
|
},
|
|
2091
2100
|
{
|
|
2092
2101
|
"name": "position",
|
|
2093
|
-
"
|
|
2094
|
-
"description": "Position of the tooltip.\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",
|
|
2102
|
+
"description": "Position of the tooltip.\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\n\n@default bottom",
|
|
2095
2103
|
"type": "string",
|
|
2096
2104
|
"values": [
|
|
2097
2105
|
{
|
|
@@ -2131,12 +2139,12 @@
|
|
|
2131
2139
|
{
|
|
2132
2140
|
"name": "top-start"
|
|
2133
2141
|
}
|
|
2134
|
-
]
|
|
2142
|
+
],
|
|
2143
|
+
"default": "bottom"
|
|
2135
2144
|
},
|
|
2136
2145
|
{
|
|
2137
2146
|
"name": "strategy",
|
|
2138
|
-
"
|
|
2139
|
-
"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",
|
|
2147
|
+
"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\n\n@default fixed",
|
|
2140
2148
|
"type": "string",
|
|
2141
2149
|
"values": [
|
|
2142
2150
|
{
|
|
@@ -2146,23 +2154,22 @@
|
|
|
2146
2154
|
"name": "fixed",
|
|
2147
2155
|
"description": "(default)"
|
|
2148
2156
|
}
|
|
2149
|
-
]
|
|
2157
|
+
],
|
|
2158
|
+
"default": "fixed"
|
|
2150
2159
|
}
|
|
2151
2160
|
]
|
|
2152
2161
|
},
|
|
2153
2162
|
{
|
|
2154
2163
|
"name": "rarui-progress",
|
|
2155
|
-
"description": "## Rarui Progress\n---\nThe Badge components are only used to transmit dynamic information, such as a connection or status.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/badge) for more details.",
|
|
2156
2164
|
"attributes": [
|
|
2157
2165
|
{
|
|
2158
2166
|
"name": "percentage",
|
|
2159
|
-
"description": "The progress percentage, represented as a number between 0 and 100.\nThis indicates the completion level of the process
|
|
2167
|
+
"description": "The progress percentage, represented as a number between 0 and 100.\nThis indicates the completion level of the process.\n\n(Required)",
|
|
2160
2168
|
"type": "number"
|
|
2161
2169
|
},
|
|
2162
2170
|
{
|
|
2163
2171
|
"name": "color",
|
|
2164
|
-
"
|
|
2165
|
-
"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",
|
|
2172
|
+
"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\n\n@default $info",
|
|
2166
2173
|
"type": "string",
|
|
2167
2174
|
"values": [
|
|
2168
2175
|
{
|
|
@@ -2175,23 +2182,22 @@
|
|
|
2175
2182
|
{
|
|
2176
2183
|
"name": "$success"
|
|
2177
2184
|
}
|
|
2178
|
-
]
|
|
2185
|
+
],
|
|
2186
|
+
"default": "$info"
|
|
2179
2187
|
}
|
|
2180
2188
|
]
|
|
2181
2189
|
},
|
|
2182
2190
|
{
|
|
2183
2191
|
"name": "rarui-progress-circle",
|
|
2184
|
-
"description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
|
|
2185
2192
|
"attributes": [
|
|
2186
2193
|
{
|
|
2187
2194
|
"name": "percentage",
|
|
2188
|
-
"description": "The progress percentage, represented as a number between 0 and 100.\nThis indicates the completion level of the process
|
|
2195
|
+
"description": "The progress percentage, represented as a number between 0 and 100.\nThis indicates the completion level of the process.\n\n(Required)",
|
|
2189
2196
|
"type": "number"
|
|
2190
2197
|
},
|
|
2191
2198
|
{
|
|
2192
2199
|
"name": "color",
|
|
2193
|
-
"
|
|
2194
|
-
"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",
|
|
2200
|
+
"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\n\n@default $info",
|
|
2195
2201
|
"type": "string",
|
|
2196
2202
|
"values": [
|
|
2197
2203
|
{
|
|
@@ -2204,12 +2210,12 @@
|
|
|
2204
2210
|
{
|
|
2205
2211
|
"name": "$success"
|
|
2206
2212
|
}
|
|
2207
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"default": "$info"
|
|
2208
2215
|
},
|
|
2209
2216
|
{
|
|
2210
2217
|
"name": "size",
|
|
2211
|
-
"
|
|
2212
|
-
"description": "Specifies the size of the progress indicator.\nThis prop accepts one of the following values: \"large\" or \"small\".\n\n- large\n- small",
|
|
2218
|
+
"description": "Specifies the size of the progress indicator.\nThis prop accepts one of the following values: \"large\" or \"small\".\n\n- large\n- small\n\n@default large",
|
|
2213
2219
|
"type": "string",
|
|
2214
2220
|
"values": [
|
|
2215
2221
|
{
|
|
@@ -2219,13 +2225,13 @@
|
|
|
2219
2225
|
{
|
|
2220
2226
|
"name": "small"
|
|
2221
2227
|
}
|
|
2222
|
-
]
|
|
2228
|
+
],
|
|
2229
|
+
"default": "large"
|
|
2223
2230
|
}
|
|
2224
2231
|
]
|
|
2225
2232
|
},
|
|
2226
2233
|
{
|
|
2227
2234
|
"name": "rarui-skeleton",
|
|
2228
|
-
"description": "## Rarui Divider\n---\nA Divider is a thin line used to separate or group content in lists and layouts.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/divider) for more details.",
|
|
2229
2235
|
"attributes": [
|
|
2230
2236
|
{
|
|
2231
2237
|
"name": "data-testid",
|
|
@@ -2238,8 +2244,8 @@
|
|
|
2238
2244
|
"values": []
|
|
2239
2245
|
},
|
|
2240
2246
|
{
|
|
2241
|
-
"name": "
|
|
2242
|
-
"description": "The **`
|
|
2247
|
+
"name": "height",
|
|
2248
|
+
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- auto\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
2243
2249
|
"values": [
|
|
2244
2250
|
{
|
|
2245
2251
|
"name": "auto"
|
|
@@ -2247,32 +2253,26 @@
|
|
|
2247
2253
|
{
|
|
2248
2254
|
"name": "fit-content"
|
|
2249
2255
|
},
|
|
2250
|
-
{
|
|
2251
|
-
"name": "intrinsic"
|
|
2252
|
-
},
|
|
2253
2256
|
{
|
|
2254
2257
|
"name": "max-content"
|
|
2255
2258
|
},
|
|
2256
2259
|
{
|
|
2257
2260
|
"name": "min-content"
|
|
2258
2261
|
},
|
|
2259
|
-
{
|
|
2260
|
-
"name": "min-intrinsic"
|
|
2261
|
-
},
|
|
2262
2262
|
{
|
|
2263
2263
|
"name": "stretch"
|
|
2264
2264
|
}
|
|
2265
2265
|
]
|
|
2266
2266
|
},
|
|
2267
2267
|
{
|
|
2268
|
-
"name": "height",
|
|
2269
|
-
"description": "The **`height`** CSS property
|
|
2268
|
+
"name": "max-height",
|
|
2269
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
2270
2270
|
"values": [
|
|
2271
2271
|
{
|
|
2272
|
-
"name": "
|
|
2272
|
+
"name": "fit-content"
|
|
2273
2273
|
},
|
|
2274
2274
|
{
|
|
2275
|
-
"name": "
|
|
2275
|
+
"name": "intrinsic"
|
|
2276
2276
|
},
|
|
2277
2277
|
{
|
|
2278
2278
|
"name": "max-content"
|
|
@@ -2280,6 +2280,9 @@
|
|
|
2280
2280
|
{
|
|
2281
2281
|
"name": "min-content"
|
|
2282
2282
|
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "none"
|
|
2285
|
+
},
|
|
2283
2286
|
{
|
|
2284
2287
|
"name": "stretch"
|
|
2285
2288
|
}
|
|
@@ -2310,9 +2313,12 @@
|
|
|
2310
2313
|
]
|
|
2311
2314
|
},
|
|
2312
2315
|
{
|
|
2313
|
-
"name": "
|
|
2314
|
-
"description": "The **`
|
|
2316
|
+
"name": "min-height",
|
|
2317
|
+
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
2315
2318
|
"values": [
|
|
2319
|
+
{
|
|
2320
|
+
"name": "auto"
|
|
2321
|
+
},
|
|
2316
2322
|
{
|
|
2317
2323
|
"name": "fit-content"
|
|
2318
2324
|
},
|
|
@@ -2325,9 +2331,6 @@
|
|
|
2325
2331
|
{
|
|
2326
2332
|
"name": "min-content"
|
|
2327
2333
|
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "none"
|
|
2330
|
-
},
|
|
2331
2334
|
{
|
|
2332
2335
|
"name": "stretch"
|
|
2333
2336
|
}
|
|
@@ -2361,8 +2364,8 @@
|
|
|
2361
2364
|
]
|
|
2362
2365
|
},
|
|
2363
2366
|
{
|
|
2364
|
-
"name": "
|
|
2365
|
-
"description": "The **`
|
|
2367
|
+
"name": "width",
|
|
2368
|
+
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
2366
2369
|
"values": [
|
|
2367
2370
|
{
|
|
2368
2371
|
"name": "auto"
|
|
@@ -2379,6 +2382,9 @@
|
|
|
2379
2382
|
{
|
|
2380
2383
|
"name": "min-content"
|
|
2381
2384
|
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "min-intrinsic"
|
|
2387
|
+
},
|
|
2382
2388
|
{
|
|
2383
2389
|
"name": "stretch"
|
|
2384
2390
|
}
|
|
@@ -2388,24 +2394,22 @@
|
|
|
2388
2394
|
},
|
|
2389
2395
|
{
|
|
2390
2396
|
"name": "rarui-status",
|
|
2391
|
-
"description": "## Rarui Status\n---\nVisual indicator that shows the current status or situation of an item or process.\nUseful for providing fast and understandable feedback to users.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/exhibition/status) for more details.",
|
|
2392
2397
|
"attributes": [
|
|
2393
2398
|
{
|
|
2394
2399
|
"name": "dot",
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2397
|
-
"
|
|
2400
|
+
"description": "Specifies whether to display a dot indicator alongside the status text. When true, a dot is shown to visually represent the status.\n\n@default true",
|
|
2401
|
+
"type": "boolean",
|
|
2402
|
+
"default": true
|
|
2398
2403
|
},
|
|
2399
2404
|
{
|
|
2400
2405
|
"name": "full",
|
|
2401
|
-
"default": false,
|
|
2402
2406
|
"description": "Specifies whether the status should take up the full width of its container.\nThis variant is useful when you want to make a status span the entire width of its parent container.",
|
|
2403
|
-
"type": "boolean"
|
|
2407
|
+
"type": "boolean",
|
|
2408
|
+
"default": false
|
|
2404
2409
|
},
|
|
2405
2410
|
{
|
|
2406
2411
|
"name": "appearance",
|
|
2407
|
-
"
|
|
2408
|
-
"description": "Determines the visual style of the status, influencing its color scheme.\n\n- danger\n- info\n- inverted\n- neutral\n- success\n- warning",
|
|
2412
|
+
"description": "Determines the visual style of the status, influencing its color scheme.\n\n- danger\n- info\n- inverted\n- neutral\n- success\n- warning\n\n@default success",
|
|
2409
2413
|
"type": "string",
|
|
2410
2414
|
"values": [
|
|
2411
2415
|
{
|
|
@@ -2427,12 +2431,12 @@
|
|
|
2427
2431
|
{
|
|
2428
2432
|
"name": "warning"
|
|
2429
2433
|
}
|
|
2430
|
-
]
|
|
2434
|
+
],
|
|
2435
|
+
"default": "success"
|
|
2431
2436
|
},
|
|
2432
2437
|
{
|
|
2433
2438
|
"name": "size",
|
|
2434
|
-
"
|
|
2435
|
-
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- normal\n- small",
|
|
2439
|
+
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- normal\n- small\n\n@default normal",
|
|
2436
2440
|
"type": "string",
|
|
2437
2441
|
"values": [
|
|
2438
2442
|
{
|
|
@@ -2442,12 +2446,12 @@
|
|
|
2442
2446
|
{
|
|
2443
2447
|
"name": "small"
|
|
2444
2448
|
}
|
|
2445
|
-
]
|
|
2449
|
+
],
|
|
2450
|
+
"default": "normal"
|
|
2446
2451
|
},
|
|
2447
2452
|
{
|
|
2448
2453
|
"name": "variant",
|
|
2449
|
-
"
|
|
2450
|
-
"description": "Specifies the variant of the status\n\n- solid\n- subdued\n- text",
|
|
2454
|
+
"description": "Specifies the variant of the status\n\n- solid\n- subdued\n- text\n\n@default solid",
|
|
2451
2455
|
"type": "string",
|
|
2452
2456
|
"values": [
|
|
2453
2457
|
{
|
|
@@ -2460,7 +2464,8 @@
|
|
|
2460
2464
|
{
|
|
2461
2465
|
"name": "text"
|
|
2462
2466
|
}
|
|
2463
|
-
]
|
|
2467
|
+
],
|
|
2468
|
+
"default": "solid"
|
|
2464
2469
|
}
|
|
2465
2470
|
]
|
|
2466
2471
|
},
|
|
@@ -2470,9 +2475,9 @@
|
|
|
2470
2475
|
"attributes": [
|
|
2471
2476
|
{
|
|
2472
2477
|
"name": "disabled",
|
|
2473
|
-
"default": false,
|
|
2474
2478
|
"description": "Disables the button, disallowing user interaction.",
|
|
2475
|
-
"type": "boolean"
|
|
2479
|
+
"type": "boolean",
|
|
2480
|
+
"default": false
|
|
2476
2481
|
},
|
|
2477
2482
|
{
|
|
2478
2483
|
"name": "full",
|
|
@@ -2481,8 +2486,7 @@
|
|
|
2481
2486
|
},
|
|
2482
2487
|
{
|
|
2483
2488
|
"name": "appearance",
|
|
2484
|
-
"
|
|
2485
|
-
"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",
|
|
2489
|
+
"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\n\n@default brand",
|
|
2486
2490
|
"type": "string",
|
|
2487
2491
|
"values": [
|
|
2488
2492
|
{
|
|
@@ -2504,12 +2508,12 @@
|
|
|
2504
2508
|
{
|
|
2505
2509
|
"name": "warning"
|
|
2506
2510
|
}
|
|
2507
|
-
]
|
|
2511
|
+
],
|
|
2512
|
+
"default": "brand"
|
|
2508
2513
|
},
|
|
2509
2514
|
{
|
|
2510
2515
|
"name": "size",
|
|
2511
|
-
"
|
|
2512
|
-
"description": "Defines the size of the button component.\n\n- large\n- medium\n- small",
|
|
2516
|
+
"description": "Defines the size of the button component.\n\n- large\n- medium\n- small\n\n@default large",
|
|
2513
2517
|
"type": "string",
|
|
2514
2518
|
"values": [
|
|
2515
2519
|
{
|
|
@@ -2522,12 +2526,12 @@
|
|
|
2522
2526
|
{
|
|
2523
2527
|
"name": "small"
|
|
2524
2528
|
}
|
|
2525
|
-
]
|
|
2529
|
+
],
|
|
2530
|
+
"default": "large"
|
|
2526
2531
|
},
|
|
2527
2532
|
{
|
|
2528
2533
|
"name": "variant",
|
|
2529
|
-
"
|
|
2530
|
-
"description": "Defines the visual variant of the badge, affecting its background style, border and text.\n\n- outlined\n- solid\n- text\n- tonal",
|
|
2534
|
+
"description": "Defines the visual variant of the badge, affecting its background style, border and text.\n\n- outlined\n- solid\n- text\n- tonal\n\n@default solid",
|
|
2531
2535
|
"type": "string",
|
|
2532
2536
|
"values": [
|
|
2533
2537
|
{
|
|
@@ -2543,12 +2547,12 @@
|
|
|
2543
2547
|
{
|
|
2544
2548
|
"name": "tonal"
|
|
2545
2549
|
}
|
|
2546
|
-
]
|
|
2550
|
+
],
|
|
2551
|
+
"default": "solid"
|
|
2547
2552
|
},
|
|
2548
2553
|
{
|
|
2549
2554
|
"name": "type",
|
|
2550
|
-
"
|
|
2551
|
-
"description": "Defines the native button type.\nCan be 'button', 'submit', or 'reset'.\n\n- button\n- reset\n- submit",
|
|
2555
|
+
"description": "Defines the native button type.\nCan be 'button', 'submit', or 'reset'.\n\n- button\n- reset\n- submit\n\n@default button",
|
|
2552
2556
|
"type": "string",
|
|
2553
2557
|
"values": [
|
|
2554
2558
|
{
|
|
@@ -2561,13 +2565,14 @@
|
|
|
2561
2565
|
{
|
|
2562
2566
|
"name": "submit"
|
|
2563
2567
|
}
|
|
2564
|
-
]
|
|
2568
|
+
],
|
|
2569
|
+
"default": "button"
|
|
2565
2570
|
}
|
|
2566
2571
|
]
|
|
2567
2572
|
},
|
|
2568
2573
|
{
|
|
2569
2574
|
"name": "rarui-checkbox",
|
|
2570
|
-
"description": "## Rarui Checkbox\n---\nThe Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/checkbox) for more details.",
|
|
2575
|
+
"description": "## Rarui Checkbox\n---\nThe Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.\n\nFeatures hybrid behavior:\n- **Controlled mode**: When `checked` prop is provided, works like React controlled component\n- **Native mode**: When `checked` prop is not provided, works like native HTML checkbox\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/checkbox) for more details.",
|
|
2571
2576
|
"attributes": [
|
|
2572
2577
|
{
|
|
2573
2578
|
"name": "label",
|
|
@@ -2576,9 +2581,21 @@
|
|
|
2576
2581
|
},
|
|
2577
2582
|
{
|
|
2578
2583
|
"name": "id",
|
|
2579
|
-
"description": "The id of the checkbox
|
|
2584
|
+
"description": "The id of the checkbox.\n\n(Required)",
|
|
2580
2585
|
"type": "string"
|
|
2581
2586
|
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "checked",
|
|
2589
|
+
"description": "Controls the checked state of the checkbox.\n\n**Hybrid Behavior:**\n- When provided: Checkbox works in controlled mode - external prop controls the state\n- When not provided: Checkbox works in native mode - maintains its own internal state\n\n@default undefined (native mode)",
|
|
2590
|
+
"type": "boolean",
|
|
2591
|
+
"default": "undefined (native mode)"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"name": "readonly",
|
|
2595
|
+
"description": "Makes the checkbox read-only, preventing user interaction.\nWhen true, the checkbox displays its current state but cannot be changed by clicking.",
|
|
2596
|
+
"type": "boolean",
|
|
2597
|
+
"default": false
|
|
2598
|
+
},
|
|
2582
2599
|
{
|
|
2583
2600
|
"name": "error",
|
|
2584
2601
|
"description": "Specifies whether the checkbox is in error state",
|
|
@@ -2610,9 +2627,9 @@
|
|
|
2610
2627
|
"attributes": [
|
|
2611
2628
|
{
|
|
2612
2629
|
"name": "closeable",
|
|
2613
|
-
"default": false,
|
|
2614
2630
|
"description": "Displays a delete icon and adds user interaction.",
|
|
2615
|
-
"type": "boolean"
|
|
2631
|
+
"type": "boolean",
|
|
2632
|
+
"default": false
|
|
2616
2633
|
},
|
|
2617
2634
|
{
|
|
2618
2635
|
"name": "padding",
|
|
@@ -2652,20 +2669,19 @@
|
|
|
2652
2669
|
},
|
|
2653
2670
|
{
|
|
2654
2671
|
"name": "pill",
|
|
2655
|
-
"default": false,
|
|
2656
2672
|
"description": "Specifies whether the chip will be displayed in the pill shape",
|
|
2657
|
-
"type": "boolean"
|
|
2673
|
+
"type": "boolean",
|
|
2674
|
+
"default": false
|
|
2658
2675
|
},
|
|
2659
2676
|
{
|
|
2660
2677
|
"name": "selected",
|
|
2661
|
-
"default": false,
|
|
2662
2678
|
"description": "Specifies whether the chip is selected",
|
|
2663
|
-
"type": "boolean"
|
|
2679
|
+
"type": "boolean",
|
|
2680
|
+
"default": false
|
|
2664
2681
|
},
|
|
2665
2682
|
{
|
|
2666
2683
|
"name": "size",
|
|
2667
|
-
"
|
|
2668
|
-
"description": "Specifies the size of the chip\n\n- medium\n- small",
|
|
2684
|
+
"description": "Specifies the size of the chip\n\n- medium\n- small\n\n@default medium",
|
|
2669
2685
|
"type": "string",
|
|
2670
2686
|
"values": [
|
|
2671
2687
|
{
|
|
@@ -2675,38 +2691,103 @@
|
|
|
2675
2691
|
{
|
|
2676
2692
|
"name": "small"
|
|
2677
2693
|
}
|
|
2678
|
-
]
|
|
2694
|
+
],
|
|
2695
|
+
"default": "medium"
|
|
2679
2696
|
},
|
|
2680
2697
|
{
|
|
2681
2698
|
"name": "text-overflow",
|
|
2682
|
-
"default": false,
|
|
2683
2699
|
"description": "Specifies whether to handle text overflow within the chip.\nWhen true, overflowing text is typically truncated with an ellipsis.",
|
|
2684
|
-
"type": "boolean"
|
|
2700
|
+
"type": "boolean",
|
|
2701
|
+
"default": false
|
|
2685
2702
|
},
|
|
2686
2703
|
{
|
|
2687
2704
|
"name": "disabled",
|
|
2688
|
-
"default": false,
|
|
2689
2705
|
"description": "Disables the chip, disallowing user interaction.",
|
|
2690
|
-
"type": "boolean"
|
|
2706
|
+
"type": "boolean",
|
|
2707
|
+
"default": false
|
|
2691
2708
|
}
|
|
2692
2709
|
]
|
|
2693
2710
|
},
|
|
2694
2711
|
{
|
|
2695
2712
|
"name": "rarui-dropdown",
|
|
2696
|
-
"description": "## Rarui Dropdown\n---\nAn suspended menu displays a list of options on a temporary surface.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/dropdown) for more details.",
|
|
2713
|
+
"description": "## Rarui Dropdown\n---\nAn suspended menu displays a list of options on a temporary surface.\n\nFeatures hybrid behavior:\n- **Controlled mode**: When `visible` prop is provided, works like React controlled component\n- **Native mode**: When `visible` prop is not provided, manages its own internal state\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/dropdown) for more details.",
|
|
2697
2714
|
"attributes": [
|
|
2698
2715
|
{
|
|
2699
|
-
"name": "
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2716
|
+
"name": "match-reference-width",
|
|
2717
|
+
"description": "A common feature of select dropdowns is that the dropdown matches the width of the reference regardless of its contents.",
|
|
2718
|
+
"type": "boolean",
|
|
2719
|
+
"default": false
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "enabled-dismiss",
|
|
2723
|
+
"description": "Adds listeners that dismiss (close) the floating element.\n\n@default true",
|
|
2724
|
+
"type": "boolean",
|
|
2725
|
+
"default": true
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "enabled-click",
|
|
2729
|
+
"description": "Adds click event listeners that change the open state.\n\n@default true",
|
|
2730
|
+
"type": "boolean",
|
|
2731
|
+
"default": true
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "enabled-flip",
|
|
2735
|
+
"description": "Determines whether the dropdown should enable flipping the options' dropdown when there is not enough space to display it in its default direction.\nThis can help ensure the dropdown is always visible on the screen.\n\n@default true",
|
|
2736
|
+
"type": "boolean",
|
|
2737
|
+
"default": true
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "offset",
|
|
2741
|
+
"description": "Offest displaces the floating element from its core placement along the specified axes.\n\n@default 10",
|
|
2742
|
+
"type": "number",
|
|
2743
|
+
"default": 10
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "portal-id",
|
|
2747
|
+
"description": "Specifies the ID of the portal element where the dropdown should be rendered.\nThis can be useful for rendering the dropdown in a different part of the DOM, such as a modal or overlay.",
|
|
2748
|
+
"type": "string"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "visible",
|
|
2752
|
+
"description": "Controls the visibility state of the dropdown.\n\n**Hybrid Behavior:**\n- When provided: Dropdown works in controlled mode - external prop controls the state\n- When not provided: Dropdown works in native mode - manages its own internal state\n\n@default undefined (native mode)",
|
|
2753
|
+
"type": "boolean",
|
|
2754
|
+
"default": "undefined (native mode)"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "on-visibility",
|
|
2758
|
+
"description": "Function to control dropdown opening and closing.",
|
|
2759
|
+
"type": "(visible: boolean) => void;"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "z-index",
|
|
2763
|
+
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
2703
2764
|
"values": [
|
|
2704
2765
|
{
|
|
2705
|
-
"name": "
|
|
2706
|
-
"description": "(default)"
|
|
2766
|
+
"name": "$100"
|
|
2707
2767
|
},
|
|
2708
2768
|
{
|
|
2709
|
-
"name": "
|
|
2769
|
+
"name": "$200"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "$300"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"name": "$400"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "$500"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "$600"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "$700"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "$800"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "$900"
|
|
2710
2791
|
}
|
|
2711
2792
|
]
|
|
2712
2793
|
},
|
|
@@ -2762,77 +2843,23 @@
|
|
|
2762
2843
|
]
|
|
2763
2844
|
},
|
|
2764
2845
|
{
|
|
2765
|
-
"name": "
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
"type": "boolean"
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "enabled-dismiss",
|
|
2772
|
-
"default": true,
|
|
2773
|
-
"description": "Adds listeners that dismiss (close) the floating element.",
|
|
2774
|
-
"type": "boolean"
|
|
2775
|
-
},
|
|
2776
|
-
{
|
|
2777
|
-
"name": "enabled-click",
|
|
2778
|
-
"default": true,
|
|
2779
|
-
"description": "Adds click event listeners that change the open state.",
|
|
2780
|
-
"type": "boolean"
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "enabled-flip",
|
|
2784
|
-
"default": true,
|
|
2785
|
-
"description": "Determines whether the dropdown should enable flipping the options' dropdown when there is not enough space to display it in its default direction.\nThis can help ensure the dropdown is always visible on the screen.",
|
|
2786
|
-
"type": "boolean"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "offset",
|
|
2790
|
-
"default": 10,
|
|
2791
|
-
"description": "Offest displaces the floating element from its core placement along the specified axes.",
|
|
2792
|
-
"type": "number"
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"name": "visible",
|
|
2796
|
-
"description": "If true, the component is shown.",
|
|
2797
|
-
"type": "boolean"
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "z-index",
|
|
2801
|
-
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
2846
|
+
"name": "padding",
|
|
2847
|
+
"description": "Specifies the padding inside the dropdown menu. This prop accepts one of the following values: \"base\" or \"none\".\n\n- base\n- none\n\n@default base",
|
|
2848
|
+
"type": "string",
|
|
2802
2849
|
"values": [
|
|
2803
2850
|
{
|
|
2804
|
-
"name": "
|
|
2805
|
-
|
|
2806
|
-
{
|
|
2807
|
-
"name": "$200"
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"name": "$300"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "$400"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "$500"
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"name": "$600"
|
|
2820
|
-
},
|
|
2821
|
-
{
|
|
2822
|
-
"name": "$700"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "$800"
|
|
2851
|
+
"name": "base",
|
|
2852
|
+
"description": "(default)"
|
|
2826
2853
|
},
|
|
2827
2854
|
{
|
|
2828
|
-
"name": "
|
|
2855
|
+
"name": "none"
|
|
2829
2856
|
}
|
|
2830
|
-
]
|
|
2857
|
+
],
|
|
2858
|
+
"default": "base"
|
|
2831
2859
|
},
|
|
2832
2860
|
{
|
|
2833
2861
|
"name": "position",
|
|
2834
|
-
"
|
|
2835
|
-
"description": "Position of the dropdown.\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",
|
|
2862
|
+
"description": "Position of the dropdown.\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\n\n@default bottom-start",
|
|
2836
2863
|
"type": "string",
|
|
2837
2864
|
"values": [
|
|
2838
2865
|
{
|
|
@@ -2872,12 +2899,12 @@
|
|
|
2872
2899
|
{
|
|
2873
2900
|
"name": "top-start"
|
|
2874
2901
|
}
|
|
2875
|
-
]
|
|
2902
|
+
],
|
|
2903
|
+
"default": "bottom-start"
|
|
2876
2904
|
},
|
|
2877
2905
|
{
|
|
2878
2906
|
"name": "strategy",
|
|
2879
|
-
"
|
|
2880
|
-
"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",
|
|
2907
|
+
"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\n\n@default fixed",
|
|
2881
2908
|
"type": "string",
|
|
2882
2909
|
"values": [
|
|
2883
2910
|
{
|
|
@@ -2887,41 +2914,39 @@
|
|
|
2887
2914
|
"name": "fixed",
|
|
2888
2915
|
"description": "(default)"
|
|
2889
2916
|
}
|
|
2890
|
-
]
|
|
2917
|
+
],
|
|
2918
|
+
"default": "fixed"
|
|
2891
2919
|
}
|
|
2892
2920
|
]
|
|
2893
2921
|
},
|
|
2894
2922
|
{
|
|
2895
2923
|
"name": "rarui-dropdown-item",
|
|
2896
|
-
"description": "## Rarui Dropdown Item\n---\nAn suspended menu displays a list of options on a temporary surface.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/dropdown) for more details.",
|
|
2897
2924
|
"attributes": [
|
|
2898
|
-
{
|
|
2899
|
-
"name": "selected",
|
|
2900
|
-
"default": false,
|
|
2901
|
-
"description": "Indicates if the item is selected.\nThis affects the visual style, such as highlight or marking.",
|
|
2902
|
-
"type": "boolean"
|
|
2903
|
-
},
|
|
2904
2925
|
{
|
|
2905
2926
|
"name": "name",
|
|
2906
2927
|
"description": "The name of the dropdown item. This is typically the text that is displayed for the item.",
|
|
2907
2928
|
"type": "string"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "selected",
|
|
2932
|
+
"description": "Indicates if the item is selected.\nThis affects the visual style, such as highlight or marking.",
|
|
2933
|
+
"type": "boolean",
|
|
2934
|
+
"default": false
|
|
2908
2935
|
}
|
|
2909
2936
|
]
|
|
2910
2937
|
},
|
|
2911
2938
|
{
|
|
2912
2939
|
"name": "rarui-icon-button",
|
|
2913
|
-
"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-web-components/input/button) for more details.",
|
|
2914
2940
|
"attributes": [
|
|
2915
2941
|
{
|
|
2916
2942
|
"name": "disabled",
|
|
2917
|
-
"default": false,
|
|
2918
2943
|
"description": "Disables the button, disallowing user interaction.",
|
|
2919
|
-
"type": "boolean"
|
|
2944
|
+
"type": "boolean",
|
|
2945
|
+
"default": false
|
|
2920
2946
|
},
|
|
2921
2947
|
{
|
|
2922
2948
|
"name": "appearance",
|
|
2923
|
-
"
|
|
2924
|
-
"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",
|
|
2949
|
+
"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\n\n@default brand",
|
|
2925
2950
|
"type": "string",
|
|
2926
2951
|
"values": [
|
|
2927
2952
|
{
|
|
@@ -2943,12 +2968,12 @@
|
|
|
2943
2968
|
{
|
|
2944
2969
|
"name": "warning"
|
|
2945
2970
|
}
|
|
2946
|
-
]
|
|
2971
|
+
],
|
|
2972
|
+
"default": "brand"
|
|
2947
2973
|
},
|
|
2948
2974
|
{
|
|
2949
2975
|
"name": "size",
|
|
2950
|
-
"
|
|
2951
|
-
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small",
|
|
2976
|
+
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
2952
2977
|
"type": "string",
|
|
2953
2978
|
"values": [
|
|
2954
2979
|
{
|
|
@@ -2961,7 +2986,8 @@
|
|
|
2961
2986
|
{
|
|
2962
2987
|
"name": "small"
|
|
2963
2988
|
}
|
|
2964
|
-
]
|
|
2989
|
+
],
|
|
2990
|
+
"default": "medium"
|
|
2965
2991
|
},
|
|
2966
2992
|
{
|
|
2967
2993
|
"name": "variant",
|
|
@@ -2984,9 +3010,9 @@
|
|
|
2984
3010
|
},
|
|
2985
3011
|
{
|
|
2986
3012
|
"name": "rounded",
|
|
2987
|
-
"default": false,
|
|
2988
3013
|
"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.",
|
|
2989
|
-
"type": "boolean"
|
|
3014
|
+
"type": "boolean",
|
|
3015
|
+
"default": false
|
|
2990
3016
|
}
|
|
2991
3017
|
]
|
|
2992
3018
|
},
|
|
@@ -3009,14 +3035,13 @@
|
|
|
3009
3035
|
},
|
|
3010
3036
|
{
|
|
3011
3037
|
"name": "border",
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
3038
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3039
|
+
"type": "boolean",
|
|
3040
|
+
"default": true
|
|
3015
3041
|
},
|
|
3016
3042
|
{
|
|
3017
3043
|
"name": "size",
|
|
3018
|
-
"
|
|
3019
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3044
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3020
3045
|
"type": "string",
|
|
3021
3046
|
"values": [
|
|
3022
3047
|
{
|
|
@@ -3029,13 +3054,14 @@
|
|
|
3029
3054
|
{
|
|
3030
3055
|
"name": "small"
|
|
3031
3056
|
}
|
|
3032
|
-
]
|
|
3057
|
+
],
|
|
3058
|
+
"default": "medium"
|
|
3033
3059
|
},
|
|
3034
3060
|
{
|
|
3035
3061
|
"name": "divider",
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3038
|
-
"
|
|
3062
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3063
|
+
"type": "boolean",
|
|
3064
|
+
"default": true
|
|
3039
3065
|
},
|
|
3040
3066
|
{
|
|
3041
3067
|
"name": "value",
|
|
@@ -3049,9 +3075,9 @@
|
|
|
3049
3075
|
},
|
|
3050
3076
|
{
|
|
3051
3077
|
"name": "disabled",
|
|
3052
|
-
"default": false,
|
|
3053
3078
|
"description": "Whether the input is disabled.",
|
|
3054
|
-
"type": "boolean"
|
|
3079
|
+
"type": "boolean",
|
|
3080
|
+
"default": false
|
|
3055
3081
|
}
|
|
3056
3082
|
]
|
|
3057
3083
|
},
|
|
@@ -3069,53 +3095,53 @@
|
|
|
3069
3095
|
"type": "string"
|
|
3070
3096
|
},
|
|
3071
3097
|
{
|
|
3072
|
-
"name": "
|
|
3073
|
-
"description": "
|
|
3098
|
+
"name": "disabled",
|
|
3099
|
+
"description": "Whether the input is disabled.",
|
|
3100
|
+
"type": "boolean",
|
|
3101
|
+
"default": false
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
"name": "size",
|
|
3105
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3074
3106
|
"type": "string",
|
|
3075
3107
|
"values": [
|
|
3076
3108
|
{
|
|
3077
|
-
"name": "
|
|
3109
|
+
"name": "large"
|
|
3078
3110
|
},
|
|
3079
3111
|
{
|
|
3080
|
-
"name": "
|
|
3112
|
+
"name": "medium",
|
|
3113
|
+
"description": "(default)"
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "small"
|
|
3081
3117
|
}
|
|
3082
|
-
]
|
|
3118
|
+
],
|
|
3119
|
+
"default": "medium"
|
|
3083
3120
|
},
|
|
3084
3121
|
{
|
|
3085
3122
|
"name": "border",
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3123
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3124
|
+
"type": "boolean",
|
|
3125
|
+
"default": true
|
|
3089
3126
|
},
|
|
3090
3127
|
{
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3128
|
+
"name": "appearance",
|
|
3129
|
+
"description": "Determines the visual style of the input, affecting its border\n\n- error\n- success",
|
|
3094
3130
|
"type": "string",
|
|
3095
3131
|
"values": [
|
|
3096
3132
|
{
|
|
3097
|
-
"name": "
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"name": "medium",
|
|
3101
|
-
"description": "(default)"
|
|
3133
|
+
"name": "error"
|
|
3102
3134
|
},
|
|
3103
3135
|
{
|
|
3104
|
-
"name": "
|
|
3136
|
+
"name": "success"
|
|
3105
3137
|
}
|
|
3106
3138
|
]
|
|
3107
3139
|
},
|
|
3108
3140
|
{
|
|
3109
3141
|
"name": "divider",
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"name": "disabled",
|
|
3116
|
-
"default": false,
|
|
3117
|
-
"description": "Whether the input is disabled.",
|
|
3118
|
-
"type": "boolean"
|
|
3142
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3143
|
+
"type": "boolean",
|
|
3144
|
+
"default": true
|
|
3119
3145
|
}
|
|
3120
3146
|
]
|
|
3121
3147
|
},
|
|
@@ -3133,53 +3159,53 @@
|
|
|
3133
3159
|
"type": "string"
|
|
3134
3160
|
},
|
|
3135
3161
|
{
|
|
3136
|
-
"name": "
|
|
3137
|
-
"description": "
|
|
3162
|
+
"name": "disabled",
|
|
3163
|
+
"description": "Whether the input is disabled.",
|
|
3164
|
+
"type": "boolean",
|
|
3165
|
+
"default": false
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"name": "size",
|
|
3169
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3138
3170
|
"type": "string",
|
|
3139
3171
|
"values": [
|
|
3140
3172
|
{
|
|
3141
|
-
"name": "
|
|
3173
|
+
"name": "large"
|
|
3142
3174
|
},
|
|
3143
3175
|
{
|
|
3144
|
-
"name": "
|
|
3176
|
+
"name": "medium",
|
|
3177
|
+
"description": "(default)"
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
"name": "small"
|
|
3145
3181
|
}
|
|
3146
|
-
]
|
|
3182
|
+
],
|
|
3183
|
+
"default": "medium"
|
|
3147
3184
|
},
|
|
3148
3185
|
{
|
|
3149
3186
|
"name": "border",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3152
|
-
"
|
|
3187
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3188
|
+
"type": "boolean",
|
|
3189
|
+
"default": true
|
|
3153
3190
|
},
|
|
3154
3191
|
{
|
|
3155
|
-
"name": "
|
|
3156
|
-
"
|
|
3157
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3192
|
+
"name": "appearance",
|
|
3193
|
+
"description": "Determines the visual style of the input, affecting its border\n\n- error\n- success",
|
|
3158
3194
|
"type": "string",
|
|
3159
3195
|
"values": [
|
|
3160
3196
|
{
|
|
3161
|
-
"name": "
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
"name": "medium",
|
|
3165
|
-
"description": "(default)"
|
|
3197
|
+
"name": "error"
|
|
3166
3198
|
},
|
|
3167
3199
|
{
|
|
3168
|
-
"name": "
|
|
3200
|
+
"name": "success"
|
|
3169
3201
|
}
|
|
3170
3202
|
]
|
|
3171
3203
|
},
|
|
3172
3204
|
{
|
|
3173
3205
|
"name": "divider",
|
|
3174
|
-
"
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
},
|
|
3178
|
-
{
|
|
3179
|
-
"name": "disabled",
|
|
3180
|
-
"default": false,
|
|
3181
|
-
"description": "Whether the input is disabled.",
|
|
3182
|
-
"type": "boolean"
|
|
3206
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3207
|
+
"type": "boolean",
|
|
3208
|
+
"default": true
|
|
3183
3209
|
}
|
|
3184
3210
|
]
|
|
3185
3211
|
},
|
|
@@ -3222,71 +3248,48 @@
|
|
|
3222
3248
|
},
|
|
3223
3249
|
{
|
|
3224
3250
|
"name": "disabled",
|
|
3225
|
-
"default": false,
|
|
3226
3251
|
"description": "Disables the radio button, disallowing user interaction.",
|
|
3227
|
-
"type": "boolean"
|
|
3252
|
+
"type": "boolean",
|
|
3253
|
+
"default": false
|
|
3228
3254
|
}
|
|
3229
3255
|
]
|
|
3230
3256
|
},
|
|
3231
3257
|
{
|
|
3232
|
-
"name": "rarui-
|
|
3233
|
-
"description": "## Rarui
|
|
3258
|
+
"name": "rarui-select",
|
|
3259
|
+
"description": "## Rarui Select\n---\nSelect component for choosing options from a dropdown menu with support for single and multiple selection.\n\nFeatures:\n- **Single Selection**: Choose one option from the list\n- **Multiple Selection**: Choose multiple options with checkboxes\n- **Custom Content**: Support for slot-based custom content and filtering\n- **Accessibility**: Full keyboard navigation with ESC key support\n- **Controlled Behavior**: Uses internal web components (Dropdown, Checkbox, Text, Box, Chip, Icon)\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/select) for more details.",
|
|
3234
3260
|
"attributes": [
|
|
3235
3261
|
{
|
|
3236
|
-
"name": "
|
|
3237
|
-
"
|
|
3238
|
-
"
|
|
3239
|
-
"type": "number"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"name": "appearance",
|
|
3243
|
-
"description": "Determines the visual style of the textarea, affecting its border\n\n- error\n- success",
|
|
3244
|
-
"type": "string",
|
|
3245
|
-
"values": [
|
|
3246
|
-
{
|
|
3247
|
-
"name": "error"
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"name": "success"
|
|
3251
|
-
}
|
|
3252
|
-
]
|
|
3262
|
+
"name": "open",
|
|
3263
|
+
"description": "If true, the Select component is shown.",
|
|
3264
|
+
"type": "boolean"
|
|
3253
3265
|
},
|
|
3254
3266
|
{
|
|
3255
3267
|
"name": "disabled",
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3259
|
-
}
|
|
3260
|
-
]
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"name": "rarui-toggle",
|
|
3264
|
-
"description": "## Rarui Toggle\n---\nToggle switches activate or deactivate the state of a single item.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/toggle) for more details.",
|
|
3265
|
-
"attributes": [
|
|
3266
|
-
{
|
|
3267
|
-
"name": "name",
|
|
3268
|
-
"description": "The name of the input element.",
|
|
3269
|
-
"type": "string"
|
|
3268
|
+
"description": "Disables the select component, disallowing user interaction.",
|
|
3269
|
+
"type": "boolean",
|
|
3270
|
+
"default": false
|
|
3270
3271
|
},
|
|
3271
3272
|
{
|
|
3272
|
-
"name": "
|
|
3273
|
-
"description": "
|
|
3274
|
-
"type": "
|
|
3273
|
+
"name": "options",
|
|
3274
|
+
"description": "Options for the Select component. This should be an array of SelectOptionProps objects.\n\n(Required)",
|
|
3275
|
+
"type": "array"
|
|
3275
3276
|
},
|
|
3276
3277
|
{
|
|
3277
|
-
"name": "
|
|
3278
|
-
"description": "
|
|
3279
|
-
"type": "
|
|
3278
|
+
"name": "multiple",
|
|
3279
|
+
"description": "Enables multiple selection mode.",
|
|
3280
|
+
"type": "boolean",
|
|
3281
|
+
"default": false
|
|
3280
3282
|
},
|
|
3281
3283
|
{
|
|
3282
3284
|
"name": "size",
|
|
3283
|
-
"
|
|
3284
|
-
"description": "Specifies the size of the toggle, controlling its dimensions.\n\n- large\n- small",
|
|
3285
|
+
"description": "Specifies the size of the badge, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3285
3286
|
"type": "string",
|
|
3286
3287
|
"values": [
|
|
3287
3288
|
{
|
|
3288
|
-
"name": "large"
|
|
3289
|
-
|
|
3289
|
+
"name": "large"
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"name": "medium"
|
|
3290
3293
|
},
|
|
3291
3294
|
{
|
|
3292
3295
|
"name": "small"
|
|
@@ -3294,20 +3297,238 @@
|
|
|
3294
3297
|
]
|
|
3295
3298
|
},
|
|
3296
3299
|
{
|
|
3297
|
-
"name": "
|
|
3298
|
-
"
|
|
3299
|
-
"
|
|
3300
|
-
"
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
"
|
|
3300
|
+
"name": "appearance",
|
|
3301
|
+
"description": "Determines the visual style of the input, affecting its border\n\n- error\n- success",
|
|
3302
|
+
"type": "string",
|
|
3303
|
+
"values": [
|
|
3304
|
+
{
|
|
3305
|
+
"name": "error"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "success"
|
|
3309
|
+
}
|
|
3310
|
+
]
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "max-height",
|
|
3314
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
3315
|
+
"values": [
|
|
3316
|
+
{
|
|
3317
|
+
"name": "fit-content"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "intrinsic"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "max-content"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "min-content"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "none"
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "stretch"
|
|
3333
|
+
}
|
|
3334
|
+
]
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "z-index",
|
|
3338
|
+
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
3339
|
+
"values": [
|
|
3340
|
+
{
|
|
3341
|
+
"name": "$100"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "$200"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "$300"
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "$400"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"name": "$500"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"name": "$600"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"name": "$700"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "$800"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"name": "$900"
|
|
3366
|
+
}
|
|
3367
|
+
]
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "value",
|
|
3371
|
+
"description": "Default selected values for the Select component.\nThis should be an array of SelectOptionProps objects representing the selected options.",
|
|
3372
|
+
"values": []
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"name": "default-value",
|
|
3376
|
+
"description": "Specifies the default selected value(s) for the select box.\nThis can be a selectOption for single selection or an array of selectOption for multiple selections.",
|
|
3377
|
+
"values": []
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "placeholder",
|
|
3381
|
+
"description": "Placeholder text displayed when no option is selected.",
|
|
3382
|
+
"type": "string"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"name": "enabled-flip",
|
|
3386
|
+
"description": "Determines whether the select box should enable flipping the options' dropdown when there is not enough space to display it in its default direction.\nThis can help ensure the dropdown is always visible on the screen.\n\n@default true",
|
|
3387
|
+
"type": "boolean",
|
|
3388
|
+
"default": true
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "position",
|
|
3392
|
+
"description": "Position of the dropdown relative to the trigger.\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\n\n@default bottom-start",
|
|
3393
|
+
"type": "string",
|
|
3394
|
+
"values": [
|
|
3395
|
+
{
|
|
3396
|
+
"name": "bottom"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"name": "bottom-end"
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "bottom-start",
|
|
3403
|
+
"description": "(default)"
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "left"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "left-end"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "left-start"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"name": "right"
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "right-end"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "right-start"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "top"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "top-end"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"name": "top-start"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"default": "bottom-start"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "strategy",
|
|
3437
|
+
"description": "CSS positioning strategy used for the dropdown.\n\n- `\"fixed\"` (default) positions the dropdown relative to the viewport,\n so it stays in the same place even when the page is scrolled.\n- `\"absolute\"` positions the dropdown relative to the nearest positioned ancestor,\n which can be useful when you want the dropdown to move with page content.\n\nUse `\"fixed\"` for dropdowns that should remain visible on scroll,\nand `\"absolute\"` when dropdowns need to be positioned within scrollable containers.\n\n- absolute\n- fixed\n\n@default fixed",
|
|
3438
|
+
"type": "string",
|
|
3439
|
+
"values": [
|
|
3440
|
+
{
|
|
3441
|
+
"name": "absolute"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "fixed",
|
|
3445
|
+
"description": "(default)"
|
|
3446
|
+
}
|
|
3447
|
+
],
|
|
3448
|
+
"default": "fixed"
|
|
3449
|
+
}
|
|
3450
|
+
]
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"name": "rarui-textarea",
|
|
3454
|
+
"description": "## Rarui Radio Button\n---\nExpanded text area for long text entries. Allows you to enter large blocks of text, such as comments or detailed descriptions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/textarea) for more details.",
|
|
3455
|
+
"attributes": [
|
|
3456
|
+
{
|
|
3457
|
+
"name": "lines",
|
|
3458
|
+
"description": "Number of lines to be rendered for the user to input text\n\n@default 2",
|
|
3459
|
+
"type": "number",
|
|
3460
|
+
"default": 2
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"name": "appearance",
|
|
3464
|
+
"description": "Determines the visual style of the textarea, affecting its border\n\n- error\n- success",
|
|
3465
|
+
"type": "string",
|
|
3466
|
+
"values": [
|
|
3467
|
+
{
|
|
3468
|
+
"name": "error"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "success"
|
|
3472
|
+
}
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "disabled",
|
|
3477
|
+
"description": "Disables the Textarea, disallowing user interaction.",
|
|
3478
|
+
"type": "boolean",
|
|
3479
|
+
"default": false
|
|
3480
|
+
}
|
|
3481
|
+
]
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "rarui-toggle",
|
|
3485
|
+
"description": "## Rarui Toggle\n---\nToggle switches activate or deactivate the state of a single item.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/input/toggle) for more details.",
|
|
3486
|
+
"attributes": [
|
|
3487
|
+
{
|
|
3488
|
+
"name": "name",
|
|
3489
|
+
"description": "The name of the input element.\n\n(Required)",
|
|
3490
|
+
"type": "string"
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "selected",
|
|
3494
|
+
"description": "Sets toggle state to activated or deactivated.",
|
|
3495
|
+
"type": "boolean"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "label",
|
|
3499
|
+
"description": "Text to be rendered inside the component",
|
|
3500
|
+
"type": "string"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "size",
|
|
3504
|
+
"description": "Specifies the size of the toggle, controlling its dimensions.\n\n- large\n- small\n\n@default large",
|
|
3505
|
+
"type": "string",
|
|
3506
|
+
"values": [
|
|
3507
|
+
{
|
|
3508
|
+
"name": "large",
|
|
3509
|
+
"description": "(default)"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "small"
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3515
|
+
"default": "large"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "error",
|
|
3519
|
+
"description": "Specifies whether the radiobutton is in error state",
|
|
3520
|
+
"type": "boolean",
|
|
3521
|
+
"default": false
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "disabled",
|
|
3525
|
+
"description": "Defines if Toggle is disabled.\nWhen `true`, the component cannot be interacted.",
|
|
3526
|
+
"type": "boolean",
|
|
3527
|
+
"default": false
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"name": "id",
|
|
3531
|
+
"description": "Single ID associated with Toggle Input.If not provided,\nThe name will be used as Fallback to `id`.",
|
|
3311
3532
|
"type": "string"
|
|
3312
3533
|
}
|
|
3313
3534
|
]
|
|
@@ -5891,71 +6112,79 @@
|
|
|
5891
6112
|
]
|
|
5892
6113
|
},
|
|
5893
6114
|
{
|
|
5894
|
-
"name": "
|
|
5895
|
-
"description": "The **`
|
|
6115
|
+
"name": "left",
|
|
6116
|
+
"description": "The **`left`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6117
|
+
"values": []
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"name": "right",
|
|
6121
|
+
"description": "The **`right`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6122
|
+
"values": []
|
|
6123
|
+
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "bottom",
|
|
6126
|
+
"description": "The **`bottom`** CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6127
|
+
"values": []
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"name": "top",
|
|
6131
|
+
"description": "The **`top`** CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6132
|
+
"values": []
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "position",
|
|
6136
|
+
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n\n**Initial value**: `static`\n\nThis property supports responsive values. You can pass a single value like `\"absolute\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"absolute\",\n \"md\": \"fixed\",\n \"lg\": \"relative\",\n \"xl\": \"static\"\n}\n```\n\n- absolute\n- fixed\n- relative\n- static\n- sticky",
|
|
5896
6137
|
"values": [
|
|
5897
6138
|
{
|
|
5898
|
-
"name": "
|
|
5899
|
-
},
|
|
5900
|
-
{
|
|
5901
|
-
"name": "fit-content"
|
|
5902
|
-
},
|
|
5903
|
-
{
|
|
5904
|
-
"name": "intrinsic"
|
|
6139
|
+
"name": "absolute"
|
|
5905
6140
|
},
|
|
5906
6141
|
{
|
|
5907
|
-
"name": "
|
|
6142
|
+
"name": "fixed"
|
|
5908
6143
|
},
|
|
5909
6144
|
{
|
|
5910
|
-
"name": "
|
|
6145
|
+
"name": "relative"
|
|
5911
6146
|
},
|
|
5912
6147
|
{
|
|
5913
|
-
"name": "
|
|
6148
|
+
"name": "static"
|
|
5914
6149
|
},
|
|
5915
6150
|
{
|
|
5916
|
-
"name": "
|
|
6151
|
+
"name": "sticky"
|
|
5917
6152
|
}
|
|
5918
6153
|
]
|
|
5919
6154
|
},
|
|
5920
6155
|
{
|
|
5921
|
-
"name": "
|
|
5922
|
-
"description": "The **`
|
|
6156
|
+
"name": "align-content",
|
|
6157
|
+
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
5923
6158
|
"values": [
|
|
5924
6159
|
{
|
|
5925
|
-
"name": "
|
|
6160
|
+
"name": "baseline"
|
|
5926
6161
|
},
|
|
5927
6162
|
{
|
|
5928
|
-
"name": "
|
|
6163
|
+
"name": "center"
|
|
5929
6164
|
},
|
|
5930
6165
|
{
|
|
5931
|
-
"name": "
|
|
6166
|
+
"name": "end"
|
|
5932
6167
|
},
|
|
5933
6168
|
{
|
|
5934
|
-
"name": "
|
|
6169
|
+
"name": "flex-end"
|
|
5935
6170
|
},
|
|
5936
6171
|
{
|
|
5937
|
-
"name": "
|
|
5938
|
-
}
|
|
5939
|
-
]
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"name": "max-width",
|
|
5943
|
-
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
5944
|
-
"values": [
|
|
6172
|
+
"name": "flex-start"
|
|
6173
|
+
},
|
|
5945
6174
|
{
|
|
5946
|
-
"name": "
|
|
6175
|
+
"name": "normal"
|
|
5947
6176
|
},
|
|
5948
6177
|
{
|
|
5949
|
-
"name": "
|
|
6178
|
+
"name": "space-around"
|
|
5950
6179
|
},
|
|
5951
6180
|
{
|
|
5952
|
-
"name": "
|
|
6181
|
+
"name": "space-between"
|
|
5953
6182
|
},
|
|
5954
6183
|
{
|
|
5955
|
-
"name": "
|
|
6184
|
+
"name": "space-evenly"
|
|
5956
6185
|
},
|
|
5957
6186
|
{
|
|
5958
|
-
"name": "
|
|
6187
|
+
"name": "start"
|
|
5959
6188
|
},
|
|
5960
6189
|
{
|
|
5961
6190
|
"name": "stretch"
|
|
@@ -5963,23 +6192,35 @@
|
|
|
5963
6192
|
]
|
|
5964
6193
|
},
|
|
5965
6194
|
{
|
|
5966
|
-
"name": "
|
|
5967
|
-
"description": "The **`
|
|
6195
|
+
"name": "align-items",
|
|
6196
|
+
"description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
5968
6197
|
"values": [
|
|
5969
6198
|
{
|
|
5970
|
-
"name": "
|
|
6199
|
+
"name": "baseline"
|
|
5971
6200
|
},
|
|
5972
6201
|
{
|
|
5973
|
-
"name": "
|
|
6202
|
+
"name": "center"
|
|
5974
6203
|
},
|
|
5975
6204
|
{
|
|
5976
|
-
"name": "
|
|
6205
|
+
"name": "end"
|
|
5977
6206
|
},
|
|
5978
6207
|
{
|
|
5979
|
-
"name": "
|
|
6208
|
+
"name": "flex-end"
|
|
5980
6209
|
},
|
|
5981
6210
|
{
|
|
5982
|
-
"name": "
|
|
6211
|
+
"name": "flex-start"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "normal"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "self-end"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"name": "self-start"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "start"
|
|
5983
6224
|
},
|
|
5984
6225
|
{
|
|
5985
6226
|
"name": "stretch"
|
|
@@ -5987,26 +6228,38 @@
|
|
|
5987
6228
|
]
|
|
5988
6229
|
},
|
|
5989
6230
|
{
|
|
5990
|
-
"name": "
|
|
5991
|
-
"description": "The **`
|
|
6231
|
+
"name": "align-self",
|
|
6232
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"baseline\",\n \"lg\": \"center\",\n \"xl\": \"end\"\n}\n```\n\n- auto\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
5992
6233
|
"values": [
|
|
5993
6234
|
{
|
|
5994
6235
|
"name": "auto"
|
|
5995
6236
|
},
|
|
5996
6237
|
{
|
|
5997
|
-
"name": "
|
|
6238
|
+
"name": "baseline"
|
|
5998
6239
|
},
|
|
5999
6240
|
{
|
|
6000
|
-
"name": "
|
|
6241
|
+
"name": "center"
|
|
6001
6242
|
},
|
|
6002
6243
|
{
|
|
6003
|
-
"name": "
|
|
6244
|
+
"name": "end"
|
|
6004
6245
|
},
|
|
6005
6246
|
{
|
|
6006
|
-
"name": "
|
|
6247
|
+
"name": "flex-end"
|
|
6007
6248
|
},
|
|
6008
6249
|
{
|
|
6009
|
-
"name": "
|
|
6250
|
+
"name": "flex-start"
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"name": "normal"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"name": "self-end"
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"name": "self-start"
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "start"
|
|
6010
6263
|
},
|
|
6011
6264
|
{
|
|
6012
6265
|
"name": "stretch"
|
|
@@ -6014,125 +6267,56 @@
|
|
|
6014
6267
|
]
|
|
6015
6268
|
},
|
|
6016
6269
|
{
|
|
6017
|
-
"name": "
|
|
6018
|
-
"description": "The **`
|
|
6270
|
+
"name": "background-blend-mode",
|
|
6271
|
+
"description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"color\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"color\",\n \"md\": \"color-burn\",\n \"lg\": \"color-dodge\",\n \"xl\": \"darken\"\n}\n```\n\n- color\n- color-burn\n- color-dodge\n- darken\n- difference\n- exclusion\n- hard-light\n- hue\n- lighten\n- luminosity\n- multiply\n- normal\n- overlay\n- saturation\n- screen\n- soft-light",
|
|
6019
6272
|
"values": [
|
|
6020
6273
|
{
|
|
6021
|
-
"name": "
|
|
6274
|
+
"name": "color"
|
|
6022
6275
|
},
|
|
6023
6276
|
{
|
|
6024
|
-
"name": "
|
|
6277
|
+
"name": "color-burn"
|
|
6025
6278
|
},
|
|
6026
6279
|
{
|
|
6027
|
-
"name": "
|
|
6280
|
+
"name": "color-dodge"
|
|
6028
6281
|
},
|
|
6029
6282
|
{
|
|
6030
|
-
"name": "
|
|
6283
|
+
"name": "darken"
|
|
6031
6284
|
},
|
|
6032
6285
|
{
|
|
6033
|
-
"name": "
|
|
6286
|
+
"name": "difference"
|
|
6034
6287
|
},
|
|
6035
6288
|
{
|
|
6036
|
-
"name": "
|
|
6037
|
-
}
|
|
6038
|
-
]
|
|
6039
|
-
},
|
|
6040
|
-
{
|
|
6041
|
-
"name": "bottom",
|
|
6042
|
-
"description": "The **`bottom`** CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6043
|
-
"values": []
|
|
6044
|
-
},
|
|
6045
|
-
{
|
|
6046
|
-
"name": "left",
|
|
6047
|
-
"description": "The **`left`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6048
|
-
"values": []
|
|
6049
|
-
},
|
|
6050
|
-
{
|
|
6051
|
-
"name": "right",
|
|
6052
|
-
"description": "The **`right`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6053
|
-
"values": []
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"name": "top",
|
|
6057
|
-
"description": "The **`top`** CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
6058
|
-
"values": []
|
|
6059
|
-
},
|
|
6060
|
-
{
|
|
6061
|
-
"name": "grid-template-areas",
|
|
6062
|
-
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
6063
|
-
"values": []
|
|
6064
|
-
},
|
|
6065
|
-
{
|
|
6066
|
-
"name": "grid-template-columns",
|
|
6067
|
-
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
6068
|
-
"values": [
|
|
6069
|
-
{
|
|
6070
|
-
"name": "auto"
|
|
6289
|
+
"name": "exclusion"
|
|
6071
6290
|
},
|
|
6072
6291
|
{
|
|
6073
|
-
"name": "
|
|
6292
|
+
"name": "hard-light"
|
|
6074
6293
|
},
|
|
6075
6294
|
{
|
|
6076
|
-
"name": "
|
|
6295
|
+
"name": "hue"
|
|
6077
6296
|
},
|
|
6078
6297
|
{
|
|
6079
|
-
"name": "
|
|
6298
|
+
"name": "lighten"
|
|
6080
6299
|
},
|
|
6081
6300
|
{
|
|
6082
|
-
"name": "
|
|
6083
|
-
}
|
|
6084
|
-
]
|
|
6085
|
-
},
|
|
6086
|
-
{
|
|
6087
|
-
"name": "grid-template-rows",
|
|
6088
|
-
"description": "The **`grid-template-rows`** CSS property defines the line names and track sizing functions of the grid rows.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
6089
|
-
"values": [
|
|
6090
|
-
{
|
|
6091
|
-
"name": "auto"
|
|
6301
|
+
"name": "luminosity"
|
|
6092
6302
|
},
|
|
6093
6303
|
{
|
|
6094
|
-
"name": "
|
|
6304
|
+
"name": "multiply"
|
|
6095
6305
|
},
|
|
6096
6306
|
{
|
|
6097
|
-
"name": "
|
|
6307
|
+
"name": "normal"
|
|
6098
6308
|
},
|
|
6099
6309
|
{
|
|
6100
|
-
"name": "
|
|
6310
|
+
"name": "overlay"
|
|
6101
6311
|
},
|
|
6102
6312
|
{
|
|
6103
|
-
"name": "
|
|
6104
|
-
}
|
|
6105
|
-
]
|
|
6106
|
-
},
|
|
6107
|
-
{
|
|
6108
|
-
"name": "flex-shrink",
|
|
6109
|
-
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
6110
|
-
"values": []
|
|
6111
|
-
},
|
|
6112
|
-
{
|
|
6113
|
-
"name": "flex-grow",
|
|
6114
|
-
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
6115
|
-
"values": []
|
|
6116
|
-
},
|
|
6117
|
-
{
|
|
6118
|
-
"name": "order",
|
|
6119
|
-
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
6120
|
-
"values": []
|
|
6121
|
-
},
|
|
6122
|
-
{
|
|
6123
|
-
"name": "transition-delay",
|
|
6124
|
-
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
6125
|
-
"type": "string"
|
|
6126
|
-
},
|
|
6127
|
-
{
|
|
6128
|
-
"name": "transition-property",
|
|
6129
|
-
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"none\",\n \"lg\": \"all\",\n \"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
6130
|
-
"values": [
|
|
6313
|
+
"name": "saturation"
|
|
6314
|
+
},
|
|
6131
6315
|
{
|
|
6132
|
-
"name": "
|
|
6316
|
+
"name": "screen"
|
|
6133
6317
|
},
|
|
6134
6318
|
{
|
|
6135
|
-
"name": "
|
|
6319
|
+
"name": "soft-light"
|
|
6136
6320
|
}
|
|
6137
6321
|
]
|
|
6138
6322
|
},
|
|
@@ -6183,60 +6367,6 @@
|
|
|
6183
6367
|
}
|
|
6184
6368
|
]
|
|
6185
6369
|
},
|
|
6186
|
-
{
|
|
6187
|
-
"name": "background-blend-mode",
|
|
6188
|
-
"description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"color\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"color\",\n \"md\": \"color-burn\",\n \"lg\": \"color-dodge\",\n \"xl\": \"darken\"\n}\n```\n\n- color\n- color-burn\n- color-dodge\n- darken\n- difference\n- exclusion\n- hard-light\n- hue\n- lighten\n- luminosity\n- multiply\n- normal\n- overlay\n- saturation\n- screen\n- soft-light",
|
|
6189
|
-
"values": [
|
|
6190
|
-
{
|
|
6191
|
-
"name": "color"
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
6194
|
-
"name": "color-burn"
|
|
6195
|
-
},
|
|
6196
|
-
{
|
|
6197
|
-
"name": "color-dodge"
|
|
6198
|
-
},
|
|
6199
|
-
{
|
|
6200
|
-
"name": "darken"
|
|
6201
|
-
},
|
|
6202
|
-
{
|
|
6203
|
-
"name": "difference"
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"name": "exclusion"
|
|
6207
|
-
},
|
|
6208
|
-
{
|
|
6209
|
-
"name": "hard-light"
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"name": "hue"
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"name": "lighten"
|
|
6216
|
-
},
|
|
6217
|
-
{
|
|
6218
|
-
"name": "luminosity"
|
|
6219
|
-
},
|
|
6220
|
-
{
|
|
6221
|
-
"name": "multiply"
|
|
6222
|
-
},
|
|
6223
|
-
{
|
|
6224
|
-
"name": "normal"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "overlay"
|
|
6228
|
-
},
|
|
6229
|
-
{
|
|
6230
|
-
"name": "saturation"
|
|
6231
|
-
},
|
|
6232
|
-
{
|
|
6233
|
-
"name": "screen"
|
|
6234
|
-
},
|
|
6235
|
-
{
|
|
6236
|
-
"name": "soft-light"
|
|
6237
|
-
}
|
|
6238
|
-
]
|
|
6239
|
-
},
|
|
6240
6370
|
{
|
|
6241
6371
|
"name": "background-repeat",
|
|
6242
6372
|
"description": "The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.\n\n\n**Initial value**: `repeat`\n\nThis property supports responsive values. You can pass a single value like `\"no-repeat\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"no-repeat\",\n \"md\": \"repeat\",\n \"lg\": \"repeat-x\",\n \"xl\": \"repeat-y\"\n}\n```\n\n- no-repeat\n- repeat\n- repeat-x\n- repeat-y\n- round\n- space",
|
|
@@ -6277,350 +6407,353 @@
|
|
|
6277
6407
|
]
|
|
6278
6408
|
},
|
|
6279
6409
|
{
|
|
6280
|
-
"name": "
|
|
6281
|
-
"description": "The **`
|
|
6410
|
+
"name": "box-sizing",
|
|
6411
|
+
"description": "The **`box-sizing`** CSS property sets how the total width and height of an element is calculated.\n\n\n**Initial value**: `content-box`\n\nThis property supports responsive values. You can pass a single value like `\"border-box\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"border-box\",\n \"md\": \"content-box\",\n \"lg\": \"border-box\",\n \"xl\": \"content-box\"\n}\n```\n\n- border-box\n- content-box",
|
|
6282
6412
|
"values": [
|
|
6283
6413
|
{
|
|
6284
|
-
"name": "
|
|
6414
|
+
"name": "border-box"
|
|
6285
6415
|
},
|
|
6286
6416
|
{
|
|
6287
|
-
"name": "
|
|
6288
|
-
}
|
|
6417
|
+
"name": "content-box"
|
|
6418
|
+
}
|
|
6419
|
+
]
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"name": "cursor",
|
|
6423
|
+
"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\n Or an object like:\n \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",
|
|
6424
|
+
"values": [
|
|
6289
6425
|
{
|
|
6290
|
-
"name": "
|
|
6426
|
+
"name": "alias"
|
|
6291
6427
|
},
|
|
6292
6428
|
{
|
|
6293
|
-
"name": "
|
|
6429
|
+
"name": "all-scroll"
|
|
6294
6430
|
},
|
|
6295
6431
|
{
|
|
6296
|
-
"name": "
|
|
6432
|
+
"name": "auto"
|
|
6297
6433
|
},
|
|
6298
6434
|
{
|
|
6299
|
-
"name": "
|
|
6435
|
+
"name": "cell"
|
|
6300
6436
|
},
|
|
6301
6437
|
{
|
|
6302
|
-
"name": "
|
|
6438
|
+
"name": "col-resize"
|
|
6303
6439
|
},
|
|
6304
6440
|
{
|
|
6305
|
-
"name": "
|
|
6441
|
+
"name": "context-menu"
|
|
6306
6442
|
},
|
|
6307
6443
|
{
|
|
6308
|
-
"name": "
|
|
6444
|
+
"name": "copy"
|
|
6309
6445
|
},
|
|
6310
6446
|
{
|
|
6311
|
-
"name": "
|
|
6447
|
+
"name": "crosshair"
|
|
6312
6448
|
},
|
|
6313
6449
|
{
|
|
6314
|
-
"name": "
|
|
6450
|
+
"name": "default"
|
|
6315
6451
|
},
|
|
6316
6452
|
{
|
|
6317
|
-
"name": "
|
|
6453
|
+
"name": "e-resize"
|
|
6318
6454
|
},
|
|
6319
6455
|
{
|
|
6320
|
-
"name": "
|
|
6456
|
+
"name": "ew-resize"
|
|
6321
6457
|
},
|
|
6322
6458
|
{
|
|
6323
|
-
"name": "
|
|
6459
|
+
"name": "grab"
|
|
6324
6460
|
},
|
|
6325
6461
|
{
|
|
6326
|
-
"name": "
|
|
6462
|
+
"name": "grabbing"
|
|
6327
6463
|
},
|
|
6328
6464
|
{
|
|
6329
|
-
"name": "
|
|
6465
|
+
"name": "help"
|
|
6330
6466
|
},
|
|
6331
6467
|
{
|
|
6332
|
-
"name": "
|
|
6468
|
+
"name": "move"
|
|
6333
6469
|
},
|
|
6334
6470
|
{
|
|
6335
|
-
"name": "
|
|
6471
|
+
"name": "n-resize"
|
|
6336
6472
|
},
|
|
6337
6473
|
{
|
|
6338
|
-
"name": "
|
|
6474
|
+
"name": "ne-resize"
|
|
6339
6475
|
},
|
|
6340
6476
|
{
|
|
6341
|
-
"name": "
|
|
6477
|
+
"name": "nesw-resize"
|
|
6342
6478
|
},
|
|
6343
6479
|
{
|
|
6344
|
-
"name": "
|
|
6480
|
+
"name": "no-drop"
|
|
6345
6481
|
},
|
|
6346
6482
|
{
|
|
6347
|
-
"name": "
|
|
6483
|
+
"name": "none"
|
|
6348
6484
|
},
|
|
6349
6485
|
{
|
|
6350
|
-
"name": "
|
|
6486
|
+
"name": "not-allowed"
|
|
6351
6487
|
},
|
|
6352
6488
|
{
|
|
6353
|
-
"name": "
|
|
6489
|
+
"name": "ns-resize"
|
|
6354
6490
|
},
|
|
6355
6491
|
{
|
|
6356
|
-
"name": "
|
|
6492
|
+
"name": "nw-resize"
|
|
6357
6493
|
},
|
|
6358
6494
|
{
|
|
6359
|
-
"name": "
|
|
6495
|
+
"name": "nwse-resize"
|
|
6360
6496
|
},
|
|
6361
6497
|
{
|
|
6362
|
-
"name": "
|
|
6498
|
+
"name": "pointer"
|
|
6363
6499
|
},
|
|
6364
6500
|
{
|
|
6365
|
-
"name": "
|
|
6501
|
+
"name": "progress"
|
|
6366
6502
|
},
|
|
6367
6503
|
{
|
|
6368
|
-
"name": "
|
|
6369
|
-
}
|
|
6370
|
-
]
|
|
6371
|
-
},
|
|
6372
|
-
{
|
|
6373
|
-
"name": "flex-direction",
|
|
6374
|
-
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n\n**Initial value**: `row`\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"row\",\n \"xl\": \"row-reverse\"\n}\n```\n\n- column\n- column-reverse\n- row\n- row-reverse",
|
|
6375
|
-
"values": [
|
|
6504
|
+
"name": "row-resize"
|
|
6505
|
+
},
|
|
6376
6506
|
{
|
|
6377
|
-
"name": "
|
|
6507
|
+
"name": "s-resize"
|
|
6378
6508
|
},
|
|
6379
6509
|
{
|
|
6380
|
-
"name": "
|
|
6510
|
+
"name": "se-resize"
|
|
6381
6511
|
},
|
|
6382
6512
|
{
|
|
6383
|
-
"name": "
|
|
6513
|
+
"name": "sw-resize"
|
|
6384
6514
|
},
|
|
6385
6515
|
{
|
|
6386
|
-
"name": "
|
|
6387
|
-
}
|
|
6388
|
-
]
|
|
6389
|
-
},
|
|
6390
|
-
{
|
|
6391
|
-
"name": "flex-wrap",
|
|
6392
|
-
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"nowrap\",\n \"md\": \"wrap\",\n \"lg\": \"wrap-reverse\",\n \"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
6393
|
-
"values": [
|
|
6516
|
+
"name": "text"
|
|
6517
|
+
},
|
|
6394
6518
|
{
|
|
6395
|
-
"name": "
|
|
6519
|
+
"name": "vertical-text"
|
|
6396
6520
|
},
|
|
6397
6521
|
{
|
|
6398
|
-
"name": "
|
|
6522
|
+
"name": "w-resize"
|
|
6399
6523
|
},
|
|
6400
6524
|
{
|
|
6401
|
-
"name": "
|
|
6525
|
+
"name": "wait"
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"name": "zoom-in"
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"name": "zoom-out"
|
|
6402
6532
|
}
|
|
6403
6533
|
]
|
|
6404
6534
|
},
|
|
6405
6535
|
{
|
|
6406
|
-
"name": "
|
|
6407
|
-
"description": "The **`
|
|
6536
|
+
"name": "display",
|
|
6537
|
+
"description": "The **`display`** CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.\n\n\n**Initial value**: `inline`\n\nThis property supports responsive values. You can pass a single value like `\"block\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"block\",\n \"md\": \"contents\",\n \"lg\": \"flex\",\n \"xl\": \"flow\"\n}\n```\n\n- block\n- contents\n- flex\n- flow\n- flow-root\n- grid\n- inline\n- inline-block\n- inline-flex\n- inline-grid\n- inline-list-item\n- inline-table\n- list-item\n- none\n- ruby\n- ruby-base\n- ruby-base-container\n- ruby-text\n- ruby-text-container\n- run-in\n- table\n- table-caption\n- table-cell\n- table-column\n- table-column-group\n- table-footer-group\n- table-header-group\n- table-row\n- table-row-group",
|
|
6408
6538
|
"values": [
|
|
6409
6539
|
{
|
|
6410
|
-
"name": "
|
|
6540
|
+
"name": "block"
|
|
6411
6541
|
},
|
|
6412
6542
|
{
|
|
6413
|
-
"name": "
|
|
6543
|
+
"name": "contents"
|
|
6414
6544
|
},
|
|
6415
6545
|
{
|
|
6416
|
-
"name": "
|
|
6546
|
+
"name": "flex"
|
|
6417
6547
|
},
|
|
6418
6548
|
{
|
|
6419
|
-
"name": "
|
|
6549
|
+
"name": "flow"
|
|
6420
6550
|
},
|
|
6421
6551
|
{
|
|
6422
|
-
"name": "
|
|
6552
|
+
"name": "flow-root"
|
|
6423
6553
|
},
|
|
6424
6554
|
{
|
|
6425
|
-
"name": "
|
|
6426
|
-
}
|
|
6427
|
-
]
|
|
6428
|
-
},
|
|
6429
|
-
{
|
|
6430
|
-
"name": "justify-content",
|
|
6431
|
-
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"end\",\n \"lg\": \"flex-end\",\n \"xl\": \"flex-start\"\n}\n```\n\n- center\n- end\n- flex-end\n- flex-start\n- left\n- normal\n- right\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
6432
|
-
"values": [
|
|
6433
|
-
{
|
|
6434
|
-
"name": "center"
|
|
6555
|
+
"name": "grid"
|
|
6435
6556
|
},
|
|
6436
6557
|
{
|
|
6437
|
-
"name": "
|
|
6558
|
+
"name": "inline"
|
|
6438
6559
|
},
|
|
6439
6560
|
{
|
|
6440
|
-
"name": "
|
|
6561
|
+
"name": "inline-block"
|
|
6441
6562
|
},
|
|
6442
6563
|
{
|
|
6443
|
-
"name": "flex
|
|
6564
|
+
"name": "inline-flex"
|
|
6444
6565
|
},
|
|
6445
6566
|
{
|
|
6446
|
-
"name": "
|
|
6567
|
+
"name": "inline-grid"
|
|
6447
6568
|
},
|
|
6448
6569
|
{
|
|
6449
|
-
"name": "
|
|
6570
|
+
"name": "inline-list-item"
|
|
6450
6571
|
},
|
|
6451
6572
|
{
|
|
6452
|
-
"name": "
|
|
6573
|
+
"name": "inline-table"
|
|
6453
6574
|
},
|
|
6454
6575
|
{
|
|
6455
|
-
"name": "
|
|
6576
|
+
"name": "list-item"
|
|
6456
6577
|
},
|
|
6457
6578
|
{
|
|
6458
|
-
"name": "
|
|
6579
|
+
"name": "none"
|
|
6459
6580
|
},
|
|
6460
6581
|
{
|
|
6461
|
-
"name": "
|
|
6582
|
+
"name": "ruby"
|
|
6462
6583
|
},
|
|
6463
6584
|
{
|
|
6464
|
-
"name": "
|
|
6585
|
+
"name": "ruby-base"
|
|
6465
6586
|
},
|
|
6466
6587
|
{
|
|
6467
|
-
"name": "
|
|
6468
|
-
}
|
|
6469
|
-
]
|
|
6470
|
-
},
|
|
6471
|
-
{
|
|
6472
|
-
"name": "justify-items",
|
|
6473
|
-
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
6474
|
-
"values": [
|
|
6475
|
-
{
|
|
6476
|
-
"name": "baseline"
|
|
6588
|
+
"name": "ruby-base-container"
|
|
6477
6589
|
},
|
|
6478
6590
|
{
|
|
6479
|
-
"name": "
|
|
6591
|
+
"name": "ruby-text"
|
|
6480
6592
|
},
|
|
6481
6593
|
{
|
|
6482
|
-
"name": "
|
|
6594
|
+
"name": "ruby-text-container"
|
|
6483
6595
|
},
|
|
6484
6596
|
{
|
|
6485
|
-
"name": "
|
|
6597
|
+
"name": "run-in"
|
|
6486
6598
|
},
|
|
6487
6599
|
{
|
|
6488
|
-
"name": "
|
|
6600
|
+
"name": "table"
|
|
6489
6601
|
},
|
|
6490
6602
|
{
|
|
6491
|
-
"name": "
|
|
6603
|
+
"name": "table-caption"
|
|
6492
6604
|
},
|
|
6493
6605
|
{
|
|
6494
|
-
"name": "
|
|
6606
|
+
"name": "table-cell"
|
|
6495
6607
|
},
|
|
6496
6608
|
{
|
|
6497
|
-
"name": "
|
|
6609
|
+
"name": "table-column"
|
|
6498
6610
|
},
|
|
6499
6611
|
{
|
|
6500
|
-
"name": "
|
|
6612
|
+
"name": "table-column-group"
|
|
6501
6613
|
},
|
|
6502
6614
|
{
|
|
6503
|
-
"name": "
|
|
6615
|
+
"name": "table-footer-group"
|
|
6504
6616
|
},
|
|
6505
6617
|
{
|
|
6506
|
-
"name": "
|
|
6618
|
+
"name": "table-header-group"
|
|
6507
6619
|
},
|
|
6508
6620
|
{
|
|
6509
|
-
"name": "
|
|
6621
|
+
"name": "table-row"
|
|
6510
6622
|
},
|
|
6511
6623
|
{
|
|
6512
|
-
"name": "
|
|
6624
|
+
"name": "table-row-group"
|
|
6513
6625
|
}
|
|
6514
6626
|
]
|
|
6515
6627
|
},
|
|
6516
6628
|
{
|
|
6517
|
-
"name": "
|
|
6518
|
-
"description": "The
|
|
6629
|
+
"name": "flex-basis",
|
|
6630
|
+
"description": "The **`flex-basis`** CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with `box-sizing`.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
6519
6631
|
"values": [
|
|
6520
6632
|
{
|
|
6521
|
-
"name": "
|
|
6522
|
-
},
|
|
6523
|
-
{
|
|
6524
|
-
"name": "center"
|
|
6633
|
+
"name": "auto"
|
|
6525
6634
|
},
|
|
6526
6635
|
{
|
|
6527
|
-
"name": "
|
|
6636
|
+
"name": "content"
|
|
6528
6637
|
},
|
|
6529
6638
|
{
|
|
6530
|
-
"name": "
|
|
6639
|
+
"name": "fit-content"
|
|
6531
6640
|
},
|
|
6532
6641
|
{
|
|
6533
|
-
"name": "
|
|
6642
|
+
"name": "max-content"
|
|
6534
6643
|
},
|
|
6535
6644
|
{
|
|
6536
|
-
"name": "
|
|
6645
|
+
"name": "min-content"
|
|
6537
6646
|
},
|
|
6538
6647
|
{
|
|
6539
|
-
"name": "
|
|
6540
|
-
}
|
|
6648
|
+
"name": "stretch"
|
|
6649
|
+
}
|
|
6650
|
+
]
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "flex-direction",
|
|
6654
|
+
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n\n**Initial value**: `row`\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"row\",\n \"xl\": \"row-reverse\"\n}\n```\n\n- column\n- column-reverse\n- row\n- row-reverse",
|
|
6655
|
+
"values": [
|
|
6541
6656
|
{
|
|
6542
|
-
"name": "
|
|
6657
|
+
"name": "column"
|
|
6543
6658
|
},
|
|
6544
6659
|
{
|
|
6545
|
-
"name": "
|
|
6660
|
+
"name": "column-reverse"
|
|
6546
6661
|
},
|
|
6547
6662
|
{
|
|
6548
|
-
"name": "
|
|
6663
|
+
"name": "row"
|
|
6549
6664
|
},
|
|
6550
6665
|
{
|
|
6551
|
-
"name": "
|
|
6666
|
+
"name": "row-reverse"
|
|
6552
6667
|
}
|
|
6553
6668
|
]
|
|
6554
6669
|
},
|
|
6555
6670
|
{
|
|
6556
|
-
"name": "
|
|
6557
|
-
"description": "The
|
|
6671
|
+
"name": "flex-grow",
|
|
6672
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
6673
|
+
"values": []
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "flex-shrink",
|
|
6677
|
+
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
6678
|
+
"values": []
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"name": "flex-wrap",
|
|
6682
|
+
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"nowrap\",\n \"md\": \"wrap\",\n \"lg\": \"wrap-reverse\",\n \"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
6558
6683
|
"values": [
|
|
6559
6684
|
{
|
|
6560
|
-
"name": "
|
|
6561
|
-
},
|
|
6562
|
-
{
|
|
6563
|
-
"name": "center"
|
|
6564
|
-
},
|
|
6565
|
-
{
|
|
6566
|
-
"name": "end"
|
|
6685
|
+
"name": "nowrap"
|
|
6567
6686
|
},
|
|
6568
6687
|
{
|
|
6569
|
-
"name": "
|
|
6688
|
+
"name": "wrap"
|
|
6570
6689
|
},
|
|
6571
6690
|
{
|
|
6572
|
-
"name": "
|
|
6573
|
-
}
|
|
6691
|
+
"name": "wrap-reverse"
|
|
6692
|
+
}
|
|
6693
|
+
]
|
|
6694
|
+
},
|
|
6695
|
+
{
|
|
6696
|
+
"name": "grid-template-areas",
|
|
6697
|
+
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
6698
|
+
"values": []
|
|
6699
|
+
},
|
|
6700
|
+
{
|
|
6701
|
+
"name": "grid-template-columns",
|
|
6702
|
+
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
6703
|
+
"values": [
|
|
6574
6704
|
{
|
|
6575
|
-
"name": "
|
|
6705
|
+
"name": "auto"
|
|
6576
6706
|
},
|
|
6577
6707
|
{
|
|
6578
|
-
"name": "
|
|
6708
|
+
"name": "max-content"
|
|
6579
6709
|
},
|
|
6580
6710
|
{
|
|
6581
|
-
"name": "
|
|
6711
|
+
"name": "min-content"
|
|
6582
6712
|
},
|
|
6583
6713
|
{
|
|
6584
|
-
"name": "
|
|
6714
|
+
"name": "none"
|
|
6585
6715
|
},
|
|
6586
6716
|
{
|
|
6587
|
-
"name": "
|
|
6717
|
+
"name": "subgrid"
|
|
6588
6718
|
}
|
|
6589
6719
|
]
|
|
6590
6720
|
},
|
|
6591
6721
|
{
|
|
6592
|
-
"name": "
|
|
6593
|
-
"description": "The **`
|
|
6722
|
+
"name": "grid-template-rows",
|
|
6723
|
+
"description": "The **`grid-template-rows`** CSS property defines the line names and track sizing functions of the grid rows.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"max-content\",\n \"lg\": \"min-content\",\n \"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
6594
6724
|
"values": [
|
|
6595
6725
|
{
|
|
6596
6726
|
"name": "auto"
|
|
6597
6727
|
},
|
|
6598
6728
|
{
|
|
6599
|
-
"name": "
|
|
6600
|
-
},
|
|
6601
|
-
{
|
|
6602
|
-
"name": "center"
|
|
6729
|
+
"name": "max-content"
|
|
6603
6730
|
},
|
|
6604
6731
|
{
|
|
6605
|
-
"name": "
|
|
6732
|
+
"name": "min-content"
|
|
6606
6733
|
},
|
|
6607
6734
|
{
|
|
6608
|
-
"name": "
|
|
6735
|
+
"name": "none"
|
|
6609
6736
|
},
|
|
6610
6737
|
{
|
|
6611
|
-
"name": "
|
|
6612
|
-
}
|
|
6738
|
+
"name": "subgrid"
|
|
6739
|
+
}
|
|
6740
|
+
]
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"name": "height",
|
|
6744
|
+
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- auto\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
6745
|
+
"values": [
|
|
6613
6746
|
{
|
|
6614
|
-
"name": "
|
|
6747
|
+
"name": "auto"
|
|
6615
6748
|
},
|
|
6616
6749
|
{
|
|
6617
|
-
"name": "
|
|
6750
|
+
"name": "fit-content"
|
|
6618
6751
|
},
|
|
6619
6752
|
{
|
|
6620
|
-
"name": "
|
|
6753
|
+
"name": "max-content"
|
|
6621
6754
|
},
|
|
6622
6755
|
{
|
|
6623
|
-
"name": "
|
|
6756
|
+
"name": "min-content"
|
|
6624
6757
|
},
|
|
6625
6758
|
{
|
|
6626
6759
|
"name": "stretch"
|
|
@@ -6628,191 +6761,201 @@
|
|
|
6628
6761
|
]
|
|
6629
6762
|
},
|
|
6630
6763
|
{
|
|
6631
|
-
"name": "
|
|
6632
|
-
"description": "The **`
|
|
6764
|
+
"name": "justify-content",
|
|
6765
|
+
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"center\",\n \"md\": \"end\",\n \"lg\": \"flex-end\",\n \"xl\": \"flex-start\"\n}\n```\n\n- center\n- end\n- flex-end\n- flex-start\n- left\n- normal\n- right\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
6633
6766
|
"values": [
|
|
6634
6767
|
{
|
|
6635
|
-
"name": "
|
|
6636
|
-
},
|
|
6637
|
-
{
|
|
6638
|
-
"name": "auto"
|
|
6639
|
-
},
|
|
6640
|
-
{
|
|
6641
|
-
"name": "fill"
|
|
6642
|
-
},
|
|
6643
|
-
{
|
|
6644
|
-
"name": "inherit"
|
|
6645
|
-
},
|
|
6646
|
-
{
|
|
6647
|
-
"name": "none"
|
|
6768
|
+
"name": "center"
|
|
6648
6769
|
},
|
|
6649
6770
|
{
|
|
6650
|
-
"name": "
|
|
6771
|
+
"name": "end"
|
|
6651
6772
|
},
|
|
6652
6773
|
{
|
|
6653
|
-
"name": "
|
|
6774
|
+
"name": "flex-end"
|
|
6654
6775
|
},
|
|
6655
6776
|
{
|
|
6656
|
-
"name": "
|
|
6777
|
+
"name": "flex-start"
|
|
6657
6778
|
},
|
|
6658
6779
|
{
|
|
6659
|
-
"name": "
|
|
6780
|
+
"name": "left"
|
|
6660
6781
|
},
|
|
6661
6782
|
{
|
|
6662
|
-
"name": "
|
|
6783
|
+
"name": "normal"
|
|
6663
6784
|
},
|
|
6664
6785
|
{
|
|
6665
|
-
"name": "
|
|
6666
|
-
}
|
|
6667
|
-
]
|
|
6668
|
-
},
|
|
6669
|
-
{
|
|
6670
|
-
"name": "position",
|
|
6671
|
-
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n\n**Initial value**: `static`\n\nThis property supports responsive values. You can pass a single value like `\"absolute\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"absolute\",\n \"md\": \"fixed\",\n \"lg\": \"relative\",\n \"xl\": \"static\"\n}\n```\n\n- absolute\n- fixed\n- relative\n- static\n- sticky",
|
|
6672
|
-
"values": [
|
|
6673
|
-
{
|
|
6674
|
-
"name": "absolute"
|
|
6786
|
+
"name": "right"
|
|
6675
6787
|
},
|
|
6676
6788
|
{
|
|
6677
|
-
"name": "
|
|
6789
|
+
"name": "space-around"
|
|
6678
6790
|
},
|
|
6679
6791
|
{
|
|
6680
|
-
"name": "
|
|
6792
|
+
"name": "space-between"
|
|
6681
6793
|
},
|
|
6682
6794
|
{
|
|
6683
|
-
"name": "
|
|
6795
|
+
"name": "space-evenly"
|
|
6684
6796
|
},
|
|
6685
6797
|
{
|
|
6686
|
-
"name": "
|
|
6687
|
-
}
|
|
6688
|
-
]
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"name": "box-sizing",
|
|
6692
|
-
"description": "The **`box-sizing`** CSS property sets how the total width and height of an element is calculated.\n\n\n**Initial value**: `content-box`\n\nThis property supports responsive values. You can pass a single value like `\"border-box\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"border-box\",\n \"md\": \"content-box\",\n \"lg\": \"border-box\",\n \"xl\": \"content-box\"\n}\n```\n\n- border-box\n- content-box",
|
|
6693
|
-
"values": [
|
|
6694
|
-
{
|
|
6695
|
-
"name": "border-box"
|
|
6798
|
+
"name": "start"
|
|
6696
6799
|
},
|
|
6697
6800
|
{
|
|
6698
|
-
"name": "
|
|
6801
|
+
"name": "stretch"
|
|
6699
6802
|
}
|
|
6700
6803
|
]
|
|
6701
6804
|
},
|
|
6702
6805
|
{
|
|
6703
|
-
"name": "
|
|
6704
|
-
"description": "The **`
|
|
6806
|
+
"name": "justify-items",
|
|
6807
|
+
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"baseline\",\n \"md\": \"center\",\n \"lg\": \"end\",\n \"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
6705
6808
|
"values": [
|
|
6706
6809
|
{
|
|
6707
|
-
"name": "
|
|
6708
|
-
},
|
|
6709
|
-
{
|
|
6710
|
-
"name": "all-scroll"
|
|
6711
|
-
},
|
|
6712
|
-
{
|
|
6713
|
-
"name": "auto"
|
|
6810
|
+
"name": "baseline"
|
|
6714
6811
|
},
|
|
6715
6812
|
{
|
|
6716
|
-
"name": "
|
|
6813
|
+
"name": "center"
|
|
6717
6814
|
},
|
|
6718
6815
|
{
|
|
6719
|
-
"name": "
|
|
6816
|
+
"name": "end"
|
|
6720
6817
|
},
|
|
6721
6818
|
{
|
|
6722
|
-
"name": "
|
|
6819
|
+
"name": "flex-end"
|
|
6723
6820
|
},
|
|
6724
6821
|
{
|
|
6725
|
-
"name": "
|
|
6822
|
+
"name": "flex-start"
|
|
6726
6823
|
},
|
|
6727
6824
|
{
|
|
6728
|
-
"name": "
|
|
6825
|
+
"name": "left"
|
|
6729
6826
|
},
|
|
6730
6827
|
{
|
|
6731
|
-
"name": "
|
|
6828
|
+
"name": "legacy"
|
|
6732
6829
|
},
|
|
6733
6830
|
{
|
|
6734
|
-
"name": "
|
|
6831
|
+
"name": "normal"
|
|
6735
6832
|
},
|
|
6736
6833
|
{
|
|
6737
|
-
"name": "
|
|
6834
|
+
"name": "right"
|
|
6738
6835
|
},
|
|
6739
6836
|
{
|
|
6740
|
-
"name": "
|
|
6837
|
+
"name": "self-end"
|
|
6741
6838
|
},
|
|
6742
6839
|
{
|
|
6743
|
-
"name": "
|
|
6840
|
+
"name": "self-start"
|
|
6744
6841
|
},
|
|
6745
6842
|
{
|
|
6746
|
-
"name": "
|
|
6843
|
+
"name": "start"
|
|
6747
6844
|
},
|
|
6748
6845
|
{
|
|
6749
|
-
"name": "
|
|
6750
|
-
}
|
|
6846
|
+
"name": "stretch"
|
|
6847
|
+
}
|
|
6848
|
+
]
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"name": "max-height",
|
|
6852
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
6853
|
+
"values": [
|
|
6751
6854
|
{
|
|
6752
|
-
"name": "
|
|
6855
|
+
"name": "fit-content"
|
|
6753
6856
|
},
|
|
6754
6857
|
{
|
|
6755
|
-
"name": "
|
|
6858
|
+
"name": "intrinsic"
|
|
6756
6859
|
},
|
|
6757
6860
|
{
|
|
6758
|
-
"name": "
|
|
6861
|
+
"name": "max-content"
|
|
6759
6862
|
},
|
|
6760
6863
|
{
|
|
6761
|
-
"name": "
|
|
6864
|
+
"name": "min-content"
|
|
6762
6865
|
},
|
|
6763
6866
|
{
|
|
6764
6867
|
"name": "none"
|
|
6765
6868
|
},
|
|
6766
6869
|
{
|
|
6767
|
-
"name": "
|
|
6870
|
+
"name": "stretch"
|
|
6871
|
+
}
|
|
6872
|
+
]
|
|
6873
|
+
},
|
|
6874
|
+
{
|
|
6875
|
+
"name": "max-width",
|
|
6876
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
6877
|
+
"values": [
|
|
6878
|
+
{
|
|
6879
|
+
"name": "fit-content"
|
|
6768
6880
|
},
|
|
6769
6881
|
{
|
|
6770
|
-
"name": "
|
|
6882
|
+
"name": "intrinsic"
|
|
6771
6883
|
},
|
|
6772
6884
|
{
|
|
6773
|
-
"name": "
|
|
6885
|
+
"name": "max-content"
|
|
6774
6886
|
},
|
|
6775
6887
|
{
|
|
6776
|
-
"name": "
|
|
6888
|
+
"name": "min-content"
|
|
6777
6889
|
},
|
|
6778
6890
|
{
|
|
6779
|
-
"name": "
|
|
6891
|
+
"name": "none"
|
|
6780
6892
|
},
|
|
6781
6893
|
{
|
|
6782
|
-
"name": "
|
|
6894
|
+
"name": "stretch"
|
|
6895
|
+
}
|
|
6896
|
+
]
|
|
6897
|
+
},
|
|
6898
|
+
{
|
|
6899
|
+
"name": "min-height",
|
|
6900
|
+
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
6901
|
+
"values": [
|
|
6902
|
+
{
|
|
6903
|
+
"name": "auto"
|
|
6783
6904
|
},
|
|
6784
6905
|
{
|
|
6785
|
-
"name": "
|
|
6906
|
+
"name": "fit-content"
|
|
6786
6907
|
},
|
|
6787
6908
|
{
|
|
6788
|
-
"name": "
|
|
6909
|
+
"name": "intrinsic"
|
|
6789
6910
|
},
|
|
6790
6911
|
{
|
|
6791
|
-
"name": "
|
|
6912
|
+
"name": "max-content"
|
|
6792
6913
|
},
|
|
6793
6914
|
{
|
|
6794
|
-
"name": "
|
|
6915
|
+
"name": "min-content"
|
|
6795
6916
|
},
|
|
6796
6917
|
{
|
|
6797
|
-
"name": "
|
|
6918
|
+
"name": "stretch"
|
|
6919
|
+
}
|
|
6920
|
+
]
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"name": "min-width",
|
|
6924
|
+
"description": "The **`min-width`** CSS property sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `min-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
6925
|
+
"values": [
|
|
6926
|
+
{
|
|
6927
|
+
"name": "auto"
|
|
6798
6928
|
},
|
|
6799
6929
|
{
|
|
6800
|
-
"name": "
|
|
6930
|
+
"name": "fit-content"
|
|
6801
6931
|
},
|
|
6802
6932
|
{
|
|
6803
|
-
"name": "
|
|
6933
|
+
"name": "intrinsic"
|
|
6804
6934
|
},
|
|
6805
6935
|
{
|
|
6806
|
-
"name": "
|
|
6936
|
+
"name": "max-content"
|
|
6807
6937
|
},
|
|
6808
6938
|
{
|
|
6809
|
-
"name": "
|
|
6939
|
+
"name": "min-content"
|
|
6810
6940
|
},
|
|
6811
6941
|
{
|
|
6812
|
-
"name": "
|
|
6942
|
+
"name": "min-intrinsic"
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"name": "stretch"
|
|
6813
6946
|
}
|
|
6814
6947
|
]
|
|
6815
6948
|
},
|
|
6949
|
+
{
|
|
6950
|
+
"name": "opacity",
|
|
6951
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n\n**Initial value**: `1.0`",
|
|
6952
|
+
"values": []
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "order",
|
|
6956
|
+
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
6957
|
+
"values": []
|
|
6958
|
+
},
|
|
6816
6959
|
{
|
|
6817
6960
|
"name": "overflow-x",
|
|
6818
6961
|
"description": "The **`overflow-x`** CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
@@ -6856,29 +6999,41 @@
|
|
|
6856
6999
|
]
|
|
6857
7000
|
},
|
|
6858
7001
|
{
|
|
6859
|
-
"name": "
|
|
6860
|
-
"description": "The **`
|
|
7002
|
+
"name": "pointer-events",
|
|
7003
|
+
"description": "The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"auto\",\n \"lg\": \"fill\",\n \"xl\": \"inherit\"\n}\n```\n\n- all\n- auto\n- fill\n- inherit\n- none\n- painted\n- stroke\n- visible\n- visibleFill\n- visiblePainted\n- visibleStroke",
|
|
6861
7004
|
"values": [
|
|
6862
7005
|
{
|
|
6863
|
-
"name": "
|
|
7006
|
+
"name": "all"
|
|
6864
7007
|
},
|
|
6865
7008
|
{
|
|
6866
|
-
"name": "
|
|
7009
|
+
"name": "auto"
|
|
6867
7010
|
},
|
|
6868
7011
|
{
|
|
6869
|
-
"name": "
|
|
7012
|
+
"name": "fill"
|
|
6870
7013
|
},
|
|
6871
7014
|
{
|
|
6872
|
-
"name": "
|
|
7015
|
+
"name": "inherit"
|
|
6873
7016
|
},
|
|
6874
7017
|
{
|
|
6875
|
-
"name": "
|
|
7018
|
+
"name": "none"
|
|
6876
7019
|
},
|
|
6877
7020
|
{
|
|
6878
|
-
"name": "
|
|
7021
|
+
"name": "painted"
|
|
6879
7022
|
},
|
|
6880
7023
|
{
|
|
6881
|
-
"name": "
|
|
7024
|
+
"name": "stroke"
|
|
7025
|
+
},
|
|
7026
|
+
{
|
|
7027
|
+
"name": "visible"
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
"name": "visibleFill"
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "visiblePainted"
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"name": "visibleStroke"
|
|
6882
7037
|
}
|
|
6883
7038
|
]
|
|
6884
7039
|
},
|
|
@@ -6910,9 +7065,48 @@
|
|
|
6910
7065
|
]
|
|
6911
7066
|
},
|
|
6912
7067
|
{
|
|
6913
|
-
"name": "
|
|
6914
|
-
"description": "The **`
|
|
6915
|
-
"
|
|
7068
|
+
"name": "transition-delay",
|
|
7069
|
+
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
7070
|
+
"type": "string"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"name": "transition-property",
|
|
7074
|
+
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"none\",\n \"lg\": \"all\",\n \"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
7075
|
+
"values": [
|
|
7076
|
+
{
|
|
7077
|
+
"name": "all"
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"name": "none"
|
|
7081
|
+
}
|
|
7082
|
+
]
|
|
7083
|
+
},
|
|
7084
|
+
{
|
|
7085
|
+
"name": "transition-timing-function",
|
|
7086
|
+
"description": "The **`transition-timing-function`** CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.\n\n\n**Initial value**: `ease`\n\nThis property supports responsive values. You can pass a single value like `\"ease\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"ease\",\n \"md\": \"ease-in\",\n \"lg\": \"ease-in-out\",\n \"xl\": \"ease-out\"\n}\n```\n\n- ease\n- ease-in\n- ease-in-out\n- ease-out\n- linear\n- step-end\n- step-start",
|
|
7087
|
+
"values": [
|
|
7088
|
+
{
|
|
7089
|
+
"name": "ease"
|
|
7090
|
+
},
|
|
7091
|
+
{
|
|
7092
|
+
"name": "ease-in"
|
|
7093
|
+
},
|
|
7094
|
+
{
|
|
7095
|
+
"name": "ease-in-out"
|
|
7096
|
+
},
|
|
7097
|
+
{
|
|
7098
|
+
"name": "ease-out"
|
|
7099
|
+
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "linear"
|
|
7102
|
+
},
|
|
7103
|
+
{
|
|
7104
|
+
"name": "step-end"
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "step-start"
|
|
7108
|
+
}
|
|
7109
|
+
]
|
|
6916
7110
|
},
|
|
6917
7111
|
{
|
|
6918
7112
|
"name": "vertical-align",
|
|
@@ -6969,17 +7163,17 @@
|
|
|
6969
7163
|
]
|
|
6970
7164
|
},
|
|
6971
7165
|
{
|
|
6972
|
-
"name": "
|
|
6973
|
-
"description": "The **`
|
|
7166
|
+
"name": "width",
|
|
7167
|
+
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"fit-content\",\n \"lg\": \"intrinsic\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
6974
7168
|
"values": [
|
|
6975
7169
|
{
|
|
6976
7170
|
"name": "auto"
|
|
6977
7171
|
},
|
|
6978
7172
|
{
|
|
6979
|
-
"name": "content"
|
|
7173
|
+
"name": "fit-content"
|
|
6980
7174
|
},
|
|
6981
7175
|
{
|
|
6982
|
-
"name": "
|
|
7176
|
+
"name": "intrinsic"
|
|
6983
7177
|
},
|
|
6984
7178
|
{
|
|
6985
7179
|
"name": "max-content"
|
|
@@ -6988,7 +7182,7 @@
|
|
|
6988
7182
|
"name": "min-content"
|
|
6989
7183
|
},
|
|
6990
7184
|
{
|
|
6991
|
-
"name": "
|
|
7185
|
+
"name": "min-intrinsic"
|
|
6992
7186
|
},
|
|
6993
7187
|
{
|
|
6994
7188
|
"name": "stretch"
|
|
@@ -6996,55 +7190,50 @@
|
|
|
6996
7190
|
]
|
|
6997
7191
|
},
|
|
6998
7192
|
{
|
|
6999
|
-
"name": "
|
|
7000
|
-
"description": "The **`
|
|
7001
|
-
"values": []
|
|
7002
|
-
},
|
|
7003
|
-
{
|
|
7004
|
-
"name": "background-position",
|
|
7005
|
-
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"left\",\n \"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
7193
|
+
"name": "flex",
|
|
7194
|
+
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"content\",\n \"lg\": \"fit-content\",\n \"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- none\n- stretch",
|
|
7006
7195
|
"values": [
|
|
7007
7196
|
{
|
|
7008
|
-
"name": "
|
|
7197
|
+
"name": "auto"
|
|
7009
7198
|
},
|
|
7010
7199
|
{
|
|
7011
|
-
"name": "
|
|
7200
|
+
"name": "content"
|
|
7012
7201
|
},
|
|
7013
7202
|
{
|
|
7014
|
-
"name": "
|
|
7203
|
+
"name": "fit-content"
|
|
7015
7204
|
},
|
|
7016
7205
|
{
|
|
7017
|
-
"name": "
|
|
7206
|
+
"name": "max-content"
|
|
7018
7207
|
},
|
|
7019
7208
|
{
|
|
7020
|
-
"name": "
|
|
7209
|
+
"name": "min-content"
|
|
7210
|
+
},
|
|
7211
|
+
{
|
|
7212
|
+
"name": "none"
|
|
7213
|
+
},
|
|
7214
|
+
{
|
|
7215
|
+
"name": "stretch"
|
|
7021
7216
|
}
|
|
7022
7217
|
]
|
|
7023
7218
|
},
|
|
7024
7219
|
{
|
|
7025
|
-
"name": "
|
|
7026
|
-
"description": "The **`
|
|
7220
|
+
"name": "background-position",
|
|
7221
|
+
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"bottom\",\n \"md\": \"center\",\n \"lg\": \"left\",\n \"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
7027
7222
|
"values": [
|
|
7028
7223
|
{
|
|
7029
|
-
"name": "
|
|
7030
|
-
},
|
|
7031
|
-
{
|
|
7032
|
-
"name": "column-reverse"
|
|
7033
|
-
},
|
|
7034
|
-
{
|
|
7035
|
-
"name": "nowrap"
|
|
7224
|
+
"name": "bottom"
|
|
7036
7225
|
},
|
|
7037
7226
|
{
|
|
7038
|
-
"name": "
|
|
7227
|
+
"name": "center"
|
|
7039
7228
|
},
|
|
7040
7229
|
{
|
|
7041
|
-
"name": "
|
|
7230
|
+
"name": "left"
|
|
7042
7231
|
},
|
|
7043
7232
|
{
|
|
7044
|
-
"name": "
|
|
7233
|
+
"name": "right"
|
|
7045
7234
|
},
|
|
7046
7235
|
{
|
|
7047
|
-
"name": "
|
|
7236
|
+
"name": "top"
|
|
7048
7237
|
}
|
|
7049
7238
|
]
|
|
7050
7239
|
},
|
|
@@ -7084,6 +7273,38 @@
|
|
|
7084
7273
|
}
|
|
7085
7274
|
]
|
|
7086
7275
|
},
|
|
7276
|
+
{
|
|
7277
|
+
"name": "flex-flow",
|
|
7278
|
+
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"nowrap\",\n \"xl\": \"row\"\n}\n```\n\n- column\n- column-reverse\n- nowrap\n- row\n- row-reverse\n- wrap\n- wrap-reverse",
|
|
7279
|
+
"values": [
|
|
7280
|
+
{
|
|
7281
|
+
"name": "column"
|
|
7282
|
+
},
|
|
7283
|
+
{
|
|
7284
|
+
"name": "column-reverse"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"name": "nowrap"
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"name": "row"
|
|
7291
|
+
},
|
|
7292
|
+
{
|
|
7293
|
+
"name": "row-reverse"
|
|
7294
|
+
},
|
|
7295
|
+
{
|
|
7296
|
+
"name": "wrap"
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"name": "wrap-reverse"
|
|
7300
|
+
}
|
|
7301
|
+
]
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
"name": "grid-area",
|
|
7305
|
+
"description": "The **`grid-area`** CSS shorthand property specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.",
|
|
7306
|
+
"values": []
|
|
7307
|
+
},
|
|
7087
7308
|
{
|
|
7088
7309
|
"name": "overflow",
|
|
7089
7310
|
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"clip\",\n \"lg\": \"hidden\",\n \"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
@@ -7155,8 +7376,7 @@
|
|
|
7155
7376
|
},
|
|
7156
7377
|
{
|
|
7157
7378
|
"name": "as",
|
|
7158
|
-
"
|
|
7159
|
-
"description": "Changes the rendered element.\n\n- a\n- abbr\n- address\n- area\n- article\n- aside\n- audio\n- b\n- base\n- bdi\n- bdo\n- blockquote\n- body\n- br\n- button\n- canvas\n- caption\n- cite\n- code\n- col\n- colgroup\n- data\n- datalist\n- dd\n- del\n- details\n- dfn\n- dialog\n- div\n- dl\n- dt\n- em\n- embed\n- fieldset\n- figcaption\n- figure\n- footer\n- form\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6\n- head\n- header\n- hgroup\n- hr\n- html\n- i\n- iframe\n- img\n- input\n- ins\n- kbd\n- label\n- legend\n- li\n- link\n- main\n- map\n- mark\n- menu\n- meta\n- meter\n- nav\n- noscript\n- object\n- ol\n- optgroup\n- option\n- output\n- p\n- picture\n- pre\n- progress\n- q\n- rarui-box\n- rp\n- rt\n- ruby\n- s\n- samp\n- script\n- section\n- select\n- slot\n- small\n- source\n- span\n- strong\n- style\n- sub\n- summary\n- sup\n- table\n- tbody\n- td\n- template\n- textarea\n- tfoot\n- th\n- thead\n- time\n- title\n- tr\n- track\n- u\n- ul\n- var\n- video\n- wbr",
|
|
7379
|
+
"description": "Changes the rendered element.\n\n- a\n- abbr\n- address\n- area\n- article\n- aside\n- audio\n- b\n- base\n- bdi\n- bdo\n- blockquote\n- body\n- br\n- button\n- canvas\n- caption\n- cite\n- code\n- col\n- colgroup\n- data\n- datalist\n- dd\n- del\n- details\n- dfn\n- dialog\n- div\n- dl\n- dt\n- em\n- embed\n- fieldset\n- figcaption\n- figure\n- footer\n- form\n- h1\n- h2\n- h3\n- h4\n- h5\n- h6\n- head\n- header\n- hgroup\n- hr\n- html\n- i\n- iframe\n- img\n- input\n- ins\n- kbd\n- label\n- legend\n- li\n- link\n- main\n- map\n- mark\n- menu\n- meta\n- meter\n- nav\n- noscript\n- object\n- ol\n- optgroup\n- option\n- output\n- p\n- picture\n- pre\n- progress\n- q\n- rarui-box\n- rp\n- rt\n- ruby\n- s\n- samp\n- script\n- section\n- select\n- slot\n- small\n- source\n- span\n- strong\n- style\n- sub\n- summary\n- sup\n- table\n- tbody\n- td\n- template\n- textarea\n- tfoot\n- th\n- thead\n- time\n- title\n- tr\n- track\n- u\n- ul\n- var\n- video\n- wbr\n\n@default div",
|
|
7160
7380
|
"type": "string",
|
|
7161
7381
|
"values": [
|
|
7162
7382
|
{
|
|
@@ -7496,19 +7716,125 @@
|
|
|
7496
7716
|
{
|
|
7497
7717
|
"name": "wbr"
|
|
7498
7718
|
}
|
|
7719
|
+
],
|
|
7720
|
+
"default": "div"
|
|
7721
|
+
}
|
|
7722
|
+
]
|
|
7723
|
+
},
|
|
7724
|
+
{
|
|
7725
|
+
"name": "rarui-sidebar",
|
|
7726
|
+
"attributes": [
|
|
7727
|
+
{
|
|
7728
|
+
"name": "open",
|
|
7729
|
+
"description": "Determines if the sidebar is shown or not.",
|
|
7730
|
+
"type": "boolean"
|
|
7731
|
+
},
|
|
7732
|
+
{
|
|
7733
|
+
"name": "portal-id",
|
|
7734
|
+
"description": "Specifies the ID of the portal element where the sidebar should be rendered.\nThis can be useful for rendering the sidebar in a different part of the DOM, such as a modal or overlay.",
|
|
7735
|
+
"type": "string"
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
"name": "on-remove",
|
|
7739
|
+
"description": "Callback fired when the component requests to be closed.",
|
|
7740
|
+
"type": "() => void;"
|
|
7741
|
+
},
|
|
7742
|
+
{
|
|
7743
|
+
"name": "padding",
|
|
7744
|
+
"description": "The **`padding`** CSS shorthand property sets the padding area on all four sides of an element at once.\n\nThis property supports responsive values. You can pass a single value like `\"$medium\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$medium\",\n \"md\": \"$none\",\n \"lg\": \"$small\",\n \"xl\": \"$medium\"\n}\n```\n\n- $medium\n- $none\n- $small\n\n@default small",
|
|
7745
|
+
"values": [
|
|
7746
|
+
{
|
|
7747
|
+
"name": "$medium"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
"name": "$none"
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"name": "$small"
|
|
7754
|
+
}
|
|
7755
|
+
],
|
|
7756
|
+
"default": "small"
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"name": "z-index",
|
|
7760
|
+
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
7761
|
+
"values": [
|
|
7762
|
+
{
|
|
7763
|
+
"name": "$100"
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
"name": "$200"
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"name": "$300"
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "$400"
|
|
7773
|
+
},
|
|
7774
|
+
{
|
|
7775
|
+
"name": "$500"
|
|
7776
|
+
},
|
|
7777
|
+
{
|
|
7778
|
+
"name": "$600"
|
|
7779
|
+
},
|
|
7780
|
+
{
|
|
7781
|
+
"name": "$700"
|
|
7782
|
+
},
|
|
7783
|
+
{
|
|
7784
|
+
"name": "$800"
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"name": "$900"
|
|
7788
|
+
}
|
|
7789
|
+
]
|
|
7790
|
+
},
|
|
7791
|
+
{
|
|
7792
|
+
"name": "max-width",
|
|
7793
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
7794
|
+
"values": [
|
|
7795
|
+
{
|
|
7796
|
+
"name": "fit-content"
|
|
7797
|
+
},
|
|
7798
|
+
{
|
|
7799
|
+
"name": "intrinsic"
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"name": "max-content"
|
|
7803
|
+
},
|
|
7804
|
+
{
|
|
7805
|
+
"name": "min-content"
|
|
7806
|
+
},
|
|
7807
|
+
{
|
|
7808
|
+
"name": "none"
|
|
7809
|
+
},
|
|
7810
|
+
{
|
|
7811
|
+
"name": "stretch"
|
|
7812
|
+
}
|
|
7813
|
+
]
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"name": "position",
|
|
7817
|
+
"description": "Specifies where the sidebar should be positioned\n\n- left\n- right",
|
|
7818
|
+
"type": "string",
|
|
7819
|
+
"values": [
|
|
7820
|
+
{
|
|
7821
|
+
"name": "left"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"name": "right"
|
|
7825
|
+
}
|
|
7499
7826
|
]
|
|
7500
7827
|
}
|
|
7501
7828
|
]
|
|
7502
7829
|
},
|
|
7503
7830
|
{
|
|
7504
7831
|
"name": "rarui-breadcrumb",
|
|
7505
|
-
"description": "## Rarui Breadcrumb\n---\nComponente de navegação hierárquica que permite aos usuários navegar através de uma estrutura de páginas.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/breadcrumb) for more details.",
|
|
7506
7832
|
"attributes": [
|
|
7507
7833
|
{
|
|
7508
7834
|
"name": "items-after-truncate",
|
|
7509
|
-
"
|
|
7510
|
-
"
|
|
7511
|
-
"
|
|
7835
|
+
"description": "Specifies the number of breadcrumb items to display after truncation.\nThis is useful for managing the display of long breadcrumb lists.\n\n@default 10",
|
|
7836
|
+
"type": "number",
|
|
7837
|
+
"default": 10
|
|
7512
7838
|
}
|
|
7513
7839
|
]
|
|
7514
7840
|
},
|
|
@@ -7533,8 +7859,7 @@
|
|
|
7533
7859
|
},
|
|
7534
7860
|
{
|
|
7535
7861
|
"name": "as",
|
|
7536
|
-
"
|
|
7537
|
-
"description": "Tipo de elemento a ser renderizado.\n\n- a\n- button",
|
|
7862
|
+
"description": "Tipo de elemento a ser renderizado.\n\n- a\n- button\n\n@default button",
|
|
7538
7863
|
"type": "string",
|
|
7539
7864
|
"values": [
|
|
7540
7865
|
{
|
|
@@ -7544,7 +7869,8 @@
|
|
|
7544
7869
|
"name": "button",
|
|
7545
7870
|
"description": "(default)"
|
|
7546
7871
|
}
|
|
7547
|
-
]
|
|
7872
|
+
],
|
|
7873
|
+
"default": "button"
|
|
7548
7874
|
}
|
|
7549
7875
|
]
|
|
7550
7876
|
},
|
|
@@ -7554,8 +7880,7 @@
|
|
|
7554
7880
|
"attributes": [
|
|
7555
7881
|
{
|
|
7556
7882
|
"name": "appearance",
|
|
7557
|
-
"
|
|
7558
|
-
"description": "Determines the visual style of the link.\n\n- brand\n- inverted\n- neutral",
|
|
7883
|
+
"description": "Determines the visual style of the link.\n\n- brand\n- inverted\n- neutral\n\n@default brand",
|
|
7559
7884
|
"type": "string",
|
|
7560
7885
|
"values": [
|
|
7561
7886
|
{
|
|
@@ -7568,12 +7893,12 @@
|
|
|
7568
7893
|
{
|
|
7569
7894
|
"name": "neutral"
|
|
7570
7895
|
}
|
|
7571
|
-
]
|
|
7896
|
+
],
|
|
7897
|
+
"default": "brand"
|
|
7572
7898
|
},
|
|
7573
7899
|
{
|
|
7574
7900
|
"name": "size",
|
|
7575
|
-
"
|
|
7576
|
-
"description": "Specifies the size of the link.\n\n- large\n- medium\n- small",
|
|
7901
|
+
"description": "Specifies the size of the link.\n\n- large\n- medium\n- small\n\n@default large",
|
|
7577
7902
|
"type": "string",
|
|
7578
7903
|
"values": [
|
|
7579
7904
|
{
|
|
@@ -7586,7 +7911,8 @@
|
|
|
7586
7911
|
{
|
|
7587
7912
|
"name": "small"
|
|
7588
7913
|
}
|
|
7589
|
-
]
|
|
7914
|
+
],
|
|
7915
|
+
"default": "large"
|
|
7590
7916
|
},
|
|
7591
7917
|
{
|
|
7592
7918
|
"name": "type",
|
|
@@ -7631,22 +7957,37 @@
|
|
|
7631
7957
|
},
|
|
7632
7958
|
{
|
|
7633
7959
|
"name": "rarui-pagination",
|
|
7634
|
-
"description": "## Rarui Pagination\n---\nThe pagination component allows the user to select a specific page in a page range.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/pagination) for more details.",
|
|
7635
7960
|
"attributes": [
|
|
7636
7961
|
{
|
|
7637
|
-
"name": "page
|
|
7638
|
-
"description": "The
|
|
7962
|
+
"name": "active-page",
|
|
7963
|
+
"description": "The currently selected page.\n\n(Required)",
|
|
7639
7964
|
"type": "number"
|
|
7640
7965
|
},
|
|
7641
7966
|
{
|
|
7642
|
-
"name": "
|
|
7643
|
-
"description": "The
|
|
7967
|
+
"name": "page-count",
|
|
7968
|
+
"description": "The total number of pages.\n\n(Required)",
|
|
7644
7969
|
"type": "number"
|
|
7645
7970
|
},
|
|
7971
|
+
{
|
|
7972
|
+
"name": "show-numbers",
|
|
7973
|
+
"description": "Determines whether page numbers should be shown.\n\n@default true",
|
|
7974
|
+
"type": "boolean",
|
|
7975
|
+
"default": true
|
|
7976
|
+
},
|
|
7977
|
+
{
|
|
7978
|
+
"name": "show-arrows",
|
|
7979
|
+
"description": "Determines whether page arrows should be shown.\n\n@default true",
|
|
7980
|
+
"type": "boolean",
|
|
7981
|
+
"default": true
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "on-page-change",
|
|
7985
|
+
"description": "Called with event and page number when a page is clicked.\n\n(Required)",
|
|
7986
|
+
"type": "(page: number) => void;"
|
|
7987
|
+
},
|
|
7646
7988
|
{
|
|
7647
7989
|
"name": "size",
|
|
7648
|
-
"
|
|
7649
|
-
"description": "Specifies the size of the Pagination component.\n\n- dot\n- large\n- small",
|
|
7990
|
+
"description": "Specifies the size of the Pagination component.\n\n- dot\n- large\n- small\n\n@default large",
|
|
7650
7991
|
"type": "string",
|
|
7651
7992
|
"values": [
|
|
7652
7993
|
{
|
|
@@ -7659,19 +8000,8 @@
|
|
|
7659
8000
|
{
|
|
7660
8001
|
"name": "small"
|
|
7661
8002
|
}
|
|
7662
|
-
]
|
|
7663
|
-
|
|
7664
|
-
{
|
|
7665
|
-
"name": "show-numbers",
|
|
7666
|
-
"default": true,
|
|
7667
|
-
"description": "Determines whether page numbers should be shown.",
|
|
7668
|
-
"type": "boolean"
|
|
7669
|
-
},
|
|
7670
|
-
{
|
|
7671
|
-
"name": "show-arrows",
|
|
7672
|
-
"default": true,
|
|
7673
|
-
"description": "Determines whether page arrows should be shown.",
|
|
7674
|
-
"type": "boolean"
|
|
8003
|
+
],
|
|
8004
|
+
"default": "large"
|
|
7675
8005
|
}
|
|
7676
8006
|
]
|
|
7677
8007
|
},
|
|
@@ -7702,8 +8032,7 @@
|
|
|
7702
8032
|
},
|
|
7703
8033
|
{
|
|
7704
8034
|
"name": "as",
|
|
7705
|
-
"
|
|
7706
|
-
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
8035
|
+
"description": "The HTML element type to render.\n\n- a\n- button\n\n@default button",
|
|
7707
8036
|
"type": "string",
|
|
7708
8037
|
"values": [
|
|
7709
8038
|
{
|
|
@@ -7713,7 +8042,8 @@
|
|
|
7713
8042
|
"name": "button",
|
|
7714
8043
|
"description": "(default)"
|
|
7715
8044
|
}
|
|
7716
|
-
]
|
|
8045
|
+
],
|
|
8046
|
+
"default": "button"
|
|
7717
8047
|
}
|
|
7718
8048
|
]
|
|
7719
8049
|
},
|
|
@@ -7723,7 +8053,7 @@
|
|
|
7723
8053
|
"attributes": [
|
|
7724
8054
|
{
|
|
7725
8055
|
"name": "name",
|
|
7726
|
-
"description": "Title of the sideNavigation",
|
|
8056
|
+
"description": "Title of the sideNavigation\n\n(Required)",
|
|
7727
8057
|
"type": "string"
|
|
7728
8058
|
},
|
|
7729
8059
|
{
|
|
@@ -7733,9 +8063,9 @@
|
|
|
7733
8063
|
},
|
|
7734
8064
|
{
|
|
7735
8065
|
"name": "active",
|
|
7736
|
-
"default": false,
|
|
7737
8066
|
"description": "Whether the navigation item is in active state.",
|
|
7738
|
-
"type": "boolean"
|
|
8067
|
+
"type": "boolean",
|
|
8068
|
+
"default": false
|
|
7739
8069
|
},
|
|
7740
8070
|
{
|
|
7741
8071
|
"name": "level",
|
|
@@ -7755,14 +8085,13 @@
|
|
|
7755
8085
|
},
|
|
7756
8086
|
{
|
|
7757
8087
|
"name": "disabled",
|
|
7758
|
-
"default": false,
|
|
7759
8088
|
"description": "Whether the navigation item is disabled.",
|
|
7760
|
-
"type": "boolean"
|
|
8089
|
+
"type": "boolean",
|
|
8090
|
+
"default": false
|
|
7761
8091
|
},
|
|
7762
8092
|
{
|
|
7763
8093
|
"name": "as",
|
|
7764
|
-
"
|
|
7765
|
-
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
8094
|
+
"description": "The HTML element type to render.\n\n- a\n- button\n\n@default button",
|
|
7766
8095
|
"type": "string",
|
|
7767
8096
|
"values": [
|
|
7768
8097
|
{
|
|
@@ -7772,13 +8101,13 @@
|
|
|
7772
8101
|
"name": "button",
|
|
7773
8102
|
"description": "(default)"
|
|
7774
8103
|
}
|
|
7775
|
-
]
|
|
8104
|
+
],
|
|
8105
|
+
"default": "button"
|
|
7776
8106
|
}
|
|
7777
8107
|
]
|
|
7778
8108
|
},
|
|
7779
8109
|
{
|
|
7780
8110
|
"name": "rarui-tabs",
|
|
7781
|
-
"description": "## Rarui Tabs\n---\nThe Tabs are used to switch between different display modes or pages.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/navigation/tabs) for more details.",
|
|
7782
8111
|
"attributes": [
|
|
7783
8112
|
{
|
|
7784
8113
|
"name": "pre-selected-tab",
|
|
@@ -7790,15 +8119,9 @@
|
|
|
7790
8119
|
"description": "Sets the indicated tab as current active tab.\nCan be used to change the active tab from outside of the component",
|
|
7791
8120
|
"type": "number"
|
|
7792
8121
|
},
|
|
7793
|
-
{
|
|
7794
|
-
"name": "underlined",
|
|
7795
|
-
"description": "Determines whether the tabs should have an underline style.",
|
|
7796
|
-
"type": "boolean"
|
|
7797
|
-
},
|
|
7798
8122
|
{
|
|
7799
8123
|
"name": "position",
|
|
7800
|
-
"
|
|
7801
|
-
"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",
|
|
8124
|
+
"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\n\n@default left",
|
|
7802
8125
|
"type": "string",
|
|
7803
8126
|
"values": [
|
|
7804
8127
|
{
|
|
@@ -7811,12 +8134,18 @@
|
|
|
7811
8134
|
{
|
|
7812
8135
|
"name": "right"
|
|
7813
8136
|
}
|
|
7814
|
-
]
|
|
8137
|
+
],
|
|
8138
|
+
"default": "left"
|
|
7815
8139
|
},
|
|
7816
8140
|
{
|
|
7817
8141
|
"name": "full",
|
|
7818
8142
|
"description": "Determines whether the tabs should occupy the full width of their container.",
|
|
7819
8143
|
"type": "boolean"
|
|
8144
|
+
},
|
|
8145
|
+
{
|
|
8146
|
+
"name": "underlined",
|
|
8147
|
+
"description": "Determines whether the tabs should have an underline style.",
|
|
8148
|
+
"type": "boolean"
|
|
7820
8149
|
}
|
|
7821
8150
|
]
|
|
7822
8151
|
},
|
|
@@ -7826,8 +8155,7 @@
|
|
|
7826
8155
|
"attributes": [
|
|
7827
8156
|
{
|
|
7828
8157
|
"name": "theme",
|
|
7829
|
-
"
|
|
7830
|
-
"description": "Theme to apply globally to the application.\n\n- base\n- dark",
|
|
8158
|
+
"description": "Theme to apply globally to the application.\n\n- base\n- dark\n\n@default base",
|
|
7831
8159
|
"type": "string",
|
|
7832
8160
|
"values": [
|
|
7833
8161
|
{
|
|
@@ -7837,25 +8165,24 @@
|
|
|
7837
8165
|
{
|
|
7838
8166
|
"name": "dark"
|
|
7839
8167
|
}
|
|
7840
|
-
]
|
|
8168
|
+
],
|
|
8169
|
+
"default": "base"
|
|
7841
8170
|
}
|
|
7842
8171
|
]
|
|
7843
8172
|
},
|
|
7844
8173
|
{
|
|
7845
8174
|
"name": "rarui-accordion",
|
|
7846
|
-
"description": "## Rarui Accordion\n---\nThe Accordion component displays a list of expandable sections that users can toggle open or closed.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/accordion) for more details.",
|
|
7847
8175
|
"attributes": [
|
|
7848
|
-
{
|
|
7849
|
-
"name": "disabled",
|
|
7850
|
-
"default": false,
|
|
7851
|
-
"description": "Disables the accordion, disallowing user interaction.",
|
|
7852
|
-
"type": "boolean"
|
|
7853
|
-
},
|
|
7854
8176
|
{
|
|
7855
8177
|
"name": "selected-default",
|
|
7856
|
-
"
|
|
7857
|
-
"description": "Informs which accordion item is open by default.",
|
|
8178
|
+
"description": "Informs which accordion item is open by default, this value must be the same as informed in the index of each item",
|
|
7858
8179
|
"type": "string"
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
"name": "disabled",
|
|
8183
|
+
"description": "Disables the accordion, disallowing user interaction.",
|
|
8184
|
+
"type": "boolean",
|
|
8185
|
+
"default": false
|
|
7859
8186
|
}
|
|
7860
8187
|
]
|
|
7861
8188
|
},
|
|
@@ -7865,8 +8192,7 @@
|
|
|
7865
8192
|
"attributes": [
|
|
7866
8193
|
{
|
|
7867
8194
|
"name": "padding",
|
|
7868
|
-
"
|
|
7869
|
-
"description": "Padding properties are used to generate space around the content area of an Accordion.Body..\n\n- base\n- none",
|
|
8195
|
+
"description": "Padding properties are used to generate space around the content area of an Accordion.Body..\n\n- base\n- none\n\n@default base",
|
|
7870
8196
|
"type": "string",
|
|
7871
8197
|
"values": [
|
|
7872
8198
|
{
|
|
@@ -7876,19 +8202,30 @@
|
|
|
7876
8202
|
{
|
|
7877
8203
|
"name": "none"
|
|
7878
8204
|
}
|
|
7879
|
-
]
|
|
8205
|
+
],
|
|
8206
|
+
"default": "base"
|
|
7880
8207
|
}
|
|
7881
8208
|
]
|
|
7882
8209
|
},
|
|
7883
8210
|
{
|
|
7884
8211
|
"name": "rarui-accordion-header",
|
|
7885
|
-
"description": "## Rarui Accordion Header\n---\nClickable header section that toggles the accordion item visibility.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/accordion) for more details.",
|
|
7886
8212
|
"attributes": [
|
|
7887
8213
|
{
|
|
7888
8214
|
"name": "title",
|
|
7889
8215
|
"description": "The title to display in the accordion header.",
|
|
7890
8216
|
"type": "string"
|
|
7891
8217
|
},
|
|
8218
|
+
{
|
|
8219
|
+
"name": "subtitle",
|
|
8220
|
+
"description": "The subtitle to display in the accordion header.",
|
|
8221
|
+
"type": "string"
|
|
8222
|
+
},
|
|
8223
|
+
{
|
|
8224
|
+
"name": "no-icon-toggle",
|
|
8225
|
+
"description": "Removes the arrow icon that shows if the accordion item is open or not which makes it possible to create a custom indicator.",
|
|
8226
|
+
"type": "boolean",
|
|
8227
|
+
"default": false
|
|
8228
|
+
},
|
|
7892
8229
|
{
|
|
7893
8230
|
"name": "size",
|
|
7894
8231
|
"description": "- large\n- medium\n- small",
|
|
@@ -7904,28 +8241,21 @@
|
|
|
7904
8241
|
"name": "small"
|
|
7905
8242
|
}
|
|
7906
8243
|
]
|
|
7907
|
-
},
|
|
7908
|
-
{
|
|
7909
|
-
"name": "subtitle",
|
|
7910
|
-
"description": "The subtitle to display in the accordion header.",
|
|
7911
|
-
"type": "string"
|
|
7912
|
-
},
|
|
7913
|
-
{
|
|
7914
|
-
"name": "no-icon-toggle",
|
|
7915
|
-
"default": false,
|
|
7916
|
-
"description": "Removes the arrow icon that shows if the accordion item is open or not which makes it possible to create a custom indicator.",
|
|
7917
|
-
"type": "boolean"
|
|
7918
8244
|
}
|
|
7919
8245
|
]
|
|
7920
8246
|
},
|
|
7921
8247
|
{
|
|
7922
8248
|
"name": "rarui-accordion-item",
|
|
7923
|
-
"description": "## Rarui Accordion Item\n---\nContainer for accordion header and body content.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/accordion) for more details.",
|
|
7924
8249
|
"attributes": [
|
|
7925
8250
|
{
|
|
7926
8251
|
"name": "index",
|
|
7927
8252
|
"description": "Unique indicator to identify accordion items\n\n(Required)",
|
|
7928
8253
|
"type": "string"
|
|
8254
|
+
},
|
|
8255
|
+
{
|
|
8256
|
+
"name": "test-id",
|
|
8257
|
+
"description": "This is an attribute used to identify a DOM node for testing purposes.",
|
|
8258
|
+
"type": "string"
|
|
7929
8259
|
}
|
|
7930
8260
|
]
|
|
7931
8261
|
},
|
|
@@ -7933,10 +8263,14 @@
|
|
|
7933
8263
|
"name": "rarui-banner",
|
|
7934
8264
|
"description": "## Rarui Banner\n---\nBanner messages are displayed to the user at the top of the window/screen.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/banner) for more details.",
|
|
7935
8265
|
"attributes": [
|
|
8266
|
+
{
|
|
8267
|
+
"name": "on-close",
|
|
8268
|
+
"description": "A function to be called when the user closes the banner. This function is typically used to handle the closing action.",
|
|
8269
|
+
"type": "() => void;"
|
|
8270
|
+
},
|
|
7936
8271
|
{
|
|
7937
8272
|
"name": "appearance",
|
|
7938
|
-
"
|
|
7939
|
-
"description": "The appearance of the banner. This can be used to set the color of the banner.\nSpecifies the visual appearance of the banner message, influencing its color and style.\n\n- brand\n- error\n- info\n- inverted\n- neutral\n- warning",
|
|
8273
|
+
"description": "Specifies the visual appearance of the banner message, influencing its color and style.\n\n- brand\n- error\n- info\n- inverted\n- neutral\n- warning\n\n@default brand",
|
|
7940
8274
|
"type": "string",
|
|
7941
8275
|
"values": [
|
|
7942
8276
|
{
|
|
@@ -7958,30 +8292,29 @@
|
|
|
7958
8292
|
{
|
|
7959
8293
|
"name": "warning"
|
|
7960
8294
|
}
|
|
7961
|
-
]
|
|
8295
|
+
],
|
|
8296
|
+
"default": "brand"
|
|
7962
8297
|
},
|
|
7963
8298
|
{
|
|
7964
8299
|
"name": "floating",
|
|
7965
|
-
"default": false,
|
|
7966
8300
|
"description": "Determines whether the banner message should float above the content. This can be useful for ensuring the message remains visible even as the user scrolls.",
|
|
7967
|
-
"type": "boolean"
|
|
8301
|
+
"type": "boolean",
|
|
8302
|
+
"default": false
|
|
7968
8303
|
},
|
|
7969
8304
|
{
|
|
7970
8305
|
"name": "closable",
|
|
7971
|
-
"default": false,
|
|
7972
8306
|
"description": "If `true`, display the closing button in the upper right corner of the banner.\nWhen clicked, it fires the `close` event that can be listened to externally.",
|
|
7973
|
-
"type": "boolean"
|
|
8307
|
+
"type": "boolean",
|
|
8308
|
+
"default": false
|
|
7974
8309
|
}
|
|
7975
8310
|
]
|
|
7976
8311
|
},
|
|
7977
8312
|
{
|
|
7978
8313
|
"name": "rarui-card",
|
|
7979
|
-
"description": "## Rarui Card\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
|
|
7980
8314
|
"attributes": [
|
|
7981
8315
|
{
|
|
7982
8316
|
"name": "padding",
|
|
7983
|
-
"
|
|
7984
|
-
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none",
|
|
8317
|
+
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none\n\n@default base",
|
|
7985
8318
|
"type": "string",
|
|
7986
8319
|
"values": [
|
|
7987
8320
|
{
|
|
@@ -7991,12 +8324,12 @@
|
|
|
7991
8324
|
{
|
|
7992
8325
|
"name": "none"
|
|
7993
8326
|
}
|
|
7994
|
-
]
|
|
8327
|
+
],
|
|
8328
|
+
"default": "base"
|
|
7995
8329
|
},
|
|
7996
8330
|
{
|
|
7997
8331
|
"name": "background-color",
|
|
7998
|
-
"
|
|
7999
|
-
"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\n Or an object like:\n \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",
|
|
8332
|
+
"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\n Or an object like:\n \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\n\n@default $primary",
|
|
8000
8333
|
"values": [
|
|
8001
8334
|
{
|
|
8002
8335
|
"name": "$background"
|
|
@@ -8011,7 +8344,8 @@
|
|
|
8011
8344
|
{
|
|
8012
8345
|
"name": "$transparent"
|
|
8013
8346
|
}
|
|
8014
|
-
]
|
|
8347
|
+
],
|
|
8348
|
+
"default": "$primary"
|
|
8015
8349
|
}
|
|
8016
8350
|
]
|
|
8017
8351
|
},
|
|
@@ -8022,7 +8356,6 @@
|
|
|
8022
8356
|
},
|
|
8023
8357
|
{
|
|
8024
8358
|
"name": "rarui-card-header",
|
|
8025
|
-
"description": "## Rarui Card Header\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/card) for more details.",
|
|
8026
8359
|
"attributes": [
|
|
8027
8360
|
{
|
|
8028
8361
|
"name": "title",
|
|
@@ -8038,50 +8371,10 @@
|
|
|
8038
8371
|
},
|
|
8039
8372
|
{
|
|
8040
8373
|
"name": "rarui-modal",
|
|
8041
|
-
"description": "## Rarui Modal\n---\nThe modal component provides a base for popovers, suspended forms, tutorials, or any other content above the UI main surface.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/modal) for more details.",
|
|
8042
8374
|
"attributes": [
|
|
8043
|
-
{
|
|
8044
|
-
"name": "padding",
|
|
8045
|
-
"default": "base",
|
|
8046
|
-
"description": "Padding properties are used to generate space around the content area of an Accordion.Body..\n\n- base\n- none",
|
|
8047
|
-
"type": "string",
|
|
8048
|
-
"values": [
|
|
8049
|
-
{
|
|
8050
|
-
"name": "base",
|
|
8051
|
-
"description": "(default)"
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"name": "none"
|
|
8055
|
-
}
|
|
8056
|
-
]
|
|
8057
|
-
},
|
|
8058
|
-
{
|
|
8059
|
-
"name": "max-width",
|
|
8060
|
-
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
8061
|
-
"values": [
|
|
8062
|
-
{
|
|
8063
|
-
"name": "fit-content"
|
|
8064
|
-
},
|
|
8065
|
-
{
|
|
8066
|
-
"name": "intrinsic"
|
|
8067
|
-
},
|
|
8068
|
-
{
|
|
8069
|
-
"name": "max-content"
|
|
8070
|
-
},
|
|
8071
|
-
{
|
|
8072
|
-
"name": "min-content"
|
|
8073
|
-
},
|
|
8074
|
-
{
|
|
8075
|
-
"name": "none"
|
|
8076
|
-
},
|
|
8077
|
-
{
|
|
8078
|
-
"name": "stretch"
|
|
8079
|
-
}
|
|
8080
|
-
]
|
|
8081
|
-
},
|
|
8082
8375
|
{
|
|
8083
8376
|
"name": "open",
|
|
8084
|
-
"description": "Whether the modal is open or not
|
|
8377
|
+
"description": "Whether the modal is open or not.\n\n(Required)",
|
|
8085
8378
|
"type": "boolean"
|
|
8086
8379
|
},
|
|
8087
8380
|
{
|
|
@@ -8089,6 +8382,11 @@
|
|
|
8089
8382
|
"description": "Specifies the ID of the portal element where the modal should be rendered.\nThis can be useful for rendering the modal in a different part of the DOM, such as a modal or overlay.",
|
|
8090
8383
|
"type": "string"
|
|
8091
8384
|
},
|
|
8385
|
+
{
|
|
8386
|
+
"name": "on-dismiss",
|
|
8387
|
+
"description": "Callback fired when the component requests to be closed.\n\n(Required)",
|
|
8388
|
+
"type": "(open: boolean) => void;"
|
|
8389
|
+
},
|
|
8092
8390
|
{
|
|
8093
8391
|
"name": "z-index",
|
|
8094
8392
|
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$100\",\n \"md\": \"$200\",\n \"lg\": \"$300\",\n \"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
@@ -8121,6 +8419,45 @@
|
|
|
8121
8419
|
"name": "$900"
|
|
8122
8420
|
}
|
|
8123
8421
|
]
|
|
8422
|
+
},
|
|
8423
|
+
{
|
|
8424
|
+
"name": "max-width",
|
|
8425
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"fit-content\",\n \"md\": \"intrinsic\",\n \"lg\": \"max-content\",\n \"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
8426
|
+
"values": [
|
|
8427
|
+
{
|
|
8428
|
+
"name": "fit-content"
|
|
8429
|
+
},
|
|
8430
|
+
{
|
|
8431
|
+
"name": "intrinsic"
|
|
8432
|
+
},
|
|
8433
|
+
{
|
|
8434
|
+
"name": "max-content"
|
|
8435
|
+
},
|
|
8436
|
+
{
|
|
8437
|
+
"name": "min-content"
|
|
8438
|
+
},
|
|
8439
|
+
{
|
|
8440
|
+
"name": "none"
|
|
8441
|
+
},
|
|
8442
|
+
{
|
|
8443
|
+
"name": "stretch"
|
|
8444
|
+
}
|
|
8445
|
+
]
|
|
8446
|
+
},
|
|
8447
|
+
{
|
|
8448
|
+
"name": "padding",
|
|
8449
|
+
"description": "Padding properties are used to generate space around the content area of an Accordion.Body..\n\n- base\n- none\n\n@default base",
|
|
8450
|
+
"type": "string",
|
|
8451
|
+
"values": [
|
|
8452
|
+
{
|
|
8453
|
+
"name": "base",
|
|
8454
|
+
"description": "(default)"
|
|
8455
|
+
},
|
|
8456
|
+
{
|
|
8457
|
+
"name": "none"
|
|
8458
|
+
}
|
|
8459
|
+
],
|
|
8460
|
+
"default": "base"
|
|
8124
8461
|
}
|
|
8125
8462
|
]
|
|
8126
8463
|
},
|