react-magma-dom 4.6.0-next.9 → 4.6.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/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/components/List/List.d.ts +0 -6
- package/dist/components/List/List.stories.d.ts +62 -1
- package/dist/components/List/ListItem.d.ts +8 -0
- package/dist/components/TreeView/useTreeView.d.ts +2 -2
- package/dist/esm/index.js +460 -34
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +26 -42
- package/dist/react-magma-dom.cjs.development.js +398 -33
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/components/reducedMotionTransition.d.ts +10 -0
- package/package.json +3 -3
package/dist/properties.json
CHANGED
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
"type": {
|
|
1678
1678
|
"name": "string"
|
|
1679
1679
|
},
|
|
1680
|
-
"description": "The
|
|
1680
|
+
"description": "The URL for the link. If not provided, the breadcrumb item will display as a non-clickable element with aria-current=\"page\".",
|
|
1681
1681
|
"deprecated": false
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
@@ -3922,7 +3922,7 @@
|
|
|
3922
3922
|
},
|
|
3923
3923
|
"indexSignature": [
|
|
3924
3924
|
{
|
|
3925
|
-
"id":
|
|
3925
|
+
"id": 25168,
|
|
3926
3926
|
"name": "__index",
|
|
3927
3927
|
"kind": 8192,
|
|
3928
3928
|
"kindString": "Index signature",
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
},
|
|
3935
3935
|
"parameters": [
|
|
3936
3936
|
{
|
|
3937
|
-
"id":
|
|
3937
|
+
"id": 25169,
|
|
3938
3938
|
"name": "key",
|
|
3939
3939
|
"kind": 32768,
|
|
3940
3940
|
"kindString": "Parameter",
|
|
@@ -4024,12 +4024,12 @@
|
|
|
4024
4024
|
"types": [
|
|
4025
4025
|
{
|
|
4026
4026
|
"type": "reference",
|
|
4027
|
-
"id":
|
|
4027
|
+
"id": 25174,
|
|
4028
4028
|
"name": "BaseDatagridProps"
|
|
4029
4029
|
},
|
|
4030
4030
|
{
|
|
4031
4031
|
"type": "reference",
|
|
4032
|
-
"id":
|
|
4032
|
+
"id": 25470,
|
|
4033
4033
|
"name": "DatagridSelectedRowsProps"
|
|
4034
4034
|
}
|
|
4035
4035
|
]
|
|
@@ -4248,12 +4248,12 @@
|
|
|
4248
4248
|
"typeArguments": [
|
|
4249
4249
|
{
|
|
4250
4250
|
"type": "reference",
|
|
4251
|
-
"id":
|
|
4251
|
+
"id": 25466,
|
|
4252
4252
|
"name": "ControlledSelectedRowsProps"
|
|
4253
4253
|
},
|
|
4254
4254
|
{
|
|
4255
4255
|
"type": "reference",
|
|
4256
|
-
"id":
|
|
4256
|
+
"id": 25468,
|
|
4257
4257
|
"name": "UncontrolledSelectedRowsProps"
|
|
4258
4258
|
}
|
|
4259
4259
|
],
|
|
@@ -8439,14 +8439,6 @@
|
|
|
8439
8439
|
"description": "The content of the component",
|
|
8440
8440
|
"deprecated": false
|
|
8441
8441
|
},
|
|
8442
|
-
"description": {
|
|
8443
|
-
"name": "description",
|
|
8444
|
-
"required": false,
|
|
8445
|
-
"type": {
|
|
8446
|
-
"name": "boolean"
|
|
8447
|
-
},
|
|
8448
|
-
"deprecated": false
|
|
8449
|
-
},
|
|
8450
8442
|
"hasStart": {
|
|
8451
8443
|
"name": "hasStart",
|
|
8452
8444
|
"required": false,
|
|
@@ -8456,15 +8448,6 @@
|
|
|
8456
8448
|
"description": "Allows an ordered list to start at a determined value of a letter or number.",
|
|
8457
8449
|
"deprecated": false
|
|
8458
8450
|
},
|
|
8459
|
-
"icon": {
|
|
8460
|
-
"name": "icon",
|
|
8461
|
-
"required": false,
|
|
8462
|
-
"type": {
|
|
8463
|
-
"name": "ReactElement | "
|
|
8464
|
-
},
|
|
8465
|
-
"description": "For use with inline icons within list items.",
|
|
8466
|
-
"deprecated": false
|
|
8467
|
-
},
|
|
8468
8451
|
"iconAlign": {
|
|
8469
8452
|
"name": "iconAlign",
|
|
8470
8453
|
"required": false,
|
|
@@ -8601,6 +8584,7 @@
|
|
|
8601
8584
|
"type": {
|
|
8602
8585
|
"name": "boolean"
|
|
8603
8586
|
},
|
|
8587
|
+
"description": "Boolean which changes a list item into a styled paragraph.",
|
|
8604
8588
|
"deprecated": false
|
|
8605
8589
|
},
|
|
8606
8590
|
"hasStart": {
|
|
@@ -9776,12 +9760,12 @@
|
|
|
9776
9760
|
"types": [
|
|
9777
9761
|
{
|
|
9778
9762
|
"type": "reference",
|
|
9779
|
-
"id":
|
|
9763
|
+
"id": 27109,
|
|
9780
9764
|
"name": "ControlledPaginationProps"
|
|
9781
9765
|
},
|
|
9782
9766
|
{
|
|
9783
9767
|
"type": "reference",
|
|
9784
|
-
"id":
|
|
9768
|
+
"id": 27385,
|
|
9785
9769
|
"name": "UncontrolledPaginationProps"
|
|
9786
9770
|
}
|
|
9787
9771
|
]
|
|
@@ -13977,12 +13961,12 @@
|
|
|
13977
13961
|
"typeArguments": [
|
|
13978
13962
|
{
|
|
13979
13963
|
"type": "reference",
|
|
13980
|
-
"id":
|
|
13964
|
+
"id": 24501,
|
|
13981
13965
|
"name": "ControlledPageProps"
|
|
13982
13966
|
},
|
|
13983
13967
|
{
|
|
13984
13968
|
"type": "reference",
|
|
13985
|
-
"id":
|
|
13969
|
+
"id": 24503,
|
|
13986
13970
|
"name": "UncontrolledPageProps"
|
|
13987
13971
|
}
|
|
13988
13972
|
],
|
|
@@ -14004,12 +13988,12 @@
|
|
|
14004
13988
|
"typeArguments": [
|
|
14005
13989
|
{
|
|
14006
13990
|
"type": "reference",
|
|
14007
|
-
"id":
|
|
13991
|
+
"id": 24505,
|
|
14008
13992
|
"name": "ControlledRowsPerPageProps"
|
|
14009
13993
|
},
|
|
14010
13994
|
{
|
|
14011
13995
|
"type": "reference",
|
|
14012
|
-
"id":
|
|
13996
|
+
"id": 24507,
|
|
14013
13997
|
"name": "UncontrolledRowsPerPageProps"
|
|
14014
13998
|
}
|
|
14015
13999
|
],
|
|
@@ -14031,17 +14015,17 @@
|
|
|
14031
14015
|
"types": [
|
|
14032
14016
|
{
|
|
14033
14017
|
"type": "reference",
|
|
14034
|
-
"id":
|
|
14018
|
+
"id": 24229,
|
|
14035
14019
|
"name": "BaseTablePaginationProps"
|
|
14036
14020
|
},
|
|
14037
14021
|
{
|
|
14038
14022
|
"type": "reference",
|
|
14039
|
-
"id":
|
|
14023
|
+
"id": 24516,
|
|
14040
14024
|
"name": "PagePaginationProps"
|
|
14041
14025
|
},
|
|
14042
14026
|
{
|
|
14043
14027
|
"type": "reference",
|
|
14044
|
-
"id":
|
|
14028
|
+
"id": 24517,
|
|
14045
14029
|
"name": "RowsPaginationProps"
|
|
14046
14030
|
}
|
|
14047
14031
|
]
|
|
@@ -15100,12 +15084,12 @@
|
|
|
15100
15084
|
"typeArguments": [
|
|
15101
15085
|
{
|
|
15102
15086
|
"type": "reference",
|
|
15103
|
-
"id":
|
|
15087
|
+
"id": 29608,
|
|
15104
15088
|
"name": "DeletableTagProps"
|
|
15105
15089
|
},
|
|
15106
15090
|
{
|
|
15107
15091
|
"type": "reference",
|
|
15108
|
-
"id":
|
|
15092
|
+
"id": 29621,
|
|
15109
15093
|
"name": "ClickableTagProps"
|
|
15110
15094
|
}
|
|
15111
15095
|
],
|
|
@@ -15350,7 +15334,7 @@
|
|
|
15350
15334
|
"type": "query",
|
|
15351
15335
|
"queryType": {
|
|
15352
15336
|
"type": "reference",
|
|
15353
|
-
"id":
|
|
15337
|
+
"id": 30924,
|
|
15354
15338
|
"name": "useTimePicker"
|
|
15355
15339
|
}
|
|
15356
15340
|
}
|
|
@@ -16045,12 +16029,12 @@
|
|
|
16045
16029
|
"typeArguments": [
|
|
16046
16030
|
{
|
|
16047
16031
|
"type": "reference",
|
|
16048
|
-
"id":
|
|
16032
|
+
"id": 33401,
|
|
16049
16033
|
"name": "ToggleButtonTextProps"
|
|
16050
16034
|
},
|
|
16051
16035
|
{
|
|
16052
16036
|
"type": "reference",
|
|
16053
|
-
"id":
|
|
16037
|
+
"id": 33679,
|
|
16054
16038
|
"name": "ToggleButtonIconProps"
|
|
16055
16039
|
}
|
|
16056
16040
|
],
|
|
@@ -17207,7 +17191,7 @@
|
|
|
17207
17191
|
"type": "query",
|
|
17208
17192
|
"queryType": {
|
|
17209
17193
|
"type": "reference",
|
|
17210
|
-
"id":
|
|
17194
|
+
"id": 32660,
|
|
17211
17195
|
"name": "useTreeItem"
|
|
17212
17196
|
}
|
|
17213
17197
|
}
|
|
@@ -17353,7 +17337,7 @@
|
|
|
17353
17337
|
"type": "query",
|
|
17354
17338
|
"queryType": {
|
|
17355
17339
|
"type": "reference",
|
|
17356
|
-
"id":
|
|
17340
|
+
"id": 32339,
|
|
17357
17341
|
"name": "useTreeView"
|
|
17358
17342
|
}
|
|
17359
17343
|
}
|
|
@@ -17550,7 +17534,7 @@
|
|
|
17550
17534
|
},
|
|
17551
17535
|
"typeParameter": [
|
|
17552
17536
|
{
|
|
17553
|
-
"id":
|
|
17537
|
+
"id": 22420,
|
|
17554
17538
|
"name": "PaginatedItem",
|
|
17555
17539
|
"kind": 131072,
|
|
17556
17540
|
"kindString": "Type parameter",
|
|
@@ -17610,7 +17594,7 @@
|
|
|
17610
17594
|
},
|
|
17611
17595
|
"typeParameter": [
|
|
17612
17596
|
{
|
|
17613
|
-
"id":
|
|
17597
|
+
"id": 22429,
|
|
17614
17598
|
"name": "PaginatedItem",
|
|
17615
17599
|
"kind": 131072,
|
|
17616
17600
|
"kindString": "Type parameter",
|