@madgex/design-system 1.65.8 → 1.65.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.
Files changed (53) hide show
  1. package/coverage/cobertura-coverage.xml +1 -1
  2. package/coverage/components/accordion/accordion.js.html +1 -1
  3. package/coverage/components/accordion/index.html +1 -1
  4. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  5. package/coverage/components/inputs/combobox/index.html +1 -1
  6. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
  7. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
  9. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  10. package/coverage/components/inputs/file-upload/index.html +1 -1
  11. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  12. package/coverage/components/inputs/textarea/index.html +1 -1
  13. package/coverage/components/modal/index.html +1 -1
  14. package/coverage/components/modal/modal.js.html +1 -1
  15. package/coverage/components/notification/index.html +1 -1
  16. package/coverage/components/notification/notification.js.html +1 -1
  17. package/coverage/components/popover/index.html +1 -1
  18. package/coverage/components/popover/popover.js.html +1 -1
  19. package/coverage/components/switch-state/index.html +1 -1
  20. package/coverage/components/switch-state/switch-state.js.html +1 -1
  21. package/coverage/components/tabs/index.html +1 -1
  22. package/coverage/components/tabs/tabs.js.html +1 -1
  23. package/coverage/index.html +1 -1
  24. package/coverage/js/common.js.html +1 -1
  25. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  26. package/coverage/js/fractal-scripts/index.html +1 -1
  27. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  28. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  29. package/coverage/js/index-fractal.js.html +1 -1
  30. package/coverage/js/index-polyfills.js.html +1 -1
  31. package/coverage/js/index-vue.js.html +1 -1
  32. package/coverage/js/index.html +1 -1
  33. package/coverage/js/index.js.html +1 -1
  34. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  35. package/coverage/js/polyfills/closest.js.html +1 -1
  36. package/coverage/js/polyfills/index.html +1 -1
  37. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  38. package/coverage/js/polyfills/remove.js.html +1 -1
  39. package/coverage/tokens/_config.js.html +1 -1
  40. package/coverage/tokens/index.html +1 -1
  41. package/dist/_tokens/css/_tokens.css +3 -1
  42. package/dist/_tokens/js/_tokens-module.js +35 -1
  43. package/dist/_tokens/scss/_tokens.scss +6 -2
  44. package/dist/assets/icons.json +1 -1
  45. package/dist/assets/icons.svg +1 -1
  46. package/dist/css/index.css +1 -1
  47. package/dist/js/index.js +1 -1
  48. package/package.json +1 -1
  49. package/src/components/icons/README.md +2 -0
  50. package/src/components/icons/icons.njk +8 -0
  51. package/src/components/icons/icons.scss +10 -0
  52. package/src/icons/external.svg +7 -0
  53. package/src/tokens/size.json +3 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@madgex/design-system",
3
3
  "author": "Madgex",
4
4
  "license": "UNLICENSED",
5
- "version": "1.65.8",
5
+ "version": "1.65.9",
6
6
  "scripts": {
7
7
  "clean": "rimraf dist public tokens/build",
8
8
  "commit": "commit",
@@ -26,6 +26,8 @@ We also have 3 fixed sizes:
26
26
  - `.mds-icon--sm` : 16px
27
27
  - `.mds-icon--md` : 24px
28
28
  - `.mds-icon--lg` : 32px
29
+ - `.mds-icon--xl` : 48px
30
+ - `.mds-icon--xxl` : 72px
29
31
 
30
32
  ## Next to text
31
33
 
@@ -15,6 +15,14 @@
15
15
  iconName: 'star-fill',
16
16
  classes: 'mds-icon--lg'
17
17
  }) }} : large (32px)</p>
18
+ <p>{{ MdsIcon({
19
+ iconName: 'star-fill',
20
+ classes: 'mds-icon--xl'
21
+ }) }} : extra large (48px)</p>
22
+ <p>{{ MdsIcon({
23
+ iconName: 'star-fill',
24
+ classes: 'mds-icon--xxl'
25
+ }) }} : extra extra large (72px)</p>
18
26
 
19
27
  <br><hr><br>
20
28
 
@@ -63,6 +63,16 @@
63
63
  height: $mds-size-icon-lg;
64
64
  }
65
65
 
66
+ .mds-icon--xl {
67
+ width: $mds-size-icon-xl;
68
+ height: $mds-size-icon-xl;
69
+ }
70
+
71
+ .mds-icon--xxl {
72
+ width: $mds-size-icon-xxl;
73
+ height: $mds-size-icon-xxl;
74
+ }
75
+
66
76
  .mds-icon--spinner {
67
77
  animation: spin 900ms cubic-bezier(0.21, 0, 1, 1) infinite;
68
78
  }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="30px" height="32px" viewBox="0 0 30 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Icon / Link / External</title>
4
+ <g id="Icon-/-Link-/-External" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <path d="M28.5936,14.125 C28.21509,14.125 27.87759,13.971484 27.62211,13.73125 C27.6150786,13.7242186 27.60336,13.7242186 27.5963286,13.7160157 L24.1007286,10.2180157 L15.2507286,19.0680157 C14.3354886,19.9797457 12.8507286,19.9797457 11.9354286,19.0680157 C11.0201886,18.1527757 11.0201886,16.6680157 11.9354286,15.7527157 L20.7818286,6.9063157 L17.2838286,3.4035157 C17.2756257,3.3964843 17.2756257,3.3847657 17.2685943,3.3777343 C17.0283603,3.1222663 16.8748443,2.7847543 16.8748443,2.4062443 C16.8748443,1.6304743 17.5053243,0.9999943 18.2810943,0.9999943 L28.1246943,0.9999943 C29.1594543,0.9999943 29.9996943,1.8402343 29.9996943,2.8749943 L29.9996943,12.7185943 C29.9996943,13.4943643 29.3692143,14.1248443 28.5934443,14.1248443 L28.5936,14.125 Z M3.75,9.4375 L3.75,26.3125 C3.75,26.83048 4.16952,27.25 4.6875,27.25 L21.5625,27.25 C22.08048,27.25 22.5,26.83048 22.5,26.3125 L22.5,16 L26.25,19.75 L26.25,27.25 C26.25,29.32423 24.57423,31 22.5,31 L3.75,31 C1.68048,31 2.77111667e-13,29.32423 2.77111667e-13,27.25 L2.77111667e-13,8.5 C2.77111667e-13,6.43048 1.68048,4.75 3.75,4.75 L11.25,4.75 L15,8.5 L4.6875,8.5 C4.16952,8.5 3.75,8.91952 3.75,9.4375 Z" id="Shape" fill="#000000" fill-rule="nonzero"></path>
6
+ </g>
7
+ </svg>
@@ -65,7 +65,9 @@
65
65
  "default": { "value": "1em" },
66
66
  "sm": { "value": "16px" },
67
67
  "md": { "value": "24px" },
68
- "lg": { "value": "32px" }
68
+ "lg": { "value": "32px" },
69
+ "xl": { "value": "48px" },
70
+ "xxl": { "value": "72px" }
69
71
  }
70
72
  }
71
73
  }