@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.
- package/assets/inphoto-add-products.jpg +0 -0
- package/fesm2022/colijnit-inphoto.mjs +1505 -1492
- package/fesm2022/colijnit-inphoto.mjs.map +1 -1
- package/icons/arrow_down_solid_full.svg +1 -0
- package/icons/minus_solid_full.svg +1 -0
- package/icons/plus_solid_full.svg +1 -0
- package/index.d.ts +262 -230
- package/lib/component/ai-prompt/style/_layout.scss +0 -39
- package/lib/component/ai-prompt/style/_material-definition.scss +4 -1
- package/lib/component/ai-prompt/style/_theme.scss +59 -1
- package/lib/component/canvas-tool-bar/style/_layout.scss +27 -97
- package/lib/component/canvas-tool-bar/style/_material-definition.scss +7 -0
- package/lib/component/canvas-tool-bar/style/_theme.scss +95 -0
- package/lib/component/catalog/style/_layout.scss +1 -3
- package/lib/component/catalog/style/_theme.scss +8 -0
- package/lib/component/configuration-side-bar-menu/style/_layout.scss +5 -43
- package/lib/component/configuration-side-bar-menu/style/_material-definition.scss +4 -1
- package/lib/component/configuration-side-bar-menu/style/_theme.scss +45 -0
- package/lib/component/edit-canvas/style/_layout.scss +16 -6
- package/lib/component/edit-canvas/style/_theme.scss +38 -0
- package/lib/component/header/style/_layout.scss +21 -0
- package/lib/component/header/style/_material-definition.scss +6 -0
- package/lib/component/header/style/_theme.scss +20 -0
- package/lib/component/image-enhancer/style/_layout.scss +23 -80
- package/lib/component/image-enhancer/style/_material-definition.scss +4 -5
- package/lib/component/image-enhancer/style/_theme.scss +26 -35
- package/lib/component/image-enhancer-style/style/_material-definition.scss +1 -1
- package/lib/component/image-enhancer-style/style/_theme.scss +41 -3
- package/lib/component/image-enhancer-upload/style/_layout.scss +0 -6
- package/lib/component/image-enhancer-upload/style/_theme.scss +44 -1
- package/lib/component/image-history/style/_layout.scss +5 -18
- package/lib/component/image-history/style/_material-definition.scss +3 -1
- package/lib/component/image-history/style/_theme.scss +20 -2
- package/lib/component/image-history-tile/style/_layout.scss +1 -12
- package/lib/component/image-history-tile/style/_theme.scss +11 -10
- package/lib/component/image-process-complete/style/_layout.scss +12 -35
- package/lib/component/image-process-complete/style/_material-definition.scss +2 -0
- package/lib/component/image-process-complete/style/_theme.scss +3 -51
- package/lib/component/image-tile/components/color-palette-option/style/_layout.scss +2 -2
- package/lib/component/image-tile/style/_layout.scss +26 -25
- package/lib/component/image-tile/style/_theme.scss +45 -0
- package/lib/component/image-upload/style/_layout.scss +0 -1
- package/lib/component/photo-editor/style/_layout.scss +16 -2
- package/lib/component/prepare-starting-image/style/_layout.scss +10 -87
- package/lib/component/prepare-starting-image/style/_material-definition.scss +1 -0
- package/lib/component/prepare-starting-image/style/_theme.scss +3 -111
- package/lib/component/process-loader/style/_layout.scss +0 -1
- package/lib/component/scene-context-menu/style/_layout.scss +0 -24
- package/lib/component/scene-context-menu/style/_material-definition.scss +2 -1
- package/lib/component/scene-context-menu/style/_theme.scss +36 -0
- package/lib/component/segment-inpaint/style/_layout.scss +13 -33
- package/lib/component/segment-inpaint/style/_theme.scss +9 -1
- package/lib/component/side-panel/style/_layout.scss +40 -0
- package/lib/component/side-panel/style/_material-definition.scss +6 -0
- package/lib/component/side-panel/style/_theme.scss +44 -0
- package/lib/component/step-tile/style/_layout.scss +53 -0
- package/lib/component/step-tile/style/_material-definition.scss +6 -0
- package/lib/component/step-tile/style/_theme.scss +72 -0
- package/lib/component/threedscene/style/_layout.scss +24 -4
- package/lib/component/upload-starting-image/style/_layout.scss +0 -2
- package/lib/style/_variables.scss +10 -0
- package/lib/style/inphoto-globals.scss +1 -0
- package/package.json +1 -1
- package/lib/component/back-next-buttons/style/_layout.scss +0 -15
- package/lib/component/back-next-buttons/style/_material-definition.scss +0 -3
- package/lib/component/back-next-buttons/style/_theme.scss +0 -53
- package/lib/component/image-process-complete/components/image-process-complete-next/style/_layout.scss +0 -45
- package/lib/component/image-process-complete/components/image-process-complete-next/style/_material-definition.scss +0 -3
- package/lib/component/image-process-complete/components/image-process-complete-next/style/_theme.scss +0 -10
- package/lib/component/ready-to-add-articles/style/_layout.scss +0 -65
- package/lib/component/ready-to-add-articles/style/_material-definition.scss +0 -3
- package/lib/component/ready-to-add-articles/style/_theme.scss +0 -95
- package/lib/component/segment-inpaint/components/inpaint-info-card/style/_layout.scss +0 -49
- package/lib/component/segment-inpaint/components/inpaint-info-card/style/_material-definition.scss +0 -3
- package/lib/component/segment-inpaint/components/inpaint-info-card/style/_theme.scss +0 -10
- package/lib/component/segment-inpaint/components/inpaint-info-card/style/material.scss +0 -3
- package/lib/component/threed-to-ai/style/_layout.scss +0 -38
- package/lib/component/threed-to-ai/style/_material-definition.scss +0 -3
- package/lib/component/threed-to-ai/style/_theme.scss +0 -6
- package/lib/component/threed-to-ai/style/material.scss +0 -3
- /package/lib/component/{back-next-buttons → header}/style/material.scss +0 -0
- /package/lib/component/{image-process-complete/components/image-process-complete-next → side-panel}/style/material.scss +0 -0
- /package/lib/component/{ready-to-add-articles → step-tile}/style/material.scss +0 -0
|
Binary file
|