react-magma-dom 4.9.0-next.11 → 4.9.0-next.13

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/index.d.ts CHANGED
@@ -111,6 +111,7 @@ export * from './components/List';
111
111
  export * from './components/BlockQuote';
112
112
  export * from './components/ButtonGroup';
113
113
  export * from './components/TreeView';
114
+ export * from './components/DefinitionList';
114
115
  export * from './components/CharacterCounter';
115
116
  export * from './components/ToggleButton';
116
117
  export * from './components/ToggleButtonGroup';
@@ -4780,6 +4780,62 @@
4780
4780
  }
4781
4781
  }
4782
4782
  },
4783
+ {
4784
+ "name": "DefinitionListProps",
4785
+ "kind": 256,
4786
+ "kindString": "Interface",
4787
+ "flags": {
4788
+ "isExported": true
4789
+ },
4790
+ "comment": {
4791
+ "tags": [
4792
+ {
4793
+ "tag": "children",
4794
+ "text": "required\n"
4795
+ }
4796
+ ]
4797
+ },
4798
+ "id": "DefinitionListProps",
4799
+ "tags": {
4800
+ "children": "required"
4801
+ },
4802
+ "properties": {
4803
+ "children": {
4804
+ "name": "children",
4805
+ "required": true,
4806
+ "type": {
4807
+ "name": "ReactNode | undefined"
4808
+ },
4809
+ "description": "The content of the component",
4810
+ "deprecated": false
4811
+ }
4812
+ }
4813
+ },
4814
+ {
4815
+ "name": "DefinitionListItemProps",
4816
+ "kind": 256,
4817
+ "kindString": "Interface",
4818
+ "flags": {
4819
+ "isExported": true
4820
+ },
4821
+ "id": "DefinitionListItemProps",
4822
+ "tags": {},
4823
+ "properties": {
4824
+ "type": {
4825
+ "name": "type",
4826
+ "required": true,
4827
+ "type": {
4828
+ "name": "enum",
4829
+ "options": [
4830
+ "DefinitionListType.description",
4831
+ "DefinitionListType.term"
4832
+ ]
4833
+ },
4834
+ "description": "Types of definition list element.\nterm: uses a <dt> (definition term) tag\ndescription: uses a <dd> (definition description) tag",
4835
+ "deprecated": false
4836
+ }
4837
+ }
4838
+ },
4783
4839
  {
4784
4840
  "name": "DrawerProps",
4785
4841
  "kind": 256,
@@ -8676,8 +8732,7 @@
8676
8732
  "type": {
8677
8733
  "name": "boolean"
8678
8734
  },
8679
- "description": "Boolean which changes a list item into a styled paragraph.",
8680
- "deprecated": false
8735
+ "deprecated": true
8681
8736
  },
8682
8737
  "hasStart": {
8683
8738
  "name": "hasStart",
@@ -9921,12 +9976,12 @@
9921
9976
  "types": [
9922
9977
  {
9923
9978
  "type": "reference",
9924
- "id": 27308,
9979
+ "id": 28452,
9925
9980
  "name": "ControlledPaginationProps"
9926
9981
  },
9927
9982
  {
9928
9983
  "type": "reference",
9929
- "id": 27584,
9984
+ "id": 28728,
9930
9985
  "name": "UncontrolledPaginationProps"
9931
9986
  }
9932
9987
  ]
@@ -10900,12 +10955,12 @@
10900
10955
  "typeArguments": [
10901
10956
  {
10902
10957
  "type": "reference",
10903
- "id": 31247,
10958
+ "id": 32391,
10904
10959
  "name": "IconOnlyPopoverTriggerProps"
10905
10960
  },
10906
10961
  {
10907
10962
  "type": "reference",
10908
- "id": 31252,
10963
+ "id": 32396,
10909
10964
  "name": "IconTextPopoverTriggerProps"
10910
10965
  }
10911
10966
  ],
@@ -15896,12 +15951,12 @@
15896
15951
  "typeArguments": [
15897
15952
  {
15898
15953
  "type": "reference",
15899
- "id": 29542,
15954
+ "id": 30686,
15900
15955
  "name": "DeletableTagProps"
15901
15956
  },
15902
15957
  {
15903
15958
  "type": "reference",
15904
- "id": 29555,
15959
+ "id": 30699,
15905
15960
  "name": "ClickableTagProps"
15906
15961
  }
15907
15962
  ],
@@ -16146,7 +16201,7 @@
16146
16201
  "type": "query",
16147
16202
  "queryType": {
16148
16203
  "type": "reference",
16149
- "id": 30858,
16204
+ "id": 32002,
16150
16205
  "name": "useTimePicker"
16151
16206
  }
16152
16207
  }
@@ -16841,12 +16896,12 @@
16841
16896
  "typeArguments": [
16842
16897
  {
16843
16898
  "type": "reference",
16844
- "id": 34142,
16899
+ "id": 34692,
16845
16900
  "name": "ToggleButtonTextProps"
16846
16901
  },
16847
16902
  {
16848
16903
  "type": "reference",
16849
- "id": 34420,
16904
+ "id": 34970,
16850
16905
  "name": "ToggleButtonIconProps"
16851
16906
  }
16852
16907
  ],
@@ -17448,7 +17503,7 @@
17448
17503
  },
17449
17504
  "type": {
17450
17505
  "type": "reference",
17451
- "id": 33427,
17506
+ "id": 33977,
17452
17507
  "name": "UseTreeItemProps"
17453
17508
  },
17454
17509
  "id": "TreeItemProps",
@@ -18203,7 +18258,7 @@
18203
18258
  "type": "query",
18204
18259
  "queryType": {
18205
18260
  "type": "reference",
18206
- "id": 33199,
18261
+ "id": 33749,
18207
18262
  "name": "useTreeView"
18208
18263
  }
18209
18264
  }