@mgdis/mg-components 6.20.0 → 6.21.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.
Files changed (159) hide show
  1. package/dist/cjs/{index-Bp6wZzau.js → index-C2viYwrR.js} +1757 -80
  2. package/dist/cjs/{index-TUElr4Wv.js → index-CCsGMNyq.js} +46 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/mg-action-more_37.cjs.entry.js +684 -273
  5. package/dist/cjs/mg-alert.cjs.entry.js +17 -9
  6. package/dist/cjs/mg-components.cjs.js +3 -3
  7. package/dist/cjs/mg-fieldset.cjs.entry.js +24 -7
  8. package/dist/cjs/mg-input-combobox.cjs.entry.js +48 -18
  9. package/dist/cjs/mg-input-file.cjs.entry.js +384 -0
  10. package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +30 -18
  11. package/dist/cjs/{mg-input.conf-D7jmj_lh.js → mg-input.conf-BNpeATnq.js} +7 -0
  12. package/dist/cjs/mg-loader.cjs.entry.js +8 -6
  13. package/dist/cjs/mg-progress.cjs.entry.js +19 -9
  14. package/dist/collection/collection-manifest.json +3 -2
  15. package/dist/collection/components/atoms/mg-icon/mg-icon.js +1 -1
  16. package/dist/collection/components/molecules/inputs/mg-input/mg-input.conf.js +6 -0
  17. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +1 -1
  18. package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +877 -0
  19. package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +1 -1
  20. package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +1 -1
  21. package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +1 -1
  22. package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +12 -12
  23. package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +1 -1
  24. package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +2 -2
  25. package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +1 -1
  26. package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +1 -1
  27. package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +1 -1
  28. package/dist/collection/components/molecules/mg-alert/mg-alert.js +1 -1
  29. package/dist/collection/components/molecules/mg-details/mg-details.js +1 -1
  30. package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +12 -3
  31. package/dist/collection/components/molecules/mg-form/mg-form.js +12 -2
  32. package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +1 -1
  33. package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
  34. package/dist/collection/components/molecules/mg-message/mg-message.js +2 -2
  35. package/dist/collection/components/molecules/mg-modal/mg-modal.js +2 -2
  36. package/dist/collection/components/molecules/mg-panel/mg-panel.js +1 -1
  37. package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +1 -1
  38. package/dist/collection/components/molecules/mg-popover/mg-popover.js +1 -1
  39. package/dist/collection/components/molecules/mg-progress/mg-progress.js +1 -1
  40. package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +1 -1
  41. package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +1 -1
  42. package/dist/collection/locales/en/messages.json +11 -0
  43. package/dist/collection/locales/fr/messages.json +11 -0
  44. package/dist/components/events.utils.js +1 -23
  45. package/dist/components/index.d.ts +2 -0
  46. package/dist/components/index.js +1 -1
  47. package/dist/components/index2.js +1 -408
  48. package/dist/components/index3.js +1 -476
  49. package/dist/components/mg-action-more.js +1 -254
  50. package/dist/components/mg-alert.js +1 -224
  51. package/dist/components/mg-badge.js +1 -6
  52. package/dist/components/mg-badge2.js +1 -113
  53. package/dist/components/mg-button.js +1 -6
  54. package/dist/components/mg-button2.js +1 -275
  55. package/dist/components/mg-card.js +1 -6
  56. package/dist/components/mg-card2.js +1 -92
  57. package/dist/components/mg-character-left.js +1 -6
  58. package/dist/components/mg-character-left2.js +1 -75
  59. package/dist/components/mg-details.js +1 -104
  60. package/dist/components/mg-divider.js +1 -6
  61. package/dist/components/mg-divider2.js +1 -49
  62. package/dist/components/mg-fieldset.js +1 -209
  63. package/dist/components/mg-form.js +1 -302
  64. package/dist/components/mg-icon.js +1 -6
  65. package/dist/components/mg-icon2.js +1 -188
  66. package/dist/components/mg-illustrated-message.js +1 -129
  67. package/dist/components/mg-input-checkbox-paginated.js +1 -6
  68. package/dist/components/mg-input-checkbox-paginated2.js +1 -135
  69. package/dist/components/mg-input-checkbox.js +1 -762
  70. package/dist/components/mg-input-combobox.js +1 -940
  71. package/dist/components/mg-input-date.js +1 -463
  72. package/dist/components/mg-input-file.d.ts +11 -0
  73. package/dist/components/mg-input-file.js +1 -0
  74. package/dist/components/mg-input-numeric.js +1 -592
  75. package/dist/components/mg-input-password.js +1 -360
  76. package/dist/components/mg-input-radio.js +1 -392
  77. package/dist/components/mg-input-rich-text-editor.js +1 -16797
  78. package/dist/components/mg-input-select.js +1 -6
  79. package/dist/components/mg-input-select2.js +1 -481
  80. package/dist/components/mg-input-text.js +1 -6
  81. package/dist/components/mg-input-text2.js +1 -514
  82. package/dist/components/mg-input-textarea.js +1 -412
  83. package/dist/components/mg-input-title.js +1 -6
  84. package/dist/components/mg-input-title2.js +1 -81
  85. package/dist/components/mg-input-toggle.js +1 -371
  86. package/dist/components/mg-input.conf.js +1 -0
  87. package/dist/components/mg-input.js +1 -6
  88. package/dist/components/mg-input2.js +1 -459
  89. package/dist/components/mg-item-more.js +1 -6
  90. package/dist/components/mg-item-more2.js +1 -505
  91. package/dist/components/mg-loader.js +1 -6
  92. package/dist/components/mg-loader2.js +1 -74
  93. package/dist/components/mg-menu-item.js +1 -6
  94. package/dist/components/mg-menu-item2.js +1 -485
  95. package/dist/components/mg-menu.js +1 -6
  96. package/dist/components/mg-message.js +1 -6
  97. package/dist/components/mg-message2.js +1 -146
  98. package/dist/components/mg-modal.js +1 -184
  99. package/dist/components/mg-pagination.js +1 -234
  100. package/dist/components/mg-panel.js +1 -350
  101. package/dist/components/mg-popover-content.js +1 -6
  102. package/dist/components/mg-popover-content2.js +1 -96
  103. package/dist/components/mg-popover.js +1 -6
  104. package/dist/components/mg-popover2.js +1 -312
  105. package/dist/components/mg-progress.js +1 -123
  106. package/dist/components/mg-skip-links.js +1 -78
  107. package/dist/components/mg-table.js +1 -319
  108. package/dist/components/mg-tabs.js +1 -6
  109. package/dist/components/mg-tabs2.js +1 -315
  110. package/dist/components/mg-tag.js +1 -133
  111. package/dist/components/mg-tooltip-content.js +1 -6
  112. package/dist/components/mg-tooltip-content2.js +1 -42
  113. package/dist/components/mg-tooltip.js +1 -6
  114. package/dist/components/mg-tooltip2.js +1 -421
  115. package/dist/components/popper.js +1 -1790
  116. package/dist/esm/{index-CNX6lq0x.js → index-D-uaxCxH.js} +46 -1
  117. package/dist/esm/{index-BluNKQ3L.js → index-DFwaH2hS.js} +1757 -80
  118. package/dist/esm/loader.js +3 -3
  119. package/dist/esm/mg-action-more_37.entry.js +684 -273
  120. package/dist/esm/mg-alert.entry.js +17 -9
  121. package/dist/esm/mg-components.js +4 -4
  122. package/dist/esm/mg-fieldset.entry.js +24 -7
  123. package/dist/esm/mg-input-combobox.entry.js +48 -18
  124. package/dist/esm/mg-input-file.entry.js +382 -0
  125. package/dist/esm/mg-input-rich-text-editor.entry.js +30 -18
  126. package/dist/esm/{mg-input.conf-DDnrE1hD.js → mg-input.conf-C9rmNQIL.js} +7 -1
  127. package/dist/esm/mg-loader.entry.js +8 -6
  128. package/dist/esm/mg-progress.entry.js +19 -9
  129. package/dist/mg-components/locales/en/messages.json +11 -0
  130. package/dist/mg-components/locales/fr/messages.json +11 -0
  131. package/dist/mg-components/mg-components.esm.js +1 -1
  132. package/dist/mg-components/{p-d5a276eb.entry.js → p-08fa327b.entry.js} +1 -1
  133. package/dist/mg-components/p-4175dcbe.entry.js +1 -0
  134. package/dist/mg-components/{p-7132bca1.entry.js → p-6b57f249.entry.js} +1 -1
  135. package/dist/mg-components/p-6b655830.entry.js +1 -0
  136. package/dist/mg-components/p-988c282e.entry.js +1 -0
  137. package/dist/mg-components/p-C9rmNQIL.js +1 -0
  138. package/dist/mg-components/p-D-uaxCxH.js +1 -0
  139. package/dist/mg-components/p-DFwaH2hS.js +2 -0
  140. package/dist/mg-components/p-a79b1f19.entry.js +1 -0
  141. package/dist/mg-components/{p-916dfb6d.entry.js → p-c3d116b9.entry.js} +1 -1
  142. package/dist/mg-components/p-dd1934f4.entry.js +1 -0
  143. package/dist/types/components/molecules/inputs/mg-input/mg-input.conf.d.ts +7 -1
  144. package/dist/types/components/molecules/inputs/mg-input-file/mg-input-file.d.ts +210 -0
  145. package/dist/types/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.d.ts +4 -4
  146. package/dist/types/components.d.ts +211 -10
  147. package/dist/types/stencil-public-runtime.d.ts +76 -12
  148. package/ide/intellij/web-types.json +356 -12
  149. package/ide/vscode/html-custom-data.json +338 -76
  150. package/package.json +19 -19
  151. package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/editor/editor.scss +0 -1
  152. package/dist/mg-components/p-016bd291.entry.js +0 -1
  153. package/dist/mg-components/p-186a6139.entry.js +0 -1
  154. package/dist/mg-components/p-BluNKQ3L.js +0 -2
  155. package/dist/mg-components/p-CNX6lq0x.js +0 -1
  156. package/dist/mg-components/p-DDnrE1hD.js +0 -1
  157. package/dist/mg-components/p-cd061b38.entry.js +0 -1
  158. package/dist/mg-components/p-d2c72f09.entry.js +0 -1
  159. package/ide/vscode/custom.css-data.json +0 -425
@@ -1 +0,0 @@
1
- import{r,h as e,H as s}from"./p-BluNKQ3L.js";import{i as a,t as o,e as i}from"./p-C7xjtdiw.js";const t=["progressbar","meter"],c=class{constructor(e){r(this,e),this.ariaRole="progressbar",this.value=0,this.min=0,this.max=100}watchLabel(r){if(!a(r))throw new Error(`<mg-progress> prop "label" must be a valid string. Passed value: ${o(r)}.`)}watchAriaRole(r){if(r&&!t.includes(r))throw new Error(`<mg-progress> prop "ariaRole" must be one of: ${t.join(", ")}. Passed value: ${o(r)}.`)}watchValue(r){if(!(void 0===r||i(r)&&r>=this.min&&r<=this.max))throw new Error(`<mg-progress> prop “value” must be a number within the range ${this.min} to ${this.max}. Passed value: ${o(r)}.`)}watchMin(r){if(0!==r&&void 0!==r&&(!i(r)||r>=this.max))throw new Error(`<mg-progress> prop “min” must be a number lower than: ${this.max}. Passed value: ${o(r)}.`)}watchMax(r){if(100!==r&&void 0!==r&&(!i(r)||r<=this.min))throw new Error(`<mg-progress> prop “max” must be a number greater than: ${this.min}. Passed value: ${o(r)}.`)}componentWillLoad(){this.watchLabel(this.label),this.watchAriaRole(this.ariaRole),this.watchMin(this.min),this.watchMax(this.max),this.watchValue(this.value)}render(){return e(s,{key:"8e6c727e9416fa777fd94b32d618a9137e8e08f7",role:this.ariaRole,"aria-label":this.label,"aria-valuenow":this.value,"aria-valuemin":this.min,"aria-valuemax":this.max},e("div",{key:"ac42ee9c5dda55d70aad7391895e4a013aaa27f9",class:"mg-c-progress"},e("div",{key:"34c77bc6c133bc59b9daa68d7d6c8534f13f7d37",class:{"mg-c-progress__bar":!0,"mg-c-progress__bar--active":this.value>this.min}},e("div",{key:"7ea03a3f0c54ca0c81616c7c070d178a510dd7e1",class:"mg-c-progress__fill",style:{width:`${Math.round((this.value-this.min)/(this.max-this.min)*100)}%`}}))))}static get watchers(){return{label:["watchLabel"],ariaRole:["watchAriaRole"],value:["watchValue"],min:["watchMin"],max:["watchMax"]}}};c.style="/*!\n * @prop --mg-c-progress-size: Defines the size of the progress bar. Default value is `--mg-b-size-8`.\n * @prop --mg-c-progress-border-color: Defines the color of the progress bar border. Default value is `--mg-b-color-neutral-80`.\n * @prop --mg-c-progress-bar-color-background: Defines the color of the progress bar. Default value is `--mg-b-color-neutral-30`.\n * @prop --mg-c-progress-fill-color-background: Defines the color of the progress bar fill background. Default value is `--mg-b-color-app`.\n */.mg-c-progress{min-width:calc(var(--mg-b-size-16)*4)}.mg-c-progress__bar{position:relative;overflow:hidden;height:var(--mg-c-progress-size);border-width:var(--mg-b-size-border);border-style:solid;border-color:var(--mg-c-progress-border-color);border-radius:calc((var(--mg-c-progress-size) + var(--mg-b-size-border)*2)/2);background-color:var(--mg-c-progress-bar-color-background)}.mg-c-progress__fill{height:100%;border-radius:calc((var(--mg-c-progress-size) + var(--mg-b-size-border)*2)/2);transition:width 300ms ease-in-out}.mg-c-progress__bar.mg-c-progress__bar--active .mg-c-progress__fill{background-color:var(--mg-c-progress-fill-color-background)}";export{c as mg_progress}
@@ -1,425 +0,0 @@
1
- {
2
- "version": 1.1,
3
- "properties": [
4
- {
5
- "name": "--mg-c-badge-font-size",
6
- "description": "Defines the font size of the badge. The default value is `--mg-b-font-size-small`."
7
- },
8
- {
9
- "name": "--mg-c-badge-size",
10
- "description": "Defines the height and minimum width of the badge. The default value is `--mg-b-size-16`."
11
- },
12
- {
13
- "name": "--mg-c-badge-text-color",
14
- "description": "Defines the font color of the badge when used with the `text-color` variant and without `outline`. The default value is `--mg-b-color-light`."
15
- },
16
- {
17
- "name": "--mg-c-button-border-bottom-width",
18
- "description": "Defines the bottom border width of the button. Unset by default, fallback on `--mg-b-size-border`."
19
- },
20
- {
21
- "name": "--mg-c-button-border-left-width",
22
- "description": "Defines the left border width of the button. Unset by default, fallback on `--mg-b-size-border`."
23
- },
24
- {
25
- "name": "--mg-c-button-border-radius",
26
- "description": "Defines the border radius of the button. The default value is `--mg-b-size-radius`."
27
- },
28
- {
29
- "name": "--mg-c-button-border-radius-bottom-left",
30
- "description": "Defines the bottom left border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
31
- },
32
- {
33
- "name": "--mg-c-button-border-radius-bottom-right",
34
- "description": "Defines the bottom right border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
35
- },
36
- {
37
- "name": "--mg-c-button-border-radius-top-left",
38
- "description": "Defines the top left border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
39
- },
40
- {
41
- "name": "--mg-c-button-border-radius-top-right",
42
- "description": "Defines the top right border radius of the button. Unset by default, fallback on `--mg-c-button-border-radius`."
43
- },
44
- {
45
- "name": "--mg-c-button-border-right-width",
46
- "description": "Defines the right border width of the button. Unset by default, fallback on `--mg-b-size-border`."
47
- },
48
- {
49
- "name": "--mg-c-button-border-top-width",
50
- "description": "Defines the top border width of the button. Unset by default, fallback on `--mg-b-size-border`."
51
- },
52
- {
53
- "name": "--mg-c-button-color-background-danger",
54
- "description": "Defines the background color for the danger variant button."
55
- },
56
- {
57
- "name": "--mg-c-button-color-background-danger-alt",
58
- "description": "Defines the background color for the danger-alt variant button."
59
- },
60
- {
61
- "name": "--mg-c-button-color-background-info",
62
- "description": "Defines the background color for the info variant button."
63
- },
64
- {
65
- "name": "--mg-c-button-color-background-primary",
66
- "description": "Defines the background color for the primary variant button."
67
- },
68
- {
69
- "name": "--mg-c-button-color-background-secondary",
70
- "description": "Defines the background color for the secondary variant button."
71
- },
72
- {
73
- "name": "--mg-c-button-color-background-success",
74
- "description": "Defines the background color for the success variant button."
75
- },
76
- {
77
- "name": "--mg-c-button-color-background-warning",
78
- "description": "Defines the background color for the warning variant button."
79
- },
80
- {
81
- "name": "--mg-c-button-color-border-danger",
82
- "description": "Defines the border color for the danger variant button."
83
- },
84
- {
85
- "name": "--mg-c-button-color-border-danger-alt",
86
- "description": "Defines the border color for the danger-alt variant button."
87
- },
88
- {
89
- "name": "--mg-c-button-color-border-info",
90
- "description": "Defines the border color for the info variant button."
91
- },
92
- {
93
- "name": "--mg-c-button-color-border-primary",
94
- "description": "Defines the border color for the primary variant button."
95
- },
96
- {
97
- "name": "--mg-c-button-color-border-secondary",
98
- "description": "Defines the border color for the secondary variant button."
99
- },
100
- {
101
- "name": "--mg-c-button-color-border-success",
102
- "description": "Defines the border color for the success variant button."
103
- },
104
- {
105
- "name": "--mg-c-button-color-border-warning",
106
- "description": "Defines the border color for the warning variant button."
107
- },
108
- {
109
- "name": "--mg-c-button-color-gradient-danger",
110
- "description": "Defines the gradient color for the danger variant button."
111
- },
112
- {
113
- "name": "--mg-c-button-color-gradient-danger-alt",
114
- "description": "Defines the gradient color for the danger-alt variant button."
115
- },
116
- {
117
- "name": "--mg-c-button-color-gradient-info",
118
- "description": "Defines the gradient color for the info variant button."
119
- },
120
- {
121
- "name": "--mg-c-button-color-gradient-primary",
122
- "description": "Defines the gradient color for the primary variant button."
123
- },
124
- {
125
- "name": "--mg-c-button-color-gradient-secondary",
126
- "description": "Defines the gradient color for the secondary variant button."
127
- },
128
- {
129
- "name": "--mg-c-button-color-gradient-success",
130
- "description": "Defines the gradient color for the success variant button."
131
- },
132
- {
133
- "name": "--mg-c-button-color-gradient-warning",
134
- "description": "Defines the gradient color for the warning variant button."
135
- },
136
- {
137
- "name": "--mg-c-button-color-text-danger",
138
- "description": "Defines the font color for the danger variant button."
139
- },
140
- {
141
- "name": "--mg-c-button-color-text-danger-alt",
142
- "description": "Defines the font color for the danger-alt variant button."
143
- },
144
- {
145
- "name": "--mg-c-button-color-text-info",
146
- "description": "Defines the font color for the info variant button."
147
- },
148
- {
149
- "name": "--mg-c-button-color-text-primary",
150
- "description": "Defines the font color for the primary variant button."
151
- },
152
- {
153
- "name": "--mg-c-button-color-text-secondary",
154
- "description": "Defines the font color for the secondary variant button."
155
- },
156
- {
157
- "name": "--mg-c-button-color-text-success",
158
- "description": "Defines the font color for the success variant button."
159
- },
160
- {
161
- "name": "--mg-c-button-color-text-warning",
162
- "description": "Defines the font color for the warning variant button."
163
- },
164
- {
165
- "name": "--mg-c-button-font-weight",
166
- "description": "Defines the font weight of the button. Unset by default, fallback on `normal`."
167
- },
168
- {
169
- "name": "--mg-c-button-icon-border-radius",
170
- "description": "Defines the border radius of the button in icon mode. The default value is `--mg-b-size-min-height`."
171
- },
172
- {
173
- "name": "--mg-c-card-border",
174
- "description": "Defines the border property for the card. Unset by default, fallback on `--mg-c-card-border-default`."
175
- },
176
- {
177
- "name": "--mg-c-card-border-default",
178
- "description": "Defines the default border property for the card. Default value: `var(--mg-b-size-border) solid color-mix(in srgb, var(--mg-b-color-dark), transparent 95%)`."
179
- },
180
- {
181
- "name": "--mg-c-card-border-radius",
182
- "description": "Defines the border radius property for the card. Unset by default, fallback on `--mg-c-card-border-radius-default`."
183
- },
184
- {
185
- "name": "--mg-c-card-border-radius-default",
186
- "description": "Defines the default border radius property for the card. Default value: `--mg-b-size-radius`."
187
- },
188
- {
189
- "name": "--mg-c-card-box-shadow",
190
- "description": "Defines the box shadow property for the card. Unset by default, fallback on `--mg-c-card-box-shadow-default`."
191
- },
192
- {
193
- "name": "--mg-c-card-box-shadow-default",
194
- "description": "Defines the default box shadow property for the card. Default value: `--mg-b-box-shadow`."
195
- },
196
- {
197
- "name": "--mg-c-card-color-background",
198
- "description": "Defines the background property for the card. Unset by default, fallback on `--mg-c-card-color-background-default`."
199
- },
200
- {
201
- "name": "--mg-c-card-color-background-default",
202
- "description": "Defines the default background property for the card. Default value: `--mg-b-color-light`."
203
- },
204
- {
205
- "name": "--mg-c-card-max-width",
206
- "description": "Defines the max-width property for the card. Unset by default."
207
- },
208
- {
209
- "name": "--mg-c-card-overflow",
210
- "description": "Defines the overflow property for the card. Unset by default, fallback on `--mg-c-card-overflow-default`."
211
- },
212
- {
213
- "name": "--mg-c-card-overflow-default",
214
- "description": "Defines the default overflow property for the card. Unset by default."
215
- },
216
- {
217
- "name": "--mg-c-card-spacing",
218
- "description": "Defines the padding property for the card. Unset by default, fallback on `--mg-c-card-spacing-default`."
219
- },
220
- {
221
- "name": "--mg-c-card-spacing-default",
222
- "description": "Defines the default padding property for the card. Default value: `--mg-b-size-16`."
223
- },
224
- {
225
- "name": "--mg-c-details-spacing",
226
- "description": "Defines the spacing between the summary and the details. Default value: `--mg-b-size-8`."
227
- },
228
- {
229
- "name": "--mg-c-divider-color-background",
230
- "description": "Defines the background color of the divider. The default value is `color-mix(in srgb, var(--mg-b-color-dark), transparent 85%)`."
231
- },
232
- {
233
- "name": "--mg-c-divider-spacing-vertical",
234
- "description": "Defines the vertical spacing of the divider. The default value is `--mg-b-size-40`."
235
- },
236
- {
237
- "name": "--mg-c-divider-thickness",
238
- "description": "Defines the thickness of the divider. The default value is `--mg-b-size-border`."
239
- },
240
- {
241
- "name": "--mg-c-form-inputs-title-width",
242
- "description": "Defines the width of the input title. Fallback on `calc(28 * var(--mg-b-size-8))`."
243
- },
244
- {
245
- "name": "--mg-c-icon-border-radius",
246
- "description": "Defines the border radius of icons. Default value is `50%`."
247
- },
248
- {
249
- "name": "--mg-c-icon-size-large",
250
- "description": "Defines the size of large icons. Default value is `--mg-b-size-20`."
251
- },
252
- {
253
- "name": "--mg-c-icon-size-medium",
254
- "description": "Defines the size of medium icons. Default value is `--mg-b-size-16`."
255
- },
256
- {
257
- "name": "--mg-c-icon-size-small",
258
- "description": "Defines the size of small icons. Default value is `--mg-b-size-12`."
259
- },
260
- {
261
- "name": "--mg-c-icon-size-xlarge",
262
- "description": "Defines the size of extra large icons. Default value is `--mg-b-size-24`."
263
- },
264
- {
265
- "name": "--mg-c-icon-size-xxlarge",
266
- "description": "Defines the size of double extra large icons. Default value is `--mg-b-size-32`."
267
- },
268
- {
269
- "name": "--mg-c-illustrated-message-spacing-vertical",
270
- "description": "Defines the vertical padding of the illustrated message. Default value: `--mg-b-size-40`."
271
- },
272
- {
273
- "name": "--mg-c-input-border-radius",
274
- "description": "Defines the border radius of the input. Default value is `--mg-b-size-radius`."
275
- },
276
- {
277
- "name": "--mg-c-input-border-width",
278
- "description": "Defines the width of the input border. Default value is `--mg-b-size-border`."
279
- },
280
- {
281
- "name": "--mg-c-input-check-size",
282
- "description": "Defines the size of the input check. Default value is `--mg-b-size-16`."
283
- },
284
- {
285
- "name": "--mg-c-input-color-border",
286
- "description": "Defines the color of the input border. Default value is `rgb(181, 194, 201)`."
287
- },
288
- {
289
- "name": "--mg-c-input-color-box-shadow-focus",
290
- "description": "Defines the shadow color of the input when focused. Default value is `rgba(0, 221, 255, 0.5)`."
291
- },
292
- {
293
- "name": "--mg-c-input-error-color-background",
294
- "description": "Defines the background color of the input error message. Default value is `color-mix(in srgb, var(--mg-b-color-danger), white 95%)`."
295
- },
296
- {
297
- "name": "--mg-c-input-placeholder-color-text",
298
- "description": "Defines the color of the placeholder text. Default value is `rgb(181, 194, 201)`."
299
- },
300
- {
301
- "name": "--mg-c-input-toggle-border-radius-ratio",
302
- "description": "Defines the border radius ratio of the input toggle. Default value is `2`."
303
- },
304
- {
305
- "name": "--mg-c-menu-background-color",
306
- "description": "Defines the background color of the menu. Unset by default, fallback on `--mg-b-color-light`."
307
- },
308
- {
309
- "name": "--mg-c-menu-item-color",
310
- "description": "Defines the color of the menu item. Unset by default, fallback on `var(--mg-b-color-dark)`."
311
- },
312
- {
313
- "name": "--mg-c-menu-item-color-background-focus",
314
- "description": "Defines the background color of the focused menu item. Default value is `color-mix(in srgb, var(--mg-b-color-dark), white 90%)`."
315
- },
316
- {
317
- "name": "--mg-c-menu-item-color-border-active",
318
- "description": "Defines the border color of the active menu item. Default value is `var(--mg-b-color-app)`."
319
- },
320
- {
321
- "name": "--mg-c-menu-item-color-text-active",
322
- "description": "Defines the color of the active menu item. Default value is `--mg-b-color-app`."
323
- },
324
- {
325
- "name": "--mg-c-menu-item-navigation-button-max-width",
326
- "description": "Defines the max-width property for the navigation button. Unset by default."
327
- },
328
- {
329
- "name": "--mg-c-message-border-radius",
330
- "description": "Defines the border radius of the message. Default value: `--mg-b-size-radius`."
331
- },
332
- {
333
- "name": "--mg-c-modal-border-radius",
334
- "description": "Defines the border radius of the modal. Default value: `--mg-b-size-radius`."
335
- },
336
- {
337
- "name": "--mg-c-modal-title-font-size",
338
- "description": "Defines the font size of the modal title. Default value: `--mg-b-font-size-h3`."
339
- },
340
- {
341
- "name": "--mg-c-panel-border-radius",
342
- "description": "Defines the border radius of the panel. Default value: `--mg-b-size-radius`."
343
- },
344
- {
345
- "name": "--mg-c-panel-box-shadow",
346
- "description": "Defines the box shadow of the panel. Default value: `--mg-b-box-shadow`."
347
- },
348
- {
349
- "name": "--mg-c-panel-color-background",
350
- "description": "Defines the background of the panel. Default value: `color-mix(in srgb, var(--mg-b-color-info), white 97%)`."
351
- },
352
- {
353
- "name": "--mg-c-panel-content-spacing",
354
- "description": "Defines the padding of the panel content. Default value: `--mg-b-size-16`."
355
- },
356
- {
357
- "name": "--mg-c-popover-color-background",
358
- "description": "Defines the background color of the popover. Default value: `--mg-b-color-light`."
359
- },
360
- {
361
- "name": "--mg-c-popover-color-text",
362
- "description": "Defines the font color of the popover. Default value: `--mg-b-color-font-dark`."
363
- },
364
- {
365
- "name": "--mg-c-popover-max-width",
366
- "description": "Defines the max-width of the popover. Default value: `--mg-b-size-floating-element-max-width`."
367
- },
368
- {
369
- "name": "--mg-c-popover-min-width",
370
- "description": "Defines the min-width of the popover. Default value: `unset`."
371
- },
372
- {
373
- "name": "--mg-c-popover-padding-horizontal",
374
- "description": "Defines the horizontal padding of the popover. Default value: `unset`, fallback to `--mg-b-size-16`."
375
- },
376
- {
377
- "name": "--mg-c-popover-padding-vertical",
378
- "description": "Defines the vertical padding of the popover. Default value: `unset`, fallback to `--mg-b-size-16`."
379
- },
380
- {
381
- "name": "--mg-c-popover-title-font-size",
382
- "description": "Defines the font size of the popover title. Default value: `--mg-b-font-size-h5`."
383
- },
384
- {
385
- "name": "--mg-c-tabs-border-bottom",
386
- "description": "Defines the bottom border of tabs. Default value: `--mg-b-border`."
387
- },
388
- {
389
- "name": "--mg-c-tabs-color-background-focus",
390
- "description": "Defines the background color of focused tabs. Default value: `color-mix(in srgb, var(--mg-b-color-app), transparent 90%)`."
391
- },
392
- {
393
- "name": "--mg-c-tabs-color-border-active",
394
- "description": "Defines the border color of active tabs. Default value: `--mg-b-color-app`."
395
- },
396
- {
397
- "name": "--mg-c-tabs-color-text-active",
398
- "description": "Defines the color of active tabs. Default value: `--mg-b-color-app`."
399
- },
400
- {
401
- "name": "--mg-c-tag-border-radius",
402
- "description": "Defines the border radius of the tag. Default value is `--mg-b-size-radius`."
403
- },
404
- {
405
- "name": "--mg-c-tag-font-size",
406
- "description": "Defines the font size of the tag. Default value is `--mg-b-font-size-small`."
407
- },
408
- {
409
- "name": "--mg-c-tag-height",
410
- "description": "Defines the height of the tag. Default value is `--mg-b-size-24`."
411
- },
412
- {
413
- "name": "--mg-c-tooltip-border-radius",
414
- "description": "Defines the border radius of the tooltip. Default value: `--mg-b-size-radius`."
415
- },
416
- {
417
- "name": "--mg-c-tooltip-color-background",
418
- "description": "Defines the background color of the tooltip. Default value: `--mg-b-color-dark`."
419
- },
420
- {
421
- "name": "--mg-c-tooltip-color-text",
422
- "description": "Defines the font color of the tooltip. Default value: `--mg-b-color-light`."
423
- }
424
- ]
425
- }