@madgex/design-system 5.2.1 → 5.2.2

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Jul 2022 09:27:07 GMT
3
+ * Generated on Tue, 19 Jul 2022 10:01:13 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Jul 2022 09:27:07 GMT
3
+ * Generated on Tue, 19 Jul 2022 10:01:13 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 19 Jul 2022 09:27:07 GMT
4
+ * Generated on Tue, 19 Jul 2022 10:01:13 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-light: #2990e0 !default;
@@ -1 +1 @@
1
- [{"name":"asterisk"},{"name":"calendar"},{"name":"chevron-down"},{"name":"check"},{"name":"chevron-left"},{"name":"chevron-up"},{"name":"chevron-right"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"job"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"search"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"upload"},{"name":"user"}]
1
+ [{"name":"asterisk"},{"name":"calendar"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"external"},{"name":"email"},{"name":"job"},{"name":"location-pin"},{"name":"minus"},{"name":"menu"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"search"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"upload"},{"name":"user"}]
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@madgex/design-system",
3
3
  "author": "Madgex",
4
4
  "license": "UNLICENSED",
5
- "version": "5.2.1",
5
+ "version": "5.2.2",
6
6
  "main": "dist/js/index.js",
7
7
  "files": [
8
8
  "dist",
@@ -89,5 +89,5 @@
89
89
  "webpack-dev-server": "^3.11.2",
90
90
  "webpack-stream": "^6.1.2"
91
91
  },
92
- "gitHead": "57fcf219bfb782668a0f4afc0512fd77d7922131"
92
+ "gitHead": "2f0c4316865cd77f69f94643d9223610b17681e1"
93
93
  }
@@ -16,13 +16,14 @@
16
16
  Simulating usage in a normal vue comsumer app
17
17
  #}
18
18
  <script async src="https://unpkg.com/es-module-shims@1"></script>
19
- <script type="importmap">
19
+ <script async type="importmap">
20
20
  {
21
21
  "imports": {
22
22
  {% if isDev %}
23
23
  "vue": "http://localhost:8111/vue-dev.js"
24
24
  {%else %}
25
- "vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.js"
25
+ "vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.js",
26
+ "@popperjs/core": "https://unpkg.com/@popperjs/core@2.11.5/dist/esm/index.js"
26
27
  {% endif %}
27
28
  }
28
29
  }
@@ -203,7 +203,7 @@
203
203
  </div>
204
204
 
205
205
 
206
- <script type="module async">
206
+ <script async type="module">
207
207
  {% include '_import-MdsLibrary.njk' %}
208
208
  const { MdsIcon } = MdsLibrary;
209
209
 
@@ -27,7 +27,7 @@
27
27
  {% set id = 'vue-'+id %}
28
28
  <div id="{{id}}"></div>
29
29
  {% set option = (options[0] or options) %}
30
- <script type="module">
30
+ <script async type="module">
31
31
  {% include '_import-MdsLibrary.njk' %}
32
32
 
33
33
  let selectedOptions = {{(selectedOptions or []) | dump | safe}};