@momentum-ui/web-components 2.11.1 → 2.12.0-dev
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/assets/fonts/Inter.var.woff2 +0 -0
- package/dist/assets/styles/fonts.css +104 -0
- package/dist/assets/styles/momentum-ui.min.css +3 -3
- package/dist/chunks/md-1.js +1 -1
- package/dist/chunks/md-10.js +1 -1
- package/dist/chunks/md-11.js +1 -1
- package/dist/chunks/md-12.js +2 -2
- package/dist/chunks/md-13.js +4 -4
- package/dist/chunks/md-15.js +10 -10
- package/dist/chunks/md-16.js +2 -2
- package/dist/chunks/md-17.js +2 -2
- package/dist/chunks/md-19.js +1 -1
- package/dist/chunks/md-24.js +1 -1
- package/dist/chunks/md-25.js +1 -1
- package/dist/chunks/md-26.js +9 -3
- package/dist/chunks/md-27.js +1 -1
- package/dist/chunks/md-29.js +1 -1
- package/dist/chunks/md-3.js +1 -1
- package/dist/chunks/md-30.js +18 -5
- package/dist/chunks/md-33.js +3 -3
- package/dist/chunks/md-35.js +2 -2
- package/dist/chunks/md-37.js +1 -1
- package/dist/chunks/md-38.js +1 -1
- package/dist/chunks/md-4.js +1 -1
- package/dist/chunks/md-40.js +1 -1
- package/dist/chunks/md-41.js +3 -3
- package/dist/chunks/md-46.js +1 -1
- package/dist/chunks/md-47.js +1 -1
- package/dist/chunks/md-48.js +7 -7
- package/dist/chunks/md-5.js +1 -1
- package/dist/chunks/md-52.js +1 -1
- package/dist/chunks/md-56.js +1 -1
- package/dist/chunks/md-57.js +21 -15
- package/dist/chunks/md-60.js +7 -7
- package/dist/chunks/md-61.js +1 -1
- package/dist/chunks/md-63.js +2 -2
- package/dist/chunks/md-65.js +1 -1
- package/dist/chunks/md-67.js +1 -1
- package/dist/chunks/md-69.js +11 -9
- package/dist/chunks/md-7.js +2 -2
- package/dist/chunks/md-70.js +3 -3
- package/dist/chunks/md-71.js +1 -1
- package/dist/chunks/md-78.js +1 -1
- package/dist/chunks/md-8.js +1 -1
- package/dist/chunks/md-80.js +4 -6
- package/dist/chunks/md-81.js +1 -1
- package/dist/chunks/md-82.js +2 -2
- package/dist/chunks/md-83.js +2 -2
- package/dist/chunks/md-9.js +1 -1
- package/dist/comp/md-accordion-entry.js +1 -1
- package/dist/comp/md-accordion-item-entry.js +1 -1
- package/dist/comp/md-breadcrumb-entry.js +1 -1
- package/dist/comp/md-button-entry.js +1 -1
- package/dist/comp/md-button-group-entry.js +1 -1
- package/dist/comp/md-checkbox-entry.js +1 -1
- package/dist/comp/md-checkboxgroup-entry.js +1 -1
- package/dist/comp/md-coachmark-entry.js +1 -1
- package/dist/comp/md-coachmark.js +1 -0
- package/dist/comp/md-draggable-entry.js +1 -1
- package/dist/comp/md-form-entry.js +1 -1
- package/dist/comp/md-label-entry.js +1 -1
- package/dist/comp/md-list-entry.js +1 -1
- package/dist/comp/md-list-item-entry.js +1 -1
- package/dist/comp/md-loading-entry.js +1 -1
- package/dist/comp/md-menu-overlay-entry.js +1 -1
- package/dist/comp/md-pagination-entry.js +1 -1
- package/dist/comp/md-radio-entry.js +1 -1
- package/dist/comp/md-radiogroup-entry.js +1 -1
- package/dist/comp/md-slider-entry.js +1 -1
- package/dist/comp/md-spinner-entry.js +1 -1
- package/dist/comp/md-tab-panel-entry.js +1 -1
- package/dist/comp/md-table-entry.js +1 -1
- package/dist/comp/md-theme-entry.js +1 -1
- package/dist/index-entry.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/components/alert/Alert.d.ts +1 -1
- package/dist/types/components/button/Button.d.ts +1 -1
- package/dist/types/components/coachmark/Coachmark.d.ts +3 -1
- package/dist/types/components/list/ListItem.d.ts +4 -0
- package/dist/types/components/meeting-alert/MeetingAlert.d.ts +1 -1
- package/dist/types/components/tabs/Tabs.d.ts +3 -3
- package/package.json +3 -3
|
Binary file
|
|
@@ -6,6 +6,110 @@
|
|
|
6
6
|
url("../../fonts/momentum-ui-icons.woff?5362a53c7633b3998906e7a67cd384ec") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
@font-face {
|
|
10
|
+
font-display: fallback;
|
|
11
|
+
font-family: "Inter Regular";
|
|
12
|
+
font-style: normal;
|
|
13
|
+
font-weight: 450;
|
|
14
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-display: fallback;
|
|
19
|
+
font-family: "Inter Light";
|
|
20
|
+
font-style: normal;
|
|
21
|
+
font-weight: 350;
|
|
22
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-display: fallback;
|
|
27
|
+
font-family: "Inter Bold";
|
|
28
|
+
font-style: normal;
|
|
29
|
+
font-weight: 750;
|
|
30
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@font-face {
|
|
34
|
+
font-display: fallback;
|
|
35
|
+
font-family: "Inter Thin";
|
|
36
|
+
font-style: normal;
|
|
37
|
+
font-weight: 200;
|
|
38
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@font-face {
|
|
42
|
+
font-display: fallback;
|
|
43
|
+
font-family: "Inter Thin Oblique";
|
|
44
|
+
font-style: 200;
|
|
45
|
+
font-weight: 450;
|
|
46
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@font-face {
|
|
50
|
+
font-display: fallback;
|
|
51
|
+
font-family: "Inter Extra Light";
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-weight: 250;
|
|
54
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@font-face {
|
|
58
|
+
font-display: fallback;
|
|
59
|
+
font-family: "Inter Extra Light Oblique";
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-weight: 250;
|
|
62
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@font-face {
|
|
66
|
+
font-display: fallback;
|
|
67
|
+
font-family: "Inter Light Oblique";
|
|
68
|
+
font-style: italic;
|
|
69
|
+
font-weight: 350;
|
|
70
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@font-face {
|
|
74
|
+
font-display: fallback;
|
|
75
|
+
font-family: "Inter Regular Oblique";
|
|
76
|
+
font-style: italic;
|
|
77
|
+
font-weight: 450;
|
|
78
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@font-face {
|
|
82
|
+
font-display: fallback;
|
|
83
|
+
font-family: "Inter Medium";
|
|
84
|
+
font-style: normal;
|
|
85
|
+
font-weight: 550;
|
|
86
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@font-face {
|
|
90
|
+
font-display: fallback;
|
|
91
|
+
font-family: "Inter Bold Oblique";
|
|
92
|
+
font-style: italic;
|
|
93
|
+
font-weight: 750;
|
|
94
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@font-face {
|
|
98
|
+
font-display: fallback;
|
|
99
|
+
font-family: "Inter Heavy";
|
|
100
|
+
font-style: normal;
|
|
101
|
+
font-weight: 850;
|
|
102
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@font-face {
|
|
106
|
+
font-display: fallback;
|
|
107
|
+
font-family: "Inter Heavy Oblique";
|
|
108
|
+
font-style: italic;
|
|
109
|
+
font-weight: 850;
|
|
110
|
+
src: url("../../fonts/Inter.var.woff2") format("woff2");
|
|
111
|
+
}
|
|
112
|
+
|
|
9
113
|
@font-face {
|
|
10
114
|
font-display: fallback;
|
|
11
115
|
font-family: "CiscoSansTT Thin";
|