@muraldevkit/ds-pictograms 1.1.0 → 1.2.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 (91) hide show
  1. package/dist/cjs/colorBorder.d.ts +13 -3
  2. package/dist/cjs/colorBorder.js +2 -2
  3. package/dist/cjs/colorFill.d.ts +4 -3
  4. package/dist/cjs/colorFill.js +2 -2
  5. package/dist/cjs/colorPicker.d.ts +4 -3
  6. package/dist/cjs/colorPicker.js +2 -2
  7. package/dist/cjs/default/colorBorder.d.ts +13 -3
  8. package/dist/cjs/default/colorBorder.js +2 -2
  9. package/dist/cjs/default/colorFill.d.ts +4 -3
  10. package/dist/cjs/default/colorFill.js +2 -2
  11. package/dist/cjs/default/colorPicker.d.ts +4 -3
  12. package/dist/cjs/default/colorPicker.js +2 -2
  13. package/dist/cjs/default/drawEraser.d.ts +1 -1
  14. package/dist/cjs/default/drawEraser.js +1 -1
  15. package/dist/cjs/default/drawStrokeFine.d.ts +20 -50
  16. package/dist/cjs/default/drawStrokeFine.js +2 -2
  17. package/dist/cjs/default/drawStrokeHighlighter.d.ts +3 -3
  18. package/dist/cjs/default/drawStrokeHighlighter.js +1 -1
  19. package/dist/cjs/default/drawStrokeMedium.d.ts +20 -50
  20. package/dist/cjs/default/drawStrokeMedium.js +2 -2
  21. package/dist/cjs/default/drawStrokeUltraFine.d.ts +20 -52
  22. package/dist/cjs/default/drawStrokeUltraFine.js +2 -2
  23. package/dist/cjs/drawEraser.d.ts +1 -1
  24. package/dist/cjs/drawEraser.js +1 -1
  25. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  26. package/dist/cjs/drawStrokeFine.js +2 -2
  27. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  28. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  29. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  30. package/dist/cjs/drawStrokeMedium.js +2 -2
  31. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  32. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  33. package/dist/esm/colorBorder.d.ts +13 -3
  34. package/dist/esm/colorBorder.js +1 -1
  35. package/dist/esm/colorFill.d.ts +4 -3
  36. package/dist/esm/colorFill.js +1 -1
  37. package/dist/esm/colorPicker.d.ts +4 -3
  38. package/dist/esm/colorPicker.js +1 -1
  39. package/dist/esm/default/colorBorder.d.ts +13 -3
  40. package/dist/esm/default/colorBorder.js +1 -1
  41. package/dist/esm/default/colorFill.d.ts +4 -3
  42. package/dist/esm/default/colorFill.js +1 -1
  43. package/dist/esm/default/colorPicker.d.ts +4 -3
  44. package/dist/esm/default/colorPicker.js +1 -1
  45. package/dist/esm/default/drawEraser.d.ts +1 -1
  46. package/dist/esm/default/drawEraser.js +1 -1
  47. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  48. package/dist/esm/default/drawStrokeFine.js +1 -1
  49. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  50. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  51. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  52. package/dist/esm/default/drawStrokeMedium.js +1 -1
  53. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  54. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  55. package/dist/esm/default/index.js +11 -11
  56. package/dist/esm/drawEraser.d.ts +1 -1
  57. package/dist/esm/drawEraser.js +1 -1
  58. package/dist/esm/drawStrokeFine.d.ts +20 -50
  59. package/dist/esm/drawStrokeFine.js +1 -1
  60. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  61. package/dist/esm/drawStrokeHighlighter.js +1 -1
  62. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  63. package/dist/esm/drawStrokeMedium.js +1 -1
  64. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  65. package/dist/esm/drawStrokeUltraFine.js +1 -1
  66. package/dist/esm/index.js +13 -13
  67. package/dist/svg/default/color-border.svg +3 -2
  68. package/dist/svg/default/color-fill.svg +2 -2
  69. package/dist/svg/default/color-picker.svg +2 -2
  70. package/dist/svg/default/draw-eraser.svg +2 -2
  71. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  72. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  73. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  74. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  75. package/dist/types/colorBorder.d.ts +13 -3
  76. package/dist/types/colorFill.d.ts +4 -3
  77. package/dist/types/colorPicker.d.ts +4 -3
  78. package/dist/types/default/colorBorder.d.ts +13 -3
  79. package/dist/types/default/colorFill.d.ts +4 -3
  80. package/dist/types/default/colorPicker.d.ts +4 -3
  81. package/dist/types/default/drawEraser.d.ts +1 -1
  82. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  83. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  84. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  85. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  86. package/dist/types/drawEraser.d.ts +1 -1
  87. package/dist/types/drawStrokeFine.d.ts +20 -50
  88. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  89. package/dist/types/drawStrokeMedium.d.ts +20 -50
  90. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  91. package/package.json +1 -1
@@ -42,63 +42,33 @@ declare const drawStrokeMedium: {
42
42
  readonly children: readonly [];
43
43
  }];
44
44
  }, {
45
- readonly name: "g";
45
+ readonly name: "path";
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly "clip-path": "url(#mrl-draw-medium-path)";
49
+ readonly class: "mrl-picto-draw-pen";
50
+ readonly d: "M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z";
50
51
  };
51
- readonly children: readonly [{
52
- readonly name: "path";
53
- readonly type: "element";
54
- readonly value: "";
55
- readonly attributes: {
56
- readonly class: "mrl-picto-draw-pen";
57
- readonly d: "M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z";
58
- };
59
- readonly children: readonly [];
60
- }, {
61
- readonly name: "path";
62
- readonly type: "element";
63
- readonly value: "";
64
- readonly attributes: {
65
- readonly d: "M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z";
66
- };
67
- readonly children: readonly [];
68
- }, {
69
- readonly name: "path";
70
- readonly type: "element";
71
- readonly value: "";
72
- readonly attributes: {
73
- readonly class: "mrl-picto-color-offset";
74
- readonly "fill-rule": "evenodd";
75
- readonly d: "m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z";
76
- readonly "clip-rule": "evenodd";
77
- };
78
- readonly children: readonly [];
79
- }];
52
+ readonly children: readonly [];
80
53
  }, {
81
- readonly name: "defs";
54
+ readonly name: "path";
82
55
  readonly type: "element";
83
56
  readonly value: "";
84
- readonly attributes: {};
85
- readonly children: readonly [{
86
- readonly name: "clipPath";
87
- readonly type: "element";
88
- readonly value: "";
89
- readonly attributes: {
90
- readonly id: "mrl-draw-medium-path";
91
- };
92
- readonly children: readonly [{
93
- readonly name: "path";
94
- readonly type: "element";
95
- readonly value: "";
96
- readonly attributes: {
97
- readonly d: "M0 0h24v24H0z";
98
- };
99
- readonly children: readonly [];
100
- }];
101
- }];
57
+ readonly attributes: {
58
+ readonly d: "M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly "fill-rule": "evenodd";
68
+ readonly d: "M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z";
69
+ readonly "clip-rule": "evenodd";
70
+ };
71
+ readonly children: readonly [];
102
72
  }];
103
73
  };
104
74
  };
@@ -1,4 +1,4 @@
1
1
  var e={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{d:"M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-medium-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-medium-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]}};export{e as drawStrokeMedium};
4
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z","clip-rule":"evenodd"},children:[]}]}};export{e as drawStrokeMedium};
@@ -42,65 +42,33 @@ declare const drawStrokeUltraFine: {
42
42
  readonly children: readonly [];
43
43
  }];
44
44
  }, {
45
- readonly name: "g";
45
+ readonly name: "path";
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly "clip-path": "url(#draw-stroke-ultra-fine-a)";
49
+ readonly class: "mrl-picto-draw-pen";
50
+ readonly d: "M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z";
50
51
  };
51
- readonly children: readonly [{
52
- readonly name: "path";
53
- readonly type: "element";
54
- readonly value: "";
55
- readonly attributes: {
56
- readonly class: "mrl-picto-draw-pen";
57
- readonly d: "M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z";
58
- };
59
- readonly children: readonly [];
60
- }, {
61
- readonly name: "path";
62
- readonly type: "element";
63
- readonly value: "";
64
- readonly attributes: {
65
- readonly fill: "currentColor";
66
- readonly d: "M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
67
- };
68
- readonly children: readonly [];
69
- }, {
70
- readonly name: "path";
71
- readonly type: "element";
72
- readonly value: "";
73
- readonly attributes: {
74
- readonly class: "mrl-picto-color-offset";
75
- readonly "fill-rule": "evenodd";
76
- readonly d: "m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z";
77
- readonly "clip-rule": "evenodd";
78
- };
79
- readonly children: readonly [];
80
- }];
52
+ readonly children: readonly [];
81
53
  }, {
82
- readonly name: "defs";
54
+ readonly name: "path";
83
55
  readonly type: "element";
84
56
  readonly value: "";
85
- readonly attributes: {};
86
- readonly children: readonly [{
87
- readonly name: "clipPath";
88
- readonly type: "element";
89
- readonly value: "";
90
- readonly attributes: {
91
- readonly id: "draw-stroke-ultra-fine-a";
92
- };
93
- readonly children: readonly [{
94
- readonly name: "path";
95
- readonly type: "element";
96
- readonly value: "";
97
- readonly attributes: {
98
- readonly class: "mrl-picto-color-offset";
99
- readonly d: "M0 0h24v24H0z";
100
- };
101
- readonly children: readonly [];
102
- }];
103
- }];
57
+ readonly attributes: {
58
+ readonly d: "M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly "fill-rule": "evenodd";
68
+ readonly d: "M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z";
69
+ readonly "clip-rule": "evenodd";
70
+ };
71
+ readonly children: readonly [];
104
72
  }];
105
73
  };
106
74
  };
@@ -1,4 +1,4 @@
1
1
  var e={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]}};export{e as drawStrokeUltraFine};
4
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z","clip-rule":"evenodd"},children:[]}]}};export{e as drawStrokeUltraFine};