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