@colijnit/inphoto 261.1.0
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/colijnit-inphoto-261.1.0.tgz +0 -0
- package/fesm2022/colijnit-inphoto.mjs +5361 -0
- package/fesm2022/colijnit-inphoto.mjs.map +1 -0
- package/index.d.ts +1093 -0
- package/lib/component/back-next-buttons/style/_layout.scss +15 -0
- package/lib/component/back-next-buttons/style/_material-definition.scss +3 -0
- package/lib/component/back-next-buttons/style/_theme.scss +18 -0
- package/lib/component/back-next-buttons/style/material.scss +3 -0
- package/lib/component/catalog/style/_layout.scss +84 -0
- package/lib/component/catalog/style/_material-definition.scss +3 -0
- package/lib/component/catalog/style/_theme.scss +17 -0
- package/lib/component/catalog/style/material.scss +3 -0
- package/lib/component/edit-canvas/style/_layout.scss +87 -0
- package/lib/component/edit-canvas/style/_material-definition.scss +3 -0
- package/lib/component/edit-canvas/style/_theme.scss +33 -0
- package/lib/component/edit-canvas/style/material.scss +3 -0
- package/lib/component/error-dialog/style/_layout.scss +40 -0
- package/lib/component/error-dialog/style/_material-definition.scss +3 -0
- package/lib/component/error-dialog/style/_theme.scss +10 -0
- package/lib/component/error-dialog/style/material.scss +3 -0
- package/lib/component/image-enhancer/style/_layout.scss +38 -0
- package/lib/component/image-enhancer/style/_material-definition.scss +7 -0
- package/lib/component/image-enhancer/style/_theme.scss +40 -0
- package/lib/component/image-enhancer/style/material.scss +3 -0
- package/lib/component/image-enhancer-style/style/_layout.scss +15 -0
- package/lib/component/image-enhancer-style/style/_material-definition.scss +3 -0
- package/lib/component/image-enhancer-style/style/_theme.scss +10 -0
- package/lib/component/image-enhancer-style/style/material.scss +3 -0
- package/lib/component/image-enhancer-upload/style/_layout.scss +18 -0
- package/lib/component/image-enhancer-upload/style/_material-definition.scss +3 -0
- package/lib/component/image-enhancer-upload/style/_theme.scss +10 -0
- package/lib/component/image-enhancer-upload/style/material.scss +3 -0
- package/lib/component/image-history/style/_layout.scss +46 -0
- package/lib/component/image-history/style/_material-definition.scss +3 -0
- package/lib/component/image-history/style/_theme.scss +16 -0
- package/lib/component/image-history/style/material.scss +3 -0
- package/lib/component/image-history-tile/style/_layout.scss +53 -0
- package/lib/component/image-history-tile/style/_material-definition.scss +3 -0
- package/lib/component/image-history-tile/style/_theme.scss +27 -0
- package/lib/component/image-history-tile/style/material.scss +3 -0
- package/lib/component/image-upload/style/_layout.scss +92 -0
- package/lib/component/image-upload/style/_material-definition.scss +6 -0
- package/lib/component/image-upload/style/_theme.scss +54 -0
- package/lib/component/image-upload/style/material.scss +3 -0
- package/lib/component/inphoto/style/_layout.scss +14 -0
- package/lib/component/inphoto/style/_material-definition.scss +3 -0
- package/lib/component/inphoto/style/_theme.scss +10 -0
- package/lib/component/inphoto/style/material.scss +3 -0
- package/lib/component/model-list/style/_layout.scss +7 -0
- package/lib/component/model-list/style/_material-definition.scss +3 -0
- package/lib/component/model-list/style/_theme.scss +10 -0
- package/lib/component/model-list/style/material.scss +3 -0
- package/lib/component/model-list-item/style/_layout.scss +69 -0
- package/lib/component/model-list-item/style/_material-definition.scss +4 -0
- package/lib/component/model-list-item/style/_theme.scss +10 -0
- package/lib/component/model-list-item/style/material.scss +3 -0
- package/lib/component/photo-editor/style/_layout.scss +30 -0
- package/lib/component/photo-editor/style/_material-definition.scss +3 -0
- package/lib/component/photo-editor/style/_theme.scss +8 -0
- package/lib/component/photo-editor/style/material.scss +3 -0
- package/lib/component/prepare-starting-image/style/_layout.scss +35 -0
- package/lib/component/prepare-starting-image/style/_material-definition.scss +3 -0
- package/lib/component/prepare-starting-image/style/_theme.scss +37 -0
- package/lib/component/prepare-starting-image/style/material.scss +3 -0
- package/lib/component/process-loader/style/_layout.scss +38 -0
- package/lib/component/process-loader/style/_material-definition.scss +3 -0
- package/lib/component/process-loader/style/_theme.scss +27 -0
- package/lib/component/process-loader/style/material.scss +3 -0
- package/lib/component/side-bar-menu/style/_layout.scss +40 -0
- package/lib/component/side-bar-menu/style/_material-definition.scss +3 -0
- package/lib/component/side-bar-menu/style/_theme.scss +19 -0
- package/lib/component/side-bar-menu/style/material.scss +3 -0
- package/lib/component/step-menu/style/_layout.scss +43 -0
- package/lib/component/step-menu/style/_material-definition.scss +7 -0
- package/lib/component/step-menu/style/_theme.scss +44 -0
- package/lib/component/step-menu/style/material.scss +3 -0
- package/lib/component/threedscene/style/_layout.scss +40 -0
- package/lib/component/threedscene/style/_material-definition.scss +3 -0
- package/lib/component/threedscene/style/_theme.scss +30 -0
- package/lib/component/threedscene/style/material.scss +3 -0
- package/lib/component/upload-starting-image/style/_layout.scss +44 -0
- package/lib/component/upload-starting-image/style/_material-definition.scss +3 -0
- package/lib/component/upload-starting-image/style/_theme.scss +28 -0
- package/lib/component/upload-starting-image/style/material.scss +3 -0
- package/lib/style/_mixin.scss +82 -0
- package/lib/style/_variables.scss +58 -0
- package/lib/style/app-globals.scss +26 -0
- package/package.json +35 -0
|
Binary file
|