@finsweet/webflow-apps-utils 1.0.42 → 1.0.43

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 (166) hide show
  1. package/dist/ui/components/checkbox/Checkbox.svelte +1 -1
  2. package/dist/ui/components/copy-text/CopyText.svelte +1 -1
  3. package/dist/ui/components/modal/Modal.svelte +2 -2
  4. package/dist/ui/icons/AccordionDownArrow.svelte +2 -2
  5. package/dist/ui/icons/AccordionUpArrow.svelte +2 -2
  6. package/dist/ui/icons/AccountIcon.svelte +3 -3
  7. package/dist/ui/icons/AiIcon.svelte +8 -0
  8. package/dist/ui/icons/{CloseIcon.svelte.d.ts → AiIcon.svelte.d.ts} +3 -3
  9. package/dist/ui/icons/AnalyticsIcon.svelte +24 -0
  10. package/dist/ui/icons/AnalyticsIcon.svelte.d.ts +26 -0
  11. package/dist/ui/icons/ArrowIcon.svelte +7 -1
  12. package/dist/ui/icons/BackIcon.svelte +7 -1
  13. package/dist/ui/icons/BodyIcon.svelte +1 -1
  14. package/dist/ui/icons/BookmarkIcon.svelte +1 -1
  15. package/dist/ui/icons/BoxAddIcon.svelte +2 -2
  16. package/dist/ui/icons/BrushIcon.svelte +1 -1
  17. package/dist/ui/icons/BuilderEditIcon.svelte +1 -1
  18. package/dist/ui/icons/BuilderIcon.svelte +1 -1
  19. package/dist/ui/icons/CMSIcon.svelte +1 -1
  20. package/dist/ui/icons/CalendarIcon.svelte +8 -0
  21. package/dist/ui/icons/CalendarIcon.svelte.d.ts +26 -0
  22. package/dist/ui/icons/CheckCircleIcon.svelte +1 -1
  23. package/dist/ui/icons/CheckCircleOutlinedIcon.svelte +1 -1
  24. package/dist/ui/icons/CheckIcon.svelte +1 -1
  25. package/dist/ui/icons/CheckboxCheckedIcon.svelte +2 -2
  26. package/dist/ui/icons/ChevronIcon.svelte +7 -1
  27. package/dist/ui/icons/ChevronRightIcon.svelte +7 -1
  28. package/dist/ui/icons/CircleIcon.svelte +1 -1
  29. package/dist/ui/icons/CircleTimesIcon.svelte +19 -0
  30. package/dist/ui/icons/CircleTimesIcon.svelte.d.ts +26 -0
  31. package/dist/ui/icons/CloseCircleIcon.svelte +2 -2
  32. package/dist/ui/icons/CodeIcon.svelte +1 -1
  33. package/dist/ui/icons/ComponentsIcon.svelte +1 -1
  34. package/dist/ui/icons/CookieBannerIcon.svelte +12 -0
  35. package/dist/ui/icons/CookieBannerIcon.svelte.d.ts +26 -0
  36. package/dist/ui/icons/CookieIcon.svelte +1 -1
  37. package/dist/ui/icons/CopyIcon.svelte +1 -11
  38. package/dist/ui/icons/CopyIcon.svelte.d.ts +15 -9
  39. package/dist/ui/icons/CrossIcon.svelte +3 -3
  40. package/dist/ui/icons/DOMElement.svelte +2 -7
  41. package/dist/ui/icons/DOMElement.svelte.d.ts +3 -5
  42. package/dist/ui/icons/DeleteIcon.svelte +1 -1
  43. package/dist/ui/icons/DeleteOutlinedIcon.svelte +1 -1
  44. package/dist/ui/icons/Desktop.svelte +1 -12
  45. package/dist/ui/icons/Desktop.svelte.d.ts +15 -10
  46. package/dist/ui/icons/DesktopWithStar.svelte +1 -12
  47. package/dist/ui/icons/DesktopWithStar.svelte.d.ts +15 -10
  48. package/dist/ui/icons/DivBlock.svelte +2 -7
  49. package/dist/ui/icons/DivBlock.svelte.d.ts +3 -5
  50. package/dist/ui/icons/EditIcon.svelte +2 -2
  51. package/dist/ui/icons/EssentialIcon.svelte +8 -0
  52. package/dist/ui/icons/EssentialIcon.svelte.d.ts +26 -0
  53. package/dist/ui/icons/ExpertIcon.svelte +1 -1
  54. package/dist/ui/icons/EyeCancelIcon.svelte +1 -1
  55. package/dist/ui/icons/EyeIcon.svelte +1 -1
  56. package/dist/ui/icons/FavouriteIcon.svelte +1 -1
  57. package/dist/ui/icons/FileUploadIcon.svelte +3 -3
  58. package/dist/ui/icons/FilterIcon.svelte +1 -1
  59. package/dist/ui/icons/FinsweetLibraryIcon.svelte +1 -1
  60. package/dist/ui/icons/FinsweetLogoIcon.svelte +1 -1
  61. package/dist/ui/icons/FinsweetLogoOutlineIcon.svelte +1 -1
  62. package/dist/ui/icons/FolderIcon.svelte +1 -1
  63. package/dist/ui/icons/FolderOutlinedIcon.svelte +1 -1
  64. package/dist/ui/icons/FolderPlusIcon.svelte +1 -1
  65. package/dist/ui/icons/FreeComponentIcon.svelte +1 -1
  66. package/dist/ui/icons/GlobeCheckedIcon.svelte +14 -0
  67. package/dist/ui/icons/GlobeCheckedIcon.svelte.d.ts +26 -0
  68. package/dist/ui/icons/GlobeIcon.svelte +1 -1
  69. package/dist/ui/icons/GlobeWarningIcon.svelte +12 -0
  70. package/dist/ui/icons/GlobeWarningIcon.svelte.d.ts +26 -0
  71. package/dist/ui/icons/HandPointUpIcon.svelte +2 -2
  72. package/dist/ui/icons/HeartIcon.svelte +1 -1
  73. package/dist/ui/icons/HeartIconOutlined.svelte +1 -1
  74. package/dist/ui/icons/HelpAltIcon.svelte +2 -2
  75. package/dist/ui/icons/HelpIcon.svelte +13 -4
  76. package/dist/ui/icons/HomeIcon.svelte +1 -1
  77. package/dist/ui/icons/Icons.stories.js +55 -0
  78. package/dist/ui/icons/IconsShowcase.svelte +142 -0
  79. package/dist/ui/icons/IconsShowcase.svelte.d.ts +21 -0
  80. package/dist/ui/icons/InfoIcon.svelte +1 -1
  81. package/dist/ui/icons/LineChartIcon.svelte +1 -1
  82. package/dist/ui/icons/ListIcon.svelte +1 -1
  83. package/dist/ui/icons/LockIcon.svelte +3 -3
  84. package/dist/ui/icons/LogoutIcon.svelte +10 -0
  85. package/dist/ui/icons/LogoutIcon.svelte.d.ts +26 -0
  86. package/dist/ui/icons/MessageIcon.svelte +7 -1
  87. package/dist/ui/icons/MobileLandscape.svelte +1 -12
  88. package/dist/ui/icons/MobileLandscape.svelte.d.ts +15 -10
  89. package/dist/ui/icons/MobilePortrait.svelte +1 -12
  90. package/dist/ui/icons/MobilePortrait.svelte.d.ts +15 -10
  91. package/dist/ui/icons/NavigatorIcon.svelte +1 -1
  92. package/dist/ui/icons/OpenBookIcon.svelte +1 -1
  93. package/dist/ui/icons/PageDraftIcon.svelte +2 -2
  94. package/dist/ui/icons/PageIcon.svelte +1 -1
  95. package/dist/ui/icons/PageLockedIcon.svelte +2 -2
  96. package/dist/ui/icons/PageOutlinedIcon.svelte +1 -1
  97. package/dist/ui/icons/PageSectionIcon.svelte +1 -1
  98. package/dist/ui/icons/Pencil.svelte +1 -5
  99. package/dist/ui/icons/Pencil.svelte.d.ts +15 -9
  100. package/dist/ui/icons/PencilOutlinedIcon.svelte +7 -1
  101. package/dist/ui/icons/PinIcon.svelte +7 -1
  102. package/dist/ui/icons/PlayIcon.svelte +1 -1
  103. package/dist/ui/icons/PlusIcon.svelte +8 -2
  104. package/dist/ui/icons/PolicyIcon.svelte +7 -0
  105. package/dist/ui/icons/PolicyIcon.svelte.d.ts +26 -0
  106. package/dist/ui/icons/PreviewEyeIcon.svelte +3 -3
  107. package/dist/ui/icons/ProfileIcon.svelte +1 -1
  108. package/dist/ui/icons/PublishCancelIcon.svelte +1 -1
  109. package/dist/ui/icons/PublishIcon.svelte +1 -1
  110. package/dist/ui/icons/ReceiptIcon.svelte +1 -1
  111. package/dist/ui/icons/RefreshIcon.svelte +1 -1
  112. package/dist/ui/icons/RepairIcon.svelte +1 -1
  113. package/dist/ui/icons/SaveIcon.svelte +2 -2
  114. package/dist/ui/icons/SearchCancelIcon.svelte +12 -0
  115. package/dist/ui/icons/SearchCancelIcon.svelte.d.ts +26 -0
  116. package/dist/ui/icons/SearchIcon.svelte +1 -1
  117. package/dist/ui/icons/SelectIcon.svelte +1 -1
  118. package/dist/ui/icons/SettingsIcon.svelte +1 -1
  119. package/dist/ui/icons/ShopIcon.svelte +12 -0
  120. package/dist/ui/icons/ShopIcon.svelte.d.ts +26 -0
  121. package/dist/ui/icons/SidebarToggleIcon.svelte +4 -4
  122. package/dist/ui/icons/SliderAppIcon.svelte +1 -1
  123. package/dist/ui/icons/SquareCheckIcon.svelte +1 -1
  124. package/dist/ui/icons/StarIcon.svelte +1 -1
  125. package/dist/ui/icons/StarOutlinedIcon.svelte +9 -2
  126. package/dist/ui/icons/StaticContentIcon.svelte +1 -1
  127. package/dist/ui/icons/TabNewIcon.svelte +7 -1
  128. package/dist/ui/icons/TableAppIcon.svelte +1 -1
  129. package/dist/ui/icons/Tablet.svelte +2 -13
  130. package/dist/ui/icons/Tablet.svelte.d.ts +15 -10
  131. package/dist/ui/icons/TabletPreview.svelte +1 -12
  132. package/dist/ui/icons/TabletPreview.svelte.d.ts +15 -10
  133. package/dist/ui/icons/TabsIcon.svelte +1 -1
  134. package/dist/ui/icons/ThreeDotsIcon.svelte +1 -1
  135. package/dist/ui/icons/TimesIcon.svelte +3 -3
  136. package/dist/ui/icons/ToolTipInfoCircleIcon.svelte +4 -4
  137. package/dist/ui/icons/TooltipInfoCircleFilled.svelte +2 -2
  138. package/dist/ui/icons/TooltipInfoSquaredIcon.svelte +13 -4
  139. package/dist/ui/icons/TriangleDownIcon.svelte +2 -2
  140. package/dist/ui/icons/TriangleDownIconToggle.svelte +3 -3
  141. package/dist/ui/icons/UncategorizedIcon.svelte +16 -0
  142. package/dist/ui/icons/UncategorizedIcon.svelte.d.ts +26 -0
  143. package/dist/ui/icons/UndoIcon.svelte +1 -1
  144. package/dist/ui/icons/UpgradeIcon.svelte +26 -0
  145. package/dist/ui/icons/UpgradeIcon.svelte.d.ts +26 -0
  146. package/dist/ui/icons/UploadFileIcon.svelte +3 -3
  147. package/dist/ui/icons/WarningCircleIcon.svelte +1 -1
  148. package/dist/ui/icons/WarningCircleOutlineIcon.svelte +7 -1
  149. package/dist/ui/icons/WarningTriangleIcon.svelte +1 -1
  150. package/dist/ui/icons/WarningTriangleOutlineIcon.svelte +2 -2
  151. package/dist/ui/icons/WebflowComponentIcon.svelte +1 -1
  152. package/dist/ui/icons/WebflowComponentOutlinedIcon.svelte +1 -1
  153. package/dist/ui/icons/WebflowInsightsIcon.svelte +1 -1
  154. package/dist/ui/icons/WizedLogoIcon.svelte +1 -1
  155. package/dist/ui/icons/WorkspaceIcon.svelte +1 -1
  156. package/dist/ui/icons/XL.svelte +1 -12
  157. package/dist/ui/icons/XL.svelte.d.ts +15 -10
  158. package/dist/ui/icons/XXL.svelte +1 -12
  159. package/dist/ui/icons/XXL.svelte.d.ts +15 -10
  160. package/dist/ui/icons/XXXL.svelte +1 -12
  161. package/dist/ui/icons/XXXL.svelte.d.ts +15 -10
  162. package/dist/ui/icons/index.d.ts +15 -3
  163. package/dist/ui/icons/index.js +15 -3
  164. package/dist/ui/index.css +6 -0
  165. package/package.json +1 -1
  166. package/dist/ui/icons/CloseIcon.svelte +0 -8
@@ -94,7 +94,6 @@
94
94
  justify-content: center;
95
95
  align-items: center;
96
96
  cursor: pointer;
97
- transition: all 0.2s ease-in-out;
98
97
  }
99
98
 
100
99
  .checkbox--radio {
@@ -115,6 +114,7 @@
115
114
  color: white;
116
115
  background: #006acc;
117
116
  border-radius: 4px;
117
+ padding: 2px;
118
118
  }
119
119
 
120
120
  .checkbox--checked.checkbox--radio :global(svg) {
@@ -132,7 +132,7 @@
132
132
  {#if disabled}
133
133
  <EyeIcon />
134
134
  {:else}
135
- <CopyIcon size={16} />
135
+ <CopyIcon />
136
136
  {/if}
137
137
  </div>
138
138
  </div>
@@ -2,7 +2,7 @@
2
2
  import type { Component, Snippet } from 'svelte';
3
3
  import { onMount, tick } from 'svelte';
4
4
 
5
- import { CloseIcon } from '../../icons';
5
+ import { TimesIcon } from '../../icons';
6
6
  import { Button, LoadingScreen, Text } from '../';
7
7
 
8
8
  interface Props {
@@ -158,7 +158,7 @@
158
158
  header,
159
159
  children,
160
160
  footer,
161
- closeIcon = CloseIcon,
161
+ closeIcon = TimesIcon,
162
162
  onOpenChange,
163
163
  onOverlayClick,
164
164
  onEscapeKeyDown,
@@ -1,8 +1,8 @@
1
- <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
5
5
  d="M4.99996 4.29293L8.64641 0.646484L9.35352 1.35359L4.99996 5.70714L0.646408 1.35359L1.35352 0.646484L4.99996 4.29293Z"
6
- fill="#EBEBEB"
6
+ fill="currentColor"
7
7
  />
8
8
  </svg>
@@ -1,8 +1,8 @@
1
- <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
5
5
  d="M5.00004 1.70707L1.35359 5.35352L0.646484 4.64641L5.00004 0.292855L9.35359 4.64641L8.64648 5.35351L5.00004 1.70707Z"
6
- fill="#EBEBEB"
6
+ fill="currentColor"
7
7
  />
8
8
  </svg>
@@ -1,13 +1,13 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="Account">
3
3
  <g id="icon">
4
4
  <path
5
5
  d="M11 5.5C11 7.15685 9.65685 8.5 8 8.5C6.34315 8.5 5 7.15685 5 5.5C5 3.84315 6.34315 2.5 8 2.5C9.65685 2.5 11 3.84315 11 5.5Z"
6
- fill="#D9D9D9"
6
+ fill="currentColor"
7
7
  />
8
8
  <path
9
9
  d="M6.54545 10H9.45455C9.95455 10 10.6909 10.243 11.0909 10.54L13.2727 12.16C13.6727 12.457 14 13.105 14 13.6V14.5H2V13.6C2 13.105 2.32727 12.457 2.72727 12.16L4.90909 10.54C5.30909 10.243 6.04546 10 6.54545 10Z"
10
- fill="#D9D9D9"
10
+ fill="currentColor"
11
11
  />
12
12
  </g>
13
13
  </g>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 10 10" fill="none">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M0 5.08696V4.30435C2.37723 4.30435 4.30435 2.37723 4.30435 0H5.08696C5.08696 2.37723 7.01405 4.30435 9.3913 4.30435V5.08696C7.01405 5.08696 5.08696 7.01405 5.08696 9.3913H4.30435C4.30435 7.01405 2.37723 5.08696 0 5.08696ZM4.69565 7.43134C5.21102 6.19807 6.19807 5.21102 7.43134 4.69565C6.19807 4.18029 5.21102 3.19323 4.69565 1.95996C4.18029 3.19323 3.19323 4.18029 1.95996 4.69565C3.19323 5.21102 4.18029 6.19807 4.69565 7.43134Z"
6
+ fill="currentColor"
7
+ />
8
+ </svg>
@@ -1,12 +1,12 @@
1
- export default CloseIcon;
2
- type CloseIcon = SvelteComponent<{
1
+ export default AiIcon;
2
+ type AiIcon = SvelteComponent<{
3
3
  [x: string]: never;
4
4
  }, {
5
5
  [evt: string]: CustomEvent<any>;
6
6
  }, {}> & {
7
7
  $$bindings?: string | undefined;
8
8
  };
9
- declare const CloseIcon: $$__sveltets_2_IsomorphicComponent<{
9
+ declare const AiIcon: $$__sveltets_2_IsomorphicComponent<{
10
10
  [x: string]: never;
11
11
  }, {
12
12
  [evt: string]: CustomEvent<any>;
@@ -0,0 +1,24 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
+ <g opacity="0.4">
3
+ <path
4
+ d="M8.00033 4.5C8.00033 4.22386 8.22418 4 8.50033 4H9.50033C9.77647 4 10.0003 4.22386 10.0003 4.5V7L8.00033 9V4.5Z"
5
+ fill="currentColor"
6
+ />
7
+ <path
8
+ d="M4.66699 11.5C4.66699 11.7761 4.89085 12 5.16699 12H6.66699V11.6667L4.66699 9.66667V11.5Z"
9
+ fill="currentColor"
10
+ />
11
+ <path
12
+ d="M10.0003 11.5C10.0003 11.7761 9.77647 12 9.50033 12H8.33366L10.0003 10.3333V11.5Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ d="M6.66699 7.16667C6.66699 6.89052 6.44313 6.66667 6.16699 6.66667H5.00033L6.66699 8.33333V7.16667Z"
17
+ fill="currentColor"
18
+ />
19
+ </g>
20
+ <path
21
+ d="M3.33366 8.19559V2.66699H2.66699V12.3337C2.66699 12.8859 3.11471 13.3337 3.66699 13.3337H13.3337V12.667H3.66699C3.4829 12.667 3.33366 12.5178 3.33366 12.3337V9.1384L4.33366 8.1384L7.43129 11.236C7.56146 11.3662 7.77252 11.3662 7.90269 11.236L13.3337 5.80506V8.00033H14.0003V4.66699H10.667V5.33366H12.8623L7.66699 10.5289L4.56936 7.43129C4.43919 7.30112 4.22813 7.30112 4.09796 7.43129L3.33366 8.19559Z"
22
+ fill="currentColor"
23
+ />
24
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default AnalyticsIcon;
2
+ type AnalyticsIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const AnalyticsIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="4.5 4.5 8 7.5"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  d="M10.2929 5.5L5.99998 5.5V4.5L12 4.5L12 10.5L11 10.5V6.20711L5.35353 11.8536L4.64642 11.1464L10.2929 5.5Z"
4
10
  fill="currentColor"
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="10" height="11" viewBox="0 0 10 11" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="2.4 1.7 4.2 7.6"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  fill-rule="evenodd"
4
10
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg width="12" height="12" viewBox="0 1 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
1
+ <svg width="100%" height="100%" viewBox="0 1 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
2
2
  ><path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <g clip-path="url(#clip0_4033_5074)">
3
3
  <path
4
4
  d="M12.6666 2H3.33325V14L7.99992 12L12.6666 14V2ZM11.3333 12L7.99992 10.5467L4.66659 12V3.33333H11.3333V12Z"
@@ -1,8 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
5
5
  d="M3 2C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H3ZM7 4H9V7H12V9H9V12H7V9H4V7H7V4Z"
6
- fill="#D9D9D9"
6
+ fill="currentColor"
7
7
  />
8
8
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <g>
3
3
  <path
4
4
  fill-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 9 10" fill="none">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M3 0V1.125H6V0H6.75V1.125H8.25C8.66421 1.125 9 1.46079 9 1.875V8.625C9 9.03921 8.66421 9.375 8.25 9.375H0.75C0.335787 9.375 0 9.03921 0 8.625V1.875C0 1.46079 0.335786 1.125 0.75 1.125H2.25V0H3ZM6 1.875V3H6.75V1.875H8.25V8.625H0.75V1.875H2.25V3H3V1.875H6Z"
6
+ fill="currentColor"
7
+ />
8
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default CalendarIcon;
2
+ type CalendarIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const CalendarIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 12" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 15" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 15" fill="none">
2
2
  <path
3
3
  opacity="0.4"
4
4
  fill-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
2
  <g id="CheckDefault">
3
3
  <path
4
4
  id="icon"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  opacity="0.6"
4
4
  fill-rule="evenodd"
@@ -10,6 +10,6 @@
10
10
  fill-rule="evenodd"
11
11
  clip-rule="evenodd"
12
12
  d="M13.8536 3.85359L8.00003 9.70715L5.14648 6.85359L5.85359 6.14648L8.00003 8.29293L13.1465 3.14648L13.8536 3.85359Z"
13
- fill="#EBEBEB"
13
+ fill="currentColor"
14
14
  />
15
15
  </svg>
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="5.5 4 5.5 9"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  fill-rule="evenodd"
4
10
  clip-rule="evenodd"
@@ -1,4 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 14" fill="none">
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="6.5 4.5 4.5 7"
6
+ fill="none"
7
+ >
2
8
  <path
3
9
  fill-rule="evenodd"
4
10
  clip-rule="evenodd"
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 14 14" fill="none">
2
2
  <circle cx="7" cy="7" r="6" stroke="currentColor" />
3
3
  </svg>
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="2.5 1.25 16.25 16.25"
6
+ fill="none"
7
+ >
8
+ <path
9
+ d="M9.74068 9.37505L7.05762 12.0581L7.9415 12.942L10.6246 10.2589L13.3076 12.942L14.1915 12.0581L11.5084 9.37505L14.1915 6.69199L13.3076 5.80811L10.6246 8.49116L7.9415 5.80811L7.05762 6.69199L9.74068 9.37505Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ opacity="0.4"
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M10.625 2.5C6.82804 2.5 3.75 5.57804 3.75 9.375C3.75 13.172 6.82804 16.25 10.625 16.25C14.422 16.25 17.5 13.172 17.5 9.375C17.5 5.57804 14.422 2.5 10.625 2.5ZM2.5 9.375C2.5 4.88769 6.13769 1.25 10.625 1.25C15.1123 1.25 18.75 4.88769 18.75 9.375C18.75 13.8623 15.1123 17.5 10.625 17.5C6.13769 17.5 2.5 13.8623 2.5 9.375Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default CircleTimesIcon;
2
+ type CircleTimesIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const CircleTimesIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,6 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  d="M8 1C4.135 1 1 4.135 1 8C1 11.865 4.135 15 8 15C11.865 15 15 11.865 15 8C15 4.135 11.865 1 8 1ZM11.53 10.47L10.47 11.53L8 9.06L5.53 11.53L4.47 10.47L6.94 8L4.47 5.53L5.53 4.47L8 6.94L10.47 4.47L11.53 5.53L9.06 8L11.53 10.47Z"
4
- fill="#363636"
4
+ fill="currentColor"
5
5
  />
6
6
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 12" fill="none">
2
2
  <path
3
3
  d="M2.625 2.75C2.625 2.54289 2.79289 2.375 3 2.375H5.25C5.45711 2.375 5.625 2.54289 5.625 2.75V5C5.625 5.20711 5.45711 5.375 5.25 5.375H3C2.79289 5.375 2.625 5.20711 2.625 5V2.75ZM2.625 7.25C2.625 7.04289 2.79289 6.875 3 6.875H5.25C5.45711 6.875 5.625 7.04289 5.625 7.25V9.5C5.625 9.70711 5.45711 9.875 5.25 9.875H3C2.79289 9.875 2.625 9.70711 2.625 9.5V7.25ZM7.125 2.75C7.125 2.54289 7.29289 2.375 7.5 2.375H9.75C9.95711 2.375 10.125 2.54289 10.125 2.75V5C10.125 5.20711 9.95711 5.375 9.75 5.375H7.5C7.29289 5.375 7.125 5.20711 7.125 5V2.75ZM7.125 7.25C7.125 7.04289 7.29289 6.875 7.5 6.875H9.75C9.95711 6.875 10.125 7.04289 10.125 7.25V9.5C10.125 9.70711 9.95711 9.875 9.75 9.875H7.5C7.29289 9.875 7.125 9.70711 7.125 9.5V7.25Z"
4
4
  stroke="currentColor"
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 11 10" fill="none">
2
+ <path
3
+ d="M7.24994 3.75C7.66416 3.75 7.99994 3.41421 7.99994 3C7.99994 2.58579 7.66416 2.25 7.24994 2.25C6.83573 2.25 6.49994 2.58579 6.49994 3C6.49994 3.41421 6.83573 3.75 7.24994 3.75Z"
4
+ fill="currentColor"
5
+ />
6
+ <path
7
+ fill-rule="evenodd"
8
+ clip-rule="evenodd"
9
+ d="M5.53027 0C5.33136 0 5.1406 0.0790174 4.99994 0.21967L0.874943 4.34467C0.58205 4.63756 0.58205 5.11244 0.874943 5.40533L4.84461 9.375C5.13751 9.66789 5.61238 9.66789 5.90527 9.375L10.0303 5.25C10.1709 5.10935 10.2499 4.91858 10.2499 4.71967V0.75C10.2499 0.335787 9.91416 0 9.49994 0H5.53027ZM5.53027 0.75L9.49994 0.75V4.71967L5.37494 8.84467L1.40527 4.875L5.53027 0.75Z"
10
+ fill="currentColor"
11
+ />
12
+ </svg>
@@ -0,0 +1,26 @@
1
+ export default CookieBannerIcon;
2
+ type CookieBannerIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const CookieBannerIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -1,4 +1,4 @@
1
- <svg width="137" height="44" viewBox="0 0 137 44" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="100%" height="100%" viewBox="0 0 137 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <rect x="0.5" y="0.75" width="136" height="42.5" rx="3.5" stroke="white" />
3
3
  <path
4
4
  fill-rule="evenodd"
@@ -1,14 +1,4 @@
1
- <script lang="ts">
2
- export let size = 16;
3
- </script>
4
-
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- width={size}
8
- height={size}
9
- viewBox="0 0 {size} {size}"
10
- fill="none"
11
- >
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="3 2 11 11" fill="none">
12
2
  <path
13
3
  fill-rule="evenodd"
14
4
  clip-rule="evenodd"
@@ -1,8 +1,21 @@
1
+ export default CopyIcon;
2
+ type CopyIcon = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const CopyIcon: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
1
14
  interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
2
- new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
3
16
  $$bindings?: Bindings;
4
17
  } & Exports;
5
- (internal: unknown, props: Props & {
18
+ (internal: unknown, props: {
6
19
  $$events?: Events;
7
20
  $$slots?: Slots;
8
21
  }): Exports & {
@@ -11,10 +24,3 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
11
24
  };
12
25
  z_$$bindings?: Bindings;
13
26
  }
14
- declare const CopyIcon: $$__sveltets_2_IsomorphicComponent<{
15
- size?: number;
16
- }, {
17
- [evt: string]: CustomEvent<any>;
18
- }, {}, {}, string>;
19
- type CopyIcon = InstanceType<typeof CopyIcon>;
20
- export default CopyIcon;
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
- <path d="M4 4L12 12" stroke="#ABABAB" />
3
- <path d="M12 4L4 12" stroke="#ABABAB" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
+ <path d="M4 4L12 12" stroke="currentColor" />
3
+ <path d="M12 4L4 12" stroke="currentColor" />
4
4
  </svg>
@@ -1,12 +1,7 @@
1
- <script>
2
- export let width = 12;
3
- export let height = 12;
4
- </script>
5
-
6
1
  <svg
7
2
  data-wf-icon="CustomElementIcon"
8
- {width}
9
- {height}
3
+ width="100%"
4
+ height="100%"
10
5
  viewBox="0 0 24 24"
11
6
  fill="none"
12
7
  xmlns="http://www.w3.org/2000/svg"
@@ -1,15 +1,13 @@
1
1
  export default DOMElement;
2
2
  type DOMElement = SvelteComponent<{
3
- width?: number | undefined;
4
- height?: number | undefined;
3
+ [x: string]: never;
5
4
  }, {
6
5
  [evt: string]: CustomEvent<any>;
7
6
  }, {}> & {
8
7
  $$bindings?: string | undefined;
9
8
  };
10
9
  declare const DOMElement: $$__sveltets_2_IsomorphicComponent<{
11
- width?: number | undefined;
12
- height?: number | undefined;
10
+ [x: string]: never;
13
11
  }, {
14
12
  [evt: string]: CustomEvent<any>;
15
13
  }, {}, {}, string>;
@@ -17,7 +15,7 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
17
15
  new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
18
16
  $$bindings?: Bindings;
19
17
  } & Exports;
20
- (internal: unknown, props: Props & {
18
+ (internal: unknown, props: {
21
19
  $$events?: Events;
22
20
  $$slots?: Slots;
23
21
  }): Exports & {
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 12" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
2
2
  <path
3
3
  fill-rule="evenodd"
4
4
  clip-rule="evenodd"
@@ -1,15 +1,4 @@
1
- <script lang="ts">
2
- export let width = 14;
3
- export let height = 14;
4
- </script>
5
-
6
- <svg
7
- width={`${width}`}
8
- height={`${height}`}
9
- viewBox="0 0 14 14"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
1
+ <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
13
2
  <path
14
3
  fill-rule="evenodd"
15
4
  clip-rule="evenodd"