ownershipInput.spec.jsx.snap 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Project Ownership Input renders 1`] = `
  3. <OwnerInput
  4. initialText="url:src @dummy@example.com"
  5. organization={
  6. Object {
  7. "access": Array [
  8. "org:read",
  9. "org:write",
  10. "org:admin",
  11. "org:integrations",
  12. "project:read",
  13. "project:write",
  14. "project:admin",
  15. "team:read",
  16. "team:write",
  17. "team:admin",
  18. ],
  19. "features": Array [],
  20. "id": "3",
  21. "name": "Organization Name",
  22. "onboardingTasks": Array [],
  23. "projects": Array [],
  24. "scrapeJavaScript": true,
  25. "slug": "org-slug",
  26. "status": Object {
  27. "id": "active",
  28. "name": "active",
  29. },
  30. "teams": Array [],
  31. }
  32. }
  33. params={
  34. Object {
  35. "orgId": "org-slug",
  36. "projectId": "project-slug",
  37. }
  38. }
  39. project={
  40. Object {
  41. "environments": Array [],
  42. "hasAccess": true,
  43. "id": "2",
  44. "isBookmarked": false,
  45. "isMember": true,
  46. "name": "Project Name",
  47. "slug": "project-slug",
  48. "teams": Array [],
  49. }
  50. }
  51. >
  52. <RuleBuilder
  53. onAddRule={[Function]}
  54. organization={
  55. Object {
  56. "access": Array [
  57. "org:read",
  58. "org:write",
  59. "org:admin",
  60. "org:integrations",
  61. "project:read",
  62. "project:write",
  63. "project:admin",
  64. "team:read",
  65. "team:write",
  66. "team:admin",
  67. ],
  68. "features": Array [],
  69. "id": "3",
  70. "name": "Organization Name",
  71. "onboardingTasks": Array [],
  72. "projects": Array [],
  73. "scrapeJavaScript": true,
  74. "slug": "org-slug",
  75. "status": Object {
  76. "id": "active",
  77. "name": "active",
  78. },
  79. "teams": Array [],
  80. }
  81. }
  82. project={
  83. Object {
  84. "environments": Array [],
  85. "hasAccess": true,
  86. "id": "2",
  87. "isBookmarked": false,
  88. "isMember": true,
  89. "name": "Project Name",
  90. "slug": "project-slug",
  91. "teams": Array [],
  92. }
  93. }
  94. >
  95. <BuilderBar>
  96. <div
  97. className="css-1k7bckg-BuilderBar e1hyuoc75"
  98. >
  99. <BuilderSelect
  100. clearable={false}
  101. disabled={false}
  102. hideErrorMessage={false}
  103. multiple={false}
  104. name="select-type"
  105. onChange={[Function]}
  106. options={
  107. Array [
  108. Object {
  109. "label": "Path",
  110. "value": "path",
  111. },
  112. Object {
  113. "label": "URL",
  114. "value": "url",
  115. },
  116. ]
  117. }
  118. required={false}
  119. showSearch={false}
  120. style={
  121. Object {
  122. "width": 140,
  123. }
  124. }
  125. value="path"
  126. >
  127. <SelectField
  128. className="css-10lzdlx-BuilderSelect e1hyuoc76"
  129. clearable={false}
  130. disabled={false}
  131. hideErrorMessage={false}
  132. multiple={false}
  133. name="select-type"
  134. onChange={[Function]}
  135. options={
  136. Array [
  137. Object {
  138. "label": "Path",
  139. "value": "path",
  140. },
  141. Object {
  142. "label": "URL",
  143. "value": "url",
  144. },
  145. ]
  146. }
  147. required={false}
  148. showSearch={false}
  149. style={
  150. Object {
  151. "width": 140,
  152. }
  153. }
  154. value="path"
  155. >
  156. <div
  157. className="css-10lzdlx-BuilderSelect e1hyuoc76"
  158. style={
  159. Object {
  160. "width": 140,
  161. }
  162. }
  163. >
  164. <div
  165. className="controls"
  166. >
  167. <StyledSelectControl
  168. clearable={false}
  169. disabled={false}
  170. id="id-select-type"
  171. multiple={false}
  172. name="select-type"
  173. onChange={[Function]}
  174. options={
  175. Array [
  176. Object {
  177. "label": "Path",
  178. "value": "path",
  179. },
  180. Object {
  181. "label": "URL",
  182. "value": "url",
  183. },
  184. ]
  185. }
  186. required={false}
  187. value="path"
  188. >
  189. <ForwardRef(RefForwardedSelectControl)
  190. className="css-9gm53a-StyledSelectControl e1qrhqd00"
  191. clearable={false}
  192. disabled={false}
  193. id="id-select-type"
  194. multiple={false}
  195. name="select-type"
  196. onChange={[Function]}
  197. options={
  198. Array [
  199. Object {
  200. "label": "Path",
  201. "value": "path",
  202. },
  203. Object {
  204. "label": "URL",
  205. "value": "url",
  206. },
  207. ]
  208. }
  209. required={false}
  210. value="path"
  211. >
  212. <SelectControl
  213. className="css-9gm53a-StyledSelectControl e1qrhqd00"
  214. clearable={false}
  215. disabled={false}
  216. forwardedRef={null}
  217. height={36}
  218. id="id-select-type"
  219. multiple={false}
  220. name="select-type"
  221. onChange={[Function]}
  222. options={
  223. Array [
  224. Object {
  225. "label": "Path",
  226. "value": "path",
  227. },
  228. Object {
  229. "label": "URL",
  230. "value": "url",
  231. },
  232. ]
  233. }
  234. required={false}
  235. value="path"
  236. >
  237. <StyledSelect
  238. arrowRenderer={[Function]}
  239. backspaceRemoves={false}
  240. className="css-9gm53a-StyledSelectControl e1qrhqd00"
  241. clearable={false}
  242. deleteRemoves={false}
  243. disabled={false}
  244. forwardedRef={null}
  245. height={36}
  246. id="id-select-type"
  247. multiple={false}
  248. name="select-type"
  249. onChange={[Function]}
  250. options={
  251. Array [
  252. Object {
  253. "label": "Path",
  254. "value": "path",
  255. },
  256. Object {
  257. "label": "URL",
  258. "value": "url",
  259. },
  260. ]
  261. }
  262. required={false}
  263. value="path"
  264. >
  265. <SelectPicker
  266. arrowRenderer={[Function]}
  267. backspaceRemoves={false}
  268. className="e1qrhqd00 css-j0gflv-StyledSelect-StyledSelectControl eho28m20"
  269. clearable={false}
  270. deleteRemoves={false}
  271. disabled={false}
  272. forwardedRef={null}
  273. height={36}
  274. id="id-select-type"
  275. multiple={false}
  276. name="select-type"
  277. onChange={[Function]}
  278. options={
  279. Array [
  280. Object {
  281. "label": "Path",
  282. "value": "path",
  283. },
  284. Object {
  285. "label": "URL",
  286. "value": "url",
  287. },
  288. ]
  289. }
  290. required={false}
  291. value="path"
  292. >
  293. <Select
  294. arrowRenderer={[Function]}
  295. autosize={true}
  296. backspaceRemoves={false}
  297. backspaceToRemoveMessage="Press backspace to remove {label}"
  298. className="e1qrhqd00 css-j0gflv-StyledSelect-StyledSelectControl eho28m20"
  299. clearAllText="Clear all"
  300. clearRenderer={[Function]}
  301. clearValueText="Clear value"
  302. clearable={false}
  303. closeOnSelect={true}
  304. deleteRemoves={false}
  305. delimiter=","
  306. disabled={false}
  307. escapeClearsValue={true}
  308. filterOptions={[Function]}
  309. height={36}
  310. id="id-select-type"
  311. ignoreAccents={true}
  312. ignoreCase={true}
  313. inputProps={Object {}}
  314. isLoading={false}
  315. joinValues={false}
  316. labelKey="label"
  317. matchPos="any"
  318. matchProp="any"
  319. menuBuffer={0}
  320. menuRenderer={[Function]}
  321. multi={false}
  322. multiple={false}
  323. name="select-type"
  324. noResultsText="No results found"
  325. onBlurResetsInput={true}
  326. onChange={[Function]}
  327. onCloseResetsInput={true}
  328. onSelectResetsInput={true}
  329. openOnClick={true}
  330. optionComponent={[Function]}
  331. options={
  332. Array [
  333. Object {
  334. "label": "Path",
  335. "value": "path",
  336. },
  337. Object {
  338. "label": "URL",
  339. "value": "url",
  340. },
  341. ]
  342. }
  343. pageSize={5}
  344. placeholder="Select..."
  345. removeSelected={true}
  346. required={false}
  347. rtl={false}
  348. scrollMenuIntoView={true}
  349. searchable={true}
  350. simpleValue={false}
  351. tabSelectsValue={true}
  352. trimFilter={true}
  353. value="path"
  354. valueComponent={[Function]}
  355. valueKey="value"
  356. >
  357. <div
  358. className="Select e1qrhqd00 css-j0gflv-StyledSelect-StyledSelectControl eho28m20 has-value is-searchable Select--single"
  359. >
  360. <input
  361. disabled={false}
  362. key="hidden.0"
  363. name="select-type"
  364. type="hidden"
  365. value="path"
  366. />
  367. <div
  368. className="Select-control"
  369. onKeyDown={[Function]}
  370. onMouseDown={[Function]}
  371. onTouchEnd={[Function]}
  372. onTouchMove={[Function]}
  373. onTouchStart={[Function]}
  374. >
  375. <div
  376. className="Select-multi-value-wrapper"
  377. id="react-select-2--value"
  378. >
  379. <Value
  380. disabled={false}
  381. id="react-select-2--value-item"
  382. instancePrefix="react-select-2-"
  383. onClick={null}
  384. placeholder="Select..."
  385. value={
  386. Object {
  387. "label": "Path",
  388. "value": "path",
  389. }
  390. }
  391. >
  392. <div
  393. className="Select-value"
  394. >
  395. <span
  396. aria-selected="true"
  397. className="Select-value-label"
  398. id="react-select-2--value-item"
  399. role="option"
  400. >
  401. Path
  402. </span>
  403. </div>
  404. </Value>
  405. <AutosizeInput
  406. aria-activedescendant="react-select-2--value"
  407. aria-expanded="false"
  408. aria-haspopup="false"
  409. aria-owns=""
  410. className="Select-input"
  411. id="id-select-type"
  412. injectStyles={true}
  413. minWidth="5"
  414. onBlur={[Function]}
  415. onChange={[Function]}
  416. onFocus={[Function]}
  417. required={false}
  418. role="combobox"
  419. value=""
  420. >
  421. <div
  422. className="Select-input"
  423. style={
  424. Object {
  425. "display": "inline-block",
  426. }
  427. }
  428. >
  429. <input
  430. aria-activedescendant="react-select-2--value"
  431. aria-expanded="false"
  432. aria-haspopup="false"
  433. aria-owns=""
  434. id="id-select-type"
  435. onBlur={[Function]}
  436. onChange={[Function]}
  437. onFocus={[Function]}
  438. required={false}
  439. role="combobox"
  440. style={
  441. Object {
  442. "boxSizing": "content-box",
  443. "width": "5px",
  444. }
  445. }
  446. value=""
  447. />
  448. <div
  449. style={
  450. Object {
  451. "height": 0,
  452. "left": 0,
  453. "overflow": "scroll",
  454. "position": "absolute",
  455. "top": 0,
  456. "visibility": "hidden",
  457. "whiteSpace": "pre",
  458. }
  459. }
  460. />
  461. </div>
  462. </AutosizeInput>
  463. </div>
  464. <span
  465. className="Select-arrow-zone"
  466. onMouseDown={[Function]}
  467. >
  468. <span
  469. className="icon-arrow-down"
  470. />
  471. </span>
  472. </div>
  473. </div>
  474. </Select>
  475. </SelectPicker>
  476. </StyledSelect>
  477. </SelectControl>
  478. </ForwardRef(RefForwardedSelectControl)>
  479. </StyledSelectControl>
  480. </div>
  481. </div>
  482. </SelectField>
  483. </BuilderSelect>
  484. <BuilderInput
  485. controlled={true}
  486. onChange={[Function]}
  487. placeholder="src/example/*"
  488. value=""
  489. >
  490. <input
  491. className="css-n5owx7-Input-BuilderInput e1hyuoc77"
  492. onChange={[Function]}
  493. placeholder="src/example/*"
  494. value=""
  495. />
  496. </BuilderInput>
  497. <Divider
  498. src="icon-chevron-right"
  499. >
  500. <ForwardRef
  501. className="css-1qihtir-InlineSvg-Divider e1hyuoc78"
  502. src="icon-chevron-right"
  503. >
  504. <svg
  505. className="css-1qihtir-InlineSvg-Divider e1hyuoc78"
  506. height="1em"
  507. viewBox={Object {}}
  508. width="1em"
  509. >
  510. <use
  511. href="#test"
  512. xlinkHref="#test"
  513. />
  514. </svg>
  515. </ForwardRef>
  516. </Divider>
  517. <SelectOwnersWrapper>
  518. <div
  519. className="css-1518iv7-SelectOwnersWrapper e1hyuoc79"
  520. >
  521. <SelectOwners
  522. onChange={[Function]}
  523. organization={
  524. Object {
  525. "access": Array [
  526. "org:read",
  527. "org:write",
  528. "org:admin",
  529. "org:integrations",
  530. "project:read",
  531. "project:write",
  532. "project:admin",
  533. "team:read",
  534. "team:write",
  535. "team:admin",
  536. ],
  537. "features": Array [],
  538. "id": "3",
  539. "name": "Organization Name",
  540. "onboardingTasks": Array [],
  541. "projects": Array [],
  542. "scrapeJavaScript": true,
  543. "slug": "org-slug",
  544. "status": Object {
  545. "id": "active",
  546. "name": "active",
  547. },
  548. "teams": Array [],
  549. }
  550. }
  551. project={
  552. Object {
  553. "environments": Array [],
  554. "hasAccess": true,
  555. "id": "2",
  556. "isBookmarked": false,
  557. "isMember": true,
  558. "name": "Project Name",
  559. "slug": "project-slug",
  560. "teams": Array [],
  561. }
  562. }
  563. value={Array []}
  564. >
  565. <EmotionCssPropInternal
  566. __EMOTION_TYPE_PLEASE_DO_NOT_USE__={
  567. Object {
  568. "$$typeof": Symbol(react.forward_ref),
  569. "render": [Function],
  570. }
  571. }
  572. async={true}
  573. cache={false}
  574. clearable={true}
  575. css={
  576. Object {
  577. "name": "fs1hps-SelectOwners",
  578. "styles": "width:200px;;label:SelectOwners;",
  579. }
  580. }
  581. defaultOptions={true}
  582. filterOptions={[Function]}
  583. loadOptions={[Function]}
  584. onChange={[Function]}
  585. onInputChange={[Function]}
  586. placeholder="owners"
  587. value={Array []}
  588. valueComponent={[Function]}
  589. >
  590. <ForwardRef(MultiSelectControl)
  591. async={true}
  592. cache={false}
  593. className="css-fs1hps-SelectOwners"
  594. clearable={true}
  595. defaultOptions={true}
  596. filterOptions={[Function]}
  597. loadOptions={[Function]}
  598. onChange={[Function]}
  599. onInputChange={[Function]}
  600. placeholder="owners"
  601. value={Array []}
  602. valueComponent={[Function]}
  603. >
  604. <ForwardRef(RefForwardedSelectControl)
  605. async={true}
  606. cache={false}
  607. className="css-fs1hps-SelectOwners"
  608. clearable={true}
  609. defaultOptions={true}
  610. filterOptions={[Function]}
  611. forwardedRef={[Function]}
  612. loadOptions={[Function]}
  613. multiple={true}
  614. onChange={[Function]}
  615. onInputChange={[Function]}
  616. placeholder="owners"
  617. value={Array []}
  618. valueComponent={[Function]}
  619. >
  620. <SelectControl
  621. async={true}
  622. cache={false}
  623. className="css-fs1hps-SelectOwners"
  624. clearable={true}
  625. defaultOptions={true}
  626. filterOptions={[Function]}
  627. forwardedRef={[Function]}
  628. height={36}
  629. loadOptions={[Function]}
  630. multiple={true}
  631. onChange={[Function]}
  632. onInputChange={[Function]}
  633. placeholder="owners"
  634. value={Array []}
  635. valueComponent={[Function]}
  636. >
  637. <StyledSelect
  638. arrowRenderer={[Function]}
  639. async={true}
  640. backspaceRemoves={true}
  641. cache={false}
  642. className="css-fs1hps-SelectOwners"
  643. clearable={true}
  644. defaultOptions={true}
  645. deleteRemoves={true}
  646. filterOptions={[Function]}
  647. forwardedRef={[Function]}
  648. height={36}
  649. loadOptions={[Function]}
  650. multi={true}
  651. multiple={true}
  652. onChange={[Function]}
  653. onInputChange={[Function]}
  654. placeholder="owners"
  655. value={Array []}
  656. valueComponent={[Function]}
  657. >
  658. <SelectPicker
  659. arrowRenderer={[Function]}
  660. async={true}
  661. backspaceRemoves={true}
  662. cache={false}
  663. className="css-gv7e0o-StyledSelect-SelectOwners eho28m20"
  664. clearable={true}
  665. defaultOptions={true}
  666. deleteRemoves={true}
  667. filterOptions={[Function]}
  668. forwardedRef={[Function]}
  669. height={36}
  670. loadOptions={[Function]}
  671. multi={true}
  672. multiple={true}
  673. onChange={[Function]}
  674. onInputChange={[Function]}
  675. placeholder="owners"
  676. value={Array []}
  677. valueComponent={[Function]}
  678. >
  679. <Async
  680. arrowRenderer={[Function]}
  681. autoload={true}
  682. backspaceRemoves={true}
  683. cache={false}
  684. className="css-gv7e0o-StyledSelect-SelectOwners eho28m20"
  685. clearable={true}
  686. defaultOptions={true}
  687. deleteRemoves={true}
  688. filterOptions={[Function]}
  689. height={36}
  690. ignoreAccents={true}
  691. ignoreCase={true}
  692. loadOptions={[Function]}
  693. loadingPlaceholder="Loading..."
  694. multi={true}
  695. multiple={true}
  696. onChange={[Function]}
  697. onInputChange={[Function]}
  698. options={Array []}
  699. placeholder="owners"
  700. searchPromptText="Type to search"
  701. value={Array []}
  702. valueComponent={[Function]}
  703. >
  704. <Select
  705. arrowRenderer={[Function]}
  706. autoload={true}
  707. autosize={true}
  708. backspaceRemoves={true}
  709. backspaceToRemoveMessage="Press backspace to remove {label}"
  710. cache={false}
  711. className="css-gv7e0o-StyledSelect-SelectOwners eho28m20"
  712. clearAllText="Clear all"
  713. clearRenderer={[Function]}
  714. clearValueText="Clear value"
  715. clearable={true}
  716. closeOnSelect={true}
  717. defaultOptions={true}
  718. deleteRemoves={true}
  719. delimiter=","
  720. disabled={false}
  721. escapeClearsValue={true}
  722. filterOptions={[Function]}
  723. height={36}
  724. ignoreAccents={true}
  725. ignoreCase={true}
  726. inputProps={Object {}}
  727. isLoading={true}
  728. joinValues={false}
  729. labelKey="label"
  730. loadOptions={[Function]}
  731. loadingPlaceholder="Loading..."
  732. matchPos="any"
  733. matchProp="any"
  734. menuBuffer={0}
  735. menuRenderer={[Function]}
  736. multi={true}
  737. multiple={true}
  738. noResultsText="Loading..."
  739. onBlurResetsInput={true}
  740. onChange={[Function]}
  741. onCloseResetsInput={true}
  742. onInputChange={[Function]}
  743. onSelectResetsInput={true}
  744. openOnClick={true}
  745. optionComponent={[Function]}
  746. options={Array []}
  747. pageSize={5}
  748. placeholder="Loading..."
  749. removeSelected={true}
  750. required={false}
  751. rtl={false}
  752. scrollMenuIntoView={true}
  753. searchPromptText="Type to search"
  754. searchable={true}
  755. simpleValue={false}
  756. tabSelectsValue={true}
  757. trimFilter={true}
  758. value={Array []}
  759. valueComponent={[Function]}
  760. valueKey="value"
  761. >
  762. <div
  763. className="Select css-gv7e0o-StyledSelect-SelectOwners eho28m20 is-clearable is-loading is-searchable Select--multi"
  764. >
  765. <div
  766. className="Select-control"
  767. onKeyDown={[Function]}
  768. onMouseDown={[Function]}
  769. onTouchEnd={[Function]}
  770. onTouchMove={[Function]}
  771. onTouchStart={[Function]}
  772. >
  773. <div
  774. className="Select-multi-value-wrapper"
  775. id="react-select-3--value"
  776. >
  777. <div
  778. className="Select-placeholder"
  779. >
  780. Loading...
  781. </div>
  782. <AutosizeInput
  783. aria-activedescendant="react-select-3--value"
  784. aria-expanded="false"
  785. aria-haspopup="false"
  786. aria-owns=""
  787. className="Select-input"
  788. injectStyles={true}
  789. minWidth="5"
  790. onBlur={[Function]}
  791. onChange={[Function]}
  792. onFocus={[Function]}
  793. required={false}
  794. role="combobox"
  795. value=""
  796. >
  797. <div
  798. className="Select-input"
  799. style={
  800. Object {
  801. "display": "inline-block",
  802. }
  803. }
  804. >
  805. <input
  806. aria-activedescendant="react-select-3--value"
  807. aria-expanded="false"
  808. aria-haspopup="false"
  809. aria-owns=""
  810. onBlur={[Function]}
  811. onChange={[Function]}
  812. onFocus={[Function]}
  813. required={false}
  814. role="combobox"
  815. style={
  816. Object {
  817. "boxSizing": "content-box",
  818. "width": "5px",
  819. }
  820. }
  821. value=""
  822. />
  823. <div
  824. style={
  825. Object {
  826. "height": 0,
  827. "left": 0,
  828. "overflow": "scroll",
  829. "position": "absolute",
  830. "top": 0,
  831. "visibility": "hidden",
  832. "whiteSpace": "pre",
  833. }
  834. }
  835. />
  836. </div>
  837. </AutosizeInput>
  838. </div>
  839. <span
  840. aria-hidden="true"
  841. className="Select-loading-zone"
  842. >
  843. <span
  844. className="Select-loading"
  845. />
  846. </span>
  847. <span
  848. className="Select-arrow-zone"
  849. onMouseDown={[Function]}
  850. >
  851. <span
  852. className="icon-arrow-down"
  853. />
  854. </span>
  855. </div>
  856. </div>
  857. </Select>
  858. </Async>
  859. </SelectPicker>
  860. </StyledSelect>
  861. </SelectControl>
  862. </ForwardRef(RefForwardedSelectControl)>
  863. </ForwardRef(MultiSelectControl)>
  864. </EmotionCssPropInternal>
  865. </SelectOwners>
  866. </div>
  867. </SelectOwnersWrapper>
  868. <AddButton
  869. align="center"
  870. disabled={true}
  871. icon="icon-circle-add"
  872. onClick={[Function]}
  873. priority="primary"
  874. size="small"
  875. >
  876. <Button
  877. align="center"
  878. className="css-f6y09s-AddButton e1hyuoc710"
  879. disabled={true}
  880. icon="icon-circle-add"
  881. onClick={[Function]}
  882. priority="primary"
  883. size="small"
  884. >
  885. <StyledButton
  886. aria-disabled={true}
  887. className="css-f6y09s-AddButton e1hyuoc710"
  888. disabled={true}
  889. onClick={[Function]}
  890. priority="primary"
  891. role="button"
  892. size="small"
  893. >
  894. <ForwardRef
  895. aria-disabled={true}
  896. className="e1hyuoc710 css-1vf07fg-StyledButton-AddButton edwq9my0"
  897. disabled={true}
  898. onClick={[Function]}
  899. priority="primary"
  900. role="button"
  901. size="small"
  902. >
  903. <button
  904. aria-disabled={true}
  905. className="e1hyuoc710 css-1vf07fg-StyledButton-AddButton edwq9my0"
  906. onClick={[Function]}
  907. role="button"
  908. size="small"
  909. >
  910. <ButtonLabel
  911. align="center"
  912. priority="primary"
  913. size="small"
  914. >
  915. <Component
  916. align="center"
  917. className="css-19gcr2f-ButtonLabel edwq9my1"
  918. priority="primary"
  919. size="small"
  920. >
  921. <span
  922. className="css-19gcr2f-ButtonLabel edwq9my1"
  923. >
  924. <Icon
  925. hasChildren={false}
  926. size="small"
  927. >
  928. <Component
  929. className="css-heib7e-Icon edwq9my2"
  930. hasChildren={false}
  931. size="small"
  932. >
  933. <span
  934. className="css-heib7e-Icon edwq9my2"
  935. size="small"
  936. >
  937. <StyledInlineSvg
  938. size="12px"
  939. src="icon-circle-add"
  940. >
  941. <ForwardRef
  942. className="css-nc0ns5-InlineSvg-StyledInlineSvg edwq9my3"
  943. size="12px"
  944. src="icon-circle-add"
  945. >
  946. <svg
  947. className="css-nc0ns5-InlineSvg-StyledInlineSvg edwq9my3"
  948. height="12px"
  949. viewBox={Object {}}
  950. width="12px"
  951. >
  952. <use
  953. href="#test"
  954. xlinkHref="#test"
  955. />
  956. </svg>
  957. </ForwardRef>
  958. </StyledInlineSvg>
  959. </span>
  960. </Component>
  961. </Icon>
  962. </span>
  963. </Component>
  964. </ButtonLabel>
  965. </button>
  966. </ForwardRef>
  967. </StyledButton>
  968. </Button>
  969. </AddButton>
  970. </div>
  971. </BuilderBar>
  972. </RuleBuilder>
  973. <div
  974. onKeyDown={[Function]}
  975. style={
  976. Object {
  977. "position": "relative",
  978. }
  979. }
  980. >
  981. <StyledTextArea
  982. async={false}
  983. autoCapitalize="off"
  984. autoComplete="off"
  985. autoCorrect="off"
  986. onChange={[Function]}
  987. placeholder="#example usage
  988. path:src/example/pipeline/* person@sentry.io #infra
  989. url:http://example.com/settings/* #product"
  990. rows={1}
  991. spellCheck="false"
  992. value="new"
  993. >
  994. <TextareaAutosize
  995. async={false}
  996. autoCapitalize="off"
  997. autoComplete="off"
  998. autoCorrect="off"
  999. className="css-2r1wnf-StyledTextArea en3n9di2"
  1000. onChange={[Function]}
  1001. placeholder="#example usage
  1002. path:src/example/pipeline/* person@sentry.io #infra
  1003. url:http://example.com/settings/* #product"
  1004. rows={1}
  1005. spellCheck="false"
  1006. value="new"
  1007. >
  1008. <textarea
  1009. async={false}
  1010. autoCapitalize="off"
  1011. autoComplete="off"
  1012. autoCorrect="off"
  1013. className="css-2r1wnf-StyledTextArea en3n9di2"
  1014. onChange={[Function]}
  1015. placeholder="#example usage
  1016. path:src/example/pipeline/* person@sentry.io #infra
  1017. url:http://example.com/settings/* #product"
  1018. rows={1}
  1019. spellCheck="false"
  1020. value="new"
  1021. />
  1022. </TextareaAutosize>
  1023. </StyledTextArea>
  1024. <Styled(div)
  1025. alignItems="center"
  1026. justifyContent="space-between"
  1027. >
  1028. <div
  1029. className="css-s3axrf"
  1030. >
  1031. <div />
  1032. <SaveButton>
  1033. <div
  1034. className="css-q90es8-SaveButton en3n9di1"
  1035. >
  1036. <Button
  1037. align="center"
  1038. disabled={false}
  1039. onClick={[Function]}
  1040. priority="primary"
  1041. size="small"
  1042. >
  1043. <StyledButton
  1044. aria-disabled={false}
  1045. aria-label="Save Changes"
  1046. disabled={false}
  1047. onClick={[Function]}
  1048. priority="primary"
  1049. role="button"
  1050. size="small"
  1051. >
  1052. <ForwardRef
  1053. aria-disabled={false}
  1054. aria-label="Save Changes"
  1055. className="css-z8at1v-StyledButton edwq9my0"
  1056. disabled={false}
  1057. onClick={[Function]}
  1058. priority="primary"
  1059. role="button"
  1060. size="small"
  1061. >
  1062. <button
  1063. aria-disabled={false}
  1064. aria-label="Save Changes"
  1065. className="css-z8at1v-StyledButton edwq9my0"
  1066. onClick={[Function]}
  1067. role="button"
  1068. size="small"
  1069. >
  1070. <ButtonLabel
  1071. align="center"
  1072. priority="primary"
  1073. size="small"
  1074. >
  1075. <Component
  1076. align="center"
  1077. className="css-19gcr2f-ButtonLabel edwq9my1"
  1078. priority="primary"
  1079. size="small"
  1080. >
  1081. <span
  1082. className="css-19gcr2f-ButtonLabel edwq9my1"
  1083. >
  1084. Save Changes
  1085. </span>
  1086. </Component>
  1087. </ButtonLabel>
  1088. </button>
  1089. </ForwardRef>
  1090. </StyledButton>
  1091. </Button>
  1092. </div>
  1093. </SaveButton>
  1094. </div>
  1095. </Styled(div)>
  1096. </div>
  1097. </OwnerInput>
  1098. `;