@adyen/adyen-platform-experience-web 1.6.0 → 1.7.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 (170) hide show
  1. package/README.md +1 -1
  2. package/dist/adyen-platform-experience-web.css +1 -1
  3. package/dist/{angle-right-Bb55rXYe.cjs → angle-right-BYzD_-Ft.cjs} +2 -2
  4. package/dist/{angle-right-Bb55rXYe.cjs.map → angle-right-BYzD_-Ft.cjs.map} +1 -1
  5. package/dist/{checkmark-DiDm_wM9.cjs → checkmark-BvN7Hdc4.cjs} +2 -2
  6. package/dist/{checkmark-DiDm_wM9.cjs.map → checkmark-BvN7Hdc4.cjs.map} +1 -1
  7. package/dist/{checkmark-circle-fill-Cw6AyXxm.cjs → checkmark-circle-fill-B2FBCXMi.cjs} +2 -2
  8. package/dist/{checkmark-circle-fill-Cw6AyXxm.cjs.map → checkmark-circle-fill-B2FBCXMi.cjs.map} +1 -1
  9. package/dist/{checkmark-square-fill-B0JKpJWE.cjs → checkmark-square-fill-C0yzqh08.cjs} +2 -2
  10. package/dist/{checkmark-square-fill-B0JKpJWE.cjs.map → checkmark-square-fill-C0yzqh08.cjs.map} +1 -1
  11. package/dist/{chevron-down-BhSTKYlw.cjs → chevron-down-Bh5iG-g7.cjs} +2 -2
  12. package/dist/{chevron-down-BhSTKYlw.cjs.map → chevron-down-Bh5iG-g7.cjs.map} +1 -1
  13. package/dist/{chevron-left-D-GWfC1v.cjs → chevron-left-CslKDyxG.cjs} +2 -2
  14. package/dist/{chevron-left-D-GWfC1v.cjs.map → chevron-left-CslKDyxG.cjs.map} +1 -1
  15. package/dist/{chevron-right-CSehcQXv.cjs → chevron-right-B86-08tq.cjs} +2 -2
  16. package/dist/{chevron-right-CSehcQXv.cjs.map → chevron-right-B86-08tq.cjs.map} +1 -1
  17. package/dist/{chevron-up-D8g7ZBDG.cjs → chevron-up-DRKXzgCM.cjs} +2 -2
  18. package/dist/{chevron-up-D8g7ZBDG.cjs.map → chevron-up-DRKXzgCM.cjs.map} +1 -1
  19. package/dist/cjs/index.js +1 -1
  20. package/dist/{copy-BOKezSIj.cjs → copy--wgagwiQ.cjs} +2 -2
  21. package/dist/{copy-BOKezSIj.cjs.map → copy--wgagwiQ.cjs.map} +1 -1
  22. package/dist/{cross-BMK10x3R.cjs → cross-BWhI1OkU.cjs} +2 -2
  23. package/dist/{cross-BMK10x3R.cjs.map → cross-BWhI1OkU.cjs.map} +1 -1
  24. package/dist/{cross-circle-fill-DzWguWQ6.cjs → cross-circle-fill-CNa1fp55.cjs} +2 -2
  25. package/dist/{cross-circle-fill-DzWguWQ6.cjs.map → cross-circle-fill-CNa1fp55.cjs.map} +1 -1
  26. package/dist/{download-DciFfoOz.cjs → download-v3aQcc7_.cjs} +2 -2
  27. package/dist/{download-DciFfoOz.cjs.map → download-v3aQcc7_.cjs.map} +1 -1
  28. package/dist/es/components/external/CapitalOverview/components/GrantActions/GrantActions.js +133 -0
  29. package/dist/es/components/external/CapitalOverview/components/GrantActions/constants.js +9 -0
  30. package/dist/es/components/external/CapitalOverview/components/GrantItem/GrantItem.js +39 -40
  31. package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.js +11 -11
  32. package/dist/es/components/external/TransactionDetails/components/refund/TransactionRefundAmount.js +19 -19
  33. package/dist/es/components/internal/Accordion/Accordion.js +19 -20
  34. package/dist/es/components/internal/Button/DownloadButton/DownloadButton.js +37 -37
  35. package/dist/es/components/internal/Calendar/hooks/useCalendarControlsRendering.js +18 -19
  36. package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +47 -48
  37. package/dist/es/components/internal/FormFields/Select/Select.js +29 -29
  38. package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +27 -27
  39. package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +27 -29
  40. package/dist/es/components/internal/Pagination/Pagination.js +41 -38
  41. package/dist/es/components/internal/Popover/Popover.js +95 -92
  42. package/dist/es/components/internal/Popover/types.js +2 -2
  43. package/dist/es/components/internal/Tooltip/Tooltip.js +28 -32
  44. package/dist/es/constants/dateFormats.js +19 -18
  45. package/dist/es/core/Http/utils.js +1 -1
  46. package/dist/es/core/core.js +1 -1
  47. package/dist/es/hooks/element/usePopoverPositioner.js +129 -89
  48. package/dist/es/translations/en-US.json.js +4 -0
  49. package/dist/{external-link-B2F_A_Cq.cjs → external-link-Y0ITwX_D.cjs} +2 -2
  50. package/dist/{external-link-B2F_A_Cq.cjs.map → external-link-Y0ITwX_D.cjs.map} +1 -1
  51. package/dist/{filter-D22HZfjz.cjs → filter-B0jf9LNT.cjs} +2 -2
  52. package/dist/{filter-D22HZfjz.cjs.map → filter-B0jf9LNT.cjs.map} +1 -1
  53. package/dist/index-CldOsFs0.cjs +12 -0
  54. package/dist/index-CldOsFs0.cjs.map +1 -0
  55. package/dist/{info-filled-DChkt5PM.cjs → info-filled-DWI7yYIK.cjs} +2 -2
  56. package/dist/{info-filled-DChkt5PM.cjs.map → info-filled-DWI7yYIK.cjs.map} +1 -1
  57. package/dist/{minus-circle-outline-o-wMYGB7.cjs → minus-circle-outline-TX4FRKCq.cjs} +2 -2
  58. package/dist/{minus-circle-outline-o-wMYGB7.cjs.map → minus-circle-outline-TX4FRKCq.cjs.map} +1 -1
  59. package/dist/{plus-IYFySo3s.cjs → plus-WkQleJCL.cjs} +2 -2
  60. package/dist/{plus-IYFySo3s.cjs.map → plus-WkQleJCL.cjs.map} +1 -1
  61. package/dist/{plus-circle-outline-CoI6-j9k.cjs → plus-circle-outline-BSbUWJEJ.cjs} +2 -2
  62. package/dist/{plus-circle-outline-CoI6-j9k.cjs.map → plus-circle-outline-BSbUWJEJ.cjs.map} +1 -1
  63. package/dist/{square-DN8rGu6b.cjs → square-wBNy5hkk.cjs} +2 -2
  64. package/dist/{square-DN8rGu6b.cjs.map → square-wBNy5hkk.cjs.map} +1 -1
  65. package/dist/{trash-can-DIrL2Xi0.cjs → trash-can-BtOHiu0D.cjs} +2 -2
  66. package/dist/{trash-can-DIrL2Xi0.cjs.map → trash-can-BtOHiu0D.cjs.map} +1 -1
  67. package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts +2 -2
  68. package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts.map +1 -1
  69. package/dist/types/components/external/CapitalOverview/components/GrantActions/GrantActions.d.ts +9 -0
  70. package/dist/types/components/external/CapitalOverview/components/GrantActions/GrantActions.d.ts.map +1 -0
  71. package/dist/types/components/external/CapitalOverview/components/GrantActions/constants.d.ts +7 -0
  72. package/dist/types/components/external/CapitalOverview/components/{GrantAction → GrantActions}/constants.d.ts.map +1 -1
  73. package/dist/types/components/external/CapitalOverview/components/GrantActions/utils.d.ts.map +1 -0
  74. package/dist/types/components/external/CapitalOverview/components/GrantItem/GrantItem.d.ts.map +1 -1
  75. package/dist/types/components/external/ReportsOverview/components/ReportsTable/ReportsTable.d.ts.map +1 -1
  76. package/dist/types/components/internal/Accordion/Accordion.d.ts.map +1 -1
  77. package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts +5 -21
  78. package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts.map +1 -1
  79. package/dist/types/components/internal/Calendar/hooks/useCalendarControlsRendering.d.ts.map +1 -1
  80. package/dist/types/components/internal/ExpandableCard/ExpandableCard.d.ts.map +1 -1
  81. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts.map +1 -1
  82. package/dist/types/components/internal/Pagination/Pagination.d.ts +1 -1
  83. package/dist/types/components/internal/Pagination/Pagination.d.ts.map +1 -1
  84. package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -1
  85. package/dist/types/components/internal/Popover/types.d.ts +4 -2
  86. package/dist/types/components/internal/Popover/types.d.ts.map +1 -1
  87. package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +1 -1
  88. package/dist/types/components/internal/Tooltip/Tooltip.d.ts.map +1 -1
  89. package/dist/types/constants/dateFormats.d.ts +1 -0
  90. package/dist/types/constants/dateFormats.d.ts.map +1 -1
  91. package/dist/types/core/ConfigContext/context.d.ts +38 -20
  92. package/dist/types/core/ConfigContext/context.d.ts.map +1 -1
  93. package/dist/types/core/ConfigContext/session/AuthSession.d.ts +76 -40
  94. package/dist/types/core/ConfigContext/session/AuthSession.d.ts.map +1 -1
  95. package/dist/types/core/ConfigContext/session/SetupContext.d.ts +38 -20
  96. package/dist/types/core/ConfigContext/session/SetupContext.d.ts.map +1 -1
  97. package/dist/types/core/ConfigContext/types.d.ts +7 -1
  98. package/dist/types/core/ConfigContext/types.d.ts.map +1 -1
  99. package/dist/types/hooks/element/usePopoverPositioner.d.ts +1 -1
  100. package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -1
  101. package/dist/types/hooks/useTableColumns.d.ts +1 -1
  102. package/dist/types/translations/index.d.ts +4 -0
  103. package/dist/types/translations/index.d.ts.map +1 -1
  104. package/dist/types/types/api/endpoints.d.ts +4 -2
  105. package/dist/types/types/api/endpoints.d.ts.map +1 -1
  106. package/dist/types/types/api/models/capital.d.ts +10 -6
  107. package/dist/types/types/api/models/capital.d.ts.map +1 -1
  108. package/dist/types/types/api/resources/BalanceAccountsResource.d.ts +56 -28
  109. package/dist/types/types/api/resources/BalanceAccountsResource.d.ts.map +1 -1
  110. package/dist/types/types/api/resources/CapitalGrantOffersResource.d.ts +182 -0
  111. package/dist/types/types/api/resources/CapitalGrantOffersResource.d.ts.map +1 -0
  112. package/dist/types/types/api/resources/CapitalGrantsResource.d.ts +190 -0
  113. package/dist/types/types/api/resources/CapitalGrantsResource.d.ts.map +1 -0
  114. package/dist/types/types/api/resources/CapitalMissingActionsResource.d.ts +112 -0
  115. package/dist/types/types/api/resources/CapitalMissingActionsResource.d.ts.map +1 -0
  116. package/dist/types/types/api/resources/SetupResource.d.ts +33 -15
  117. package/dist/types/types/api/resources/SetupResource.d.ts.map +1 -1
  118. package/dist/types/utils/abort/main.d.ts +1 -2
  119. package/dist/types/utils/abort/main.d.ts.map +1 -1
  120. package/dist/{upload-deLJWgy1.cjs → upload-CwRQ9v3Y.cjs} +2 -2
  121. package/dist/{upload-deLJWgy1.cjs.map → upload-CwRQ9v3Y.cjs.map} +1 -1
  122. package/dist/{warning-DhLYlOp4.cjs → warning-DBphva9h.cjs} +2 -2
  123. package/dist/{warning-DhLYlOp4.cjs.map → warning-DBphva9h.cjs.map} +1 -1
  124. package/dist/{warning-filled-B9O_Hc7Y.cjs → warning-filled-Ctsg1oEC.cjs} +2 -2
  125. package/dist/{warning-filled-B9O_Hc7Y.cjs.map → warning-filled-Ctsg1oEC.cjs.map} +1 -1
  126. package/package.json +20 -43
  127. package/dist/es/components/external/CapitalOverview/components/GrantAction/GrantAction.js +0 -65
  128. package/dist/es/components/external/CapitalOverview/components/GrantAction/constants.js +0 -6
  129. package/dist/es/components/internal/SVGIcons/CheckedBox.js +0 -15
  130. package/dist/es/components/internal/SVGIcons/Checkmark.js +0 -17
  131. package/dist/es/components/internal/SVGIcons/ChevronDown.js +0 -17
  132. package/dist/es/components/internal/SVGIcons/ChevronLeft.js +0 -17
  133. package/dist/es/components/internal/SVGIcons/ChevronRight.js +0 -17
  134. package/dist/es/components/internal/SVGIcons/ChevronUp.js +0 -17
  135. package/dist/es/components/internal/SVGIcons/CloseCircle.js +0 -16
  136. package/dist/es/components/internal/SVGIcons/Download.js +0 -20
  137. package/dist/es/components/internal/SVGIcons/UncheckedBox.js +0 -9
  138. package/dist/es/components/internal/SVGIcons/Warning.js +0 -21
  139. package/dist/index-CmIP-V4s.cjs +0 -12
  140. package/dist/index-CmIP-V4s.cjs.map +0 -1
  141. package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts +0 -5
  142. package/dist/types/components/external/CapitalOverview/components/GrantAction/GrantAction.d.ts.map +0 -1
  143. package/dist/types/components/external/CapitalOverview/components/GrantAction/constants.d.ts +0 -4
  144. package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts +0 -7
  145. package/dist/types/components/external/CapitalOverview/components/GrantAction/types.d.ts.map +0 -1
  146. package/dist/types/components/external/CapitalOverview/components/GrantAction/utils.d.ts.map +0 -1
  147. package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts +0 -10
  148. package/dist/types/components/internal/SVGIcons/CheckedBox.d.ts.map +0 -1
  149. package/dist/types/components/internal/SVGIcons/Checkmark.d.ts +0 -10
  150. package/dist/types/components/internal/SVGIcons/Checkmark.d.ts.map +0 -1
  151. package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts +0 -10
  152. package/dist/types/components/internal/SVGIcons/ChevronDown.d.ts.map +0 -1
  153. package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts +0 -10
  154. package/dist/types/components/internal/SVGIcons/ChevronLeft.d.ts.map +0 -1
  155. package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts +0 -10
  156. package/dist/types/components/internal/SVGIcons/ChevronRight.d.ts.map +0 -1
  157. package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts +0 -10
  158. package/dist/types/components/internal/SVGIcons/ChevronUp.d.ts.map +0 -1
  159. package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts +0 -7
  160. package/dist/types/components/internal/SVGIcons/CloseCircle.d.ts.map +0 -1
  161. package/dist/types/components/internal/SVGIcons/Download.d.ts +0 -7
  162. package/dist/types/components/internal/SVGIcons/Download.d.ts.map +0 -1
  163. package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts +0 -10
  164. package/dist/types/components/internal/SVGIcons/UncheckedBox.d.ts.map +0 -1
  165. package/dist/types/components/internal/SVGIcons/Warning.d.ts +0 -7
  166. package/dist/types/components/internal/SVGIcons/Warning.d.ts.map +0 -1
  167. package/dist/types/types/api/resources/CapitalResource.d.ts +0 -255
  168. package/dist/types/types/api/resources/CapitalResource.d.ts.map +0 -1
  169. /package/dist/es/components/external/CapitalOverview/components/{GrantAction → GrantActions}/utils.js +0 -0
  170. /package/dist/types/components/external/CapitalOverview/components/{GrantAction → GrantActions}/utils.d.ts +0 -0
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-CmIP-V4s.cjs"),e=l=>a.u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",...l,children:[a.u("path",{fill:"currentColor",d:"M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z"}),a.u("path",{fill:"currentColor",d:"m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1"})]});exports.default=e;
2
- //# sourceMappingURL=warning-DhLYlOp4.cjs.map
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-CldOsFs0.cjs"),e=l=>a.u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",...l,children:[a.u("path",{fill:"currentColor",d:"M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z"}),a.u("path",{fill:"currentColor",d:"m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1"})]});exports.default=e;
2
+ //# sourceMappingURL=warning-DBphva9h.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"warning-DhLYlOp4.cjs","sources":["../src/images/icons/warning.svg?component"],"sourcesContent":["import { jsx, jsxs } from \"react/jsx-runtime\";\nconst SvgWarning = (props) => /* @__PURE__ */ jsxs(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", fill: \"none\", viewBox: \"0 0 16 16\", ...props, children: [\n /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z\" }),\n /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1\" })\n] });\nexport default SvgWarning;\n"],"names":["SvgWarning","props","jsxs","jsx"],"mappings":"wHACMA,EAAcC,GAA0BC,EAAI,EAAC,MAAO,CAAE,MAAO,6BAA8B,KAAM,OAAQ,QAAS,YAAa,GAAGD,EAAO,SAAU,CACvIE,EAAG,EAAC,OAAQ,CAAE,KAAM,eAAgB,EAAG,2JAA4J,EACnMA,EAAG,EAAC,OAAQ,CAAE,KAAM,eAAgB,EAAG,2ZAA6Z,CAAA,CACtd,CAAG,CAAA"}
1
+ {"version":3,"file":"warning-DBphva9h.cjs","sources":["../src/images/icons/warning.svg?component"],"sourcesContent":["import { jsx, jsxs } from \"react/jsx-runtime\";\nconst SvgWarning = (props) => /* @__PURE__ */ jsxs(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", fill: \"none\", viewBox: \"0 0 16 16\", ...props, children: [\n /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"M8.75 4.58h-1.5v4.5h1.5zm-.04 6.04a1 1 0 0 0-.51-.27 1 1 0 0 0-1.2.99q.01.41.29.71.3.29.71.29.3 0 .56-.17.24-.17.37-.45.12-.28.06-.58a1 1 0 0 0-.27-.51z\" }),\n /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"m9.95 2.21 5.4 9.32v-.01q.3.52.3 1.13a2.2 2.2 0 0 1-1.13 1.95q-.52.3-1.12.3H2.6a2.2 2.2 0 0 1-1.95-1.12q-.3-.5-.3-1.12 0-.61.3-1.13L6.06 2.2q.3-.52.82-.82a2.26 2.26 0 0 1 3.07.83m3.82 11.09a1 1 0 0 0 .28-.27l.01.01q.1-.18.1-.38a1 1 0 0 0-.1-.37l-5.4-9.33a1 1 0 0 0-.28-.28 1 1 0 0 0-.38-.1 1 1 0 0 0-.38.1 1 1 0 0 0-.27.27l-5.4 9.34a1 1 0 0 0-.1.37q0 .2.1.37a1 1 0 0 0 .27.27q.18.1.38.1h10.79a1 1 0 0 0 .38-.1\" })\n] });\nexport default SvgWarning;\n"],"names":["SvgWarning","props","jsxs","jsx"],"mappings":"wHACMA,EAAcC,GAA0BC,EAAI,EAAC,MAAO,CAAE,MAAO,6BAA8B,KAAM,OAAQ,QAAS,YAAa,GAAGD,EAAO,SAAU,CACvIE,EAAG,EAAC,OAAQ,CAAE,KAAM,eAAgB,EAAG,2JAA4J,EACnMA,EAAG,EAAC,OAAQ,CAAE,KAAM,eAAgB,EAAG,2ZAA6Z,CAAA,CACtd,CAAG,CAAA"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CmIP-V4s.cjs"),l=t=>e.u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",...t,children:e.u("path",{fill:"currentColor",d:"m15.35 11.53-5.4-9.32q-.3-.52-.82-.83a2.26 2.26 0 0 0-3.07.82L.65 11.53a2.2 2.2 0 0 0 0 2.25A2.2 2.2 0 0 0 2.6 14.9h10.8q.6 0 1.12-.3t.83-.82.3-1.13-.3-1.13zm-8.1-6.95h1.5v4.5h-1.5zm1.67 7.13a1 1 0 0 1-.93.62.99.99 0 0 1-.83-1.55q.17-.24.45-.37.28-.11.58-.06a1 1 0 0 1 .78.78q.06.29-.06.58z"})});exports.default=l;
2
- //# sourceMappingURL=warning-filled-B9O_Hc7Y.cjs.map
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CldOsFs0.cjs"),l=t=>e.u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",...t,children:e.u("path",{fill:"currentColor",d:"m15.35 11.53-5.4-9.32q-.3-.52-.82-.83a2.26 2.26 0 0 0-3.07.82L.65 11.53a2.2 2.2 0 0 0 0 2.25A2.2 2.2 0 0 0 2.6 14.9h10.8q.6 0 1.12-.3t.83-.82.3-1.13-.3-1.13zm-8.1-6.95h1.5v4.5h-1.5zm1.67 7.13a1 1 0 0 1-.93.62.99.99 0 0 1-.83-1.55q.17-.24.45-.37.28-.11.58-.06a1 1 0 0 1 .78.78q.06.29-.06.58z"})});exports.default=l;
2
+ //# sourceMappingURL=warning-filled-Ctsg1oEC.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"warning-filled-B9O_Hc7Y.cjs","sources":["../src/images/icons/warning-filled.svg?component"],"sourcesContent":["import { jsx } from \"react/jsx-runtime\";\nconst SvgWarningFilled = (props) => /* @__PURE__ */ jsx(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", fill: \"none\", viewBox: \"0 0 16 16\", ...props, children: /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"m15.35 11.53-5.4-9.32q-.3-.52-.82-.83a2.26 2.26 0 0 0-3.07.82L.65 11.53a2.2 2.2 0 0 0 0 2.25A2.2 2.2 0 0 0 2.6 14.9h10.8q.6 0 1.12-.3t.83-.82.3-1.13-.3-1.13zm-8.1-6.95h1.5v4.5h-1.5zm1.67 7.13a1 1 0 0 1-.93.62.99.99 0 0 1-.83-1.55q.17-.24.45-.37.28-.11.58-.06a1 1 0 0 1 .78.78q.06.29-.06.58z\" }) });\nexport default SvgWarningFilled;\n"],"names":["SvgWarningFilled","props","jsx"],"mappings":"wHACMA,EAAoBC,GAA0BC,EAAAA,EAAI,MAAO,CAAE,MAAO,6BAA8B,KAAM,OAAQ,QAAS,YAAa,GAAGD,EAAO,SAA0BC,EAAAA,EAAI,OAAQ,CAAE,KAAM,eAAgB,EAAG,oSAAoS,CAAE,CAAG,CAAA"}
1
+ {"version":3,"file":"warning-filled-Ctsg1oEC.cjs","sources":["../src/images/icons/warning-filled.svg?component"],"sourcesContent":["import { jsx } from \"react/jsx-runtime\";\nconst SvgWarningFilled = (props) => /* @__PURE__ */ jsx(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", fill: \"none\", viewBox: \"0 0 16 16\", ...props, children: /* @__PURE__ */ jsx(\"path\", { fill: \"currentColor\", d: \"m15.35 11.53-5.4-9.32q-.3-.52-.82-.83a2.26 2.26 0 0 0-3.07.82L.65 11.53a2.2 2.2 0 0 0 0 2.25A2.2 2.2 0 0 0 2.6 14.9h10.8q.6 0 1.12-.3t.83-.82.3-1.13-.3-1.13zm-8.1-6.95h1.5v4.5h-1.5zm1.67 7.13a1 1 0 0 1-.93.62.99.99 0 0 1-.83-1.55q.17-.24.45-.37.28-.11.58-.06a1 1 0 0 1 .78.78q.06.29-.06.58z\" }) });\nexport default SvgWarningFilled;\n"],"names":["SvgWarningFilled","props","jsx"],"mappings":"wHACMA,EAAoBC,GAA0BC,EAAAA,EAAI,MAAO,CAAE,MAAO,6BAA8B,KAAM,OAAQ,QAAS,YAAa,GAAGD,EAAO,SAA0BC,EAAAA,EAAI,OAAQ,CAAE,KAAM,eAAgB,EAAG,oSAAoS,CAAE,CAAG,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/adyen-platform-experience-web",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-pe",
@@ -47,51 +47,29 @@
47
47
  "./adyen-platform-experience-web.css": "./dist/adyen-platform-experience-web.css"
48
48
  },
49
49
  "scripts": {
50
- "start": "npm run storybook",
51
- "start:local": "npm run storybook:local",
52
- "start:test": "npm run storybook:test",
53
- "start:beta": "npm run storybook:beta",
54
- "start:mocked": "npm run storybook:mocked",
55
- "playground": "vite dev --mode development --config ./vite.config.ts",
56
- "playground:local": "vite dev --mode local-env --config ./vite.config.ts",
57
- "playground:mocked": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite dev --mode mocked --config vite.config.ts' --names 'lib-types,playground' -c blue,green,cyan,yellow",
58
50
  "build": "rm -rf ./dist && vite build --config vite.config.ts && tsc --project tsconfig-build.json",
59
- "build:demo": "vite build --mode demo --config vite.config.ts",
60
- "build:test": "npm run build && npm pack",
61
- "build:publish": "npm run build && npm pack",
62
51
  "build:analyse": "vite build --mode analyse --config vite.config.ts",
63
- "demo": "npm run build:demo && vite preview --mode demo --config vite.config.ts",
64
- "start:mock:e2e": "concurrently --kill-others-on-fail 'npm run types:watch' 'cross-env E2E_TEST=true vite dev --mode mocked --config vite.config.ts' --names 'lib-types,playground' -c blue,green,cyan,yellow",
52
+ "build:publish": "npm run build && npm pack",
53
+ "changeset": "changeset",
54
+ "format": "prettier --write 'src/**/*.{ts,js,css,scss,html}'",
65
55
  "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet && stylelint 'src/**/*.scss' --fix",
66
- "test": "vitest --config vite.config.ts",
67
- "test:coverage": "vitest run --config vite.config.ts --coverage",
68
- "test:integration": "playwright test --project local-chrome",
69
- "test:integration:debug": "cross-env PWDEBUG=console playwright test --debug --project local-chrome",
70
- "test:e2e": "playwright test --project local-chrome-e2e",
71
- "type-check": "tsc --preserveWatchOutput",
72
- "types:watch": "tsc --preserveWatchOutput --watch && tsc --project tsconfig-build.json --watch",
73
- "format:all": "prettier --write 'src/**/*.{ts,js,css, scss, html}' && prettier --write 'src/**/*.{ts,js,css, scss, html}'",
74
- "storybook": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite-node --mode development .storybook/runStorybook.ts' ",
75
- "storybook:local": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite-node --mode local-env .storybook/runStorybook.ts' ",
76
- "storybook:test": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite-node --mode development .storybook/runStorybook.ts' ",
77
- "storybook:beta": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite-node --mode beta .storybook/runStorybook.ts' ",
78
- "storybook:mocked": "vite-node .storybook/runStorybook.ts --mode mocked",
79
- "storybook:build": "vite-node ./.storybook/buildStorybook.ts",
80
- "storybook:demo": "vite-node ./.storybook/buildStorybook.ts --mode demo && vite serve storybook-static --config vite.config.ts",
81
- "demo:serve": "vite preview --mode demo --config vite.config.ts",
82
- "demo:serve:e2e": "cross-env E2E_TEST=true vite preview --mode demo --config vite.config.ts",
83
- "watchTS": "tsc -b ./tsconfig.json --watch",
56
+ "prepare": "node prepare.cjs && bash ./scripts/process-package-lock.sh",
84
57
  "schemas:generate": "bash scripts/generate-ts-schemas/generate-schemas.sh",
85
58
  "schemas:variables": "bash scripts/generate-ts-schemas/setup-openapi-ts.sh",
59
+ "start": "npm run storybook",
60
+ "storybook": "concurrently --kill-others-on-fail 'npm run types:watch' 'vite-node --mode development .storybook/runStorybook.ts' ",
61
+ "storybook:build": "vite-node ./.storybook/buildStorybook.ts",
62
+ "storybook:static": "vite-node --mode development ./.storybook/buildStorybook.ts && vite serve storybook-static --config vite.config.ts",
63
+ "test": "vitest --config vite.config.ts",
64
+ "test:contract": "playwright test --project contract",
65
+ "test:coverage": "vitest run --config vite.config.ts --coverage",
66
+ "test:e2e": "cross-env TEST_ENV=1 playwright test --project local-chrome-e2e",
67
+ "test:integration": "cross-env TEST_ENV=1 playwright test --project local-chrome",
68
+ "test:integration:debug": "cross-env PWDEBUG=console TEST_ENV=1 playwright test --debug --project local-chrome",
86
69
  "translations:sort": "bash scripts/process-translations/sort-translations-json.sh",
87
- "prepare": "node prepare.cjs && bash ./scripts/process-package-lock.sh",
88
- "bump-version": "./scripts/bump-version.sh",
89
- "version": "changeset version",
90
- "changeset": "changeset",
91
- "changeset-tag": "changeset tag",
92
- "create-tag": "npm run changeset-tag",
93
- "postbuild": "rm dist/mockServiceWorker.js && rimraf dist/mockFiles",
94
- "test:contract": "playwright test --project contract"
70
+ "types:check": "tsc --preserveWatchOutput",
71
+ "types:watch": "tsc --preserveWatchOutput --watch && tsc --project tsconfig-build.json --watch",
72
+ "version": "./scripts/bump-version.sh"
95
73
  },
96
74
  "dependencies": {
97
75
  "classnames": "^2.5.1",
@@ -135,7 +113,7 @@
135
113
  "file-loader": "^6.2.0",
136
114
  "http-server": "^14.1.1",
137
115
  "husky": "^7.0.4",
138
- "jsdom": "^20.0.3",
116
+ "jsdom": "^26.1.0",
139
117
  "lint-staged": "^13.0.1",
140
118
  "mini-css-extract-plugin": "^2.4.5",
141
119
  "msw": "^2.4.5",
@@ -162,8 +140,7 @@
162
140
  },
163
141
  "msw": {
164
142
  "workerDirectory": [
165
- "playground/public",
166
- "public"
143
+ "static"
167
144
  ]
168
145
  }
169
146
  }
@@ -1,65 +0,0 @@
1
- import { jsx as r } from "../../../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { useState as h, useCallback as y, useMemo as O, useEffect as R } from "../../../../../external/preact/hooks/dist/hooks.module.js";
3
- import E from "../../../../../core/Context/useCoreContext.js";
4
- import F from "../../../../../hooks/useTimezoneAwareDateFormatting.js";
5
- import { GRANT_ACTION_CLASS_NAMES as l } from "./constants.js";
6
- /* empty css */
7
- import { Alert as p } from "../../../../internal/Alert/Alert.js";
8
- import { AlertTypeOption as d } from "../../../../internal/Alert/types.js";
9
- import { useFetch as S } from "../../../../../hooks/useFetch.js";
10
- import "../../../../../external/preact/compat/dist/compat.module.js";
11
- import { getTopWindowHref as _, setTopWindowHref as b } from "./utils.js";
12
- import f from "../../../../internal/Button/Button.js";
13
- import { DATE_FORMAT_CAPITAL_OVERVIEW as I } from "../../../../../constants/dateFormats.js";
14
- import { useConfigContext as N } from "../../../../../core/ConfigContext/context.js";
15
- import { EMPTY_OBJECT as W } from "../../../../../utils/value/constants.js";
16
- const D = ({ action: n, className: s, offerExpiresAt: m }) => {
17
- const { i18n: e, updateCore: u } = E(), { dateFormat: T } = F(), { signToSActionDetails: t } = N().endpoints, [i, C] = h(!1), g = y(async () => {
18
- if (n.type === "signToS")
19
- return t == null ? void 0 : t(W, {
20
- query: {
21
- redirectUrl: _(),
22
- locale: e.locale
23
- }
24
- });
25
- }, [n, e.locale, t]), { data: o, isFetching: a, error: A } = S({
26
- fetchOptions: O(() => ({ enabled: !!t && i }), [t, i]),
27
- queryFn: g
28
- });
29
- return R(() => {
30
- const c = o == null ? void 0 : o.url;
31
- c && b(c);
32
- }, [o, i]), A ? /* @__PURE__ */ r(
33
- p,
34
- {
35
- className: s,
36
- type: d.CRITICAL,
37
- title: e.get("somethingWentWrongTryRefreshingOrComeBackLater"),
38
- description: /* @__PURE__ */ r(f, { className: l.button, onClick: u, children: e.get("refresh") })
39
- }
40
- ) : /* @__PURE__ */ r(
41
- p,
42
- {
43
- className: s,
44
- type: d.WARNING,
45
- title: `${e.get("capital.signTermsAndConditionsToReceiveFunds")}${m ? ` ${e.get("capital.thisOfferExpiresOn", {
46
- values: {
47
- date: T(m, I)
48
- }
49
- })}` : ""}`,
50
- description: /* @__PURE__ */ r(
51
- f,
52
- {
53
- className: l.button,
54
- onClick: () => C(!0),
55
- disabled: a,
56
- state: a ? "loading" : void 0,
57
- children: e.get("capital.goToTermsAndConditions")
58
- }
59
- )
60
- }
61
- );
62
- };
63
- export {
64
- D as GrantAction
65
- };
@@ -1,6 +0,0 @@
1
- const t = {
2
- button: "adyen-pe-grant-action__button"
3
- };
4
- export {
5
- t as GRANT_ACTION_CLASS_NAMES
6
- };
@@ -1,15 +0,0 @@
1
- import { jsx as o } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as h } from "../../../utils/preact/fixedForwardRef.js";
3
- const c = h(({ title: r, ...e }, t) => /* @__PURE__ */ o("svg", { ...e, ref: t, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", children: [
4
- r && /* @__PURE__ */ o("title", { children: r }),
5
- /* @__PURE__ */ o(
6
- "path",
7
- {
8
- fill: "currentColor",
9
- d: "M1.25 3.5c0-1.24 1-2.25 2.25-2.25h9c1.24 0 2.25 1 2.25 2.25v9c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25v-9ZM12.06 6 11 4.94l-4 4-2-2L3.94 8 7 11.06 12.06 6Z"
10
- }
11
- )
12
- ] }));
13
- export {
14
- c as default
15
- };
@@ -1,17 +0,0 @@
1
- import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as i } from "../../../utils/preact/fixedForwardRef.js";
3
- const a = i(({ title: l, ...o }, r) => /* @__PURE__ */ e("svg", { ...o, ref: r, xmlns: "http://www.w3.org/2000/svg", fill: "none", width: "16", viewBox: "0 0 16 16", height: "16", children: [
4
- l && /* @__PURE__ */ e("title", { children: l }),
5
- /* @__PURE__ */ e(
6
- "path",
7
- {
8
- fill: "currentColor",
9
- fillRule: "evenodd",
10
- d: "M14.5 4.5a.7.7 0 0 0-1-1L6 10.9 2.5 7.5a.8.8 0 0 0-1 1l4 4a.8.8 0 0 0 1 0l8-8Z",
11
- clipRule: "evenodd"
12
- }
13
- )
14
- ] }));
15
- export {
16
- a as default
17
- };
@@ -1,17 +0,0 @@
1
- import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as i } from "../../../utils/preact/fixedForwardRef.js";
3
- const t = i(({ title: l, ...o }, r) => /* @__PURE__ */ e("svg", { ref: r, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...o, children: [
4
- l && /* @__PURE__ */ e("title", { children: l }),
5
- /* @__PURE__ */ e(
6
- "path",
7
- {
8
- fill: "currentColor",
9
- fillRule: "evenodd",
10
- d: "M2.47 4.97c.3-.3.77-.3 1.06 0L8 9.44l4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5c-.3.3-.77.3-1.06 0l-5-5a.75.75 0 0 1 0-1.06Z",
11
- clipRule: "evenodd"
12
- }
13
- )
14
- ] }));
15
- export {
16
- t as default
17
- };
@@ -1,17 +0,0 @@
1
- import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as r } from "../../../utils/preact/fixedForwardRef.js";
3
- const f = r(
4
- ({ title: i, ...t }, o) => /* @__PURE__ */ e("svg", { ...t, ref: o, width: "7", height: "10", viewBox: "0 0 6 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5
- i && /* @__PURE__ */ e("title", { children: i }),
6
- /* @__PURE__ */ e(
7
- "path",
8
- {
9
- d: "M5.56077 2.00011L2.56077 5.00011L5.56077 8.00011L4.50011 9.06077L0.439453 5.00011L4.50011 0.939453L5.56077 2.00011Z",
10
- fill: t.disabled ? "#8D95A3" : "#00112C"
11
- }
12
- )
13
- ] })
14
- );
15
- export {
16
- f as default
17
- };
@@ -1,17 +0,0 @@
1
- import { jsx as i } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as r } from "../../../utils/preact/fixedForwardRef.js";
3
- const l = r(
4
- ({ title: e, ...t }, o) => /* @__PURE__ */ i("svg", { ...t, ref: o, width: "7", height: "10", viewBox: "0 0 6 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5
- e && /* @__PURE__ */ i("title", { children: e }),
6
- /* @__PURE__ */ i(
7
- "path",
8
- {
9
- d: "M0.439453 7.9999L3.43945 4.9999L0.439454 1.9999L1.50011 0.93924L5.56077 4.9999L1.50011 9.06056L0.439453 7.9999Z",
10
- fill: t.disabled ? "#8D95A3" : "#00112C"
11
- }
12
- )
13
- ] })
14
- );
15
- export {
16
- l as default
17
- };
@@ -1,17 +0,0 @@
1
- import { jsx as e } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as i } from "../../../utils/preact/fixedForwardRef.js";
3
- const n = i(({ title: l, ...o }, r) => /* @__PURE__ */ e("svg", { ref: r, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...o, children: [
4
- l && /* @__PURE__ */ e("title", { children: l }),
5
- /* @__PURE__ */ e(
6
- "path",
7
- {
8
- fill: "currentColor",
9
- fillRule: "evenodd",
10
- d: "M13.53 11.03c-.3.3-.77.3-1.06 0L8 6.56l-4.47 4.47a.75.75 0 1 1-1.06-1.06l5-5c.3-.3.77-.3 1.06 0l5 5c.3.3.3.77 0 1.06Z",
11
- clipRule: "evenodd"
12
- }
13
- )
14
- ] }));
15
- export {
16
- n as default
17
- };
@@ -1,16 +0,0 @@
1
- import { jsx as l } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as h } from "../../../utils/preact/fixedForwardRef.js";
3
- const o = h(({ title: i, ...r }, e) => /* @__PURE__ */ l("svg", { ref: e, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...r, children: [
4
- i && /* @__PURE__ */ l("title", { children: i }),
5
- /* @__PURE__ */ l("g", { clipPath: "url(#a)", children: /* @__PURE__ */ l(
6
- "path",
7
- {
8
- d: "M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM6 4.94 4.94 6l2 2-2 2L6 11.06l2-2 2 2L11.06 10l-2-2 2-2L10 4.94l-2 2-2-2Z",
9
- fill: "currentColor"
10
- }
11
- ) }),
12
- /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
13
- ] }));
14
- export {
15
- o as default
16
- };
@@ -1,20 +0,0 @@
1
- import { jsx as o } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- const r = ({ ...l }) => /* @__PURE__ */ o("svg", { width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l, children: [
3
- /* @__PURE__ */ o(
4
- "path",
5
- {
6
- d: "M8.25 0.25V8.18957L10.5001 5.93945L11.5608 7.00011L7.50011 11.0608L3.43945 7.00011L4.50011 5.93945L6.75 8.18934V0.25H8.25Z",
7
- fill: "currentColor"
8
- }
9
- ),
10
- /* @__PURE__ */ o(
11
- "path",
12
- {
13
- d: "M2.25 11.5V9.25H0.75V11.5C0.75 12.0967 0.987053 12.669 1.40901 13.091C1.83097 13.5129 2.40326 13.75 3 13.75H12C12.5967 13.75 13.169 13.5129 13.591 13.091C14.0129 12.669 14.25 12.0967 14.25 11.5V9.25H12.75V11.5C12.75 11.6989 12.671 11.8897 12.5303 12.0303C12.3897 12.171 12.1989 12.25 12 12.25H3C2.80109 12.25 2.61032 12.171 2.46967 12.0303C2.32902 11.8897 2.25 11.6989 2.25 11.5Z",
14
- fill: "currentColor"
15
- }
16
- )
17
- ] });
18
- export {
19
- r as default
20
- };
@@ -1,9 +0,0 @@
1
- import { jsx as o } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- import { fixedForwardRef as h } from "../../../utils/preact/fixedForwardRef.js";
3
- const d = h(({ title: r, ...e }, t) => /* @__PURE__ */ o("svg", { ...e, ref: t, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", children: [
4
- r && /* @__PURE__ */ o("title", { children: r }),
5
- /* @__PURE__ */ o("path", { stroke: "currentColor", d: "M.5 4C.5 2 2.1.5 4 .5h8c2 0 3.5 1.6 3.5 3.5v8c0 2-1.6 3.5-3.5 3.5H4C2 15.5.5 13.9.5 12V4Z" })
6
- ] }));
7
- export {
8
- d as default
9
- };
@@ -1,21 +0,0 @@
1
- import { jsx as C } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
2
- const o = ({ ...r }) => /* @__PURE__ */ C("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: [
3
- /* @__PURE__ */ C("path", { d: "M8.75 4.58008H7.25V9.08008H8.75V4.58008Z", fill: "currentColor" }),
4
- /* @__PURE__ */ C(
5
- "path",
6
- {
7
- d: "M8.71 10.6201C8.57 10.4801 8.39 10.3801 8.2 10.3501C8.01 10.3101 7.8 10.3301 7.62 10.4101C7.44 10.4901 7.28 10.6101 7.17 10.7801C7.06 10.9401 7 11.1401 7 11.3401C7 11.6101 7.11 11.8601 7.29 12.0501C7.48 12.2401 7.73 12.3401 8 12.3401C8.2 12.3401 8.39 12.2801 8.56 12.1701C8.72 12.0601 8.85 11.9001 8.93 11.7201C9.01 11.5401 9.03 11.3401 8.99 11.1401C8.95 10.9501 8.86 10.7701 8.72 10.6301L8.71 10.6201Z",
8
- fill: "currentColor"
9
- }
10
- ),
11
- /* @__PURE__ */ C(
12
- "path",
13
- {
14
- d: "M9.9501 2.21008L15.3501 11.5301V11.5201C15.5501 11.8601 15.6501 12.2501 15.6501 12.6501C15.6501 13.0501 15.5501 13.4401 15.3501 13.7801C15.1501 14.1201 14.8601 14.4001 14.5201 14.6001C14.1801 14.8001 13.7901 14.9001 13.4001 14.9001H2.6001C2.2001 14.9001 1.8101 14.8001 1.4701 14.6001C1.1301 14.4101 0.850097 14.1201 0.650097 13.7801C0.450097 13.4501 0.350098 13.0601 0.350098 12.6601C0.350098 12.2601 0.450097 11.8701 0.650097 11.5301L6.0601 2.20008C6.2501 1.86008 6.5401 1.58008 6.8801 1.38008C7.5601 0.980078 8.4401 0.980078 9.1301 1.38008C9.4701 1.58008 9.7501 1.87008 9.9501 2.21008ZM13.7701 13.3001C13.8901 13.2401 13.9801 13.1401 14.0501 13.0301L14.0601 13.0401C14.1301 12.9201 14.1601 12.7901 14.1601 12.6601C14.1601 12.5301 14.1301 12.4001 14.0601 12.2901L8.6601 2.96008C8.5901 2.84008 8.5001 2.74008 8.3801 2.68008C8.2601 2.62008 8.1401 2.58008 8.0001 2.58008C7.8601 2.58008 7.7301 2.61008 7.6201 2.68008C7.5101 2.74008 7.4201 2.84008 7.3501 2.95008L1.9501 12.2901C1.8801 12.4001 1.8501 12.5301 1.8501 12.6601C1.8501 12.7901 1.8801 12.9201 1.9501 13.0301C2.0101 13.1401 2.1101 13.2401 2.2201 13.3001C2.3401 13.3601 2.4701 13.4001 2.6001 13.4001H13.3901C13.5301 13.4001 13.6601 13.3701 13.7701 13.3001Z",
15
- fill: "currentColor"
16
- }
17
- )
18
- ] });
19
- export {
20
- o as default
21
- };