You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BoxedTabs-test.tsx.snap 49KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. .emotion-6 {
  4. display: -webkit-box;
  5. display: -webkit-flex;
  6. display: -ms-flexbox;
  7. display: flex;
  8. -webkit-flex-direction: row;
  9. -ms-flex-direction: row;
  10. flex-direction: row;
  11. }
  12. .emotion-1 {
  13. position: relative;
  14. background-color: white;
  15. border-top: 1px solid #e6e6e6;
  16. border-left: 1px solid #e6e6e6;
  17. border-right: none;
  18. border-bottom: none;
  19. margin-bottom: -1px;
  20. min-width: 128px;
  21. min-height: 56px;
  22. outline: 0;
  23. padding: calc(2 * 8px);
  24. }
  25. .emotion-1:last-child {
  26. border-right: 1px solid #e6e6e6;
  27. }
  28. .emotion-0 {
  29. display: block;
  30. background-color: #4b9fd5;
  31. height: 3px;
  32. width: 100%;
  33. position: absolute;
  34. left: 0;
  35. top: -1px;
  36. }
  37. .emotion-3 {
  38. position: relative;
  39. background-color: #f3f3f3;
  40. border-top: 1px solid #e6e6e6;
  41. border-left: 1px solid #e6e6e6;
  42. border-right: none;
  43. border-bottom: none;
  44. margin-bottom: -1px;
  45. min-width: 128px;
  46. min-height: 56px;
  47. cursor: pointer;
  48. outline: 0;
  49. padding: calc(2 * 8px);
  50. }
  51. .emotion-3:hover {
  52. background-color: #f8f8f8;
  53. }
  54. .emotion-3:last-child {
  55. border-right: 1px solid #e6e6e6;
  56. }
  57. .emotion-2 {
  58. display: none;
  59. background-color: #4b9fd5;
  60. height: 3px;
  61. width: 100%;
  62. position: absolute;
  63. left: 0;
  64. top: -1px;
  65. }
  66. <BoxedTabs
  67. className="boxed-tabs"
  68. onSelect={[MockFunction]}
  69. selected="a"
  70. tabs={
  71. Array [
  72. Object {
  73. "key": "a",
  74. "label": "labela",
  75. },
  76. Object {
  77. "key": "b",
  78. "label": "labelb",
  79. },
  80. Object {
  81. "key": "c",
  82. "label": <span>
  83. Complex label
  84. <strong>
  85. !!!
  86. </strong>
  87. </span>,
  88. },
  89. ]
  90. }
  91. >
  92. <Styled(div)
  93. className="boxed-tabs"
  94. role="tablist"
  95. >
  96. <Insertion
  97. cache={
  98. Object {
  99. "insert": [Function],
  100. "inserted": Object {
  101. "1kg7pv0": true,
  102. "60rv5s": true,
  103. "ko9asm": true,
  104. "o2j9ze": true,
  105. "v2seq5": true,
  106. },
  107. "key": "css",
  108. "nonce": undefined,
  109. "registered": Object {},
  110. "sheet": StyleSheet {
  111. "_alreadyInsertedOrderInsensitiveRule": true,
  112. "_insertTag": [Function],
  113. "before": null,
  114. "container": <head>
  115. <style
  116. data-emotion="css"
  117. data-s=""
  118. >
  119. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  120. </style>
  121. <style
  122. data-emotion="css"
  123. data-s=""
  124. >
  125. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  126. </style>
  127. <style
  128. data-emotion="css"
  129. data-s=""
  130. >
  131. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  132. </style>
  133. <style
  134. data-emotion="css"
  135. data-s=""
  136. >
  137. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  138. </style>
  139. <style
  140. data-emotion="css"
  141. data-s=""
  142. >
  143. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  144. </style>
  145. <style
  146. data-emotion="css"
  147. data-s=""
  148. >
  149. .emotion-3:hover{background-color:#f8f8f8;}
  150. </style>
  151. <style
  152. data-emotion="css"
  153. data-s=""
  154. >
  155. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  156. </style>
  157. <style
  158. data-emotion="css"
  159. data-s=""
  160. >
  161. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  162. </style>
  163. </head>,
  164. "ctr": 8,
  165. "insertionPoint": undefined,
  166. "isSpeedy": false,
  167. "key": "css",
  168. "nonce": undefined,
  169. "prepend": undefined,
  170. "tags": Array [
  171. <style
  172. data-emotion="css"
  173. data-s=""
  174. >
  175. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  176. </style>,
  177. <style
  178. data-emotion="css"
  179. data-s=""
  180. >
  181. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  182. </style>,
  183. <style
  184. data-emotion="css"
  185. data-s=""
  186. >
  187. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  188. </style>,
  189. <style
  190. data-emotion="css"
  191. data-s=""
  192. >
  193. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  194. </style>,
  195. <style
  196. data-emotion="css"
  197. data-s=""
  198. >
  199. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  200. </style>,
  201. <style
  202. data-emotion="css"
  203. data-s=""
  204. >
  205. .emotion-3:hover{background-color:#f8f8f8;}
  206. </style>,
  207. <style
  208. data-emotion="css"
  209. data-s=""
  210. >
  211. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  212. </style>,
  213. <style
  214. data-emotion="css"
  215. data-s=""
  216. >
  217. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  218. </style>,
  219. ],
  220. },
  221. }
  222. }
  223. isStringTag={true}
  224. serialized={
  225. Object {
  226. "map": undefined,
  227. "name": "o2j9ze",
  228. "next": undefined,
  229. "styles": "
  230. display: flex;
  231. flex-direction: row;
  232. ",
  233. "toString": [Function],
  234. }
  235. }
  236. />
  237. <div
  238. className="boxed-tabs emotion-6"
  239. role="tablist"
  240. >
  241. <Styled(button)
  242. active={true}
  243. aria-controls="tabpanel-a"
  244. aria-selected={true}
  245. id="tab-a"
  246. key="0"
  247. onClick={[Function]}
  248. role="tab"
  249. >
  250. <Insertion
  251. cache={
  252. Object {
  253. "insert": [Function],
  254. "inserted": Object {
  255. "1kg7pv0": true,
  256. "60rv5s": true,
  257. "ko9asm": true,
  258. "o2j9ze": true,
  259. "v2seq5": true,
  260. },
  261. "key": "css",
  262. "nonce": undefined,
  263. "registered": Object {},
  264. "sheet": StyleSheet {
  265. "_alreadyInsertedOrderInsensitiveRule": true,
  266. "_insertTag": [Function],
  267. "before": null,
  268. "container": <head>
  269. <style
  270. data-emotion="css"
  271. data-s=""
  272. >
  273. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  274. </style>
  275. <style
  276. data-emotion="css"
  277. data-s=""
  278. >
  279. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  280. </style>
  281. <style
  282. data-emotion="css"
  283. data-s=""
  284. >
  285. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  286. </style>
  287. <style
  288. data-emotion="css"
  289. data-s=""
  290. >
  291. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  292. </style>
  293. <style
  294. data-emotion="css"
  295. data-s=""
  296. >
  297. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  298. </style>
  299. <style
  300. data-emotion="css"
  301. data-s=""
  302. >
  303. .emotion-3:hover{background-color:#f8f8f8;}
  304. </style>
  305. <style
  306. data-emotion="css"
  307. data-s=""
  308. >
  309. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  310. </style>
  311. <style
  312. data-emotion="css"
  313. data-s=""
  314. >
  315. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  316. </style>
  317. </head>,
  318. "ctr": 8,
  319. "insertionPoint": undefined,
  320. "isSpeedy": false,
  321. "key": "css",
  322. "nonce": undefined,
  323. "prepend": undefined,
  324. "tags": Array [
  325. <style
  326. data-emotion="css"
  327. data-s=""
  328. >
  329. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  330. </style>,
  331. <style
  332. data-emotion="css"
  333. data-s=""
  334. >
  335. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  336. </style>,
  337. <style
  338. data-emotion="css"
  339. data-s=""
  340. >
  341. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  342. </style>,
  343. <style
  344. data-emotion="css"
  345. data-s=""
  346. >
  347. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  348. </style>,
  349. <style
  350. data-emotion="css"
  351. data-s=""
  352. >
  353. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  354. </style>,
  355. <style
  356. data-emotion="css"
  357. data-s=""
  358. >
  359. .emotion-3:hover{background-color:#f8f8f8;}
  360. </style>,
  361. <style
  362. data-emotion="css"
  363. data-s=""
  364. >
  365. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  366. </style>,
  367. <style
  368. data-emotion="css"
  369. data-s=""
  370. >
  371. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  372. </style>,
  373. ],
  374. },
  375. }
  376. }
  377. isStringTag={true}
  378. serialized={
  379. Object {
  380. "map": undefined,
  381. "name": "60rv5s",
  382. "next": undefined,
  383. "styles": "
  384. position: relative;
  385. background-color: white;
  386. border-top: 1px solid #e6e6e6;
  387. border-left: 1px solid #e6e6e6;
  388. border-right: none;
  389. border-bottom: none;
  390. margin-bottom: -1px;
  391. min-width: 128px;
  392. min-height: 56px;
  393. outline: 0;
  394. padding: calc(2 * 8px);
  395. &:last-child {
  396. border-right: 1px solid #e6e6e6;
  397. }
  398. ",
  399. "toString": [Function],
  400. }
  401. }
  402. />
  403. <button
  404. aria-controls="tabpanel-a"
  405. aria-selected={true}
  406. className="emotion-1"
  407. id="tab-a"
  408. onClick={[Function]}
  409. role="tab"
  410. >
  411. <Styled(div)
  412. active={true}
  413. >
  414. <Insertion
  415. cache={
  416. Object {
  417. "insert": [Function],
  418. "inserted": Object {
  419. "1kg7pv0": true,
  420. "60rv5s": true,
  421. "ko9asm": true,
  422. "o2j9ze": true,
  423. "v2seq5": true,
  424. },
  425. "key": "css",
  426. "nonce": undefined,
  427. "registered": Object {},
  428. "sheet": StyleSheet {
  429. "_alreadyInsertedOrderInsensitiveRule": true,
  430. "_insertTag": [Function],
  431. "before": null,
  432. "container": <head>
  433. <style
  434. data-emotion="css"
  435. data-s=""
  436. >
  437. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  438. </style>
  439. <style
  440. data-emotion="css"
  441. data-s=""
  442. >
  443. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  444. </style>
  445. <style
  446. data-emotion="css"
  447. data-s=""
  448. >
  449. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  450. </style>
  451. <style
  452. data-emotion="css"
  453. data-s=""
  454. >
  455. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  456. </style>
  457. <style
  458. data-emotion="css"
  459. data-s=""
  460. >
  461. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  462. </style>
  463. <style
  464. data-emotion="css"
  465. data-s=""
  466. >
  467. .emotion-3:hover{background-color:#f8f8f8;}
  468. </style>
  469. <style
  470. data-emotion="css"
  471. data-s=""
  472. >
  473. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  474. </style>
  475. <style
  476. data-emotion="css"
  477. data-s=""
  478. >
  479. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  480. </style>
  481. </head>,
  482. "ctr": 8,
  483. "insertionPoint": undefined,
  484. "isSpeedy": false,
  485. "key": "css",
  486. "nonce": undefined,
  487. "prepend": undefined,
  488. "tags": Array [
  489. <style
  490. data-emotion="css"
  491. data-s=""
  492. >
  493. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  494. </style>,
  495. <style
  496. data-emotion="css"
  497. data-s=""
  498. >
  499. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  500. </style>,
  501. <style
  502. data-emotion="css"
  503. data-s=""
  504. >
  505. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  506. </style>,
  507. <style
  508. data-emotion="css"
  509. data-s=""
  510. >
  511. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  512. </style>,
  513. <style
  514. data-emotion="css"
  515. data-s=""
  516. >
  517. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  518. </style>,
  519. <style
  520. data-emotion="css"
  521. data-s=""
  522. >
  523. .emotion-3:hover{background-color:#f8f8f8;}
  524. </style>,
  525. <style
  526. data-emotion="css"
  527. data-s=""
  528. >
  529. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  530. </style>,
  531. <style
  532. data-emotion="css"
  533. data-s=""
  534. >
  535. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  536. </style>,
  537. ],
  538. },
  539. }
  540. }
  541. isStringTag={true}
  542. serialized={
  543. Object {
  544. "map": undefined,
  545. "name": "ko9asm",
  546. "next": undefined,
  547. "styles": "
  548. display: block;
  549. background-color: #4b9fd5;
  550. height: 3px;
  551. width: 100%;
  552. position: absolute;
  553. left: 0;
  554. top: -1px;
  555. ",
  556. "toString": [Function],
  557. }
  558. }
  559. />
  560. <div
  561. className="emotion-0"
  562. />
  563. </Styled(div)>
  564. labela
  565. </button>
  566. </Styled(button)>
  567. <Styled(button)
  568. active={false}
  569. aria-controls="tabpanel-b"
  570. aria-selected={false}
  571. id="tab-b"
  572. key="1"
  573. onClick={[Function]}
  574. role="tab"
  575. >
  576. <Insertion
  577. cache={
  578. Object {
  579. "insert": [Function],
  580. "inserted": Object {
  581. "1kg7pv0": true,
  582. "60rv5s": true,
  583. "ko9asm": true,
  584. "o2j9ze": true,
  585. "v2seq5": true,
  586. },
  587. "key": "css",
  588. "nonce": undefined,
  589. "registered": Object {},
  590. "sheet": StyleSheet {
  591. "_alreadyInsertedOrderInsensitiveRule": true,
  592. "_insertTag": [Function],
  593. "before": null,
  594. "container": <head>
  595. <style
  596. data-emotion="css"
  597. data-s=""
  598. >
  599. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  600. </style>
  601. <style
  602. data-emotion="css"
  603. data-s=""
  604. >
  605. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  606. </style>
  607. <style
  608. data-emotion="css"
  609. data-s=""
  610. >
  611. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  612. </style>
  613. <style
  614. data-emotion="css"
  615. data-s=""
  616. >
  617. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  618. </style>
  619. <style
  620. data-emotion="css"
  621. data-s=""
  622. >
  623. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  624. </style>
  625. <style
  626. data-emotion="css"
  627. data-s=""
  628. >
  629. .emotion-3:hover{background-color:#f8f8f8;}
  630. </style>
  631. <style
  632. data-emotion="css"
  633. data-s=""
  634. >
  635. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  636. </style>
  637. <style
  638. data-emotion="css"
  639. data-s=""
  640. >
  641. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  642. </style>
  643. </head>,
  644. "ctr": 8,
  645. "insertionPoint": undefined,
  646. "isSpeedy": false,
  647. "key": "css",
  648. "nonce": undefined,
  649. "prepend": undefined,
  650. "tags": Array [
  651. <style
  652. data-emotion="css"
  653. data-s=""
  654. >
  655. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  656. </style>,
  657. <style
  658. data-emotion="css"
  659. data-s=""
  660. >
  661. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  662. </style>,
  663. <style
  664. data-emotion="css"
  665. data-s=""
  666. >
  667. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  668. </style>,
  669. <style
  670. data-emotion="css"
  671. data-s=""
  672. >
  673. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  674. </style>,
  675. <style
  676. data-emotion="css"
  677. data-s=""
  678. >
  679. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  680. </style>,
  681. <style
  682. data-emotion="css"
  683. data-s=""
  684. >
  685. .emotion-3:hover{background-color:#f8f8f8;}
  686. </style>,
  687. <style
  688. data-emotion="css"
  689. data-s=""
  690. >
  691. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  692. </style>,
  693. <style
  694. data-emotion="css"
  695. data-s=""
  696. >
  697. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  698. </style>,
  699. ],
  700. },
  701. }
  702. }
  703. isStringTag={true}
  704. serialized={
  705. Object {
  706. "map": undefined,
  707. "name": "1kg7pv0",
  708. "next": undefined,
  709. "styles": "
  710. position: relative;
  711. background-color: #f3f3f3;
  712. border-top: 1px solid #e6e6e6;
  713. border-left: 1px solid #e6e6e6;
  714. border-right: none;
  715. border-bottom: none;
  716. margin-bottom: -1px;
  717. min-width: 128px;
  718. min-height: 56px;
  719. cursor: pointer;
  720. outline: 0;
  721. padding: calc(2 * 8px);
  722. &:hover {
  723. background-color: #f8f8f8;
  724. }
  725. &:last-child {
  726. border-right: 1px solid #e6e6e6;
  727. }
  728. ",
  729. "toString": [Function],
  730. }
  731. }
  732. />
  733. <button
  734. aria-controls="tabpanel-b"
  735. aria-selected={false}
  736. className="emotion-3"
  737. id="tab-b"
  738. onClick={[Function]}
  739. role="tab"
  740. >
  741. <Styled(div)
  742. active={false}
  743. >
  744. <Insertion
  745. cache={
  746. Object {
  747. "insert": [Function],
  748. "inserted": Object {
  749. "1kg7pv0": true,
  750. "60rv5s": true,
  751. "ko9asm": true,
  752. "o2j9ze": true,
  753. "v2seq5": true,
  754. },
  755. "key": "css",
  756. "nonce": undefined,
  757. "registered": Object {},
  758. "sheet": StyleSheet {
  759. "_alreadyInsertedOrderInsensitiveRule": true,
  760. "_insertTag": [Function],
  761. "before": null,
  762. "container": <head>
  763. <style
  764. data-emotion="css"
  765. data-s=""
  766. >
  767. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  768. </style>
  769. <style
  770. data-emotion="css"
  771. data-s=""
  772. >
  773. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  774. </style>
  775. <style
  776. data-emotion="css"
  777. data-s=""
  778. >
  779. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  780. </style>
  781. <style
  782. data-emotion="css"
  783. data-s=""
  784. >
  785. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  786. </style>
  787. <style
  788. data-emotion="css"
  789. data-s=""
  790. >
  791. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  792. </style>
  793. <style
  794. data-emotion="css"
  795. data-s=""
  796. >
  797. .emotion-3:hover{background-color:#f8f8f8;}
  798. </style>
  799. <style
  800. data-emotion="css"
  801. data-s=""
  802. >
  803. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  804. </style>
  805. <style
  806. data-emotion="css"
  807. data-s=""
  808. >
  809. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  810. </style>
  811. </head>,
  812. "ctr": 8,
  813. "insertionPoint": undefined,
  814. "isSpeedy": false,
  815. "key": "css",
  816. "nonce": undefined,
  817. "prepend": undefined,
  818. "tags": Array [
  819. <style
  820. data-emotion="css"
  821. data-s=""
  822. >
  823. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  824. </style>,
  825. <style
  826. data-emotion="css"
  827. data-s=""
  828. >
  829. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  830. </style>,
  831. <style
  832. data-emotion="css"
  833. data-s=""
  834. >
  835. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  836. </style>,
  837. <style
  838. data-emotion="css"
  839. data-s=""
  840. >
  841. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  842. </style>,
  843. <style
  844. data-emotion="css"
  845. data-s=""
  846. >
  847. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  848. </style>,
  849. <style
  850. data-emotion="css"
  851. data-s=""
  852. >
  853. .emotion-3:hover{background-color:#f8f8f8;}
  854. </style>,
  855. <style
  856. data-emotion="css"
  857. data-s=""
  858. >
  859. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  860. </style>,
  861. <style
  862. data-emotion="css"
  863. data-s=""
  864. >
  865. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  866. </style>,
  867. ],
  868. },
  869. }
  870. }
  871. isStringTag={true}
  872. serialized={
  873. Object {
  874. "map": undefined,
  875. "name": "v2seq5",
  876. "next": undefined,
  877. "styles": "
  878. display: none;
  879. background-color: #4b9fd5;
  880. height: 3px;
  881. width: 100%;
  882. position: absolute;
  883. left: 0;
  884. top: -1px;
  885. ",
  886. "toString": [Function],
  887. }
  888. }
  889. />
  890. <div
  891. className="emotion-2"
  892. />
  893. </Styled(div)>
  894. labelb
  895. </button>
  896. </Styled(button)>
  897. <Styled(button)
  898. active={false}
  899. aria-controls="tabpanel-c"
  900. aria-selected={false}
  901. id="tab-c"
  902. key="2"
  903. onClick={[Function]}
  904. role="tab"
  905. >
  906. <Insertion
  907. cache={
  908. Object {
  909. "insert": [Function],
  910. "inserted": Object {
  911. "1kg7pv0": true,
  912. "60rv5s": true,
  913. "ko9asm": true,
  914. "o2j9ze": true,
  915. "v2seq5": true,
  916. },
  917. "key": "css",
  918. "nonce": undefined,
  919. "registered": Object {},
  920. "sheet": StyleSheet {
  921. "_alreadyInsertedOrderInsensitiveRule": true,
  922. "_insertTag": [Function],
  923. "before": null,
  924. "container": <head>
  925. <style
  926. data-emotion="css"
  927. data-s=""
  928. >
  929. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  930. </style>
  931. <style
  932. data-emotion="css"
  933. data-s=""
  934. >
  935. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  936. </style>
  937. <style
  938. data-emotion="css"
  939. data-s=""
  940. >
  941. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  942. </style>
  943. <style
  944. data-emotion="css"
  945. data-s=""
  946. >
  947. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  948. </style>
  949. <style
  950. data-emotion="css"
  951. data-s=""
  952. >
  953. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  954. </style>
  955. <style
  956. data-emotion="css"
  957. data-s=""
  958. >
  959. .emotion-3:hover{background-color:#f8f8f8;}
  960. </style>
  961. <style
  962. data-emotion="css"
  963. data-s=""
  964. >
  965. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  966. </style>
  967. <style
  968. data-emotion="css"
  969. data-s=""
  970. >
  971. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  972. </style>
  973. </head>,
  974. "ctr": 8,
  975. "insertionPoint": undefined,
  976. "isSpeedy": false,
  977. "key": "css",
  978. "nonce": undefined,
  979. "prepend": undefined,
  980. "tags": Array [
  981. <style
  982. data-emotion="css"
  983. data-s=""
  984. >
  985. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  986. </style>,
  987. <style
  988. data-emotion="css"
  989. data-s=""
  990. >
  991. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  992. </style>,
  993. <style
  994. data-emotion="css"
  995. data-s=""
  996. >
  997. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  998. </style>,
  999. <style
  1000. data-emotion="css"
  1001. data-s=""
  1002. >
  1003. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1004. </style>,
  1005. <style
  1006. data-emotion="css"
  1007. data-s=""
  1008. >
  1009. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  1010. </style>,
  1011. <style
  1012. data-emotion="css"
  1013. data-s=""
  1014. >
  1015. .emotion-3:hover{background-color:#f8f8f8;}
  1016. </style>,
  1017. <style
  1018. data-emotion="css"
  1019. data-s=""
  1020. >
  1021. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  1022. </style>,
  1023. <style
  1024. data-emotion="css"
  1025. data-s=""
  1026. >
  1027. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1028. </style>,
  1029. ],
  1030. },
  1031. }
  1032. }
  1033. isStringTag={true}
  1034. serialized={
  1035. Object {
  1036. "map": undefined,
  1037. "name": "1kg7pv0",
  1038. "next": undefined,
  1039. "styles": "
  1040. position: relative;
  1041. background-color: #f3f3f3;
  1042. border-top: 1px solid #e6e6e6;
  1043. border-left: 1px solid #e6e6e6;
  1044. border-right: none;
  1045. border-bottom: none;
  1046. margin-bottom: -1px;
  1047. min-width: 128px;
  1048. min-height: 56px;
  1049. cursor: pointer;
  1050. outline: 0;
  1051. padding: calc(2 * 8px);
  1052. &:hover {
  1053. background-color: #f8f8f8;
  1054. }
  1055. &:last-child {
  1056. border-right: 1px solid #e6e6e6;
  1057. }
  1058. ",
  1059. "toString": [Function],
  1060. }
  1061. }
  1062. />
  1063. <button
  1064. aria-controls="tabpanel-c"
  1065. aria-selected={false}
  1066. className="emotion-3"
  1067. id="tab-c"
  1068. onClick={[Function]}
  1069. role="tab"
  1070. >
  1071. <Styled(div)
  1072. active={false}
  1073. >
  1074. <Insertion
  1075. cache={
  1076. Object {
  1077. "insert": [Function],
  1078. "inserted": Object {
  1079. "1kg7pv0": true,
  1080. "60rv5s": true,
  1081. "ko9asm": true,
  1082. "o2j9ze": true,
  1083. "v2seq5": true,
  1084. },
  1085. "key": "css",
  1086. "nonce": undefined,
  1087. "registered": Object {},
  1088. "sheet": StyleSheet {
  1089. "_alreadyInsertedOrderInsensitiveRule": true,
  1090. "_insertTag": [Function],
  1091. "before": null,
  1092. "container": <head>
  1093. <style
  1094. data-emotion="css"
  1095. data-s=""
  1096. >
  1097. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  1098. </style>
  1099. <style
  1100. data-emotion="css"
  1101. data-s=""
  1102. >
  1103. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  1104. </style>
  1105. <style
  1106. data-emotion="css"
  1107. data-s=""
  1108. >
  1109. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  1110. </style>
  1111. <style
  1112. data-emotion="css"
  1113. data-s=""
  1114. >
  1115. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1116. </style>
  1117. <style
  1118. data-emotion="css"
  1119. data-s=""
  1120. >
  1121. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  1122. </style>
  1123. <style
  1124. data-emotion="css"
  1125. data-s=""
  1126. >
  1127. .emotion-3:hover{background-color:#f8f8f8;}
  1128. </style>
  1129. <style
  1130. data-emotion="css"
  1131. data-s=""
  1132. >
  1133. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  1134. </style>
  1135. <style
  1136. data-emotion="css"
  1137. data-s=""
  1138. >
  1139. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1140. </style>
  1141. </head>,
  1142. "ctr": 8,
  1143. "insertionPoint": undefined,
  1144. "isSpeedy": false,
  1145. "key": "css",
  1146. "nonce": undefined,
  1147. "prepend": undefined,
  1148. "tags": Array [
  1149. <style
  1150. data-emotion="css"
  1151. data-s=""
  1152. >
  1153. .emotion-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
  1154. </style>,
  1155. <style
  1156. data-emotion="css"
  1157. data-s=""
  1158. >
  1159. .emotion-1{position:relative;background-color:white;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;outline:0;padding:calc(2 * 8px);}
  1160. </style>,
  1161. <style
  1162. data-emotion="css"
  1163. data-s=""
  1164. >
  1165. .emotion-1:last-child{border-right:1px solid #e6e6e6;}
  1166. </style>,
  1167. <style
  1168. data-emotion="css"
  1169. data-s=""
  1170. >
  1171. .emotion-0{display:block;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1172. </style>,
  1173. <style
  1174. data-emotion="css"
  1175. data-s=""
  1176. >
  1177. .emotion-3{position:relative;background-color:#f3f3f3;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:none;border-bottom:none;margin-bottom:-1px;min-width:128px;min-height:56px;cursor:pointer;outline:0;padding:calc(2 * 8px);}
  1178. </style>,
  1179. <style
  1180. data-emotion="css"
  1181. data-s=""
  1182. >
  1183. .emotion-3:hover{background-color:#f8f8f8;}
  1184. </style>,
  1185. <style
  1186. data-emotion="css"
  1187. data-s=""
  1188. >
  1189. .emotion-3:last-child{border-right:1px solid #e6e6e6;}
  1190. </style>,
  1191. <style
  1192. data-emotion="css"
  1193. data-s=""
  1194. >
  1195. .emotion-2{display:none;background-color:#4b9fd5;height:3px;width:100%;position:absolute;left:0;top:-1px;}
  1196. </style>,
  1197. ],
  1198. },
  1199. }
  1200. }
  1201. isStringTag={true}
  1202. serialized={
  1203. Object {
  1204. "map": undefined,
  1205. "name": "v2seq5",
  1206. "next": undefined,
  1207. "styles": "
  1208. display: none;
  1209. background-color: #4b9fd5;
  1210. height: 3px;
  1211. width: 100%;
  1212. position: absolute;
  1213. left: 0;
  1214. top: -1px;
  1215. ",
  1216. "toString": [Function],
  1217. }
  1218. }
  1219. />
  1220. <div
  1221. className="emotion-2"
  1222. />
  1223. </Styled(div)>
  1224. <span>
  1225. Complex label
  1226. <strong>
  1227. !!!
  1228. </strong>
  1229. </span>
  1230. </button>
  1231. </Styled(button)>
  1232. </div>
  1233. </Styled(div)>
  1234. </BoxedTabs>
  1235. `;