@madgex/design-system 3.9.6 → 3.10.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/coverage/cobertura-coverage.xml +1 -1
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/button/button.js.html +1 -1
- package/coverage/components/button/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ComboboxInput.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +5 -1
- package/dist/_tokens/js/_tokens-module.js +93 -1
- package/dist/_tokens/scss/_tokens.scss +17 -1
- package/dist/css/index.css +1 -1
- package/package.json +1 -1
- package/src/components/card/README.md +78 -0
- package/src/components/card/_template.njk +26 -2
- package/src/components/card/card.config.js +27 -0
- package/src/components/card/card.njk +16 -13
- package/src/components/card/card.scss +47 -1
- package/src/scss/components/__index.scss +1 -1
- package/src/tokens/custom.json +22 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="571" lines-covered="99" line-rate="0.1734" branches-valid="177" branches-covered="30" branch-rate="0.16949999999999998" timestamp="
|
|
3
|
+
<coverage lines-valid="571" lines-covered="99" line-rate="0.1734" branches-valid="177" branches-covered="30" branch-rate="0.16949999999999998" timestamp="1654075383777" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/data/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
|
|
6
6
|
</sources>
|
|
@@ -505,7 +505,7 @@ export default accordion;
|
|
|
505
505
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
506
506
|
Code coverage generated by
|
|
507
507
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
508
|
-
at
|
|
508
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
509
509
|
</div>
|
|
510
510
|
</div>
|
|
511
511
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -151,7 +151,7 @@ export default button;
|
|
|
151
151
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
152
152
|
Code coverage generated by
|
|
153
153
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
154
|
-
at
|
|
154
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
113
113
|
Code coverage generated by
|
|
114
114
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
115
|
-
at
|
|
115
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
116
116
|
</div>
|
|
117
117
|
</div>
|
|
118
118
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -946,7 +946,7 @@ export default {
|
|
|
946
946
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
947
947
|
Code coverage generated by
|
|
948
948
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
949
|
-
at
|
|
949
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
950
950
|
</div>
|
|
951
951
|
</div>
|
|
952
952
|
<script src="../../../../prettify.js"></script>
|
|
@@ -199,7 +199,7 @@ export default {
|
|
|
199
199
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
200
200
|
Code coverage generated by
|
|
201
201
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
202
|
-
at
|
|
202
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
203
203
|
</div>
|
|
204
204
|
</div>
|
|
205
205
|
<script src="../../../../prettify.js"></script>
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
217
|
-
at
|
|
217
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
218
218
|
</div>
|
|
219
219
|
</div>
|
|
220
220
|
<script src="../../../../prettify.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../../../prettify.js"></script>
|
|
@@ -232,7 +232,7 @@ export default fileUpload;
|
|
|
232
232
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
233
233
|
Code coverage generated by
|
|
234
234
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
235
|
-
at
|
|
235
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
236
236
|
</div>
|
|
237
237
|
</div>
|
|
238
238
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -184,7 +184,7 @@ export default characterCount;
|
|
|
184
184
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
185
185
|
Code coverage generated by
|
|
186
186
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
187
|
-
at
|
|
187
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
188
188
|
</div>
|
|
189
189
|
</div>
|
|
190
190
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -322,7 +322,7 @@ export default modals;
|
|
|
322
322
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
323
323
|
Code coverage generated by
|
|
324
324
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
325
|
-
at
|
|
325
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
326
326
|
</div>
|
|
327
327
|
</div>
|
|
328
328
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -154,7 +154,7 @@ export default notification;
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
158
158
|
</div>
|
|
159
159
|
</div>
|
|
160
160
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -295,7 +295,7 @@ export default popovers;
|
|
|
295
295
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
296
296
|
Code coverage generated by
|
|
297
297
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
298
|
-
at
|
|
298
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
299
299
|
</div>
|
|
300
300
|
</div>
|
|
301
301
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -100,7 +100,7 @@ export default switchState;
|
|
|
100
100
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
101
101
|
Code coverage generated by
|
|
102
102
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
103
|
-
at
|
|
103
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -583,7 +583,7 @@ export default tabs;
|
|
|
583
583
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
584
584
|
Code coverage generated by
|
|
585
585
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
586
|
-
at
|
|
586
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
587
587
|
</div>
|
|
588
588
|
</div>
|
|
589
589
|
<script src="../../prettify.js"></script>
|
package/coverage/index.html
CHANGED
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
306
306
|
Code coverage generated by
|
|
307
307
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
308
|
-
at
|
|
308
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
309
309
|
</div>
|
|
310
310
|
</div>
|
|
311
311
|
<script src="prettify.js"></script>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
101
101
|
Code coverage generated by
|
|
102
102
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
103
|
-
at
|
|
103
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
@@ -316,7 +316,7 @@ export default combobox;
|
|
|
316
316
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
317
317
|
Code coverage generated by
|
|
318
318
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
319
|
-
at
|
|
319
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
320
320
|
</div>
|
|
321
321
|
</div>
|
|
322
322
|
<script src="../../prettify.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../prettify.js"></script>
|
|
@@ -133,7 +133,7 @@ export default notificationScript;
|
|
|
133
133
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
134
134
|
Code coverage generated by
|
|
135
135
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
136
|
-
at
|
|
136
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
<script src="../../prettify.js"></script>
|
|
@@ -145,7 +145,7 @@ export default switchStateScript;
|
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
146
|
Code coverage generated by
|
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
-
at
|
|
148
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../../prettify.js"></script>
|
|
@@ -91,7 +91,7 @@ import comboboxScript from './fractal-scripts/combobox';
|
|
|
91
91
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
92
92
|
Code coverage generated by
|
|
93
93
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
94
|
-
at
|
|
94
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<script src="../prettify.js"></script>
|
|
@@ -79,7 +79,7 @@ import './polyfills/arrayPrototypeFind';
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
82
|
-
at
|
|
82
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
<script src="../prettify.js"></script>
|
|
@@ -118,7 +118,7 @@ import MdsCombobox from '../components/inputs/combobox/combobox';
|
|
|
118
118
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
119
119
|
Code coverage generated by
|
|
120
120
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
121
|
-
at
|
|
121
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
<script src="../prettify.js"></script>
|
package/coverage/js/index.html
CHANGED
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
156
156
|
Code coverage generated by
|
|
157
157
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
158
|
-
at
|
|
158
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
159
159
|
</div>
|
|
160
160
|
</div>
|
|
161
161
|
<script src="../prettify.js"></script>
|
|
@@ -145,7 +145,7 @@ import button from '../components/button/button';
|
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
146
|
Code coverage generated by
|
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
-
at
|
|
148
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../prettify.js"></script>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
212
212
|
Code coverage generated by
|
|
213
213
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
214
|
-
at
|
|
214
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
215
215
|
</div>
|
|
216
216
|
</div>
|
|
217
217
|
<script src="../../prettify.js"></script>
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
116
116
|
Code coverage generated by
|
|
117
117
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
118
|
-
at
|
|
118
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
141
141
|
Code coverage generated by
|
|
142
142
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
143
|
-
at
|
|
143
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
144
144
|
</div>
|
|
145
145
|
</div>
|
|
146
146
|
<script src="../../prettify.js"></script>
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
164
164
|
Code coverage generated by
|
|
165
165
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
166
|
-
at
|
|
166
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
167
167
|
</div>
|
|
168
168
|
</div>
|
|
169
169
|
<script src="../../prettify.js"></script>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
86
86
|
Code coverage generated by
|
|
87
87
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
88
|
-
at
|
|
88
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
89
89
|
</div>
|
|
90
90
|
</div>
|
|
91
91
|
<script src="../../prettify.js"></script>
|
|
@@ -553,7 +553,7 @@ const config = <span class="cstat-no" title="statement not covered" >{</span>
|
|
|
553
553
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
554
554
|
Code coverage generated by
|
|
555
555
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
556
|
-
at
|
|
556
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
557
557
|
</div>
|
|
558
558
|
</div>
|
|
559
559
|
<script src="../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Wed Jun 01 2022 09:23:03 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../prettify.js"></script>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 01 Jun 2022 09:23:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -76,6 +76,10 @@
|
|
|
76
76
|
--mds-color-input-focus: #5092fd;
|
|
77
77
|
--mds-color-input-disabled-label: rgba(84, 84, 84, 0.5);
|
|
78
78
|
--mds-color-input-disabled-field: rgba(176, 176, 176, 0.5);
|
|
79
|
+
--mds-custom-badge-1-background: #000000;
|
|
80
|
+
--mds-custom-badge-1-color: #fff;
|
|
81
|
+
--mds-custom-badge-2-background: #40791B;
|
|
82
|
+
--mds-custom-badge-2-color: #fff;
|
|
79
83
|
--mds-shadow-base: 0 2px 5px 0 #dddddd;
|
|
80
84
|
--mds-shadow-site-container: none;
|
|
81
85
|
--mds-shadow-main: none;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 01 Jun 2022 09:23:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -1536,6 +1536,98 @@ module.exports = {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
1539
|
+
"custom": {
|
|
1540
|
+
"badge": {
|
|
1541
|
+
"1": {
|
|
1542
|
+
"background": {
|
|
1543
|
+
"value": "#000000",
|
|
1544
|
+
"filePath": "/data/jenkins/jobs/madgex-design-system/branches/master/workspace/src/tokens/custom.json",
|
|
1545
|
+
"isSource": true,
|
|
1546
|
+
"original": {
|
|
1547
|
+
"value": "{color.neutral.black.value}"
|
|
1548
|
+
},
|
|
1549
|
+
"name": "MdsCustomBadge1Background",
|
|
1550
|
+
"attributes": {
|
|
1551
|
+
"category": "custom",
|
|
1552
|
+
"type": "badge",
|
|
1553
|
+
"item": "1",
|
|
1554
|
+
"subitem": "background"
|
|
1555
|
+
},
|
|
1556
|
+
"path": [
|
|
1557
|
+
"custom",
|
|
1558
|
+
"badge",
|
|
1559
|
+
"1",
|
|
1560
|
+
"background"
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1563
|
+
"color": {
|
|
1564
|
+
"value": "#fff",
|
|
1565
|
+
"filePath": "/data/jenkins/jobs/madgex-design-system/branches/master/workspace/src/tokens/custom.json",
|
|
1566
|
+
"isSource": true,
|
|
1567
|
+
"original": {
|
|
1568
|
+
"value": "#fff"
|
|
1569
|
+
},
|
|
1570
|
+
"name": "MdsCustomBadge1Color",
|
|
1571
|
+
"attributes": {
|
|
1572
|
+
"category": "custom",
|
|
1573
|
+
"type": "badge",
|
|
1574
|
+
"item": "1",
|
|
1575
|
+
"subitem": "color"
|
|
1576
|
+
},
|
|
1577
|
+
"path": [
|
|
1578
|
+
"custom",
|
|
1579
|
+
"badge",
|
|
1580
|
+
"1",
|
|
1581
|
+
"color"
|
|
1582
|
+
]
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"2": {
|
|
1586
|
+
"background": {
|
|
1587
|
+
"value": "#40791B",
|
|
1588
|
+
"filePath": "/data/jenkins/jobs/madgex-design-system/branches/master/workspace/src/tokens/custom.json",
|
|
1589
|
+
"isSource": true,
|
|
1590
|
+
"original": {
|
|
1591
|
+
"value": "#40791B"
|
|
1592
|
+
},
|
|
1593
|
+
"name": "MdsCustomBadge2Background",
|
|
1594
|
+
"attributes": {
|
|
1595
|
+
"category": "custom",
|
|
1596
|
+
"type": "badge",
|
|
1597
|
+
"item": "2",
|
|
1598
|
+
"subitem": "background"
|
|
1599
|
+
},
|
|
1600
|
+
"path": [
|
|
1601
|
+
"custom",
|
|
1602
|
+
"badge",
|
|
1603
|
+
"2",
|
|
1604
|
+
"background"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"color": {
|
|
1608
|
+
"value": "#fff",
|
|
1609
|
+
"filePath": "/data/jenkins/jobs/madgex-design-system/branches/master/workspace/src/tokens/custom.json",
|
|
1610
|
+
"isSource": true,
|
|
1611
|
+
"original": {
|
|
1612
|
+
"value": "#fff"
|
|
1613
|
+
},
|
|
1614
|
+
"name": "MdsCustomBadge2Color",
|
|
1615
|
+
"attributes": {
|
|
1616
|
+
"category": "custom",
|
|
1617
|
+
"type": "badge",
|
|
1618
|
+
"item": "2",
|
|
1619
|
+
"subitem": "color"
|
|
1620
|
+
},
|
|
1621
|
+
"path": [
|
|
1622
|
+
"custom",
|
|
1623
|
+
"badge",
|
|
1624
|
+
"2",
|
|
1625
|
+
"color"
|
|
1626
|
+
]
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1539
1631
|
"shadow": {
|
|
1540
1632
|
"base": {
|
|
1541
1633
|
"value": "0 2px 5px 0 #dddddd",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 01 Jun 2022 09:23:16 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$mds-color-brand-1-light: #2990e0 !default;
|
|
@@ -76,6 +76,10 @@ $mds-color-input-border: #949494 !default;
|
|
|
76
76
|
$mds-color-input-focus: #5092fd !default;
|
|
77
77
|
$mds-color-input-disabled-label: rgba(84, 84, 84, 0.5) !default;
|
|
78
78
|
$mds-color-input-disabled-field: rgba(176, 176, 176, 0.5) !default;
|
|
79
|
+
$mds-custom-badge-1-background: #000000 !default;
|
|
80
|
+
$mds-custom-badge-1-color: #fff !default;
|
|
81
|
+
$mds-custom-badge-2-background: #40791B !default;
|
|
82
|
+
$mds-custom-badge-2-color: #fff !default;
|
|
79
83
|
$mds-shadow-base: 0 2px 5px 0 #dddddd !default;
|
|
80
84
|
$mds-shadow-site-container: none !default;
|
|
81
85
|
$mds-shadow-main: none !default;
|
|
@@ -355,6 +359,18 @@ $tokens: (
|
|
|
355
359
|
)
|
|
356
360
|
)
|
|
357
361
|
),
|
|
362
|
+
'custom': (
|
|
363
|
+
'badge': (
|
|
364
|
+
'1': (
|
|
365
|
+
'background': $mds-custom-badge-1-background,
|
|
366
|
+
'color': $mds-custom-badge-1-color
|
|
367
|
+
),
|
|
368
|
+
'2': (
|
|
369
|
+
'background': $mds-custom-badge-2-background,
|
|
370
|
+
'color': $mds-custom-badge-2-color
|
|
371
|
+
)
|
|
372
|
+
)
|
|
373
|
+
),
|
|
358
374
|
'shadow': (
|
|
359
375
|
'base': $mds-shadow-base,
|
|
360
376
|
'site-container': $mds-shadow-site-container,
|