@colijnit/inphoto 300.1.6 → 300.1.8

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 (100) hide show
  1. package/assets/inphoto-add-products-tile.jpg +0 -0
  2. package/assets/inphoto-change-floorl.jpg +0 -0
  3. package/assets/inphoto-change-wall.jpg +0 -0
  4. package/fesm2022/colijnit-inphoto.mjs +1372 -528
  5. package/fesm2022/colijnit-inphoto.mjs.map +1 -1
  6. package/icons/layer_group_sharp_solid.svg +1 -0
  7. package/icons/paint_roller_sharp_solid.svg +1 -0
  8. package/index.d.ts +205 -57
  9. package/lib/component/ai-prompt/style/_layout.scss +76 -86
  10. package/lib/component/ai-prompt/style/_material-definition.scss +38 -6
  11. package/lib/component/ai-prompt/style/_theme.scss +78 -67
  12. package/lib/component/canvas-tool-bar/style/_layout.scss +63 -65
  13. package/lib/component/canvas-tool-bar/style/_material-definition.scss +37 -11
  14. package/lib/component/canvas-tool-bar/style/_theme.scss +108 -106
  15. package/lib/component/catalog/style/_layout.scss +68 -55
  16. package/lib/component/catalog/style/_material-definition.scss +22 -4
  17. package/lib/component/catalog/style/_theme.scss +43 -59
  18. package/lib/component/configuration-side-bar-menu/style/_layout.scss +33 -33
  19. package/lib/component/configuration-side-bar-menu/style/_material-definition.scss +10 -6
  20. package/lib/component/configuration-side-bar-menu/style/_theme.scss +4 -1
  21. package/lib/component/edit-canvas/style/_layout.scss +85 -75
  22. package/lib/component/edit-canvas/style/_material-definition.scss +25 -3
  23. package/lib/component/edit-canvas/style/_theme.scss +61 -46
  24. package/lib/component/error-dialog/style/_layout.scss +36 -39
  25. package/lib/component/error-dialog/style/_material-definition.scss +12 -3
  26. package/lib/component/error-dialog/style/_theme.scss +17 -10
  27. package/lib/component/header/style/_layout.scss +20 -21
  28. package/lib/component/header/style/_material-definition.scss +8 -6
  29. package/lib/component/header/style/_theme.scss +7 -0
  30. package/lib/component/image-enhancer/style/_layout.scss +37 -38
  31. package/lib/component/image-enhancer/style/_material-definition.scss +13 -6
  32. package/lib/component/image-enhancer/style/_theme.scss +45 -43
  33. package/lib/component/image-enhancer-style/style/_layout.scss +65 -107
  34. package/lib/component/image-enhancer-style/style/_material-definition.scss +16 -3
  35. package/lib/component/image-enhancer-style/style/_theme.scss +120 -72
  36. package/lib/component/image-enhancer-upload/style/_layout.scss +48 -11
  37. package/lib/component/image-enhancer-upload/style/_material-definition.scss +14 -3
  38. package/lib/component/image-enhancer-upload/style/_theme.scss +66 -87
  39. package/lib/component/image-history/style/_layout.scss +57 -127
  40. package/lib/component/image-history/style/_material-definition.scss +20 -5
  41. package/lib/component/image-history/style/_theme.scss +25 -46
  42. package/lib/component/image-history-tile/style/_layout.scss +53 -56
  43. package/lib/component/image-history-tile/style/_material-definition.scss +15 -3
  44. package/lib/component/image-history-tile/style/_theme.scss +32 -28
  45. package/lib/component/image-overlay/style/_layout.scss +84 -0
  46. package/lib/component/image-overlay/style/_material-definition.scss +21 -0
  47. package/lib/component/image-overlay/style/_theme.scss +40 -0
  48. package/lib/component/image-overlay/style/material.scss +3 -0
  49. package/lib/component/image-process-complete/style/_layout.scss +42 -33
  50. package/lib/component/image-process-complete/style/_material-definition.scss +13 -5
  51. package/lib/component/image-process-complete/style/_theme.scss +24 -18
  52. package/lib/component/image-tile/components/color-palette-option/style/_layout.scss +15 -17
  53. package/lib/component/image-tile/components/color-palette-option/style/_material-definition.scss +9 -3
  54. package/lib/component/image-tile/components/color-palette-option/style/_theme.scss +15 -12
  55. package/lib/component/image-tile/style/_layout.scss +102 -101
  56. package/lib/component/image-tile/style/_material-definition.scss +18 -3
  57. package/lib/component/image-tile/style/_theme.scss +58 -53
  58. package/lib/component/image-upload/style/_layout.scss +93 -103
  59. package/lib/component/image-upload/style/_material-definition.scss +35 -9
  60. package/lib/component/image-upload/style/_theme.scss +103 -80
  61. package/lib/component/inphoto/style/_layout.scss +11 -0
  62. package/lib/component/inphoto/style/_material-definition.scss +3 -1
  63. package/lib/component/inphoto/style/_theme.scss +2 -1
  64. package/lib/component/marker/style/_layout.scss +30 -0
  65. package/lib/component/marker/style/_material-definition.scss +12 -0
  66. package/lib/component/marker/style/_theme.scss +30 -0
  67. package/lib/component/marker/style/material.scss +3 -0
  68. package/lib/component/photo-editor/style/_layout.scss +38 -29
  69. package/lib/component/photo-editor/style/_material-definition.scss +8 -3
  70. package/lib/component/photo-editor/style/_theme.scss +2 -1
  71. package/lib/component/prepare-starting-image/style/_layout.scss +34 -26
  72. package/lib/component/prepare-starting-image/style/_material-definition.scss +11 -4
  73. package/lib/component/prepare-starting-image/style/_theme.scss +7 -0
  74. package/lib/component/process-loader/style/_layout.scss +74 -92
  75. package/lib/component/process-loader/style/_material-definition.scss +24 -6
  76. package/lib/component/process-loader/style/_theme.scss +128 -103
  77. package/lib/component/scene-context-menu/style/_layout.scss +59 -66
  78. package/lib/component/scene-context-menu/style/_material-definition.scss +27 -4
  79. package/lib/component/scene-context-menu/style/_theme.scss +57 -44
  80. package/lib/component/segment-inpaint/style/_layout.scss +51 -32
  81. package/lib/component/segment-inpaint/style/_material-definition.scss +11 -3
  82. package/lib/component/segment-inpaint/style/_theme.scss +29 -19
  83. package/lib/component/side-bar-menu/style/_layout.scss +26 -45
  84. package/lib/component/side-bar-menu/style/_material-definition.scss +12 -3
  85. package/lib/component/side-bar-menu/style/_theme.scss +32 -6
  86. package/lib/component/side-panel/style/_layout.scss +45 -40
  87. package/lib/component/side-panel/style/_material-definition.scss +16 -6
  88. package/lib/component/side-panel/style/_theme.scss +39 -44
  89. package/lib/component/step-tile/style/_layout.scss +50 -53
  90. package/lib/component/step-tile/style/_material-definition.scss +20 -6
  91. package/lib/component/step-tile/style/_theme.scss +78 -72
  92. package/lib/component/threedscene/style/_layout.scss +57 -47
  93. package/lib/component/threedscene/style/_material-definition.scss +12 -3
  94. package/lib/component/threedscene/style/_theme.scss +17 -8
  95. package/lib/component/upload-starting-image/style/_layout.scss +58 -51
  96. package/lib/component/upload-starting-image/style/_material-definition.scss +18 -3
  97. package/lib/component/upload-starting-image/style/_theme.scss +39 -46
  98. package/lib/style/_index.scss +0 -1
  99. package/lib/style/_variables.scss +5 -3
  100. package/package.json +3 -3
Binary file
Binary file