@nyaruka/temba-components 0.53.2 → 0.53.4
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.
- package/CHANGELOG.md +13 -0
- package/dist/{6c7e0117.js → ac762c4d.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/static/svg/index.svg +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/templates/components-body.html +1 -1
- package/dist/templates/components-head.html +1 -1
- package/out-tsc/src/dialog/Dialog.js +1 -1
- package/out-tsc/src/dialog/Dialog.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +2 -1
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/dialog/Dialog.ts +1 -1
- package/src/vectoricon/index.ts +2 -1
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/tablet-01.svg +1 -0
- package/static/svg/work/used/tablet-01.svg +3 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.600 1.102 C 4.693 1.244,4.329 1.446,3.713 2.147 C 3.400 2.504,3.186 2.955,3.122 3.393 C 3.067 3.771,3.044 7.901,3.071 12.572 L 3.120 21.064 3.517 21.643 C 3.736 21.962,4.204 22.389,4.557 22.591 L 5.200 22.960 12.000 22.960 L 18.800 22.960 19.443 22.591 C 19.796 22.389,20.264 21.962,20.483 21.643 L 20.880 21.064 20.929 12.572 C 20.956 7.901,20.933 3.771,20.878 3.393 C 20.767 2.628,20.103 1.754,19.296 1.312 C 18.856 1.071,18.100 1.037,12.560 1.015 C 9.128 1.001,5.996 1.041,5.600 1.102 M18.649 3.267 C 18.950 3.487,18.960 3.765,18.960 12.000 C 18.960 20.235,18.950 20.513,18.649 20.733 C 18.189 21.070,5.811 21.070,5.351 20.733 C 5.050 20.513,5.040 20.235,5.040 12.000 C 5.040 3.765,5.050 3.487,5.351 3.267 C 5.811 2.930,18.189 2.930,18.649 3.267 M11.520 16.107 C 10.945 16.331,10.560 16.863,10.560 17.432 C 10.560 18.531,11.543 19.268,12.486 18.877 C 13.898 18.293,13.719 16.328,12.232 16.089 C 11.973 16.047,11.652 16.056,11.520 16.107 " stroke="none" fill-rule="evenodd" fill="black"></path></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 17.5H12.01M7.2 22H16.8C17.9201 22 18.4802 22 18.908 21.782C19.2843 21.5903 19.5903 21.2843 19.782 20.908C20 20.4802 20 19.9201 20 18.8V5.2C20 4.07989 20 3.51984 19.782 3.09202C19.5903 2.71569 19.2843 2.40973 18.908 2.21799C18.4802 2 17.9201 2 16.8 2H7.2C6.0799 2 5.51984 2 5.09202 2.21799C4.71569 2.40973 4.40973 2.71569 4.21799 3.09202C4 3.51984 4 4.0799 4 5.2V18.8C4 19.9201 4 20.4802 4.21799 20.908C4.40973 21.2843 4.71569 21.5903 5.09202 21.782C5.51984 22 6.07989 22 7.2 22ZM12.5 17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5C11.5 17.2239 11.7239 17 12 17C12.2761 17 12.5 17.2239 12.5 17.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|