@amboss/design-system 2.3.1 → 2.3.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.
Files changed (45) hide show
  1. package/build/cjs/components/BulkActionsToolbar/BulkActionsToolbar.d.ts +4 -2
  2. package/build/cjs/components/BulkActionsToolbar/BulkActionsToolbar.js +1 -1
  3. package/build/cjs/components/EntityTree/BaseEntityTree.d.ts +28 -0
  4. package/build/cjs/components/EntityTree/BaseEntityTree.js +1 -0
  5. package/build/cjs/components/EntityTree/EntityTree.d.ts +2 -26
  6. package/build/cjs/components/EntityTree/EntityTree.js +1 -1
  7. package/build/cjs/components/EntityTree/tree.d.ts +1 -1
  8. package/build/cjs/components/EntityTree/tree.js +1 -1
  9. package/build/cjs/components/EntityTree/tree.test.js +1 -1
  10. package/build/cjs/components/Form/MaskedInput/MaskedInput.d.ts +1 -1
  11. package/build/cjs/components/List/ListItem.d.ts +1 -1
  12. package/build/cjs/components/List/ListItem.js +1 -1
  13. package/build/cjs/components/List/ListItemExpandButton.d.ts +3 -1
  14. package/build/cjs/components/List/ListItemExpandButton.js +1 -1
  15. package/build/cjs/components/List/ListItemLabel.d.ts +1 -1
  16. package/build/cjs/components/List/ListItemLabel.js +1 -1
  17. package/build/cjs/components/List/styled-components.js +1 -1
  18. package/build/cjs/components/List/types.d.ts +6 -2
  19. package/build/cjs/components/Patterns/Modal/Modal.js +1 -1
  20. package/build/cjs/web-tokens/_sizes.json +1 -1
  21. package/build/cjs/web-tokens/assets/icons.json +2 -1
  22. package/build/cjs/web-tokens/assets/icons16.json +2 -1
  23. package/build/esm/components/BulkActionsToolbar/BulkActionsToolbar.d.ts +4 -2
  24. package/build/esm/components/BulkActionsToolbar/BulkActionsToolbar.js +1 -1
  25. package/build/esm/components/EntityTree/BaseEntityTree.d.ts +28 -0
  26. package/build/esm/components/EntityTree/BaseEntityTree.js +1 -0
  27. package/build/esm/components/EntityTree/EntityTree.d.ts +2 -26
  28. package/build/esm/components/EntityTree/EntityTree.js +1 -1
  29. package/build/esm/components/EntityTree/tree.d.ts +1 -1
  30. package/build/esm/components/EntityTree/tree.js +1 -1
  31. package/build/esm/components/EntityTree/tree.test.js +1 -1
  32. package/build/esm/components/Form/MaskedInput/MaskedInput.d.ts +1 -1
  33. package/build/esm/components/List/ListItem.d.ts +1 -1
  34. package/build/esm/components/List/ListItem.js +1 -1
  35. package/build/esm/components/List/ListItemExpandButton.d.ts +3 -1
  36. package/build/esm/components/List/ListItemExpandButton.js +1 -1
  37. package/build/esm/components/List/ListItemLabel.d.ts +1 -1
  38. package/build/esm/components/List/ListItemLabel.js +1 -1
  39. package/build/esm/components/List/styled-components.js +1 -1
  40. package/build/esm/components/List/types.d.ts +6 -2
  41. package/build/esm/components/Patterns/Modal/Modal.js +1 -1
  42. package/build/esm/web-tokens/_sizes.json +1 -1
  43. package/build/esm/web-tokens/assets/icons.json +2 -1
  44. package/build/esm/web-tokens/assets/icons16.json +2 -1
  45. package/package.json +1 -1
@@ -377,7 +377,7 @@
377
377
  "value": "1280px",
378
378
  "original": 1280,
379
379
  "variableName": "$size-dimension-modal-width-l",
380
- "isUsed": false
380
+ "isUsed": true
381
381
  },
382
382
  {
383
383
  "category": "size",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 1.75a1 1 0 0 1 .95.66L15 16.96l2.05-5.91a1 1 0 0 1 .95-.66h4c.55 0 1 .43 1 .96s-.45.96-1 .96h-3.28l-2.77 7.99a1 1 0 0 1-.95.65 1 1 0 0 1-.95-.65L9 5.75l-2.05 5.9a1 1 0 0 1-.95.66H2c-.55 0-1-.43-1-.96s.45-.96 1-.96h3.28l2.77-7.98A1 1 0 0 1 9 1.75Zm0 0\"/>\n</svg>",
2
3
  "alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
3
4
  "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-triangle\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
4
5
  "alert-octagon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-octagon\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"></polygon><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
@@ -27,7 +28,7 @@
27
28
  "bubble-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M2.803 12l1.752 1.168c.278.186.445.499.445.832v5c0 .552.449 1 1 1h14a1 1 0 001-1V5c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v5c0 .334-.167.646-.445.832L2.803 12zM20 22H6c-1.654 0-3-1.345-3-3v-4.464L.446 12.832a1 1 0 010-1.664L3 9.465V5c0-1.654 1.346-3 3-3h14c1.655 0 3 1.346 3 3v14c0 1.655-1.345 3-3 3zm-4.2-7H8a1 1 0 110-2h7.8a1 1 0 110 2zm2.2-4H8a1 1 0 010-2h10a1 1 0 110 2z\" />\n</svg>",
28
29
  "bulb": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M14 10h-4m2 0v7.9m4 0v-4.1c1.6-1.2 2.6-3.1 2.6-5.2 0-3.7-3-6.6-6.6-6.6S5.4 4.9 5.4 8.6c0 2.1 1 4 2.6 5.2v4.1h8zm-8 0l2 4.1h4l2-4.1\" />\n</svg>",
29
30
  "calculator": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M4 7h16M7.9 10.5h0m4 0h0m4 0h0m-8 4h0m4 0h0m4 0h0m-7.9 4h3.9m4 0h0M18 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2z\" />\n</svg>",
30
- "chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" stroke=\"currentColor\">\n <path d=\"M12.06 3A8.9 8.9 0 0 0 3 11.97a9.04 9.04 0 0 0 2.58 6.38 8.87 8.87 0 0 0 6.3 2.65A9.04 9.04 0 0 0 21 12.03 9.03 9.03 0 0 0 12.06 3Zm6.53 12.18c-1.2 0-1.22-1.14-1.41-1.99-.24-1.01-.39-2.06-.67-3.08-.52 1.42-.49 2.93-.8 4.38-.08.48-.2.96-.33 1.42-.17.5-.43 1.03-1.07 1-.57-.03-.82-.5-.98-.98-.4-1.22-.5-2.5-.68-3.76-.18-1.26-.36-2.58-.64-3.88-.51 1.56-.58 3.17-.83 4.76-.16 1-.26 2-.61 2.97-.17.45-.4.86-.91.89-.57.03-.87-.4-1.05-.88-.46-1.24-.5-2.57-.7-3.86-.12-.7-.22-1.38-.32-2.07l-.23.01c-.23 1.22-.44 2.44-.72 3.64-.16.69-.35 1.48-1.29 1.47-.93 0-1.1-.75-1.3-1.46 0-.03 0-.07-.02-.11-.1-.56-.58-1.36.19-1.58.86-.24.74.7.9 1.24.06.18.14.36.24.53.45-1.2.45-2.36.74-3.45.23-.84.2-2.01 1.4-2.02 1.19-.01 1.14 1.15 1.3 1.94.29 1.5.45 3.02.75 4.53.54-1.52.58-3.11.83-4.67.17-1.04.26-2.08.63-3.08.17-.46.4-.86.91-.88.59-.03.87.41 1.03.9.58 1.8.64 3.69.94 5.54l.4 2.64c.54-1.8.46-3.37.84-4.86.2-.83.1-2.03 1.3-2.06 1.2-.03 1.19 1.18 1.4 2 .3 1.07.3 2.2.72 3.36.33-.46.35-.9.48-1.31a.54.54 0 0 1 .6-.41c.15.02.3.1.39.22.09.12.13.27.11.43-.02.18-.06.37-.12.55-.22.83-.22 1.97-1.42 1.97Z\"/>\n</svg>",
31
+ "chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12.06 3A8.9 8.9 0 0 0 3 11.97a9.04 9.04 0 0 0 2.58 6.38 8.87 8.87 0 0 0 6.3 2.65A9.04 9.04 0 0 0 21 12.03 9.03 9.03 0 0 0 12.06 3Zm6.53 12.18c-1.2 0-1.22-1.14-1.41-1.99-.24-1.01-.39-2.06-.67-3.08-.52 1.42-.49 2.93-.8 4.38-.08.48-.2.96-.33 1.42-.17.5-.43 1.03-1.07 1-.57-.03-.82-.5-.98-.98-.4-1.22-.5-2.5-.68-3.76-.18-1.26-.36-2.58-.64-3.88-.51 1.56-.58 3.17-.83 4.76-.16 1-.26 2-.61 2.97-.17.45-.4.86-.91.89-.57.03-.87-.4-1.05-.88-.46-1.24-.5-2.57-.7-3.86-.12-.7-.22-1.38-.32-2.07l-.23.01c-.23 1.22-.44 2.44-.72 3.64-.16.69-.35 1.48-1.29 1.47-.93 0-1.1-.75-1.3-1.46 0-.03 0-.07-.02-.11-.1-.56-.58-1.36.19-1.58.86-.24.74.7.9 1.24.06.18.14.36.24.53.45-1.2.45-2.36.74-3.45.23-.84.2-2.01 1.4-2.02 1.19-.01 1.14 1.15 1.3 1.94.29 1.5.45 3.02.75 4.53.54-1.52.58-3.11.83-4.67.17-1.04.26-2.08.63-3.08.17-.46.4-.86.91-.88.59-.03.87.41 1.03.9.58 1.8.64 3.69.94 5.54l.4 2.64c.54-1.8.46-3.37.84-4.86.2-.83.1-2.03 1.3-2.06 1.2-.03 1.19 1.18 1.4 2 .3 1.07.3 2.2.72 3.36.33-.46.35-.9.48-1.31a.54.54 0 0 1 .6-.41c.15.02.3.1.39.22.09.12.13.27.11.43-.02.18-.06.37-.12.55-.22.83-.22 1.97-1.42 1.97Z\"/>\n</svg>",
31
32
  "charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 10.5s1.366.011 1.5 0a.75.75 0 00.621-.443l1.65-3.875a.75.75 0 011.4.078l3.077 6.717a.75.75 0 001.449-.072l3.095-9.307a.75.75 0 011.457-.052L18.75 9.75c.045.157 0 .75 1.5.75H21\" />\n <path fill=\"currentColor\"\n d=\"M4 19.5a1 1 0 10-2 0h2zm-2 0v3h2v-3H2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm-11.5-3a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2zm11 0a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2z\" />\n</svg>",
32
33
  "check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>",
33
34
  "check-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check-circle\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"></path><polyline points=\"22 4 12 14.01 9 11.01\"></polyline></svg>",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 1.17c.29 0 .54.17.63.44L10 11.3l1.37-3.95a.67.67 0 0 1 .63-.43h2.67c.37 0 .66.28.66.64 0 .35-.3.64-.66.64h-2.19l-1.85 5.32a.67.67 0 0 1-.63.44.67.67 0 0 1-.63-.44L6 3.83 4.63 7.77a.67.67 0 0 1-.63.44H1.33a.65.65 0 0 1-.66-.64c0-.36.3-.64.66-.64h2.19L5.37 1.6A.67.67 0 0 1 6 1.17Zm0 0\"/>\n</svg>",
2
3
  "alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <circle cx=\"8\" cy=\"11\" r=\"1\" fill=\"currentColor\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 5v3\" />\n</svg>",
3
4
  "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M6.854 1.691L1.18 11.846c-.239.442-.24.986-.004 1.43.236.442.673.718 1.15.724h11.349a1.328 1.328 0 001.15-.725 1.526 1.526 0 00-.005-1.43L9.146 1.692C8.903 1.262 8.468 1 8 1s-.903.262-1.146.691z\"\n clip-rule=\"evenodd\" />\n <g fill=\"currentColor\">\n <path d=\"M9 6a1 1 0 00-2 0zM7 8a1 1 0 002 0zm0-2v2h2V6z\" />\n <rect width=\"2\" height=\"2\" x=\"7\" y=\"10\" rx=\"1\" />\n </g>\n</svg>",
4
5
  "alert-octagon": "<svg fill=\"none\" height=\"16\" viewBox=\"0 0 16 16\" width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <clipPath id=\"a\">\n <path d=\"m0 0h16v16h-16z\"/>\n </clipPath>\n <g clip-path=\"url(#a)\" fill=\"currentColor\">\n <path d=\"m8 4c.55229 0 1 .44772 1 1v3c0 .55228-.44771 1-1 1-.55228 0-1-.44772-1-1v-3c0-.55228.44772-1 1-1z\"/>\n <path d=\"m8 10c-.55228 0-1 .4477-1 1s.44772 1 1 1c.55229 0 1-.4477 1-1s-.44771-1-1-1z\"/>\n <path clip-rule=\"evenodd\" d=\"m4.39489.292893c.18097-.180964.43097-.292893.70711-.292893h5.796c.2652 0 .5196.105357.7071.292893l4.102 4.101997c.1875.18754.2929.44189.2929.70711v5.796c0 .2652-.1054.5196-.2929.7071l-4.102 4.102c-.1875.1875-.4419.2929-.7071.2929h-5.796c-.26522 0-.51957-.1054-.70711-.2929l-4.101997-4.102c-.187536-.1875-.292893-.4419-.292893-.7071v-5.796c0-.26522.105357-.51957.292893-.70711zm1.12132 1.707107-3.51621 3.51621v4.96759l3.51621 3.5162h4.96759l3.5162-3.5162v-4.96759l-3.5162-3.51621z\" fill-rule=\"evenodd\"/>\n </g>\n</svg>\n",
@@ -26,7 +27,7 @@
26
27
  "bubble-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\"\n d=\"M4 2a1 1 0 00-1 1v3.222L1.638 7.67c-.091.097-.236.17-.255.3a.206.206 0 000 .06c.02.13.164.203.255.3L3 9.778V13a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1z\" />\n <g stroke-linecap=\"square\" stroke-linejoin=\"bevel\">\n <path d=\"M7 6h4M7 10h4\" />\n </g>\n </g>\n</svg>",
27
28
  "bulb": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path\n d=\"M8 1a5 5 0 00-3.384 8.681c.232.213.384.504.384.819v2.086a1 1 0 00.293.707l1.414 1.414a1 1 0 00.707.293h1.172a1 1 0 00.707-.293l1.414-1.414a1 1 0 00.293-.707V10.5c0-.315.152-.606.384-.819A5 5 0 008 1z\" />\n <g stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M6.5 6h3M8 7v4.5M5 12h6\" />\n </g>\n </g>\n</svg>",
28
29
  "calculator": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-width=\"2\" d=\"M2 2a1 1 0 011-1h10a1 1 0 011 1v12a1 1 0 01-1 1H3a1 1 0 01-1-1z\" />\n <g fill=\"currentColor\">\n <path fill-rule=\"evenodd\"\n d=\"M4 6a1 1 0 112 0 1 1 0 01-2 0zm6 0a1 1 0 112 0 1 1 0 01-2 0zM8 8a1 1 0 100 2 1 1 0 000-2zm3 0a1 1 0 100 2 1 1 0 000-2zM8 5a1 1 0 100 2 1 1 0 000-2zM5 8a1 1 0 100 2 1 1 0 000-2zm5 4a1 1 0 112 0 1 1 0 01-2 0zm-5-1a1 1 0 100 2h3a1 1 0 100-2z\"\n clip-rule=\"evenodd\" />\n <path d=\"M2 1h12v3H2z\" />\n </g>\n</svg>",
29
- "chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" stroke=\"currentColor\">\n <path d=\"M8.04 2A5.94 5.94 0 0 0 2 7.98a6.04 6.04 0 0 0 1.72 4.25A5.9 5.9 0 0 0 7.92 14 6.03 6.03 0 0 0 14 8.02c.02-3.29-2.68-6-5.96-6.02Zm4.35 8.12c-.8 0-.8-.76-.94-1.32-.16-.68-.25-1.38-.44-2.06-.35.94-.33 1.96-.54 2.92a7.7 7.7 0 0 1-.22.95c-.11.34-.29.68-.71.66-.38-.02-.54-.32-.65-.65-.27-.81-.34-1.66-.46-2.5a37.1 37.1 0 0 0-.42-2.6c-.35 1.04-.39 2.12-.56 3.18-.1.67-.17 1.34-.4 1.98-.12.3-.27.58-.61.6-.38.01-.58-.27-.7-.6-.3-.82-.33-1.7-.47-2.57l-.21-1.38-.15.01c-.16.81-.3 1.62-.48 2.42-.11.46-.23 1-.86.98-.62 0-.74-.5-.87-.96l-.01-.08c-.07-.37-.4-.9.12-1.05.57-.16.5.46.6.82.04.12.1.24.16.36.3-.8.3-1.57.5-2.3.15-.56.13-1.35.92-1.35.8-.01.77.77.87 1.3.2 1 .3 2 .5 3.01.37-1 .4-2.07.56-3.1.11-.7.18-1.4.42-2.06.11-.3.27-.57.6-.59.4-.02.59.27.7.6.38 1.2.42 2.46.62 3.69l.27 1.77c.36-1.2.3-2.25.56-3.24.14-.56.07-1.36.87-1.38.8-.02.78.78.93 1.33.2.71.2 1.47.48 2.25.22-.31.23-.6.32-.88a.36.36 0 0 1 .4-.28c.1.02.2.07.25.15a.4.4 0 0 1 .08.29c-.01.12-.04.24-.08.36-.14.56-.14 1.32-.95 1.32Zm0 0\" fill-rule=\"nonzero\" fill-opacity=\"1\"/>\n</svg>",
30
+ "chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M12.06 3A8.9 8.9 0 0 0 3 11.97a9.04 9.04 0 0 0 2.58 6.38 8.87 8.87 0 0 0 6.3 2.65A9.04 9.04 0 0 0 21 12.03 9.03 9.03 0 0 0 12.06 3Zm6.53 12.18c-1.2 0-1.22-1.14-1.41-1.99-.24-1.01-.39-2.06-.67-3.08-.52 1.42-.49 2.93-.8 4.38-.08.48-.2.96-.33 1.42-.17.5-.43 1.03-1.07 1-.57-.03-.82-.5-.98-.98-.4-1.22-.5-2.5-.68-3.76-.18-1.26-.36-2.58-.64-3.88-.51 1.56-.58 3.17-.83 4.76-.16 1-.26 2-.61 2.97-.17.45-.4.86-.91.89-.57.03-.87-.4-1.05-.88-.46-1.24-.5-2.57-.7-3.86-.12-.7-.22-1.38-.32-2.07l-.23.01c-.23 1.22-.44 2.44-.72 3.64-.16.69-.35 1.48-1.29 1.47-.93 0-1.1-.75-1.3-1.46 0-.03 0-.07-.02-.11-.1-.56-.58-1.36.19-1.58.86-.24.74.7.9 1.24.06.18.14.36.24.53.45-1.2.45-2.36.74-3.45.23-.84.2-2.01 1.4-2.02 1.19-.01 1.14 1.15 1.3 1.94.29 1.5.45 3.02.75 4.53.54-1.52.58-3.11.83-4.67.17-1.04.26-2.08.63-3.08.17-.46.4-.86.91-.88.59-.03.87.41 1.03.9.58 1.8.64 3.69.94 5.54l.4 2.64c.54-1.8.46-3.37.84-4.86.2-.83.1-2.03 1.3-2.06 1.2-.03 1.19 1.18 1.4 2 .3 1.07.3 2.2.72 3.36.33-.46.35-.9.48-1.31a.54.54 0 0 1 .6-.41c.15.02.3.1.39.22.09.12.13.27.11.43-.02.18-.06.37-.12.55-.22.83-.22 1.97-1.42 1.97Z\"/>\n</svg>",
30
31
  "charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M2 7s.91.008 1 0a.5.5 0 00.414-.296l1.1-2.583a.5.5 0 01.933.052l2.051 4.478a.5.5 0 00.966-.048L10.528 2.4a.5.5 0 01.971-.035L12.5 6.5c.03.105 0 .5 1 .5h.5\" />\n <g fill=\"currentColor\">\n <path\n d=\"M3 13a1 1 0 10-2 0zm-2 0v2h2v-2zM9 13a1 1 0 10-2 0zm-2 0v2h2v-2zM15 13a1 1 0 10-2 0zm-2 0v2h2v-2zM6 11a1 1 0 10-2 0zm-2 0v4h2v-4zM12 11a1 1 0 10-2 0zm-2 0v4h2v-4z\" />\n </g>\n</svg>",
31
32
  "check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M14 4l-8.25 8L2 8.364\" />\n</svg>",
32
33
  "check-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M14 7.895V8.5a6.5 6.5 0 11-3.854-5.941\" />\n <path d=\"M14.667 2.667L7.333 10l-2-2\" />\n </g>\n</svg>",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amboss/design-system",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "the design system for AMBOSS products",
5
5
  "author": "AMBOSS",
6
6
  "license": "ISC",