@adobe-commerce/elsie 1.0.0-alpha3 → 1.0.0-alpha5

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 (195) hide show
  1. package/config/eslint.js +1 -0
  2. package/config/storybook/addon.js +1 -1
  3. package/package.json +2 -2
  4. package/post-release.sh +5 -0
  5. package/src/components/Accordion/Accordion.stories.tsx +7 -0
  6. package/src/components/Accordion/Accordion.tsx +3 -1
  7. package/src/components/Icon/Icon.stories.tsx +1 -0
  8. package/src/docs/API/initializer.mdx +23 -14
  9. package/src/icons/GiftCard.svg +2 -2
  10. package/src/lib/image-params-keymap.ts +3 -1
  11. package/src/lib/initializer.ts +7 -4
  12. package/src/lib/resolve-image.ts +19 -4
  13. package/dist/chunks/deviceUtils.js +0 -14
  14. package/dist/chunks/icons/Add.js +0 -3
  15. package/dist/chunks/icons/AddressBook.js +0 -3
  16. package/dist/chunks/icons/Bulk.js +0 -3
  17. package/dist/chunks/icons/Burger.js +0 -3
  18. package/dist/chunks/icons/Card.js +0 -3
  19. package/dist/chunks/icons/Cart.js +0 -3
  20. package/dist/chunks/icons/Check.js +0 -3
  21. package/dist/chunks/icons/CheckWithCircle.js +0 -3
  22. package/dist/chunks/icons/ChevronDown.js +0 -3
  23. package/dist/chunks/icons/ChevronRight.js +0 -3
  24. package/dist/chunks/icons/ChevronUp.js +0 -3
  25. package/dist/chunks/icons/Close.js +0 -3
  26. package/dist/chunks/icons/Coupon.js +0 -3
  27. package/dist/chunks/icons/Date.js +0 -3
  28. package/dist/chunks/icons/Delivery.js +0 -3
  29. package/dist/chunks/icons/EmptyBox.js +0 -3
  30. package/dist/chunks/icons/Eye.js +0 -3
  31. package/dist/chunks/icons/EyeClose.js +0 -3
  32. package/dist/chunks/icons/Gift.js +0 -3
  33. package/dist/chunks/icons/GiftCard.js +0 -3
  34. package/dist/chunks/icons/Heart.js +0 -3
  35. package/dist/chunks/icons/HeartFilled.js +0 -3
  36. package/dist/chunks/icons/InfoFilled.js +0 -3
  37. package/dist/chunks/icons/Locker.js +0 -3
  38. package/dist/chunks/icons/Minus.js +0 -3
  39. package/dist/chunks/icons/Order.js +0 -3
  40. package/dist/chunks/icons/OrderError.js +0 -3
  41. package/dist/chunks/icons/OrderSuccess.js +0 -3
  42. package/dist/chunks/icons/PaymentError.js +0 -3
  43. package/dist/chunks/icons/Placeholder.js +0 -3
  44. package/dist/chunks/icons/PlaceholderFilled.js +0 -3
  45. package/dist/chunks/icons/Search.js +0 -3
  46. package/dist/chunks/icons/SearchFilled.js +0 -3
  47. package/dist/chunks/icons/Sort.js +0 -3
  48. package/dist/chunks/icons/Star.js +0 -3
  49. package/dist/chunks/icons/Trash.js +0 -3
  50. package/dist/chunks/icons/User.js +0 -3
  51. package/dist/chunks/icons/View.js +0 -3
  52. package/dist/chunks/icons/Wallet.js +0 -3
  53. package/dist/chunks/icons/Warning.js +0 -3
  54. package/dist/chunks/icons/WarningFilled.js +0 -3
  55. package/dist/chunks/icons/WarningWithCircle.js +0 -3
  56. package/dist/chunks/image-params-keymap.js +0 -3
  57. package/dist/chunks/initializer.js +0 -5
  58. package/dist/components.d.ts +0 -1
  59. package/dist/components.js +0 -3
  60. package/dist/event-bus.d.ts +0 -1
  61. package/dist/event-bus.js +0 -3
  62. package/dist/fetch-graphql.d.ts +0 -1
  63. package/dist/fetch-graphql.js +0 -3
  64. package/dist/i18n.d.ts +0 -1
  65. package/dist/i18n.js +0 -5
  66. package/dist/initializer.d.ts +0 -1
  67. package/dist/initializer.js +0 -5
  68. package/dist/lib.d.ts +0 -1
  69. package/dist/lib.js +0 -3
  70. package/dist/preact-compat.d.ts +0 -1
  71. package/dist/preact-compat.js +0 -3
  72. package/dist/preact-hooks.d.ts +0 -1
  73. package/dist/preact-hooks.js +0 -3
  74. package/dist/preact-jsx-runtime.d.ts +0 -1
  75. package/dist/preact-jsx-runtime.js +0 -3
  76. package/dist/preact.d.ts +0 -1
  77. package/dist/preact.js +0 -3
  78. package/dist/recaptcha.d.ts +0 -1
  79. package/dist/recaptcha.js +0 -14
  80. package/dist/signals.d.ts +0 -1
  81. package/dist/signals.js +0 -3
  82. package/dist/types/elsie/src/components/Accordion/Accordion.d.ts +0 -27
  83. package/dist/types/elsie/src/components/Accordion/index.d.ts +0 -3
  84. package/dist/types/elsie/src/components/ActionButton/ActionButton.d.ts +0 -11
  85. package/dist/types/elsie/src/components/ActionButton/index.d.ts +0 -2
  86. package/dist/types/elsie/src/components/ActionButtonGroup/ActionButtonGroup.d.ts +0 -20
  87. package/dist/types/elsie/src/components/ActionButtonGroup/index.d.ts +0 -2
  88. package/dist/types/elsie/src/components/AlertBanner/AlertBanner.d.ts +0 -15
  89. package/dist/types/elsie/src/components/AlertBanner/index.d.ts +0 -3
  90. package/dist/types/elsie/src/components/Breadcrumbs/Breadcrumbs.d.ts +0 -9
  91. package/dist/types/elsie/src/components/Breadcrumbs/index.d.ts +0 -3
  92. package/dist/types/elsie/src/components/Button/Button.d.ts +0 -15
  93. package/dist/types/elsie/src/components/Button/index.d.ts +0 -3
  94. package/dist/types/elsie/src/components/Card/Card.d.ts +0 -9
  95. package/dist/types/elsie/src/components/Card/index.d.ts +0 -2
  96. package/dist/types/elsie/src/components/CartItem/CartItem.d.ts +0 -36
  97. package/dist/types/elsie/src/components/CartItem/CartItemSkeleton.d.ts +0 -4
  98. package/dist/types/elsie/src/components/CartItem/index.d.ts +0 -4
  99. package/dist/types/elsie/src/components/CartList/CartList.d.ts +0 -7
  100. package/dist/types/elsie/src/components/CartList/index.d.ts +0 -3
  101. package/dist/types/elsie/src/components/Checkbox/Checkbox.d.ts +0 -13
  102. package/dist/types/elsie/src/components/Checkbox/index.d.ts +0 -2
  103. package/dist/types/elsie/src/components/ColorSwatch/ColorSwatch.d.ts +0 -20
  104. package/dist/types/elsie/src/components/ColorSwatch/index.d.ts +0 -3
  105. package/dist/types/elsie/src/components/ContentGrid/ContentGrid.d.ts +0 -10
  106. package/dist/types/elsie/src/components/ContentGrid/index.d.ts +0 -19
  107. package/dist/types/elsie/src/components/Divider/Divider.d.ts +0 -8
  108. package/dist/types/elsie/src/components/Divider/index.d.ts +0 -3
  109. package/dist/types/elsie/src/components/Field/Field.d.ts +0 -14
  110. package/dist/types/elsie/src/components/Field/index.d.ts +0 -2
  111. package/dist/types/elsie/src/components/Header/Header.d.ts +0 -11
  112. package/dist/types/elsie/src/components/Header/index.d.ts +0 -3
  113. package/dist/types/elsie/src/components/Icon/Icon.d.ts +0 -18
  114. package/dist/types/elsie/src/components/Icon/index.d.ts +0 -2
  115. package/dist/types/elsie/src/components/IllustratedMessage/IllustratedMessage.d.ts +0 -13
  116. package/dist/types/elsie/src/components/IllustratedMessage/index.d.ts +0 -3
  117. package/dist/types/elsie/src/components/Image/Image.d.ts +0 -11
  118. package/dist/types/elsie/src/components/Image/index.d.ts +0 -2
  119. package/dist/types/elsie/src/components/ImageSwatch/ImageSwatch.d.ts +0 -20
  120. package/dist/types/elsie/src/components/ImageSwatch/index.d.ts +0 -3
  121. package/dist/types/elsie/src/components/InLineAlert/InLineAlert.d.ts +0 -19
  122. package/dist/types/elsie/src/components/InLineAlert/index.d.ts +0 -3
  123. package/dist/types/elsie/src/components/Incrementer/Incrementer.d.ts +0 -17
  124. package/dist/types/elsie/src/components/Incrementer/index.d.ts +0 -2
  125. package/dist/types/elsie/src/components/Input/Input.d.ts +0 -19
  126. package/dist/types/elsie/src/components/Input/index.d.ts +0 -3
  127. package/dist/types/elsie/src/components/InputDate/InputDate.d.ts +0 -11
  128. package/dist/types/elsie/src/components/InputDate/index.d.ts +0 -3
  129. package/dist/types/elsie/src/components/InputPassword/InputPassword.d.ts +0 -19
  130. package/dist/types/elsie/src/components/InputPassword/PasswordStatusIndicator/PasswordStatusIndicator.d.ts +0 -18
  131. package/dist/types/elsie/src/components/InputPassword/PasswordStatusIndicator/index.d.ts +0 -3
  132. package/dist/types/elsie/src/components/InputPassword/index.d.ts +0 -3
  133. package/dist/types/elsie/src/components/Modal/Modal.d.ts +0 -15
  134. package/dist/types/elsie/src/components/Modal/index.d.ts +0 -2
  135. package/dist/types/elsie/src/components/Pagination/Pagination.d.ts +0 -15
  136. package/dist/types/elsie/src/components/Pagination/index.d.ts +0 -3
  137. package/dist/types/elsie/src/components/Picker/Picker.d.ts +0 -28
  138. package/dist/types/elsie/src/components/Picker/index.d.ts +0 -2
  139. package/dist/types/elsie/src/components/Price/Price.d.ts +0 -17
  140. package/dist/types/elsie/src/components/Price/index.d.ts +0 -2
  141. package/dist/types/elsie/src/components/PriceRange/PriceRange.d.ts +0 -17
  142. package/dist/types/elsie/src/components/PriceRange/index.d.ts +0 -3
  143. package/dist/types/elsie/src/components/ProgressSpinner/ProgressSpinner.d.ts +0 -14
  144. package/dist/types/elsie/src/components/ProgressSpinner/index.d.ts +0 -3
  145. package/dist/types/elsie/src/components/RadioButton/RadioButton.d.ts +0 -16
  146. package/dist/types/elsie/src/components/RadioButton/index.d.ts +0 -3
  147. package/dist/types/elsie/src/components/Skeleton/Skeleton.d.ts +0 -17
  148. package/dist/types/elsie/src/components/Skeleton/index.d.ts +0 -2
  149. package/dist/types/elsie/src/components/Tag/Tag.d.ts +0 -9
  150. package/dist/types/elsie/src/components/Tag/index.d.ts +0 -3
  151. package/dist/types/elsie/src/components/TextArea/TextArea.d.ts +0 -11
  152. package/dist/types/elsie/src/components/TextArea/index.d.ts +0 -3
  153. package/dist/types/elsie/src/components/TextSwatch/TextSwatch.d.ts +0 -18
  154. package/dist/types/elsie/src/components/TextSwatch/index.d.ts +0 -3
  155. package/dist/types/elsie/src/components/ToggleButton/ToggleButton.d.ts +0 -14
  156. package/dist/types/elsie/src/components/ToggleButton/index.d.ts +0 -3
  157. package/dist/types/elsie/src/components/UIProvider/UIProvider.d.ts +0 -19
  158. package/dist/types/elsie/src/components/UIProvider/index.d.ts +0 -2
  159. package/dist/types/elsie/src/components/index.d.ts +0 -41
  160. package/dist/types/elsie/src/i18n/en_US.json.d.ts +0 -149
  161. package/dist/types/elsie/src/i18n/index.d.ts +0 -443
  162. package/dist/types/elsie/src/icons/index.d.ts +0 -43
  163. package/dist/types/elsie/src/lib/classes.d.ts +0 -6
  164. package/dist/types/elsie/src/lib/config.d.ts +0 -7
  165. package/dist/types/elsie/src/lib/debounce.d.ts +0 -2
  166. package/dist/types/elsie/src/lib/deepmerge.d.ts +0 -5
  167. package/dist/types/elsie/src/lib/deviceUtils.d.ts +0 -2
  168. package/dist/types/elsie/src/lib/form-values.d.ts +0 -5
  169. package/dist/types/elsie/src/lib/i18n.d.ts +0 -8
  170. package/dist/types/elsie/src/lib/image-params-keymap.d.ts +0 -4
  171. package/dist/types/elsie/src/lib/index.d.ts +0 -16
  172. package/dist/types/elsie/src/lib/initializer.d.ts +0 -81
  173. package/dist/types/elsie/src/lib/is-number.d.ts +0 -2
  174. package/dist/types/elsie/src/lib/render.d.ts +0 -42
  175. package/dist/types/elsie/src/lib/resolve-image.d.ts +0 -10
  176. package/dist/types/elsie/src/lib/signals.d.ts +0 -2
  177. package/dist/types/elsie/src/lib/slot.d.ts +0 -45
  178. package/dist/types/elsie/src/lib/tests.d.ts +0 -5
  179. package/dist/types/elsie/src/lib/types.d.ts +0 -10
  180. package/dist/types/elsie/src/lib/vcomponent.d.ts +0 -9
  181. package/dist/types/event-bus/src/events-catalog.d.ts +0 -16
  182. package/dist/types/event-bus/src/index.d.ts +0 -53
  183. package/dist/types/fetch-graphql/src/index.d.ts +0 -105
  184. package/dist/types/recaptcha/src/configs/index.d.ts +0 -4
  185. package/dist/types/recaptcha/src/configs/message.config.d.ts +0 -8
  186. package/dist/types/recaptcha/src/configs/recaptchaBadgeSelector.config.d.ts +0 -2
  187. package/dist/types/recaptcha/src/configs/typeForms.config.d.ts +0 -2
  188. package/dist/types/recaptcha/src/graphql/recaptchaConfig.graphql.d.ts +0 -2
  189. package/dist/types/recaptcha/src/index.d.ts +0 -42
  190. package/dist/types/recaptcha/src/lib/_checkRecaptchaBadge.d.ts +0 -2
  191. package/dist/types/recaptcha/src/lib/_convertKeysToCamelCase.d.ts +0 -6
  192. package/dist/types/recaptcha/src/lib/_extendConfig.d.ts +0 -4
  193. package/dist/types/recaptcha/src/lib/_storageConfig.d.ts +0 -6
  194. package/dist/types/recaptcha/src/lib/index.d.ts +0 -5
  195. package/dist/types/recaptcha/src/services/recaptcha.service.d.ts +0 -6
package/config/eslint.js CHANGED
@@ -1,6 +1,7 @@
1
1
  module.exports = {
2
2
  env: {
3
3
  browser: true,
4
+ "jest": true,
4
5
  },
5
6
  plugins: ['@typescript-eslint'],
6
7
  extends: [
@@ -66,7 +66,7 @@ module.exports = {
66
66
  loader: 'babel-loader',
67
67
  exclude: {
68
68
  and: [/node_modules/],
69
- not: [/@adobe/],
69
+ not: [/@adobe-commerce/],
70
70
  },
71
71
  options: {
72
72
  presets: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "1.0.0-alpha3",
3
+ "version": "1.0.0-alpha5",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -22,7 +22,7 @@
22
22
  "analyze": "ANALYZE=true elsie build --config vite.config.mjs",
23
23
  "build-storybook": "storybook build --disable-telemetry",
24
24
  "test-storybook": "test-storybook",
25
- "test-storybook-ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook --quiet && npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:127.0.0.1:6006 && test-storybook\"",
25
+ "test-storybook-ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:127.0.0.1:6006 && test-storybook\"",
26
26
  "cleanup": "rimraf dist"
27
27
  },
28
28
  "devDependencies": {
@@ -0,0 +1,5 @@
1
+ # This script runs from elsie/dist folder in npm-publish.
2
+ # Reason for the removal of pre-release.sh is so that when npm-publish is called again in workflow/publish.yaml,
3
+ # it releases to adobe-commerce instead of dropins.
4
+
5
+ rm -f ../pre-release.sh
@@ -74,6 +74,13 @@ const meta: Meta<AccordionProps & AccordionSectionProps> = {
74
74
  defaultValue: '',
75
75
  control: 'text',
76
76
  },
77
+ ariaLabelTitle: {
78
+ description:
79
+ 'Aria label for the title. Useful for screen readers when the title is not a string',
80
+ type: 'string',
81
+ defaultValue: '',
82
+ control: 'text',
83
+ },
77
84
  renderContentWhenClosed: {
78
85
  description: 'Render content when closed',
79
86
  type: 'boolean',
@@ -9,6 +9,7 @@ export interface AccordionSectionProps
9
9
  extends Omit<HTMLAttributes<HTMLDivElement>, 'icon'> {
10
10
  defaultOpen?: boolean;
11
11
  actionIconPosition?: 'left' | 'right';
12
+ ariaLabelTitle: string;
12
13
  iconOpen?: IconNode;
13
14
  iconClose?: IconNode;
14
15
  iconLeft?: IconNode;
@@ -22,6 +23,7 @@ export const AccordionSection: FunctionComponent<AccordionSectionProps> = ({
22
23
  className,
23
24
  children,
24
25
  title,
26
+ ariaLabelTitle,
25
27
  secondaryText,
26
28
  actionIconPosition = 'left',
27
29
  iconOpen = Add,
@@ -85,7 +87,7 @@ export const AccordionSection: FunctionComponent<AccordionSectionProps> = ({
85
87
  onClick={onClickHandler}
86
88
  onKeyPress={onClickHandler}
87
89
  role="button"
88
- aria-label={`${buttonLabel} ${title}`}
90
+ aria-label={`${buttonLabel} ${ariaLabelTitle ?? title}`}
89
91
  tabIndex={0}
90
92
  >
91
93
  <div className={'dropin-accordion-section__title-container'}>
@@ -77,6 +77,7 @@ export const AllIcons: Story = {
77
77
  }}
78
78
  >
79
79
  {Object.keys(Icons).map((icon) => (
80
+ // eslint-disable-next-line
80
81
  <>
81
82
  <span key={icon}>{icon}</span>
82
83
  {/* @ts-ignore */}
@@ -45,21 +45,26 @@ window.addEventListener('load', initializers.mount);
45
45
 
46
46
  ## `setImageParamKeys(params)`
47
47
 
48
- This method is part of the initializers module in the @dropins/tools package.
48
+ The `setImageParamKeys` method is part of the initializers module in the `@dropins/tools` package.
49
49
  It allows you to set image parameters globally for all drop-ins that use the Image component.
50
50
 
51
- The default behavior is to utilize Fastly parameters if setImageParamKeys() is not called or if no parameters are provided.
51
+ ### Default Behavior
52
52
 
53
- The setImageParamKeys() method accepts a mapping of image parameter keys to URL parameters.
54
- The provided image parameters are set globally and used by all drop-ins utilizing the Image component.
53
+ By default, Fastly parameters are used if `setImageParamKeys` is not called or if no parameters are provided.
55
54
 
56
- If a parameter key is provided via setImageParamKeys(), it is used in generating image URLs instead of the default Fastly parameters.
57
- If a parameter key is not provided via setImageParamKeys(), it is completely omitted from the generated image URLs.
55
+ ### Parameters
58
56
 
57
+ - `params` - `{ [key: string]: string | ((data: any) => [string, string]) }`
58
+ - An object of key-value pairs to map image parameters to their respective keys in the URL.
59
+ - The value can be a string or a function that takes the parameter value as an argument and returns a tuple of the new key and transformed value.
59
60
 
60
- ### Parameters
61
+ ### Functionality
61
62
 
62
- - `params` - `{ [key: string]: string }` - An object of key-value pairs to map image parameters to their respective keys in the URL.
63
+ - If a parameter key is provided via `setImageParamKeys`, it is used in generating image URLs instead of the default Fastly parameters.
64
+ - If a parameter key is not provided via `setImageParamKeys`, it is omitted from the generated image URLs.
65
+ - If a mapped key is a function and it is not specified as a parameter in the Image component, it is called with `null`. It should return a tuple of the key and value.
66
+ - If a mapping callback is provided, the callback is called with the parameter value (if it exists) and should return a tuple of the new key and transformed value.
67
+ - If a mapping callback returns `null`, the parameter is omitted from the generated image URLs.
63
68
 
64
69
  ### Usage
65
70
 
@@ -68,8 +73,12 @@ Call the setImageParamKeys() function before the register() and mount() function
68
73
  ```javascript
69
74
  // Set global image parameters
70
75
  initializers.setImageParamKeys({
76
+ // Re-map the width parameter to imgWidth
71
77
  width: 'imgWidth',
72
- quality: 'imgQuality',
78
+ // Transform the quality parameter
79
+ quality: (value) => ['imgQuality', value * 100],
80
+ // Add an additional parameter to the image URL
81
+ extraParam: () => ['extraParam', 'extraValue'],
73
82
  });
74
83
 
75
84
  // Register Initializers
@@ -81,7 +90,7 @@ initializers.register(pkg.initialize, {
81
90
  initializers.mount();
82
91
  ```
83
92
 
84
- Now, when a dropin uses the Image component to render an image with a width of 300 pixels:
93
+ Now, when a dropin uses the Image component to render an image with a width of 300 pixels and quality value of 0.8:
85
94
 
86
95
  ```jsx
87
96
  <Image
@@ -90,7 +99,7 @@ Now, when a dropin uses the Image component to render an image with a width of 3
90
99
  alt={'Example Image'}
91
100
  width="300"
92
101
  height="300"
93
- params={{ width: 300, quality: 80}}
102
+ params={{ width: 300, quality: 0.8 }}
94
103
  />
95
104
  ```
96
105
 
@@ -99,12 +108,12 @@ It renders the following image element:
99
108
  ```html
100
109
  <img
101
110
  loading="lazy"
102
- src="https://example.com/image.jpg?imgWidth=300&imgQuality=80"
103
- srcset="https://example.com/image.jpg?imgWidth=300&imgQuality=80 768w, https://example.com/image.jpg?imgWidth=300&imgQuality=80 1024w, https://example.com/image.jpg?imgWidth=300&imgQuality=80 1366w, https://example.com/image.jpg?imgWidth=300&imgQuality=80 1920w"
111
+ src="https://example.com/image.jpg"
112
+ srcset="https://example.com/image.jpg?imgWidth=300&imgQuality=80&extraParam=extraValue 768w, https://example.com/image.jpg?imgWidth=300&imgQuality=80&extraParam=extraValue 1024w, https://example.com/image.jpg?imgWidth=300&imgQuality=80&extraParam=extraValue 1366w, https://example.com/image.jpg?imgWidth=300&imgQuality=80&extraParam=extraValue 1920w"
104
113
  alt="Example Image"
105
114
  width="300"
106
115
  height="300"
107
116
  />
108
117
  ```
109
118
 
110
- In this example, the width parameter is mapped to imgWidth and the quality parameter is mapped to imgQuality.
119
+ In this example, the width parameter is mapped to imgWidth and the value of the quality parameter is modified and mapped to imgQuality.
@@ -1,3 +1,3 @@
1
- <svg width="24" height="16" viewBox="0 0 24 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.5364 9.8598V2.1658C22.5364 1.63583 22.099 1.20996 21.576 1.20996H2.42337C1.89083 1.20996 1.46289 1.64529 1.46289 2.1658V9.8598M22.5364 9.8598H1.46289M22.5364 9.8598V13.844C22.5364 14.3645 22.1085 14.7999 21.576 14.7999H2.42337C1.90034 14.7999 1.46289 14.374 1.46289 13.844V9.8598M3.9164 12.5191L7.5396 9.8598M7.5396 9.8598L11.1628 12.5191M7.5396 9.8598C7.5396 9.8598 6.96902 7.26674 6.40795 6.70838C5.84687 6.15002 4.93394 6.15002 4.37287 6.70838C3.81179 7.26674 3.81179 8.17526 4.37287 8.73362C4.93394 9.29198 7.5396 9.8598 7.5396 9.8598ZM7.5396 9.8598C7.5396 9.8598 10.1643 9.27305 10.7254 8.71469C11.2864 8.15633 11.2864 7.24782 10.7254 6.68946C10.1643 6.1311 9.25135 6.1311 8.69028 6.68946C8.12921 7.24782 7.5396 9.8598 7.5396 9.8598ZM7.5396 14.7904V1.20996" stroke="currentColor" stroke-linecap="round"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 12.8571V6.75774C22 6.33761 21.5848 6 21.0884 6H2.91155C2.40614 6 2 6.34511 2 6.75774V12.8571M22 12.8571H2M22 12.8571V17.0049C22 17.5468 21.5939 18 21.0884 18H2.91155C2.41516 18 2 17.5567 2 17.0049V12.8571M5.18182 16.0886L8.64545 12.8229M8.64545 12.8229L12.1087 16.0886M8.64545 12.8229C8.64545 12.8229 8.09964 10.4743 7.56328 9.96857C7.02692 9.46286 6.15419 9.46286 5.61783 9.96857C5.08146 10.4743 5.08146 11.2971 5.61783 11.8029C6.15419 12.3086 8.64545 12.8229 8.64545 12.8229ZM8.64545 12.8229C8.64545 12.8229 11.1542 12.2914 11.6905 11.7857C12.2269 11.28 12.2269 10.4571 11.6905 9.95141C11.1542 9.4457 10.2814 9.4457 9.74507 9.95141C9.2087 10.4571 8.64545 12.8229 8.64545 12.8229ZM8.64506 17.2886V6.70286" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
3
3
  </svg>
@@ -1,5 +1,7 @@
1
1
  class ImageParamsKeyMap {
2
- private _map?: { [key: string]: string } | undefined;
2
+ private _map:
3
+ | { [key: string]: string | ((data: any) => [string, string]) }
4
+ | undefined;
3
5
 
4
6
  get map() {
5
7
  return this._map;
@@ -1,4 +1,7 @@
1
- import { Config, setImageParamsKeyMap } from '@adobe-commerce/elsie/lib';
1
+ import {
2
+ Config,
3
+ setImageParamsKeyMap,
4
+ } from '@adobe-commerce/elsie/lib';
2
5
 
3
6
  type Listener = { off(): void };
4
7
 
@@ -39,7 +42,8 @@ export class Initializer<T> {
39
42
  };
40
43
 
41
44
  this.init = (options) => {
42
- const { imageParamsKeyMap, ...rest } = options as any;
45
+ const { imageParamsKeyMap, ...rest } =
46
+ options as any;
43
47
  this.config.setConfig({ ...this.config.getConfig(), ...rest });
44
48
  setImageParamsKeyMap(imageParamsKeyMap);
45
49
  return init(options);
@@ -62,7 +66,6 @@ export class initializers {
62
66
  static _initializers: Initializers = [];
63
67
  static _mounted: boolean = false;
64
68
  static _imageParamsKeyMap: { [key: string]: string } | undefined = undefined;
65
-
66
69
  /**
67
70
  * Registers a new initializer. If the initializers have already been mounted,it immediately binds the event listeners and initializes the API for the new initializer.
68
71
  * @param initializer - The initializer to register.
@@ -89,7 +92,7 @@ export class initializers {
89
92
  initializer.listeners?.(options);
90
93
  await initializer.init?.({
91
94
  imageParamsKeyMap: initializers._imageParamsKeyMap,
92
- ...options
95
+ ...options,
93
96
  });
94
97
  }
95
98
 
@@ -21,15 +21,21 @@ const resolveImageUrl = (url: string, _opts?: ResolveImageUrlOptions) => {
21
21
  const params = new URLSearchParams(query);
22
22
 
23
23
  const keyMapping = getImageParamsKeyMap();
24
+ const keyMappingKeys = (keyMapping && Object.keys(keyMapping)) || [];
24
25
 
25
- let opts = {};
26
+ let opts: any = {};
27
+ let unusedMapping = { ...keyMapping };
26
28
 
27
- if (keyMapping && Object.keys(keyMapping).length > 0 && _opts) {
29
+ if (keyMappingKeys?.length > 0 && _opts) {
28
30
  opts = Object.entries(_opts).reduce((acc, [key, value]) => {
29
- const newKey = keyMapping[key];
30
- if (newKey) {
31
+ const newKey = keyMapping![key];
32
+ if (typeof newKey === 'string') {
31
33
  acc[newKey] = value;
34
+ } else if (typeof newKey === 'function') {
35
+ const [newKeyString, newValue] = newKey(value);
36
+ acc[newKeyString] = newValue;
32
37
  }
38
+ delete unusedMapping![key];
33
39
  return acc;
34
40
  }, {} as { [key: string]: any });
35
41
  } else {
@@ -41,6 +47,15 @@ const resolveImageUrl = (url: string, _opts?: ResolveImageUrlOptions) => {
41
47
  ..._opts,
42
48
  };
43
49
  }
50
+
51
+ // Set unused mapping as default params
52
+ Object.entries(unusedMapping).forEach(([, value]) => {
53
+ if (typeof value === 'function') {
54
+ const [newKeyString, newValue] = value(undefined);
55
+ opts[newKeyString] = newValue;
56
+ }
57
+ });
58
+
44
59
  // Append image optimization parameters
45
60
  Object.entries(opts).forEach(([key, value]) => {
46
61
  if (value !== undefined && value !== null) {
@@ -1,14 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- var xe=Object.defineProperty;var je=(e,t,r)=>t in e?xe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ie=(e,t,r)=>je(e,typeof t!="symbol"?t+"":t,r);import{g as Ae}from"./image-params-keymap.js";import{jsx as S}from"../preact-jsx-runtime.js";import{l as g,_ as ve,k as q,G as Me,B as se}from"./icons/Add.js";import{signal as ae}from"../signals.js";const Se=e=>e.reduce((r,n)=>{if(!n)return r;if(typeof n=="string"&&(r+=` ${n}`),Array.isArray(n)){const[s,p]=n;s&&p&&(r+=` ${s}`)}return r},"").trim();function $e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ee=function(t){return Ce(t)&&!Ne(t)};function Ce(e){return!!e&&typeof e=="object"}function Ne(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Le(e)}var Pe=typeof Symbol=="function"&&Symbol.for,Te=Pe?Symbol.for("react.element"):60103;function Le(e){return e.$$typeof===Te}function De(e){return Array.isArray(e)?[]:{}}function W(e,t){return t.clone!==!1&&t.isMergeableObject(e)?D(De(e),e,t):e}function Fe(e,t,r){return e.concat(t).map(function(n){return W(n,r)})}function Ue(e,t){if(!t.customMerge)return D;var r=t.customMerge(e);return typeof r=="function"?r:D}function ke(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function le(e){return Object.keys(e).concat(ke(e))}function ye(e,t){try{return t in e}catch{return!1}}function qe(e,t){return ye(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function We(e,t,r){var n={};return r.isMergeableObject(e)&&le(e).forEach(function(s){n[s]=W(e[s],r)}),le(t).forEach(function(s){qe(e,s)||(ye(e,s)&&r.isMergeableObject(t[s])?n[s]=Ue(s,r)(e[s],t[s],r):n[s]=W(t[s],r))}),n}function D(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Fe,r.isMergeableObject=r.isMergeableObject||Ee,r.cloneUnlessOtherwiseSpecified=W;var n=Array.isArray(t),s=Array.isArray(e),p=n===s;return p?n?r.arrayMerge(e,t,r):We(e,t,r):W(t,r)}D.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,s){return D(n,s,r)},{})};var ze=D,Ve=ze;const nt=$e(Ve),it=(e,t)=>{let r;return function(...n){clearTimeout(r),r=setTimeout(()=>e.apply(this,n),t)}},oe={medium:768,large:1024,xlarge:1366,xxlarge:1920},Ke=(e,t)=>{const[r,n]=e.split("?"),s=new URLSearchParams(n),p=Ae();let _={};return p&&Object.keys(p).length>0&&t?_=Object.entries(t).reduce((c,[y,h])=>{const w=p[y];return w&&(c[w]=h),c},{}):_={auto:"webp",quality:80,crop:!1,fit:"cover",...t},Object.entries(_).forEach(([c,y])=>{y!=null&&s.set(c,String(y))}),`${r}?${s.toString()}`},st=(e,t)=>{if(!e||!(t!=null&&t.width))return;const r=n=>Ke(e,{...n});return Object.entries(oe).map(([,n])=>{const s=t.width*n/oe.xxlarge;return`${r({...t,width:s})} ${n}w`}).join(`,
4
- `)};var Ze=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|^--/i,he=/^(area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)$/,K=/[\s\n\\/='"\0<>]/,be=/^xlink:?./,Be=/["&<]/;function k(e){if(Be.test(e+="")===!1)return e;for(var t=0,r=0,n="",s="";r<e.length;r++){switch(e.charCodeAt(r)){case 34:s="&quot;";break;case 38:s="&amp;";break;case 60:s="&lt;";break;default:continue}r!==t&&(n+=e.slice(t,r)),n+=s,t=r+1}return r!==t&&(n+=e.slice(t,r)),n}var ue=function(e,t){return String(e).replace(/(\n+)/g,"$1"+(t||" "))},ce=function(e,t,r){return String(e).length>40||String(e).indexOf(`
5
- `)!==-1||String(e).indexOf("<")!==-1},fe={},Ge=/([A-Z])/g;function me(e){var t="";for(var r in e){var n=e[r];n!=null&&n!==""&&(t&&(t+=" "),t+=r[0]=="-"?r:fe[r]||(fe[r]=r.replace(Ge,"-$1").toLowerCase()),t=typeof n=="number"&&Ze.test(r)===!1?t+": "+n+"px;":t+": "+n+";")}return t||void 0}function ee(e,t){return Array.isArray(t)?t.reduce(ee,e):t!=null&&t!==!1&&e.push(t),e}function de(){this.__d=!0}function we(e,t){return{__v:e,context:t,props:e.props,setState:de,forceUpdate:de,__d:!0,__h:[]}}function Z(e,t){var r=e.contextType,n=r&&t[r.__c];return r!=null?n?n.props.value:r.__:t}var I=[];function F(e,t,r,n,s,p){if(e==null||typeof e=="boolean")return"";if(typeof e!="object")return typeof e=="function"?"":k(e);var _=r.pretty,c=_&&typeof _=="string"?_:" ";if(Array.isArray(e)){for(var y="",h=0;h<e.length;h++)_&&h>0&&(y+=`
6
- `),y+=F(e[h],t,r,n,s,p);return y}if(e.constructor!==void 0)return"";var w,f=e.type,o=e.props,x=!1;if(typeof f=="function"){if(x=!0,!r.shallow||!n&&r.renderRootComponent!==!1){if(f===q){var m=[];return ee(m,e.props.children),F(m,t,r,r.shallowHighOrder!==!1,s,p)}var v,i=e.__c=we(e,t);g.__b&&g.__b(e);var P=g.__r;if(f.prototype&&typeof f.prototype.render=="function"){var $=Z(f,t);(i=e.__c=new f(o,$)).__v=e,i._dirty=i.__d=!0,i.props=o,i.state==null&&(i.state={}),i._nextState==null&&i.__s==null&&(i._nextState=i.__s=i.state),i.context=$,f.getDerivedStateFromProps?i.state=Object.assign({},i.state,f.getDerivedStateFromProps(i.props,i.state)):i.componentWillMount&&(i.componentWillMount(),i.state=i._nextState!==i.state?i._nextState:i.__s!==i.state?i.__s:i.state),P&&P(e),v=i.render(i.props,i.state,i.context)}else for(var C=Z(f,t),T=0;i.__d&&T++<25;)i.__d=!1,P&&P(e),v=f.call(e.__c,o,C);return i.getChildContext&&(t=Object.assign({},t,i.getChildContext())),g.diffed&&g.diffed(e),F(v,t,r,r.shallowHighOrder!==!1,s,p)}f=(w=f).displayName||w!==Function&&w.name||function(J){var Q=(Function.prototype.toString.call(J).match(/^\s*function\s+([^( ]+)/)||"")[1];if(!Q){for(var V=-1,R=I.length;R--;)if(I[R]===J){V=R;break}V<0&&(V=I.push(J)-1),Q="UnnamedComponent"+V}return Q}(w)}var j,O,d="<"+f;if(o){var b=Object.keys(o);r&&r.sortAttributes===!0&&b.sort();for(var E=0;E<b.length;E++){var a=b[E],u=o[a];if(a!=="children"){if(!K.test(a)&&(r&&r.allAttributes||a!=="key"&&a!=="ref"&&a!=="__self"&&a!=="__source")){if(a==="defaultValue")a="value";else if(a==="defaultChecked")a="checked";else if(a==="defaultSelected")a="selected";else if(a==="className"){if(o.class!==void 0)continue;a="class"}else s&&be.test(a)&&(a=a.toLowerCase().replace(/^xlink:?/,"xlink:"));if(a==="htmlFor"){if(o.for)continue;a="for"}a==="style"&&u&&typeof u=="object"&&(u=me(u)),a[0]==="a"&&a[1]==="r"&&typeof u=="boolean"&&(u=String(u));var l=r.attributeHook&&r.attributeHook(a,u,t,r,x);if(l||l==="")d+=l;else if(a==="dangerouslySetInnerHTML")O=u&&u.__html;else if(f==="textarea"&&a==="value")j=u;else if((u||u===0||u==="")&&typeof u!="function"){if(!(u!==!0&&u!==""||(u=a,r&&r.xml))){d=d+" "+a;continue}if(a==="value"){if(f==="select"){p=u;continue}f==="option"&&p==u&&o.selected===void 0&&(d+=" selected")}d=d+" "+a+'="'+k(u)+'"'}}}else j=u}}if(_){var A=d.replace(/\n\s*/," ");A===d||~A.indexOf(`
7
- `)?_&&~d.indexOf(`
8
- `)&&(d+=`
9
- `):d=A}if(d+=">",K.test(f))throw new Error(f+" is not a valid HTML tag name in "+d);var L,Oe=he.test(f)||r.voidElements&&r.voidElements.test(f),M=[];if(O)_&&ce(O)&&(O=`
10
- `+c+ue(O,c)),d+=O;else if(j!=null&&ee(L=[],j).length){for(var B=_&&~d.indexOf(`
11
- `),re=!1,G=0;G<L.length;G++){var X=L[G];if(X!=null&&X!==!1){var N=F(X,t,r,!0,f==="svg"||f!=="foreignObject"&&s,p);if(_&&!B&&ce(N)&&(B=!0),N)if(_){var ne=N.length>0&&N[0]!="<";re&&ne?M[M.length-1]+=N:M.push(N),re=ne}else M.push(N)}}if(_&&B)for(var Y=M.length;Y--;)M[Y]=`
12
- `+c+ue(M[Y],c)}if(M.length||O)d+=M.join("");else if(r&&r.xml)return d.substring(0,d.length-1)+" />";return!Oe||L||O?(_&&~d.indexOf(`
13
- `)&&(d+=`
14
- `),d=d+"</"+f+">"):d=d.replace(/>$/," />"),d}var Xe={shallow:!0};z.render=z;var Ye=function(e,t){return z(e,t,Xe)},pe=[];function z(e,t,r){t=t||{};var n=g.__s;g.__s=!0;var s,p=ve(q,null);return p.__k=[e],s=r&&(r.pretty||r.voidElements||r.sortAttributes||r.shallow||r.allAttributes||r.xml||r.attributeHook)?F(e,t,r):U(e,t,!1,void 0,p),g.__c&&g.__c(e,pe),g.__s=n,pe.length=0,s}function H(e){return e==null||typeof e=="boolean"?null:typeof e=="string"||typeof e=="number"||typeof e=="bigint"?ve(null,null,e):e}function Je(e,t){return e==="className"?"class":e==="htmlFor"?"for":e==="defaultValue"?"value":e==="defaultChecked"?"checked":e==="defaultSelected"?"selected":t&&be.test(e)?e.toLowerCase().replace(/^xlink:?/,"xlink:"):e}function Qe(e,t){return e==="style"&&t!=null&&typeof t=="object"?me(t):e[0]==="a"&&e[1]==="r"&&typeof t=="boolean"?String(t):t}var _e=Array.isArray,ge=Object.assign;function U(e,t,r,n,s){if(e==null||e===!0||e===!1||e==="")return"";if(typeof e!="object")return typeof e=="function"?"":k(e);if(_e(e)){var p="";s.__k=e;for(var _=0;_<e.length;_++)p+=U(e[_],t,r,n,s),e[_]=H(e[_]);return p}if(e.constructor!==void 0)return"";e.__=s,g.__b&&g.__b(e);var c=e.type,y=e.props;if(typeof c=="function"){var h;if(c===q)h=y.children;else{h=c.prototype&&typeof c.prototype.render=="function"?function(b,E){var a=b.type,u=Z(a,E),l=new a(b.props,u);b.__c=l,l.__v=b,l.__d=!0,l.props=b.props,l.state==null&&(l.state={}),l.__s==null&&(l.__s=l.state),l.context=u,a.getDerivedStateFromProps?l.state=ge({},l.state,a.getDerivedStateFromProps(l.props,l.state)):l.componentWillMount&&(l.componentWillMount(),l.state=l.__s!==l.state?l.__s:l.state);var A=g.__r;return A&&A(b),l.render(l.props,l.state,l.context)}(e,t):function(b,E){var a,u=we(b,E),l=Z(b.type,E);b.__c=u;for(var A=g.__r,L=0;u.__d&&L++<25;)u.__d=!1,A&&A(b),a=b.type.call(u,b.props,l);return a}(e,t);var w=e.__c;w.getChildContext&&(t=ge({},t,w.getChildContext()))}var f=U(h=h!=null&&h.type===q&&h.key==null?h.props.children:h,t,r,n,e);return g.diffed&&g.diffed(e),e.__=void 0,g.unmount&&g.unmount(e),f}var o,x,m="<";if(m+=c,y)for(var v in o=y.children,y){var i=y[v];if(!(v==="key"||v==="ref"||v==="__self"||v==="__source"||v==="children"||v==="className"&&"class"in y||v==="htmlFor"&&"for"in y||K.test(v))){if(i=Qe(v=Je(v,r),i),v==="dangerouslySetInnerHTML")x=i&&i.__html;else if(c==="textarea"&&v==="value")o=i;else if((i||i===0||i==="")&&typeof i!="function"){if(i===!0||i===""){i=v,m=m+" "+v;continue}if(v==="value"){if(c==="select"){n=i;continue}c!=="option"||n!=i||"selected"in y||(m+=" selected")}m=m+" "+v+'="'+k(i)+'"'}}}var P=m;if(m+=">",K.test(c))throw new Error(c+" is not a valid HTML tag name in "+m);var $="",C=!1;if(x)$+=x,C=!0;else if(typeof o=="string")$+=k(o),C=!0;else if(_e(o)){e.__k=o;for(var T=0;T<o.length;T++){var j=o[T];if(o[T]=H(j),j!=null&&j!==!1){var O=U(j,t,c==="svg"||c!=="foreignObject"&&r,n,e);O&&($+=O,C=!0)}}}else if(o!=null&&o!==!1&&o!==!0){e.__k=[H(o)];var d=U(o,t,c==="svg"||c!=="foreignObject"&&r,n,e);d&&($+=d,C=!0)}if(g.diffed&&g.diffed(e),e.__=void 0,g.unmount&&g.unmount(e),C)m+=$;else if(he.test(c))return P+" />";return m+"</"+c+">"}z.shallowRender=Ye;const Re=Me(null);class at{constructor(t){ie(this,"_provider");this._provider=t}render(t,r){return async n=>{var f;if(!t)throw new Error("Component is not defined");if(!n)throw new Error("Root element is not defined");const s=await((f=t.getInitialData)==null?void 0:f.call(t,r))??{},p=ae({...r}),_=ae(new Set),c=this._provider,y=({next:o})=>S(Re.Provider,{value:_,children:S(te,{node:c,...c.props,children:S(t,{...o.value,initialData:s})})});n.innerHTML="";const h=document.createElement("div");n.classList.add("dropin-design"),se(S(y,{next:p}),h);const w={remove:()=>{se(null,h)},setProps:o=>{const x=o(p.peek());p.value=x}};return new Promise(o=>{_.subscribe(x=>{if(x.size===0)return n.classList.add("dropin-design"),n.appendChild(h.firstChild??h),o(w)})})}}unmount(t){var r;if(!t)throw new Error("Root element is not defined");(r=t.firstChild)==null||r.remove()}async toString(t,r,n){var p;if(!t)throw new Error("Component is not defined");const s=await((p=t.getInitialData)==null?void 0:p.call(t,r))??{};return z(S(te,{node:this._provider,...this._provider.props,children:S(t,{...r,initialData:s})}),{},{...n})}}function te({node:e,...t}){return e?Array.isArray(e)?S(q,{children:e.map((r,n)=>S(te,{node:r,className:t.className,...t},n))}):(t.className=Se([e.props.className,t.className]),S(e.type,{ref:e.ref,...e.props,...t},e.key)):null}const lt=e=>typeof e=="number",ot=()=>{const e=navigator.userAgent.toLowerCase(),t=/ipad|iphone|ipod/.test(e),r=e.includes("mac")&&"ontouchend"in document;return t||r};export{at as R,Re as S,te as V,it as a,ot as b,Se as c,nt as d,st as g,lt as i};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- var I,f,Oe,st,H,ye,Me,ne,ce,_e,re,We,M={},Ie=[],ft=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Y=Array.isArray;function x(e,t){for(var n in t)e[n]=t[n];return e}function Fe(e){var t=e.parentNode;t&&t.removeChild(e)}function k(e,t,n){var _,r,o,i={};for(o in t)o=="key"?_=t[o]:o=="ref"?r=t[o]:i[o]=t[o];if(arguments.length>2&&(i.children=arguments.length>3?I.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)i[o]===void 0&&(i[o]=e.defaultProps[o]);return O(e,i,_,r,null)}function O(e,t,n,_,r){var o={type:e,props:t,key:n,ref:_,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:r??++Oe,__i:-1,__u:0};return r==null&&f.vnode!=null&&f.vnode(o),o}function pt(){return{current:null}}function E(e){return e.children}function w(e,t){this.props=e,this.context=t}function U(e,t){if(t==null)return e.__?U(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?U(e):null}function Ve(e){var t,n;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null){e.__e=e.__c.base=n.__e;break}return Ve(e)}}function oe(e){(!e.__d&&(e.__d=!0)&&H.push(e)&&!G.__r++||ye!==f.debounceRendering)&&((ye=f.debounceRendering)||Me)(G)}function G(){var e,t,n,_,r,o,i,l;for(H.sort(ne);e=H.shift();)e.__d&&(t=H.length,_=void 0,o=(r=(n=e).__v).__e,i=[],l=[],n.__P&&((_=x({},r)).__v=r.__v+1,f.vnode&&f.vnode(_),se(n.__P,_,r,n.__n,n.__P.namespaceURI,32&r.__u?[o]:null,i,o??U(r),!!(32&r.__u),l),_.__v=r.__v,_.__.__k[_.__i]=_,je(i,_,l),_.__e!=o&&Ve(_)),H.length>t&&H.sort(ne));G.__r=0}function Be(e,t,n,_,r,o,i,l,c,a,p){var u,d,s,g,$,b=_&&_.__k||Ie,v=t.length;for(n.__d=c,dt(n,t,b),c=n.__d,u=0;u<v;u++)(s=n.__k[u])!=null&&typeof s!="boolean"&&typeof s!="function"&&(d=s.__i===-1?M:b[s.__i]||M,s.__i=u,se(e,s,d,r,o,i,l,c,a,p),g=s.__e,s.ref&&d.ref!=s.ref&&(d.ref&&fe(d.ref,null,s),p.push(s.ref,s.__c||g,s)),$==null&&g!=null&&($=g),65536&s.__u||d.__k===s.__k?(c&&typeof s.type=="string"&&!e.contains(c)&&(c=U(d)),c=ze(s,c,e)):typeof s.type=="function"&&s.__d!==void 0?c=s.__d:g&&(c=g.nextSibling),s.__d=void 0,s.__u&=-196609);n.__d=c,n.__e=$}function dt(e,t,n){var _,r,o,i,l,c=t.length,a=n.length,p=a,u=0;for(e.__k=[],_=0;_<c;_++)i=_+u,(r=e.__k[_]=(r=t[_])==null||typeof r=="boolean"||typeof r=="function"?null:typeof r=="string"||typeof r=="number"||typeof r=="bigint"||r.constructor==String?O(null,r,null,null,null):Y(r)?O(E,{children:r},null,null,null):r.constructor===void 0&&r.__b>0?O(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r)!=null?(r.__=e,r.__b=e.__b+1,l=ht(r,n,i,p),r.__i=l,o=null,l!==-1&&(p--,(o=n[l])&&(o.__u|=131072)),o==null||o.__v===null?(l==-1&&u--,typeof r.type!="function"&&(r.__u|=65536)):l!==i&&(l==i-1?u=l-i:l==i+1?u++:l>i?p>c-i?u+=l-i:u--:l<i&&u++,l!==_+u&&(r.__u|=65536))):(o=n[i])&&o.key==null&&o.__e&&!(131072&o.__u)&&(o.__e==e.__d&&(e.__d=U(o)),ue(o,o,!1),n[i]=null,p--);if(p)for(_=0;_<a;_++)(o=n[_])!=null&&!(131072&o.__u)&&(o.__e==e.__d&&(e.__d=U(o)),ue(o,o))}function ze(e,t,n){var _,r;if(typeof e.type=="function"){for(_=e.__k,r=0;_&&r<_.length;r++)_[r]&&(_[r].__=e,t=ze(_[r],t,n));return t}e.__e!=t&&(n.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType===8);return t}function S(e,t){return t=t||[],e==null||typeof e=="boolean"||(Y(e)?e.some(function(n){S(n,t)}):t.push(e)),t}function ht(e,t,n,_){var r=e.key,o=e.type,i=n-1,l=n+1,c=t[n];if(c===null||c&&r==c.key&&o===c.type&&!(131072&c.__u))return n;if(_>(c!=null&&!(131072&c.__u)?1:0))for(;i>=0||l<t.length;){if(i>=0){if((c=t[i])&&!(131072&c.__u)&&r==c.key&&o===c.type)return i;i--}if(l<t.length){if((c=t[l])&&!(131072&c.__u)&&r==c.key&&o===c.type)return l;l++}}return-1}function ge(e,t,n){t[0]==="-"?e.setProperty(t,n??""):e[t]=n==null?"":typeof n!="number"||ft.test(t)?n:n+"px"}function j(e,t,n,_,r){var o;e:if(t==="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof _=="string"&&(e.style.cssText=_=""),_)for(t in _)n&&t in n||ge(e.style,t,"");if(n)for(t in n)_&&n[t]===_[t]||ge(e.style,t,n[t])}else if(t[0]==="o"&&t[1]==="n")o=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||t==="onFocusOut"||t==="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?_?n.u=_.u:(n.u=ce,e.addEventListener(t,o?re:_e,o)):e.removeEventListener(t,o?re:_e,o);else{if(r=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=n??"";break e}catch{}typeof n=="function"||(n==null||n===!1&&t[4]!=="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function be(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t.t==null)t.t=ce++;else if(t.t<n.u)return;return n(f.event?f.event(t):t)}}}function se(e,t,n,_,r,o,i,l,c,a){var p,u,d,s,g,$,b,v,y,R,N,V,A,me,B,X,C=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(c=!!(32&n.__u),o=[l=t.__e=n.__e]),(p=f.__b)&&p(t);e:if(typeof C=="function")try{if(v=t.props,y="prototype"in C&&C.prototype.render,R=(p=C.contextType)&&_[p.__c],N=p?R?R.props.value:p.__:_,n.__c?b=(u=t.__c=n.__c).__=u.__E:(y?t.__c=u=new C(v,N):(t.__c=u=new w(v,N),u.constructor=C,u.render=mt),R&&R.sub(u),u.props=v,u.state||(u.state={}),u.context=N,u.__n=_,d=u.__d=!0,u.__h=[],u._sb=[]),y&&u.__s==null&&(u.__s=u.state),y&&C.getDerivedStateFromProps!=null&&(u.__s==u.state&&(u.__s=x({},u.__s)),x(u.__s,C.getDerivedStateFromProps(v,u.__s))),s=u.props,g=u.state,u.__v=t,d)y&&C.getDerivedStateFromProps==null&&u.componentWillMount!=null&&u.componentWillMount(),y&&u.componentDidMount!=null&&u.__h.push(u.componentDidMount);else{if(y&&C.getDerivedStateFromProps==null&&v!==s&&u.componentWillReceiveProps!=null&&u.componentWillReceiveProps(v,N),!u.__e&&(u.shouldComponentUpdate!=null&&u.shouldComponentUpdate(v,u.__s,N)===!1||t.__v===n.__v)){for(t.__v!==n.__v&&(u.props=v,u.state=u.__s,u.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach(function(z){z&&(z.__=t)}),V=0;V<u._sb.length;V++)u.__h.push(u._sb[V]);u._sb=[],u.__h.length&&i.push(u);break e}u.componentWillUpdate!=null&&u.componentWillUpdate(v,u.__s,N),y&&u.componentDidUpdate!=null&&u.__h.push(function(){u.componentDidUpdate(s,g,$)})}if(u.context=N,u.props=v,u.__P=e,u.__e=!1,A=f.__r,me=0,y){for(u.state=u.__s,u.__d=!1,A&&A(t),p=u.render(u.props,u.state,u.context),B=0;B<u._sb.length;B++)u.__h.push(u._sb[B]);u._sb=[]}else do u.__d=!1,A&&A(t),p=u.render(u.props,u.state,u.context),u.state=u.__s;while(u.__d&&++me<25);u.state=u.__s,u.getChildContext!=null&&(_=x(x({},_),u.getChildContext())),y&&!d&&u.getSnapshotBeforeUpdate!=null&&($=u.getSnapshotBeforeUpdate(s,g)),Be(e,Y(X=p!=null&&p.type===E&&p.key==null?p.props.children:p)?X:[X],t,n,_,r,o,i,l,c,a),u.base=t.__e,t.__u&=-161,u.__h.length&&i.push(u),b&&(u.__E=u.__=null)}catch(z){t.__v=null,c||o!=null?(t.__e=l,t.__u|=c?160:32,o[o.indexOf(l)]=null):(t.__e=n.__e,t.__k=n.__k),f.__e(z,t,n)}else o==null&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=vt(n.__e,t,n,_,r,o,i,c,a);(p=f.diffed)&&p(t)}function je(e,t,n){t.__d=void 0;for(var _=0;_<n.length;_++)fe(n[_],n[++_],n[++_]);f.__c&&f.__c(t,e),e.some(function(r){try{e=r.__h,r.__h=[],e.some(function(o){o.call(r)})}catch(o){f.__e(o,r.__v)}})}function vt(e,t,n,_,r,o,i,l,c){var a,p,u,d,s,g,$,b=n.props,v=t.props,y=t.type;if(y==="svg"?r="http://www.w3.org/2000/svg":y==="math"?r="http://www.w3.org/1998/Math/MathML":r||(r="http://www.w3.org/1999/xhtml"),o!=null){for(a=0;a<o.length;a++)if((s=o[a])&&"setAttribute"in s==!!y&&(y?s.localName===y:s.nodeType===3)){e=s,o[a]=null;break}}if(e==null){if(y===null)return document.createTextNode(v);e=document.createElementNS(r,y,v.is&&v),o=null,l=!1}if(y===null)b===v||l&&e.data===v||(e.data=v);else{if(o=o&&I.call(e.childNodes),b=n.props||M,!l&&o!=null)for(b={},a=0;a<e.attributes.length;a++)b[(s=e.attributes[a]).name]=s.value;for(a in b)if(s=b[a],a!="children"){if(a=="dangerouslySetInnerHTML")u=s;else if(a!=="key"&&!(a in v)){if(a=="value"&&"defaultValue"in v||a=="checked"&&"defaultChecked"in v)continue;j(e,a,null,s,r)}}for(a in v)s=v[a],a=="children"?d=s:a=="dangerouslySetInnerHTML"?p=s:a=="value"?g=s:a=="checked"?$=s:a==="key"||l&&typeof s!="function"||b[a]===s||j(e,a,s,b[a],r);if(p)l||u&&(p.__html===u.__html||p.__html===e.innerHTML)||(e.innerHTML=p.__html),t.__k=[];else if(u&&(e.innerHTML=""),Be(e,Y(d)?d:[d],t,n,_,y==="foreignObject"?"http://www.w3.org/1999/xhtml":r,o,i,o?o[0]:n.__k&&U(n,0),l,c),o!=null)for(a=o.length;a--;)o[a]!=null&&Fe(o[a]);l||(a="value",g!==void 0&&(g!==e[a]||y==="progress"&&!g||y==="option"&&g!==b[a])&&j(e,a,g,b[a],r),a="checked",$!==void 0&&$!==e[a]&&j(e,a,$,b[a],r))}return e}function fe(e,t,n){try{typeof e=="function"?e(t):e.current=t}catch(_){f.__e(_,n)}}function ue(e,t,n){var _,r;if(f.unmount&&f.unmount(e),(_=e.ref)&&(_.current&&_.current!==e.__e||fe(_,null,t)),(_=e.__c)!=null){if(_.componentWillUnmount)try{_.componentWillUnmount()}catch(o){f.__e(o,t)}_.base=_.__P=null}if(_=e.__k)for(r=0;r<_.length;r++)_[r]&&ue(_[r],t,n||typeof e.type!="function");n||e.__e==null||Fe(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function mt(e,t,n){return this.constructor(e,n)}function W(e,t,n){var _,r,o,i;f.__&&f.__(e,t),r=(_=typeof n=="function")?null:n&&n.__k||t.__k,o=[],i=[],se(t,e=(!_&&n||t).__k=k(E,null,[e]),r||M,M,t.namespaceURI,!_&&n?[n]:r?null:t.firstChild?I.call(t.childNodes):null,o,!_&&n?n:r?r.__e:t.firstChild,_,i),je(o,e,i)}function qe(e,t){W(e,t,qe)}function yt(e,t,n){var _,r,o,i,l=x({},e.props);for(o in e.type&&e.type.defaultProps&&(i=e.type.defaultProps),t)o=="key"?_=t[o]:o=="ref"?r=t[o]:l[o]=t[o]===void 0&&i!==void 0?i[o]:t[o];return arguments.length>2&&(l.children=arguments.length>3?I.call(arguments,2):n),O(e.type,l,_||e.key,r||e.ref,null)}function gt(e,t){var n={__c:t="__cC"+We++,__:e,Consumer:function(_,r){return _.children(r)},Provider:function(_){var r,o;return this.getChildContext||(r=[],(o={})[t]=this,this.getChildContext=function(){return o},this.componentWillUnmount=function(){r=null},this.shouldComponentUpdate=function(i){this.props.value!==i.value&&r.some(function(l){l.__e=!0,oe(l)})},this.sub=function(i){r.push(i);var l=i.componentWillUnmount;i.componentWillUnmount=function(){r&&r.splice(r.indexOf(i),1),l&&l.call(i)}}),_.children}};return n.Provider.__=n.Consumer.contextType=n}I=Ie.slice,f={__e:function(e,t,n,_){for(var r,o,i;t=t.__;)if((r=t.__c)&&!r.__)try{if((o=r.constructor)&&o.getDerivedStateFromError!=null&&(r.setState(o.getDerivedStateFromError(e)),i=r.__d),r.componentDidCatch!=null&&(r.componentDidCatch(e,_||{}),i=r.__d),i)return r.__E=r}catch(l){e=l}throw e}},Oe=0,st=function(e){return e!=null&&e.constructor==null},w.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=x({},this.state),typeof e=="function"&&(e=e(x({},n),this.props)),e&&x(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),oe(this))},w.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),oe(this))},w.prototype.render=E,H=[],Me=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ne=function(e,t){return e.__v.__b-t.__v.__b},G.__r=0,ce=0,_e=be(!1),re=be(!0),We=0;var P,h,ee,ke,D=0,Ze=[],m=f,$e=m.__b,Ce=m.__r,we=m.diffed,xe=m.__c,Se=m.unmount,Ee=m.__;function T(e,t){m.__h&&m.__h(h,e,D||t),D=0;var n=h.__H||(h.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function J(e){return D=1,pe(et,e)}function pe(e,t,n){var _=T(P++,2);if(_.t=e,!_.__c&&(_.__=[n?n(t):et(void 0,t),function(l){var c=_.__N?_.__N[0]:_.__[0],a=_.t(c,l);c!==a&&(_.__N=[a,_.__[1]],_.__c.setState({}))}],_.__c=h,!h.u)){var r=function(l,c,a){if(!_.__c.__H)return!0;var p=_.__c.__H.__.filter(function(d){return!!d.__c});if(p.every(function(d){return!d.__N}))return!o||o.call(this,l,c,a);var u=!1;return p.forEach(function(d){if(d.__N){var s=d.__[0];d.__=d.__N,d.__N=void 0,s!==d.__[0]&&(u=!0)}}),!(!u&&_.__c.props===l)&&(!o||o.call(this,l,c,a))};h.u=!0;var o=h.shouldComponentUpdate,i=h.componentWillUpdate;h.componentWillUpdate=function(l,c,a){if(this.__e){var p=o;o=void 0,r(l,c,a),o=p}i&&i.call(this,l,c,a)},h.shouldComponentUpdate=r}return _.__N||_.__}function de(e,t){var n=T(P++,3);!m.__s&&he(n.__H,t)&&(n.__=e,n.i=t,h.__H.__h.push(n))}function F(e,t){var n=T(P++,4);!m.__s&&he(n.__H,t)&&(n.__=e,n.i=t,h.__h.push(n))}function Ge(e){return D=5,K(function(){return{current:e}},[])}function Ye(e,t,n){D=6,F(function(){return typeof e=="function"?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0},n==null?n:n.concat(e))}function K(e,t){var n=T(P++,7);return he(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Je(e,t){return D=8,K(function(){return e},t)}function Ke(e){var t=h.context[e.__c],n=T(P++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(h)),t.props.value):e.__}function Qe(e,t){m.useDebugValue&&m.useDebugValue(t?t(e):e)}function en(e){var t=T(P++,10),n=J();return t.__=e,h.componentDidCatch||(h.componentDidCatch=function(_,r){t.__&&t.__(_,r),n[1](_)}),[n[0],function(){n[1](void 0)}]}function Xe(){var e=T(P++,11);if(!e.__){for(var t=h.__v;t!==null&&!t.__m&&t.__!==null;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function bt(){for(var e;e=Ze.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(q),e.__H.__h.forEach(ie),e.__H.__h=[]}catch(t){e.__H.__h=[],m.__e(t,e.__v)}}m.__b=function(e){h=null,$e&&$e(e)},m.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ee&&Ee(e,t)},m.__r=function(e){Ce&&Ce(e),P=0;var t=(h=e.__c).__H;t&&(ee===h?(t.__h=[],h.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.i=n.__N=void 0})):(t.__h.forEach(q),t.__h.forEach(ie),t.__h=[],P=0)),ee=h},m.diffed=function(e){we&&we(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Ze.push(t)!==1&&ke===m.requestAnimationFrame||((ke=m.requestAnimationFrame)||kt)(bt)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.i=void 0})),ee=h=null},m.__c=function(e,t){t.some(function(n){try{n.__h.forEach(q),n.__h=n.__h.filter(function(_){return!_.__||ie(_)})}catch(_){t.some(function(r){r.__h&&(r.__h=[])}),t=[],m.__e(_,n.__v)}}),xe&&xe(e,t)},m.unmount=function(e){Se&&Se(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(_){try{q(_)}catch(r){t=r}}),n.__H=void 0,t&&m.__e(t,n.__v))};var Pe=typeof requestAnimationFrame=="function";function kt(e){var t,n=function(){clearTimeout(_),Pe&&cancelAnimationFrame(t),setTimeout(e)},_=setTimeout(n,100);Pe&&(t=requestAnimationFrame(n))}function q(e){var t=h,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),h=t}function ie(e){var t=h;e.__c=e.__(),h=t}function he(e,t){return!e||e.length!==t.length||t.some(function(n,_){return n!==e[_]})}function et(e,t){return typeof t=="function"?t(e):t}function tt(e,t){for(var n in t)e[n]=t[n];return e}function le(e,t){for(var n in e)if(n!=="__source"&&!(n in t))return!0;for(var _ in t)if(_!=="__source"&&e[_]!==t[_])return!0;return!1}function ae(e,t){this.props=e,this.context=t}function $t(e,t){function n(r){var o=this.props.ref,i=o==r.ref;return!i&&o&&(o.call?o(null):o.current=null),t?!t(this.props,r)||!i:le(this.props,r)}function _(r){return this.shouldComponentUpdate=n,k(e,r)}return _.displayName="Memo("+(e.displayName||e.name)+")",_.prototype.isReactComponent=!0,_.__f=!0,_}(ae.prototype=new w).isPureReactComponent=!0,ae.prototype.shouldComponentUpdate=function(e,t){return le(this.props,e)||le(this.state,t)};var Ne=f.__b;f.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ne&&Ne(e)};var Ct=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function wt(e){function t(n){var _=tt({},n);return delete _.ref,e(_,n.ref||null)}return t.$$typeof=Ct,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var He=function(e,t){return e==null?null:S(S(e).map(t))},xt={map:He,forEach:He,count:function(e){return e?S(e).length:0},only:function(e){var t=S(e);if(t.length!==1)throw"Children.only";return t[0]},toArray:S},St=f.__e;f.__e=function(e,t,n,_){if(e.then){for(var r,o=t;o=o.__;)if((r=o.__c)&&r.__c)return t.__e==null&&(t.__e=n.__e,t.__k=n.__k),r.__c(e,t)}St(e,t,n,_)};var Ue=f.unmount;function nt(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(_){typeof _.__c=="function"&&_.__c()}),e.__c.__H=null),(e=tt({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(_){return nt(_,t,n)})),e}function _t(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(_){return _t(_,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Z(){this.__u=0,this.t=null,this.__b=null}function rt(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Et(e){var t,n,_;function r(o){if(t||(t=e()).then(function(i){n=i.default||i},function(i){_=i}),_)throw _;if(!n)throw t;return k(n,o)}return r.displayName="Lazy",r.__f=!0,r}function L(){this.u=null,this.o=null}f.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Ue&&Ue(e)},(Z.prototype=new w).__c=function(e,t){var n=t.__c,_=this;_.t==null&&(_.t=[]),_.t.push(n);var r=rt(_.__v),o=!1,i=function(){o||(o=!0,n.__R=null,r?r(l):l())};n.__R=i;var l=function(){if(!--_.__u){if(_.state.__a){var c=_.state.__a;_.__v.__k[0]=_t(c,c.__c.__P,c.__c.__O)}var a;for(_.setState({__a:_.__b=null});a=_.t.pop();)a.forceUpdate()}};_.__u++||32&t.__u||_.setState({__a:_.__b=_.__v.__k[0]}),e.then(i,i)},Z.prototype.componentWillUnmount=function(){this.t=[]},Z.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),_=this.__v.__k[0].__c;this.__v.__k[0]=nt(this.__b,n,_.__O=_.__P)}this.__b=null}var r=t.__a&&k(E,null,e.fallback);return r&&(r.__u&=-33),[k(E,null,t.__a?null:e.children),r]};var Te=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function Pt(e){return this.getChildContext=function(){return e.context},e.children}function Nt(e){var t=this,n=e.i;t.componentWillUnmount=function(){W(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],contains:function(){return!0},appendChild:function(_){this.childNodes.push(_),t.i.appendChild(_)},insertBefore:function(_,r){this.childNodes.push(_),t.i.appendChild(_)},removeChild:function(_){this.childNodes.splice(this.childNodes.indexOf(_)>>>1,1),t.i.removeChild(_)}}),W(k(Pt,{context:t.context},e.__v),t.l)}function Ht(e,t){var n=k(Nt,{__v:e,i:t});return n.containerInfo=t,n}(L.prototype=new w).__a=function(e){var t=this,n=rt(t.__v),_=t.o.get(e);return _[0]++,function(r){var o=function(){t.props.revealOrder?(_.push(r),Te(t,e,_)):r()};n?n(o):o()}},L.prototype.render=function(e){this.u=null,this.o=new Map;var t=S(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},L.prototype.componentDidUpdate=L.prototype.componentDidMount=function(){var e=this;this.o.forEach(function(t,n){Te(e,n,t)})};var ot=typeof Symbol<"u"&&Symbol.for&&Symbol.for("react.element")||60103,Ut=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Tt=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Dt=/[A-Z0-9]/g,Rt=typeof document<"u",At=function(e){return(typeof Symbol<"u"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};function Lt(e,t,n){return t.__k==null&&(t.textContent=""),W(e,t),typeof n=="function"&&n(),e?e.__c:null}function Ot(e,t,n){return qe(e,t),typeof n=="function"&&n(),e?e.__c:null}w.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(w.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var De=f.event;function Mt(){}function Wt(){return this.cancelBubble}function It(){return this.defaultPrevented}f.event=function(e){return De&&(e=De(e)),e.persist=Mt,e.isPropagationStopped=Wt,e.isDefaultPrevented=It,e.nativeEvent=e};var ve,Ft={enumerable:!1,configurable:!0,get:function(){return this.class}},Re=f.vnode;f.vnode=function(e){typeof e.type=="string"&&function(t){var n=t.props,_=t.type,r={};for(var o in n){var i=n[o];if(!(o==="value"&&"defaultValue"in n&&i==null||Rt&&o==="children"&&_==="noscript"||o==="class"||o==="className")){var l=o.toLowerCase();o==="defaultValue"&&"value"in n&&n.value==null?o="value":o==="download"&&i===!0?i="":l==="translate"&&i==="no"?i=!1:l==="ondoubleclick"?o="ondblclick":l!=="onchange"||_!=="input"&&_!=="textarea"||At(n.type)?l==="onfocus"?o="onfocusin":l==="onblur"?o="onfocusout":Tt.test(o)?o=l:_.indexOf("-")===-1&&Ut.test(o)?o=o.replace(Dt,"-$&").toLowerCase():i===null&&(i=void 0):l=o="oninput",l==="oninput"&&r[o=l]&&(o="oninputCapture"),r[o]=i}}_=="select"&&r.multiple&&Array.isArray(r.value)&&(r.value=S(n.children).forEach(function(c){c.props.selected=r.value.indexOf(c.props.value)!=-1})),_=="select"&&r.defaultValue!=null&&(r.value=S(n.children).forEach(function(c){c.props.selected=r.multiple?r.defaultValue.indexOf(c.props.value)!=-1:r.defaultValue==c.props.value})),n.class&&!n.className?(r.class=n.class,Object.defineProperty(r,"className",Ft)):(n.className&&!n.class||n.class&&n.className)&&(r.class=r.className=n.className),t.props=r}(e),e.$$typeof=ot,Re&&Re(e)};var Ae=f.__r;f.__r=function(e){Ae&&Ae(e),ve=e.__c};var Le=f.diffed;f.diffed=function(e){Le&&Le(e);var t=e.props,n=e.__e;n!=null&&e.type==="textarea"&&"value"in t&&t.value!==n.value&&(n.value=t.value==null?"":t.value),ve=null};var Vt={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value},useCallback:Je,useContext:Ke,useDebugValue:Qe,useDeferredValue:it,useEffect:de,useId:Xe,useImperativeHandle:Ye,useInsertionEffect:at,useLayoutEffect:F,useMemo:K,useReducer:pe,useRef:Ge,useState:J,useSyncExternalStore:ct,useTransition:lt}}},tn="17.0.2";function Bt(e){return k.bind(null,e)}function Q(e){return!!e&&e.$$typeof===ot}function zt(e){return Q(e)&&e.type===E}function jt(e){return!!e&&!!e.displayName&&(typeof e.displayName=="string"||e.displayName instanceof String)&&e.displayName.startsWith("Memo(")}function qt(e){return Q(e)?yt.apply(null,arguments):e}function Zt(e){return!!e.__k&&(W(null,e),!0)}function Gt(e){return e&&(e.base||e.nodeType===1&&e)||null}var Yt=function(e,t){return e(t)},Jt=function(e,t){return e(t)},Kt=E;function ut(e){e()}function it(e){return e}function lt(){return[!1,ut]}var at=F,Qt=Q;function ct(e,t){var n=t(),_=J({h:{__:n,v:t}}),r=_[0].h,o=_[1];return F(function(){r.__=n,r.v=t,te(r)&&o({h:r})},[e,n,t]),de(function(){return te(r)&&o({h:r}),e(function(){te(r)&&o({h:r})})},[e]),n}function te(e){var t,n,_=e.v,r=e.__;try{var o=_();return!((t=r)===(n=o)&&(t!==0||1/t==1/n)||t!=t&&n!=n)}catch{return!0}}var nn={useState:J,useId:Xe,useReducer:pe,useEffect:de,useLayoutEffect:F,useInsertionEffect:at,useTransition:lt,useDeferredValue:it,useSyncExternalStore:ct,startTransition:ut,useRef:Ge,useImperativeHandle:Ye,useMemo:K,useCallback:Je,useContext:Ke,useDebugValue:Qe,version:"17.0.2",Children:xt,render:Lt,hydrate:Ot,unmountComponentAtNode:Zt,createPortal:Ht,createElement:k,createContext:gt,createFactory:Bt,cloneElement:qt,createRef:pt,Fragment:E,isValidElement:Q,isElement:Qt,isFragment:zt,isMemo:jt,findDOMNode:Gt,Component:w,PureComponent:ae,memo:$t,forwardRef:wt,flushSync:Jt,unstable_batchedUpdates:Yt,StrictMode:Kt,Suspense:Z,SuspenseList:L,lazy:Et,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Vt};const Xt=e=>k("svg",{id:"Icon_Add_Base","data-name":"Icon \\u2013 Add \\u2013 Base",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},k("g",{id:"Large"},k("rect",{id:"Placement_area","data-name":"Placement area",width:24,height:24,fill:"#fff",opacity:0}),k("g",{id:"Add_icon","data-name":"Add icon",transform:"translate(9.734 9.737)"},k("line",{vectorEffect:"non-scaling-stroke",id:"Line_579","data-name":"Line 579",y2:12.7,transform:"translate(2.216 -4.087)",fill:"none",stroke:"currentColor"}),k("line",{vectorEffect:"non-scaling-stroke",id:"Line_580","data-name":"Line 580",x2:12.7,transform:"translate(-4.079 2.263)",fill:"none",stroke:"currentColor"})))),_n=Object.freeze(Object.defineProperty({__proto__:null,default:Xt},Symbol.toStringTag,{value:"Module"}));export{_n as $,Ge as A,W as B,ae as C,qe as D,yt as E,Et as F,gt as G,S as H,Q as I,$t as J,Lt as K,Z as L,ut as M,xt as N,Zt as O,Qe as P,Yt as Q,nn as R,Xt as S,K as T,L as U,it as V,at as W,ct as X,lt as Y,tn as Z,k as _,en as a,w as b,Ye as c,F as d,Kt as e,qt as f,Xe as g,J as h,Bt as i,Ht as j,E as k,f as l,pt as m,Gt as n,Vt as o,pe as p,Je as q,Jt as r,wt as s,st as t,Ot as u,Qt as v,zt as w,Ke as x,de as y,jt as z};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as C}from"./Add.js";const Z=L=>C("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...L},C("path",{d:"M3.375 7.38672C3.09886 7.38672 2.875 7.61058 2.875 7.88672C2.875 8.16286 3.09886 8.38672 3.375 8.38672V7.38672ZM5.88409 8.38672C6.16023 8.38672 6.38409 8.16286 6.38409 7.88672C6.38409 7.61058 6.16023 7.38672 5.88409 7.38672V8.38672ZM3.375 11.1836C3.09886 11.1836 2.875 11.4075 2.875 11.6836C2.875 11.9597 3.09886 12.1836 3.375 12.1836V11.1836ZM5.88409 12.1836C6.16023 12.1836 6.38409 11.9597 6.38409 11.6836C6.38409 11.4075 6.16023 11.1836 5.88409 11.1836V12.1836ZM3.375 15.6133C3.09886 15.6133 2.875 15.8371 2.875 16.1133C2.875 16.3894 3.09886 16.6133 3.375 16.6133V15.6133ZM5.88409 16.6133C6.16023 16.6133 6.38409 16.3894 6.38409 16.1133C6.38409 15.8371 6.16023 15.6133 5.88409 15.6133V16.6133ZM8.52059 16.4182C8.51422 16.6942 8.73286 16.9232 9.00893 16.9296C9.285 16.9359 9.51396 16.7173 9.52032 16.4412L8.52059 16.4182ZM9.19302 14.8261L8.70612 14.7124C8.70434 14.72 8.70274 14.7277 8.70132 14.7354L9.19302 14.8261ZM11.2762 13.3887L11.4404 13.8611L11.4499 13.8576L11.2762 13.3887ZM12.3195 13.1013C12.4035 12.8382 12.2583 12.5569 11.9953 12.4729C11.7322 12.3889 11.4509 12.5341 11.3669 12.7971L12.3195 13.1013ZM15.7342 16.4412C15.7406 16.7173 15.9695 16.9359 16.2456 16.9296C16.5217 16.9232 16.7403 16.6942 16.734 16.4182L15.7342 16.4412ZM16.0615 14.8261L16.5532 14.7354C16.5518 14.7277 16.5502 14.72 16.5484 14.7124L16.0615 14.8261ZM13.9784 13.3887L13.8046 13.8577L13.8142 13.861L13.9784 13.3887ZM13.8877 12.7971C13.8037 12.5341 13.5223 12.3889 13.2593 12.4729C12.9962 12.5569 12.8511 12.8382 12.9351 13.1013L13.8877 12.7971ZM10.9023 10.418L11.4023 10.418V10.418H10.9023ZM11.2309 8.60993L11.6861 8.81678L11.6861 8.81678L11.2309 8.60993ZM12.0518 12.7684L11.7218 13.1441L11.7682 13.1848L11.823 13.213L12.0518 12.7684ZM13.202 12.7684L13.4308 13.213L13.4787 13.1884L13.5203 13.1541L13.202 12.7684ZM3.375 8.38672H5.88409V7.38672H3.375V8.38672ZM3.375 12.1836H5.88409V11.1836H3.375V12.1836ZM3.375 16.6133H5.88409V15.6133H3.375V16.6133ZM6.41058 2.375H18.844V1.375H6.41058V2.375ZM18.844 2.375C19.4866 2.375 20.125 2.99614 20.125 3.9225H21.125C21.125 2.57636 20.1627 1.375 18.844 1.375V2.375ZM20.125 3.9225V20.0775H21.125V3.9225H20.125ZM20.125 20.0775C20.125 20.9945 19.485 21.625 18.844 21.625V22.625C20.1643 22.625 21.125 21.4105 21.125 20.0775H20.125ZM18.844 21.625H6.41058V22.625H18.844V21.625ZM6.41058 21.625C5.76792 21.625 5.12955 21.0039 5.12955 20.0775H4.12955C4.12955 21.4236 5.09185 22.625 6.41058 22.625V21.625ZM5.12955 20.0775V3.9225H4.12955V20.0775H5.12955ZM5.12955 3.9225C5.12955 3.0055 5.76956 2.375 6.41058 2.375V1.375C5.0902 1.375 4.12955 2.5895 4.12955 3.9225H5.12955ZM9.52032 16.4412C9.53194 15.9373 9.59014 15.4295 9.68473 14.9168L8.70132 14.7354C8.59869 15.2917 8.53362 15.853 8.52059 16.4182L9.52032 16.4412ZM9.67993 14.9397C9.69157 14.8899 9.78099 14.7261 10.1128 14.496C10.4223 14.2813 10.8711 14.0589 11.4404 13.861L11.112 12.9165C10.4856 13.1343 9.94827 13.3931 9.54284 13.6743C9.15974 13.94 8.80542 14.2871 8.70612 14.7124L9.67993 14.9397ZM11.4499 13.8576C11.5852 13.8074 11.7547 13.7102 11.8933 13.6105C11.9656 13.5584 12.0441 13.4954 12.1133 13.4247C12.1723 13.3646 12.2709 13.2534 12.3195 13.1013L11.3669 12.7971C11.3809 12.7532 11.3985 12.7277 11.4022 12.7225C11.407 12.7157 11.4073 12.7164 11.3993 12.7246C11.3827 12.7416 11.3525 12.7676 11.3092 12.7988C11.2674 12.8288 11.222 12.8575 11.1805 12.8808C11.1363 12.9057 11.1089 12.9175 11.1024 12.9199L11.4499 13.8576ZM16.734 16.4182C16.7209 15.853 16.6559 15.2917 16.5532 14.7354L15.5698 14.9168C15.6644 15.4295 15.7226 15.9373 15.7342 16.4412L16.734 16.4182ZM16.5484 14.7124C16.4491 14.2871 16.0948 13.94 15.7117 13.6743C15.3063 13.3931 14.769 13.1343 14.1426 12.9165L13.8142 13.861C14.3834 14.0589 14.8322 14.2813 15.1417 14.496C15.4736 14.7261 15.563 14.8899 15.5746 14.9397L16.5484 14.7124ZM14.1521 12.9199C14.1456 12.9175 14.1183 12.9057 14.074 12.8808C14.0325 12.8575 13.9871 12.8288 13.9453 12.7988C13.9021 12.7676 13.8719 12.7416 13.8552 12.7246C13.8472 12.7164 13.8476 12.7157 13.8524 12.7225C13.856 12.7277 13.8736 12.7532 13.8877 12.7971L12.9351 13.1013C12.9836 13.2534 13.0823 13.3646 13.1412 13.4247C13.2105 13.4954 13.2889 13.5584 13.3612 13.6105C13.4999 13.7102 13.6694 13.8074 13.8046 13.8576L14.1521 12.9199ZM11.4023 10.418C11.4023 9.83385 11.4811 9.26803 11.6861 8.81678L10.7757 8.40309C10.4878 9.03666 10.4023 9.76284 10.4023 10.418H11.4023ZM11.6861 8.81678C11.8053 8.55448 12.0796 8.38672 12.5813 8.38672V7.38672C11.8704 7.38672 11.1213 7.6426 10.7757 8.40309L11.6861 8.81678ZM12.5813 8.38672C13.087 8.38672 13.4614 8.60522 13.5777 8.83539L14.4703 8.38448C14.1169 7.685 13.2884 7.38672 12.5813 7.38672V8.38672ZM13.5777 8.83539C13.7606 9.19738 13.8523 9.72518 13.8523 10.418H14.8523C14.8523 9.66433 14.757 8.95213 14.4703 8.38448L13.5777 8.83539ZM12.5813 12.4492C12.5364 12.4492 12.5158 12.4464 12.5087 12.4451C12.5046 12.4444 12.5042 12.4442 12.5008 12.4428C12.4922 12.4391 12.4782 12.4321 12.438 12.4096C12.4018 12.3893 12.3471 12.358 12.2805 12.3238L11.823 13.213C11.8698 13.2371 11.9055 13.2576 11.9494 13.2821C11.9893 13.3045 12.0449 13.3354 12.1079 13.3623C12.2569 13.426 12.403 13.4492 12.5813 13.4492V12.4492ZM12.3817 12.3927C11.8273 11.9058 11.4022 11.3083 11.4023 10.418L10.4023 10.4179C10.4022 11.6973 11.0412 12.5462 11.7218 13.1441L12.3817 12.3927ZM13.8523 10.418C13.8523 11.3319 13.4575 11.9093 12.8838 12.3828L13.5203 13.1541C14.2611 12.5427 14.8523 11.7035 14.8523 10.418H13.8523ZM12.9733 12.3238C12.7638 12.4316 12.717 12.4492 12.5813 12.4492V13.4492C12.9639 13.4492 13.1869 13.3385 13.4308 13.213L12.9733 12.3238Z",fill:"currentColor"}));export{Z as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const n=a=>t("svg",{id:"Icon_Bulk_Base","data-name":"Icon \\u2013 Bulk \\u2013 Base",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:24,height:24,viewBox:"0 0 24 24",...a},t("defs",null,t("clipPath",{id:"clip-path"},t("rect",{id:"Rectangle_215980","data-name":"Rectangle 215980",width:12,height:12,fill:"none"}))),t("g",{id:"Large"},t("rect",{id:"Placement_area","data-name":"Placement area",width:24,height:24,fill:"#fff",opacity:0}),t("g",{id:"Bulk_icon","data-name":"Bulk icon",transform:"translate(-141 -10)"},t("g",{id:"Rectangle_215979","data-name":"Rectangle 215979",transform:"translate(144 13)",fill:"none",stroke:"currentColor"},t("rect",{width:12,height:12,stroke:"none"}),t("rect",{vectorEffect:"non-scaling-stroke",x:.75,y:.75,width:10.5,height:10.5,fill:"none"})),t("path",{vectorEffect:"non-scaling-stroke",id:"Path_884140","data-name":"Path 884140",d:"M149.76,16v6",transform:"translate(0.24)",fill:"none",stroke:"currentColor"}),t("path",{vectorEffect:"non-scaling-stroke",id:"Path_884141","data-name":"Path 884141",d:"M147.527,18.7h6",transform:"translate(-0.527 0.305)",fill:"none",stroke:"currentColor"}),t("g",{id:"Group_299364","data-name":"Group 299364",transform:"translate(147 16)",clipPath:"url(#clip-path)"},t("path",{vectorEffect:"non-scaling-stroke",id:"Path_884142","data-name":"Path 884142",d:"M11.25.75v10.5H.75",fill:"none",stroke:"currentColor"})),t("g",{id:"Group_299364-2","data-name":"Group 299364",transform:"translate(150 19)",clipPath:"url(#clip-path)"},t("path",{vectorEffect:"non-scaling-stroke",id:"Path_884142-2","data-name":"Path 884142",d:"M11.25.75v10.5H.75",fill:"none",stroke:"currentColor"})))));export{n as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const e=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("path",{vectorEffect:"non-scaling-stroke",d:"M3 12H21",stroke:"currentColor"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M3 6H21",stroke:"currentColor"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M3 18H21",stroke:"currentColor"}));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const e=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("path",{vectorEffect:"non-scaling-stroke",d:"M2.00718 5H22.1507C22.7047 5 23.1579 5.45323 23.1579 6.00718V7.51794C23.1579 7.51794 1.01007 7.58844 1 7.55823V6.00718C1 5.45323 1.45323 5 2.00718 5Z",stroke:"currentColor",strokeWidth:1}),t("path",{vectorEffect:"non-scaling-stroke",d:"M23.1579 9.78409V18.3451C23.1579 18.899 22.7047 19.3523 22.1507 19.3523H2.00718C1.45323 19.3523 1 18.899 1 18.3451V9.78409H23.1579Z",stroke:"currentColor",strokeWidth:1}),t("path",{vectorEffect:"non-scaling-stroke",d:"M3.01465 15.9682H8.40305",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M17.6192 17.5897C18.4535 17.5897 19.1299 16.9133 19.1299 16.0789C19.1299 15.2446 18.4535 14.5682 17.6192 14.5682C16.7848 14.5682 16.1084 15.2446 16.1084 16.0789C16.1084 16.9133 16.7848 17.5897 17.6192 17.5897Z",stroke:"currentColor",strokeWidth:1}),t("path",{vectorEffect:"non-scaling-stroke",d:"M19.8848 17.5897C20.7192 17.5897 21.3956 16.9133 21.3956 16.0789C21.3956 15.2446 20.7192 14.5682 19.8848 14.5682C19.0504 14.5682 18.374 15.2446 18.374 16.0789C18.374 16.9133 19.0504 17.5897 19.8848 17.5897Z",stroke:"currentColor",strokeWidth:1}));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const e=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("g",{clipPath:"url(#clip0_102_196)"},t("path",{vectorEffect:"non-scaling-stroke",d:"M18.3601 18.16H6.5601L4.8801 3H2.3501M19.6701 19.59C19.6701 20.3687 19.0388 21 18.2601 21C17.4814 21 16.8501 20.3687 16.8501 19.59C16.8501 18.8113 17.4814 18.18 18.2601 18.18C19.0388 18.18 19.6701 18.8113 19.6701 19.59ZM7.42986 19.59C7.42986 20.3687 6.79858 21 6.01986 21C5.24114 21 4.60986 20.3687 4.60986 19.59C4.60986 18.8113 5.24114 18.18 6.01986 18.18C6.79858 18.18 7.42986 18.8113 7.42986 19.59Z",stroke:"currentColor",strokeLinejoin:"round"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M5.25 6.37L20.89 8.06L20.14 14.8H6.19",stroke:"currentColor",strokeLinejoin:"round"})),t("defs",null,t("clipPath",{id:"clip0_102_196"},t("rect",{vectorEffect:"non-scaling-stroke",width:19.29,height:19.5,fill:"white",transform:"translate(2.3501 2.25)"}))));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as a}from"./Add.js";const n=e=>a("svg",{id:"Icon_Check_Base","data-name":"Icon \\u2013 Check \\u2013 Base",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},a("g",{id:"Large"},a("rect",{id:"Placement_area","data-name":"Placement area",width:24,height:24,fill:"#fff",opacity:0}),a("g",{id:"Check_icon","data-name":"Check icon",transform:"translate(303.874 1434.583)"},a("path",{vectorEffect:"non-scaling-stroke",id:"Path_884137","data-name":"Path 884137",d:"M148,494.611l4.248,4.244,8.538-8.522",transform:"translate(-446.265 -1917.177)",fill:"none",stroke:"currentColor"}))));export{n as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const r=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("path",{vectorEffect:"non-scaling-stroke",d:"M0.75 12C0.75 5.78421 5.78421 0.75 12 0.75C18.2158 0.75 23.25 5.78421 23.25 12C23.25 18.2158 18.2158 23.25 12 23.25C5.78421 23.25 0.75 18.2158 0.75 12Z",stroke:"currentColor"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M6.75 12.762L10.2385 15.75L17.25 9",stroke:"currentColor"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const r=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{d:"M7.74512 9.87701L12.0001 14.132L16.2551 9.87701",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"square",strokeLinejoin:"round"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as e}from"./Add.js";const a=t=>e("svg",{id:"Icon_Chevron_right_Base","data-name":"Icon \\u2013 Chevron right \\u2013 Base",xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...t},e("g",{id:"Large"},e("rect",{id:"Placement_area","data-name":"Placement area",width:24,height:24,fill:"#fff",opacity:0}),e("g",{id:"Chevron_right_icon","data-name":"Chevron right icon"},e("path",{vectorEffect:"non-scaling-stroke",id:"chevron",d:"M199.75,367.5l4.255,-4.255-4.255,-4.255",transform:"translate(-189.25 -351.0)",fill:"none",stroke:"currentColor"}))));export{a as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const r=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{d:"M7.74512 14.132L12.0001 9.87701L16.2551 14.132",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"square",strokeLinejoin:"round"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const r=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{vectorEffect:"non-scaling-stroke",d:"M18.3599 5.64001L5.62988 18.37",stroke:"currentColor"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M18.3599 18.37L5.62988 5.64001",stroke:"currentColor"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as C}from"./Add.js";const Z=H=>C("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H},C("path",{vectorEffect:"non-scaling-stroke",d:"M22 6.25H22.75C22.75 5.83579 22.4142 5.5 22 5.5V6.25ZM22 9.27L22.2514 9.97663C22.5503 9.87029 22.75 9.58731 22.75 9.27H22ZM20.26 12.92L19.5534 13.1714L19.5539 13.1728L20.26 12.92ZM22 14.66H22.75C22.75 14.3433 22.551 14.0607 22.2528 13.9539L22 14.66ZM22 17.68V18.43C22.4142 18.43 22.75 18.0942 22.75 17.68H22ZM2 17.68H1.25C1.25 18.0942 1.58579 18.43 2 18.43V17.68ZM2 14.66L1.74865 13.9534C1.44969 14.0597 1.25 14.3427 1.25 14.66H2ZM3.74 11.01L4.44663 10.7586L4.44611 10.7572L3.74 11.01ZM2 9.27H1.25C1.25 9.58675 1.44899 9.86934 1.7472 9.97611L2 9.27ZM2 6.25V5.5C1.58579 5.5 1.25 5.83579 1.25 6.25H2ZM21.25 6.25V9.27H22.75V6.25H21.25ZM21.7486 8.56337C19.8706 9.23141 18.8838 11.2889 19.5534 13.1714L20.9666 12.6686C20.5762 11.5711 21.1494 10.3686 22.2514 9.97663L21.7486 8.56337ZM19.5539 13.1728C19.9195 14.1941 20.7259 15.0005 21.7472 15.3661L22.2528 13.9539C21.6541 13.7395 21.1805 13.2659 20.9661 12.6672L19.5539 13.1728ZM21.25 14.66V17.68H22.75V14.66H21.25ZM22 16.93H2V18.43H22V16.93ZM2.75 17.68V14.66H1.25V17.68H2.75ZM2.25135 15.3666C4.12941 14.6986 5.11623 12.6411 4.44663 10.7586L3.03337 11.2614C3.42377 12.3589 2.85059 13.5614 1.74865 13.9534L2.25135 15.3666ZM4.44611 10.7572C4.08045 9.73588 3.27412 8.92955 2.2528 8.56389L1.7472 9.97611C2.34588 10.1905 2.81955 10.6641 3.03389 11.2628L4.44611 10.7572ZM2.75 9.27V6.25H1.25V9.27H2.75ZM2 7H22V5.5H2V7ZM7.31 6.74V18.17H8.81V6.74H7.31ZM17.0997 8.39967L11.0397 14.4597L12.1003 15.5203L18.1603 9.46033L17.0997 8.39967ZM12.57 9.67C12.57 9.87231 12.4159 10 12.27 10V11.5C13.2839 11.5 14.07 10.6606 14.07 9.67H12.57ZM12.27 10C12.1241 10 11.97 9.87231 11.97 9.67H10.47C10.47 10.6606 11.2561 11.5 12.27 11.5V10ZM11.97 9.67C11.97 9.46769 12.1241 9.34 12.27 9.34V7.84C11.2561 7.84 10.47 8.67938 10.47 9.67H11.97ZM12.27 9.34C12.4159 9.34 12.57 9.46769 12.57 9.67H14.07C14.07 8.67938 13.2839 7.84 12.27 7.84V9.34ZM17.22 14.32C17.22 14.5223 17.0659 14.65 16.92 14.65V16.15C17.9339 16.15 18.72 15.3106 18.72 14.32H17.22ZM16.92 14.65C16.7741 14.65 16.62 14.5223 16.62 14.32H15.12C15.12 15.3106 15.9061 16.15 16.92 16.15V14.65ZM16.62 14.32C16.62 14.1177 16.7741 13.99 16.92 13.99V12.49C15.9061 12.49 15.12 13.3294 15.12 14.32H16.62ZM16.92 13.99C17.0659 13.99 17.22 14.1177 17.22 14.32H18.72C18.72 13.3294 17.9339 12.49 16.92 12.49V13.99Z",fill:"currentColor"}));export{Z as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as V}from"./Add.js";const Z=H=>V("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H},V("path",{d:"M14.35 1V0.25H12.85V1H14.35ZM12.85 4.6V5.35H14.35V4.6H12.85ZM7.15 1V0.25H5.65V1H7.15ZM5.65 4.6V5.35H7.15V4.6H5.65ZM1 7.45C0.585786 7.45 0.25 7.78579 0.25 8.2C0.25 8.61421 0.585786 8.95 1 8.95V7.45ZM19 8.95C19.4142 8.95 19.75 8.61421 19.75 8.2C19.75 7.78579 19.4142 7.45 19 7.45V8.95ZM2.8 3.55H17.2V2.05H2.8V3.55ZM17.2 3.55C17.7799 3.55 18.25 4.0201 18.25 4.6H19.75C19.75 3.19167 18.6083 2.05 17.2 2.05V3.55ZM18.25 4.6V17.2H19.75V4.6H18.25ZM18.25 17.2C18.25 17.7799 17.7799 18.25 17.2 18.25V19.75C18.6083 19.75 19.75 18.6083 19.75 17.2H18.25ZM17.2 18.25H2.8V19.75H17.2V18.25ZM2.8 18.25C2.2201 18.25 1.75 17.7799 1.75 17.2H0.25C0.25 18.6083 1.39167 19.75 2.8 19.75V18.25ZM1.75 17.2V4.6H0.25V17.2H1.75ZM1.75 4.6C1.75 4.0201 2.2201 3.55 2.8 3.55V2.05C1.39167 2.05 0.25 3.19167 0.25 4.6H1.75ZM12.85 1V4.6H14.35V1H12.85ZM5.65 1V4.6H7.15V1H5.65ZM1 8.95H19V7.45H1V8.95Z",fill:"currentColor"}));export{Z as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const e=r=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r},o("path",{vectorEffect:"non-scaling-stroke",d:"M2.47266 4.90002H15.1851V10.9645H21.2495L23 12.715V17.6124H20.073",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M15.1758 5.87573H19.0019L21.0394 10.7636",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M9.76151 16.7898C9.76151 18.0525 8.72845 19.076 7.46582 19.076C6.20318 19.076 5.17969 18.0429 5.17969 16.7803C5.17969 15.5176 6.20318 14.4941 7.46582 14.4941C8.72845 14.4941 9.75195 15.5176 9.76151 16.7803C9.76151 16.7803 9.76151 16.7803 9.76151 16.7898Z",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M19.8726 16.7898C19.8726 18.062 18.8491 19.0855 17.5769 19.0855C16.3047 19.0855 15.2812 18.062 15.2812 16.7898C15.2812 15.5176 16.3047 14.4941 17.5769 14.4941C18.8491 14.4941 19.8726 15.5176 19.8726 16.7898Z",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M8.08792 7.63574H1.69824",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M7.11229 10.3619H1",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M5.16084 13.0402H1.92773",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M9.76172 16.7611H15.2809",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M2.38672 16.7611H5.17025",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as L}from"./Add.js";const C=M=>L("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...M},L("path",{d:"M12.002 21L11.8275 21.4686C11.981 21.5257 12.1528 21.5041 12.2873 21.4106C12.4218 21.3172 12.502 21.1638 12.502 21H12.002ZM3.89502 17.9823H3.39502C3.39502 18.1912 3.52485 18.378 3.72059 18.4509L3.89502 17.9823ZM3.89502 8.06421L4.07193 7.59655C3.91831 7.53844 3.74595 7.55948 3.61082 7.65284C3.47568 7.74619 3.39502 7.89997 3.39502 8.06421H3.89502ZM12.0007 21H11.5007C11.5007 21.1638 11.5809 21.3172 11.7154 21.4106C11.8499 21.5041 12.0216 21.5257 12.1751 21.4686L12.0007 21ZM20.1076 17.9823L20.282 18.4509C20.4778 18.378 20.6076 18.1912 20.6076 17.9823H20.1076ZM20.1076 8.06421H20.6076C20.6076 7.89997 20.527 7.74619 20.3918 7.65284C20.2567 7.55948 20.0843 7.53844 19.9307 7.59655L20.1076 8.06421ZM12.0007 11.1311L11.8238 10.6634C11.6293 10.737 11.5007 10.9232 11.5007 11.1311H12.0007ZM20.2858 8.53191C20.5441 8.43421 20.6743 8.14562 20.5766 7.88734C20.4789 7.62906 20.1903 7.49889 19.932 7.5966L20.2858 8.53191ZM12.002 4.94826L12.1775 4.48008C12.0605 4.43623 11.9314 4.43775 11.8154 4.48436L12.002 4.94826ZM5.87955 6.87106C5.62334 6.97407 5.49915 7.26528 5.60217 7.52149C5.70518 7.77769 5.99639 7.90188 6.2526 7.79887L5.87955 6.87106ZM18.1932 7.80315C18.4518 7.90008 18.74 7.76904 18.8369 7.51047C18.9338 7.2519 18.8028 6.96371 18.5442 6.86678L18.1932 7.80315ZM12 4.94827L11.5879 5.23148C11.6812 5.36719 11.8353 5.44827 12 5.44827C12.1647 5.44827 12.3188 5.36719 12.4121 5.23148L12 4.94827ZM14.0263 2L14.2028 1.53218C13.9875 1.45097 13.7446 1.52717 13.6143 1.71679L14.0263 2ZM21.8421 4.94827L22.2673 5.2113C22.3459 5.08422 22.3636 4.92863 22.3154 4.78717C22.2673 4.64571 22.1584 4.53319 22.0186 4.48045L21.8421 4.94827ZM9.97368 2L10.3857 1.71679C10.2554 1.52717 10.0125 1.45097 9.79721 1.53218L9.97368 2ZM2.15789 4.94827L1.98142 4.48045C1.84161 4.53319 1.73271 4.64571 1.68456 4.78717C1.63641 4.92863 1.65406 5.08422 1.73267 5.2113L2.15789 4.94827ZM12 11.1256L11.6702 11.5014C11.8589 11.667 12.1411 11.667 12.3298 11.5014L12 11.1256ZM15.0395 8.45812L14.8732 7.98659C14.8131 8.00779 14.7576 8.04028 14.7097 8.08232L15.0395 8.45812ZM23 5.65024L23.3288 6.0269C23.5095 5.86916 23.5527 5.60532 23.4318 5.39817C23.3109 5.19102 23.0599 5.09893 22.8337 5.17871L23 5.65024ZM8.96053 8.45812L9.29034 8.08232C9.24244 8.04028 9.18695 8.00779 9.12685 7.98659L8.96053 8.45812ZM1 5.65024L1.16632 5.17871C0.940115 5.09893 0.689119 5.19102 0.568192 5.39817C0.447264 5.60532 0.49048 5.86916 0.671176 6.0269L1 5.65024ZM12.1764 20.5314L4.06945 17.5137L3.72059 18.4509L11.8275 21.4686L12.1764 20.5314ZM4.39502 17.9823V8.06421H3.39502V17.9823H4.39502ZM3.71811 8.53187L11.8251 11.5987L12.1789 10.6634L4.07193 7.59655L3.71811 8.53187ZM11.502 11.1311V21H12.502V11.1311H11.502ZM12.1751 21.4686L20.282 18.4509L19.9332 17.5137L11.8262 20.5314L12.1751 21.4686ZM20.6076 17.9823V8.06421H19.6076V17.9823H20.6076ZM19.9307 7.59655L11.8238 10.6634L12.1776 11.5987L20.2845 8.53187L19.9307 7.59655ZM11.5007 11.1311V21H12.5007V11.1311H11.5007ZM19.932 7.5966L11.8251 10.6634L12.1789 11.5987L20.2858 8.53191L19.932 7.5966ZM11.8154 4.48436L5.87955 6.87106L6.2526 7.79887L12.1885 5.41217L11.8154 4.48436ZM11.8265 5.41645L18.1932 7.80315L18.5442 6.86678L12.1775 4.48008L11.8265 5.41645ZM11.502 4.94826V11.1311H12.502V4.94826H11.502ZM12.4121 5.23148L14.4384 2.28321L13.6143 1.71679L11.5879 4.66507L12.4121 5.23148ZM13.8498 2.46782L21.6656 5.4161L22.0186 4.48045L14.2028 1.53218L13.8498 2.46782ZM21.4169 4.68525L20.5485 6.08919L21.3989 6.61524L22.2673 5.2113L21.4169 4.68525ZM12.4121 4.66507L10.3857 1.71679L9.56162 2.28321L11.5879 5.23148L12.4121 4.66507ZM9.79721 1.53218L1.98142 4.48045L2.33437 5.4161L10.1502 2.46782L9.79721 1.53218ZM1.73267 5.2113L2.60109 6.61524L3.45154 6.08919L2.58312 4.68525L1.73267 5.2113ZM12.3298 11.5014L15.3693 8.83392L14.7097 8.08232L11.6702 10.7498L12.3298 11.5014ZM15.2058 8.92965L23.1663 6.12177L22.8337 5.17871L14.8732 7.98659L15.2058 8.92965ZM22.6712 5.27358L19.7764 7.80067L20.4341 8.554L23.3288 6.0269L22.6712 5.27358ZM12.3298 10.7498L9.29034 8.08232L8.63072 8.83392L11.6702 11.5014L12.3298 10.7498ZM9.12685 7.98659L1.16632 5.17871L0.83368 6.12177L8.79421 8.92965L9.12685 7.98659ZM0.671176 6.0269L3.56591 8.554L4.22356 7.80067L1.32882 5.27358L0.671176 6.0269Z",fill:"currentColor"}));export{C as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const r=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{d:"M11.9952 8.05896C7.85898 8.04913 4.04561 10.1916 1.96743 13.6609C4.04561 17.14 7.86907 19.2629 11.9952 19.2629C16.1314 19.2727 19.9447 17.1302 22.0229 13.6609C20.0153 10.3096 16.2827 8.05896 11.9952 8.05896ZM11.9952 8.05896V4.73709M20.5097 11.027L23.2335 9.0221M16.8174 8.88451L18.4618 6.0737M3.48067 11.027L0.756836 9.03193M7.17298 8.89434L5.52859 6.08353M14.8401 13.6609C14.8401 15.1843 13.5689 16.4226 12.0053 16.4226C10.4416 16.4226 9.17045 15.1843 9.17045 13.6609C9.17045 12.1376 10.4416 10.8993 12.0053 10.8993C13.5689 10.8993 14.8401 12.1376 14.8401 13.6609Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const r=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{d:"M17.11 18.12C19.13 17.16 20.85 15.62 22.02 13.67C20.01 10.32 16.28 8.07 11.99 8.07M11.99 8.07C11.09 8.07 10.21 8.17 9.35 8.36M11.99 8.07V4.75M20.5 11.03L23.22 9.03M16.81 8.89L18.45 6.08M3.47 11.03L0.75 9.03M11.3096 10.99C11.5296 10.94 11.7596 10.91 11.9996 10.91C13.5596 10.91 14.8296 12.15 14.8296 13.67C14.8296 14.05 14.7496 14.41 14.6096 14.74M11.9999 16.43C10.4399 16.43 9.16992 15.19 9.16992 13.67C9.16992 13.37 9.21992 13.09 9.30992 12.83M6.13996 9.60001C4.43996 10.57 2.98996 11.96 1.95996 13.67C4.03996 17.15 7.85996 19.27 11.99 19.27C12.57 19.27 13.15 19.23 13.71 19.14M20.4404 22.5L4.44043 2.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as C}from"./Add.js";const r=t=>C("svg",{width:20,height:23,viewBox:"0 0 20 23",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 6L10 21.5M10 6H12.25C13.4926 6 14.5 4.99264 14.5 3.75C14.5 2.50736 13.4926 1.5 12.25 1.5C11.0074 1.5 10 2.50736 10 3.75M10 6V3.75M10 6H7.75C6.50736 6 5.5 4.99264 5.5 3.75C5.5 2.50736 6.50736 1.5 7.75 1.5C8.99264 1.5 10 2.50736 10 3.75M3.25 10.75H16.75C17.9926 10.75 19 9.74264 19 8.5C19 7.25736 17.9926 6.25 16.75 6.25H3.25C2.00736 6.25 1 7.25736 1 8.5C1 9.74264 2.00736 10.75 3.25 10.75ZM4.75 21.5H15.25C16.4926 21.5 17.5 20.4926 17.5 19.25V13.25C17.5 12.0074 16.4926 11 15.25 11H4.75C3.50736 11 2.5 12.0074 2.5 13.25V19.25C2.5 20.4926 3.50736 21.5 4.75 21.5Z",stroke:"currentColor",strokeWidth:1.5}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as C}from"./Add.js";const r=t=>C("svg",{width:24,height:16,viewBox:"0 0 24 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M22.5364 9.8598V2.1658C22.5364 1.63583 22.099 1.20996 21.576 1.20996H2.42337C1.89083 1.20996 1.46289 1.64529 1.46289 2.1658V9.8598M22.5364 9.8598H1.46289M22.5364 9.8598V13.844C22.5364 14.3645 22.1085 14.7999 21.576 14.7999H2.42337C1.90034 14.7999 1.46289 14.374 1.46289 13.844V9.8598M3.9164 12.5191L7.5396 9.8598M7.5396 9.8598L11.1628 12.5191M7.5396 9.8598C7.5396 9.8598 6.96902 7.26674 6.40795 6.70838C5.84687 6.15002 4.93394 6.15002 4.37287 6.70838C3.81179 7.26674 3.81179 8.17526 4.37287 8.73362C4.93394 9.29198 7.5396 9.8598 7.5396 9.8598ZM7.5396 9.8598C7.5396 9.8598 10.1643 9.27305 10.7254 8.71469C11.2864 8.15633 11.2864 7.24782 10.7254 6.68946C10.1643 6.1311 9.25135 6.1311 8.69028 6.68946C8.12921 7.24782 7.5396 9.8598 7.5396 9.8598ZM7.5396 14.7904V1.20996",stroke:"currentColor",strokeLinecap:"round"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const r=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("path",{vectorEffect:"non-scaling-stroke",d:"M19.734 5.4175C17.8557 3.5275 14.7987 3.5275 12.9105 5.4175L11.9814 6.3475L11.0523 5.4175C9.15407 3.5475 6.09699 3.5775 4.22878 5.4875C2.39054 7.3675 2.39054 10.3675 4.22878 12.2475L5.15789 13.1775L11.9814 20.0075L18.8048 13.1775L19.734 12.2475C21.6221 10.3675 21.6221 7.3075 19.734 5.4175Z",stroke:"currentColor"}));export{r as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const c=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...o},t("path",{vectorEffect:"non-scaling-stroke",d:"M12,20.75h0c-.2,0-.39-.08-.53-.22L3.71,12.77c-2.12-2.16-2.12-5.66,0-7.82,1.04-1.06,2.44-1.66,3.93-1.67h.06c1.47,0,2.85,.57,3.9,1.6l.4,.4,.4-.4c1.05-1.05,2.45-1.63,3.94-1.63h0c1.49,0,2.89,.58,3.94,1.63,.02,.02,.03,.03,.05,.05,1.02,1.05,1.59,2.43,1.59,3.9s-.58,2.89-1.63,3.94l-7.76,7.76c-.14,.14-.33,.22-.53,.22Z",stroke:"currentColor"}));export{c as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as C}from"./Add.js";const o=l=>C("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l},C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 12C0 5.37931 5.37931 0 12 0C18.6207 0 24 5.37931 24 12C24 18.6207 18.6207 24 12 24C5.37931 24 0 18.6207 0 12ZM11.8885 5.06101C11.1405 5.06101 10.5357 5.66579 10.5357 6.4138V6.57295C10.5835 7.27321 11.1882 7.81433 11.8885 7.76658H12.0795C12.7797 7.70292 13.289 7.09815 13.2413 6.4138C13.2413 5.66579 12.6365 5.06101 11.8885 5.06101ZM13.1935 16.8223H14.1007C14.2599 16.8223 14.4031 16.9655 14.4031 17.1247V17.7294C14.4031 17.9045 14.2599 18.0318 14.1007 18.0318H9.8832C9.70813 18.0318 9.58081 17.8886 9.58081 17.7294V17.1247C9.58081 16.9496 9.72405 16.8223 9.8832 16.8223H10.7904V10.7905H9.8832C9.70813 10.7905 9.58081 10.6472 9.58081 10.4881V9.88329C9.58081 9.70823 9.72405 9.58091 9.8832 9.58091H12.5888C12.923 9.58091 13.1935 9.85146 13.1935 10.1857V16.8223Z",fill:"currentColor"}));export{o as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as t}from"./Add.js";const e=o=>t("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},t("g",{clipPath:"url(#clip0_3785_11045)"},t("path",{vectorEffect:"non-scaling-stroke",d:"M7.33 11H16.66C17.4 11 17.99 11.81 17.99 12.82V19.18C17.99 20.18 17.39 21 16.66 21H7.33C6.59 21 6 20.19 6 19.18V12.82C6 11.82 6.6 11 7.33 11Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{vectorEffect:"non-scaling-stroke",d:"M8.5 10.86V6.5C8.5 4.57 10.07 3 12 3C13.93 3 15.5 4.57 15.5 6.5V10.86",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),t("defs",null,t("clipPath",{id:"clip0_3785_11045"},t("rect",{width:13.5,height:19.5,fill:"white",transform:"translate(5.25 2.25)"}))));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const n=t=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},o("path",{d:"M17.3332 11.75H6.6665",strokeWidth:1.5,strokeLinecap:"square",strokeLinejoin:"round",vectorEffect:"non-scaling-stroke",fill:"none",stroke:"currentColor"}));export{n as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as o}from"./Add.js";const e=r=>o("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r},o("path",{vectorEffect:"non-scaling-stroke",d:"M12 22.2125L2 18.375V5.76245L12 9.66245V22.2125Z",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M12 22.2125L22 18.375V5.76245L12 9.66245V22.2125Z",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M2 5.76249L12 1.79999L22 5.76249L12 9.66249L2 5.76249Z",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{vectorEffect:"non-scaling-stroke",d:"M7.41309 3.61249L17.4131 7.52499V11.3625",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"}));export{e as default};
@@ -1,3 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{_ as r}from"./Add.js";const t=o=>r("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o},r("g",{clipPath:"url(#clip0_4797_15331)"},r("path",{vectorEffect:"non-scaling-stroke",d:"M10.25 20.91L1.5 17.55V6.51996L10.25 9.92996V20.91Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r("path",{vectorEffect:"non-scaling-stroke",d:"M6.24023 4.64001L14.9902 8.06001V11.42",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r("path",{className:"error-icon",vectorEffect:"non-scaling-stroke",d:"M19 13.31L15.5 19.37H22.5L19 13.31Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r("path",{className:"error-icon",vectorEffect:"non-scaling-stroke",d:"M19.0202 17.11H18.9802L18.9502 15.56H19.0502L19.0202 17.11ZM18.9602 18.29V18.06H19.0502V18.29H18.9602Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r("path",{vectorEffect:"non-scaling-stroke",d:"M19 12.16V6.51996L10.25 9.92996V20.91L14.27 19.37L14.4 19.32",stroke:"currentColor",strokeLinejoin:"round"}),r("path",{vectorEffect:"non-scaling-stroke",d:"M1.5 6.51999L10.25 3.04999L19 6.51999L10.25 9.92999L1.5 6.51999Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),r("defs",null,r("clipPath",{id:"clip0_4797_15331"},r("rect",{width:22,height:18.86,fill:"white",transform:"translate(1 2.54999)"}))));export{t as default};