raise-common-lib 0.0.167 → 0.0.169

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 (34) hide show
  1. package/bundles/raise-common-lib.umd.js +271 -62
  2. package/bundles/raise-common-lib.umd.js.map +1 -1
  3. package/bundles/raise-common-lib.umd.min.js +1 -1
  4. package/bundles/raise-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/lib/form/confirm-select/index.component.js +118 -0
  6. package/esm2015/lib/form/search-input/index.component.js +81 -0
  7. package/esm2015/lib/layout/grid-box/index.component.js +17 -29
  8. package/esm2015/lib/layout/multi-tab/index.component.js +6 -1
  9. package/esm2015/lib/layout/page-list/index.component.js +9 -28
  10. package/esm2015/lib/raise-common-lib.module.js +7 -1
  11. package/esm2015/public-api.js +2 -1
  12. package/esm2015/raise-common-lib.js +5 -4
  13. package/esm5/lib/form/confirm-select/index.component.js +143 -0
  14. package/esm5/lib/form/search-input/index.component.js +97 -0
  15. package/esm5/lib/layout/grid-box/index.component.js +18 -33
  16. package/esm5/lib/layout/multi-tab/index.component.js +6 -1
  17. package/esm5/lib/layout/page-list/index.component.js +10 -32
  18. package/esm5/lib/raise-common-lib.module.js +7 -1
  19. package/esm5/public-api.js +2 -1
  20. package/esm5/raise-common-lib.js +5 -4
  21. package/fesm2015/raise-common-lib.js +227 -53
  22. package/fesm2015/raise-common-lib.js.map +1 -1
  23. package/fesm5/raise-common-lib.js +268 -61
  24. package/fesm5/raise-common-lib.js.map +1 -1
  25. package/lib/form/confirm-select/index.component.d.ts +25 -0
  26. package/lib/form/search-input/index.component.d.ts +14 -0
  27. package/lib/layout/grid-box/index.component.d.ts +3 -5
  28. package/lib/layout/multi-tab/index.component.d.ts +1 -0
  29. package/lib/layout/page-list/index.component.d.ts +1 -4
  30. package/package.json +1 -1
  31. package/public-api.d.ts +1 -0
  32. package/raise-common-lib.d.ts +3 -2
  33. package/raise-common-lib.metadata.json +1 -1
  34. package/src/assets/img/toolbar-action-submitForApproval.svg +3 -3
@@ -1,4 +1,4 @@
1
- <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.4172 5.97381C13.776 5.86458 14.1129 6.17258 14.0573 6.52693L14.0414 6.59805L10.9499 16.7551C10.8289 17.1525 10.3151 17.2296 10.0764 16.9174L10.0329 16.849L7.67883 12.5353L7.60908 12.4061L7.47995 12.3364L3.16619 9.98236C2.80142 9.78339 2.8304 9.26539 3.18483 9.09502L3.2601 9.06533L13.4172 5.97381Z" stroke="#6C7C90"/>
3
- <line x1="9.74121" y1="10.3623" x2="8.0384" y2="12.0651" stroke="#6C7C90" stroke-linecap="round"/>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.4172 2.97381C12.7998 2.85734 13.1579 3.21538 13.0414 3.59805L9.94989 13.7551C9.82085 14.1791 9.24508 14.2381 9.03286 13.849L6.67883 9.53526L6.60908 9.40613L6.47995 9.33639L2.16619 6.98236C1.77711 6.77014 1.83611 6.19437 2.2601 6.06533L12.4172 2.97381Z" stroke="#6C7C90"/>
3
+ <line x1="8.74121" y1="7.36226" x2="7.0384" y2="9.06507" stroke="#6C7C90" stroke-linecap="round"/>
4
4
  </svg>