@momentum-design/components 0.16.8 → 0.16.9
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/custom-elements.json +71 -71
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
@@ -503,77 +503,6 @@
|
|
503
503
|
}
|
504
504
|
]
|
505
505
|
},
|
506
|
-
{
|
507
|
-
"kind": "javascript-module",
|
508
|
-
"path": "components/bullet/bullet.component.js",
|
509
|
-
"declarations": [
|
510
|
-
{
|
511
|
-
"kind": "class",
|
512
|
-
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
513
|
-
"name": "Bullet",
|
514
|
-
"cssProperties": [
|
515
|
-
{
|
516
|
-
"description": "background color of the bullet",
|
517
|
-
"name": "--mdc-bullet-background-color"
|
518
|
-
},
|
519
|
-
{
|
520
|
-
"description": "small size value of the bullet",
|
521
|
-
"name": "--mdc-bullet-size-small"
|
522
|
-
},
|
523
|
-
{
|
524
|
-
"description": "medium size value of the bullet",
|
525
|
-
"name": "--mdc-bullet-size-medium"
|
526
|
-
},
|
527
|
-
{
|
528
|
-
"description": "large size value of the bullet",
|
529
|
-
"name": "--mdc-bullet-size-large"
|
530
|
-
}
|
531
|
-
],
|
532
|
-
"members": [
|
533
|
-
{
|
534
|
-
"kind": "field",
|
535
|
-
"name": "size",
|
536
|
-
"type": {
|
537
|
-
"text": "Size"
|
538
|
-
},
|
539
|
-
"privacy": "public",
|
540
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
541
|
-
"default": "small",
|
542
|
-
"attribute": "size",
|
543
|
-
"reflects": true
|
544
|
-
}
|
545
|
-
],
|
546
|
-
"attributes": [
|
547
|
-
{
|
548
|
-
"name": "size",
|
549
|
-
"type": {
|
550
|
-
"text": "Size"
|
551
|
-
},
|
552
|
-
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
553
|
-
"default": "small",
|
554
|
-
"fieldName": "size"
|
555
|
-
}
|
556
|
-
],
|
557
|
-
"superclass": {
|
558
|
-
"name": "Component",
|
559
|
-
"module": "/src/models"
|
560
|
-
},
|
561
|
-
"tagName": "mdc-bullet",
|
562
|
-
"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*/",
|
563
|
-
"customElement": true
|
564
|
-
}
|
565
|
-
],
|
566
|
-
"exports": [
|
567
|
-
{
|
568
|
-
"kind": "js",
|
569
|
-
"name": "default",
|
570
|
-
"declaration": {
|
571
|
-
"name": "Bullet",
|
572
|
-
"module": "components/bullet/bullet.component.js"
|
573
|
-
}
|
574
|
-
}
|
575
|
-
]
|
576
|
-
},
|
577
506
|
{
|
578
507
|
"kind": "javascript-module",
|
579
508
|
"path": "components/avatarbutton/avatarbutton.component.js",
|
@@ -1121,6 +1050,77 @@
|
|
1121
1050
|
}
|
1122
1051
|
]
|
1123
1052
|
},
|
1053
|
+
{
|
1054
|
+
"kind": "javascript-module",
|
1055
|
+
"path": "components/bullet/bullet.component.js",
|
1056
|
+
"declarations": [
|
1057
|
+
{
|
1058
|
+
"kind": "class",
|
1059
|
+
"description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
|
1060
|
+
"name": "Bullet",
|
1061
|
+
"cssProperties": [
|
1062
|
+
{
|
1063
|
+
"description": "background color of the bullet",
|
1064
|
+
"name": "--mdc-bullet-background-color"
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"description": "small size value of the bullet",
|
1068
|
+
"name": "--mdc-bullet-size-small"
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"description": "medium size value of the bullet",
|
1072
|
+
"name": "--mdc-bullet-size-medium"
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"description": "large size value of the bullet",
|
1076
|
+
"name": "--mdc-bullet-size-large"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"members": [
|
1080
|
+
{
|
1081
|
+
"kind": "field",
|
1082
|
+
"name": "size",
|
1083
|
+
"type": {
|
1084
|
+
"text": "Size"
|
1085
|
+
},
|
1086
|
+
"privacy": "public",
|
1087
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1088
|
+
"default": "small",
|
1089
|
+
"attribute": "size",
|
1090
|
+
"reflects": true
|
1091
|
+
}
|
1092
|
+
],
|
1093
|
+
"attributes": [
|
1094
|
+
{
|
1095
|
+
"name": "size",
|
1096
|
+
"type": {
|
1097
|
+
"text": "Size"
|
1098
|
+
},
|
1099
|
+
"description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
|
1100
|
+
"default": "small",
|
1101
|
+
"fieldName": "size"
|
1102
|
+
}
|
1103
|
+
],
|
1104
|
+
"superclass": {
|
1105
|
+
"name": "Component",
|
1106
|
+
"module": "/src/models"
|
1107
|
+
},
|
1108
|
+
"tagName": "mdc-bullet",
|
1109
|
+
"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*/",
|
1110
|
+
"customElement": true
|
1111
|
+
}
|
1112
|
+
],
|
1113
|
+
"exports": [
|
1114
|
+
{
|
1115
|
+
"kind": "js",
|
1116
|
+
"name": "default",
|
1117
|
+
"declaration": {
|
1118
|
+
"name": "Bullet",
|
1119
|
+
"module": "components/bullet/bullet.component.js"
|
1120
|
+
}
|
1121
|
+
}
|
1122
|
+
]
|
1123
|
+
},
|
1124
1124
|
{
|
1125
1125
|
"kind": "javascript-module",
|
1126
1126
|
"path": "components/button/button.component.js",
|
package/dist/react/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export { default as Avatar } from './avatar';
|
2
2
|
export { default as Badge } from './badge';
|
3
|
-
export { default as Bullet } from './bullet';
|
4
3
|
export { default as AvatarButton } from './avatarbutton';
|
4
|
+
export { default as Bullet } from './bullet';
|
5
5
|
export { default as Button } from './button';
|
6
6
|
export { default as Buttonsimple } from './buttonsimple';
|
7
7
|
export { default as Divider } from './divider';
|
package/dist/react/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export { default as Avatar } from './avatar';
|
2
2
|
export { default as Badge } from './badge';
|
3
|
-
export { default as Bullet } from './bullet';
|
4
3
|
export { default as AvatarButton } from './avatarbutton';
|
4
|
+
export { default as Bullet } from './bullet';
|
5
5
|
export { default as Button } from './button';
|
6
6
|
export { default as Buttonsimple } from './buttonsimple';
|
7
7
|
export { default as Divider } from './divider';
|
package/package.json
CHANGED