@madgex/design-system 13.5.1 → 13.5.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 +1 @@
1
- [{"name":"asterisk"},{"name":"calendar"},{"name":"cart"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"location-pin"},{"name":"list-numbers"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"settings"},{"name":"share"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"triangle-down"},{"name":"triangle-right"},{"name":"triangle-up"},{"name":"undo"},{"name":"upload"},{"name":"user"}]
1
+ [{"name":"asterisk"},{"name":"calendar"},{"name":"cart"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"email"},{"name":"doc"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"location-pin"},{"name":"list-numbers"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"share"},{"name":"settings"},{"name":"social-linkedin"},{"name":"social-facebook"},{"name":"social-reddit"},{"name":"social-pinterest"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"triangle-down"},{"name":"text-underline"},{"name":"triangle-up"},{"name":"triangle-right"},{"name":"upload"},{"name":"undo"},{"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": "13.5.1",
5
+ "version": "13.5.2",
6
6
  "main": "dist/js/index.js",
7
7
  "exports": {
8
8
  ".": "./dist/js/index.js",
@@ -34,7 +34,7 @@
34
34
  <textarea
35
35
  class="mds-form-control"
36
36
  name="{{ params.id }}"
37
- id="text-editor-fallback-{{ params.id }}"
37
+ id="{{ params.id }}"
38
38
  {%- if params.validationError %}
39
39
  aria-invalid="true"
40
40
  {% endif -%}
@@ -14,7 +14,7 @@ module.exports = {
14
14
  name: 'Custom toolbar and translated editor',
15
15
  context: {
16
16
  variantTitle: 'Custom toolbar and translated editor',
17
- id: 'custom-toolbar',
17
+ id: 'custom.toolbar',
18
18
  labelText: 'Ajouter un commentaire',
19
19
  menuButtons: [
20
20
  {