{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/7mGGOt5oE9j85RX4OinI/sFD1JO56Nebu03vYon0T/UpqEA6qxk.js"],
  "sourcesContent": ["// Generated by Framer (bdd6aa1)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, RichText, SVG, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/4Wi0qmY9pEqQbBk3IA28/HgpYWFvqtStJyLzW9w6M/xZndidUCt.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/6IIsD2kEsr2ne5HqqWub/xelI5sLY0K0AmHgjkgWo/YckFIlg3V.js\";\nconst enabledGestures = {\n  U5p8N7xRm: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"ukSm6eQBr\", \"U5p8N7xRm\"];\nconst variantClassNames = {\n  U5p8N7xRm: \"framer-v-2bcbag\",\n  ukSm6eQBr: \"framer-v-olk5xd\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  Closed: \"U5p8N7xRm\",\n  Open: \"ukSm6eQBr\"\n};\nconst getProps = ({\n  answer,\n  background,\n  height,\n  id,\n  tap,\n  text,\n  width,\n  ...props\n}) => {\n  var ref, ref1, ref2, _variant, ref3;\n  return {\n    ...props,\n    EBosMvmXB: (ref = text !== null && text !== void 0 ? text : props.EBosMvmXB) !== null && ref !== void 0 ? ref : \"Which pricing plan is right for me?\",\n    iCWxaawPK: tap !== null && tap !== void 0 ? tap : props.iCWxaawPK,\n    jkmvchNua: (ref1 = background !== null && background !== void 0 ? background : props.jkmvchNua) !== null && ref1 !== void 0 ? ref1 : 'var(--token-a0c78f16-9eed-4c57-8384-2cbd36ff400a, rgb(255, 255, 255)) /* {\"name\":\"Grey Light\"} */',\n    rOf8huhxW: (ref2 = answer !== null && answer !== void 0 ? answer : props.rOf8huhxW) !== null && ref2 !== void 0 ? ref2 : \"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",\n    variant: (ref3 = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref3 !== void 0 ? ref3 : \"ukSm6eQBr\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    iCWxaawPK,\n    EBosMvmXB,\n    rOf8huhxW,\n    jkmvchNua,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"ukSm6eQBr\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap4z5q2o = activeVariantCallback(async (...args) => {\n    if (iCWxaawPK) {\n      const res = await iCWxaawPK(...args);\n      if (res === false) return false;\n    }\n    setVariant(\"U5p8N7xRm\");\n  });\n  const onTapizmx9d = activeVariantCallback(async (...args) => {\n    if (iCWxaawPK) {\n      const res = await iCWxaawPK(...args);\n      if (res === false) return false;\n    }\n    setVariant(\"ukSm6eQBr\");\n  });\n  const isDisplayed = () => {\n    if (gestureVariant === \"U5p8N7xRm-hover\") return false;\n    if (baseVariant === \"U5p8N7xRm\") return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-5cV43\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-olk5xd\", className),\n          \"data-framer-name\": \"Open\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"ukSm6eQBr\",\n          onTap: onTap4z5q2o,\n          ref: ref,\n          style: {\n            backgroundColor: jkmvchNua,\n            borderBottomLeftRadius: 20,\n            borderBottomRightRadius: 20,\n            borderTopLeftRadius: 20,\n            borderTopRightRadius: 20,\n            ...style\n          },\n          variants: {\n            \"U5p8N7xRm-hover\": {\n              backgroundColor: jkmvchNua\n            },\n            U5p8N7xRm: {\n              backgroundColor: \"var(--token-9bee1602-b191-465f-8eaf-bc740a2a3fbd, rgb(148, 201, 255))\"\n            }\n          },\n          ...addPropertyOverrides({\n            \"U5p8N7xRm-hover\": {\n              \"data-framer-name\": undefined\n            },\n            U5p8N7xRm: {\n              \"data-framer-name\": \"Closed\",\n              onTap: onTapizmx9d\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-14k8rn3\",\n            layoutDependency: layoutDependency,\n            layoutId: \"T5CrfWy_o\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-wf4vzb\",\n              layoutDependency: layoutDependency,\n              layoutId: \"PsdCDkf0b\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-12lj5ox\",\n                    \"data-styles-preset\": \"YckFIlg3V\",\n                    children: \"Which pricing plan is right for me?\"\n                  })\n                }),\n                className: \"framer-10dl5x2\",\n                layoutDependency: layoutDependency,\n                layoutId: \"SMsuS8tAl\",\n                style: {\n                  \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                  \"--framer-link-text-decoration\": \"underline\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: EBosMvmXB,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-n744wx\",\n                layoutDependency: layoutDependency,\n                layoutId: \"ww7P_jnya\",\n                style: {\n                  rotate: -90\n                },\n                variants: {\n                  U5p8N7xRm: {\n                    rotate: 45\n                  }\n                },\n                children: /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-dx3teb\",\n                  \"data-framer-name\": \"Icon\",\n                  layout: \"position\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"xvCMaLfvd\",\n                  opacity: 1,\n                  style: {\n                    backgroundColor: \"rgba(0, 0, 0, 0)\"\n                  },\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 7 L 7 17 M 7 7 L 12.03 12.03 L 17 17\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-2e606580-c5cb-45c2-a66e-07cb8dbe5a38, rgb(2, 48, 71)) /* {&quot;name&quot;:&quot;Darker Blue&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',\n                  svgContentId: 1575920945,\n                  variants: {\n                    U5p8N7xRm: {\n                      backgroundColor: \"rgba(0, 0, 0, 0)\"\n                    }\n                  },\n                  withExternalLayout: true,\n                  ...addPropertyOverrides({\n                    U5p8N7xRm: {\n                      svgContentId: 2261441595\n                    }\n                  }, baseVariant, gestureVariant)\n                })\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  className: \"framer-styles-preset-21ogod\",\n                  \"data-styles-preset\": \"xZndidUCt\",\n                  children: \"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\"\n                })\n              }),\n              className: \"framer-1wueld1\",\n              layoutDependency: layoutDependency,\n              layoutId: \"Xoa1O0ULo\",\n              style: {\n                \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                \"--framer-link-text-decoration\": \"underline\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: rOf8huhxW,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-5cV43 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-5cV43 .framer-418dnk { display: block; }\", \".framer-5cV43 .framer-olk5xd { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 30px 30px 30px; position: relative; width: 694px; }\", \".framer-5cV43 .framer-14k8rn3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-5cV43 .framer-wf4vzb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-5cV43 .framer-10dl5x2 { flex: 1 0 0px; height: auto; max-width: 90%; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-5cV43 .framer-n744wx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-5cV43 .framer-dx3teb { flex: none; height: 24px; position: relative; width: 24px; }\", \".framer-5cV43 .framer-1wueld1 { flex: none; height: auto; max-width: 100%; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-5cV43 .framer-v-2bcbag .framer-olk5xd { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5cV43 .framer-olk5xd, .framer-5cV43 .framer-14k8rn3, .framer-5cV43 .framer-n744wx { gap: 0px; } .framer-5cV43 .framer-olk5xd > *, .framer-5cV43 .framer-n744wx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5cV43 .framer-olk5xd > :first-child, .framer-5cV43 .framer-n744wx > :first-child { margin-left: 0px; } .framer-5cV43 .framer-olk5xd > :last-child, .framer-5cV43 .framer-n744wx > :last-child { margin-right: 0px; } .framer-5cV43 .framer-14k8rn3 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-5cV43 .framer-14k8rn3 > :first-child { margin-top: 0px; } .framer-5cV43 .framer-14k8rn3 > :last-child { margin-bottom: 0px; } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 169\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 694\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U5p8N7xRm\":{\"layout\":[\"fixed\",\"auto\"]},\"ocgR_BWUm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerVariables {\"iCWxaawPK\":\"tap\",\"EBosMvmXB\":\"text\",\"rOf8huhxW\":\"answer\",\"jkmvchNua\":\"background\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FramerUpqEA6qxk = withCSS(Component, css, \"framer-5cV43\");\nexport default FramerUpqEA6qxk;\nFramerUpqEA6qxk.displayName = \"FAQ Accordion\";\nFramerUpqEA6qxk.defaultProps = {\n  height: 169,\n  width: 694\n};\naddPropertyControls(FramerUpqEA6qxk, {\n  variant: {\n    options: [\"ukSm6eQBr\", \"U5p8N7xRm\"],\n    optionTitles: [\"Open\", \"Closed\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  iCWxaawPK: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  },\n  EBosMvmXB: {\n    defaultValue: \"Which pricing plan is right for me?\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  rOf8huhxW: {\n    defaultValue: \"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",\n    displayTextArea: true,\n    title: \"Answer\",\n    type: ControlType.String\n  },\n  jkmvchNua: {\n    defaultValue: 'var(--token-a0c78f16-9eed-4c57-8384-2cbd36ff400a, rgb(255, 255, 255)) /* {\"name\":\"Grey Light\"} */',\n    title: \"Background\",\n    type: ControlType.Color\n  }\n});\naddFonts(FramerUpqEA6qxk, [...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerUpqEA6qxk\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U5p8N7xRm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ocgR_BWUm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"169\",\n        \"framerIntrinsicWidth\": \"694\",\n        \"framerVariables\": \"{\\\"iCWxaawPK\\\":\\\"tap\\\",\\\"EBosMvmXB\\\":\\\"text\\\",\\\"rOf8huhxW\\\":\\\"answer\\\",\\\"jkmvchNua\\\":\\\"background\\\"}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./UpqEA6qxk.map"],
  "mappings": "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",
  "names": ["enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "answer", "background", "height", "id", "tap", "text", "width", "props", "ref", "ref1", "ref2", "_variant", "ref3", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "iCWxaawPK", "EBosMvmXB", "rOf8huhxW", "jkmvchNua", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4z5q2o", "args", "onTapizmx9d", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "SVG", "css", "FramerUpqEA6qxk", "withCSS", "UpqEA6qxk_default", "addPropertyControls", "ControlType", "addFonts", "fonts"]
}
