@colijnit/inphoto 262.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.
Files changed (87) hide show
  1. package/fesm2022/colijnit-inphoto.mjs +5361 -0
  2. package/fesm2022/colijnit-inphoto.mjs.map +1 -0
  3. package/index.d.ts +1093 -0
  4. package/lib/component/back-next-buttons/style/_layout.scss +15 -0
  5. package/lib/component/back-next-buttons/style/_material-definition.scss +3 -0
  6. package/lib/component/back-next-buttons/style/_theme.scss +18 -0
  7. package/lib/component/back-next-buttons/style/material.scss +3 -0
  8. package/lib/component/catalog/style/_layout.scss +84 -0
  9. package/lib/component/catalog/style/_material-definition.scss +3 -0
  10. package/lib/component/catalog/style/_theme.scss +17 -0
  11. package/lib/component/catalog/style/material.scss +3 -0
  12. package/lib/component/edit-canvas/style/_layout.scss +87 -0
  13. package/lib/component/edit-canvas/style/_material-definition.scss +3 -0
  14. package/lib/component/edit-canvas/style/_theme.scss +33 -0
  15. package/lib/component/edit-canvas/style/material.scss +3 -0
  16. package/lib/component/error-dialog/style/_layout.scss +40 -0
  17. package/lib/component/error-dialog/style/_material-definition.scss +3 -0
  18. package/lib/component/error-dialog/style/_theme.scss +10 -0
  19. package/lib/component/error-dialog/style/material.scss +3 -0
  20. package/lib/component/image-enhancer/style/_layout.scss +38 -0
  21. package/lib/component/image-enhancer/style/_material-definition.scss +7 -0
  22. package/lib/component/image-enhancer/style/_theme.scss +40 -0
  23. package/lib/component/image-enhancer/style/material.scss +3 -0
  24. package/lib/component/image-enhancer-style/style/_layout.scss +15 -0
  25. package/lib/component/image-enhancer-style/style/_material-definition.scss +3 -0
  26. package/lib/component/image-enhancer-style/style/_theme.scss +10 -0
  27. package/lib/component/image-enhancer-style/style/material.scss +3 -0
  28. package/lib/component/image-enhancer-upload/style/_layout.scss +18 -0
  29. package/lib/component/image-enhancer-upload/style/_material-definition.scss +3 -0
  30. package/lib/component/image-enhancer-upload/style/_theme.scss +10 -0
  31. package/lib/component/image-enhancer-upload/style/material.scss +3 -0
  32. package/lib/component/image-history/style/_layout.scss +46 -0
  33. package/lib/component/image-history/style/_material-definition.scss +3 -0
  34. package/lib/component/image-history/style/_theme.scss +16 -0
  35. package/lib/component/image-history/style/material.scss +3 -0
  36. package/lib/component/image-history-tile/style/_layout.scss +53 -0
  37. package/lib/component/image-history-tile/style/_material-definition.scss +3 -0
  38. package/lib/component/image-history-tile/style/_theme.scss +27 -0
  39. package/lib/component/image-history-tile/style/material.scss +3 -0
  40. package/lib/component/image-upload/style/_layout.scss +92 -0
  41. package/lib/component/image-upload/style/_material-definition.scss +6 -0
  42. package/lib/component/image-upload/style/_theme.scss +54 -0
  43. package/lib/component/image-upload/style/material.scss +3 -0
  44. package/lib/component/inphoto/style/_layout.scss +14 -0
  45. package/lib/component/inphoto/style/_material-definition.scss +3 -0
  46. package/lib/component/inphoto/style/_theme.scss +10 -0
  47. package/lib/component/inphoto/style/material.scss +3 -0
  48. package/lib/component/model-list/style/_layout.scss +7 -0
  49. package/lib/component/model-list/style/_material-definition.scss +3 -0
  50. package/lib/component/model-list/style/_theme.scss +10 -0
  51. package/lib/component/model-list/style/material.scss +3 -0
  52. package/lib/component/model-list-item/style/_layout.scss +69 -0
  53. package/lib/component/model-list-item/style/_material-definition.scss +4 -0
  54. package/lib/component/model-list-item/style/_theme.scss +10 -0
  55. package/lib/component/model-list-item/style/material.scss +3 -0
  56. package/lib/component/photo-editor/style/_layout.scss +30 -0
  57. package/lib/component/photo-editor/style/_material-definition.scss +3 -0
  58. package/lib/component/photo-editor/style/_theme.scss +8 -0
  59. package/lib/component/photo-editor/style/material.scss +3 -0
  60. package/lib/component/prepare-starting-image/style/_layout.scss +35 -0
  61. package/lib/component/prepare-starting-image/style/_material-definition.scss +3 -0
  62. package/lib/component/prepare-starting-image/style/_theme.scss +37 -0
  63. package/lib/component/prepare-starting-image/style/material.scss +3 -0
  64. package/lib/component/process-loader/style/_layout.scss +38 -0
  65. package/lib/component/process-loader/style/_material-definition.scss +3 -0
  66. package/lib/component/process-loader/style/_theme.scss +27 -0
  67. package/lib/component/process-loader/style/material.scss +3 -0
  68. package/lib/component/side-bar-menu/style/_layout.scss +40 -0
  69. package/lib/component/side-bar-menu/style/_material-definition.scss +3 -0
  70. package/lib/component/side-bar-menu/style/_theme.scss +19 -0
  71. package/lib/component/side-bar-menu/style/material.scss +3 -0
  72. package/lib/component/step-menu/style/_layout.scss +43 -0
  73. package/lib/component/step-menu/style/_material-definition.scss +7 -0
  74. package/lib/component/step-menu/style/_theme.scss +44 -0
  75. package/lib/component/step-menu/style/material.scss +3 -0
  76. package/lib/component/threedscene/style/_layout.scss +40 -0
  77. package/lib/component/threedscene/style/_material-definition.scss +3 -0
  78. package/lib/component/threedscene/style/_theme.scss +30 -0
  79. package/lib/component/threedscene/style/material.scss +3 -0
  80. package/lib/component/upload-starting-image/style/_layout.scss +44 -0
  81. package/lib/component/upload-starting-image/style/_material-definition.scss +3 -0
  82. package/lib/component/upload-starting-image/style/_theme.scss +28 -0
  83. package/lib/component/upload-starting-image/style/material.scss +3 -0
  84. package/lib/style/_mixin.scss +82 -0
  85. package/lib/style/_variables.scss +58 -0
  86. package/lib/style/app-globals.scss +26 -0
  87. package/package.json +35 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.