@salla.sa/twilight-components 1.6.3 → 1.6.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.
Files changed (103) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/salla-button_27.cjs.entry.js +27877 -0
  3. package/dist/cjs/salla-loyalty-prize-item.cjs.entry.js +26 -0
  4. package/dist/cjs/salla-scopes.cjs.entry.js +9 -6
  5. package/dist/cjs/salla-select.cjs.entry.js +159 -0
  6. package/dist/cjs/twilight-components.cjs.js +1 -1
  7. package/dist/collection/assets/svg/caret-down.svg +0 -1
  8. package/dist/collection/assets/svg/images.svg +0 -1
  9. package/dist/collection/collection-manifest.json +5 -0
  10. package/dist/collection/components/salla-datetime-picker/interfaces.js +4 -0
  11. package/dist/collection/components/salla-datetime-picker/salla-datetime-picker.css +13 -0
  12. package/dist/collection/components/salla-datetime-picker/salla-datetime-picker.js +1374 -0
  13. package/dist/collection/components/salla-file-upload/interfaces.js +42 -0
  14. package/dist/collection/components/salla-file-upload/salla-file-upload.css +219 -0
  15. package/dist/collection/components/salla-file-upload/salla-file-upload.js +1435 -0
  16. package/dist/collection/components/salla-gifting/gift-schema.js +4 -0
  17. package/dist/collection/components/salla-gifting/intefaces.js +4 -0
  18. package/dist/collection/components/salla-gifting/salla-gifting.css +20 -0
  19. package/dist/collection/components/salla-gifting/salla-gifting.js +564 -0
  20. package/dist/collection/components/salla-localization-modal/salla-localization-modal.js +23 -13
  21. package/dist/collection/components/salla-login-modal/salla-login-modal.js +48 -29
  22. package/dist/collection/components/salla-loyalty/salla-loyalty-prize-item.css +3 -0
  23. package/dist/collection/components/salla-loyalty/salla-loyalty-prize-item.js +69 -0
  24. package/dist/collection/components/salla-loyalty/salla-loyalty.css +0 -4
  25. package/dist/collection/components/salla-loyalty/salla-loyalty.js +29 -16
  26. package/dist/collection/components/salla-modal/salla-modal.css +6 -1
  27. package/dist/collection/components/salla-offer-modal/salla-offer-modal.js +37 -13
  28. package/dist/collection/components/salla-product-size-guide/salla-product-size-guide.js +23 -8
  29. package/dist/collection/components/salla-rating-modal/salla-rating-modal.js +87 -64
  30. package/dist/collection/components/salla-scopes/salla-scopes.js +11 -7
  31. package/dist/collection/components/salla-search/salla-search.js +1 -1
  32. package/dist/collection/components/salla-select/salla-select.css +86 -0
  33. package/dist/collection/components/salla-select/salla-select.js +610 -0
  34. package/dist/collection/components/salla-social-share/salla-social-share.js +1 -3
  35. package/dist/collection/components/salla-tel-input/interfaces.js +4 -0
  36. package/dist/collection/components/salla-tel-input/salla-tel-input.css +1 -2
  37. package/dist/collection/components/salla-tel-input/salla-tel-input.js +32 -3
  38. package/dist/collection/components/salla-verify/salla-verify.js +1 -1
  39. package/dist/collection/global/app.js +15 -12
  40. package/dist/components/_commonjsHelpers.js +24 -0
  41. package/dist/components/anime.es.js +1312 -0
  42. package/dist/components/index.d.ts +5 -0
  43. package/dist/components/index.js +5 -0
  44. package/dist/components/salla-datetime-picker.d.ts +11 -0
  45. package/dist/components/salla-datetime-picker.js +9 -0
  46. package/dist/components/salla-datetime-picker2.js +2876 -0
  47. package/dist/components/salla-file-upload.d.ts +11 -0
  48. package/dist/components/salla-file-upload.js +9 -0
  49. package/dist/components/salla-file-upload2.js +14623 -0
  50. package/dist/components/salla-gifting.d.ts +11 -0
  51. package/dist/components/salla-gifting.js +499 -0
  52. package/dist/components/salla-localization-modal.js +31 -16
  53. package/dist/components/salla-login-modal.js +37 -20
  54. package/dist/components/salla-loyalty-prize-item.d.ts +11 -0
  55. package/dist/components/salla-loyalty-prize-item.js +42 -0
  56. package/dist/components/salla-loyalty.js +28 -17
  57. package/dist/components/salla-modal2.js +1 -1
  58. package/dist/components/salla-offer-modal.js +42 -12
  59. package/dist/components/salla-product-size-guide.js +21 -6
  60. package/dist/components/salla-rating-modal.js +47 -19
  61. package/dist/components/salla-scopes.js +10 -6
  62. package/dist/components/salla-search.js +1 -1
  63. package/dist/components/salla-select.d.ts +11 -0
  64. package/dist/components/salla-select.js +199 -0
  65. package/dist/components/salla-social-share.js +2 -1311
  66. package/dist/components/salla-swiper2.js +9 -9
  67. package/dist/components/salla-tel-input2.js +15 -18
  68. package/dist/components/salla-verify2.js +1 -1
  69. package/dist/esm/loader.js +1 -1
  70. package/dist/esm/salla-button_27.entry.js +27847 -0
  71. package/dist/esm/salla-loyalty-prize-item.entry.js +22 -0
  72. package/dist/esm/salla-scopes.entry.js +9 -6
  73. package/dist/esm/salla-select.entry.js +155 -0
  74. package/dist/esm/twilight-components.js +1 -1
  75. package/dist/twilight-components/p-49125b6a.entry.js +4 -0
  76. package/dist/twilight-components/p-6087187d.entry.js +22 -0
  77. package/dist/twilight-components/p-9a25753c.entry.js +4 -0
  78. package/dist/twilight-components/p-df1eb1e5.entry.js +4 -0
  79. package/dist/twilight-components/twilight-components.esm.js +1 -1
  80. package/dist/types/components/salla-datetime-picker/interfaces.d.ts +8 -0
  81. package/dist/types/components/salla-datetime-picker/salla-datetime-picker.d.ts +250 -0
  82. package/dist/types/components/salla-file-upload/interfaces.d.ts +766 -0
  83. package/dist/types/components/salla-file-upload/salla-file-upload.d.ts +267 -0
  84. package/dist/types/components/salla-gifting/gift-schema.d.ts +20 -0
  85. package/dist/types/components/salla-gifting/intefaces.d.ts +18 -0
  86. package/dist/types/components/salla-gifting/salla-gifting.d.ts +98 -0
  87. package/dist/types/components/salla-localization-modal/salla-localization-modal.d.ts +3 -2
  88. package/dist/types/components/salla-login-modal/salla-login-modal.d.ts +13 -3
  89. package/dist/types/components/salla-loyalty/salla-loyalty-prize-item.d.ts +8 -0
  90. package/dist/types/components/salla-loyalty/salla-loyalty.d.ts +2 -0
  91. package/dist/types/components/salla-offer-modal/salla-offer-modal.d.ts +3 -1
  92. package/dist/types/components/salla-product-size-guide/salla-product-size-guide.d.ts +4 -0
  93. package/dist/types/components/salla-rating-modal/salla-rating-modal.d.ts +3 -2
  94. package/dist/types/components/salla-scopes/salla-scopes.d.ts +1 -0
  95. package/dist/types/components/salla-select/salla-select.d.ts +110 -0
  96. package/dist/types/components/salla-tel-input/interfaces.d.ts +4 -0
  97. package/dist/types/components/salla-tel-input/salla-tel-input.d.ts +3 -0
  98. package/dist/types/components.d.ts +1253 -10
  99. package/package.json +3 -3
  100. package/dist/cjs/salla-button_24.cjs.entry.js +0 -10087
  101. package/dist/esm/salla-button_24.entry.js +0 -10060
  102. package/dist/twilight-components/p-30b2c5b0.entry.js +0 -4
  103. package/dist/twilight-components/p-5fb32395.entry.js +0 -4
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * Crafted with ❤ by Salla
3
+ */
4
+ export var FileStatus;
5
+ (function (FileStatus) {
6
+ FileStatus[FileStatus["INIT"] = 1] = "INIT";
7
+ FileStatus[FileStatus["IDLE"] = 2] = "IDLE";
8
+ FileStatus[FileStatus["PROCESSING_QUEUED"] = 9] = "PROCESSING_QUEUED";
9
+ FileStatus[FileStatus["PROCESSING"] = 3] = "PROCESSING";
10
+ FileStatus[FileStatus["PROCESSING_COMPLETE"] = 5] = "PROCESSING_COMPLETE";
11
+ FileStatus[FileStatus["PROCESSING_ERROR"] = 6] = "PROCESSING_ERROR";
12
+ FileStatus[FileStatus["PROCESSING_REVERT_ERROR"] = 10] = "PROCESSING_REVERT_ERROR";
13
+ FileStatus[FileStatus["LOADING"] = 7] = "LOADING";
14
+ FileStatus[FileStatus["LOAD_ERROR"] = 8] = "LOAD_ERROR";
15
+ })(FileStatus || (FileStatus = {}));
16
+ export var Status;
17
+ (function (Status) {
18
+ Status[Status["EMPTY"] = 0] = "EMPTY";
19
+ Status[Status["IDLE"] = 1] = "IDLE";
20
+ Status[Status["ERROR"] = 2] = "ERROR";
21
+ Status[Status["BUSY"] = 3] = "BUSY";
22
+ Status[Status["READY"] = 4] = "READY";
23
+ })(Status || (Status = {}));
24
+ export var FileOrigin;
25
+ (function (FileOrigin) {
26
+ FileOrigin[FileOrigin["INPUT"] = 1] = "INPUT";
27
+ FileOrigin[FileOrigin["LIMBO"] = 2] = "LIMBO";
28
+ FileOrigin[FileOrigin["LOCAL"] = 3] = "LOCAL";
29
+ })(FileOrigin || (FileOrigin = {}));
30
+ /**
31
+ * A custom FilePond File.
32
+ */
33
+ export class FilePondFile {
34
+ }
35
+ // TODO delete
36
+ /**
37
+ * A custom FilePond File. Don't confuse this with the native `File` type.
38
+ *
39
+ * @deprecated use `FilePondFile` instead. This type will be removed in a future release.
40
+ */
41
+ export class File extends FilePondFile {
42
+ }
@@ -0,0 +1,219 @@
1
+ /*!
2
+ * FilePond 4.30.4
3
+ * Licensed under MIT, https://opensource.org/licenses/MIT/
4
+ * Please visit https://pqina.nl/filepond/ for details.
5
+ */
6
+
7
+ /* eslint-disable */
8
+ .filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
9
+ /*!
10
+ * FilePondPluginImagePreview 4.6.11
11
+ * Licensed under MIT, https://opensource.org/licenses/MIT/
12
+ * Please visit https://pqina.nl/filepond/ for details.
13
+ */
14
+
15
+ /* eslint-disable */
16
+ .filepond--image-preview-markup {
17
+ position: absolute;
18
+ left: 0;
19
+ top: 0;
20
+ }
21
+ .filepond--image-preview-wrapper {
22
+ z-index: 2;
23
+ }
24
+ .filepond--image-preview-overlay {
25
+ display: block;
26
+ position: absolute;
27
+ left: 0;
28
+ top: 0;
29
+ width: 100%;
30
+ min-height: 5rem;
31
+ max-height: 7rem;
32
+ margin: 0;
33
+ opacity: 0;
34
+ z-index: 2;
35
+ pointer-events: none;
36
+ -webkit-user-select: none;
37
+ -moz-user-select: none;
38
+ -ms-user-select: none;
39
+ user-select: none;
40
+ }
41
+ .filepond--image-preview-overlay svg {
42
+ width: 100%;
43
+ height: auto;
44
+ color: inherit;
45
+ max-height: inherit;
46
+ }
47
+ .filepond--image-preview-overlay-idle {
48
+ mix-blend-mode: multiply;
49
+ color: rgba(40, 40, 40, 0.85);
50
+ }
51
+ .filepond--image-preview-overlay-success {
52
+ mix-blend-mode: normal;
53
+ color: rgba(54, 151, 99, 1);
54
+ }
55
+ .filepond--image-preview-overlay-failure {
56
+ mix-blend-mode: normal;
57
+ color: rgba(196, 78, 71, 1);
58
+ }
59
+ /* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
60
+ @supports (-webkit-marquee-repetition: infinite) and
61
+ ((-o-object-fit: fill) or (object-fit: fill)) {
62
+ .filepond--image-preview-overlay-idle {
63
+ mix-blend-mode: normal;
64
+ }
65
+ }
66
+ .filepond--image-preview-wrapper {
67
+ /* no interaction */
68
+ -webkit-user-select: none;
69
+ -moz-user-select: none;
70
+ -ms-user-select: none;
71
+ user-select: none;
72
+
73
+ /* have preview fill up all available space */
74
+ position: absolute;
75
+ left: 0;
76
+ top: 0;
77
+ right: 0;
78
+ height: 100%;
79
+ margin: 0;
80
+
81
+ /* radius is .05em less to prevent the panel background color from shining through */
82
+ border-radius: 0.45em;
83
+ overflow: hidden;
84
+
85
+ /* this seems to prevent Chrome from redrawing this layer constantly */
86
+ background: rgba(0, 0, 0, 0.01);
87
+ }
88
+ .filepond--image-preview {
89
+ position: absolute;
90
+ left: 0;
91
+ top: 0;
92
+ z-index: 1;
93
+ display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
94
+ align-items: center;
95
+ height: 100%;
96
+ width: 100%;
97
+ pointer-events: none;
98
+ background: #222;
99
+
100
+ /* will be animated */
101
+ will-change: transform, opacity;
102
+ }
103
+ .filepond--image-clip {
104
+ position: relative;
105
+ overflow: hidden;
106
+ margin: 0 auto;
107
+
108
+ /* transparency indicator (currently only supports grid or basic color) */
109
+ }
110
+ .filepond--image-clip[data-transparency-indicator='grid'] img,
111
+ .filepond--image-clip[data-transparency-indicator='grid'] canvas {
112
+ background-color: #fff;
113
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
114
+ background-size: 1.25em 1.25em;
115
+ }
116
+ .filepond--image-bitmap,
117
+ .filepond--image-vector {
118
+ position: absolute;
119
+ left: 0;
120
+ top: 0;
121
+ will-change: transform;
122
+ }
123
+ .filepond--root[data-style-panel-layout~='integrated']
124
+ .filepond--image-preview-wrapper {
125
+ border-radius: 0;
126
+ }
127
+ .filepond--root[data-style-panel-layout~='integrated']
128
+ .filepond--image-preview {
129
+ height: 100%;
130
+ display: flex;
131
+ justify-content: center;
132
+ align-items: center;
133
+ }
134
+ .filepond--root[data-style-panel-layout~='circle']
135
+ .filepond--image-preview-wrapper {
136
+ border-radius: 99999rem;
137
+ }
138
+ .filepond--root[data-style-panel-layout~='circle']
139
+ .filepond--image-preview-overlay {
140
+ top: auto;
141
+ bottom: 0;
142
+ -webkit-transform: scaleY(-1);
143
+ transform: scaleY(-1);
144
+ }
145
+ .filepond--root[data-style-panel-layout~='circle']
146
+ .filepond--file
147
+ .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
148
+ margin-bottom: 0.325em;
149
+ }
150
+ .filepond--root[data-style-panel-layout~='circle']
151
+ .filepond--file
152
+ [data-align*='left'] {
153
+ left: calc(50% - 3em);
154
+ }
155
+ .filepond--root[data-style-panel-layout~='circle']
156
+ .filepond--file
157
+ [data-align*='right'] {
158
+ right: calc(50% - 3em);
159
+ }
160
+ .filepond--root[data-style-panel-layout~='circle']
161
+ .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
162
+ .filepond--root[data-style-panel-layout~='circle']
163
+ .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
164
+ margin-bottom: calc(0.325em + 0.1875em);
165
+ }
166
+ .filepond--root[data-style-panel-layout~='circle']
167
+ .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
168
+ margin-top: 0;
169
+ margin-bottom: 0.1875em;
170
+ margin-left: 0.1875em;
171
+ }
172
+
173
+ /*!
174
+ * FilePondPluginImageEdit 1.6.3
175
+ * Licensed under MIT, https://opensource.org/licenses/MIT/
176
+ * Please visit https://pqina.nl/filepond/ for details.
177
+ */
178
+
179
+ /* eslint-disable */
180
+ .filepond--action-edit-item.filepond--action-edit-item {
181
+ width: 2em;
182
+ height: 2em;
183
+ padding: 0.1875em;
184
+ }
185
+
186
+ .filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
187
+ margin-left: -0.1875em;
188
+ }
189
+
190
+ .filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
191
+ margin-bottom: -0.1875em;
192
+ }
193
+
194
+ .filepond--action-edit-item-alt {
195
+ border: none;
196
+ line-height: inherit;
197
+ background: transparent;
198
+ font-family: inherit;
199
+ color: inherit;
200
+ outline: none;
201
+ padding: 0;
202
+ margin: 0 0 0 0.25em;
203
+ pointer-events: all;
204
+ position: absolute;
205
+ }
206
+
207
+ .filepond--action-edit-item-alt svg {
208
+ width: 1.3125em;
209
+ height: 1.3125em;
210
+ }
211
+
212
+ .filepond--action-edit-item-alt span {
213
+ font-size: 0;
214
+ opacity: 0;
215
+ }
216
+ .filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
217
+ opacity: 1 !important;
218
+ visibility: visible !important;
219
+ }