@madgex/design-system 2.3.0 → 2.4.1

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 (51) 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/button/button.js.html +1 -1
  5. package/coverage/components/button/index.html +1 -1
  6. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  7. package/coverage/components/inputs/combobox/index.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
  9. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  10. package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
  11. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  12. package/coverage/components/inputs/file-upload/index.html +1 -1
  13. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  14. package/coverage/components/inputs/textarea/index.html +1 -1
  15. package/coverage/components/modal/index.html +1 -1
  16. package/coverage/components/modal/modal.js.html +1 -1
  17. package/coverage/components/notification/index.html +1 -1
  18. package/coverage/components/notification/notification.js.html +1 -1
  19. package/coverage/components/popover/index.html +1 -1
  20. package/coverage/components/popover/popover.js.html +1 -1
  21. package/coverage/components/switch-state/index.html +1 -1
  22. package/coverage/components/switch-state/switch-state.js.html +1 -1
  23. package/coverage/components/tabs/index.html +1 -1
  24. package/coverage/components/tabs/tabs.js.html +1 -1
  25. package/coverage/index.html +1 -1
  26. package/coverage/js/common.js.html +1 -1
  27. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  28. package/coverage/js/fractal-scripts/index.html +1 -1
  29. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  30. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  31. package/coverage/js/index-fractal.js.html +1 -1
  32. package/coverage/js/index-polyfills.js.html +1 -1
  33. package/coverage/js/index-vue.js.html +1 -1
  34. package/coverage/js/index.html +1 -1
  35. package/coverage/js/index.js.html +1 -1
  36. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  37. package/coverage/js/polyfills/closest.js.html +1 -1
  38. package/coverage/js/polyfills/index.html +1 -1
  39. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  40. package/coverage/js/polyfills/remove.js.html +1 -1
  41. package/coverage/tokens/_config.js.html +1 -1
  42. package/coverage/tokens/index.html +1 -1
  43. package/dist/_tokens/css/_tokens.css +5 -4
  44. package/dist/_tokens/js/_tokens-module.js +34 -61
  45. package/dist/_tokens/scss/_tokens.scss +12 -4
  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/scss/core/_containers.scss +1 -0
  50. package/src/tokens/color.json +3 -3
  51. package/src/tokens/size.json +9 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@madgex/design-system",
3
3
  "author": "Madgex",
4
4
  "license": "UNLICENSED",
5
- "version": "2.3.0",
5
+ "version": "2.4.1",
6
6
  "scripts": {
7
7
  "clean": "rimraf dist public tokens/build",
8
8
  "commit": "commit",
@@ -135,6 +135,7 @@ $space-between-wrapper-and-edge: (100% - $mds-size-wrapper-width) / 2 + 0.01;
135
135
  .mds-ad-container {
136
136
  &.mds-ad-container--leaderboard {
137
137
  background: $mds-color-ad-container-leaderboard-background;
138
+ min-height: $mds-size-height-ad-container-leaderboard-min;
138
139
  }
139
140
  & > * {
140
141
  margin: 0 auto;
@@ -149,13 +149,13 @@
149
149
  },
150
150
  "headers": {
151
151
  "1": {
152
- "value" : "{color.text.headers.base}"
152
+ "value" : "{color.text.headers.base.value}"
153
153
  },
154
154
  "2": {
155
- "value" : "{color.text.headers.base}"
155
+ "value" : "{color.text.headers.base.value}"
156
156
  },
157
157
  "3": {
158
- "value" : "{color.text.headers.base}"
158
+ "value" : "{color.text.headers.base.value}"
159
159
  },
160
160
  "base": {
161
161
  "value" : "#222222"
@@ -71,6 +71,15 @@
71
71
  "lg": { "value": "32px" },
72
72
  "xl": { "value": "48px" },
73
73
  "xxl": { "value": "72px" }
74
+ },
75
+ "height": {
76
+ "ad-container": {
77
+ "leaderboard": {
78
+ "min": {
79
+ "value": "0"
80
+ }
81
+ }
82
+ }
74
83
  }
75
84
  }
76
85
  }