@rarui/components 1.20.0 → 1.22.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 +20 -0
- package/custom-elements.json +1222 -1005
- package/dist/index.d.ts +429 -65
- package/dist/index.js +260 -157
- 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.21.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,13 @@
|
|
|
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.",
|
|
2571
2575
|
"attributes": [
|
|
2572
2576
|
{
|
|
2573
2577
|
"name": "label",
|
|
@@ -2576,7 +2580,7 @@
|
|
|
2576
2580
|
},
|
|
2577
2581
|
{
|
|
2578
2582
|
"name": "id",
|
|
2579
|
-
"description": "The id of the checkbox
|
|
2583
|
+
"description": "The id of the checkbox.\n\n(Required)",
|
|
2580
2584
|
"type": "string"
|
|
2581
2585
|
},
|
|
2582
2586
|
{
|
|
@@ -2610,9 +2614,9 @@
|
|
|
2610
2614
|
"attributes": [
|
|
2611
2615
|
{
|
|
2612
2616
|
"name": "closeable",
|
|
2613
|
-
"default": false,
|
|
2614
2617
|
"description": "Displays a delete icon and adds user interaction.",
|
|
2615
|
-
"type": "boolean"
|
|
2618
|
+
"type": "boolean",
|
|
2619
|
+
"default": false
|
|
2616
2620
|
},
|
|
2617
2621
|
{
|
|
2618
2622
|
"name": "padding",
|
|
@@ -2652,20 +2656,19 @@
|
|
|
2652
2656
|
},
|
|
2653
2657
|
{
|
|
2654
2658
|
"name": "pill",
|
|
2655
|
-
"default": false,
|
|
2656
2659
|
"description": "Specifies whether the chip will be displayed in the pill shape",
|
|
2657
|
-
"type": "boolean"
|
|
2660
|
+
"type": "boolean",
|
|
2661
|
+
"default": false
|
|
2658
2662
|
},
|
|
2659
2663
|
{
|
|
2660
2664
|
"name": "selected",
|
|
2661
|
-
"default": false,
|
|
2662
2665
|
"description": "Specifies whether the chip is selected",
|
|
2663
|
-
"type": "boolean"
|
|
2666
|
+
"type": "boolean",
|
|
2667
|
+
"default": false
|
|
2664
2668
|
},
|
|
2665
2669
|
{
|
|
2666
2670
|
"name": "size",
|
|
2667
|
-
"
|
|
2668
|
-
"description": "Specifies the size of the chip\n\n- medium\n- small",
|
|
2671
|
+
"description": "Specifies the size of the chip\n\n- medium\n- small\n\n@default medium",
|
|
2669
2672
|
"type": "string",
|
|
2670
2673
|
"values": [
|
|
2671
2674
|
{
|
|
@@ -2675,19 +2678,20 @@
|
|
|
2675
2678
|
{
|
|
2676
2679
|
"name": "small"
|
|
2677
2680
|
}
|
|
2678
|
-
]
|
|
2681
|
+
],
|
|
2682
|
+
"default": "medium"
|
|
2679
2683
|
},
|
|
2680
2684
|
{
|
|
2681
2685
|
"name": "text-overflow",
|
|
2682
|
-
"default": false,
|
|
2683
2686
|
"description": "Specifies whether to handle text overflow within the chip.\nWhen true, overflowing text is typically truncated with an ellipsis.",
|
|
2684
|
-
"type": "boolean"
|
|
2687
|
+
"type": "boolean",
|
|
2688
|
+
"default": false
|
|
2685
2689
|
},
|
|
2686
2690
|
{
|
|
2687
2691
|
"name": "disabled",
|
|
2688
|
-
"default": false,
|
|
2689
2692
|
"description": "Disables the chip, disallowing user interaction.",
|
|
2690
|
-
"type": "boolean"
|
|
2693
|
+
"type": "boolean",
|
|
2694
|
+
"default": false
|
|
2691
2695
|
}
|
|
2692
2696
|
]
|
|
2693
2697
|
},
|
|
@@ -2696,17 +2700,80 @@
|
|
|
2696
2700
|
"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.",
|
|
2697
2701
|
"attributes": [
|
|
2698
2702
|
{
|
|
2699
|
-
"name": "
|
|
2700
|
-
"
|
|
2701
|
-
"
|
|
2702
|
-
"
|
|
2703
|
-
|
|
2703
|
+
"name": "match-reference-width",
|
|
2704
|
+
"description": "A common feature of select dropdowns is that the dropdown matches the width of the reference regardless of its contents.",
|
|
2705
|
+
"type": "boolean",
|
|
2706
|
+
"default": false
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "enabled-dismiss",
|
|
2710
|
+
"description": "Adds listeners that dismiss (close) the floating element.\n\n@default true",
|
|
2711
|
+
"type": "boolean",
|
|
2712
|
+
"default": true
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "enabled-click",
|
|
2716
|
+
"description": "Adds click event listeners that change the open state.\n\n@default true",
|
|
2717
|
+
"type": "boolean",
|
|
2718
|
+
"default": true
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "enabled-flip",
|
|
2722
|
+
"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",
|
|
2723
|
+
"type": "boolean",
|
|
2724
|
+
"default": true
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "offset",
|
|
2728
|
+
"description": "Offest displaces the floating element from its core placement along the specified axes.\n\n@default 10",
|
|
2729
|
+
"type": "number",
|
|
2730
|
+
"default": 10
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "portal-id",
|
|
2734
|
+
"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.",
|
|
2735
|
+
"type": "string"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "visible",
|
|
2739
|
+
"description": "If true, the component is shown.",
|
|
2740
|
+
"type": "boolean"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"name": "on-visibility",
|
|
2744
|
+
"description": "Function to control dropdown opening and closing.",
|
|
2745
|
+
"type": "(visible: boolean) => void;"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "z-index",
|
|
2749
|
+
"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",
|
|
2750
|
+
"values": [
|
|
2704
2751
|
{
|
|
2705
|
-
"name": "
|
|
2706
|
-
"description": "(default)"
|
|
2752
|
+
"name": "$100"
|
|
2707
2753
|
},
|
|
2708
2754
|
{
|
|
2709
|
-
"name": "
|
|
2755
|
+
"name": "$200"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "$300"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "$400"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "$500"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "$600"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "$700"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "$800"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"name": "$900"
|
|
2710
2777
|
}
|
|
2711
2778
|
]
|
|
2712
2779
|
},
|
|
@@ -2762,77 +2829,23 @@
|
|
|
2762
2829
|
]
|
|
2763
2830
|
},
|
|
2764
2831
|
{
|
|
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",
|
|
2832
|
+
"name": "padding",
|
|
2833
|
+
"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",
|
|
2834
|
+
"type": "string",
|
|
2802
2835
|
"values": [
|
|
2803
2836
|
{
|
|
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"
|
|
2837
|
+
"name": "base",
|
|
2838
|
+
"description": "(default)"
|
|
2826
2839
|
},
|
|
2827
2840
|
{
|
|
2828
|
-
"name": "
|
|
2841
|
+
"name": "none"
|
|
2829
2842
|
}
|
|
2830
|
-
]
|
|
2843
|
+
],
|
|
2844
|
+
"default": "base"
|
|
2831
2845
|
},
|
|
2832
2846
|
{
|
|
2833
2847
|
"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",
|
|
2848
|
+
"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
2849
|
"type": "string",
|
|
2837
2850
|
"values": [
|
|
2838
2851
|
{
|
|
@@ -2872,12 +2885,12 @@
|
|
|
2872
2885
|
{
|
|
2873
2886
|
"name": "top-start"
|
|
2874
2887
|
}
|
|
2875
|
-
]
|
|
2888
|
+
],
|
|
2889
|
+
"default": "bottom-start"
|
|
2876
2890
|
},
|
|
2877
2891
|
{
|
|
2878
2892
|
"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",
|
|
2893
|
+
"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
2894
|
"type": "string",
|
|
2882
2895
|
"values": [
|
|
2883
2896
|
{
|
|
@@ -2887,41 +2900,39 @@
|
|
|
2887
2900
|
"name": "fixed",
|
|
2888
2901
|
"description": "(default)"
|
|
2889
2902
|
}
|
|
2890
|
-
]
|
|
2903
|
+
],
|
|
2904
|
+
"default": "fixed"
|
|
2891
2905
|
}
|
|
2892
2906
|
]
|
|
2893
2907
|
},
|
|
2894
2908
|
{
|
|
2895
2909
|
"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
2910
|
"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
2911
|
{
|
|
2905
2912
|
"name": "name",
|
|
2906
2913
|
"description": "The name of the dropdown item. This is typically the text that is displayed for the item.",
|
|
2907
2914
|
"type": "string"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"name": "selected",
|
|
2918
|
+
"description": "Indicates if the item is selected.\nThis affects the visual style, such as highlight or marking.",
|
|
2919
|
+
"type": "boolean",
|
|
2920
|
+
"default": false
|
|
2908
2921
|
}
|
|
2909
2922
|
]
|
|
2910
2923
|
},
|
|
2911
2924
|
{
|
|
2912
2925
|
"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
2926
|
"attributes": [
|
|
2915
2927
|
{
|
|
2916
2928
|
"name": "disabled",
|
|
2917
|
-
"default": false,
|
|
2918
2929
|
"description": "Disables the button, disallowing user interaction.",
|
|
2919
|
-
"type": "boolean"
|
|
2930
|
+
"type": "boolean",
|
|
2931
|
+
"default": false
|
|
2920
2932
|
},
|
|
2921
2933
|
{
|
|
2922
2934
|
"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",
|
|
2935
|
+
"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
2936
|
"type": "string",
|
|
2926
2937
|
"values": [
|
|
2927
2938
|
{
|
|
@@ -2943,12 +2954,12 @@
|
|
|
2943
2954
|
{
|
|
2944
2955
|
"name": "warning"
|
|
2945
2956
|
}
|
|
2946
|
-
]
|
|
2957
|
+
],
|
|
2958
|
+
"default": "brand"
|
|
2947
2959
|
},
|
|
2948
2960
|
{
|
|
2949
2961
|
"name": "size",
|
|
2950
|
-
"
|
|
2951
|
-
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small",
|
|
2962
|
+
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
2952
2963
|
"type": "string",
|
|
2953
2964
|
"values": [
|
|
2954
2965
|
{
|
|
@@ -2961,7 +2972,8 @@
|
|
|
2961
2972
|
{
|
|
2962
2973
|
"name": "small"
|
|
2963
2974
|
}
|
|
2964
|
-
]
|
|
2975
|
+
],
|
|
2976
|
+
"default": "medium"
|
|
2965
2977
|
},
|
|
2966
2978
|
{
|
|
2967
2979
|
"name": "variant",
|
|
@@ -2984,9 +2996,9 @@
|
|
|
2984
2996
|
},
|
|
2985
2997
|
{
|
|
2986
2998
|
"name": "rounded",
|
|
2987
|
-
"default": false,
|
|
2988
2999
|
"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"
|
|
3000
|
+
"type": "boolean",
|
|
3001
|
+
"default": false
|
|
2990
3002
|
}
|
|
2991
3003
|
]
|
|
2992
3004
|
},
|
|
@@ -3009,14 +3021,13 @@
|
|
|
3009
3021
|
},
|
|
3010
3022
|
{
|
|
3011
3023
|
"name": "border",
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
3024
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3025
|
+
"type": "boolean",
|
|
3026
|
+
"default": true
|
|
3015
3027
|
},
|
|
3016
3028
|
{
|
|
3017
3029
|
"name": "size",
|
|
3018
|
-
"
|
|
3019
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3030
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3020
3031
|
"type": "string",
|
|
3021
3032
|
"values": [
|
|
3022
3033
|
{
|
|
@@ -3029,13 +3040,14 @@
|
|
|
3029
3040
|
{
|
|
3030
3041
|
"name": "small"
|
|
3031
3042
|
}
|
|
3032
|
-
]
|
|
3043
|
+
],
|
|
3044
|
+
"default": "medium"
|
|
3033
3045
|
},
|
|
3034
3046
|
{
|
|
3035
3047
|
"name": "divider",
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3038
|
-
"
|
|
3048
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3049
|
+
"type": "boolean",
|
|
3050
|
+
"default": true
|
|
3039
3051
|
},
|
|
3040
3052
|
{
|
|
3041
3053
|
"name": "value",
|
|
@@ -3049,9 +3061,9 @@
|
|
|
3049
3061
|
},
|
|
3050
3062
|
{
|
|
3051
3063
|
"name": "disabled",
|
|
3052
|
-
"default": false,
|
|
3053
3064
|
"description": "Whether the input is disabled.",
|
|
3054
|
-
"type": "boolean"
|
|
3065
|
+
"type": "boolean",
|
|
3066
|
+
"default": false
|
|
3055
3067
|
}
|
|
3056
3068
|
]
|
|
3057
3069
|
},
|
|
@@ -3069,53 +3081,53 @@
|
|
|
3069
3081
|
"type": "string"
|
|
3070
3082
|
},
|
|
3071
3083
|
{
|
|
3072
|
-
"name": "
|
|
3073
|
-
"description": "
|
|
3084
|
+
"name": "disabled",
|
|
3085
|
+
"description": "Whether the input is disabled.",
|
|
3086
|
+
"type": "boolean",
|
|
3087
|
+
"default": false
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "size",
|
|
3091
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3074
3092
|
"type": "string",
|
|
3075
3093
|
"values": [
|
|
3076
3094
|
{
|
|
3077
|
-
"name": "
|
|
3095
|
+
"name": "large"
|
|
3078
3096
|
},
|
|
3079
3097
|
{
|
|
3080
|
-
"name": "
|
|
3098
|
+
"name": "medium",
|
|
3099
|
+
"description": "(default)"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "small"
|
|
3081
3103
|
}
|
|
3082
|
-
]
|
|
3104
|
+
],
|
|
3105
|
+
"default": "medium"
|
|
3083
3106
|
},
|
|
3084
3107
|
{
|
|
3085
3108
|
"name": "border",
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3109
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3110
|
+
"type": "boolean",
|
|
3111
|
+
"default": true
|
|
3089
3112
|
},
|
|
3090
3113
|
{
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3114
|
+
"name": "appearance",
|
|
3115
|
+
"description": "Determines the visual style of the input, affecting its border\n\n- error\n- success",
|
|
3094
3116
|
"type": "string",
|
|
3095
3117
|
"values": [
|
|
3096
3118
|
{
|
|
3097
|
-
"name": "
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"name": "medium",
|
|
3101
|
-
"description": "(default)"
|
|
3119
|
+
"name": "error"
|
|
3102
3120
|
},
|
|
3103
3121
|
{
|
|
3104
|
-
"name": "
|
|
3122
|
+
"name": "success"
|
|
3105
3123
|
}
|
|
3106
3124
|
]
|
|
3107
3125
|
},
|
|
3108
3126
|
{
|
|
3109
3127
|
"name": "divider",
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"name": "disabled",
|
|
3116
|
-
"default": false,
|
|
3117
|
-
"description": "Whether the input is disabled.",
|
|
3118
|
-
"type": "boolean"
|
|
3128
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3129
|
+
"type": "boolean",
|
|
3130
|
+
"default": true
|
|
3119
3131
|
}
|
|
3120
3132
|
]
|
|
3121
3133
|
},
|
|
@@ -3133,53 +3145,53 @@
|
|
|
3133
3145
|
"type": "string"
|
|
3134
3146
|
},
|
|
3135
3147
|
{
|
|
3136
|
-
"name": "
|
|
3137
|
-
"description": "
|
|
3148
|
+
"name": "disabled",
|
|
3149
|
+
"description": "Whether the input is disabled.",
|
|
3150
|
+
"type": "boolean",
|
|
3151
|
+
"default": false
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"name": "size",
|
|
3155
|
+
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small\n\n@default medium",
|
|
3138
3156
|
"type": "string",
|
|
3139
3157
|
"values": [
|
|
3140
3158
|
{
|
|
3141
|
-
"name": "
|
|
3159
|
+
"name": "large"
|
|
3142
3160
|
},
|
|
3143
3161
|
{
|
|
3144
|
-
"name": "
|
|
3162
|
+
"name": "medium",
|
|
3163
|
+
"description": "(default)"
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "small"
|
|
3145
3167
|
}
|
|
3146
|
-
]
|
|
3168
|
+
],
|
|
3169
|
+
"default": "medium"
|
|
3147
3170
|
},
|
|
3148
3171
|
{
|
|
3149
3172
|
"name": "border",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3152
|
-
"
|
|
3173
|
+
"description": "Determines if the input have borders or not.\n\n@default true",
|
|
3174
|
+
"type": "boolean",
|
|
3175
|
+
"default": true
|
|
3153
3176
|
},
|
|
3154
3177
|
{
|
|
3155
|
-
"name": "
|
|
3156
|
-
"
|
|
3157
|
-
"description": "Specifies the size of the input, controlling its dimensions.\n\n- large\n- medium\n- small",
|
|
3178
|
+
"name": "appearance",
|
|
3179
|
+
"description": "Determines the visual style of the input, affecting its border\n\n- error\n- success",
|
|
3158
3180
|
"type": "string",
|
|
3159
3181
|
"values": [
|
|
3160
3182
|
{
|
|
3161
|
-
"name": "
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
"name": "medium",
|
|
3165
|
-
"description": "(default)"
|
|
3183
|
+
"name": "error"
|
|
3166
3184
|
},
|
|
3167
3185
|
{
|
|
3168
|
-
"name": "
|
|
3186
|
+
"name": "success"
|
|
3169
3187
|
}
|
|
3170
3188
|
]
|
|
3171
3189
|
},
|
|
3172
3190
|
{
|
|
3173
3191
|
"name": "divider",
|
|
3174
|
-
"
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
},
|
|
3178
|
-
{
|
|
3179
|
-
"name": "disabled",
|
|
3180
|
-
"default": false,
|
|
3181
|
-
"description": "Whether the input is disabled.",
|
|
3182
|
-
"type": "boolean"
|
|
3192
|
+
"description": "Places a divider between the input and the leading components\n\n@default true",
|
|
3193
|
+
"type": "boolean",
|
|
3194
|
+
"default": true
|
|
3183
3195
|
}
|
|
3184
3196
|
]
|
|
3185
3197
|
},
|
|
@@ -3222,9 +3234,9 @@
|
|
|
3222
3234
|
},
|
|
3223
3235
|
{
|
|
3224
3236
|
"name": "disabled",
|
|
3225
|
-
"default": false,
|
|
3226
3237
|
"description": "Disables the radio button, disallowing user interaction.",
|
|
3227
|
-
"type": "boolean"
|
|
3238
|
+
"type": "boolean",
|
|
3239
|
+
"default": false
|
|
3228
3240
|
}
|
|
3229
3241
|
]
|
|
3230
3242
|
},
|
|
@@ -3234,9 +3246,9 @@
|
|
|
3234
3246
|
"attributes": [
|
|
3235
3247
|
{
|
|
3236
3248
|
"name": "lines",
|
|
3237
|
-
"
|
|
3238
|
-
"
|
|
3239
|
-
"
|
|
3249
|
+
"description": "Number of lines to be rendered for the user to input text\n\n@default 2",
|
|
3250
|
+
"type": "number",
|
|
3251
|
+
"default": 2
|
|
3240
3252
|
},
|
|
3241
3253
|
{
|
|
3242
3254
|
"name": "appearance",
|
|
@@ -3253,9 +3265,9 @@
|
|
|
3253
3265
|
},
|
|
3254
3266
|
{
|
|
3255
3267
|
"name": "disabled",
|
|
3256
|
-
"default": false,
|
|
3257
3268
|
"description": "Disables the Textarea, disallowing user interaction.",
|
|
3258
|
-
"type": "boolean"
|
|
3269
|
+
"type": "boolean",
|
|
3270
|
+
"default": false
|
|
3259
3271
|
}
|
|
3260
3272
|
]
|
|
3261
3273
|
},
|
|
@@ -3265,7 +3277,7 @@
|
|
|
3265
3277
|
"attributes": [
|
|
3266
3278
|
{
|
|
3267
3279
|
"name": "name",
|
|
3268
|
-
"description": "The name of the input element
|
|
3280
|
+
"description": "The name of the input element.\n\n(Required)",
|
|
3269
3281
|
"type": "string"
|
|
3270
3282
|
},
|
|
3271
3283
|
{
|
|
@@ -3280,8 +3292,7 @@
|
|
|
3280
3292
|
},
|
|
3281
3293
|
{
|
|
3282
3294
|
"name": "size",
|
|
3283
|
-
"
|
|
3284
|
-
"description": "Specifies the size of the toggle, controlling its dimensions.\n\n- large\n- small",
|
|
3295
|
+
"description": "Specifies the size of the toggle, controlling its dimensions.\n\n- large\n- small\n\n@default large",
|
|
3285
3296
|
"type": "string",
|
|
3286
3297
|
"values": [
|
|
3287
3298
|
{
|
|
@@ -3291,19 +3302,20 @@
|
|
|
3291
3302
|
{
|
|
3292
3303
|
"name": "small"
|
|
3293
3304
|
}
|
|
3294
|
-
]
|
|
3305
|
+
],
|
|
3306
|
+
"default": "large"
|
|
3295
3307
|
},
|
|
3296
3308
|
{
|
|
3297
3309
|
"name": "error",
|
|
3298
|
-
"default": false,
|
|
3299
3310
|
"description": "Specifies whether the radiobutton is in error state",
|
|
3300
|
-
"type": "boolean"
|
|
3311
|
+
"type": "boolean",
|
|
3312
|
+
"default": false
|
|
3301
3313
|
},
|
|
3302
3314
|
{
|
|
3303
3315
|
"name": "disabled",
|
|
3304
|
-
"default": false,
|
|
3305
3316
|
"description": "Defines if Toggle is disabled.\nWhen `true`, the component cannot be interacted.",
|
|
3306
|
-
"type": "boolean"
|
|
3317
|
+
"type": "boolean",
|
|
3318
|
+
"default": false
|
|
3307
3319
|
},
|
|
3308
3320
|
{
|
|
3309
3321
|
"name": "id",
|
|
@@ -5891,71 +5903,79 @@
|
|
|
5891
5903
|
]
|
|
5892
5904
|
},
|
|
5893
5905
|
{
|
|
5894
|
-
"name": "
|
|
5895
|
-
"description": "The **`
|
|
5906
|
+
"name": "left",
|
|
5907
|
+
"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`",
|
|
5908
|
+
"values": []
|
|
5909
|
+
},
|
|
5910
|
+
{
|
|
5911
|
+
"name": "right",
|
|
5912
|
+
"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`",
|
|
5913
|
+
"values": []
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"name": "bottom",
|
|
5917
|
+
"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`",
|
|
5918
|
+
"values": []
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"name": "top",
|
|
5922
|
+
"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`",
|
|
5923
|
+
"values": []
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"name": "position",
|
|
5927
|
+
"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
5928
|
"values": [
|
|
5897
5929
|
{
|
|
5898
|
-
"name": "
|
|
5899
|
-
},
|
|
5900
|
-
{
|
|
5901
|
-
"name": "fit-content"
|
|
5902
|
-
},
|
|
5903
|
-
{
|
|
5904
|
-
"name": "intrinsic"
|
|
5930
|
+
"name": "absolute"
|
|
5905
5931
|
},
|
|
5906
5932
|
{
|
|
5907
|
-
"name": "
|
|
5933
|
+
"name": "fixed"
|
|
5908
5934
|
},
|
|
5909
5935
|
{
|
|
5910
|
-
"name": "
|
|
5936
|
+
"name": "relative"
|
|
5911
5937
|
},
|
|
5912
5938
|
{
|
|
5913
|
-
"name": "
|
|
5939
|
+
"name": "static"
|
|
5914
5940
|
},
|
|
5915
5941
|
{
|
|
5916
|
-
"name": "
|
|
5942
|
+
"name": "sticky"
|
|
5917
5943
|
}
|
|
5918
5944
|
]
|
|
5919
5945
|
},
|
|
5920
5946
|
{
|
|
5921
|
-
"name": "
|
|
5922
|
-
"description": "The **`
|
|
5947
|
+
"name": "align-content",
|
|
5948
|
+
"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
5949
|
"values": [
|
|
5924
5950
|
{
|
|
5925
|
-
"name": "
|
|
5951
|
+
"name": "baseline"
|
|
5926
5952
|
},
|
|
5927
5953
|
{
|
|
5928
|
-
"name": "
|
|
5954
|
+
"name": "center"
|
|
5929
5955
|
},
|
|
5930
5956
|
{
|
|
5931
|
-
"name": "
|
|
5957
|
+
"name": "end"
|
|
5932
5958
|
},
|
|
5933
5959
|
{
|
|
5934
|
-
"name": "
|
|
5960
|
+
"name": "flex-end"
|
|
5935
5961
|
},
|
|
5936
5962
|
{
|
|
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": [
|
|
5963
|
+
"name": "flex-start"
|
|
5964
|
+
},
|
|
5945
5965
|
{
|
|
5946
|
-
"name": "
|
|
5966
|
+
"name": "normal"
|
|
5947
5967
|
},
|
|
5948
5968
|
{
|
|
5949
|
-
"name": "
|
|
5969
|
+
"name": "space-around"
|
|
5950
5970
|
},
|
|
5951
5971
|
{
|
|
5952
|
-
"name": "
|
|
5972
|
+
"name": "space-between"
|
|
5953
5973
|
},
|
|
5954
5974
|
{
|
|
5955
|
-
"name": "
|
|
5975
|
+
"name": "space-evenly"
|
|
5956
5976
|
},
|
|
5957
5977
|
{
|
|
5958
|
-
"name": "
|
|
5978
|
+
"name": "start"
|
|
5959
5979
|
},
|
|
5960
5980
|
{
|
|
5961
5981
|
"name": "stretch"
|
|
@@ -5963,23 +5983,35 @@
|
|
|
5963
5983
|
]
|
|
5964
5984
|
},
|
|
5965
5985
|
{
|
|
5966
|
-
"name": "
|
|
5967
|
-
"description": "The **`
|
|
5986
|
+
"name": "align-items",
|
|
5987
|
+
"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
5988
|
"values": [
|
|
5969
5989
|
{
|
|
5970
|
-
"name": "
|
|
5990
|
+
"name": "baseline"
|
|
5971
5991
|
},
|
|
5972
5992
|
{
|
|
5973
|
-
"name": "
|
|
5993
|
+
"name": "center"
|
|
5974
5994
|
},
|
|
5975
5995
|
{
|
|
5976
|
-
"name": "
|
|
5996
|
+
"name": "end"
|
|
5977
5997
|
},
|
|
5978
5998
|
{
|
|
5979
|
-
"name": "
|
|
5999
|
+
"name": "flex-end"
|
|
5980
6000
|
},
|
|
5981
6001
|
{
|
|
5982
|
-
"name": "
|
|
6002
|
+
"name": "flex-start"
|
|
6003
|
+
},
|
|
6004
|
+
{
|
|
6005
|
+
"name": "normal"
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"name": "self-end"
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"name": "self-start"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"name": "start"
|
|
5983
6015
|
},
|
|
5984
6016
|
{
|
|
5985
6017
|
"name": "stretch"
|
|
@@ -5987,26 +6019,38 @@
|
|
|
5987
6019
|
]
|
|
5988
6020
|
},
|
|
5989
6021
|
{
|
|
5990
|
-
"name": "
|
|
5991
|
-
"description": "The **`
|
|
6022
|
+
"name": "align-self",
|
|
6023
|
+
"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
6024
|
"values": [
|
|
5993
6025
|
{
|
|
5994
6026
|
"name": "auto"
|
|
5995
6027
|
},
|
|
5996
6028
|
{
|
|
5997
|
-
"name": "
|
|
6029
|
+
"name": "baseline"
|
|
5998
6030
|
},
|
|
5999
6031
|
{
|
|
6000
|
-
"name": "
|
|
6032
|
+
"name": "center"
|
|
6001
6033
|
},
|
|
6002
6034
|
{
|
|
6003
|
-
"name": "
|
|
6035
|
+
"name": "end"
|
|
6004
6036
|
},
|
|
6005
6037
|
{
|
|
6006
|
-
"name": "
|
|
6038
|
+
"name": "flex-end"
|
|
6007
6039
|
},
|
|
6008
6040
|
{
|
|
6009
|
-
"name": "
|
|
6041
|
+
"name": "flex-start"
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "normal"
|
|
6045
|
+
},
|
|
6046
|
+
{
|
|
6047
|
+
"name": "self-end"
|
|
6048
|
+
},
|
|
6049
|
+
{
|
|
6050
|
+
"name": "self-start"
|
|
6051
|
+
},
|
|
6052
|
+
{
|
|
6053
|
+
"name": "start"
|
|
6010
6054
|
},
|
|
6011
6055
|
{
|
|
6012
6056
|
"name": "stretch"
|
|
@@ -6014,125 +6058,56 @@
|
|
|
6014
6058
|
]
|
|
6015
6059
|
},
|
|
6016
6060
|
{
|
|
6017
|
-
"name": "
|
|
6018
|
-
"description": "The **`
|
|
6061
|
+
"name": "background-blend-mode",
|
|
6062
|
+
"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
6063
|
"values": [
|
|
6020
6064
|
{
|
|
6021
|
-
"name": "
|
|
6065
|
+
"name": "color"
|
|
6022
6066
|
},
|
|
6023
6067
|
{
|
|
6024
|
-
"name": "
|
|
6068
|
+
"name": "color-burn"
|
|
6025
6069
|
},
|
|
6026
6070
|
{
|
|
6027
|
-
"name": "
|
|
6071
|
+
"name": "color-dodge"
|
|
6028
6072
|
},
|
|
6029
6073
|
{
|
|
6030
|
-
"name": "
|
|
6074
|
+
"name": "darken"
|
|
6031
6075
|
},
|
|
6032
6076
|
{
|
|
6033
|
-
"name": "
|
|
6077
|
+
"name": "difference"
|
|
6034
6078
|
},
|
|
6035
6079
|
{
|
|
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"
|
|
6080
|
+
"name": "exclusion"
|
|
6071
6081
|
},
|
|
6072
6082
|
{
|
|
6073
|
-
"name": "
|
|
6083
|
+
"name": "hard-light"
|
|
6074
6084
|
},
|
|
6075
6085
|
{
|
|
6076
|
-
"name": "
|
|
6086
|
+
"name": "hue"
|
|
6077
6087
|
},
|
|
6078
6088
|
{
|
|
6079
|
-
"name": "
|
|
6089
|
+
"name": "lighten"
|
|
6080
6090
|
},
|
|
6081
6091
|
{
|
|
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"
|
|
6092
|
+
"name": "luminosity"
|
|
6092
6093
|
},
|
|
6093
6094
|
{
|
|
6094
|
-
"name": "
|
|
6095
|
+
"name": "multiply"
|
|
6095
6096
|
},
|
|
6096
6097
|
{
|
|
6097
|
-
"name": "
|
|
6098
|
+
"name": "normal"
|
|
6098
6099
|
},
|
|
6099
6100
|
{
|
|
6100
|
-
"name": "
|
|
6101
|
+
"name": "overlay"
|
|
6101
6102
|
},
|
|
6102
6103
|
{
|
|
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": [
|
|
6104
|
+
"name": "saturation"
|
|
6105
|
+
},
|
|
6131
6106
|
{
|
|
6132
|
-
"name": "
|
|
6107
|
+
"name": "screen"
|
|
6133
6108
|
},
|
|
6134
6109
|
{
|
|
6135
|
-
"name": "
|
|
6110
|
+
"name": "soft-light"
|
|
6136
6111
|
}
|
|
6137
6112
|
]
|
|
6138
6113
|
},
|
|
@@ -6183,60 +6158,6 @@
|
|
|
6183
6158
|
}
|
|
6184
6159
|
]
|
|
6185
6160
|
},
|
|
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
6161
|
{
|
|
6241
6162
|
"name": "background-repeat",
|
|
6242
6163
|
"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 +6198,353 @@
|
|
|
6277
6198
|
]
|
|
6278
6199
|
},
|
|
6279
6200
|
{
|
|
6280
|
-
"name": "
|
|
6281
|
-
"description": "The **`
|
|
6201
|
+
"name": "box-sizing",
|
|
6202
|
+
"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
6203
|
"values": [
|
|
6283
6204
|
{
|
|
6284
|
-
"name": "
|
|
6205
|
+
"name": "border-box"
|
|
6285
6206
|
},
|
|
6286
6207
|
{
|
|
6287
|
-
"name": "
|
|
6208
|
+
"name": "content-box"
|
|
6209
|
+
}
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"name": "cursor",
|
|
6214
|
+
"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",
|
|
6215
|
+
"values": [
|
|
6216
|
+
{
|
|
6217
|
+
"name": "alias"
|
|
6288
6218
|
},
|
|
6289
6219
|
{
|
|
6290
|
-
"name": "
|
|
6220
|
+
"name": "all-scroll"
|
|
6291
6221
|
},
|
|
6292
6222
|
{
|
|
6293
|
-
"name": "
|
|
6223
|
+
"name": "auto"
|
|
6294
6224
|
},
|
|
6295
6225
|
{
|
|
6296
|
-
"name": "
|
|
6226
|
+
"name": "cell"
|
|
6297
6227
|
},
|
|
6298
6228
|
{
|
|
6299
|
-
"name": "
|
|
6229
|
+
"name": "col-resize"
|
|
6300
6230
|
},
|
|
6301
6231
|
{
|
|
6302
|
-
"name": "
|
|
6232
|
+
"name": "context-menu"
|
|
6303
6233
|
},
|
|
6304
6234
|
{
|
|
6305
|
-
"name": "
|
|
6235
|
+
"name": "copy"
|
|
6306
6236
|
},
|
|
6307
6237
|
{
|
|
6308
|
-
"name": "
|
|
6238
|
+
"name": "crosshair"
|
|
6309
6239
|
},
|
|
6310
6240
|
{
|
|
6311
|
-
"name": "
|
|
6241
|
+
"name": "default"
|
|
6312
6242
|
},
|
|
6313
6243
|
{
|
|
6314
|
-
"name": "
|
|
6244
|
+
"name": "e-resize"
|
|
6315
6245
|
},
|
|
6316
6246
|
{
|
|
6317
|
-
"name": "
|
|
6247
|
+
"name": "ew-resize"
|
|
6318
6248
|
},
|
|
6319
6249
|
{
|
|
6320
|
-
"name": "
|
|
6250
|
+
"name": "grab"
|
|
6321
6251
|
},
|
|
6322
6252
|
{
|
|
6323
|
-
"name": "
|
|
6253
|
+
"name": "grabbing"
|
|
6324
6254
|
},
|
|
6325
6255
|
{
|
|
6326
|
-
"name": "
|
|
6256
|
+
"name": "help"
|
|
6327
6257
|
},
|
|
6328
6258
|
{
|
|
6329
|
-
"name": "
|
|
6259
|
+
"name": "move"
|
|
6330
6260
|
},
|
|
6331
6261
|
{
|
|
6332
|
-
"name": "
|
|
6262
|
+
"name": "n-resize"
|
|
6333
6263
|
},
|
|
6334
6264
|
{
|
|
6335
|
-
"name": "
|
|
6265
|
+
"name": "ne-resize"
|
|
6336
6266
|
},
|
|
6337
6267
|
{
|
|
6338
|
-
"name": "
|
|
6268
|
+
"name": "nesw-resize"
|
|
6339
6269
|
},
|
|
6340
6270
|
{
|
|
6341
|
-
"name": "
|
|
6271
|
+
"name": "no-drop"
|
|
6342
6272
|
},
|
|
6343
6273
|
{
|
|
6344
|
-
"name": "
|
|
6274
|
+
"name": "none"
|
|
6345
6275
|
},
|
|
6346
6276
|
{
|
|
6347
|
-
"name": "
|
|
6277
|
+
"name": "not-allowed"
|
|
6348
6278
|
},
|
|
6349
6279
|
{
|
|
6350
|
-
"name": "
|
|
6280
|
+
"name": "ns-resize"
|
|
6351
6281
|
},
|
|
6352
6282
|
{
|
|
6353
|
-
"name": "
|
|
6283
|
+
"name": "nw-resize"
|
|
6354
6284
|
},
|
|
6355
6285
|
{
|
|
6356
|
-
"name": "
|
|
6286
|
+
"name": "nwse-resize"
|
|
6357
6287
|
},
|
|
6358
6288
|
{
|
|
6359
|
-
"name": "
|
|
6289
|
+
"name": "pointer"
|
|
6360
6290
|
},
|
|
6361
6291
|
{
|
|
6362
|
-
"name": "
|
|
6292
|
+
"name": "progress"
|
|
6363
6293
|
},
|
|
6364
6294
|
{
|
|
6365
|
-
"name": "
|
|
6295
|
+
"name": "row-resize"
|
|
6366
6296
|
},
|
|
6367
6297
|
{
|
|
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": [
|
|
6298
|
+
"name": "s-resize"
|
|
6299
|
+
},
|
|
6376
6300
|
{
|
|
6377
|
-
"name": "
|
|
6301
|
+
"name": "se-resize"
|
|
6378
6302
|
},
|
|
6379
6303
|
{
|
|
6380
|
-
"name": "
|
|
6304
|
+
"name": "sw-resize"
|
|
6381
6305
|
},
|
|
6382
6306
|
{
|
|
6383
|
-
"name": "
|
|
6307
|
+
"name": "text"
|
|
6384
6308
|
},
|
|
6385
6309
|
{
|
|
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": [
|
|
6310
|
+
"name": "vertical-text"
|
|
6311
|
+
},
|
|
6394
6312
|
{
|
|
6395
|
-
"name": "
|
|
6313
|
+
"name": "w-resize"
|
|
6396
6314
|
},
|
|
6397
6315
|
{
|
|
6398
|
-
"name": "
|
|
6316
|
+
"name": "wait"
|
|
6399
6317
|
},
|
|
6400
6318
|
{
|
|
6401
|
-
"name": "
|
|
6319
|
+
"name": "zoom-in"
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"name": "zoom-out"
|
|
6402
6323
|
}
|
|
6403
6324
|
]
|
|
6404
6325
|
},
|
|
6405
6326
|
{
|
|
6406
|
-
"name": "
|
|
6407
|
-
"description": "The **`
|
|
6327
|
+
"name": "display",
|
|
6328
|
+
"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
6329
|
"values": [
|
|
6409
6330
|
{
|
|
6410
|
-
"name": "
|
|
6331
|
+
"name": "block"
|
|
6411
6332
|
},
|
|
6412
6333
|
{
|
|
6413
|
-
"name": "
|
|
6334
|
+
"name": "contents"
|
|
6414
6335
|
},
|
|
6415
6336
|
{
|
|
6416
|
-
"name": "
|
|
6337
|
+
"name": "flex"
|
|
6417
6338
|
},
|
|
6418
6339
|
{
|
|
6419
|
-
"name": "
|
|
6340
|
+
"name": "flow"
|
|
6420
6341
|
},
|
|
6421
6342
|
{
|
|
6422
|
-
"name": "
|
|
6343
|
+
"name": "flow-root"
|
|
6423
6344
|
},
|
|
6424
6345
|
{
|
|
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"
|
|
6346
|
+
"name": "grid"
|
|
6435
6347
|
},
|
|
6436
6348
|
{
|
|
6437
|
-
"name": "
|
|
6349
|
+
"name": "inline"
|
|
6438
6350
|
},
|
|
6439
6351
|
{
|
|
6440
|
-
"name": "
|
|
6352
|
+
"name": "inline-block"
|
|
6441
6353
|
},
|
|
6442
6354
|
{
|
|
6443
|
-
"name": "flex
|
|
6355
|
+
"name": "inline-flex"
|
|
6444
6356
|
},
|
|
6445
6357
|
{
|
|
6446
|
-
"name": "
|
|
6358
|
+
"name": "inline-grid"
|
|
6447
6359
|
},
|
|
6448
6360
|
{
|
|
6449
|
-
"name": "
|
|
6361
|
+
"name": "inline-list-item"
|
|
6450
6362
|
},
|
|
6451
6363
|
{
|
|
6452
|
-
"name": "
|
|
6364
|
+
"name": "inline-table"
|
|
6453
6365
|
},
|
|
6454
6366
|
{
|
|
6455
|
-
"name": "
|
|
6367
|
+
"name": "list-item"
|
|
6456
6368
|
},
|
|
6457
6369
|
{
|
|
6458
|
-
"name": "
|
|
6370
|
+
"name": "none"
|
|
6459
6371
|
},
|
|
6460
6372
|
{
|
|
6461
|
-
"name": "
|
|
6373
|
+
"name": "ruby"
|
|
6462
6374
|
},
|
|
6463
6375
|
{
|
|
6464
|
-
"name": "
|
|
6376
|
+
"name": "ruby-base"
|
|
6465
6377
|
},
|
|
6466
6378
|
{
|
|
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"
|
|
6379
|
+
"name": "ruby-base-container"
|
|
6477
6380
|
},
|
|
6478
6381
|
{
|
|
6479
|
-
"name": "
|
|
6382
|
+
"name": "ruby-text"
|
|
6480
6383
|
},
|
|
6481
6384
|
{
|
|
6482
|
-
"name": "
|
|
6385
|
+
"name": "ruby-text-container"
|
|
6483
6386
|
},
|
|
6484
6387
|
{
|
|
6485
|
-
"name": "
|
|
6388
|
+
"name": "run-in"
|
|
6486
6389
|
},
|
|
6487
6390
|
{
|
|
6488
|
-
"name": "
|
|
6391
|
+
"name": "table"
|
|
6489
6392
|
},
|
|
6490
6393
|
{
|
|
6491
|
-
"name": "
|
|
6394
|
+
"name": "table-caption"
|
|
6492
6395
|
},
|
|
6493
6396
|
{
|
|
6494
|
-
"name": "
|
|
6397
|
+
"name": "table-cell"
|
|
6495
6398
|
},
|
|
6496
6399
|
{
|
|
6497
|
-
"name": "
|
|
6400
|
+
"name": "table-column"
|
|
6498
6401
|
},
|
|
6499
6402
|
{
|
|
6500
|
-
"name": "
|
|
6403
|
+
"name": "table-column-group"
|
|
6501
6404
|
},
|
|
6502
6405
|
{
|
|
6503
|
-
"name": "
|
|
6406
|
+
"name": "table-footer-group"
|
|
6504
6407
|
},
|
|
6505
6408
|
{
|
|
6506
|
-
"name": "
|
|
6409
|
+
"name": "table-header-group"
|
|
6507
6410
|
},
|
|
6508
6411
|
{
|
|
6509
|
-
"name": "
|
|
6412
|
+
"name": "table-row"
|
|
6510
6413
|
},
|
|
6511
6414
|
{
|
|
6512
|
-
"name": "
|
|
6415
|
+
"name": "table-row-group"
|
|
6513
6416
|
}
|
|
6514
6417
|
]
|
|
6515
6418
|
},
|
|
6516
6419
|
{
|
|
6517
|
-
"name": "
|
|
6518
|
-
"description": "The
|
|
6420
|
+
"name": "flex-basis",
|
|
6421
|
+
"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
6422
|
"values": [
|
|
6520
6423
|
{
|
|
6521
|
-
"name": "
|
|
6522
|
-
},
|
|
6523
|
-
{
|
|
6524
|
-
"name": "center"
|
|
6424
|
+
"name": "auto"
|
|
6525
6425
|
},
|
|
6526
6426
|
{
|
|
6527
|
-
"name": "
|
|
6427
|
+
"name": "content"
|
|
6528
6428
|
},
|
|
6529
6429
|
{
|
|
6530
|
-
"name": "
|
|
6430
|
+
"name": "fit-content"
|
|
6531
6431
|
},
|
|
6532
6432
|
{
|
|
6533
|
-
"name": "
|
|
6433
|
+
"name": "max-content"
|
|
6534
6434
|
},
|
|
6535
6435
|
{
|
|
6536
|
-
"name": "
|
|
6436
|
+
"name": "min-content"
|
|
6537
6437
|
},
|
|
6538
6438
|
{
|
|
6539
|
-
"name": "
|
|
6540
|
-
}
|
|
6439
|
+
"name": "stretch"
|
|
6440
|
+
}
|
|
6441
|
+
]
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
"name": "flex-direction",
|
|
6445
|
+
"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",
|
|
6446
|
+
"values": [
|
|
6541
6447
|
{
|
|
6542
|
-
"name": "
|
|
6448
|
+
"name": "column"
|
|
6543
6449
|
},
|
|
6544
6450
|
{
|
|
6545
|
-
"name": "
|
|
6451
|
+
"name": "column-reverse"
|
|
6546
6452
|
},
|
|
6547
6453
|
{
|
|
6548
|
-
"name": "
|
|
6454
|
+
"name": "row"
|
|
6549
6455
|
},
|
|
6550
6456
|
{
|
|
6551
|
-
"name": "
|
|
6457
|
+
"name": "row-reverse"
|
|
6552
6458
|
}
|
|
6553
6459
|
]
|
|
6554
6460
|
},
|
|
6555
6461
|
{
|
|
6556
|
-
"name": "
|
|
6557
|
-
"description": "The
|
|
6462
|
+
"name": "flex-grow",
|
|
6463
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
6464
|
+
"values": []
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"name": "flex-shrink",
|
|
6468
|
+
"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`",
|
|
6469
|
+
"values": []
|
|
6470
|
+
},
|
|
6471
|
+
{
|
|
6472
|
+
"name": "flex-wrap",
|
|
6473
|
+
"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
6474
|
"values": [
|
|
6559
6475
|
{
|
|
6560
|
-
"name": "
|
|
6561
|
-
},
|
|
6562
|
-
{
|
|
6563
|
-
"name": "center"
|
|
6564
|
-
},
|
|
6565
|
-
{
|
|
6566
|
-
"name": "end"
|
|
6476
|
+
"name": "nowrap"
|
|
6567
6477
|
},
|
|
6568
6478
|
{
|
|
6569
|
-
"name": "
|
|
6479
|
+
"name": "wrap"
|
|
6570
6480
|
},
|
|
6571
6481
|
{
|
|
6572
|
-
"name": "
|
|
6573
|
-
}
|
|
6482
|
+
"name": "wrap-reverse"
|
|
6483
|
+
}
|
|
6484
|
+
]
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
"name": "grid-template-areas",
|
|
6488
|
+
"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`",
|
|
6489
|
+
"values": []
|
|
6490
|
+
},
|
|
6491
|
+
{
|
|
6492
|
+
"name": "grid-template-columns",
|
|
6493
|
+
"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",
|
|
6494
|
+
"values": [
|
|
6574
6495
|
{
|
|
6575
|
-
"name": "
|
|
6496
|
+
"name": "auto"
|
|
6576
6497
|
},
|
|
6577
6498
|
{
|
|
6578
|
-
"name": "
|
|
6499
|
+
"name": "max-content"
|
|
6579
6500
|
},
|
|
6580
6501
|
{
|
|
6581
|
-
"name": "
|
|
6502
|
+
"name": "min-content"
|
|
6582
6503
|
},
|
|
6583
6504
|
{
|
|
6584
|
-
"name": "
|
|
6505
|
+
"name": "none"
|
|
6585
6506
|
},
|
|
6586
6507
|
{
|
|
6587
|
-
"name": "
|
|
6508
|
+
"name": "subgrid"
|
|
6588
6509
|
}
|
|
6589
6510
|
]
|
|
6590
6511
|
},
|
|
6591
6512
|
{
|
|
6592
|
-
"name": "
|
|
6593
|
-
"description": "The **`
|
|
6513
|
+
"name": "grid-template-rows",
|
|
6514
|
+
"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
6515
|
"values": [
|
|
6595
6516
|
{
|
|
6596
6517
|
"name": "auto"
|
|
6597
6518
|
},
|
|
6598
6519
|
{
|
|
6599
|
-
"name": "
|
|
6600
|
-
},
|
|
6601
|
-
{
|
|
6602
|
-
"name": "center"
|
|
6520
|
+
"name": "max-content"
|
|
6603
6521
|
},
|
|
6604
6522
|
{
|
|
6605
|
-
"name": "
|
|
6523
|
+
"name": "min-content"
|
|
6606
6524
|
},
|
|
6607
6525
|
{
|
|
6608
|
-
"name": "
|
|
6526
|
+
"name": "none"
|
|
6609
6527
|
},
|
|
6610
6528
|
{
|
|
6611
|
-
"name": "
|
|
6612
|
-
}
|
|
6529
|
+
"name": "subgrid"
|
|
6530
|
+
}
|
|
6531
|
+
]
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"name": "height",
|
|
6535
|
+
"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",
|
|
6536
|
+
"values": [
|
|
6613
6537
|
{
|
|
6614
|
-
"name": "
|
|
6538
|
+
"name": "auto"
|
|
6615
6539
|
},
|
|
6616
6540
|
{
|
|
6617
|
-
"name": "
|
|
6541
|
+
"name": "fit-content"
|
|
6618
6542
|
},
|
|
6619
6543
|
{
|
|
6620
|
-
"name": "
|
|
6544
|
+
"name": "max-content"
|
|
6621
6545
|
},
|
|
6622
6546
|
{
|
|
6623
|
-
"name": "
|
|
6547
|
+
"name": "min-content"
|
|
6624
6548
|
},
|
|
6625
6549
|
{
|
|
6626
6550
|
"name": "stretch"
|
|
@@ -6628,191 +6552,201 @@
|
|
|
6628
6552
|
]
|
|
6629
6553
|
},
|
|
6630
6554
|
{
|
|
6631
|
-
"name": "
|
|
6632
|
-
"description": "The **`
|
|
6555
|
+
"name": "justify-content",
|
|
6556
|
+
"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
6557
|
"values": [
|
|
6634
6558
|
{
|
|
6635
|
-
"name": "
|
|
6636
|
-
},
|
|
6637
|
-
{
|
|
6638
|
-
"name": "auto"
|
|
6639
|
-
},
|
|
6640
|
-
{
|
|
6641
|
-
"name": "fill"
|
|
6642
|
-
},
|
|
6643
|
-
{
|
|
6644
|
-
"name": "inherit"
|
|
6559
|
+
"name": "center"
|
|
6645
6560
|
},
|
|
6646
6561
|
{
|
|
6647
|
-
"name": "
|
|
6562
|
+
"name": "end"
|
|
6648
6563
|
},
|
|
6649
6564
|
{
|
|
6650
|
-
"name": "
|
|
6565
|
+
"name": "flex-end"
|
|
6651
6566
|
},
|
|
6652
6567
|
{
|
|
6653
|
-
"name": "
|
|
6568
|
+
"name": "flex-start"
|
|
6654
6569
|
},
|
|
6655
6570
|
{
|
|
6656
|
-
"name": "
|
|
6571
|
+
"name": "left"
|
|
6657
6572
|
},
|
|
6658
6573
|
{
|
|
6659
|
-
"name": "
|
|
6574
|
+
"name": "normal"
|
|
6660
6575
|
},
|
|
6661
6576
|
{
|
|
6662
|
-
"name": "
|
|
6577
|
+
"name": "right"
|
|
6663
6578
|
},
|
|
6664
6579
|
{
|
|
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"
|
|
6580
|
+
"name": "space-around"
|
|
6675
6581
|
},
|
|
6676
6582
|
{
|
|
6677
|
-
"name": "
|
|
6583
|
+
"name": "space-between"
|
|
6678
6584
|
},
|
|
6679
6585
|
{
|
|
6680
|
-
"name": "
|
|
6586
|
+
"name": "space-evenly"
|
|
6681
6587
|
},
|
|
6682
6588
|
{
|
|
6683
|
-
"name": "
|
|
6589
|
+
"name": "start"
|
|
6684
6590
|
},
|
|
6685
6591
|
{
|
|
6686
|
-
"name": "
|
|
6592
|
+
"name": "stretch"
|
|
6687
6593
|
}
|
|
6688
6594
|
]
|
|
6689
6595
|
},
|
|
6690
6596
|
{
|
|
6691
|
-
"name": "
|
|
6692
|
-
"description": "The **`
|
|
6597
|
+
"name": "justify-items",
|
|
6598
|
+
"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",
|
|
6693
6599
|
"values": [
|
|
6694
6600
|
{
|
|
6695
|
-
"name": "
|
|
6601
|
+
"name": "baseline"
|
|
6696
6602
|
},
|
|
6697
6603
|
{
|
|
6698
|
-
"name": "
|
|
6699
|
-
}
|
|
6700
|
-
]
|
|
6701
|
-
},
|
|
6702
|
-
{
|
|
6703
|
-
"name": "cursor",
|
|
6704
|
-
"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",
|
|
6705
|
-
"values": [
|
|
6706
|
-
{
|
|
6707
|
-
"name": "alias"
|
|
6604
|
+
"name": "center"
|
|
6708
6605
|
},
|
|
6709
6606
|
{
|
|
6710
|
-
"name": "
|
|
6607
|
+
"name": "end"
|
|
6711
6608
|
},
|
|
6712
6609
|
{
|
|
6713
|
-
"name": "
|
|
6610
|
+
"name": "flex-end"
|
|
6714
6611
|
},
|
|
6715
6612
|
{
|
|
6716
|
-
"name": "
|
|
6613
|
+
"name": "flex-start"
|
|
6717
6614
|
},
|
|
6718
6615
|
{
|
|
6719
|
-
"name": "
|
|
6616
|
+
"name": "left"
|
|
6720
6617
|
},
|
|
6721
6618
|
{
|
|
6722
|
-
"name": "
|
|
6619
|
+
"name": "legacy"
|
|
6723
6620
|
},
|
|
6724
6621
|
{
|
|
6725
|
-
"name": "
|
|
6622
|
+
"name": "normal"
|
|
6726
6623
|
},
|
|
6727
6624
|
{
|
|
6728
|
-
"name": "
|
|
6625
|
+
"name": "right"
|
|
6729
6626
|
},
|
|
6730
6627
|
{
|
|
6731
|
-
"name": "
|
|
6628
|
+
"name": "self-end"
|
|
6732
6629
|
},
|
|
6733
6630
|
{
|
|
6734
|
-
"name": "
|
|
6631
|
+
"name": "self-start"
|
|
6735
6632
|
},
|
|
6736
6633
|
{
|
|
6737
|
-
"name": "
|
|
6634
|
+
"name": "start"
|
|
6738
6635
|
},
|
|
6739
6636
|
{
|
|
6740
|
-
"name": "
|
|
6741
|
-
}
|
|
6637
|
+
"name": "stretch"
|
|
6638
|
+
}
|
|
6639
|
+
]
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"name": "max-height",
|
|
6643
|
+
"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",
|
|
6644
|
+
"values": [
|
|
6742
6645
|
{
|
|
6743
|
-
"name": "
|
|
6646
|
+
"name": "fit-content"
|
|
6744
6647
|
},
|
|
6745
6648
|
{
|
|
6746
|
-
"name": "
|
|
6649
|
+
"name": "intrinsic"
|
|
6747
6650
|
},
|
|
6748
6651
|
{
|
|
6749
|
-
"name": "
|
|
6652
|
+
"name": "max-content"
|
|
6750
6653
|
},
|
|
6751
6654
|
{
|
|
6752
|
-
"name": "
|
|
6655
|
+
"name": "min-content"
|
|
6753
6656
|
},
|
|
6754
6657
|
{
|
|
6755
|
-
"name": "
|
|
6658
|
+
"name": "none"
|
|
6756
6659
|
},
|
|
6757
6660
|
{
|
|
6758
|
-
"name": "
|
|
6759
|
-
}
|
|
6661
|
+
"name": "stretch"
|
|
6662
|
+
}
|
|
6663
|
+
]
|
|
6664
|
+
},
|
|
6665
|
+
{
|
|
6666
|
+
"name": "max-width",
|
|
6667
|
+
"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",
|
|
6668
|
+
"values": [
|
|
6760
6669
|
{
|
|
6761
|
-
"name": "
|
|
6670
|
+
"name": "fit-content"
|
|
6762
6671
|
},
|
|
6763
6672
|
{
|
|
6764
|
-
"name": "
|
|
6673
|
+
"name": "intrinsic"
|
|
6765
6674
|
},
|
|
6766
6675
|
{
|
|
6767
|
-
"name": "
|
|
6676
|
+
"name": "max-content"
|
|
6768
6677
|
},
|
|
6769
6678
|
{
|
|
6770
|
-
"name": "
|
|
6679
|
+
"name": "min-content"
|
|
6771
6680
|
},
|
|
6772
6681
|
{
|
|
6773
|
-
"name": "
|
|
6682
|
+
"name": "none"
|
|
6774
6683
|
},
|
|
6775
6684
|
{
|
|
6776
|
-
"name": "
|
|
6777
|
-
}
|
|
6685
|
+
"name": "stretch"
|
|
6686
|
+
}
|
|
6687
|
+
]
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"name": "min-height",
|
|
6691
|
+
"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",
|
|
6692
|
+
"values": [
|
|
6778
6693
|
{
|
|
6779
|
-
"name": "
|
|
6694
|
+
"name": "auto"
|
|
6780
6695
|
},
|
|
6781
6696
|
{
|
|
6782
|
-
"name": "
|
|
6697
|
+
"name": "fit-content"
|
|
6783
6698
|
},
|
|
6784
6699
|
{
|
|
6785
|
-
"name": "
|
|
6700
|
+
"name": "intrinsic"
|
|
6786
6701
|
},
|
|
6787
6702
|
{
|
|
6788
|
-
"name": "
|
|
6703
|
+
"name": "max-content"
|
|
6789
6704
|
},
|
|
6790
6705
|
{
|
|
6791
|
-
"name": "
|
|
6706
|
+
"name": "min-content"
|
|
6792
6707
|
},
|
|
6793
6708
|
{
|
|
6794
|
-
"name": "
|
|
6709
|
+
"name": "stretch"
|
|
6710
|
+
}
|
|
6711
|
+
]
|
|
6712
|
+
},
|
|
6713
|
+
{
|
|
6714
|
+
"name": "min-width",
|
|
6715
|
+
"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",
|
|
6716
|
+
"values": [
|
|
6717
|
+
{
|
|
6718
|
+
"name": "auto"
|
|
6795
6719
|
},
|
|
6796
6720
|
{
|
|
6797
|
-
"name": "
|
|
6721
|
+
"name": "fit-content"
|
|
6798
6722
|
},
|
|
6799
6723
|
{
|
|
6800
|
-
"name": "
|
|
6724
|
+
"name": "intrinsic"
|
|
6801
6725
|
},
|
|
6802
6726
|
{
|
|
6803
|
-
"name": "
|
|
6727
|
+
"name": "max-content"
|
|
6804
6728
|
},
|
|
6805
6729
|
{
|
|
6806
|
-
"name": "
|
|
6730
|
+
"name": "min-content"
|
|
6807
6731
|
},
|
|
6808
6732
|
{
|
|
6809
|
-
"name": "
|
|
6733
|
+
"name": "min-intrinsic"
|
|
6810
6734
|
},
|
|
6811
6735
|
{
|
|
6812
|
-
"name": "
|
|
6736
|
+
"name": "stretch"
|
|
6813
6737
|
}
|
|
6814
6738
|
]
|
|
6815
6739
|
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "opacity",
|
|
6742
|
+
"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`",
|
|
6743
|
+
"values": []
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
"name": "order",
|
|
6747
|
+
"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`",
|
|
6748
|
+
"values": []
|
|
6749
|
+
},
|
|
6816
6750
|
{
|
|
6817
6751
|
"name": "overflow-x",
|
|
6818
6752
|
"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 +6790,41 @@
|
|
|
6856
6790
|
]
|
|
6857
6791
|
},
|
|
6858
6792
|
{
|
|
6859
|
-
"name": "
|
|
6860
|
-
"description": "The **`
|
|
6793
|
+
"name": "pointer-events",
|
|
6794
|
+
"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
6795
|
"values": [
|
|
6862
6796
|
{
|
|
6863
|
-
"name": "
|
|
6797
|
+
"name": "all"
|
|
6864
6798
|
},
|
|
6865
6799
|
{
|
|
6866
|
-
"name": "
|
|
6800
|
+
"name": "auto"
|
|
6867
6801
|
},
|
|
6868
6802
|
{
|
|
6869
|
-
"name": "
|
|
6803
|
+
"name": "fill"
|
|
6870
6804
|
},
|
|
6871
6805
|
{
|
|
6872
|
-
"name": "
|
|
6806
|
+
"name": "inherit"
|
|
6873
6807
|
},
|
|
6874
6808
|
{
|
|
6875
|
-
"name": "
|
|
6809
|
+
"name": "none"
|
|
6876
6810
|
},
|
|
6877
6811
|
{
|
|
6878
|
-
"name": "
|
|
6812
|
+
"name": "painted"
|
|
6879
6813
|
},
|
|
6880
6814
|
{
|
|
6881
|
-
"name": "
|
|
6815
|
+
"name": "stroke"
|
|
6816
|
+
},
|
|
6817
|
+
{
|
|
6818
|
+
"name": "visible"
|
|
6819
|
+
},
|
|
6820
|
+
{
|
|
6821
|
+
"name": "visibleFill"
|
|
6822
|
+
},
|
|
6823
|
+
{
|
|
6824
|
+
"name": "visiblePainted"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"name": "visibleStroke"
|
|
6882
6828
|
}
|
|
6883
6829
|
]
|
|
6884
6830
|
},
|
|
@@ -6910,9 +6856,48 @@
|
|
|
6910
6856
|
]
|
|
6911
6857
|
},
|
|
6912
6858
|
{
|
|
6913
|
-
"name": "
|
|
6914
|
-
"description": "The **`
|
|
6915
|
-
"
|
|
6859
|
+
"name": "transition-delay",
|
|
6860
|
+
"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`",
|
|
6861
|
+
"type": "string"
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"name": "transition-property",
|
|
6865
|
+
"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",
|
|
6866
|
+
"values": [
|
|
6867
|
+
{
|
|
6868
|
+
"name": "all"
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"name": "none"
|
|
6872
|
+
}
|
|
6873
|
+
]
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"name": "transition-timing-function",
|
|
6877
|
+
"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",
|
|
6878
|
+
"values": [
|
|
6879
|
+
{
|
|
6880
|
+
"name": "ease"
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"name": "ease-in"
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"name": "ease-in-out"
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
"name": "ease-out"
|
|
6890
|
+
},
|
|
6891
|
+
{
|
|
6892
|
+
"name": "linear"
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
"name": "step-end"
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"name": "step-start"
|
|
6899
|
+
}
|
|
6900
|
+
]
|
|
6916
6901
|
},
|
|
6917
6902
|
{
|
|
6918
6903
|
"name": "vertical-align",
|
|
@@ -6969,17 +6954,17 @@
|
|
|
6969
6954
|
]
|
|
6970
6955
|
},
|
|
6971
6956
|
{
|
|
6972
|
-
"name": "
|
|
6973
|
-
"description": "The **`
|
|
6957
|
+
"name": "width",
|
|
6958
|
+
"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
6959
|
"values": [
|
|
6975
6960
|
{
|
|
6976
6961
|
"name": "auto"
|
|
6977
6962
|
},
|
|
6978
6963
|
{
|
|
6979
|
-
"name": "content"
|
|
6964
|
+
"name": "fit-content"
|
|
6980
6965
|
},
|
|
6981
6966
|
{
|
|
6982
|
-
"name": "
|
|
6967
|
+
"name": "intrinsic"
|
|
6983
6968
|
},
|
|
6984
6969
|
{
|
|
6985
6970
|
"name": "max-content"
|
|
@@ -6988,7 +6973,7 @@
|
|
|
6988
6973
|
"name": "min-content"
|
|
6989
6974
|
},
|
|
6990
6975
|
{
|
|
6991
|
-
"name": "
|
|
6976
|
+
"name": "min-intrinsic"
|
|
6992
6977
|
},
|
|
6993
6978
|
{
|
|
6994
6979
|
"name": "stretch"
|
|
@@ -6996,55 +6981,50 @@
|
|
|
6996
6981
|
]
|
|
6997
6982
|
},
|
|
6998
6983
|
{
|
|
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",
|
|
6984
|
+
"name": "flex",
|
|
6985
|
+
"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
6986
|
"values": [
|
|
7007
6987
|
{
|
|
7008
|
-
"name": "
|
|
6988
|
+
"name": "auto"
|
|
7009
6989
|
},
|
|
7010
6990
|
{
|
|
7011
|
-
"name": "
|
|
6991
|
+
"name": "content"
|
|
7012
6992
|
},
|
|
7013
6993
|
{
|
|
7014
|
-
"name": "
|
|
6994
|
+
"name": "fit-content"
|
|
7015
6995
|
},
|
|
7016
6996
|
{
|
|
7017
|
-
"name": "
|
|
6997
|
+
"name": "max-content"
|
|
7018
6998
|
},
|
|
7019
6999
|
{
|
|
7020
|
-
"name": "
|
|
7000
|
+
"name": "min-content"
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "none"
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"name": "stretch"
|
|
7021
7007
|
}
|
|
7022
7008
|
]
|
|
7023
7009
|
},
|
|
7024
7010
|
{
|
|
7025
|
-
"name": "
|
|
7026
|
-
"description": "The **`
|
|
7011
|
+
"name": "background-position",
|
|
7012
|
+
"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
7013
|
"values": [
|
|
7028
7014
|
{
|
|
7029
|
-
"name": "
|
|
7030
|
-
},
|
|
7031
|
-
{
|
|
7032
|
-
"name": "column-reverse"
|
|
7033
|
-
},
|
|
7034
|
-
{
|
|
7035
|
-
"name": "nowrap"
|
|
7015
|
+
"name": "bottom"
|
|
7036
7016
|
},
|
|
7037
7017
|
{
|
|
7038
|
-
"name": "
|
|
7018
|
+
"name": "center"
|
|
7039
7019
|
},
|
|
7040
7020
|
{
|
|
7041
|
-
"name": "
|
|
7021
|
+
"name": "left"
|
|
7042
7022
|
},
|
|
7043
7023
|
{
|
|
7044
|
-
"name": "
|
|
7024
|
+
"name": "right"
|
|
7045
7025
|
},
|
|
7046
7026
|
{
|
|
7047
|
-
"name": "
|
|
7027
|
+
"name": "top"
|
|
7048
7028
|
}
|
|
7049
7029
|
]
|
|
7050
7030
|
},
|
|
@@ -7084,6 +7064,38 @@
|
|
|
7084
7064
|
}
|
|
7085
7065
|
]
|
|
7086
7066
|
},
|
|
7067
|
+
{
|
|
7068
|
+
"name": "flex-flow",
|
|
7069
|
+
"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",
|
|
7070
|
+
"values": [
|
|
7071
|
+
{
|
|
7072
|
+
"name": "column"
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"name": "column-reverse"
|
|
7076
|
+
},
|
|
7077
|
+
{
|
|
7078
|
+
"name": "nowrap"
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"name": "row"
|
|
7082
|
+
},
|
|
7083
|
+
{
|
|
7084
|
+
"name": "row-reverse"
|
|
7085
|
+
},
|
|
7086
|
+
{
|
|
7087
|
+
"name": "wrap"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"name": "wrap-reverse"
|
|
7091
|
+
}
|
|
7092
|
+
]
|
|
7093
|
+
},
|
|
7094
|
+
{
|
|
7095
|
+
"name": "grid-area",
|
|
7096
|
+
"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.",
|
|
7097
|
+
"values": []
|
|
7098
|
+
},
|
|
7087
7099
|
{
|
|
7088
7100
|
"name": "overflow",
|
|
7089
7101
|
"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 +7167,7 @@
|
|
|
7155
7167
|
},
|
|
7156
7168
|
{
|
|
7157
7169
|
"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",
|
|
7170
|
+
"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
7171
|
"type": "string",
|
|
7161
7172
|
"values": [
|
|
7162
7173
|
{
|
|
@@ -7437,64 +7448,172 @@
|
|
|
7437
7448
|
"name": "style"
|
|
7438
7449
|
},
|
|
7439
7450
|
{
|
|
7440
|
-
"name": "sub"
|
|
7451
|
+
"name": "sub"
|
|
7452
|
+
},
|
|
7453
|
+
{
|
|
7454
|
+
"name": "summary"
|
|
7455
|
+
},
|
|
7456
|
+
{
|
|
7457
|
+
"name": "sup"
|
|
7458
|
+
},
|
|
7459
|
+
{
|
|
7460
|
+
"name": "table"
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"name": "tbody"
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
"name": "td"
|
|
7467
|
+
},
|
|
7468
|
+
{
|
|
7469
|
+
"name": "template"
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"name": "textarea"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"name": "tfoot"
|
|
7476
|
+
},
|
|
7477
|
+
{
|
|
7478
|
+
"name": "th"
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
"name": "thead"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"name": "time"
|
|
7485
|
+
},
|
|
7486
|
+
{
|
|
7487
|
+
"name": "title"
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
"name": "tr"
|
|
7491
|
+
},
|
|
7492
|
+
{
|
|
7493
|
+
"name": "track"
|
|
7494
|
+
},
|
|
7495
|
+
{
|
|
7496
|
+
"name": "u"
|
|
7497
|
+
},
|
|
7498
|
+
{
|
|
7499
|
+
"name": "ul"
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "var"
|
|
7503
|
+
},
|
|
7504
|
+
{
|
|
7505
|
+
"name": "video"
|
|
7506
|
+
},
|
|
7507
|
+
{
|
|
7508
|
+
"name": "wbr"
|
|
7509
|
+
}
|
|
7510
|
+
],
|
|
7511
|
+
"default": "div"
|
|
7512
|
+
}
|
|
7513
|
+
]
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
"name": "rarui-sidebar",
|
|
7517
|
+
"attributes": [
|
|
7518
|
+
{
|
|
7519
|
+
"name": "open",
|
|
7520
|
+
"description": "Determines if the sidebar is shown or not.\n\n@default true",
|
|
7521
|
+
"type": "boolean",
|
|
7522
|
+
"default": true
|
|
7523
|
+
},
|
|
7524
|
+
{
|
|
7525
|
+
"name": "portal-id",
|
|
7526
|
+
"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.",
|
|
7527
|
+
"type": "string"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "on-remove",
|
|
7531
|
+
"description": "Callback fired when the component requests to be closed.",
|
|
7532
|
+
"type": "() => void;"
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"name": "padding",
|
|
7536
|
+
"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",
|
|
7537
|
+
"values": [
|
|
7538
|
+
{
|
|
7539
|
+
"name": "$medium"
|
|
7441
7540
|
},
|
|
7442
7541
|
{
|
|
7443
|
-
"name": "
|
|
7542
|
+
"name": "$none"
|
|
7444
7543
|
},
|
|
7445
7544
|
{
|
|
7446
|
-
"name": "
|
|
7447
|
-
}
|
|
7545
|
+
"name": "$small"
|
|
7546
|
+
}
|
|
7547
|
+
],
|
|
7548
|
+
"default": "small"
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "z-index",
|
|
7552
|
+
"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",
|
|
7553
|
+
"values": [
|
|
7448
7554
|
{
|
|
7449
|
-
"name": "
|
|
7555
|
+
"name": "$100"
|
|
7450
7556
|
},
|
|
7451
7557
|
{
|
|
7452
|
-
"name": "
|
|
7558
|
+
"name": "$200"
|
|
7453
7559
|
},
|
|
7454
7560
|
{
|
|
7455
|
-
"name": "
|
|
7561
|
+
"name": "$300"
|
|
7456
7562
|
},
|
|
7457
7563
|
{
|
|
7458
|
-
"name": "
|
|
7564
|
+
"name": "$400"
|
|
7459
7565
|
},
|
|
7460
7566
|
{
|
|
7461
|
-
"name": "
|
|
7567
|
+
"name": "$500"
|
|
7462
7568
|
},
|
|
7463
7569
|
{
|
|
7464
|
-
"name": "
|
|
7570
|
+
"name": "$600"
|
|
7465
7571
|
},
|
|
7466
7572
|
{
|
|
7467
|
-
"name": "
|
|
7573
|
+
"name": "$700"
|
|
7468
7574
|
},
|
|
7469
7575
|
{
|
|
7470
|
-
"name": "
|
|
7576
|
+
"name": "$800"
|
|
7471
7577
|
},
|
|
7472
7578
|
{
|
|
7473
|
-
"name": "
|
|
7474
|
-
}
|
|
7579
|
+
"name": "$900"
|
|
7580
|
+
}
|
|
7581
|
+
]
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"name": "max-width",
|
|
7585
|
+
"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",
|
|
7586
|
+
"values": [
|
|
7475
7587
|
{
|
|
7476
|
-
"name": "
|
|
7588
|
+
"name": "fit-content"
|
|
7477
7589
|
},
|
|
7478
7590
|
{
|
|
7479
|
-
"name": "
|
|
7591
|
+
"name": "intrinsic"
|
|
7480
7592
|
},
|
|
7481
7593
|
{
|
|
7482
|
-
"name": "
|
|
7594
|
+
"name": "max-content"
|
|
7483
7595
|
},
|
|
7484
7596
|
{
|
|
7485
|
-
"name": "
|
|
7597
|
+
"name": "min-content"
|
|
7486
7598
|
},
|
|
7487
7599
|
{
|
|
7488
|
-
"name": "
|
|
7600
|
+
"name": "none"
|
|
7489
7601
|
},
|
|
7490
7602
|
{
|
|
7491
|
-
"name": "
|
|
7492
|
-
}
|
|
7603
|
+
"name": "stretch"
|
|
7604
|
+
}
|
|
7605
|
+
]
|
|
7606
|
+
},
|
|
7607
|
+
{
|
|
7608
|
+
"name": "position",
|
|
7609
|
+
"description": "Specifies where the sidebar should be positioned\n\n- left\n- right",
|
|
7610
|
+
"type": "string",
|
|
7611
|
+
"values": [
|
|
7493
7612
|
{
|
|
7494
|
-
"name": "
|
|
7613
|
+
"name": "left"
|
|
7495
7614
|
},
|
|
7496
7615
|
{
|
|
7497
|
-
"name": "
|
|
7616
|
+
"name": "right"
|
|
7498
7617
|
}
|
|
7499
7618
|
]
|
|
7500
7619
|
}
|
|
@@ -7502,13 +7621,12 @@
|
|
|
7502
7621
|
},
|
|
7503
7622
|
{
|
|
7504
7623
|
"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
7624
|
"attributes": [
|
|
7507
7625
|
{
|
|
7508
7626
|
"name": "items-after-truncate",
|
|
7509
|
-
"
|
|
7510
|
-
"
|
|
7511
|
-
"
|
|
7627
|
+
"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",
|
|
7628
|
+
"type": "number",
|
|
7629
|
+
"default": 10
|
|
7512
7630
|
}
|
|
7513
7631
|
]
|
|
7514
7632
|
},
|
|
@@ -7533,8 +7651,7 @@
|
|
|
7533
7651
|
},
|
|
7534
7652
|
{
|
|
7535
7653
|
"name": "as",
|
|
7536
|
-
"
|
|
7537
|
-
"description": "Tipo de elemento a ser renderizado.\n\n- a\n- button",
|
|
7654
|
+
"description": "Tipo de elemento a ser renderizado.\n\n- a\n- button\n\n@default button",
|
|
7538
7655
|
"type": "string",
|
|
7539
7656
|
"values": [
|
|
7540
7657
|
{
|
|
@@ -7544,7 +7661,8 @@
|
|
|
7544
7661
|
"name": "button",
|
|
7545
7662
|
"description": "(default)"
|
|
7546
7663
|
}
|
|
7547
|
-
]
|
|
7664
|
+
],
|
|
7665
|
+
"default": "button"
|
|
7548
7666
|
}
|
|
7549
7667
|
]
|
|
7550
7668
|
},
|
|
@@ -7554,8 +7672,7 @@
|
|
|
7554
7672
|
"attributes": [
|
|
7555
7673
|
{
|
|
7556
7674
|
"name": "appearance",
|
|
7557
|
-
"
|
|
7558
|
-
"description": "Determines the visual style of the link.\n\n- brand\n- inverted\n- neutral",
|
|
7675
|
+
"description": "Determines the visual style of the link.\n\n- brand\n- inverted\n- neutral\n\n@default brand",
|
|
7559
7676
|
"type": "string",
|
|
7560
7677
|
"values": [
|
|
7561
7678
|
{
|
|
@@ -7568,12 +7685,12 @@
|
|
|
7568
7685
|
{
|
|
7569
7686
|
"name": "neutral"
|
|
7570
7687
|
}
|
|
7571
|
-
]
|
|
7688
|
+
],
|
|
7689
|
+
"default": "brand"
|
|
7572
7690
|
},
|
|
7573
7691
|
{
|
|
7574
7692
|
"name": "size",
|
|
7575
|
-
"
|
|
7576
|
-
"description": "Specifies the size of the link.\n\n- large\n- medium\n- small",
|
|
7693
|
+
"description": "Specifies the size of the link.\n\n- large\n- medium\n- small\n\n@default large",
|
|
7577
7694
|
"type": "string",
|
|
7578
7695
|
"values": [
|
|
7579
7696
|
{
|
|
@@ -7586,7 +7703,8 @@
|
|
|
7586
7703
|
{
|
|
7587
7704
|
"name": "small"
|
|
7588
7705
|
}
|
|
7589
|
-
]
|
|
7706
|
+
],
|
|
7707
|
+
"default": "large"
|
|
7590
7708
|
},
|
|
7591
7709
|
{
|
|
7592
7710
|
"name": "type",
|
|
@@ -7631,22 +7749,37 @@
|
|
|
7631
7749
|
},
|
|
7632
7750
|
{
|
|
7633
7751
|
"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
7752
|
"attributes": [
|
|
7636
7753
|
{
|
|
7637
|
-
"name": "page
|
|
7638
|
-
"description": "The
|
|
7754
|
+
"name": "active-page",
|
|
7755
|
+
"description": "The currently selected page.\n\n(Required)",
|
|
7639
7756
|
"type": "number"
|
|
7640
7757
|
},
|
|
7641
7758
|
{
|
|
7642
|
-
"name": "
|
|
7643
|
-
"description": "The
|
|
7759
|
+
"name": "page-count",
|
|
7760
|
+
"description": "The total number of pages.\n\n(Required)",
|
|
7644
7761
|
"type": "number"
|
|
7645
7762
|
},
|
|
7763
|
+
{
|
|
7764
|
+
"name": "show-numbers",
|
|
7765
|
+
"description": "Determines whether page numbers should be shown.\n\n@default true",
|
|
7766
|
+
"type": "boolean",
|
|
7767
|
+
"default": true
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"name": "show-arrows",
|
|
7771
|
+
"description": "Determines whether page arrows should be shown.\n\n@default true",
|
|
7772
|
+
"type": "boolean",
|
|
7773
|
+
"default": true
|
|
7774
|
+
},
|
|
7775
|
+
{
|
|
7776
|
+
"name": "on-page-change",
|
|
7777
|
+
"description": "Called with event and page number when a page is clicked.\n\n(Required)",
|
|
7778
|
+
"type": "(page: number) => void;"
|
|
7779
|
+
},
|
|
7646
7780
|
{
|
|
7647
7781
|
"name": "size",
|
|
7648
|
-
"
|
|
7649
|
-
"description": "Specifies the size of the Pagination component.\n\n- dot\n- large\n- small",
|
|
7782
|
+
"description": "Specifies the size of the Pagination component.\n\n- dot\n- large\n- small\n\n@default large",
|
|
7650
7783
|
"type": "string",
|
|
7651
7784
|
"values": [
|
|
7652
7785
|
{
|
|
@@ -7659,19 +7792,8 @@
|
|
|
7659
7792
|
{
|
|
7660
7793
|
"name": "small"
|
|
7661
7794
|
}
|
|
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"
|
|
7795
|
+
],
|
|
7796
|
+
"default": "large"
|
|
7675
7797
|
}
|
|
7676
7798
|
]
|
|
7677
7799
|
},
|
|
@@ -7702,8 +7824,7 @@
|
|
|
7702
7824
|
},
|
|
7703
7825
|
{
|
|
7704
7826
|
"name": "as",
|
|
7705
|
-
"
|
|
7706
|
-
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
7827
|
+
"description": "The HTML element type to render.\n\n- a\n- button\n\n@default button",
|
|
7707
7828
|
"type": "string",
|
|
7708
7829
|
"values": [
|
|
7709
7830
|
{
|
|
@@ -7713,7 +7834,8 @@
|
|
|
7713
7834
|
"name": "button",
|
|
7714
7835
|
"description": "(default)"
|
|
7715
7836
|
}
|
|
7716
|
-
]
|
|
7837
|
+
],
|
|
7838
|
+
"default": "button"
|
|
7717
7839
|
}
|
|
7718
7840
|
]
|
|
7719
7841
|
},
|
|
@@ -7723,7 +7845,7 @@
|
|
|
7723
7845
|
"attributes": [
|
|
7724
7846
|
{
|
|
7725
7847
|
"name": "name",
|
|
7726
|
-
"description": "Title of the sideNavigation",
|
|
7848
|
+
"description": "Title of the sideNavigation\n\n(Required)",
|
|
7727
7849
|
"type": "string"
|
|
7728
7850
|
},
|
|
7729
7851
|
{
|
|
@@ -7733,9 +7855,9 @@
|
|
|
7733
7855
|
},
|
|
7734
7856
|
{
|
|
7735
7857
|
"name": "active",
|
|
7736
|
-
"default": false,
|
|
7737
7858
|
"description": "Whether the navigation item is in active state.",
|
|
7738
|
-
"type": "boolean"
|
|
7859
|
+
"type": "boolean",
|
|
7860
|
+
"default": false
|
|
7739
7861
|
},
|
|
7740
7862
|
{
|
|
7741
7863
|
"name": "level",
|
|
@@ -7755,14 +7877,13 @@
|
|
|
7755
7877
|
},
|
|
7756
7878
|
{
|
|
7757
7879
|
"name": "disabled",
|
|
7758
|
-
"default": false,
|
|
7759
7880
|
"description": "Whether the navigation item is disabled.",
|
|
7760
|
-
"type": "boolean"
|
|
7881
|
+
"type": "boolean",
|
|
7882
|
+
"default": false
|
|
7761
7883
|
},
|
|
7762
7884
|
{
|
|
7763
7885
|
"name": "as",
|
|
7764
|
-
"
|
|
7765
|
-
"description": "The HTML element type to render.\n\n- a\n- button",
|
|
7886
|
+
"description": "The HTML element type to render.\n\n- a\n- button\n\n@default button",
|
|
7766
7887
|
"type": "string",
|
|
7767
7888
|
"values": [
|
|
7768
7889
|
{
|
|
@@ -7772,13 +7893,13 @@
|
|
|
7772
7893
|
"name": "button",
|
|
7773
7894
|
"description": "(default)"
|
|
7774
7895
|
}
|
|
7775
|
-
]
|
|
7896
|
+
],
|
|
7897
|
+
"default": "button"
|
|
7776
7898
|
}
|
|
7777
7899
|
]
|
|
7778
7900
|
},
|
|
7779
7901
|
{
|
|
7780
7902
|
"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
7903
|
"attributes": [
|
|
7783
7904
|
{
|
|
7784
7905
|
"name": "pre-selected-tab",
|
|
@@ -7790,15 +7911,9 @@
|
|
|
7790
7911
|
"description": "Sets the indicated tab as current active tab.\nCan be used to change the active tab from outside of the component",
|
|
7791
7912
|
"type": "number"
|
|
7792
7913
|
},
|
|
7793
|
-
{
|
|
7794
|
-
"name": "underlined",
|
|
7795
|
-
"description": "Determines whether the tabs should have an underline style.",
|
|
7796
|
-
"type": "boolean"
|
|
7797
|
-
},
|
|
7798
7914
|
{
|
|
7799
7915
|
"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",
|
|
7916
|
+
"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
7917
|
"type": "string",
|
|
7803
7918
|
"values": [
|
|
7804
7919
|
{
|
|
@@ -7811,12 +7926,18 @@
|
|
|
7811
7926
|
{
|
|
7812
7927
|
"name": "right"
|
|
7813
7928
|
}
|
|
7814
|
-
]
|
|
7929
|
+
],
|
|
7930
|
+
"default": "left"
|
|
7815
7931
|
},
|
|
7816
7932
|
{
|
|
7817
7933
|
"name": "full",
|
|
7818
7934
|
"description": "Determines whether the tabs should occupy the full width of their container.",
|
|
7819
7935
|
"type": "boolean"
|
|
7936
|
+
},
|
|
7937
|
+
{
|
|
7938
|
+
"name": "underlined",
|
|
7939
|
+
"description": "Determines whether the tabs should have an underline style.",
|
|
7940
|
+
"type": "boolean"
|
|
7820
7941
|
}
|
|
7821
7942
|
]
|
|
7822
7943
|
},
|
|
@@ -7826,8 +7947,7 @@
|
|
|
7826
7947
|
"attributes": [
|
|
7827
7948
|
{
|
|
7828
7949
|
"name": "theme",
|
|
7829
|
-
"
|
|
7830
|
-
"description": "Theme to apply globally to the application.\n\n- base\n- dark",
|
|
7950
|
+
"description": "Theme to apply globally to the application.\n\n- base\n- dark\n\n@default base",
|
|
7831
7951
|
"type": "string",
|
|
7832
7952
|
"values": [
|
|
7833
7953
|
{
|
|
@@ -7837,18 +7957,112 @@
|
|
|
7837
7957
|
{
|
|
7838
7958
|
"name": "dark"
|
|
7839
7959
|
}
|
|
7960
|
+
],
|
|
7961
|
+
"default": "base"
|
|
7962
|
+
}
|
|
7963
|
+
]
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"name": "rarui-accordion",
|
|
7967
|
+
"attributes": [
|
|
7968
|
+
{
|
|
7969
|
+
"name": "selected-default",
|
|
7970
|
+
"description": "Informs which accordion item is open by default, this value must be the same as informed in the index of each item",
|
|
7971
|
+
"type": "string"
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
"name": "disabled",
|
|
7975
|
+
"description": "Disables the accordion, disallowing user interaction.",
|
|
7976
|
+
"type": "boolean",
|
|
7977
|
+
"default": false
|
|
7978
|
+
}
|
|
7979
|
+
]
|
|
7980
|
+
},
|
|
7981
|
+
{
|
|
7982
|
+
"name": "rarui-accordion-body",
|
|
7983
|
+
"description": "## Rarui Accordion Body\n---\nContent area that is shown/hidden when accordion item is toggled.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components-web-components/surface/accordion) for more details.",
|
|
7984
|
+
"attributes": [
|
|
7985
|
+
{
|
|
7986
|
+
"name": "padding",
|
|
7987
|
+
"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",
|
|
7988
|
+
"type": "string",
|
|
7989
|
+
"values": [
|
|
7990
|
+
{
|
|
7991
|
+
"name": "base",
|
|
7992
|
+
"description": "(default)"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"name": "none"
|
|
7996
|
+
}
|
|
7997
|
+
],
|
|
7998
|
+
"default": "base"
|
|
7999
|
+
}
|
|
8000
|
+
]
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
"name": "rarui-accordion-header",
|
|
8004
|
+
"attributes": [
|
|
8005
|
+
{
|
|
8006
|
+
"name": "title",
|
|
8007
|
+
"description": "The title to display in the accordion header.",
|
|
8008
|
+
"type": "string"
|
|
8009
|
+
},
|
|
8010
|
+
{
|
|
8011
|
+
"name": "subtitle",
|
|
8012
|
+
"description": "The subtitle to display in the accordion header.",
|
|
8013
|
+
"type": "string"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"name": "no-icon-toggle",
|
|
8017
|
+
"description": "Removes the arrow icon that shows if the accordion item is open or not which makes it possible to create a custom indicator.",
|
|
8018
|
+
"type": "boolean",
|
|
8019
|
+
"default": false
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "size",
|
|
8023
|
+
"description": "- large\n- medium\n- small",
|
|
8024
|
+
"type": "string",
|
|
8025
|
+
"values": [
|
|
8026
|
+
{
|
|
8027
|
+
"name": "large"
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"name": "medium"
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"name": "small"
|
|
8034
|
+
}
|
|
7840
8035
|
]
|
|
7841
8036
|
}
|
|
7842
8037
|
]
|
|
7843
8038
|
},
|
|
8039
|
+
{
|
|
8040
|
+
"name": "rarui-accordion-item",
|
|
8041
|
+
"attributes": [
|
|
8042
|
+
{
|
|
8043
|
+
"name": "index",
|
|
8044
|
+
"description": "Unique indicator to identify accordion items\n\n(Required)",
|
|
8045
|
+
"type": "string"
|
|
8046
|
+
},
|
|
8047
|
+
{
|
|
8048
|
+
"name": "test-id",
|
|
8049
|
+
"description": "This is an attribute used to identify a DOM node for testing purposes.",
|
|
8050
|
+
"type": "string"
|
|
8051
|
+
}
|
|
8052
|
+
]
|
|
8053
|
+
},
|
|
7844
8054
|
{
|
|
7845
8055
|
"name": "rarui-banner",
|
|
7846
8056
|
"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.",
|
|
7847
8057
|
"attributes": [
|
|
8058
|
+
{
|
|
8059
|
+
"name": "on-close",
|
|
8060
|
+
"description": "A function to be called when the user closes the banner. This function is typically used to handle the closing action.",
|
|
8061
|
+
"type": "() => void;"
|
|
8062
|
+
},
|
|
7848
8063
|
{
|
|
7849
8064
|
"name": "appearance",
|
|
7850
|
-
"
|
|
7851
|
-
"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",
|
|
8065
|
+
"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",
|
|
7852
8066
|
"type": "string",
|
|
7853
8067
|
"values": [
|
|
7854
8068
|
{
|
|
@@ -7870,30 +8084,29 @@
|
|
|
7870
8084
|
{
|
|
7871
8085
|
"name": "warning"
|
|
7872
8086
|
}
|
|
7873
|
-
]
|
|
8087
|
+
],
|
|
8088
|
+
"default": "brand"
|
|
7874
8089
|
},
|
|
7875
8090
|
{
|
|
7876
8091
|
"name": "floating",
|
|
7877
|
-
"default": false,
|
|
7878
8092
|
"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.",
|
|
7879
|
-
"type": "boolean"
|
|
8093
|
+
"type": "boolean",
|
|
8094
|
+
"default": false
|
|
7880
8095
|
},
|
|
7881
8096
|
{
|
|
7882
8097
|
"name": "closable",
|
|
7883
|
-
"default": false,
|
|
7884
8098
|
"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.",
|
|
7885
|
-
"type": "boolean"
|
|
8099
|
+
"type": "boolean",
|
|
8100
|
+
"default": false
|
|
7886
8101
|
}
|
|
7887
8102
|
]
|
|
7888
8103
|
},
|
|
7889
8104
|
{
|
|
7890
8105
|
"name": "rarui-card",
|
|
7891
|
-
"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.",
|
|
7892
8106
|
"attributes": [
|
|
7893
8107
|
{
|
|
7894
8108
|
"name": "padding",
|
|
7895
|
-
"
|
|
7896
|
-
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none",
|
|
8109
|
+
"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",
|
|
7897
8110
|
"type": "string",
|
|
7898
8111
|
"values": [
|
|
7899
8112
|
{
|
|
@@ -7903,12 +8116,12 @@
|
|
|
7903
8116
|
{
|
|
7904
8117
|
"name": "none"
|
|
7905
8118
|
}
|
|
7906
|
-
]
|
|
8119
|
+
],
|
|
8120
|
+
"default": "base"
|
|
7907
8121
|
},
|
|
7908
8122
|
{
|
|
7909
8123
|
"name": "background-color",
|
|
7910
|
-
"
|
|
7911
|
-
"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",
|
|
8124
|
+
"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",
|
|
7912
8125
|
"values": [
|
|
7913
8126
|
{
|
|
7914
8127
|
"name": "$background"
|
|
@@ -7923,7 +8136,8 @@
|
|
|
7923
8136
|
{
|
|
7924
8137
|
"name": "$transparent"
|
|
7925
8138
|
}
|
|
7926
|
-
]
|
|
8139
|
+
],
|
|
8140
|
+
"default": "$primary"
|
|
7927
8141
|
}
|
|
7928
8142
|
]
|
|
7929
8143
|
},
|
|
@@ -7934,7 +8148,6 @@
|
|
|
7934
8148
|
},
|
|
7935
8149
|
{
|
|
7936
8150
|
"name": "rarui-card-header",
|
|
7937
|
-
"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.",
|
|
7938
8151
|
"attributes": [
|
|
7939
8152
|
{
|
|
7940
8153
|
"name": "title",
|
|
@@ -7950,50 +8163,10 @@
|
|
|
7950
8163
|
},
|
|
7951
8164
|
{
|
|
7952
8165
|
"name": "rarui-modal",
|
|
7953
|
-
"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.",
|
|
7954
8166
|
"attributes": [
|
|
7955
|
-
{
|
|
7956
|
-
"name": "padding",
|
|
7957
|
-
"default": "base",
|
|
7958
|
-
"description": "Padding properties are used to generate space around the content area of an Accordion.Body..\n\n- base\n- none",
|
|
7959
|
-
"type": "string",
|
|
7960
|
-
"values": [
|
|
7961
|
-
{
|
|
7962
|
-
"name": "base",
|
|
7963
|
-
"description": "(default)"
|
|
7964
|
-
},
|
|
7965
|
-
{
|
|
7966
|
-
"name": "none"
|
|
7967
|
-
}
|
|
7968
|
-
]
|
|
7969
|
-
},
|
|
7970
|
-
{
|
|
7971
|
-
"name": "max-width",
|
|
7972
|
-
"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",
|
|
7973
|
-
"values": [
|
|
7974
|
-
{
|
|
7975
|
-
"name": "fit-content"
|
|
7976
|
-
},
|
|
7977
|
-
{
|
|
7978
|
-
"name": "intrinsic"
|
|
7979
|
-
},
|
|
7980
|
-
{
|
|
7981
|
-
"name": "max-content"
|
|
7982
|
-
},
|
|
7983
|
-
{
|
|
7984
|
-
"name": "min-content"
|
|
7985
|
-
},
|
|
7986
|
-
{
|
|
7987
|
-
"name": "none"
|
|
7988
|
-
},
|
|
7989
|
-
{
|
|
7990
|
-
"name": "stretch"
|
|
7991
|
-
}
|
|
7992
|
-
]
|
|
7993
|
-
},
|
|
7994
8167
|
{
|
|
7995
8168
|
"name": "open",
|
|
7996
|
-
"description": "Whether the modal is open or not
|
|
8169
|
+
"description": "Whether the modal is open or not.\n\n(Required)",
|
|
7997
8170
|
"type": "boolean"
|
|
7998
8171
|
},
|
|
7999
8172
|
{
|
|
@@ -8001,6 +8174,11 @@
|
|
|
8001
8174
|
"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.",
|
|
8002
8175
|
"type": "string"
|
|
8003
8176
|
},
|
|
8177
|
+
{
|
|
8178
|
+
"name": "on-dismiss",
|
|
8179
|
+
"description": "Callback fired when the component requests to be closed.\n\n(Required)",
|
|
8180
|
+
"type": "(open: boolean) => void;"
|
|
8181
|
+
},
|
|
8004
8182
|
{
|
|
8005
8183
|
"name": "z-index",
|
|
8006
8184
|
"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",
|
|
@@ -8033,6 +8211,45 @@
|
|
|
8033
8211
|
"name": "$900"
|
|
8034
8212
|
}
|
|
8035
8213
|
]
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"name": "max-width",
|
|
8217
|
+
"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",
|
|
8218
|
+
"values": [
|
|
8219
|
+
{
|
|
8220
|
+
"name": "fit-content"
|
|
8221
|
+
},
|
|
8222
|
+
{
|
|
8223
|
+
"name": "intrinsic"
|
|
8224
|
+
},
|
|
8225
|
+
{
|
|
8226
|
+
"name": "max-content"
|
|
8227
|
+
},
|
|
8228
|
+
{
|
|
8229
|
+
"name": "min-content"
|
|
8230
|
+
},
|
|
8231
|
+
{
|
|
8232
|
+
"name": "none"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"name": "stretch"
|
|
8236
|
+
}
|
|
8237
|
+
]
|
|
8238
|
+
},
|
|
8239
|
+
{
|
|
8240
|
+
"name": "padding",
|
|
8241
|
+
"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",
|
|
8242
|
+
"type": "string",
|
|
8243
|
+
"values": [
|
|
8244
|
+
{
|
|
8245
|
+
"name": "base",
|
|
8246
|
+
"description": "(default)"
|
|
8247
|
+
},
|
|
8248
|
+
{
|
|
8249
|
+
"name": "none"
|
|
8250
|
+
}
|
|
8251
|
+
],
|
|
8252
|
+
"default": "base"
|
|
8036
8253
|
}
|
|
8037
8254
|
]
|
|
8038
8255
|
},
|