@khanacademy/math-input 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/es/index.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +5 -2
  4. package/.eslintrc.js +0 -18
  5. package/CHANGELOG.md +0 -660
  6. package/less/main.less +0 -2
  7. package/less/overrides.less +0 -122
  8. package/src/components/__tests__/integration.test.tsx +0 -300
  9. package/src/components/aphrodite-css-transition-group/index.tsx +0 -78
  10. package/src/components/aphrodite-css-transition-group/transition-child.tsx +0 -192
  11. package/src/components/aphrodite-css-transition-group/types.ts +0 -20
  12. package/src/components/aphrodite-css-transition-group/util.ts +0 -97
  13. package/src/components/input/__tests__/context-tracking.test.ts +0 -176
  14. package/src/components/input/__tests__/mathquill-helpers.test.ts +0 -105
  15. package/src/components/input/__tests__/mathquill.test.ts +0 -747
  16. package/src/components/input/__tests__/test-math-wrapper.ts +0 -29
  17. package/src/components/input/cursor-contexts.ts +0 -37
  18. package/src/components/input/cursor-handle.tsx +0 -137
  19. package/src/components/input/cursor-styles.ts +0 -10
  20. package/src/components/input/drag-listener.ts +0 -79
  21. package/src/components/input/math-input.tsx +0 -1036
  22. package/src/components/input/math-wrapper.ts +0 -189
  23. package/src/components/input/mathquill-helpers.ts +0 -262
  24. package/src/components/input/mathquill-instance.ts +0 -106
  25. package/src/components/input/mathquill-types.ts +0 -32
  26. package/src/components/input/scroll-into-view.ts +0 -65
  27. package/src/components/key-handlers/__tests__/handle-jump-out.test.ts +0 -94
  28. package/src/components/key-handlers/handle-arrow.ts +0 -70
  29. package/src/components/key-handlers/handle-backspace.ts +0 -277
  30. package/src/components/key-handlers/handle-exponent.ts +0 -53
  31. package/src/components/key-handlers/handle-jump-out.ts +0 -107
  32. package/src/components/key-handlers/key-translator.ts +0 -222
  33. package/src/components/keypad/__tests__/__snapshots__/keypad.test.tsx.snap +0 -1913
  34. package/src/components/keypad/__tests__/__snapshots__/mobile-keypad.test.tsx.snap +0 -600
  35. package/src/components/keypad/__tests__/keypad-button.test.tsx +0 -84
  36. package/src/components/keypad/__tests__/keypad-v2-mathquill.test.tsx +0 -304
  37. package/src/components/keypad/__tests__/keypad-v2.cypress.ts +0 -16
  38. package/src/components/keypad/__tests__/keypad.test.tsx +0 -321
  39. package/src/components/keypad/__tests__/mobile-keypad.test.tsx +0 -115
  40. package/src/components/keypad/__tests__/test-data-tabs.ts +0 -21
  41. package/src/components/keypad/button-assets.tsx +0 -1880
  42. package/src/components/keypad/index.tsx +0 -2
  43. package/src/components/keypad/keypad-button.stories.tsx +0 -81
  44. package/src/components/keypad/keypad-button.tsx +0 -124
  45. package/src/components/keypad/keypad-mathquill.stories.tsx +0 -109
  46. package/src/components/keypad/keypad-pages/extras-page.tsx +0 -35
  47. package/src/components/keypad/keypad-pages/fractions-page.tsx +0 -125
  48. package/src/components/keypad/keypad-pages/geometry-page.tsx +0 -34
  49. package/src/components/keypad/keypad-pages/keypad-pages.stories.tsx +0 -37
  50. package/src/components/keypad/keypad-pages/numbers-page.tsx +0 -94
  51. package/src/components/keypad/keypad-pages/operators-page.tsx +0 -117
  52. package/src/components/keypad/keypad.tsx +0 -233
  53. package/src/components/keypad/mobile-keypad-internals.tsx +0 -240
  54. package/src/components/keypad/mobile-keypad.tsx +0 -24
  55. package/src/components/keypad/navigation-button.tsx +0 -127
  56. package/src/components/keypad/navigation-pad.stories.tsx +0 -26
  57. package/src/components/keypad/navigation-pad.tsx +0 -67
  58. package/src/components/keypad/shared-keys.tsx +0 -109
  59. package/src/components/keypad/utils.ts +0 -34
  60. package/src/components/keypad-context.tsx +0 -70
  61. package/src/components/prop-types.ts +0 -16
  62. package/src/components/tabbar/__tests__/tabbar.test.tsx +0 -105
  63. package/src/components/tabbar/icons.tsx +0 -122
  64. package/src/components/tabbar/index.ts +0 -1
  65. package/src/components/tabbar/item.tsx +0 -146
  66. package/src/components/tabbar/tabbar.stories.tsx +0 -83
  67. package/src/components/tabbar/tabbar.tsx +0 -65
  68. package/src/data/key-configs.ts +0 -770
  69. package/src/data/keys.ts +0 -123
  70. package/src/enums.ts +0 -27
  71. package/src/fake-react-native-web/index.ts +0 -11
  72. package/src/fake-react-native-web/text.tsx +0 -55
  73. package/src/fake-react-native-web/view.tsx +0 -91
  74. package/src/full-keypad.stories.tsx +0 -142
  75. package/src/full-mobile-input.stories.tsx +0 -115
  76. package/src/index.ts +0 -52
  77. package/src/types.ts +0 -70
  78. package/src/utils.test.ts +0 -33
  79. package/src/utils.ts +0 -61
  80. package/src/version.ts +0 -10
  81. package/tsconfig-build.json +0 -11
  82. package/tsconfig-build.tsbuildinfo +0 -1
@@ -1,1913 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`keypad should snapshot expanded: first render 1`] = `
4
- <div>
5
- <div
6
- class="default_xu2jcg-o_O-keypadOuterContainer_5kaapu"
7
- >
8
- <div
9
- class="default_xu2jcg-o_O-wrapper_144oaus-o_O-expandedWrapper_ykafj"
10
- >
11
- <div
12
- class="default_xu2jcg-o_O-tabbar_721koc"
13
- role="tablist"
14
- >
15
- <div
16
- class="default_xu2jcg-o_O-pages_cjo0m2"
17
- >
18
- <button
19
- aria-disabled="false"
20
- aria-label="Numbers"
21
- aria-selected="true"
22
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
23
- role="tab"
24
- type="button"
25
- >
26
- <div
27
- class="default_xu2jcg-o_O-base_1pupywz"
28
- >
29
- <div
30
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
31
- >
32
- <svg
33
- fill="none"
34
- height="32"
35
- viewBox="0 0 32 32"
36
- width="32"
37
- xmlns="http://www.w3.org/2000/svg"
38
- >
39
- <path
40
- d="M10.4123 19.5794v1.421H4.71434v-1.421h2.016v-5.558c0-.1213.00233-.245.007-.371.00466-.126.01166-.2543.021-.385l-1.33 1.106c-.09334.07-.18434.1144-.273.133-.08867.0187-.17267.021-.252.007-.07934-.0186-.14934-.0466-.21-.084-.06067-.042-.10734-.084-.14-.126l-.609-.819 3.122-2.646h1.589v8.743h1.75696zm8.3801-.35c.21 0 .3734.0584.49.175.1214.1167.182.2707.182.462v1.134h-7.042v-.63c0-.1213.0257-.252.077-.392.0514-.1446.1377-.2753.259-.392l3.01-3.017c.2567-.2566.483-.5016.679-.735.196-.238.3594-.469.49-.693.1307-.2286.2287-.4596.294-.693.0654-.2333.098-.4783.098-.735 0-.4526-.1166-.7956-.35-1.029-.2333-.238-.5623-.357-.987-.357-.1866 0-.3593.028-.518.084-.154.0514-.294.1237-.42.217-.1213.0934-.2263.203-.315.329-.0886.126-.154.2637-.196.413-.084.2334-.1983.3897-.343.469-.14.0747-.3406.091-.602.049l-1.022-.182c.0747-.4946.2147-.9286.42-1.302.2054-.3733.462-.6836.77-.931.308-.2473.6604-.4316 1.057-.553.3967-.126.8237-.189 1.281-.189.4807 0 .917.0724 1.309.217.3967.14.735.3384 1.015.595.28.252.497.5577.651.917.154.3594.231.756.231 1.19 0 .3734-.0536.7187-.161 1.036-.1073.3174-.2543.6207-.441.91-.182.2847-.3943.5624-.637.833-.2426.2707-.4993.5437-.77.819l-2.156 2.205c.238-.07.4737-.1236.707-.161.2334-.042.4527-.063.658-.063h2.282zm2.6611-5.523c.0747-.4946.2147-.9286.42-1.302.2054-.3733.462-.6836.77-.931.308-.2473.658-.4316 1.05-.553.3967-.126.8237-.189 1.281-.189.4854 0 .9194.07 1.302.21.3874.1354.714.322.98.56.266.238.469.5157.609.833.1447.3174.217.658.217 1.022 0 .322-.035.6067-.105.854-.0653.2427-.1656.455-.301.637-.1306.182-.294.336-.49.462-.1913.126-.413.231-.665.315 1.1667.3827 1.75 1.1597 1.75 2.331 0 .518-.0956.9754-.287 1.372-.1913.392-.448.721-.77.987s-.6976.4667-1.127.602c-.4246.1307-.8703.196-1.337.196-.4946 0-.931-.056-1.309-.168-.378-.112-.7116-.28-1.001-.504-.2846-.224-.5296-.504-.735-.84-.2053-.3406-.385-.7373-.539-1.19l.854-.35c.224-.0933.4317-.119.623-.077.196.042.336.1447.42.308.0934.1774.1914.3407.294.49.1074.1494.2264.28.357.392.1307.1074.2777.1914.441.252.168.0607.3594.091.574.091.2707 0 .5064-.0443.707-.133.2007-.0886.3687-.203.504-.343.1354-.1446.2357-.3056.301-.483.07-.182.105-.3616.105-.539 0-.2333-.021-.4433-.063-.63-.042-.1913-.14-.3523-.294-.483-.1493-.1353-.3733-.238-.672-.308-.294-.0746-.6953-.112-1.204-.112v-1.358c.4247 0 .7724-.035 1.043-.105.2707-.07.483-.168.637-.294.154-.126.259-.2776.315-.455.0607-.1773.091-.371.091-.581 0-.4433-.1166-.7816-.35-1.015-.2286-.2333-.5553-.35-.98-.35-.1866 0-.3593.028-.518.084-.154.0514-.294.1237-.42.217-.1213.0934-.2263.203-.315.329-.0886.126-.154.2637-.196.413-.0886.2334-.203.3897-.343.469-.14.0747-.343.091-.609.049l-1.015-.182z"
41
- fill="#1865f2"
42
- />
43
- </svg>
44
- </div>
45
- <div
46
- class="default_xu2jcg-o_O-activeIndicator_1hljhxh-o_O-inlineStyles_14jsc6v"
47
- />
48
- </div>
49
- </button>
50
- <button
51
- aria-disabled="false"
52
- aria-label="Operators"
53
- aria-selected="false"
54
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
55
- role="tab"
56
- type="button"
57
- >
58
- <div
59
- class="default_xu2jcg-o_O-base_1pupywz"
60
- >
61
- <div
62
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
63
- >
64
- <svg
65
- fill="none"
66
- height="32"
67
- viewBox="0 0 32 32"
68
- width="32"
69
- xmlns="http://www.w3.org/2000/svg"
70
- >
71
- <path
72
- clip-rule="evenodd"
73
- d="M29 6h1v1h-1V6zm-2 0c0-1.10457.8954-2 2-2h1c1.1046 0 2 .89543 2 2v1c0 1.10457-.8954 2-2 2h-1c-1.1046 0-2-.89543-2-2V6zm-15.8682.50386C11.3098 6.19229 11.6411 6 12 6h2c.5523 0 1 .44772 1 1s-.4477 1-1 1h-1.4197l-3.71206 6.4961c-.18297.3202-.52733.5137-.89599.5035-.36865-.0102-.70175-.2225-.86668-.5524l-2-4c-.24699-.49396-.04676-1.09464.44722-1.34163.49397-.24699 1.09465-.04676 1.34164.44722L8.0588 11.8815l3.073-5.37764zM7.70676 16.2925c.39072.3904.39103 1.0235.00069 1.4143-.42202.4224-.86362 1.0235-1.19588 1.659C6.17039 20.0184 6 20.601 6 21c0 .3789.17235.9897.51638 1.6649.33677.661.7685 1.2472 1.15148 1.5908.41106.3689.44528 1.0011.07643 1.4122-.36885.411-1.00109.4452-1.41215.0764-.61604-.5528-1.18431-1.3599-1.5978-2.1715C4.32813 22.7755 3.99999 21.8345 4 21c.00001-.8609.3301-1.7783.73917-2.5608.41798-.7995.97637-1.5684 1.55338-2.146.39033-.3907 1.0235-.391 1.41421-.0007zm3.58644 0c.3908-.3903 1.0239-.39 1.4143.0007.577.5776 1.1353 1.3465 1.5533 2.146C14.6699 19.2217 15 20.1391 15 21c0 .8345-.3281 1.7755-.7343 2.5728-.4135.8116-.9818 1.6187-1.5978 2.1715-.4111.3688-1.0433.3346-1.4122-.0764-.3688-.4111-.3346-1.0433.0764-1.4122.383-.3436.8148-.9298 1.1515-1.5908.344-.6752.5164-1.286.5164-1.6649 0-.399-.1704-.9816-.5116-1.6342-.3322-.6355-.7738-1.2366-1.1959-1.659-.3903-.3908-.39-1.0239.0007-1.4143zm16.6431 1.3564c.1939.5171-.0681 1.0935-.5852 1.2874L21.848 21l5.5031 2.0637c.5171.1939.7791.7703.5852 1.2874-.1939.5171-.7703.7791-1.2874.5852l-8-3C18.2586 21.79 18 21.4168 18 21c0-.4168.2586-.79.6489-.9363l8-3c.5171-.1939 1.0935.0681 1.2874.5852zM21 8v5h3V8h-3zm-1-2c-.5523 0-1 .44772-1 1v7c0 .5523.4477 1 1 1h5c.5523 0 1-.4477 1-1V7c0-.55228-.4477-1-1-1h-5z"
74
- fill="rgba(33,36,44,0.64)"
75
- fill-rule="evenodd"
76
- />
77
- </svg>
78
- </div>
79
- </div>
80
- </button>
81
- <button
82
- aria-disabled="false"
83
- aria-label="Geometry"
84
- aria-selected="false"
85
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
86
- role="tab"
87
- type="button"
88
- >
89
- <div
90
- class="default_xu2jcg-o_O-base_1pupywz"
91
- >
92
- <div
93
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
94
- >
95
- <svg
96
- fill="none"
97
- height="32"
98
- viewBox="0 0 32 32"
99
- width="32"
100
- xmlns="http://www.w3.org/2000/svg"
101
- >
102
- <path
103
- clip-rule="evenodd"
104
- d="M7.57584 7.09442c.35139-.16458.76626-.11103 1.06434.13737L26.6402 22.2318c.3234.2695.4434.7128.3001 1.1086C26.7969 23.7363 26.421 24 26 24H8c-.55228 0-1-.4477-1-1V8.00001c0-.38802.22446-.74101.57584-.90559zM9 10.1351V17h4c.5523 0 1 .4477 1 1v4h9.238L9 10.1351zM12 22v-3H9v3h3z"
105
- fill="rgba(33,36,44,0.64)"
106
- fill-rule="evenodd"
107
- />
108
- </svg>
109
- </div>
110
- </div>
111
- </button>
112
- <button
113
- aria-disabled="false"
114
- aria-label="Extras"
115
- aria-selected="false"
116
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
117
- role="tab"
118
- type="button"
119
- >
120
- <div
121
- class="default_xu2jcg-o_O-base_1pupywz"
122
- >
123
- <div
124
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
125
- >
126
- <svg
127
- fill="none"
128
- height="32"
129
- viewBox="0 0 32 32"
130
- width="32"
131
- xmlns="http://www.w3.org/2000/svg"
132
- >
133
- <g
134
- clip-path="url(#a)"
135
- >
136
- <path
137
- clip-rule="evenodd"
138
- d="M6.127 10.454c.224-.032.403-.05.53-.05.591 0 1.137.153 1.63.459.398.239.713.529.94.872l.188-.248.005-.007.006-.006c.619-.703 1.347-1.07 2.178-1.07.691 0 1.269.204 1.71.626.454.403.686.91.686 1.51 0 .533-.156.994-.476 1.37-.312.383-.738.574-1.254.574-.345 0-.643-.101-.878-.317a1.1 1.1 0 0 1-.353-.843c0-.405.11-.76.342-1.051.153-.193.354-.352.596-.479a1.416 1.416 0 0 0-.492-.07c-.195 0-.316.016-.38.035-.53.226-.938.694-1.208 1.445l-.001.003c-.02.05-.085.289-.202.74-.115.443-.275 1.077-.481 1.901-.414 1.641-.633 2.547-.662 2.74l-.002.01a3.423 3.423 0 0 0-.067.673c0 .337.097.581.272.756.176.177.413.272.733.272.6 0 1.15-.247 1.657-.768.518-.549.864-1.146 1.044-1.791l.001-.004a1.2 1.2 0 0 1 .088-.224.368.368 0 0 1 .161-.164.564.564 0 0 1 .198-.056 2.19 2.19 0 0 1 .276-.014c.159 0 .305.016.42.064.059.025.12.063.167.122.05.063.073.137.073.213 0 .023-.004.048-.005.057a12.52 12.52 0 0 1-.046.245l-.004.015c-.281 1.026-.86 1.917-1.73 2.67l-.007.007c-.776.611-1.605.925-2.484.925-1.08 0-1.93-.45-2.53-1.33-.453.605-1.015 1.024-1.685 1.248l-.01.003-.011.002a3.23 3.23 0 0 1-.664.053c-.974 0-1.703-.35-2.13-1.078A2.05 2.05 0 0 1 2 19.437c0-.52.158-.975.478-1.349.326-.38.749-.572 1.252-.572.372 0 .69.091.913.31.224.218.318.531.318.898 0 .327-.078.621-.241.874a1.706 1.706 0 0 1-.707.597l-.018.009c.158.063.331.095.52.095.467 0 .902-.285 1.295-.966l.002-.005c.071-.115.185-.417.341-.938.154-.51.341-1.209.563-2.096v-.002c.095-.364.198-.767.31-1.21.11-.444.188-.78.235-1.014l.002-.013c.058-.216.098-.36.119-.425.077-.42.113-.709.113-.877 0-.342-.092-.588-.254-.762-.159-.171-.384-.267-.704-.267-.652 0-1.217.251-1.704.768l-.002.002A4.215 4.215 0 0 0 3.79 14.28a1.084 1.084 0 0 1-.065.207.41.41 0 0 1-.14.176l-.01.007-.012.006a.35.35 0 0 1-.104.03 1.16 1.16 0 0 1-.095.01 5.04 5.04 0 0 1-.275.006H2.67l-.061-.061c-.109-.11-.204-.247-.204-.41v-.015l.003-.015c.07-.472.335-1.05.768-1.723l.001-.002c.771-1.165 1.754-1.857 2.949-2.042h.002Z"
139
- fill="rgba(33,36,44,0.64)"
140
- fill-rule="evenodd"
141
- />
142
- <path
143
- d="M21.084 10.284c.932-.008 2.301-.013 4.107-.013 1.325 0 2.327.003 3.007.007a75.812 75.812 0 0 1 .99.013c.025 0 .047.002.065.003h.002c.01 0 .04.003.067.01l.01.002.011.004c.201.07.37.183.488.347a.966.966 0 0 1 .169.574c0 .3-.078.568-.248.79-.168.221-.411.377-.708.479h-.002a1.01 1.01 0 0 1-.221.034 8.213 8.213 0 0 1-.35.016c-.29.008-.696.012-1.219.012h-1.39l-.038.223v.001c-.198 1.185-.295 2.156-.295 2.916 0 1.446.251 2.746.75 3.905l.004.007c.059.153.105.284.137.393.03.103.053.205.053.29 0 .359-.16.68-.44.961-.278.296-.63.445-1.041.445-.255 0-.492-.03-.654-.139l-.009-.006-.008-.006c-.126-.101-.236-.274-.338-.477l-.006-.012c-.331-.768-.49-1.722-.49-2.852 0-.595.007-1.002.025-1.212v-.005c.118-1.157.377-2.551.776-4.18v-.002c.024-.096.045-.18.061-.25h-1.948c-.008.038-.02.086-.034.143l-.002.007a35.14 35.14 0 0 0-.146.537c-.05.232-.1.448-.15.648v.001a230.673 230.673 0 0 1-1.312 4.936 41.285 41.285 0 0 1-.411 1.384c-.104.322-.19.557-.256.681-.115.262-.28.473-.5.617-.225.146-.49.212-.783.212-.449 0-.807-.173-1.006-.549l-.006-.011-.005-.012a1.37 1.37 0 0 1-.067-.486v-.326l.346-.745c1.24-2.61 2.136-4.858 2.695-6.747l.002-.008.094-.281h-.463c-.662 0-1.105.025-1.346.07-.198.04-.47.173-.824.43l-.007.005-.007.005c-.366.228-.69.542-.97.947-.044.069-.085.13-.125.18a.651.651 0 0 1-.141.136l-.027.017-.03.01a.8.8 0 0 1-.19.03c-.07.005-.156.008-.258.008-.17 0-.335-.021-.465-.09a.437.437 0 0 1-.216-.546c.014-.042.034-.086.057-.132.047-.093.113-.208.198-.343l.003-.005c1.147-1.745 2.311-2.774 3.508-2.96a2.345 2.345 0 0 1 .158-.015 60.295 60.295 0 0 1 1.369-.026Z"
144
- fill="rgba(33,36,44,0.64)"
145
- />
146
- </g>
147
- <defs>
148
- <clippath
149
- id="a"
150
- >
151
- <path
152
- d="M0 0h28v11.457H0z"
153
- fill="#fff"
154
- transform="translate(2 10.271)"
155
- />
156
- </clippath>
157
- </defs>
158
- </svg>
159
- </div>
160
- </div>
161
- </button>
162
- </div>
163
- <div
164
- class="default_xu2jcg"
165
- />
166
- </div>
167
- <div
168
- class="default_xu2jcg-o_O-keypadInnerContainer_uc6399"
169
- >
170
- <div
171
- aria-label="Keypad"
172
- class="default_xu2jcg-o_O-keypadGrid_ztxlrb-o_O-expressionGrid_1fuqhx9"
173
- tabindex="0"
174
- >
175
- <div
176
- class="default_xu2jcg-o_O-inlineStyles_1c2q4k1"
177
- data-test-id="NUM_1"
178
- >
179
- <button
180
- aria-disabled="false"
181
- aria-label="1"
182
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
183
- type="button"
184
- >
185
- <div
186
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
187
- >
188
- <div
189
- class="default_xu2jcg-o_O-base_7gd6lb"
190
- >
191
- <svg
192
- fill="none"
193
- height="40"
194
- viewBox="0 0 40 40"
195
- width="40"
196
- xmlns="http://www.w3.org/2000/svg"
197
- >
198
- <path
199
- d="M25.363 27.0441v1.956h-9.42v-1.956h3.6v-10.824c0-.384.012-.776.036-1.176l-2.772 2.34c-.12.096-.244.16-.372.192-.12.024-.236.024-.348 0-.104-.024-.2-.06-.288-.108-.08-.056-.144-.116-.192-.18l-.804-1.128 5.208-4.476h2.1v15.36h3.252z"
200
- fill="#21242C"
201
- />
202
- </svg>
203
- </div>
204
- </div>
205
- </button>
206
- </div>
207
- <div
208
- class="default_xu2jcg-o_O-inlineStyles_4h080i"
209
- data-test-id="NUM_2"
210
- >
211
- <button
212
- aria-disabled="false"
213
- aria-label="2"
214
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
215
- type="button"
216
- >
217
- <div
218
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
219
- >
220
- <div
221
- class="default_xu2jcg-o_O-base_7gd6lb"
222
- >
223
- <svg
224
- fill="none"
225
- height="40"
226
- viewBox="0 0 40 40"
227
- width="40"
228
- xmlns="http://www.w3.org/2000/svg"
229
- >
230
- <path
231
- d="M24.8471 26.5638c.28 0 .5.084.66.252.16.16.24.368.24.624v1.56h-11.688v-.876c0-.176.036-.36.108-.552.072-.192.188-.368.348-.528l5.376-5.388c.456-.456.86-.892 1.212-1.308.36-.416.664-.832.912-1.248.256-.416.448-.836.576-1.26.136-.432.204-.884.204-1.356 0-.456-.072-.856-.216-1.2-.136-.352-.328-.64-.576-.864-.24-.232-.532-.404-.876-.516-.336-.12-.708-.18-1.116-.18-.392 0-.756.056-1.092.168-.328.112-.624.268-.888.468-.256.2-.472.44-.648.72-.168.272-.292.572-.372.9-.12.328-.276.548-.468.66-.184.112-.456.136-.816.072l-1.356-.24c.12-.816.344-1.532.672-2.148.336-.616.756-1.128 1.26-1.536.504-.416 1.08-.728 1.728-.936.656-.216 1.364-.324 2.124-.324.768 0 1.472.116 2.112.348.648.224 1.204.548 1.668.972.472.416.84.924 1.104 1.524.264.6.396 1.276.396 2.028 0 .64-.096 1.232-.288 1.776-.184.544-.436 1.064-.756 1.56s-.696.98-1.128 1.452c-.424.464-.872.936-1.344 1.416l-4.176 4.272c.344-.096.688-.172 1.032-.228.352-.056.684-.084.996-.084h5.076z"
232
- fill="#21242C"
233
- />
234
- </svg>
235
- </div>
236
- </div>
237
- </button>
238
- </div>
239
- <div
240
- class="default_xu2jcg-o_O-inlineStyles_ei5lhv"
241
- data-test-id="NUM_3"
242
- >
243
- <button
244
- aria-disabled="false"
245
- aria-label="3"
246
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
247
- type="button"
248
- >
249
- <div
250
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
251
- >
252
- <div
253
- class="default_xu2jcg-o_O-base_7gd6lb"
254
- >
255
- <svg
256
- fill="none"
257
- height="40"
258
- viewBox="0 0 40 40"
259
- width="40"
260
- xmlns="http://www.w3.org/2000/svg"
261
- >
262
- <path
263
- d="M14.4552 16.4718c.12-.816.344-1.532.672-2.148.336-.616.756-1.128 1.26-1.536.504-.416 1.08-.728 1.728-.936.656-.216 1.364-.324 2.124-.324.768 0 1.464.112 2.088.336.632.216 1.172.52 1.62.912.456.392.804.86 1.044 1.404.248.544.372 1.14.372 1.788 0 .552-.068 1.04-.204 1.464-.128.416-.316.784-.564 1.104-.24.32-.536.588-.888.804-.352.216-.748.396-1.188.54 1.072.312 1.876.812 2.412 1.5.536.68.804 1.536.804 2.568 0 .832-.156 1.572-.468 2.22-.312.648-.736 1.196-1.272 1.644-.528.448-1.148.792-1.86 1.032-.704.232-1.452.348-2.244.348-.888 0-1.656-.104-2.304-.312-.648-.216-1.208-.52-1.68-.912-.464-.4-.852-.88-1.164-1.44-.312-.56-.576-1.188-.792-1.884l1.116-.468c.296-.128.576-.164.84-.108.272.056.468.204.588.444.128.256.272.532.432.828.16.288.364.556.612.804.256.24.568.444.936.612.376.16.836.24 1.38.24.552 0 1.032-.088 1.44-.264.416-.184.76-.416 1.032-.696.28-.288.488-.608.624-.96s.204-.7.204-1.044c0-.432-.052-.828-.156-1.188-.104-.368-.308-.68-.612-.936-.296-.256-.72-.456-1.272-.6-.544-.152-1.26-.228-2.148-.228v-1.86c.728-.008 1.34-.08 1.836-.216.504-.144.904-.336 1.2-.576.304-.248.52-.544.648-.888.136-.344.204-.72.204-1.128 0-.44-.068-.828-.204-1.164-.136-.336-.328-.616-.576-.84-.24-.232-.528-.404-.864-.516-.336-.112-.708-.168-1.116-.168-.392 0-.756.056-1.092.168-.328.112-.624.268-.888.468-.256.2-.472.44-.648.72-.176.272-.304.572-.384.9-.112.328-.264.548-.456.66-.184.112-.456.136-.816.072l-1.356-.24z"
264
- fill="#21242C"
265
- />
266
- </svg>
267
- </div>
268
- </div>
269
- </button>
270
- </div>
271
- <div
272
- class="default_xu2jcg-o_O-inlineStyles_1drshe8"
273
- data-test-id="NUM_4"
274
- >
275
- <button
276
- aria-disabled="false"
277
- aria-label="4"
278
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
279
- type="button"
280
- >
281
- <div
282
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
283
- >
284
- <div
285
- class="default_xu2jcg-o_O-base_7gd6lb"
286
- >
287
- <svg
288
- fill="none"
289
- height="40"
290
- viewBox="0 0 40 40"
291
- width="40"
292
- xmlns="http://www.w3.org/2000/svg"
293
- >
294
- <path
295
- d="M21.691 22.616v-6.312c0-.504.036-1.056.108-1.656l-5.808 7.968h5.7zm4.632 0v1.488c0 .144-.048.268-.144.372-.088.104-.224.156-.408.156h-1.836V29h-2.244v-4.368h-7.476c-.184 0-.344-.052-.48-.156-.128-.112-.212-.248-.252-.408l-.264-1.32 8.292-11.04h2.424v10.908h2.388z"
296
- fill="#21242C"
297
- />
298
- </svg>
299
- </div>
300
- </div>
301
- </button>
302
- </div>
303
- <div
304
- class="default_xu2jcg-o_O-inlineStyles_1j1cer"
305
- data-test-id="NUM_5"
306
- >
307
- <button
308
- aria-disabled="false"
309
- aria-label="5"
310
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
311
- type="button"
312
- >
313
- <div
314
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
315
- >
316
- <div
317
- class="default_xu2jcg-o_O-base_7gd6lb"
318
- >
319
- <svg
320
- fill="none"
321
- height="40"
322
- viewBox="0 0 40 40"
323
- width="40"
324
- xmlns="http://www.w3.org/2000/svg"
325
- >
326
- <path
327
- d="M17.6591 18.1042c.416-.088.812-.152 1.188-.192.384-.04.752-.06 1.104-.06.904 0 1.7.136 2.388.408.696.264 1.276.632 1.74 1.104.472.472.824 1.028 1.056 1.668.24.632.36 1.32.36 2.064 0 .92-.16 1.756-.48 2.508-.32.752-.764 1.396-1.332 1.932-.568.528-1.24.936-2.016 1.224-.768.288-1.6.432-2.496.432-.528 0-1.032-.052-1.512-.156-.472-.104-.916-.244-1.332-.42-.416-.184-.8-.392-1.152-.624-.352-.24-.668-.488-.948-.744l.792-1.104c.168-.24.392-.36.672-.36.176 0 .368.064.576.192.208.128.448.268.72.42.28.144.608.28.984.408.376.128.824.192 1.344.192.568 0 1.076-.092 1.524-.276.448-.184.824-.44 1.128-.768.312-.336.548-.736.708-1.2.16-.464.24-.972.24-1.524 0-.504-.076-.956-.228-1.356-.144-.4-.364-.74-.66-1.02-.288-.28-.652-.492-1.092-.636-.44-.152-.948-.228-1.524-.228-.424 0-.86.036-1.308.108-.44.072-.888.184-1.344.336l-1.608-.456 1.416-8.256h8.364v1.116c0 .368-.116.668-.348.9-.232.232-.62.348-1.164.348h-5.064l-.696 4.02z"
328
- fill="#21242C"
329
- />
330
- </svg>
331
- </div>
332
- </div>
333
- </button>
334
- </div>
335
- <div
336
- class="default_xu2jcg-o_O-inlineStyles_1qj00wi"
337
- data-test-id="NUM_6"
338
- >
339
- <button
340
- aria-disabled="false"
341
- aria-label="6"
342
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
343
- type="button"
344
- >
345
- <div
346
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
347
- >
348
- <div
349
- class="default_xu2jcg-o_O-base_7gd6lb"
350
- >
351
- <svg
352
- fill="none"
353
- height="40"
354
- viewBox="0 0 40 40"
355
- width="40"
356
- xmlns="http://www.w3.org/2000/svg"
357
- >
358
- <path
359
- d="M19.975 27.0562c.52 0 .996-.084 1.428-.252.432-.176.8-.416 1.104-.72.312-.304.552-.664.72-1.08.168-.416.252-.868.252-1.356 0-.528-.084-1-.252-1.416-.16-.424-.392-.78-.696-1.068-.296-.288-.656-.508-1.08-.66-.416-.16-.876-.24-1.38-.24-.52 0-.992.088-1.416.264-.416.176-.772.416-1.068.72-.296.304-.524.66-.684 1.068-.16.408-.24.84-.24 1.296 0 .512.072.98.216 1.404.144.424.356.788.636 1.092.28.296.624.528 1.032.696.416.168.892.252 1.428.252zm-.948-8.976c-.128.16-.252.312-.372.456l-.336.432c.368-.208.772-.372 1.212-.492.44-.12.912-.18 1.416-.18.672 0 1.316.112 1.932.336.616.216 1.156.544 1.62.984.472.432.848.972 1.128 1.62.28.64.42 1.38.42 2.22 0 .8-.148 1.548-.444 2.244-.288.696-.696 1.304-1.224 1.824-.528.512-1.164.92-1.908 1.224-.736.296-1.552.444-2.448.444-.896 0-1.704-.144-2.424-.432-.72-.288-1.336-.692-1.848-1.212-.504-.528-.892-1.16-1.164-1.896-.272-.736-.408-1.556-.408-2.46 0-.784.168-1.604.504-2.46.336-.856.856-1.756 1.56-2.7l4.248-5.7c.128-.168.312-.312.552-.432.248-.12.524-.18.828-.18h2.28l-5.124 6.36z"
360
- fill="#21242C"
361
- />
362
- </svg>
363
- </div>
364
- </div>
365
- </button>
366
- </div>
367
- <div
368
- class="default_xu2jcg-o_O-inlineStyles_1o7q2hf"
369
- data-test-id="NUM_7"
370
- >
371
- <button
372
- aria-disabled="false"
373
- aria-label="7"
374
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
375
- type="button"
376
- >
377
- <div
378
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
379
- >
380
- <div
381
- class="default_xu2jcg-o_O-base_7gd6lb"
382
- >
383
- <svg
384
- fill="none"
385
- height="40"
386
- viewBox="0 0 40 40"
387
- width="40"
388
- xmlns="http://www.w3.org/2000/svg"
389
- >
390
- <path
391
- d="M26.083 11.7202v1.14c0 .336-.036.608-.108.816-.072.208-.144.384-.216.528l-6.828 13.896c-.12.256-.292.472-.516.648-.216.168-.504.252-.864.252h-1.86l6.96-13.668c.128-.248.256-.472.384-.672.128-.2.272-.392.432-.576h-8.628c-.16 0-.3-.06-.42-.18-.12-.128-.18-.272-.18-.432v-1.752h11.844z"
392
- fill="#21242C"
393
- />
394
- </svg>
395
- </div>
396
- </div>
397
- </button>
398
- </div>
399
- <div
400
- class="default_xu2jcg-o_O-inlineStyles_11fd5hs"
401
- data-test-id="NUM_8"
402
- >
403
- <button
404
- aria-disabled="false"
405
- aria-label="8"
406
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
407
- type="button"
408
- >
409
- <div
410
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
411
- >
412
- <div
413
- class="default_xu2jcg-o_O-base_7gd6lb"
414
- >
415
- <svg
416
- fill="none"
417
- height="40"
418
- viewBox="0 0 40 40"
419
- width="40"
420
- xmlns="http://www.w3.org/2000/svg"
421
- >
422
- <path
423
- d="M19.999 27.1518c.52 0 .984-.072 1.392-.216.408-.152.748-.36 1.02-.624.28-.272.492-.592.636-.96.144-.368.216-.768.216-1.2 0-.528-.084-.984-.252-1.368-.16-.384-.388-.7-.684-.948-.288-.256-.632-.444-1.032-.564-.4-.128-.832-.192-1.296-.192-.464 0-.896.064-1.296.192-.4.12-.748.308-1.044.564-.288.248-.516.564-.684.948-.16.384-.24.84-.24 1.368 0 .432.072.832.216 1.2.144.368.352.688.624.96.28.264.624.472 1.032.624.408.144.872.216 1.392.216zm0-13.644c-.472 0-.888.072-1.248.216-.352.144-.644.336-.876.576-.232.24-.408.524-.528.852-.112.32-.168.66-.168 1.02s.048.712.144 1.056c.104.344.264.652.48.924.224.264.516.476.876.636.36.16.8.24 1.32.24s.96-.08 1.32-.24c.36-.16.648-.372.864-.636.224-.272.384-.58.48-.924.104-.344.156-.696.156-1.056 0-.36-.06-.7-.18-1.02-.112-.328-.288-.612-.528-.852-.232-.24-.524-.432-.876-.576-.352-.144-.764-.216-1.236-.216zm2.724 6.48c1.064.328 1.86.848 2.388 1.56.536.712.804 1.596.804 2.652 0 .76-.144 1.448-.432 2.064-.288.616-.692 1.14-1.212 1.572-.52.432-1.144.768-1.872 1.008-.72.232-1.52.348-2.4.348-.88 0-1.684-.116-2.412-.348-.72-.24-1.34-.576-1.86-1.008-.52-.432-.924-.956-1.212-1.572-.288-.616-.432-1.304-.432-2.064 0-1.056.264-1.94.792-2.652.536-.712 1.336-1.232 2.4-1.56-.864-.344-1.516-.844-1.956-1.5-.432-.656-.648-1.444-.648-2.364 0-.648.128-1.252.384-1.812s.616-1.044 1.08-1.452c.472-.416 1.036-.74 1.692-.972.656-.24 1.38-.36 2.172-.36.792 0 1.512.12 2.16.36.656.232 1.216.556 1.68.972.472.408.836.892 1.092 1.452.264.56.396 1.164.396 1.812 0 .92-.22 1.708-.66 2.364-.432.656-1.08 1.156-1.944 1.5z"
424
- fill="#21242C"
425
- />
426
- </svg>
427
- </div>
428
- </div>
429
- </button>
430
- </div>
431
- <div
432
- class="default_xu2jcg-o_O-inlineStyles_mr6jkh"
433
- data-test-id="NUM_9"
434
- >
435
- <button
436
- aria-disabled="false"
437
- aria-label="9"
438
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
439
- type="button"
440
- >
441
- <div
442
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
443
- >
444
- <div
445
- class="default_xu2jcg-o_O-base_7gd6lb"
446
- >
447
- <svg
448
- fill="none"
449
- height="40"
450
- viewBox="0 0 40 40"
451
- width="40"
452
- xmlns="http://www.w3.org/2000/svg"
453
- >
454
- <path
455
- d="M16.735 16.8558c0 1.024.272 1.812.816 2.364.552.544 1.32.816 2.304.816.528 0 .992-.084 1.392-.252.408-.168.752-.392 1.032-.672.28-.288.492-.62.636-.996.144-.384.216-.792.216-1.224 0-.504-.08-.952-.24-1.344-.152-.4-.372-.74-.66-1.02-.28-.28-.616-.492-1.008-.636-.392-.152-.82-.228-1.284-.228-.488 0-.928.08-1.32.24-.392.16-.728.384-1.008.672-.28.28-.496.616-.648 1.008-.152.384-.228.808-.228 1.272zm4.428 5.364c.16-.2.308-.388.444-.564.136-.184.264-.368.384-.552-.416.296-.88.524-1.392.684-.512.152-1.056.228-1.632.228-.624 0-1.224-.104-1.8-.312-.576-.216-1.088-.532-1.536-.948-.448-.424-.808-.944-1.08-1.56-.264-.624-.396-1.34-.396-2.148 0-.76.14-1.476.42-2.148.288-.672.688-1.256 1.2-1.752.512-.504 1.124-.9 1.836-1.188.712-.288 1.5-.432 2.364-.432.856 0 1.632.14 2.328.42.696.272 1.288.66 1.776 1.164.488.496.864 1.092 1.128 1.788.264.688.396 1.448.396 2.28 0 .52-.048 1.012-.144 1.476-.088.464-.22.916-.396 1.356-.168.432-.376.86-.624 1.284-.24.416-.512.84-.816 1.272l-4.068 5.832c-.12.176-.3.32-.54.432-.232.112-.496.168-.792.168h-2.364l5.304-6.78z"
456
- fill="#21242C"
457
- />
458
- </svg>
459
- </div>
460
- </div>
461
- </button>
462
- </div>
463
- <div
464
- class="default_xu2jcg-o_O-inlineStyles_xra0eu"
465
- data-test-id="NUM_0"
466
- >
467
- <button
468
- aria-disabled="false"
469
- aria-label="0"
470
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
471
- type="button"
472
- >
473
- <div
474
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
475
- >
476
- <div
477
- class="default_xu2jcg-o_O-base_7gd6lb"
478
- >
479
- <svg
480
- fill="none"
481
- height="40"
482
- viewBox="0 0 40 40"
483
- width="40"
484
- xmlns="http://www.w3.org/2000/svg"
485
- >
486
- <path
487
- d="M26.299 20.3598c0 1.512-.164 2.82-.492 3.924-.32 1.104-.764 2.02-1.332 2.748-.568.728-1.236 1.268-2.004 1.62-.768.352-1.596.528-2.484.528-.888 0-1.716-.176-2.484-.528-.768-.352-1.436-.892-2.004-1.62-.56-.728-1-1.644-1.32-2.748-.32-1.104-.48-2.412-.48-3.924s.16-2.82.48-3.924c.32-1.112.76-2.028 1.32-2.748.568-.728 1.236-1.268 2.004-1.62.768-.36 1.596-.54 2.484-.54.888 0 1.716.18 2.484.54.768.352 1.436.892 2.004 1.62.568.72 1.012 1.636 1.332 2.748.328 1.104.492 2.412.492 3.924zm-2.664 0c0-1.28-.104-2.344-.312-3.192-.2-.856-.468-1.54-.804-2.052s-.724-.876-1.164-1.092c-.44-.216-.896-.324-1.368-.324-.48 0-.94.108-1.38.324-.432.216-.816.58-1.152 1.092-.336.512-.604 1.196-.804 2.052-.2.848-.3 1.912-.3 3.192 0 1.28.1 2.348.3 3.204.2.848.468 1.528.804 2.04s.72.876 1.152 1.092c.44.216.9.324 1.38.324.472 0 .928-.108 1.368-.324.44-.216.828-.58 1.164-1.092.336-.512.604-1.192.804-2.04.208-.856.312-1.924.312-3.204z"
488
- fill="#21242C"
489
- />
490
- </svg>
491
- </div>
492
- </div>
493
- </button>
494
- </div>
495
- <div
496
- class="default_xu2jcg-o_O-inlineStyles_6bvuz9"
497
- data-test-id="DECIMAL"
498
- >
499
- <button
500
- aria-disabled="false"
501
- aria-label="Decimal"
502
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
503
- type="button"
504
- >
505
- <div
506
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
507
- >
508
- <div
509
- class="default_xu2jcg-o_O-base_7gd6lb"
510
- >
511
- <svg
512
- data-test-id="period-decimal"
513
- fill="none"
514
- height="40"
515
- viewBox="0 0 40 40"
516
- width="40"
517
- xmlns="http://www.w3.org/2000/svg"
518
- >
519
- <path
520
- d="M18.3401 27.512c0-.232.04-.448.12-.648.088-.208.204-.388.348-.54.152-.152.328-.272.528-.36.208-.088.428-.132.66-.132.232 0 .448.044.648.132.208.088.388.208.54.36.152.152.272.332.36.54.088.2.132.416.132.648 0 .24-.044.46-.132.66-.088.2-.208.376-.36.528-.152.152-.332.268-.54.348-.2.088-.416.132-.648.132-.232 0-.452-.044-.66-.132-.2-.08-.376-.196-.528-.348-.144-.152-.26-.328-.348-.528-.08-.2-.12-.42-.12-.66z"
521
- fill="#21242C"
522
- />
523
- </svg>
524
- </div>
525
- </div>
526
- </button>
527
- </div>
528
- <div
529
- class="default_xu2jcg-o_O-inlineStyles_l02gwk"
530
- data-test-id="NEGATIVE"
531
- >
532
- <button
533
- aria-disabled="false"
534
- aria-label="Negative"
535
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
536
- type="button"
537
- >
538
- <div
539
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
540
- >
541
- <div
542
- class="default_xu2jcg-o_O-base_7gd6lb"
543
- >
544
- <svg
545
- fill="none"
546
- height="40"
547
- viewBox="0 0 40 40"
548
- width="40"
549
- xmlns="http://www.w3.org/2000/svg"
550
- >
551
- <path
552
- clip-rule="evenodd"
553
- d="M12.9571 13.2929c.3905.3905.3905 1.0237 0 1.4142C11.6871 15.9771 11 17.9485 11 20c0 2.0515.6871 4.0229 1.9571 5.2929.3905.3905.3905 1.0237 0 1.4142-.3905.3905-1.0237.3905-1.4142 0C9.81292 24.9771 9 22.4485 9 20c0-2.4485.81292-4.9771 2.5429-6.7071.3905-.3905 1.0237-.3905 1.4142 0zM14 20c0-.5523.4477-1 1-1h10c.5523 0 1 .4477 1 1s-.4477 1-1 1H15c-.5523 0-1-.4477-1-1zm14.4571-6.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142C28.3129 15.9771 29 17.9485 29 20c0 2.0515-.6871 4.0229-1.9571 5.2929-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0C30.1871 24.9771 31 22.4485 31 20c0-2.4485-.8129-4.9771-2.5429-6.7071z"
554
- fill="#21242C"
555
- fill-rule="evenodd"
556
- />
557
- </svg>
558
- </div>
559
- </div>
560
- </button>
561
- </div>
562
- <div
563
- class="default_xu2jcg-o_O-inlineStyles_ma0as6"
564
- data-test-id="PERCENT"
565
- >
566
- <button
567
- aria-disabled="false"
568
- aria-label="Percent"
569
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
570
- type="button"
571
- >
572
- <div
573
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
574
- >
575
- <div
576
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
577
- >
578
- <svg
579
- fill="none"
580
- height="40"
581
- viewBox="0 0 40 40"
582
- width="40"
583
- xmlns="http://www.w3.org/2000/svg"
584
- >
585
- <path
586
- clip-rule="evenodd"
587
- d="M24.447 11.106a1 1 0 0 1 .447 1.341l-8 16a1 1 0 1 1-1.788-.894l8-16a1 1 0 0 1 1.341-.447ZM15 13a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm12 10a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z"
588
- fill="currentColor"
589
- fill-rule="evenodd"
590
- />
591
- </svg>
592
- </div>
593
- </div>
594
- </button>
595
- </div>
596
- <div
597
- class="default_xu2jcg-o_O-inlineStyles_771h91"
598
- data-test-id="FRAC"
599
- >
600
- <button
601
- aria-disabled="false"
602
- aria-label="Fraction, excluding the current expression"
603
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
604
- type="button"
605
- >
606
- <div
607
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
608
- >
609
- <div
610
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
611
- >
612
- <svg
613
- fill="none"
614
- height="40"
615
- viewBox="0 0 40 40"
616
- width="40"
617
- xmlns="http://www.w3.org/2000/svg"
618
- >
619
- <path
620
- clip-rule="evenodd"
621
- d="M16 10C16 9.44772 16.4477 9 17 9H23C23.5523 9 24 9.44772 24 10V16C24 16.5523 23.5523 17 23 17H17C16.4477 17 16 16.5523 16 16V10ZM18 11H22V15H18V11ZM14 20C14 19.4477 14.4477 19 15 19H25C25.5523 19 26 19.4477 26 20C26 20.5523 25.5523 21 25 21H15C14.4477 21 14 20.5523 14 20ZM17 23C16.4477 23 16 23.4477 16 24V30C16 30.5523 16.4477 31 17 31H23C23.5523 31 24 30.5523 24 30V24C24 23.4477 23.5523 23 23 23H17ZM22 25H18V29H22V25Z"
622
- fill="#21242C"
623
- fill-rule="evenodd"
624
- />
625
- </svg>
626
- </div>
627
- </div>
628
- </button>
629
- </div>
630
- <div
631
- class="default_xu2jcg-o_O-inlineStyles_wb5o9j"
632
- data-test-id="PLUS"
633
- >
634
- <button
635
- aria-disabled="false"
636
- aria-label="Plus"
637
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
638
- type="button"
639
- >
640
- <div
641
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
642
- >
643
- <div
644
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
645
- >
646
- <svg
647
- fill="none"
648
- height="40"
649
- viewBox="0 0 40 40"
650
- width="40"
651
- xmlns="http://www.w3.org/2000/svg"
652
- >
653
- <path
654
- clip-rule="evenodd"
655
- d="M12 20c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1s-.4477 1-1 1H13c-.5523 0-1-.4477-1-1z"
656
- fill="#21242C"
657
- fill-rule="evenodd"
658
- />
659
- <path
660
- clip-rule="evenodd"
661
- d="M20 28c-.5523 0-1-.4477-1-1V13c0-.5523.4477-1 1-1s1 .4477 1 1v14c0 .5523-.4477 1-1 1z"
662
- fill="#21242C"
663
- fill-rule="evenodd"
664
- />
665
- </svg>
666
- </div>
667
- </div>
668
- </button>
669
- </div>
670
- <div
671
- class="default_xu2jcg-o_O-inlineStyles_9isr9w"
672
- data-test-id="MINUS"
673
- >
674
- <button
675
- aria-disabled="false"
676
- aria-label="Minus"
677
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
678
- type="button"
679
- >
680
- <div
681
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
682
- >
683
- <div
684
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
685
- >
686
- <svg
687
- fill="none"
688
- height="40"
689
- viewBox="0 0 40 40"
690
- width="40"
691
- xmlns="http://www.w3.org/2000/svg"
692
- >
693
- <path
694
- clip-rule="evenodd"
695
- d="M12 20c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1s-.4477 1-1 1H13c-.5523 0-1-.4477-1-1z"
696
- fill="#21242C"
697
- fill-rule="evenodd"
698
- />
699
- </svg>
700
- </div>
701
- </div>
702
- </button>
703
- </div>
704
- <div
705
- class="default_xu2jcg-o_O-inlineStyles_lv836c"
706
- data-test-id="CDOT"
707
- >
708
- <button
709
- aria-disabled="false"
710
- aria-label="Multiply"
711
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
712
- type="button"
713
- >
714
- <div
715
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
716
- >
717
- <div
718
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
719
- >
720
- <svg
721
- fill="none"
722
- height="40"
723
- viewBox="0 0 40 40"
724
- width="40"
725
- xmlns="http://www.w3.org/2000/svg"
726
- >
727
- <g
728
- clip-path="url(#clip0_874_41555)"
729
- >
730
- <circle
731
- cx="20"
732
- cy="20"
733
- fill="#21242C"
734
- r="1.5"
735
- />
736
- </g>
737
- <defs>
738
- <clippath
739
- id="clip0_874_41555"
740
- >
741
- <path
742
- d="M0 0h3v3H0z"
743
- fill="#fff"
744
- transform="translate(18.5 18.5)"
745
- />
746
- </clippath>
747
- </defs>
748
- </svg>
749
- </div>
750
- </div>
751
- </button>
752
- </div>
753
- <div
754
- class="default_xu2jcg-o_O-inlineStyles_k65qc5"
755
- data-test-id="LEFT_PAREN"
756
- >
757
- <button
758
- aria-disabled="false"
759
- aria-label="Left parenthesis"
760
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
761
- type="button"
762
- >
763
- <div
764
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
765
- >
766
- <div
767
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
768
- >
769
- <svg
770
- fill="none"
771
- height="40"
772
- viewBox="0 0 40 40"
773
- width="40"
774
- xmlns="http://www.w3.org/2000/svg"
775
- >
776
- <path
777
- clip-rule="evenodd"
778
- d="M22.6402 9.2318c.4243.35357.4816.9841.128 1.4084-4.6909 5.6292-4.6909 13.0905 0 18.7196.3536.4243.2963 1.0549-.128 1.4084-.4243.3536-1.0549.2963-1.4084-.128-5.3091-6.3708-5.3091-14.9095 0-21.28036.3535-.42428.9841-.4816 1.4084-.12804z"
779
- fill="#21242C"
780
- fill-rule="evenodd"
781
- />
782
- </svg>
783
- </div>
784
- </div>
785
- </button>
786
- </div>
787
- <div
788
- class="default_xu2jcg-o_O-inlineStyles_1bljvrq"
789
- data-test-id="RIGHT_PAREN"
790
- >
791
- <button
792
- aria-disabled="false"
793
- aria-label="Right parenthesis"
794
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
795
- type="button"
796
- >
797
- <div
798
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
799
- >
800
- <div
801
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
802
- >
803
- <svg
804
- fill="none"
805
- height="40"
806
- viewBox="0 0 40 40"
807
- width="40"
808
- xmlns="http://www.w3.org/2000/svg"
809
- >
810
- <path
811
- clip-rule="evenodd"
812
- d="M18.3598 9.2318c.4243-.35356 1.0549-.29624 1.4084.12804 5.3091 6.37086 5.3091 14.90956 0 21.28036-.3535.4243-.9841.4816-1.4084.128-.4242-.3535-.4816-.9841-.128-1.4084 4.691-5.6291 4.691-13.0904 0-18.7196-.3536-.4243-.2962-1.05483.128-1.4084z"
813
- fill="#21242C"
814
- fill-rule="evenodd"
815
- />
816
- </svg>
817
- </div>
818
- </div>
819
- </button>
820
- </div>
821
- <div
822
- class="default_xu2jcg-o_O-inlineStyles_y8g975"
823
- data-test-id="BACKSPACE"
824
- >
825
- <button
826
- aria-disabled="false"
827
- aria-label="Delete"
828
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
829
- type="button"
830
- >
831
- <div
832
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
833
- >
834
- <div
835
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_wps3dh"
836
- >
837
- <svg
838
- fill="none"
839
- height="40"
840
- viewBox="0 0 40 40"
841
- width="40"
842
- xmlns="http://www.w3.org/2000/svg"
843
- >
844
- <path
845
- clip-rule="evenodd"
846
- d="M10 20l6-6h12.1716v12H16l-6-6zm-1.41421-1.4142l6.00001-6C14.9609 12.2107 15.4696 12 16 12h12.1716c1.1045 0 2 .8954 2 2v12c0 1.1046-.8955 2-2 2H16c-.5304 0-1.0391-.2107-1.4142-.5858l-6.00001-6c-.78105-.781-.78105-2.0474 0-2.8284zm13.87871-1.2929l-1.2929 1.2929-1.2929-1.2929c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142L19.7574 20l-1.2929 1.2929c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l1.2929-1.2929 1.2929 1.2929c.3905.3905 1.0237.3905 1.4142 0 .3906-.3905.3906-1.0237 0-1.4142L22.5858 20l1.2929-1.2929c.3906-.3905.3906-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0z"
847
- fill="#21242C"
848
- fill-rule="evenodd"
849
- />
850
- </svg>
851
- </div>
852
- </div>
853
- </button>
854
- </div>
855
- </div>
856
- <div
857
- class="default_xu2jcg-o_O-container_1k0uorj"
858
- >
859
- <div
860
- class="default_xu2jcg-o_O-grid_8l7lum"
861
- >
862
- <div
863
- class="default_xu2jcg-o_O-inlineStyles_11fd5hs"
864
- >
865
- <button
866
- aria-disabled="false"
867
- aria-label="Up arrow"
868
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_13937mo"
869
- type="button"
870
- >
871
- <div
872
- class="default_xu2jcg-o_O-outerBoxBase_ctz3yu"
873
- >
874
- <div
875
- class="default_xu2jcg-o_O-base_1j2mzlg-o_O-up_1f2wdg4"
876
- >
877
- <svg
878
- height="48"
879
- viewBox="0 0 48 48"
880
- width="48"
881
- >
882
- <g
883
- fill="none"
884
- fill-rule="evenodd"
885
- transform="rotate(90 24 24)"
886
- >
887
- <path
888
- d="M0 0h48v48H0z"
889
- fill="none"
890
- />
891
- <path
892
- d="M12 12h24v24H12z"
893
- fill="none"
894
- />
895
- <path
896
- d="M22 18l-6 6 6 6M16 24h16"
897
- stroke="#21242C"
898
- stroke-linecap="round"
899
- stroke-linejoin="round"
900
- stroke-width="2"
901
- />
902
- </g>
903
- </svg>
904
- </div>
905
- </div>
906
- </button>
907
- </div>
908
- <div
909
- class="default_xu2jcg-o_O-inlineStyles_1qj00wi"
910
- >
911
- <button
912
- aria-disabled="false"
913
- aria-label="Right arrow"
914
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_13937mo"
915
- type="button"
916
- >
917
- <div
918
- class="default_xu2jcg-o_O-outerBoxBase_ctz3yu"
919
- >
920
- <div
921
- class="default_xu2jcg-o_O-base_1j2mzlg-o_O-right_6pkru3"
922
- >
923
- <svg
924
- height="48"
925
- viewBox="0 0 48 48"
926
- width="48"
927
- >
928
- <g
929
- fill="none"
930
- fill-rule="evenodd"
931
- transform="rotate(180 24 24)"
932
- >
933
- <path
934
- d="M0 0h48v48H0z"
935
- fill="none"
936
- />
937
- <path
938
- d="M12 12h24v24H12z"
939
- fill="none"
940
- />
941
- <path
942
- d="M22 18l-6 6 6 6M16 24h16"
943
- stroke="#21242C"
944
- stroke-linecap="round"
945
- stroke-linejoin="round"
946
- stroke-width="2"
947
- />
948
- </g>
949
- </svg>
950
- </div>
951
- </div>
952
- </button>
953
- </div>
954
- <div
955
- class="default_xu2jcg-o_O-inlineStyles_4h080i"
956
- >
957
- <button
958
- aria-disabled="false"
959
- aria-label="Down arrow"
960
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_13937mo"
961
- type="button"
962
- >
963
- <div
964
- class="default_xu2jcg-o_O-outerBoxBase_ctz3yu"
965
- >
966
- <div
967
- class="default_xu2jcg-o_O-base_1j2mzlg-o_O-down_1h77sr8"
968
- >
969
- <svg
970
- height="48"
971
- viewBox="0 0 48 48"
972
- width="48"
973
- >
974
- <g
975
- fill="none"
976
- fill-rule="evenodd"
977
- transform="rotate(270 24 24)"
978
- >
979
- <path
980
- d="M0 0h48v48H0z"
981
- fill="none"
982
- />
983
- <path
984
- d="M12 12h24v24H12z"
985
- fill="none"
986
- />
987
- <path
988
- d="M22 18l-6 6 6 6M16 24h16"
989
- stroke="#21242C"
990
- stroke-linecap="round"
991
- stroke-linejoin="round"
992
- stroke-width="2"
993
- />
994
- </g>
995
- </svg>
996
- </div>
997
- </div>
998
- </button>
999
- </div>
1000
- <div
1001
- class="default_xu2jcg-o_O-inlineStyles_1drshe8"
1002
- >
1003
- <button
1004
- aria-disabled="false"
1005
- aria-label="Left arrow"
1006
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_13937mo"
1007
- type="button"
1008
- >
1009
- <div
1010
- class="default_xu2jcg-o_O-outerBoxBase_ctz3yu"
1011
- >
1012
- <div
1013
- class="default_xu2jcg-o_O-base_1j2mzlg-o_O-left_176nduz"
1014
- >
1015
- <svg
1016
- height="48"
1017
- viewBox="0 0 48 48"
1018
- width="48"
1019
- >
1020
- <g
1021
- fill="none"
1022
- fill-rule="evenodd"
1023
- >
1024
- <path
1025
- d="M0 0h48v48H0z"
1026
- fill="none"
1027
- />
1028
- <path
1029
- d="M12 12h24v24H12z"
1030
- fill="none"
1031
- />
1032
- <path
1033
- d="M22 18l-6 6 6 6M16 24h16"
1034
- stroke="#21242C"
1035
- stroke-linecap="round"
1036
- stroke-linejoin="round"
1037
- stroke-width="2"
1038
- />
1039
- </g>
1040
- </svg>
1041
- </div>
1042
- </div>
1043
- </button>
1044
- </div>
1045
- <div
1046
- class="default_xu2jcg-o_O-spacer_9e1t8o"
1047
- />
1048
- </div>
1049
- </div>
1050
- </div>
1051
- </div>
1052
- </div>
1053
- </div>
1054
- `;
1055
-
1056
- exports[`keypad should snapshot unexpanded: first render 1`] = `
1057
- <div>
1058
- <div
1059
- class="default_xu2jcg"
1060
- >
1061
- <div
1062
- class="default_xu2jcg-o_O-wrapper_144oaus"
1063
- >
1064
- <div
1065
- class="default_xu2jcg-o_O-tabbar_721koc"
1066
- role="tablist"
1067
- >
1068
- <div
1069
- class="default_xu2jcg-o_O-pages_cjo0m2"
1070
- >
1071
- <button
1072
- aria-disabled="false"
1073
- aria-label="Numbers"
1074
- aria-selected="true"
1075
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
1076
- role="tab"
1077
- type="button"
1078
- >
1079
- <div
1080
- class="default_xu2jcg-o_O-base_1pupywz"
1081
- >
1082
- <div
1083
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
1084
- >
1085
- <svg
1086
- fill="none"
1087
- height="32"
1088
- viewBox="0 0 32 32"
1089
- width="32"
1090
- xmlns="http://www.w3.org/2000/svg"
1091
- >
1092
- <path
1093
- d="M10.4123 19.5794v1.421H4.71434v-1.421h2.016v-5.558c0-.1213.00233-.245.007-.371.00466-.126.01166-.2543.021-.385l-1.33 1.106c-.09334.07-.18434.1144-.273.133-.08867.0187-.17267.021-.252.007-.07934-.0186-.14934-.0466-.21-.084-.06067-.042-.10734-.084-.14-.126l-.609-.819 3.122-2.646h1.589v8.743h1.75696zm8.3801-.35c.21 0 .3734.0584.49.175.1214.1167.182.2707.182.462v1.134h-7.042v-.63c0-.1213.0257-.252.077-.392.0514-.1446.1377-.2753.259-.392l3.01-3.017c.2567-.2566.483-.5016.679-.735.196-.238.3594-.469.49-.693.1307-.2286.2287-.4596.294-.693.0654-.2333.098-.4783.098-.735 0-.4526-.1166-.7956-.35-1.029-.2333-.238-.5623-.357-.987-.357-.1866 0-.3593.028-.518.084-.154.0514-.294.1237-.42.217-.1213.0934-.2263.203-.315.329-.0886.126-.154.2637-.196.413-.084.2334-.1983.3897-.343.469-.14.0747-.3406.091-.602.049l-1.022-.182c.0747-.4946.2147-.9286.42-1.302.2054-.3733.462-.6836.77-.931.308-.2473.6604-.4316 1.057-.553.3967-.126.8237-.189 1.281-.189.4807 0 .917.0724 1.309.217.3967.14.735.3384 1.015.595.28.252.497.5577.651.917.154.3594.231.756.231 1.19 0 .3734-.0536.7187-.161 1.036-.1073.3174-.2543.6207-.441.91-.182.2847-.3943.5624-.637.833-.2426.2707-.4993.5437-.77.819l-2.156 2.205c.238-.07.4737-.1236.707-.161.2334-.042.4527-.063.658-.063h2.282zm2.6611-5.523c.0747-.4946.2147-.9286.42-1.302.2054-.3733.462-.6836.77-.931.308-.2473.658-.4316 1.05-.553.3967-.126.8237-.189 1.281-.189.4854 0 .9194.07 1.302.21.3874.1354.714.322.98.56.266.238.469.5157.609.833.1447.3174.217.658.217 1.022 0 .322-.035.6067-.105.854-.0653.2427-.1656.455-.301.637-.1306.182-.294.336-.49.462-.1913.126-.413.231-.665.315 1.1667.3827 1.75 1.1597 1.75 2.331 0 .518-.0956.9754-.287 1.372-.1913.392-.448.721-.77.987s-.6976.4667-1.127.602c-.4246.1307-.8703.196-1.337.196-.4946 0-.931-.056-1.309-.168-.378-.112-.7116-.28-1.001-.504-.2846-.224-.5296-.504-.735-.84-.2053-.3406-.385-.7373-.539-1.19l.854-.35c.224-.0933.4317-.119.623-.077.196.042.336.1447.42.308.0934.1774.1914.3407.294.49.1074.1494.2264.28.357.392.1307.1074.2777.1914.441.252.168.0607.3594.091.574.091.2707 0 .5064-.0443.707-.133.2007-.0886.3687-.203.504-.343.1354-.1446.2357-.3056.301-.483.07-.182.105-.3616.105-.539 0-.2333-.021-.4433-.063-.63-.042-.1913-.14-.3523-.294-.483-.1493-.1353-.3733-.238-.672-.308-.294-.0746-.6953-.112-1.204-.112v-1.358c.4247 0 .7724-.035 1.043-.105.2707-.07.483-.168.637-.294.154-.126.259-.2776.315-.455.0607-.1773.091-.371.091-.581 0-.4433-.1166-.7816-.35-1.015-.2286-.2333-.5553-.35-.98-.35-.1866 0-.3593.028-.518.084-.154.0514-.294.1237-.42.217-.1213.0934-.2263.203-.315.329-.0886.126-.154.2637-.196.413-.0886.2334-.203.3897-.343.469-.14.0747-.343.091-.609.049l-1.015-.182z"
1094
- fill="#1865f2"
1095
- />
1096
- </svg>
1097
- </div>
1098
- <div
1099
- class="default_xu2jcg-o_O-activeIndicator_1hljhxh-o_O-inlineStyles_14jsc6v"
1100
- />
1101
- </div>
1102
- </button>
1103
- <button
1104
- aria-disabled="false"
1105
- aria-label="Operators"
1106
- aria-selected="false"
1107
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
1108
- role="tab"
1109
- type="button"
1110
- >
1111
- <div
1112
- class="default_xu2jcg-o_O-base_1pupywz"
1113
- >
1114
- <div
1115
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
1116
- >
1117
- <svg
1118
- fill="none"
1119
- height="32"
1120
- viewBox="0 0 32 32"
1121
- width="32"
1122
- xmlns="http://www.w3.org/2000/svg"
1123
- >
1124
- <path
1125
- clip-rule="evenodd"
1126
- d="M29 6h1v1h-1V6zm-2 0c0-1.10457.8954-2 2-2h1c1.1046 0 2 .89543 2 2v1c0 1.10457-.8954 2-2 2h-1c-1.1046 0-2-.89543-2-2V6zm-15.8682.50386C11.3098 6.19229 11.6411 6 12 6h2c.5523 0 1 .44772 1 1s-.4477 1-1 1h-1.4197l-3.71206 6.4961c-.18297.3202-.52733.5137-.89599.5035-.36865-.0102-.70175-.2225-.86668-.5524l-2-4c-.24699-.49396-.04676-1.09464.44722-1.34163.49397-.24699 1.09465-.04676 1.34164.44722L8.0588 11.8815l3.073-5.37764zM7.70676 16.2925c.39072.3904.39103 1.0235.00069 1.4143-.42202.4224-.86362 1.0235-1.19588 1.659C6.17039 20.0184 6 20.601 6 21c0 .3789.17235.9897.51638 1.6649.33677.661.7685 1.2472 1.15148 1.5908.41106.3689.44528 1.0011.07643 1.4122-.36885.411-1.00109.4452-1.41215.0764-.61604-.5528-1.18431-1.3599-1.5978-2.1715C4.32813 22.7755 3.99999 21.8345 4 21c.00001-.8609.3301-1.7783.73917-2.5608.41798-.7995.97637-1.5684 1.55338-2.146.39033-.3907 1.0235-.391 1.41421-.0007zm3.58644 0c.3908-.3903 1.0239-.39 1.4143.0007.577.5776 1.1353 1.3465 1.5533 2.146C14.6699 19.2217 15 20.1391 15 21c0 .8345-.3281 1.7755-.7343 2.5728-.4135.8116-.9818 1.6187-1.5978 2.1715-.4111.3688-1.0433.3346-1.4122-.0764-.3688-.4111-.3346-1.0433.0764-1.4122.383-.3436.8148-.9298 1.1515-1.5908.344-.6752.5164-1.286.5164-1.6649 0-.399-.1704-.9816-.5116-1.6342-.3322-.6355-.7738-1.2366-1.1959-1.659-.3903-.3908-.39-1.0239.0007-1.4143zm16.6431 1.3564c.1939.5171-.0681 1.0935-.5852 1.2874L21.848 21l5.5031 2.0637c.5171.1939.7791.7703.5852 1.2874-.1939.5171-.7703.7791-1.2874.5852l-8-3C18.2586 21.79 18 21.4168 18 21c0-.4168.2586-.79.6489-.9363l8-3c.5171-.1939 1.0935.0681 1.2874.5852zM21 8v5h3V8h-3zm-1-2c-.5523 0-1 .44772-1 1v7c0 .5523.4477 1 1 1h5c.5523 0 1-.4477 1-1V7c0-.55228-.4477-1-1-1h-5z"
1127
- fill="rgba(33,36,44,0.64)"
1128
- fill-rule="evenodd"
1129
- />
1130
- </svg>
1131
- </div>
1132
- </div>
1133
- </button>
1134
- <button
1135
- aria-disabled="false"
1136
- aria-label="Geometry"
1137
- aria-selected="false"
1138
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
1139
- role="tab"
1140
- type="button"
1141
- >
1142
- <div
1143
- class="default_xu2jcg-o_O-base_1pupywz"
1144
- >
1145
- <div
1146
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
1147
- >
1148
- <svg
1149
- fill="none"
1150
- height="32"
1151
- viewBox="0 0 32 32"
1152
- width="32"
1153
- xmlns="http://www.w3.org/2000/svg"
1154
- >
1155
- <path
1156
- clip-rule="evenodd"
1157
- d="M7.57584 7.09442c.35139-.16458.76626-.11103 1.06434.13737L26.6402 22.2318c.3234.2695.4434.7128.3001 1.1086C26.7969 23.7363 26.421 24 26 24H8c-.55228 0-1-.4477-1-1V8.00001c0-.38802.22446-.74101.57584-.90559zM9 10.1351V17h4c.5523 0 1 .4477 1 1v4h9.238L9 10.1351zM12 22v-3H9v3h3z"
1158
- fill="rgba(33,36,44,0.64)"
1159
- fill-rule="evenodd"
1160
- />
1161
- </svg>
1162
- </div>
1163
- </div>
1164
- </button>
1165
- <button
1166
- aria-disabled="false"
1167
- aria-label="Extras"
1168
- aria-selected="false"
1169
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_1ncqa8p"
1170
- role="tab"
1171
- type="button"
1172
- >
1173
- <div
1174
- class="default_xu2jcg-o_O-base_1pupywz"
1175
- >
1176
- <div
1177
- class="default_xu2jcg-o_O-innerBox_qdbgl3"
1178
- >
1179
- <svg
1180
- fill="none"
1181
- height="32"
1182
- viewBox="0 0 32 32"
1183
- width="32"
1184
- xmlns="http://www.w3.org/2000/svg"
1185
- >
1186
- <g
1187
- clip-path="url(#a)"
1188
- >
1189
- <path
1190
- clip-rule="evenodd"
1191
- d="M6.127 10.454c.224-.032.403-.05.53-.05.591 0 1.137.153 1.63.459.398.239.713.529.94.872l.188-.248.005-.007.006-.006c.619-.703 1.347-1.07 2.178-1.07.691 0 1.269.204 1.71.626.454.403.686.91.686 1.51 0 .533-.156.994-.476 1.37-.312.383-.738.574-1.254.574-.345 0-.643-.101-.878-.317a1.1 1.1 0 0 1-.353-.843c0-.405.11-.76.342-1.051.153-.193.354-.352.596-.479a1.416 1.416 0 0 0-.492-.07c-.195 0-.316.016-.38.035-.53.226-.938.694-1.208 1.445l-.001.003c-.02.05-.085.289-.202.74-.115.443-.275 1.077-.481 1.901-.414 1.641-.633 2.547-.662 2.74l-.002.01a3.423 3.423 0 0 0-.067.673c0 .337.097.581.272.756.176.177.413.272.733.272.6 0 1.15-.247 1.657-.768.518-.549.864-1.146 1.044-1.791l.001-.004a1.2 1.2 0 0 1 .088-.224.368.368 0 0 1 .161-.164.564.564 0 0 1 .198-.056 2.19 2.19 0 0 1 .276-.014c.159 0 .305.016.42.064.059.025.12.063.167.122.05.063.073.137.073.213 0 .023-.004.048-.005.057a12.52 12.52 0 0 1-.046.245l-.004.015c-.281 1.026-.86 1.917-1.73 2.67l-.007.007c-.776.611-1.605.925-2.484.925-1.08 0-1.93-.45-2.53-1.33-.453.605-1.015 1.024-1.685 1.248l-.01.003-.011.002a3.23 3.23 0 0 1-.664.053c-.974 0-1.703-.35-2.13-1.078A2.05 2.05 0 0 1 2 19.437c0-.52.158-.975.478-1.349.326-.38.749-.572 1.252-.572.372 0 .69.091.913.31.224.218.318.531.318.898 0 .327-.078.621-.241.874a1.706 1.706 0 0 1-.707.597l-.018.009c.158.063.331.095.52.095.467 0 .902-.285 1.295-.966l.002-.005c.071-.115.185-.417.341-.938.154-.51.341-1.209.563-2.096v-.002c.095-.364.198-.767.31-1.21.11-.444.188-.78.235-1.014l.002-.013c.058-.216.098-.36.119-.425.077-.42.113-.709.113-.877 0-.342-.092-.588-.254-.762-.159-.171-.384-.267-.704-.267-.652 0-1.217.251-1.704.768l-.002.002A4.215 4.215 0 0 0 3.79 14.28a1.084 1.084 0 0 1-.065.207.41.41 0 0 1-.14.176l-.01.007-.012.006a.35.35 0 0 1-.104.03 1.16 1.16 0 0 1-.095.01 5.04 5.04 0 0 1-.275.006H2.67l-.061-.061c-.109-.11-.204-.247-.204-.41v-.015l.003-.015c.07-.472.335-1.05.768-1.723l.001-.002c.771-1.165 1.754-1.857 2.949-2.042h.002Z"
1192
- fill="rgba(33,36,44,0.64)"
1193
- fill-rule="evenodd"
1194
- />
1195
- <path
1196
- d="M21.084 10.284c.932-.008 2.301-.013 4.107-.013 1.325 0 2.327.003 3.007.007a75.812 75.812 0 0 1 .99.013c.025 0 .047.002.065.003h.002c.01 0 .04.003.067.01l.01.002.011.004c.201.07.37.183.488.347a.966.966 0 0 1 .169.574c0 .3-.078.568-.248.79-.168.221-.411.377-.708.479h-.002a1.01 1.01 0 0 1-.221.034 8.213 8.213 0 0 1-.35.016c-.29.008-.696.012-1.219.012h-1.39l-.038.223v.001c-.198 1.185-.295 2.156-.295 2.916 0 1.446.251 2.746.75 3.905l.004.007c.059.153.105.284.137.393.03.103.053.205.053.29 0 .359-.16.68-.44.961-.278.296-.63.445-1.041.445-.255 0-.492-.03-.654-.139l-.009-.006-.008-.006c-.126-.101-.236-.274-.338-.477l-.006-.012c-.331-.768-.49-1.722-.49-2.852 0-.595.007-1.002.025-1.212v-.005c.118-1.157.377-2.551.776-4.18v-.002c.024-.096.045-.18.061-.25h-1.948c-.008.038-.02.086-.034.143l-.002.007a35.14 35.14 0 0 0-.146.537c-.05.232-.1.448-.15.648v.001a230.673 230.673 0 0 1-1.312 4.936 41.285 41.285 0 0 1-.411 1.384c-.104.322-.19.557-.256.681-.115.262-.28.473-.5.617-.225.146-.49.212-.783.212-.449 0-.807-.173-1.006-.549l-.006-.011-.005-.012a1.37 1.37 0 0 1-.067-.486v-.326l.346-.745c1.24-2.61 2.136-4.858 2.695-6.747l.002-.008.094-.281h-.463c-.662 0-1.105.025-1.346.07-.198.04-.47.173-.824.43l-.007.005-.007.005c-.366.228-.69.542-.97.947-.044.069-.085.13-.125.18a.651.651 0 0 1-.141.136l-.027.017-.03.01a.8.8 0 0 1-.19.03c-.07.005-.156.008-.258.008-.17 0-.335-.021-.465-.09a.437.437 0 0 1-.216-.546c.014-.042.034-.086.057-.132.047-.093.113-.208.198-.343l.003-.005c1.147-1.745 2.311-2.774 3.508-2.96a2.345 2.345 0 0 1 .158-.015 60.295 60.295 0 0 1 1.369-.026Z"
1197
- fill="rgba(33,36,44,0.64)"
1198
- />
1199
- </g>
1200
- <defs>
1201
- <clippath
1202
- id="a"
1203
- >
1204
- <path
1205
- d="M0 0h28v11.457H0z"
1206
- fill="#fff"
1207
- transform="translate(2 10.271)"
1208
- />
1209
- </clippath>
1210
- </defs>
1211
- </svg>
1212
- </div>
1213
- </div>
1214
- </button>
1215
- </div>
1216
- <div
1217
- class="default_xu2jcg"
1218
- />
1219
- </div>
1220
- <div
1221
- class="default_xu2jcg-o_O-keypadInnerContainer_uc6399"
1222
- >
1223
- <div
1224
- aria-label="Keypad"
1225
- class="default_xu2jcg-o_O-keypadGrid_ztxlrb-o_O-expressionGrid_1fuqhx9"
1226
- tabindex="0"
1227
- >
1228
- <div
1229
- class="default_xu2jcg-o_O-inlineStyles_1c2q4k1"
1230
- data-test-id="NUM_1"
1231
- >
1232
- <button
1233
- aria-disabled="false"
1234
- aria-label="1"
1235
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1236
- type="button"
1237
- >
1238
- <div
1239
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1240
- >
1241
- <div
1242
- class="default_xu2jcg-o_O-base_7gd6lb"
1243
- >
1244
- <svg
1245
- fill="none"
1246
- height="40"
1247
- viewBox="0 0 40 40"
1248
- width="40"
1249
- xmlns="http://www.w3.org/2000/svg"
1250
- >
1251
- <path
1252
- d="M25.363 27.0441v1.956h-9.42v-1.956h3.6v-10.824c0-.384.012-.776.036-1.176l-2.772 2.34c-.12.096-.244.16-.372.192-.12.024-.236.024-.348 0-.104-.024-.2-.06-.288-.108-.08-.056-.144-.116-.192-.18l-.804-1.128 5.208-4.476h2.1v15.36h3.252z"
1253
- fill="#21242C"
1254
- />
1255
- </svg>
1256
- </div>
1257
- </div>
1258
- </button>
1259
- </div>
1260
- <div
1261
- class="default_xu2jcg-o_O-inlineStyles_4h080i"
1262
- data-test-id="NUM_2"
1263
- >
1264
- <button
1265
- aria-disabled="false"
1266
- aria-label="2"
1267
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1268
- type="button"
1269
- >
1270
- <div
1271
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1272
- >
1273
- <div
1274
- class="default_xu2jcg-o_O-base_7gd6lb"
1275
- >
1276
- <svg
1277
- fill="none"
1278
- height="40"
1279
- viewBox="0 0 40 40"
1280
- width="40"
1281
- xmlns="http://www.w3.org/2000/svg"
1282
- >
1283
- <path
1284
- d="M24.8471 26.5638c.28 0 .5.084.66.252.16.16.24.368.24.624v1.56h-11.688v-.876c0-.176.036-.36.108-.552.072-.192.188-.368.348-.528l5.376-5.388c.456-.456.86-.892 1.212-1.308.36-.416.664-.832.912-1.248.256-.416.448-.836.576-1.26.136-.432.204-.884.204-1.356 0-.456-.072-.856-.216-1.2-.136-.352-.328-.64-.576-.864-.24-.232-.532-.404-.876-.516-.336-.12-.708-.18-1.116-.18-.392 0-.756.056-1.092.168-.328.112-.624.268-.888.468-.256.2-.472.44-.648.72-.168.272-.292.572-.372.9-.12.328-.276.548-.468.66-.184.112-.456.136-.816.072l-1.356-.24c.12-.816.344-1.532.672-2.148.336-.616.756-1.128 1.26-1.536.504-.416 1.08-.728 1.728-.936.656-.216 1.364-.324 2.124-.324.768 0 1.472.116 2.112.348.648.224 1.204.548 1.668.972.472.416.84.924 1.104 1.524.264.6.396 1.276.396 2.028 0 .64-.096 1.232-.288 1.776-.184.544-.436 1.064-.756 1.56s-.696.98-1.128 1.452c-.424.464-.872.936-1.344 1.416l-4.176 4.272c.344-.096.688-.172 1.032-.228.352-.056.684-.084.996-.084h5.076z"
1285
- fill="#21242C"
1286
- />
1287
- </svg>
1288
- </div>
1289
- </div>
1290
- </button>
1291
- </div>
1292
- <div
1293
- class="default_xu2jcg-o_O-inlineStyles_ei5lhv"
1294
- data-test-id="NUM_3"
1295
- >
1296
- <button
1297
- aria-disabled="false"
1298
- aria-label="3"
1299
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1300
- type="button"
1301
- >
1302
- <div
1303
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1304
- >
1305
- <div
1306
- class="default_xu2jcg-o_O-base_7gd6lb"
1307
- >
1308
- <svg
1309
- fill="none"
1310
- height="40"
1311
- viewBox="0 0 40 40"
1312
- width="40"
1313
- xmlns="http://www.w3.org/2000/svg"
1314
- >
1315
- <path
1316
- d="M14.4552 16.4718c.12-.816.344-1.532.672-2.148.336-.616.756-1.128 1.26-1.536.504-.416 1.08-.728 1.728-.936.656-.216 1.364-.324 2.124-.324.768 0 1.464.112 2.088.336.632.216 1.172.52 1.62.912.456.392.804.86 1.044 1.404.248.544.372 1.14.372 1.788 0 .552-.068 1.04-.204 1.464-.128.416-.316.784-.564 1.104-.24.32-.536.588-.888.804-.352.216-.748.396-1.188.54 1.072.312 1.876.812 2.412 1.5.536.68.804 1.536.804 2.568 0 .832-.156 1.572-.468 2.22-.312.648-.736 1.196-1.272 1.644-.528.448-1.148.792-1.86 1.032-.704.232-1.452.348-2.244.348-.888 0-1.656-.104-2.304-.312-.648-.216-1.208-.52-1.68-.912-.464-.4-.852-.88-1.164-1.44-.312-.56-.576-1.188-.792-1.884l1.116-.468c.296-.128.576-.164.84-.108.272.056.468.204.588.444.128.256.272.532.432.828.16.288.364.556.612.804.256.24.568.444.936.612.376.16.836.24 1.38.24.552 0 1.032-.088 1.44-.264.416-.184.76-.416 1.032-.696.28-.288.488-.608.624-.96s.204-.7.204-1.044c0-.432-.052-.828-.156-1.188-.104-.368-.308-.68-.612-.936-.296-.256-.72-.456-1.272-.6-.544-.152-1.26-.228-2.148-.228v-1.86c.728-.008 1.34-.08 1.836-.216.504-.144.904-.336 1.2-.576.304-.248.52-.544.648-.888.136-.344.204-.72.204-1.128 0-.44-.068-.828-.204-1.164-.136-.336-.328-.616-.576-.84-.24-.232-.528-.404-.864-.516-.336-.112-.708-.168-1.116-.168-.392 0-.756.056-1.092.168-.328.112-.624.268-.888.468-.256.2-.472.44-.648.72-.176.272-.304.572-.384.9-.112.328-.264.548-.456.66-.184.112-.456.136-.816.072l-1.356-.24z"
1317
- fill="#21242C"
1318
- />
1319
- </svg>
1320
- </div>
1321
- </div>
1322
- </button>
1323
- </div>
1324
- <div
1325
- class="default_xu2jcg-o_O-inlineStyles_1drshe8"
1326
- data-test-id="NUM_4"
1327
- >
1328
- <button
1329
- aria-disabled="false"
1330
- aria-label="4"
1331
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1332
- type="button"
1333
- >
1334
- <div
1335
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1336
- >
1337
- <div
1338
- class="default_xu2jcg-o_O-base_7gd6lb"
1339
- >
1340
- <svg
1341
- fill="none"
1342
- height="40"
1343
- viewBox="0 0 40 40"
1344
- width="40"
1345
- xmlns="http://www.w3.org/2000/svg"
1346
- >
1347
- <path
1348
- d="M21.691 22.616v-6.312c0-.504.036-1.056.108-1.656l-5.808 7.968h5.7zm4.632 0v1.488c0 .144-.048.268-.144.372-.088.104-.224.156-.408.156h-1.836V29h-2.244v-4.368h-7.476c-.184 0-.344-.052-.48-.156-.128-.112-.212-.248-.252-.408l-.264-1.32 8.292-11.04h2.424v10.908h2.388z"
1349
- fill="#21242C"
1350
- />
1351
- </svg>
1352
- </div>
1353
- </div>
1354
- </button>
1355
- </div>
1356
- <div
1357
- class="default_xu2jcg-o_O-inlineStyles_1j1cer"
1358
- data-test-id="NUM_5"
1359
- >
1360
- <button
1361
- aria-disabled="false"
1362
- aria-label="5"
1363
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1364
- type="button"
1365
- >
1366
- <div
1367
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1368
- >
1369
- <div
1370
- class="default_xu2jcg-o_O-base_7gd6lb"
1371
- >
1372
- <svg
1373
- fill="none"
1374
- height="40"
1375
- viewBox="0 0 40 40"
1376
- width="40"
1377
- xmlns="http://www.w3.org/2000/svg"
1378
- >
1379
- <path
1380
- d="M17.6591 18.1042c.416-.088.812-.152 1.188-.192.384-.04.752-.06 1.104-.06.904 0 1.7.136 2.388.408.696.264 1.276.632 1.74 1.104.472.472.824 1.028 1.056 1.668.24.632.36 1.32.36 2.064 0 .92-.16 1.756-.48 2.508-.32.752-.764 1.396-1.332 1.932-.568.528-1.24.936-2.016 1.224-.768.288-1.6.432-2.496.432-.528 0-1.032-.052-1.512-.156-.472-.104-.916-.244-1.332-.42-.416-.184-.8-.392-1.152-.624-.352-.24-.668-.488-.948-.744l.792-1.104c.168-.24.392-.36.672-.36.176 0 .368.064.576.192.208.128.448.268.72.42.28.144.608.28.984.408.376.128.824.192 1.344.192.568 0 1.076-.092 1.524-.276.448-.184.824-.44 1.128-.768.312-.336.548-.736.708-1.2.16-.464.24-.972.24-1.524 0-.504-.076-.956-.228-1.356-.144-.4-.364-.74-.66-1.02-.288-.28-.652-.492-1.092-.636-.44-.152-.948-.228-1.524-.228-.424 0-.86.036-1.308.108-.44.072-.888.184-1.344.336l-1.608-.456 1.416-8.256h8.364v1.116c0 .368-.116.668-.348.9-.232.232-.62.348-1.164.348h-5.064l-.696 4.02z"
1381
- fill="#21242C"
1382
- />
1383
- </svg>
1384
- </div>
1385
- </div>
1386
- </button>
1387
- </div>
1388
- <div
1389
- class="default_xu2jcg-o_O-inlineStyles_1qj00wi"
1390
- data-test-id="NUM_6"
1391
- >
1392
- <button
1393
- aria-disabled="false"
1394
- aria-label="6"
1395
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1396
- type="button"
1397
- >
1398
- <div
1399
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1400
- >
1401
- <div
1402
- class="default_xu2jcg-o_O-base_7gd6lb"
1403
- >
1404
- <svg
1405
- fill="none"
1406
- height="40"
1407
- viewBox="0 0 40 40"
1408
- width="40"
1409
- xmlns="http://www.w3.org/2000/svg"
1410
- >
1411
- <path
1412
- d="M19.975 27.0562c.52 0 .996-.084 1.428-.252.432-.176.8-.416 1.104-.72.312-.304.552-.664.72-1.08.168-.416.252-.868.252-1.356 0-.528-.084-1-.252-1.416-.16-.424-.392-.78-.696-1.068-.296-.288-.656-.508-1.08-.66-.416-.16-.876-.24-1.38-.24-.52 0-.992.088-1.416.264-.416.176-.772.416-1.068.72-.296.304-.524.66-.684 1.068-.16.408-.24.84-.24 1.296 0 .512.072.98.216 1.404.144.424.356.788.636 1.092.28.296.624.528 1.032.696.416.168.892.252 1.428.252zm-.948-8.976c-.128.16-.252.312-.372.456l-.336.432c.368-.208.772-.372 1.212-.492.44-.12.912-.18 1.416-.18.672 0 1.316.112 1.932.336.616.216 1.156.544 1.62.984.472.432.848.972 1.128 1.62.28.64.42 1.38.42 2.22 0 .8-.148 1.548-.444 2.244-.288.696-.696 1.304-1.224 1.824-.528.512-1.164.92-1.908 1.224-.736.296-1.552.444-2.448.444-.896 0-1.704-.144-2.424-.432-.72-.288-1.336-.692-1.848-1.212-.504-.528-.892-1.16-1.164-1.896-.272-.736-.408-1.556-.408-2.46 0-.784.168-1.604.504-2.46.336-.856.856-1.756 1.56-2.7l4.248-5.7c.128-.168.312-.312.552-.432.248-.12.524-.18.828-.18h2.28l-5.124 6.36z"
1413
- fill="#21242C"
1414
- />
1415
- </svg>
1416
- </div>
1417
- </div>
1418
- </button>
1419
- </div>
1420
- <div
1421
- class="default_xu2jcg-o_O-inlineStyles_1o7q2hf"
1422
- data-test-id="NUM_7"
1423
- >
1424
- <button
1425
- aria-disabled="false"
1426
- aria-label="7"
1427
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1428
- type="button"
1429
- >
1430
- <div
1431
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1432
- >
1433
- <div
1434
- class="default_xu2jcg-o_O-base_7gd6lb"
1435
- >
1436
- <svg
1437
- fill="none"
1438
- height="40"
1439
- viewBox="0 0 40 40"
1440
- width="40"
1441
- xmlns="http://www.w3.org/2000/svg"
1442
- >
1443
- <path
1444
- d="M26.083 11.7202v1.14c0 .336-.036.608-.108.816-.072.208-.144.384-.216.528l-6.828 13.896c-.12.256-.292.472-.516.648-.216.168-.504.252-.864.252h-1.86l6.96-13.668c.128-.248.256-.472.384-.672.128-.2.272-.392.432-.576h-8.628c-.16 0-.3-.06-.42-.18-.12-.128-.18-.272-.18-.432v-1.752h11.844z"
1445
- fill="#21242C"
1446
- />
1447
- </svg>
1448
- </div>
1449
- </div>
1450
- </button>
1451
- </div>
1452
- <div
1453
- class="default_xu2jcg-o_O-inlineStyles_11fd5hs"
1454
- data-test-id="NUM_8"
1455
- >
1456
- <button
1457
- aria-disabled="false"
1458
- aria-label="8"
1459
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1460
- type="button"
1461
- >
1462
- <div
1463
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1464
- >
1465
- <div
1466
- class="default_xu2jcg-o_O-base_7gd6lb"
1467
- >
1468
- <svg
1469
- fill="none"
1470
- height="40"
1471
- viewBox="0 0 40 40"
1472
- width="40"
1473
- xmlns="http://www.w3.org/2000/svg"
1474
- >
1475
- <path
1476
- d="M19.999 27.1518c.52 0 .984-.072 1.392-.216.408-.152.748-.36 1.02-.624.28-.272.492-.592.636-.96.144-.368.216-.768.216-1.2 0-.528-.084-.984-.252-1.368-.16-.384-.388-.7-.684-.948-.288-.256-.632-.444-1.032-.564-.4-.128-.832-.192-1.296-.192-.464 0-.896.064-1.296.192-.4.12-.748.308-1.044.564-.288.248-.516.564-.684.948-.16.384-.24.84-.24 1.368 0 .432.072.832.216 1.2.144.368.352.688.624.96.28.264.624.472 1.032.624.408.144.872.216 1.392.216zm0-13.644c-.472 0-.888.072-1.248.216-.352.144-.644.336-.876.576-.232.24-.408.524-.528.852-.112.32-.168.66-.168 1.02s.048.712.144 1.056c.104.344.264.652.48.924.224.264.516.476.876.636.36.16.8.24 1.32.24s.96-.08 1.32-.24c.36-.16.648-.372.864-.636.224-.272.384-.58.48-.924.104-.344.156-.696.156-1.056 0-.36-.06-.7-.18-1.02-.112-.328-.288-.612-.528-.852-.232-.24-.524-.432-.876-.576-.352-.144-.764-.216-1.236-.216zm2.724 6.48c1.064.328 1.86.848 2.388 1.56.536.712.804 1.596.804 2.652 0 .76-.144 1.448-.432 2.064-.288.616-.692 1.14-1.212 1.572-.52.432-1.144.768-1.872 1.008-.72.232-1.52.348-2.4.348-.88 0-1.684-.116-2.412-.348-.72-.24-1.34-.576-1.86-1.008-.52-.432-.924-.956-1.212-1.572-.288-.616-.432-1.304-.432-2.064 0-1.056.264-1.94.792-2.652.536-.712 1.336-1.232 2.4-1.56-.864-.344-1.516-.844-1.956-1.5-.432-.656-.648-1.444-.648-2.364 0-.648.128-1.252.384-1.812s.616-1.044 1.08-1.452c.472-.416 1.036-.74 1.692-.972.656-.24 1.38-.36 2.172-.36.792 0 1.512.12 2.16.36.656.232 1.216.556 1.68.972.472.408.836.892 1.092 1.452.264.56.396 1.164.396 1.812 0 .92-.22 1.708-.66 2.364-.432.656-1.08 1.156-1.944 1.5z"
1477
- fill="#21242C"
1478
- />
1479
- </svg>
1480
- </div>
1481
- </div>
1482
- </button>
1483
- </div>
1484
- <div
1485
- class="default_xu2jcg-o_O-inlineStyles_mr6jkh"
1486
- data-test-id="NUM_9"
1487
- >
1488
- <button
1489
- aria-disabled="false"
1490
- aria-label="9"
1491
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1492
- type="button"
1493
- >
1494
- <div
1495
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1496
- >
1497
- <div
1498
- class="default_xu2jcg-o_O-base_7gd6lb"
1499
- >
1500
- <svg
1501
- fill="none"
1502
- height="40"
1503
- viewBox="0 0 40 40"
1504
- width="40"
1505
- xmlns="http://www.w3.org/2000/svg"
1506
- >
1507
- <path
1508
- d="M16.735 16.8558c0 1.024.272 1.812.816 2.364.552.544 1.32.816 2.304.816.528 0 .992-.084 1.392-.252.408-.168.752-.392 1.032-.672.28-.288.492-.62.636-.996.144-.384.216-.792.216-1.224 0-.504-.08-.952-.24-1.344-.152-.4-.372-.74-.66-1.02-.28-.28-.616-.492-1.008-.636-.392-.152-.82-.228-1.284-.228-.488 0-.928.08-1.32.24-.392.16-.728.384-1.008.672-.28.28-.496.616-.648 1.008-.152.384-.228.808-.228 1.272zm4.428 5.364c.16-.2.308-.388.444-.564.136-.184.264-.368.384-.552-.416.296-.88.524-1.392.684-.512.152-1.056.228-1.632.228-.624 0-1.224-.104-1.8-.312-.576-.216-1.088-.532-1.536-.948-.448-.424-.808-.944-1.08-1.56-.264-.624-.396-1.34-.396-2.148 0-.76.14-1.476.42-2.148.288-.672.688-1.256 1.2-1.752.512-.504 1.124-.9 1.836-1.188.712-.288 1.5-.432 2.364-.432.856 0 1.632.14 2.328.42.696.272 1.288.66 1.776 1.164.488.496.864 1.092 1.128 1.788.264.688.396 1.448.396 2.28 0 .52-.048 1.012-.144 1.476-.088.464-.22.916-.396 1.356-.168.432-.376.86-.624 1.284-.24.416-.512.84-.816 1.272l-4.068 5.832c-.12.176-.3.32-.54.432-.232.112-.496.168-.792.168h-2.364l5.304-6.78z"
1509
- fill="#21242C"
1510
- />
1511
- </svg>
1512
- </div>
1513
- </div>
1514
- </button>
1515
- </div>
1516
- <div
1517
- class="default_xu2jcg-o_O-inlineStyles_xra0eu"
1518
- data-test-id="NUM_0"
1519
- >
1520
- <button
1521
- aria-disabled="false"
1522
- aria-label="0"
1523
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1524
- type="button"
1525
- >
1526
- <div
1527
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1528
- >
1529
- <div
1530
- class="default_xu2jcg-o_O-base_7gd6lb"
1531
- >
1532
- <svg
1533
- fill="none"
1534
- height="40"
1535
- viewBox="0 0 40 40"
1536
- width="40"
1537
- xmlns="http://www.w3.org/2000/svg"
1538
- >
1539
- <path
1540
- d="M26.299 20.3598c0 1.512-.164 2.82-.492 3.924-.32 1.104-.764 2.02-1.332 2.748-.568.728-1.236 1.268-2.004 1.62-.768.352-1.596.528-2.484.528-.888 0-1.716-.176-2.484-.528-.768-.352-1.436-.892-2.004-1.62-.56-.728-1-1.644-1.32-2.748-.32-1.104-.48-2.412-.48-3.924s.16-2.82.48-3.924c.32-1.112.76-2.028 1.32-2.748.568-.728 1.236-1.268 2.004-1.62.768-.36 1.596-.54 2.484-.54.888 0 1.716.18 2.484.54.768.352 1.436.892 2.004 1.62.568.72 1.012 1.636 1.332 2.748.328 1.104.492 2.412.492 3.924zm-2.664 0c0-1.28-.104-2.344-.312-3.192-.2-.856-.468-1.54-.804-2.052s-.724-.876-1.164-1.092c-.44-.216-.896-.324-1.368-.324-.48 0-.94.108-1.38.324-.432.216-.816.58-1.152 1.092-.336.512-.604 1.196-.804 2.052-.2.848-.3 1.912-.3 3.192 0 1.28.1 2.348.3 3.204.2.848.468 1.528.804 2.04s.72.876 1.152 1.092c.44.216.9.324 1.38.324.472 0 .928-.108 1.368-.324.44-.216.828-.58 1.164-1.092.336-.512.604-1.192.804-2.04.208-.856.312-1.924.312-3.204z"
1541
- fill="#21242C"
1542
- />
1543
- </svg>
1544
- </div>
1545
- </div>
1546
- </button>
1547
- </div>
1548
- <div
1549
- class="default_xu2jcg-o_O-inlineStyles_6bvuz9"
1550
- data-test-id="DECIMAL"
1551
- >
1552
- <button
1553
- aria-disabled="false"
1554
- aria-label="Decimal"
1555
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1556
- type="button"
1557
- >
1558
- <div
1559
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1560
- >
1561
- <div
1562
- class="default_xu2jcg-o_O-base_7gd6lb"
1563
- >
1564
- <svg
1565
- data-test-id="period-decimal"
1566
- fill="none"
1567
- height="40"
1568
- viewBox="0 0 40 40"
1569
- width="40"
1570
- xmlns="http://www.w3.org/2000/svg"
1571
- >
1572
- <path
1573
- d="M18.3401 27.512c0-.232.04-.448.12-.648.088-.208.204-.388.348-.54.152-.152.328-.272.528-.36.208-.088.428-.132.66-.132.232 0 .448.044.648.132.208.088.388.208.54.36.152.152.272.332.36.54.088.2.132.416.132.648 0 .24-.044.46-.132.66-.088.2-.208.376-.36.528-.152.152-.332.268-.54.348-.2.088-.416.132-.648.132-.232 0-.452-.044-.66-.132-.2-.08-.376-.196-.528-.348-.144-.152-.26-.328-.348-.528-.08-.2-.12-.42-.12-.66z"
1574
- fill="#21242C"
1575
- />
1576
- </svg>
1577
- </div>
1578
- </div>
1579
- </button>
1580
- </div>
1581
- <div
1582
- class="default_xu2jcg-o_O-inlineStyles_l02gwk"
1583
- data-test-id="NEGATIVE"
1584
- >
1585
- <button
1586
- aria-disabled="false"
1587
- aria-label="Negative"
1588
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1589
- type="button"
1590
- >
1591
- <div
1592
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1593
- >
1594
- <div
1595
- class="default_xu2jcg-o_O-base_7gd6lb"
1596
- >
1597
- <svg
1598
- fill="none"
1599
- height="40"
1600
- viewBox="0 0 40 40"
1601
- width="40"
1602
- xmlns="http://www.w3.org/2000/svg"
1603
- >
1604
- <path
1605
- clip-rule="evenodd"
1606
- d="M12.9571 13.2929c.3905.3905.3905 1.0237 0 1.4142C11.6871 15.9771 11 17.9485 11 20c0 2.0515.6871 4.0229 1.9571 5.2929.3905.3905.3905 1.0237 0 1.4142-.3905.3905-1.0237.3905-1.4142 0C9.81292 24.9771 9 22.4485 9 20c0-2.4485.81292-4.9771 2.5429-6.7071.3905-.3905 1.0237-.3905 1.4142 0zM14 20c0-.5523.4477-1 1-1h10c.5523 0 1 .4477 1 1s-.4477 1-1 1H15c-.5523 0-1-.4477-1-1zm14.4571-6.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142C28.3129 15.9771 29 17.9485 29 20c0 2.0515-.6871 4.0229-1.9571 5.2929-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0C30.1871 24.9771 31 22.4485 31 20c0-2.4485-.8129-4.9771-2.5429-6.7071z"
1607
- fill="#21242C"
1608
- fill-rule="evenodd"
1609
- />
1610
- </svg>
1611
- </div>
1612
- </div>
1613
- </button>
1614
- </div>
1615
- <div
1616
- class="default_xu2jcg-o_O-inlineStyles_ma0as6"
1617
- data-test-id="PERCENT"
1618
- >
1619
- <button
1620
- aria-disabled="false"
1621
- aria-label="Percent"
1622
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1623
- type="button"
1624
- >
1625
- <div
1626
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1627
- >
1628
- <div
1629
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1630
- >
1631
- <svg
1632
- fill="none"
1633
- height="40"
1634
- viewBox="0 0 40 40"
1635
- width="40"
1636
- xmlns="http://www.w3.org/2000/svg"
1637
- >
1638
- <path
1639
- clip-rule="evenodd"
1640
- d="M24.447 11.106a1 1 0 0 1 .447 1.341l-8 16a1 1 0 1 1-1.788-.894l8-16a1 1 0 0 1 1.341-.447ZM15 13a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm12 10a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z"
1641
- fill="currentColor"
1642
- fill-rule="evenodd"
1643
- />
1644
- </svg>
1645
- </div>
1646
- </div>
1647
- </button>
1648
- </div>
1649
- <div
1650
- class="default_xu2jcg-o_O-inlineStyles_771h91"
1651
- data-test-id="FRAC"
1652
- >
1653
- <button
1654
- aria-disabled="false"
1655
- aria-label="Fraction, excluding the current expression"
1656
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1657
- type="button"
1658
- >
1659
- <div
1660
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1661
- >
1662
- <div
1663
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1664
- >
1665
- <svg
1666
- fill="none"
1667
- height="40"
1668
- viewBox="0 0 40 40"
1669
- width="40"
1670
- xmlns="http://www.w3.org/2000/svg"
1671
- >
1672
- <path
1673
- clip-rule="evenodd"
1674
- d="M16 10C16 9.44772 16.4477 9 17 9H23C23.5523 9 24 9.44772 24 10V16C24 16.5523 23.5523 17 23 17H17C16.4477 17 16 16.5523 16 16V10ZM18 11H22V15H18V11ZM14 20C14 19.4477 14.4477 19 15 19H25C25.5523 19 26 19.4477 26 20C26 20.5523 25.5523 21 25 21H15C14.4477 21 14 20.5523 14 20ZM17 23C16.4477 23 16 23.4477 16 24V30C16 30.5523 16.4477 31 17 31H23C23.5523 31 24 30.5523 24 30V24C24 23.4477 23.5523 23 23 23H17ZM22 25H18V29H22V25Z"
1675
- fill="#21242C"
1676
- fill-rule="evenodd"
1677
- />
1678
- </svg>
1679
- </div>
1680
- </div>
1681
- </button>
1682
- </div>
1683
- <div
1684
- class="default_xu2jcg-o_O-inlineStyles_wb5o9j"
1685
- data-test-id="PLUS"
1686
- >
1687
- <button
1688
- aria-disabled="false"
1689
- aria-label="Plus"
1690
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1691
- type="button"
1692
- >
1693
- <div
1694
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1695
- >
1696
- <div
1697
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1698
- >
1699
- <svg
1700
- fill="none"
1701
- height="40"
1702
- viewBox="0 0 40 40"
1703
- width="40"
1704
- xmlns="http://www.w3.org/2000/svg"
1705
- >
1706
- <path
1707
- clip-rule="evenodd"
1708
- d="M12 20c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1s-.4477 1-1 1H13c-.5523 0-1-.4477-1-1z"
1709
- fill="#21242C"
1710
- fill-rule="evenodd"
1711
- />
1712
- <path
1713
- clip-rule="evenodd"
1714
- d="M20 28c-.5523 0-1-.4477-1-1V13c0-.5523.4477-1 1-1s1 .4477 1 1v14c0 .5523-.4477 1-1 1z"
1715
- fill="#21242C"
1716
- fill-rule="evenodd"
1717
- />
1718
- </svg>
1719
- </div>
1720
- </div>
1721
- </button>
1722
- </div>
1723
- <div
1724
- class="default_xu2jcg-o_O-inlineStyles_9isr9w"
1725
- data-test-id="MINUS"
1726
- >
1727
- <button
1728
- aria-disabled="false"
1729
- aria-label="Minus"
1730
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1731
- type="button"
1732
- >
1733
- <div
1734
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1735
- >
1736
- <div
1737
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1738
- >
1739
- <svg
1740
- fill="none"
1741
- height="40"
1742
- viewBox="0 0 40 40"
1743
- width="40"
1744
- xmlns="http://www.w3.org/2000/svg"
1745
- >
1746
- <path
1747
- clip-rule="evenodd"
1748
- d="M12 20c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1s-.4477 1-1 1H13c-.5523 0-1-.4477-1-1z"
1749
- fill="#21242C"
1750
- fill-rule="evenodd"
1751
- />
1752
- </svg>
1753
- </div>
1754
- </div>
1755
- </button>
1756
- </div>
1757
- <div
1758
- class="default_xu2jcg-o_O-inlineStyles_lv836c"
1759
- data-test-id="CDOT"
1760
- >
1761
- <button
1762
- aria-disabled="false"
1763
- aria-label="Multiply"
1764
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1765
- type="button"
1766
- >
1767
- <div
1768
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1769
- >
1770
- <div
1771
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1772
- >
1773
- <svg
1774
- fill="none"
1775
- height="40"
1776
- viewBox="0 0 40 40"
1777
- width="40"
1778
- xmlns="http://www.w3.org/2000/svg"
1779
- >
1780
- <g
1781
- clip-path="url(#clip0_874_41555)"
1782
- >
1783
- <circle
1784
- cx="20"
1785
- cy="20"
1786
- fill="#21242C"
1787
- r="1.5"
1788
- />
1789
- </g>
1790
- <defs>
1791
- <clippath
1792
- id="clip0_874_41555"
1793
- >
1794
- <path
1795
- d="M0 0h3v3H0z"
1796
- fill="#fff"
1797
- transform="translate(18.5 18.5)"
1798
- />
1799
- </clippath>
1800
- </defs>
1801
- </svg>
1802
- </div>
1803
- </div>
1804
- </button>
1805
- </div>
1806
- <div
1807
- class="default_xu2jcg-o_O-inlineStyles_k65qc5"
1808
- data-test-id="LEFT_PAREN"
1809
- >
1810
- <button
1811
- aria-disabled="false"
1812
- aria-label="Left parenthesis"
1813
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1814
- type="button"
1815
- >
1816
- <div
1817
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1818
- >
1819
- <div
1820
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1821
- >
1822
- <svg
1823
- fill="none"
1824
- height="40"
1825
- viewBox="0 0 40 40"
1826
- width="40"
1827
- xmlns="http://www.w3.org/2000/svg"
1828
- >
1829
- <path
1830
- clip-rule="evenodd"
1831
- d="M22.6402 9.2318c.4243.35357.4816.9841.128 1.4084-4.6909 5.6292-4.6909 13.0905 0 18.7196.3536.4243.2963 1.0549-.128 1.4084-.4243.3536-1.0549.2963-1.4084-.128-5.3091-6.3708-5.3091-14.9095 0-21.28036.3535-.42428.9841-.4816 1.4084-.12804z"
1832
- fill="#21242C"
1833
- fill-rule="evenodd"
1834
- />
1835
- </svg>
1836
- </div>
1837
- </div>
1838
- </button>
1839
- </div>
1840
- <div
1841
- class="default_xu2jcg-o_O-inlineStyles_1bljvrq"
1842
- data-test-id="RIGHT_PAREN"
1843
- >
1844
- <button
1845
- aria-disabled="false"
1846
- aria-label="Right parenthesis"
1847
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1848
- type="button"
1849
- >
1850
- <div
1851
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1852
- >
1853
- <div
1854
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_s65xgl"
1855
- >
1856
- <svg
1857
- fill="none"
1858
- height="40"
1859
- viewBox="0 0 40 40"
1860
- width="40"
1861
- xmlns="http://www.w3.org/2000/svg"
1862
- >
1863
- <path
1864
- clip-rule="evenodd"
1865
- d="M18.3598 9.2318c.4243-.35356 1.0549-.29624 1.4084.12804 5.3091 6.37086 5.3091 14.90956 0 21.28036-.3535.4243-.9841.4816-1.4084.128-.4242-.3535-.4816-.9841-.128-1.4084 4.691-5.6291 4.691-13.0904 0-18.7196-.3536-.4243-.2962-1.05483.128-1.4084z"
1866
- fill="#21242C"
1867
- fill-rule="evenodd"
1868
- />
1869
- </svg>
1870
- </div>
1871
- </div>
1872
- </button>
1873
- </div>
1874
- <div
1875
- class="default_xu2jcg-o_O-inlineStyles_y8g975"
1876
- data-test-id="BACKSPACE"
1877
- >
1878
- <button
1879
- aria-disabled="false"
1880
- aria-label="Delete"
1881
- class="button_vr44p2-o_O-reset_152ygtm-o_O-link_13xlah4-o_O-clickable_rukhmf"
1882
- type="button"
1883
- >
1884
- <div
1885
- class="default_xu2jcg-o_O-outerBoxBase_3w5jmh"
1886
- >
1887
- <div
1888
- class="default_xu2jcg-o_O-base_7gd6lb-o_O-inlineStyles_wps3dh"
1889
- >
1890
- <svg
1891
- fill="none"
1892
- height="40"
1893
- viewBox="0 0 40 40"
1894
- width="40"
1895
- xmlns="http://www.w3.org/2000/svg"
1896
- >
1897
- <path
1898
- clip-rule="evenodd"
1899
- d="M10 20l6-6h12.1716v12H16l-6-6zm-1.41421-1.4142l6.00001-6C14.9609 12.2107 15.4696 12 16 12h12.1716c1.1045 0 2 .8954 2 2v12c0 1.1046-.8955 2-2 2H16c-.5304 0-1.0391-.2107-1.4142-.5858l-6.00001-6c-.78105-.781-.78105-2.0474 0-2.8284zm13.87871-1.2929l-1.2929 1.2929-1.2929-1.2929c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142L19.7574 20l-1.2929 1.2929c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l1.2929-1.2929 1.2929 1.2929c.3905.3905 1.0237.3905 1.4142 0 .3906-.3905.3906-1.0237 0-1.4142L22.5858 20l1.2929-1.2929c.3906-.3905.3906-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0z"
1900
- fill="#21242C"
1901
- fill-rule="evenodd"
1902
- />
1903
- </svg>
1904
- </div>
1905
- </div>
1906
- </button>
1907
- </div>
1908
- </div>
1909
- </div>
1910
- </div>
1911
- </div>
1912
- </div>
1913
- `;