@colijnit/inphoto 300.1.3 → 300.1.5

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 (83) hide show
  1. package/assets/inphoto-add-products.jpg +0 -0
  2. package/fesm2022/colijnit-inphoto.mjs +1505 -1492
  3. package/fesm2022/colijnit-inphoto.mjs.map +1 -1
  4. package/icons/arrow_down_solid_full.svg +1 -0
  5. package/icons/minus_solid_full.svg +1 -0
  6. package/icons/plus_solid_full.svg +1 -0
  7. package/index.d.ts +262 -230
  8. package/lib/component/ai-prompt/style/_layout.scss +0 -39
  9. package/lib/component/ai-prompt/style/_material-definition.scss +4 -1
  10. package/lib/component/ai-prompt/style/_theme.scss +59 -1
  11. package/lib/component/canvas-tool-bar/style/_layout.scss +27 -97
  12. package/lib/component/canvas-tool-bar/style/_material-definition.scss +7 -0
  13. package/lib/component/canvas-tool-bar/style/_theme.scss +95 -0
  14. package/lib/component/catalog/style/_layout.scss +1 -3
  15. package/lib/component/catalog/style/_theme.scss +8 -0
  16. package/lib/component/configuration-side-bar-menu/style/_layout.scss +5 -43
  17. package/lib/component/configuration-side-bar-menu/style/_material-definition.scss +4 -1
  18. package/lib/component/configuration-side-bar-menu/style/_theme.scss +45 -0
  19. package/lib/component/edit-canvas/style/_layout.scss +16 -6
  20. package/lib/component/edit-canvas/style/_theme.scss +38 -0
  21. package/lib/component/header/style/_layout.scss +21 -0
  22. package/lib/component/header/style/_material-definition.scss +6 -0
  23. package/lib/component/header/style/_theme.scss +20 -0
  24. package/lib/component/image-enhancer/style/_layout.scss +23 -80
  25. package/lib/component/image-enhancer/style/_material-definition.scss +4 -5
  26. package/lib/component/image-enhancer/style/_theme.scss +26 -35
  27. package/lib/component/image-enhancer-style/style/_material-definition.scss +1 -1
  28. package/lib/component/image-enhancer-style/style/_theme.scss +41 -3
  29. package/lib/component/image-enhancer-upload/style/_layout.scss +0 -6
  30. package/lib/component/image-enhancer-upload/style/_theme.scss +44 -1
  31. package/lib/component/image-history/style/_layout.scss +5 -18
  32. package/lib/component/image-history/style/_material-definition.scss +3 -1
  33. package/lib/component/image-history/style/_theme.scss +20 -2
  34. package/lib/component/image-history-tile/style/_layout.scss +1 -12
  35. package/lib/component/image-history-tile/style/_theme.scss +11 -10
  36. package/lib/component/image-process-complete/style/_layout.scss +12 -35
  37. package/lib/component/image-process-complete/style/_material-definition.scss +2 -0
  38. package/lib/component/image-process-complete/style/_theme.scss +3 -51
  39. package/lib/component/image-tile/components/color-palette-option/style/_layout.scss +2 -2
  40. package/lib/component/image-tile/style/_layout.scss +26 -25
  41. package/lib/component/image-tile/style/_theme.scss +45 -0
  42. package/lib/component/image-upload/style/_layout.scss +0 -1
  43. package/lib/component/photo-editor/style/_layout.scss +16 -2
  44. package/lib/component/prepare-starting-image/style/_layout.scss +10 -87
  45. package/lib/component/prepare-starting-image/style/_material-definition.scss +1 -0
  46. package/lib/component/prepare-starting-image/style/_theme.scss +3 -111
  47. package/lib/component/process-loader/style/_layout.scss +0 -1
  48. package/lib/component/scene-context-menu/style/_layout.scss +0 -24
  49. package/lib/component/scene-context-menu/style/_material-definition.scss +2 -1
  50. package/lib/component/scene-context-menu/style/_theme.scss +36 -0
  51. package/lib/component/segment-inpaint/style/_layout.scss +13 -33
  52. package/lib/component/segment-inpaint/style/_theme.scss +9 -1
  53. package/lib/component/side-panel/style/_layout.scss +40 -0
  54. package/lib/component/side-panel/style/_material-definition.scss +6 -0
  55. package/lib/component/side-panel/style/_theme.scss +44 -0
  56. package/lib/component/step-tile/style/_layout.scss +53 -0
  57. package/lib/component/step-tile/style/_material-definition.scss +6 -0
  58. package/lib/component/step-tile/style/_theme.scss +72 -0
  59. package/lib/component/threedscene/style/_layout.scss +24 -4
  60. package/lib/component/upload-starting-image/style/_layout.scss +0 -2
  61. package/lib/style/_variables.scss +10 -0
  62. package/lib/style/inphoto-globals.scss +1 -0
  63. package/package.json +1 -1
  64. package/lib/component/back-next-buttons/style/_layout.scss +0 -15
  65. package/lib/component/back-next-buttons/style/_material-definition.scss +0 -3
  66. package/lib/component/back-next-buttons/style/_theme.scss +0 -53
  67. package/lib/component/image-process-complete/components/image-process-complete-next/style/_layout.scss +0 -45
  68. package/lib/component/image-process-complete/components/image-process-complete-next/style/_material-definition.scss +0 -3
  69. package/lib/component/image-process-complete/components/image-process-complete-next/style/_theme.scss +0 -10
  70. package/lib/component/ready-to-add-articles/style/_layout.scss +0 -65
  71. package/lib/component/ready-to-add-articles/style/_material-definition.scss +0 -3
  72. package/lib/component/ready-to-add-articles/style/_theme.scss +0 -95
  73. package/lib/component/segment-inpaint/components/inpaint-info-card/style/_layout.scss +0 -49
  74. package/lib/component/segment-inpaint/components/inpaint-info-card/style/_material-definition.scss +0 -3
  75. package/lib/component/segment-inpaint/components/inpaint-info-card/style/_theme.scss +0 -10
  76. package/lib/component/segment-inpaint/components/inpaint-info-card/style/material.scss +0 -3
  77. package/lib/component/threed-to-ai/style/_layout.scss +0 -38
  78. package/lib/component/threed-to-ai/style/_material-definition.scss +0 -3
  79. package/lib/component/threed-to-ai/style/_theme.scss +0 -6
  80. package/lib/component/threed-to-ai/style/material.scss +0 -3
  81. /package/lib/component/{back-next-buttons → header}/style/material.scss +0 -0
  82. /package/lib/component/{image-process-complete/components/image-process-complete-next → side-panel}/style/material.scss +0 -0
  83. /package/lib/component/{ready-to-add-articles → step-tile}/style/material.scss +0 -0
Binary file