@momentum-design/components 0.12.5 → 0.12.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -180,77 +180,6 @@
180
180
  }
181
181
  ]
182
182
  },
183
- {
184
- "kind": "javascript-module",
185
- "path": "components/bullet/bullet.component.js",
186
- "declarations": [
187
- {
188
- "kind": "class",
189
- "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
190
- "name": "Bullet",
191
- "cssProperties": [
192
- {
193
- "description": "background color of the bullet",
194
- "name": "--mdc-bullet-background-color"
195
- },
196
- {
197
- "description": "small size value of the bullet",
198
- "name": "--mdc-bullet-size-small"
199
- },
200
- {
201
- "description": "medium size value of the bullet",
202
- "name": "--mdc-bullet-size-medium"
203
- },
204
- {
205
- "description": "large size value of the bullet",
206
- "name": "--mdc-bullet-size-large"
207
- }
208
- ],
209
- "members": [
210
- {
211
- "kind": "field",
212
- "name": "size",
213
- "type": {
214
- "text": "Size"
215
- },
216
- "privacy": "public",
217
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
218
- "default": "small",
219
- "attribute": "size",
220
- "reflects": true
221
- }
222
- ],
223
- "attributes": [
224
- {
225
- "name": "size",
226
- "type": {
227
- "text": "Size"
228
- },
229
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
230
- "default": "small",
231
- "fieldName": "size"
232
- }
233
- ],
234
- "superclass": {
235
- "name": "Component",
236
- "module": "/src/models"
237
- },
238
- "tagName": "mdc-bullet",
239
- "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
240
- "customElement": true
241
- }
242
- ],
243
- "exports": [
244
- {
245
- "kind": "js",
246
- "name": "default",
247
- "declaration": {
248
- "name": "Bullet",
249
- "module": "components/bullet/bullet.component.js"
250
- }
251
- }
252
- ]
253
- },
254
183
  {
255
184
  "kind": "javascript-module",
256
185
  "path": "components/badge/badge.component.js",
@@ -512,6 +441,77 @@
512
441
  }
513
442
  ]
514
443
  },
444
+ {
445
+ "kind": "javascript-module",
446
+ "path": "components/bullet/bullet.component.js",
447
+ "declarations": [
448
+ {
449
+ "kind": "class",
450
+ "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
451
+ "name": "Bullet",
452
+ "cssProperties": [
453
+ {
454
+ "description": "background color of the bullet",
455
+ "name": "--mdc-bullet-background-color"
456
+ },
457
+ {
458
+ "description": "small size value of the bullet",
459
+ "name": "--mdc-bullet-size-small"
460
+ },
461
+ {
462
+ "description": "medium size value of the bullet",
463
+ "name": "--mdc-bullet-size-medium"
464
+ },
465
+ {
466
+ "description": "large size value of the bullet",
467
+ "name": "--mdc-bullet-size-large"
468
+ }
469
+ ],
470
+ "members": [
471
+ {
472
+ "kind": "field",
473
+ "name": "size",
474
+ "type": {
475
+ "text": "Size"
476
+ },
477
+ "privacy": "public",
478
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
479
+ "default": "small",
480
+ "attribute": "size",
481
+ "reflects": true
482
+ }
483
+ ],
484
+ "attributes": [
485
+ {
486
+ "name": "size",
487
+ "type": {
488
+ "text": "Size"
489
+ },
490
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
491
+ "default": "small",
492
+ "fieldName": "size"
493
+ }
494
+ ],
495
+ "superclass": {
496
+ "name": "Component",
497
+ "module": "/src/models"
498
+ },
499
+ "tagName": "mdc-bullet",
500
+ "jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
501
+ "customElement": true
502
+ }
503
+ ],
504
+ "exports": [
505
+ {
506
+ "kind": "js",
507
+ "name": "default",
508
+ "declaration": {
509
+ "name": "Bullet",
510
+ "module": "components/bullet/bullet.component.js"
511
+ }
512
+ }
513
+ ]
514
+ },
515
515
  {
516
516
  "kind": "javascript-module",
517
517
  "path": "components/button/button.component.js",
@@ -660,21 +660,6 @@
660
660
  ],
661
661
  "description": "Modifies the icon name based on the active state.\nIf the button is active, the icon name is suffixed with '-filled'.\nIf the button is inactive, the icon name is restored to its original value.\nIf '-filled' icon is not available, the icon name remains unchanged."
662
662
  },
663
- {
664
- "kind": "method",
665
- "name": "setClassBasedOnType",
666
- "privacy": "private",
667
- "parameters": [
668
- {
669
- "name": "type",
670
- "type": {
671
- "text": "string"
672
- },
673
- "description": "The type of the button."
674
- }
675
- ],
676
- "description": "Sets the class of 'icon' for icon buttons."
677
- },
678
663
  {
679
664
  "kind": "method",
680
665
  "name": "setVariant",
@@ -740,7 +725,7 @@
740
725
  "description": "The active state."
741
726
  }
742
727
  ],
743
- "description": "Sets or removes the aria-pressed attribute based on the active state."
728
+ "description": "Sets the aria-pressed attribute based on the active state."
744
729
  },
745
730
  {
746
731
  "kind": "method",
@@ -953,6 +938,236 @@
953
938
  }
954
939
  ]
955
940
  },
941
+ {
942
+ "kind": "javascript-module",
943
+ "path": "components/divider/divider.component.js",
944
+ "declarations": [
945
+ {
946
+ "kind": "class",
947
+ "description": "`mdc-divider` is a component that provides a line to separate and organize content.\nIt can also include a button or text positioned centrally, allowing users to interact with the layout.\n\n**Divider Orientation:**\n- **Horizontal**: A thin, horizontal line.\n- **Vertical**: A thin, vertical line.\n\n**Divider Variants:**\n- **solid**: Solid line.\n- **gradient**: Gradient Line.\n\n**Divider Types:**\n- The type of divider is inferred based on the kind of slot present.\n - **Primary**: A simple horizontal or vertical divider.\n - **Text**: A horizontal divider with a text label in the center.\n - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n\n**Accessibility:**\n- When the slot is replaced by an `mdc-button`:\n - `aria-label` should be passed to the `mdc-button`.\n - `aria-expanded` should be passed to the `mdc-button`.\n\n**Notes:**\n- If the slot is replaced by an invalid tag name or contains multiple elements,\n the divider defaults to the **Primary** type.\n- To override the styles of the divider, use the provided CSS custom properties.",
948
+ "name": "Divider",
949
+ "cssProperties": [
950
+ {
951
+ "description": "background color of the divider",
952
+ "name": "--mdc-divider-background-color"
953
+ },
954
+ {
955
+ "description": "width of the divider",
956
+ "name": "--mdc-divider-width"
957
+ },
958
+ {
959
+ "description": "gradient of the horizontal divider",
960
+ "name": "--mdc-divider-horizontal-gradient"
961
+ },
962
+ {
963
+ "description": "gradient of the vertical divider",
964
+ "name": "--mdc-divider-vertical-gradient"
965
+ },
966
+ {
967
+ "description": "font size of label in the text divider",
968
+ "name": "--mdc-divider-text-size"
969
+ },
970
+ {
971
+ "description": "font color of label in the text divider",
972
+ "name": "--mdc-divider-text-color"
973
+ },
974
+ {
975
+ "description": "left and right margin of label in the text divider",
976
+ "name": "--mdc-divider-text-margin"
977
+ },
978
+ {
979
+ "description": "line height of label in the text divider",
980
+ "name": "--mdc-divider-text-line-height"
981
+ },
982
+ {
983
+ "description": "border radius of the grabber button",
984
+ "name": "--mdc-divider-grabber-button-border-radius"
985
+ }
986
+ ],
987
+ "members": [
988
+ {
989
+ "kind": "field",
990
+ "name": "orientation",
991
+ "type": {
992
+ "text": "DividerOrientation"
993
+ },
994
+ "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
995
+ "default": "horizontal",
996
+ "attribute": "orientation",
997
+ "reflects": true
998
+ },
999
+ {
1000
+ "kind": "field",
1001
+ "name": "variant",
1002
+ "type": {
1003
+ "text": "DividerVariant"
1004
+ },
1005
+ "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
1006
+ "default": "solid",
1007
+ "attribute": "variant",
1008
+ "reflects": true
1009
+ },
1010
+ {
1011
+ "kind": "field",
1012
+ "name": "arrowDirection",
1013
+ "type": {
1014
+ "text": "string"
1015
+ },
1016
+ "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
1017
+ "default": "'negative'",
1018
+ "attribute": "arrow-direction",
1019
+ "reflects": true
1020
+ },
1021
+ {
1022
+ "kind": "field",
1023
+ "name": "buttonPosition",
1024
+ "type": {
1025
+ "text": "string"
1026
+ },
1027
+ "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
1028
+ "default": "'negative'",
1029
+ "attribute": "button-position",
1030
+ "reflects": true
1031
+ },
1032
+ {
1033
+ "kind": "method",
1034
+ "name": "setVariant",
1035
+ "privacy": "private",
1036
+ "parameters": [
1037
+ {
1038
+ "name": "variant",
1039
+ "type": {
1040
+ "text": "DividerVariant"
1041
+ },
1042
+ "description": "The variant to set."
1043
+ }
1044
+ ],
1045
+ "description": "Sets the variant attribute for the divider component.\nIf the provided variant is not included in the DIVIDER_VARIANT,\nit defaults to the value specified in DEFAULTS.VARIANT."
1046
+ },
1047
+ {
1048
+ "kind": "method",
1049
+ "name": "setOrientation",
1050
+ "privacy": "private",
1051
+ "parameters": [
1052
+ {
1053
+ "name": "orientation",
1054
+ "type": {
1055
+ "text": "DividerOrientation"
1056
+ },
1057
+ "description": "The orientation to set."
1058
+ }
1059
+ ],
1060
+ "description": "Sets the orientation attribute for the divider component.\nIf the provided orientation is not included in the DIVIDER_ORIENTATION,\nit defaults to the value specified in DEFAULTS.ORIENTATION."
1061
+ },
1062
+ {
1063
+ "kind": "method",
1064
+ "name": "ensureValidDirections",
1065
+ "privacy": "private",
1066
+ "description": "Sets the buttonPosition and arrowDirection attribute for the divider component.\nIf the provided buttonPosition and arrowDirection are not included in the DIRECTIONS,\nit defaults to the value specified in DIRECTIONS based on the ORIENTATION.",
1067
+ "parameters": [
1068
+ {
1069
+ "description": "The buttonPosition to set.",
1070
+ "name": "buttonPosition"
1071
+ },
1072
+ {
1073
+ "description": "The arrowDirection to set.",
1074
+ "name": "arrowDirection"
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "kind": "method",
1080
+ "name": "setGrabberButton",
1081
+ "privacy": "private",
1082
+ "return": {
1083
+ "type": {
1084
+ "text": "void"
1085
+ }
1086
+ },
1087
+ "description": "Configures the grabber button within the divider.\n\n- Sets the `prefix-icon` attribute for the grabber button based\non the `arrow-direction` and `orientation` properties.\n\nThis method updates the DOM element dynamically if a grabber button is present."
1088
+ },
1089
+ {
1090
+ "kind": "method",
1091
+ "name": "getArrowIcon",
1092
+ "privacy": "private",
1093
+ "return": {
1094
+ "type": {
1095
+ "text": ""
1096
+ }
1097
+ },
1098
+ "description": "Determines the arrow icon based on the consumer-defined `arrowDirection`."
1099
+ },
1100
+ {
1101
+ "kind": "method",
1102
+ "name": "inferDividerType",
1103
+ "privacy": "private",
1104
+ "description": "Infers the type of divider based on the kind of slot present.",
1105
+ "parameters": [
1106
+ {
1107
+ "description": "default slot of divider",
1108
+ "name": "slot"
1109
+ }
1110
+ ]
1111
+ }
1112
+ ],
1113
+ "attributes": [
1114
+ {
1115
+ "name": "orientation",
1116
+ "type": {
1117
+ "text": "DividerOrientation"
1118
+ },
1119
+ "description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
1120
+ "default": "horizontal",
1121
+ "fieldName": "orientation"
1122
+ },
1123
+ {
1124
+ "name": "variant",
1125
+ "type": {
1126
+ "text": "DividerVariant"
1127
+ },
1128
+ "description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
1129
+ "default": "solid",
1130
+ "fieldName": "variant"
1131
+ },
1132
+ {
1133
+ "name": "arrow-direction",
1134
+ "type": {
1135
+ "text": "string"
1136
+ },
1137
+ "description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
1138
+ "default": "'negative'",
1139
+ "fieldName": "arrowDirection"
1140
+ },
1141
+ {
1142
+ "name": "button-position",
1143
+ "type": {
1144
+ "text": "string"
1145
+ },
1146
+ "description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
1147
+ "default": "'negative'",
1148
+ "fieldName": "buttonPosition"
1149
+ }
1150
+ ],
1151
+ "superclass": {
1152
+ "name": "Component",
1153
+ "module": "/src/models"
1154
+ },
1155
+ "tagName": "mdc-divider",
1156
+ "jsDoc": "/**\n * `mdc-divider` is a component that provides a line to separate and organize content.\n * It can also include a button or text positioned centrally, allowing users to interact with the layout.\n *\n * **Divider Orientation:**\n * - **Horizontal**: A thin, horizontal line.\n * - **Vertical**: A thin, vertical line.\n *\n * **Divider Variants:**\n * - **solid**: Solid line.\n * - **gradient**: Gradient Line.\n *\n * **Divider Types:**\n * - The type of divider is inferred based on the kind of slot present.\n * - **Primary**: A simple horizontal or vertical divider.\n * - **Text**: A horizontal divider with a text label in the center.\n * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n *\n * **Accessibility:**\n * - When the slot is replaced by an `mdc-button`:\n * - `aria-label` should be passed to the `mdc-button`.\n * - `aria-expanded` should be passed to the `mdc-button`.\n *\n * **Notes:**\n * - If the slot is replaced by an invalid tag name or contains multiple elements,\n * the divider defaults to the **Primary** type.\n * - To override the styles of the divider, use the provided CSS custom properties.\n *\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - background color of the divider\n * @cssproperty --mdc-divider-width - width of the divider\n * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider\n * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider\n * @cssproperty --mdc-divider-text-size - font size of label in the text divider\n * @cssproperty --mdc-divider-text-color - font color of label in the text divider\n * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider\n * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider\n * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button\n */",
1157
+ "customElement": true
1158
+ }
1159
+ ],
1160
+ "exports": [
1161
+ {
1162
+ "kind": "js",
1163
+ "name": "default",
1164
+ "declaration": {
1165
+ "name": "Divider",
1166
+ "module": "components/divider/divider.component.js"
1167
+ }
1168
+ }
1169
+ ]
1170
+ },
956
1171
  {
957
1172
  "kind": "javascript-module",
958
1173
  "path": "components/icon/icon.component.js",
@@ -1036,11 +1251,20 @@
1036
1251
  "privacy": "private",
1037
1252
  "readonly": true
1038
1253
  },
1254
+ {
1255
+ "kind": "field",
1256
+ "name": "abortController",
1257
+ "type": {
1258
+ "text": "AbortController"
1259
+ },
1260
+ "privacy": "private",
1261
+ "default": "new AbortController()"
1262
+ },
1039
1263
  {
1040
1264
  "kind": "method",
1041
1265
  "name": "getIconData",
1042
1266
  "privacy": "private",
1043
- "description": "Get Icon Data function which will fetch the icon (currently only svg)\nand sets state and attributes once fetched successfully"
1267
+ "description": "Get Icon Data function which will fetch the icon (currently only svg)\nand sets state and attributes once fetched successfully\n\nThis method uses abortController.signal to cancel the fetch request when the component is disconnected or updated.\nIf the request is aborted after the fetch() call has been fulfilled but before the response body has been read,\nthen attempting to read the response body will reject with an AbortError exception."
1044
1268
  },
1045
1269
  {
1046
1270
  "kind": "method",
@@ -0,0 +1,43 @@
1
+ import Component from '../../components/divider';
2
+ /**
3
+ * `mdc-divider` is a component that provides a line to separate and organize content.
4
+ * It can also include a button or text positioned centrally, allowing users to interact with the layout.
5
+ *
6
+ * **Divider Orientation:**
7
+ * - **Horizontal**: A thin, horizontal line.
8
+ * - **Vertical**: A thin, vertical line.
9
+ *
10
+ * **Divider Variants:**
11
+ * - **solid**: Solid line.
12
+ * - **gradient**: Gradient Line.
13
+ *
14
+ * **Divider Types:**
15
+ * - The type of divider is inferred based on the kind of slot present.
16
+ * - **Primary**: A simple horizontal or vertical divider.
17
+ * - **Text**: A horizontal divider with a text label in the center.
18
+ * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.
19
+ *
20
+ * **Accessibility:**
21
+ * - When the slot is replaced by an `mdc-button`:
22
+ * - `aria-label` should be passed to the `mdc-button`.
23
+ * - `aria-expanded` should be passed to the `mdc-button`.
24
+ *
25
+ * **Notes:**
26
+ * - If the slot is replaced by an invalid tag name or contains multiple elements,
27
+ * the divider defaults to the **Primary** type.
28
+ * - To override the styles of the divider, use the provided CSS custom properties.
29
+ *
30
+ * @tagname mdc-divider
31
+ *
32
+ * @cssproperty --mdc-divider-background-color - background color of the divider
33
+ * @cssproperty --mdc-divider-width - width of the divider
34
+ * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider
35
+ * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider
36
+ * @cssproperty --mdc-divider-text-size - font size of label in the text divider
37
+ * @cssproperty --mdc-divider-text-color - font color of label in the text divider
38
+ * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider
39
+ * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider
40
+ * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button
41
+ */
42
+ declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
43
+ export default reactWrapper;
@@ -0,0 +1,52 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import Component from '../../components/divider';
4
+ import { TAG_NAME } from '../../components/divider/divider.constants';
5
+ /**
6
+ * `mdc-divider` is a component that provides a line to separate and organize content.
7
+ * It can also include a button or text positioned centrally, allowing users to interact with the layout.
8
+ *
9
+ * **Divider Orientation:**
10
+ * - **Horizontal**: A thin, horizontal line.
11
+ * - **Vertical**: A thin, vertical line.
12
+ *
13
+ * **Divider Variants:**
14
+ * - **solid**: Solid line.
15
+ * - **gradient**: Gradient Line.
16
+ *
17
+ * **Divider Types:**
18
+ * - The type of divider is inferred based on the kind of slot present.
19
+ * - **Primary**: A simple horizontal or vertical divider.
20
+ * - **Text**: A horizontal divider with a text label in the center.
21
+ * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.
22
+ *
23
+ * **Accessibility:**
24
+ * - When the slot is replaced by an `mdc-button`:
25
+ * - `aria-label` should be passed to the `mdc-button`.
26
+ * - `aria-expanded` should be passed to the `mdc-button`.
27
+ *
28
+ * **Notes:**
29
+ * - If the slot is replaced by an invalid tag name or contains multiple elements,
30
+ * the divider defaults to the **Primary** type.
31
+ * - To override the styles of the divider, use the provided CSS custom properties.
32
+ *
33
+ * @tagname mdc-divider
34
+ *
35
+ * @cssproperty --mdc-divider-background-color - background color of the divider
36
+ * @cssproperty --mdc-divider-width - width of the divider
37
+ * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider
38
+ * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider
39
+ * @cssproperty --mdc-divider-text-size - font size of label in the text divider
40
+ * @cssproperty --mdc-divider-text-color - font color of label in the text divider
41
+ * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider
42
+ * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider
43
+ * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button
44
+ */
45
+ const reactWrapper = createComponent({
46
+ tagName: TAG_NAME,
47
+ elementClass: Component,
48
+ react: React,
49
+ events: {},
50
+ displayName: 'Divider',
51
+ });
52
+ export default reactWrapper;
@@ -1,7 +1,8 @@
1
1
  export { default as Avatar } from './avatar';
2
- export { default as Bullet } from './bullet';
3
2
  export { default as Badge } from './badge';
3
+ export { default as Bullet } from './bullet';
4
4
  export { default as Button } from './button';
5
+ export { default as Divider } from './divider';
5
6
  export { default as Icon } from './icon';
6
7
  export { default as IconProvider } from './iconprovider';
7
8
  export { default as Presence } from './presence';
@@ -1,7 +1,8 @@
1
1
  export { default as Avatar } from './avatar';
2
- export { default as Bullet } from './bullet';
3
2
  export { default as Badge } from './badge';
3
+ export { default as Bullet } from './bullet';
4
4
  export { default as Button } from './button';
5
+ export { default as Divider } from './divider';
5
6
  export { default as Icon } from './icon';
6
7
  export { default as IconProvider } from './iconprovider';
7
8
  export { default as Presence } from './presence';
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "@momentum-design/tokens": "*",
36
36
  "lit": "^3.2.0"
37
37
  },
38
- "version": "0.12.5"
38
+ "version": "0.12.7"
39
39
  }