@adcops/autocore-react 3.0.34 → 3.0.36

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 (173) hide show
  1. package/dist/assets/BlocklyLogo.js +1 -9
  2. package/dist/assets/Distance.js +1 -5
  3. package/dist/assets/JogLong.js +1 -3
  4. package/dist/assets/JogMedium.js +1 -3
  5. package/dist/assets/JogShort.js +1 -3
  6. package/dist/assets/PythonLogo.js +1 -21
  7. package/dist/assets/Rotation3D.js +1 -3
  8. package/dist/assets/RotationCcw.js +1 -10
  9. package/dist/assets/RotationCcwA.js +1 -16
  10. package/dist/assets/RotationCcwB.js +1 -16
  11. package/dist/assets/RotationCcwC.js +1 -16
  12. package/dist/assets/RotationCw.js +1 -10
  13. package/dist/assets/RotationCwA.js +1 -16
  14. package/dist/assets/RotationCwB.js +1 -16
  15. package/dist/assets/RotationCwC.js +1 -16
  16. package/dist/assets/Run.js +1 -3
  17. package/dist/assets/Speed.js +1 -5
  18. package/dist/assets/SpeedFast.js +1 -3
  19. package/dist/assets/SpeedMedium.js +1 -3
  20. package/dist/assets/SpeedNone.js +1 -3
  21. package/dist/assets/SpeedSlow.js +1 -3
  22. package/dist/assets/Walk.js +1 -3
  23. package/dist/assets/index.js +1 -22
  24. package/dist/components/BlocklyEditor.css +71 -2
  25. package/dist/components/BlocklyEditor.js +1 -508
  26. package/dist/components/CodeEditor.js +1 -108
  27. package/dist/components/FileList.js +1 -218
  28. package/dist/components/FileSelect.js +1 -63
  29. package/dist/components/FitText.js +1 -13
  30. package/dist/components/Indicator.js +1 -113
  31. package/dist/components/IndicatorButton.js +1 -187
  32. package/dist/components/IndicatorRect.js +1 -93
  33. package/dist/components/JogPanel.js +1 -295
  34. package/dist/components/Lamp.js +1 -161
  35. package/dist/components/Osk.js +1 -125
  36. package/dist/components/OskDialog.js +1 -128
  37. package/dist/components/ProgressBarWithValue.js +1 -18
  38. package/dist/components/TextInput.js +1 -139
  39. package/dist/components/ToggleGroup.js +1 -204
  40. package/dist/components/ValueDisplay.js +1 -160
  41. package/dist/components/ValueIndicator.js +1 -38
  42. package/dist/components/ValueInput.js +1 -158
  43. package/dist/core/ActionMode.js +1 -18
  44. package/dist/core/EventEmitterContext.js +1 -252
  45. package/dist/core/IndicatorButtonState.js +1 -9
  46. package/dist/core/IndicatorColor.js +1 -36
  47. package/dist/core/MaskPatterns.js +1 -80
  48. package/dist/core/NumerableTypes.js +1 -10
  49. package/dist/core/PositionContext.js +1 -24
  50. package/dist/core/UniqueId.js +1 -32
  51. package/dist/core/ValueSimulator.js +1 -233
  52. package/dist/core/hoc.js +1 -44
  53. package/dist/hooks/adsHooks.js +1 -253
  54. package/dist/hooks/commandHooks.js +1 -252
  55. package/dist/hooks/index.js +1 -10
  56. package/dist/hooks/useScaledValue.js +1 -86
  57. package/dist/hub/CommandMessage.js +1 -9
  58. package/dist/hub/HubBase.js +1 -310
  59. package/dist/hub/HubSimulate.js +1 -46
  60. package/dist/hub/HubTauri.js +1 -130
  61. package/dist/hub/HubWebSocket.js +1 -240
  62. package/dist/hub/index.js +1 -57
  63. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleMono-Italic-VariableFont_wght.ttf +0 -0
  64. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleMono-VariableFont_wght.ttf +0 -0
  65. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-Italic-VariableFont_wght.ttf +0 -0
  66. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-Regular.woff2 +0 -0
  67. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-RegularItalic.woff2 +0 -0
  68. package/dist/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-VariableFont_wght.ttf +0 -0
  69. package/dist/themes/adc-dark/blue/theme.css +7097 -0
  70. package/dist/themes/adc-dark/blue/theme.css.map +1 -0
  71. package/package.json +8 -2
  72. package/src/components/BlocklyEditor.css +71 -2
  73. package/src/themes/adc-dark/_extensions.scss +166 -0
  74. package/src/themes/adc-dark/_variables.scss +913 -0
  75. package/src/themes/adc-dark/blue/_fonts.scss +24 -0
  76. package/src/themes/adc-dark/blue/adc_theme.scss +31 -0
  77. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleMono-Italic-VariableFont_wght.ttf +0 -0
  78. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleMono-VariableFont_wght.ttf +0 -0
  79. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-Italic-VariableFont_wght.ttf +0 -0
  80. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-Regular.woff2 +0 -0
  81. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-RegularItalic.woff2 +0 -0
  82. package/src/themes/adc-dark/blue/fonts/AtkinsonHyperlegibleNext-VariableFont_wght.ttf +0 -0
  83. package/src/themes/adc-dark/blue/theme.scss +14 -0
  84. package/src/themes/theme-base/_colors.scss +18 -0
  85. package/src/themes/theme-base/_common.scss +75 -0
  86. package/src/themes/theme-base/_components.scss +111 -0
  87. package/src/themes/theme-base/_mixins.scss +243 -0
  88. package/src/themes/theme-base/components/button/_button.scss +644 -0
  89. package/src/themes/theme-base/components/button/_speeddial.scss +91 -0
  90. package/src/themes/theme-base/components/button/_splitbutton.scss +359 -0
  91. package/src/themes/theme-base/components/data/_carousel.scss +39 -0
  92. package/src/themes/theme-base/components/data/_datascroller.scss +47 -0
  93. package/src/themes/theme-base/components/data/_datatable.scss +389 -0
  94. package/src/themes/theme-base/components/data/_dataview.scss +47 -0
  95. package/src/themes/theme-base/components/data/_filter.scss +138 -0
  96. package/src/themes/theme-base/components/data/_orderlist.scss +86 -0
  97. package/src/themes/theme-base/components/data/_organizationchart.scss +50 -0
  98. package/src/themes/theme-base/components/data/_paginator.scss +91 -0
  99. package/src/themes/theme-base/components/data/_picklist.scss +74 -0
  100. package/src/themes/theme-base/components/data/_timeline.scss +38 -0
  101. package/src/themes/theme-base/components/data/_tree.scss +184 -0
  102. package/src/themes/theme-base/components/data/_treetable.scss +431 -0
  103. package/src/themes/theme-base/components/file/_fileupload.scss +41 -0
  104. package/src/themes/theme-base/components/input/_autocomplete.scss +95 -0
  105. package/src/themes/theme-base/components/input/_calendar.scss +251 -0
  106. package/src/themes/theme-base/components/input/_cascadeselect.scss +107 -0
  107. package/src/themes/theme-base/components/input/_checkbox.scss +181 -0
  108. package/src/themes/theme-base/components/input/_chips.scss +102 -0
  109. package/src/themes/theme-base/components/input/_colorpicker.scss +18 -0
  110. package/src/themes/theme-base/components/input/_dropdown.scss +252 -0
  111. package/src/themes/theme-base/components/input/_editor.scss +122 -0
  112. package/src/themes/theme-base/components/input/_iconfield.scss +10 -0
  113. package/src/themes/theme-base/components/input/_inputgroup.scss +74 -0
  114. package/src/themes/theme-base/components/input/_inputicon.scss +15 -0
  115. package/src/themes/theme-base/components/input/_inputnumber.scss +5 -0
  116. package/src/themes/theme-base/components/input/_inputotp.scss +10 -0
  117. package/src/themes/theme-base/components/input/_inputswitch.scss +100 -0
  118. package/src/themes/theme-base/components/input/_inputtext.scss +101 -0
  119. package/src/themes/theme-base/components/input/_listbox.scss +139 -0
  120. package/src/themes/theme-base/components/input/_mention.scss +31 -0
  121. package/src/themes/theme-base/components/input/_multiselect.scss +278 -0
  122. package/src/themes/theme-base/components/input/_password.scss +33 -0
  123. package/src/themes/theme-base/components/input/_radiobutton.scss +170 -0
  124. package/src/themes/theme-base/components/input/_rating.scss +81 -0
  125. package/src/themes/theme-base/components/input/_selectbutton.scss +50 -0
  126. package/src/themes/theme-base/components/input/_slider.scss +49 -0
  127. package/src/themes/theme-base/components/input/_togglebutton.scss +99 -0
  128. package/src/themes/theme-base/components/input/_treeselect.scss +151 -0
  129. package/src/themes/theme-base/components/input/_tristatecheckbox.scss +46 -0
  130. package/src/themes/theme-base/components/menu/_breadcrumb.scss +42 -0
  131. package/src/themes/theme-base/components/menu/_contextmenu.scss +39 -0
  132. package/src/themes/theme-base/components/menu/_dock.scss +109 -0
  133. package/src/themes/theme-base/components/menu/_megamenu.scss +141 -0
  134. package/src/themes/theme-base/components/menu/_menu.scss +33 -0
  135. package/src/themes/theme-base/components/menu/_menubar.scss +216 -0
  136. package/src/themes/theme-base/components/menu/_panelmenu.scss +153 -0
  137. package/src/themes/theme-base/components/menu/_slidemenu.scss +60 -0
  138. package/src/themes/theme-base/components/menu/_steps.scss +57 -0
  139. package/src/themes/theme-base/components/menu/_tabmenu.scss +50 -0
  140. package/src/themes/theme-base/components/menu/_tieredmenu.scss +43 -0
  141. package/src/themes/theme-base/components/messages/_inlinemessage.scss +69 -0
  142. package/src/themes/theme-base/components/messages/_message.scss +107 -0
  143. package/src/themes/theme-base/components/messages/_toast.scss +100 -0
  144. package/src/themes/theme-base/components/misc/_avatar.scss +34 -0
  145. package/src/themes/theme-base/components/misc/_badge.scss +77 -0
  146. package/src/themes/theme-base/components/misc/_blockui.scss +0 -0
  147. package/src/themes/theme-base/components/misc/_chip.scss +39 -0
  148. package/src/themes/theme-base/components/misc/_inplace.scss +17 -0
  149. package/src/themes/theme-base/components/misc/_metergroup.scss +81 -0
  150. package/src/themes/theme-base/components/misc/_progressbar.scss +17 -0
  151. package/src/themes/theme-base/components/misc/_scrolltop.scss +25 -0
  152. package/src/themes/theme-base/components/misc/_skeleton.scss +8 -0
  153. package/src/themes/theme-base/components/misc/_tag.scss +40 -0
  154. package/src/themes/theme-base/components/misc/_terminal.scss +12 -0
  155. package/src/themes/theme-base/components/multimedia/_galleria.scss +153 -0
  156. package/src/themes/theme-base/components/multimedia/_image.scss +54 -0
  157. package/src/themes/theme-base/components/overlay/_confirmpopup.scss +72 -0
  158. package/src/themes/theme-base/components/overlay/_dialog.scss +78 -0
  159. package/src/themes/theme-base/components/overlay/_overlaypanel.scss +64 -0
  160. package/src/themes/theme-base/components/overlay/_sidebar.scss +23 -0
  161. package/src/themes/theme-base/components/overlay/_tooltip.scss +33 -0
  162. package/src/themes/theme-base/components/panel/_accordion.scss +118 -0
  163. package/src/themes/theme-base/components/panel/_card.scss +30 -0
  164. package/src/themes/theme-base/components/panel/_divider.scss +31 -0
  165. package/src/themes/theme-base/components/panel/_fieldset.scss +47 -0
  166. package/src/themes/theme-base/components/panel/_panel.scss +47 -0
  167. package/src/themes/theme-base/components/panel/_scrollpanel.scss +10 -0
  168. package/src/themes/theme-base/components/panel/_splitter.scss +23 -0
  169. package/src/themes/theme-base/components/panel/_stepper.scss +136 -0
  170. package/src/themes/theme-base/components/panel/_tabview.scss +147 -0
  171. package/src/themes/theme-base/components/panel/_toolbar.scss +11 -0
  172. package/tools/build-themes.cjs +66 -0
  173. package/tools/copy-distribution-files.cjs +20 -16
@@ -1,9 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgBlocklyLogo = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 34.131, height: 38.057, ...props, children: [_jsx("path", { d: "M12.605 61.77a3.21 3.21 0 0 0-3.212 3.213V92.69a3.21 3.21 0 0 0 3.212 3.212h1.25a5.285 5.285 0 0 0 5.105 3.924 5.285 5.285 0 0 0 5.1-3.924h5.442a2.117 2.117 0 0 0 2.117-2.117V63.888l-2.116-2.117z", style: {
3
- fill: "#4285f4",
4
- strokeWidth: 0.264583,
5
- }, transform: "translate(-9.393 -61.77)" }), _jsx("path", { d: "M28.445 61.77q-.003 7.023-.002 14.053l-4.4-2.487a.952.952 0 0 0-1.421.828v10.748a.953.953 0 0 0 1.42.827l4.4-2.487v12.65h12.035a3.05 3.05 0 0 0 3.047-3.048V64.808a3.05 3.05 0 0 0-3.048-3.037z", style: {
6
- fill: "#c8d1db",
7
- strokeWidth: 0.264583,
8
- }, transform: "translate(-9.393 -61.77)" })] }));
9
- export default SvgBlocklyLogo;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgBlocklyLogo=s=>_jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:34.131,height:38.057,...s,children:[_jsx("path",{d:"M12.605 61.77a3.21 3.21 0 0 0-3.212 3.213V92.69a3.21 3.21 0 0 0 3.212 3.212h1.25a5.285 5.285 0 0 0 5.105 3.924 5.285 5.285 0 0 0 5.1-3.924h5.442a2.117 2.117 0 0 0 2.117-2.117V63.888l-2.116-2.117z",style:{fill:"#4285f4",strokeWidth:.264583},transform:"translate(-9.393 -61.77)"}),_jsx("path",{d:"M28.445 61.77q-.003 7.023-.002 14.053l-4.4-2.487a.952.952 0 0 0-1.421.828v10.748a.953.953 0 0 0 1.42.827l4.4-2.487v12.65h12.035a3.05 3.05 0 0 0 3.047-3.048V64.808a3.05 3.05 0 0 0-3.048-3.037z",style:{fill:"#c8d1db",strokeWidth:.264583},transform:"translate(-9.393 -61.77)"})]});export default SvgBlocklyLogo;
@@ -1,5 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgDistance = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M99.287-194.465q-39.261 0-67.22-27.959Q4.11-250.382 4.11-289.644v-380.712q0-39.262 27.958-67.22 27.959-27.959 67.22-27.959h761.426q39.261 0 67.22 27.959t27.958 67.22v380.712q0 39.262-27.958 67.22-27.959 27.959-67.22 27.959zm0-95.179h761.426v-380.712H717.946v142.767q0 20.225-13.682 33.907T670.356-480t-33.907-13.682-13.682-33.907v-142.767H527.59v142.767q0 20.225-13.682 33.907T480-480t-33.907-13.682-13.682-33.907v-142.767h-95.178v142.767q0 20.225-13.682 33.907T289.644-480t-33.908-13.682-13.682-33.907v-142.767H99.287ZM480-480", style: {
3
- strokeWidth: 1.18973,
4
- } }) }));
5
- export default SvgDistance;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgDistance=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M99.287-194.465q-39.261 0-67.22-27.959Q4.11-250.382 4.11-289.644v-380.712q0-39.262 27.958-67.22 27.959-27.959 67.22-27.959h761.426q39.261 0 67.22 27.959t27.958 67.22v380.712q0 39.262-27.958 67.22-27.959 27.959-67.22 27.959zm0-95.179h761.426v-380.712H717.946v142.767q0 20.225-13.682 33.907T670.356-480t-33.907-13.682-13.682-33.907v-142.767H527.59v142.767q0 20.225-13.682 33.907T480-480t-33.907-13.682-13.682-33.907v-142.767h-95.178v142.767q0 20.225-13.682 33.907T289.644-480t-33.908-13.682-13.682-33.907v-142.767H99.287ZM480-480",style:{strokeWidth:1.18973}})});export default SvgDistance;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgJogLong = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M800-80v-800h80v800zM560-280v-400h120v400zm-240 0v-400h120v400zm-240 0v-400h120v400h120Z" }) }));
3
- export default SvgJogLong;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgJogLong=v=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...v,children:_jsx("path",{d:"M800-80v-800h80v800zM560-280v-400h120v400zm-240 0v-400h120v400zm-240 0v-400h120v400h120Z"})});export default SvgJogLong;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgJogMedium = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M800-80v-800h80v800zM560-280v-400h120v400zm-240 0v-400h120v400z" }) }));
3
- export default SvgJogMedium;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgJogMedium=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M800-80v-800h80v800zM560-280v-400h120v400zm-240 0v-400h120v400z"})});export default SvgJogMedium;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgJogShort = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M800-80v-800h80v800zM560-280v-400h120v400zm-240 0" }) }));
3
- export default SvgJogShort;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgJogShort=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M800-80v-800h80v800zM560-280v-400h120v400zm-240 0"})});export default SvgJogShort;
@@ -1,21 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgPythonLogo = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: 33.348, height: 33.717, viewBox: "0 0 111.161 112.389", ...props, children: [_jsxs("defs", { children: [_jsxs("linearGradient", { id: "python_logo_svg__a", children: [_jsx("stop", { offset: 0, style: {
3
- stopColor: "#ffd43b",
4
- stopOpacity: 1,
5
- } }), _jsx("stop", { offset: 1, style: {
6
- stopColor: "#ffe873",
7
- stopOpacity: 1,
8
- } })] }), _jsxs("linearGradient", { id: "python_logo_svg__b", children: [_jsx("stop", { offset: 0, style: {
9
- stopColor: "#5a9fd4",
10
- stopOpacity: 1,
11
- } }), _jsx("stop", { offset: 1, style: {
12
- stopColor: "#306998",
13
- stopOpacity: 1,
14
- } })] }), _jsx("linearGradient", { xlinkHref: "#python_logo_svg__a", id: "python_logo_svg__e", x1: 150.961, x2: 112.031, y1: 192.352, y2: 137.273, gradientTransform: "matrix(.56254 0 0 .56797 -9.4 -5.305)", gradientUnits: "userSpaceOnUse" }), _jsx("linearGradient", { xlinkHref: "#python_logo_svg__b", id: "python_logo_svg__d", x1: 26.649, x2: 135.665, y1: 20.604, y2: 114.398, gradientTransform: "matrix(.56254 0 0 .56797 -9.4 -5.305)", gradientUnits: "userSpaceOnUse" })] }), _jsx("path", { d: "M60.51 6.398c-4.583.021-8.96.412-12.812 1.094-11.347 2.004-13.407 6.2-13.407 13.937v10.219h26.813v3.406H24.229c-7.793 0-14.616 4.684-16.75 13.594-2.462 10.213-2.571 16.586 0 27.25 1.906 7.938 6.457 13.594 14.25 13.594h9.219v-12.25c0-8.85 7.657-16.657 16.75-16.657h26.78c7.456 0 13.407-6.138 13.407-13.625V21.43c0-7.267-6.13-12.726-13.406-13.938-4.606-.767-9.385-1.115-13.969-1.094m-14.5 8.219c2.77 0 5.031 2.298 5.031 5.125 0 2.816-2.261 5.093-5.03 5.093-2.78 0-5.032-2.277-5.032-5.093 0-2.827 2.252-5.125 5.031-5.125", style: {
15
- fill: "url(#python_logo_svg__d)",
16
- fillOpacity: 1,
17
- }, transform: "translate(-5.591 -6.397)" }), _jsx("path", { d: "M91.229 35.054V46.96c0 9.231-7.826 17-16.75 17H47.698c-7.336 0-13.407 6.279-13.407 13.625v25.532c0 7.266 6.319 11.54 13.407 13.625 8.487 2.495 16.626 2.946 26.78 0 6.751-1.955 13.407-5.888 13.407-13.625V92.898H61.104v-3.406h40.187c7.793 0 10.697-5.436 13.407-13.594 2.799-8.399 2.68-16.476 0-27.25-1.926-7.757-5.604-13.594-13.407-13.594zM76.166 99.71c2.78 0 5.032 2.278 5.032 5.094 0 2.827-2.252 5.125-5.032 5.125-2.77 0-5.03-2.298-5.03-5.125 0-2.816 2.26-5.094 5.03-5.094", style: {
18
- fill: "url(#python_logo_svg__e)",
19
- fillOpacity: 1,
20
- }, transform: "translate(-5.591 -6.397)" })] }));
21
- export default SvgPythonLogo;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgPythonLogo=s=>_jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:33.348,height:33.717,viewBox:"0 0 111.161 112.389",...s,children:[_jsxs("defs",{children:[_jsxs("linearGradient",{id:"python_logo_svg__a",children:[_jsx("stop",{offset:0,style:{stopColor:"#ffd43b",stopOpacity:1}}),_jsx("stop",{offset:1,style:{stopColor:"#ffe873",stopOpacity:1}})]}),_jsxs("linearGradient",{id:"python_logo_svg__b",children:[_jsx("stop",{offset:0,style:{stopColor:"#5a9fd4",stopOpacity:1}}),_jsx("stop",{offset:1,style:{stopColor:"#306998",stopOpacity:1}})]}),_jsx("linearGradient",{xlinkHref:"#python_logo_svg__a",id:"python_logo_svg__e",x1:150.961,x2:112.031,y1:192.352,y2:137.273,gradientTransform:"matrix(.56254 0 0 .56797 -9.4 -5.305)",gradientUnits:"userSpaceOnUse"}),_jsx("linearGradient",{xlinkHref:"#python_logo_svg__b",id:"python_logo_svg__d",x1:26.649,x2:135.665,y1:20.604,y2:114.398,gradientTransform:"matrix(.56254 0 0 .56797 -9.4 -5.305)",gradientUnits:"userSpaceOnUse"})]}),_jsx("path",{d:"M60.51 6.398c-4.583.021-8.96.412-12.812 1.094-11.347 2.004-13.407 6.2-13.407 13.937v10.219h26.813v3.406H24.229c-7.793 0-14.616 4.684-16.75 13.594-2.462 10.213-2.571 16.586 0 27.25 1.906 7.938 6.457 13.594 14.25 13.594h9.219v-12.25c0-8.85 7.657-16.657 16.75-16.657h26.78c7.456 0 13.407-6.138 13.407-13.625V21.43c0-7.267-6.13-12.726-13.406-13.938-4.606-.767-9.385-1.115-13.969-1.094m-14.5 8.219c2.77 0 5.031 2.298 5.031 5.125 0 2.816-2.261 5.093-5.03 5.093-2.78 0-5.032-2.277-5.032-5.093 0-2.827 2.252-5.125 5.031-5.125",style:{fill:"url(#python_logo_svg__d)",fillOpacity:1},transform:"translate(-5.591 -6.397)"}),_jsx("path",{d:"M91.229 35.054V46.96c0 9.231-7.826 17-16.75 17H47.698c-7.336 0-13.407 6.279-13.407 13.625v25.532c0 7.266 6.319 11.54 13.407 13.625 8.487 2.495 16.626 2.946 26.78 0 6.751-1.955 13.407-5.888 13.407-13.625V92.898H61.104v-3.406h40.187c7.793 0 10.697-5.436 13.407-13.594 2.799-8.399 2.68-16.476 0-27.25-1.926-7.757-5.604-13.594-13.407-13.594zM76.166 99.71c2.78 0 5.032 2.278 5.032 5.094 0 2.827-2.252 5.125-5.032 5.125-2.77 0-5.03-2.298-5.03-5.125 0-2.816 2.26-5.094 5.03-5.094",style:{fill:"url(#python_logo_svg__e)",fillOpacity:1},transform:"translate(-5.591 -6.397)"})]});export default SvgPythonLogo;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgRotation3D = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M620-360H520q-8 0-14-6t-6-14v-200q0-8 6-14t14-6h100q17 0 28.5 11.5T660-560v160q0 17-11.5 28.5T620-360m-200 0h-90q-13 0-21.5-8.5T300-390t8.5-21.5T330-420h70v-40h-40q-8 0-14-6t-6-14 6-14 14-6h40v-40h-70q-13 0-21.5-8.5T300-570t8.5-21.5T330-600h90q17 0 28.5 11.5T460-560v160q0 17-11.5 28.5T420-360m140-60h40v-120h-40zm280-20q-17 0-28.5-11.5T800-480q0-115-72.5-203T542-794l30 30q11 11 11 28t-11 28-28 11-28-11L387-837q-8-8-5-20t15-15q20-5 41-6.5t42-1.5q83 0 156 31.5T763-763t85.5 127T880-480q0 17-11.5 28.5T840-440M480-80q-83 0-156-31.5T197-197t-85.5-127T80-480q0-17 11.5-28.5T120-520t28.5 11.5T160-480q0 115 72.5 203T418-166l-30-30q-11-11-11-28t11-28 28-11 28 11l129 129q8 8 5 20t-15 15q-20 5-41 6.5T480-80" }) }));
3
- export default SvgRotation3D;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgRotation3D=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M620-360H520q-8 0-14-6t-6-14v-200q0-8 6-14t14-6h100q17 0 28.5 11.5T660-560v160q0 17-11.5 28.5T620-360m-200 0h-90q-13 0-21.5-8.5T300-390t8.5-21.5T330-420h70v-40h-40q-8 0-14-6t-6-14 6-14 14-6h40v-40h-70q-13 0-21.5-8.5T300-570t8.5-21.5T330-600h90q17 0 28.5 11.5T460-560v160q0 17-11.5 28.5T420-360m140-60h40v-120h-40zm280-20q-17 0-28.5-11.5T800-480q0-115-72.5-203T542-794l30 30q11 11 11 28t-11 28-28 11-28-11L387-837q-8-8-5-20t15-15q20-5 41-6.5t42-1.5q83 0 156 31.5T763-763t85.5 127T880-480q0 17-11.5 28.5T840-440M480-80q-83 0-156-31.5T197-197t-85.5-127T80-480q0-17 11.5-28.5T120-520t28.5 11.5T160-480q0 115 72.5 203T418-166l-30-30q-11-11-11-28t11-28 28-11 28 11l129 129q8 8 5 20t-15 15q-20 5-41 6.5T480-80"})});export default SvgRotation3D;
@@ -1,10 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCcw = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- }, transform: "matrix(-1 0 0 1 958.8 0)" })] }) }));
10
- export default SvgRotationCcw;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCcw=s=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...s,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001},transform:"matrix(-1 0 0 1 958.8 0)"})]})});export default SvgRotationCcw;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCcwA = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M-596.92-296.031v-250.781q0-50.625 31.64-83.204Q-531.997-664-478.56-664q52.5 0 86.718 33.984 31.64 31.407 31.64 83.203v229.688l-44.53 21.094h-2.344v-165h-142.969v143.906l-44.531 21.094zm46.875-207.656h142.969v-43.125q0-31.407-16.875-50.86-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86z", "aria-label": "A", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- }, transform: "translate(958.8)" })] }) }));
16
- export default SvgRotationCcwA;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCcwA=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M-596.92-296.031v-250.781q0-50.625 31.64-83.204Q-531.997-664-478.56-664q52.5 0 86.718 33.984 31.64 31.407 31.64 83.203v229.688l-44.53 21.094h-2.344v-165h-142.969v143.906l-44.531 21.094zm46.875-207.656h142.969v-43.125q0-31.407-16.875-50.86-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86z","aria-label":"A",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40},transform:"translate(958.8)"})]})});export default SvgRotationCcwA;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCcwB = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M-545.358-347.594h66.797q35.391 0 56.25-22.265 15.235-16.172 15.235-42.657 0-27.421-16.172-46.171-17.578-21.563-55.313-21.563h-66.797zm0-174.843h66.797q23.438 0 37.735-15.235 12.656-13.594 12.656-35.39 0-17.813-15.234-32.11-13.594-11.953-35.157-11.953h-66.797zm-46.875 217.03v-342.187l24.844-11.718h88.828q39.61 0 65.86 21.562 31.172 25.313 31.172 64.922 0 40.312-35.625 67.031 11.484 4.922 22.734 14.766 34.219 31.172 34.219 77.344 0 46.406-30 76.171-32.11 32.11-88.36 32.11z", "aria-label": "B", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- }, transform: "translate(958.8)" })] }) }));
16
- export default SvgRotationCcwB;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCcwB=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M-545.358-347.594h66.797q35.391 0 56.25-22.265 15.235-16.172 15.235-42.657 0-27.421-16.172-46.171-17.578-21.563-55.313-21.563h-66.797zm0-174.843h66.797q23.438 0 37.735-15.235 12.656-13.594 12.656-35.39 0-17.813-15.234-32.11-13.594-11.953-35.157-11.953h-66.797zm-46.875 217.03v-342.187l24.844-11.718h88.828q39.61 0 65.86 21.562 31.172 25.313 31.172 64.922 0 40.312-35.625 67.031 11.484 4.922 22.734 14.766 34.219 31.172 34.219 77.344 0 46.406-30 76.171-32.11 32.11-88.36 32.11z","aria-label":"B",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40},transform:"translate(958.8)"})]})});export default SvgRotationCcwB;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCcwC = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- }, transform: "matrix(-1 0 0 1 958.8 0)" }), _jsx("path", { d: "M-360.201-434.312v16.406q0 50.86-31.64 83.203-33.282 33.984-86.72 33.984-53.437 0-86.718-33.984-31.641-32.344-31.641-83.203v-128.906q0-50.86 31.64-83.204Q-531.997-664-478.56-664q55.312 0 86.718 33.984 31.64 33.985 31.64 78.516l-44.53 21.094h-2.344v-16.407q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86v128.906q0 31.406 16.875 50.86 20.86 24.14 54.61 24.14t54.609-24.14q16.875-19.454 16.875-46.173l44.531-21.094z", "aria-label": "C", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- }, transform: "translate(958.8)" })] }) }));
16
- export default SvgRotationCcwC;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCcwC=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001},transform:"matrix(-1 0 0 1 958.8 0)"}),_jsx("path",{d:"M-360.201-434.312v16.406q0 50.86-31.64 83.203-33.282 33.984-86.72 33.984-53.437 0-86.718-33.984-31.641-32.344-31.641-83.203v-128.906q0-50.86 31.64-83.204Q-531.997-664-478.56-664q55.312 0 86.718 33.984 31.64 33.985 31.64 78.516l-44.53 21.094h-2.344v-16.407q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86v128.906q0 31.406 16.875 50.86 20.86 24.14 54.61 24.14t54.609-24.14q16.875-19.454 16.875-46.173l44.531-21.094z","aria-label":"C",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40},transform:"translate(958.8)"})]})});export default SvgRotationCcwC;
@@ -1,10 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCw = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- } }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- } })] }) }));
10
- export default SvgRotationCw;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCw=s=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...s,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"}}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001}})]})});export default SvgRotationCw;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCwA = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- } }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- } }), _jsx("path", { d: "M361.88-296.011v-250.782q0-50.625 31.64-83.203 33.28-33.984 86.718-33.984 52.5 0 86.72 33.984 31.64 31.407 31.64 83.203v229.688l-44.531 21.094h-2.344v-165H408.754v143.906l-44.531 21.094zm46.874-207.657h142.969v-43.125q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86z", "aria-label": "A", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- } })] }) }));
16
- export default SvgRotationCwA;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCwA=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"}}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001}}),_jsx("path",{d:"M361.88-296.011v-250.782q0-50.625 31.64-83.203 33.28-33.984 86.718-33.984 52.5 0 86.72 33.984 31.64 31.407 31.64 83.203v229.688l-44.531 21.094h-2.344v-165H408.754v143.906l-44.531 21.094zm46.874-207.657h142.969v-43.125q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86z","aria-label":"A",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40}})]})});export default SvgRotationCwA;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCwB = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- } }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- } }), _jsx("path", { d: "M413.442-347.574h66.796q35.391 0 56.25-22.265 15.235-16.172 15.235-42.657 0-27.422-16.172-46.172-17.578-21.562-55.313-21.562h-66.796zm0-174.844h66.796q23.438 0 37.735-15.234 12.656-13.594 12.656-35.39 0-17.813-15.234-32.11-13.594-11.953-35.157-11.953h-66.796zm-46.875 217.032v-342.188l24.843-11.719h88.828q39.61 0 65.86 21.563 31.172 25.312 31.172 64.922 0 40.312-35.625 67.031 11.484 4.922 22.734 14.766 34.219 31.172 34.219 77.343 0 46.407-30 76.172-32.11 32.11-88.36 32.11z", "aria-label": "B", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- } })] }) }));
16
- export default SvgRotationCwB;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCwB=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"}}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001}}),_jsx("path",{d:"M413.442-347.574h66.796q35.391 0 56.25-22.265 15.235-16.172 15.235-42.657 0-27.422-16.172-46.172-17.578-21.562-55.313-21.562h-66.796zm0-174.844h66.796q23.438 0 37.735-15.234 12.656-13.594 12.656-35.39 0-17.813-15.234-32.11-13.594-11.953-35.157-11.953h-66.796zm-46.875 217.032v-342.188l24.843-11.719h88.828q39.61 0 65.86 21.563 31.172 25.312 31.172 64.922 0 40.312-35.625 67.031 11.484 4.922 22.734 14.766 34.219 31.172 34.219 77.343 0 46.407-30 76.172-32.11 32.11-88.36 32.11z","aria-label":"B",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40}})]})});export default SvgRotationCwB;
@@ -1,16 +1 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- const SvgRotationCwC = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsxs("g", { style: {
3
- display: "inline",
4
- }, children: [_jsx("path", { d: "M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880", style: {
5
- display: "inline",
6
- } }), _jsx("path", { d: "M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80", style: {
7
- display: "inline",
8
- strokeWidth: 1.00001,
9
- } }), _jsx("path", { d: "M598.598-434.293v16.407q0 50.86-31.64 83.203-33.282 33.984-86.72 33.984-53.437 0-86.718-33.984-31.64-32.344-31.64-83.203v-128.907q0-50.859 31.64-83.203 33.28-33.984 86.718-33.984 55.313 0 86.72 33.984 31.64 33.985 31.64 78.516l-44.531 21.094h-2.344v-16.407q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86v128.906q0 31.406 16.875 50.86 20.86 24.14 54.61 24.14t54.609-24.14q16.875-19.454 16.875-46.173l44.531-21.094z", "aria-label": "C", style: {
10
- fontSize: 480,
11
- fontFamily: "&quot",
12
- textAlign: "center",
13
- textAnchor: "middle",
14
- strokeWidth: 40,
15
- } })] }) }));
16
- export default SvgRotationCwC;
1
+ import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";const SvgRotationCwC=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsxs("g",{style:{display:"inline"},children:[_jsx("path",{d:"M480-880c-55.333 0-107.349 10.484-156.016 31.484s-90.953 49.547-126.953 85.547-64.547 78.287-85.547 126.953C90.484-587.349 80-535.333 80-480c0 11.333 3.818 20.849 11.484 28.516S108.667-440 120-440s20.849-3.818 28.516-11.484S160-468.667 160-480c0-76.667 24.167-144.302 72.5-202.969 48.333-58.666 110.136-95.682 185.469-111.015l-30 30c-7.334 7.333-10.938 16.635-10.938 27.968 0 11.334 3.604 20.714 10.938 28.047 7.333 7.334 16.713 10.938 28.047 10.938s20.635-3.604 27.968-10.938L572.97-837.03q8-8 5-20t-15-15c-13.334-3.334-26.938-5.485-40.938-6.485S494-880 480-880",style:{display:"inline"}}),_jsx("path",{d:"M478.79-80c55.334 0 107.351-10.484 156.02-31.484 48.667-21 90.955-49.547 126.956-85.547 36-36 64.548-78.287 85.549-126.953 21-48.667 31.485-100.683 31.485-156.016 0-11.333-3.818-20.849-11.485-28.516S850.133-520 838.8-520s-20.85 3.818-28.516 11.484c-7.667 7.667-11.485 17.183-11.485 28.516 0 76.667-24.167 144.302-72.502 202.969-48.335 58.666-110.138 95.682-185.474 111.015l30.001-30c7.334-7.333 10.938-16.635 10.938-27.968 0-11.334-3.604-20.714-10.938-28.047-7.333-7.334-16.714-10.938-28.047-10.938s-20.636 3.604-27.97 10.938L385.818-122.97q-8 8-5 20t15 15c13.334 3.334 26.939 5.485 40.94 6.485S464.788-80 478.79-80",style:{display:"inline",strokeWidth:1.00001}}),_jsx("path",{d:"M598.598-434.293v16.407q0 50.86-31.64 83.203-33.282 33.984-86.72 33.984-53.437 0-86.718-33.984-31.64-32.344-31.64-83.203v-128.907q0-50.859 31.64-83.203 33.28-33.984 86.718-33.984 55.313 0 86.72 33.984 31.64 33.985 31.64 78.516l-44.531 21.094h-2.344v-16.407q0-31.406-16.875-50.859-20.86-24.14-54.61-24.14t-54.609 24.14q-16.875 19.453-16.875 50.86v128.906q0 31.406 16.875 50.86 20.86 24.14 54.61 24.14t54.609-24.14q16.875-19.454 16.875-46.173l44.531-21.094z","aria-label":"C",style:{fontSize:480,fontFamily:"&quot",textAlign:"center",textAnchor:"middle",strokeWidth:40}})]})});export default SvgRotationCwC;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgRun = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M520-80v-200l-84-80-31 138q-4 16-17.5 24.5T358-192l-198-40q-17-3-26-17t-6-31 17-26.5 31-5.5l152 32 64-324-72 28v96q0 17-11.5 28.5T280-440t-28.5-11.5T240-480v-122q0-12 6.5-21.5T264-638l134-58q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q21 34 54.5 59t77.5 33q17 3 28.5 15t11.5 29-11.5 28-27.5 9q-54-8-101-33.5T540-540l-24 120 72 68q6 6 9 13.5t3 15.5v243q0 17-11.5 28.5T560-40t-28.5-11.5T520-80m20-660q-33 0-56.5-23.5T460-820t23.5-56.5T540-900t56.5 23.5T620-820t-23.5 56.5T540-740" }) }));
3
- export default SvgRun;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgRun=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M520-80v-200l-84-80-31 138q-4 16-17.5 24.5T358-192l-198-40q-17-3-26-17t-6-31 17-26.5 31-5.5l152 32 64-324-72 28v96q0 17-11.5 28.5T280-440t-28.5-11.5T240-480v-122q0-12 6.5-21.5T264-638l134-58q35-15 51.5-19.5T480-720q21 0 39 11t29 29l40 64q21 34 54.5 59t77.5 33q17 3 28.5 15t11.5 29-11.5 28-27.5 9q-54-8-101-33.5T540-540l-24 120 72 68q6 6 9 13.5t3 15.5v243q0 17-11.5 28.5T560-40t-28.5-11.5T520-80m20-660q-33 0-56.5-23.5T460-820t23.5-56.5T540-900t56.5 23.5T620-820t-23.5 56.5T540-740"})});export default SvgRun;
@@ -1,5 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgSpeed = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M406.338-313.68q28.512 28.512 73.656 27.918t66.528-32.67l200.772-300.564q10.692-16.632-2.97-30.294t-30.294-2.97L413.466-451.488q-32.076 21.384-33.858 65.34t26.73 72.468m73.656-546.48q42.768 0 84.348 7.128t80.784 22.572q19.008 7.128 40.392 26.73t11.88 37.422-42.768 23.76-53.46-1.188q-29.7-10.692-59.994-16.038t-61.182-5.346q-158.004 0-269.082 111.078T99.834-384.96q0 49.896 13.662 98.604t38.61 91.476h655.776q27.324-45.144 39.798-93.852t12.474-100.98q0-30.888-5.346-60.588t-16.038-58.212q-7.128-20.196-2.376-39.204t21.384-32.076q15.444-11.88 33.858-7.128t25.542 21.384q17.82 41.58 27.324 84.942t10.692 88.506q1.188 67.716-15.444 129.492t-48.708 117.612q-13.068 21.384-35.64 33.264t-47.52 11.88H152.106q-24.948 0-47.52-11.88t-35.64-33.264q-30.888-53.46-47.52-113.454T4.794-384.96q0-98.604 37.422-184.734T144.384-720.57t151.47-102.168 184.14-37.422m8.316 371.844", style: {
3
- strokeWidth: 1.188,
4
- } }) }));
5
- export default SvgSpeed;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgSpeed=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M406.338-313.68q28.512 28.512 73.656 27.918t66.528-32.67l200.772-300.564q10.692-16.632-2.97-30.294t-30.294-2.97L413.466-451.488q-32.076 21.384-33.858 65.34t26.73 72.468m73.656-546.48q42.768 0 84.348 7.128t80.784 22.572q19.008 7.128 40.392 26.73t11.88 37.422-42.768 23.76-53.46-1.188q-29.7-10.692-59.994-16.038t-61.182-5.346q-158.004 0-269.082 111.078T99.834-384.96q0 49.896 13.662 98.604t38.61 91.476h655.776q27.324-45.144 39.798-93.852t12.474-100.98q0-30.888-5.346-60.588t-16.038-58.212q-7.128-20.196-2.376-39.204t21.384-32.076q15.444-11.88 33.858-7.128t25.542 21.384q17.82 41.58 27.324 84.942t10.692 88.506q1.188 67.716-15.444 129.492t-48.708 117.612q-13.068 21.384-35.64 33.264t-47.52 11.88H152.106q-24.948 0-47.52-11.88t-35.64-33.264q-30.888-53.46-47.52-113.454T4.794-384.96q0-98.604 37.422-184.734T144.384-720.57t151.47-102.168 184.14-37.422m8.316 371.844",style:{strokeWidth:1.188}})});export default SvgSpeed;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgSpeedFast = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80z" }) }));
3
- export default SvgSpeedFast;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgSpeedFast=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80z"})});export default SvgSpeedFast;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgSpeedMedium = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80zm423-80h200v-526L600-486z" }) }));
3
- export default SvgSpeedMedium;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgSpeedMedium=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80zm423-80h200v-526L600-486z"})});export default SvgSpeedMedium;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgSpeedNone = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M177-80q-27 0-37.5-24.5T148-148l664-664q19-19 43.5-8.5T880-783v643q0 25-17.5 42.5T820-80zm96-80h527v-526z" }) }));
3
- export default SvgSpeedNone;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgSpeedNone=e=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...e,children:_jsx("path",{d:"M177-80q-27 0-37.5-24.5T148-148l664-664q19-19 43.5-8.5T880-783v643q0 25-17.5 42.5T820-80zm96-80h527v-526z"})});export default SvgSpeedNone;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgSpeedSlow = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80zm223-80h400v-526L400-286z" }) }));
3
- export default SvgSpeedSlow;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgSpeedSlow=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M177-80q-18 0-29.5-12T136-120q0-8 3-15t9-13l664-664q6-6 13-9t15-3q16 0 28 11.5t12 29.5v643q0 25-17.5 42.5T820-80zm223-80h400v-526L400-286z"})});export default SvgSpeedSlow;
@@ -1,3 +1 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- const SvgWalk = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 -960 960 960", ...props, children: _jsx("path", { d: "M436-364 371-72q-3 14-14.5 23T330-40q-20 0-32-15t-8-34l102-515-72 28v96q0 17-11.5 28.5T280-440t-28.5-11.5T240-480v-122q0-12 6.5-21.5T264-638l178-76q14-6 29.5-7t29.5 4 26.5 14 20.5 23l40 64q13 20 30.5 38t39.5 31q14 8 31 14.5t34 9.5q16 3 26.5 14.5T760-480t-12 28-29 9q-56-8-100.5-35T541-543l-25 123 72 68q6 6 9 13.5t3 15.5v243q0 17-11.5 28.5T560-40t-28.5-11.5T520-80v-220zm104-376q-33 0-56.5-23.5T460-820t23.5-56.5T540-900t56.5 23.5T620-820t-23.5 56.5T540-740" }) }));
3
- export default SvgWalk;
1
+ import{jsx as _jsx}from"react/jsx-runtime";const SvgWalk=t=>_jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 -960 960 960",...t,children:_jsx("path",{d:"M436-364 371-72q-3 14-14.5 23T330-40q-20 0-32-15t-8-34l102-515-72 28v96q0 17-11.5 28.5T280-440t-28.5-11.5T240-480v-122q0-12 6.5-21.5T264-638l178-76q14-6 29.5-7t29.5 4 26.5 14 20.5 23l40 64q13 20 30.5 38t39.5 31q14 8 31 14.5t34 9.5q16 3 26.5 14.5T760-480t-12 28-29 9q-56-8-100.5-35T541-543l-25 123 72 68q6 6 9 13.5t3 15.5v243q0 17-11.5 28.5T560-40t-28.5-11.5T520-80v-220zm104-376q-33 0-56.5-23.5T460-820t23.5-56.5T540-900t56.5 23.5T620-820t-23.5 56.5T540-740"})});export default SvgWalk;
@@ -1,22 +1 @@
1
- export { default as BlocklyLogo } from "./BlocklyLogo";
2
- export { default as Distance } from "./Distance";
3
- export { default as JogLong } from "./JogLong";
4
- export { default as JogMedium } from "./JogMedium";
5
- export { default as JogShort } from "./JogShort";
6
- export { default as PythonLogo } from "./PythonLogo";
7
- export { default as Rotation3D } from "./Rotation3D";
8
- export { default as RotationCcw } from "./RotationCcw";
9
- export { default as RotationCcwA } from "./RotationCcwA";
10
- export { default as RotationCcwB } from "./RotationCcwB";
11
- export { default as RotationCcwC } from "./RotationCcwC";
12
- export { default as RotationCw } from "./RotationCw";
13
- export { default as RotationCwA } from "./RotationCwA";
14
- export { default as RotationCwB } from "./RotationCwB";
15
- export { default as RotationCwC } from "./RotationCwC";
16
- export { default as Run } from "./Run";
17
- export { default as Speed } from "./Speed";
18
- export { default as SpeedFast } from "./SpeedFast";
19
- export { default as SpeedMedium } from "./SpeedMedium";
20
- export { default as SpeedNone } from "./SpeedNone";
21
- export { default as SpeedSlow } from "./SpeedSlow";
22
- export { default as Walk } from "./Walk";
1
+ export{default as BlocklyLogo}from"./BlocklyLogo";export{default as Distance}from"./Distance";export{default as JogLong}from"./JogLong";export{default as JogMedium}from"./JogMedium";export{default as JogShort}from"./JogShort";export{default as PythonLogo}from"./PythonLogo";export{default as Rotation3D}from"./Rotation3D";export{default as RotationCcw}from"./RotationCcw";export{default as RotationCcwA}from"./RotationCcwA";export{default as RotationCcwB}from"./RotationCcwB";export{default as RotationCcwC}from"./RotationCcwC";export{default as RotationCw}from"./RotationCw";export{default as RotationCwA}from"./RotationCwA";export{default as RotationCwB}from"./RotationCwB";export{default as RotationCwC}from"./RotationCwC";export{default as Run}from"./Run";export{default as Speed}from"./Speed";export{default as SpeedFast}from"./SpeedFast";export{default as SpeedMedium}from"./SpeedMedium";export{default as SpeedNone}from"./SpeedNone";export{default as SpeedSlow}from"./SpeedSlow";export{default as Walk}from"./Walk";
@@ -2,7 +2,7 @@
2
2
  * Copyright (C) 2024 Automated Design Corp.. All Rights Reserved.
3
3
  * Created Date: 2024-03-15 14:22:54
4
4
  * -----
5
- * Last Modified: 2024-03-18 08:23:33
5
+ * Last Modified: 2025-07-16 12:01:34
6
6
  * -----
7
7
  *
8
8
  */
@@ -22,4 +22,73 @@
22
22
  .icon-scale {
23
23
  height: 24px;
24
24
  width: auto;
25
- }
25
+ }
26
+
27
+ /*
28
+ * Custom CSS overrides for Google Blockly to improve readability in a dark theme
29
+ * and to apply a custom font.
30
+ */
31
+
32
+ /* --- General Font Customization --- */
33
+
34
+ /* Changes the font for text on blocks, in input fields, and in the toolbox.
35
+ Using !important is often necessary to override Blockly's default styles. */
36
+ .blocklyText,
37
+ .blocklyHtmlInput,
38
+ .blocklyTreeLabel {
39
+ font-family: "HyperlegibleNext var", sans-serif !important;
40
+ }
41
+
42
+
43
+ /* --- Toolbox / Category Menu Customization --- */
44
+
45
+ /* Improves the text color for category labels in the toolbox for better contrast. */
46
+ .blocklyTreeLabel {
47
+ color: #000000 !important;
48
+ font-size: 1rem !important;
49
+ }
50
+
51
+
52
+ .blocklyTreeRow.blocklyTreeSelected .blocklyTreeLabel {
53
+ color: #000000 !important;
54
+ }
55
+
56
+
57
+ /* --- Context Menu & Dropdown Menu Customization (Fixes Unreadable Text) --- */
58
+
59
+ /* Sets a dark background for the right-click context menu and dropdowns. */
60
+ .goog-menu {
61
+ background: #2a313c !important;
62
+ border-color: #4f5b6a !important;
63
+ padding: 4px 0 !important;
64
+ }
65
+
66
+ /* Sets the font color for all menu items. */
67
+ .goog-menuitem .goog-menuitem-content {
68
+ font-family: "HyperlegibleNext var", sans-serif !important;
69
+ color: #f0f0f0 !important;
70
+ padding: 8px 20px !important;
71
+ }
72
+
73
+ /* Styles the highlight that appears when you hover over a menu item. */
74
+ .goog-menuitem-highlight {
75
+ background-color: #424b57 !important;
76
+ border-color: transparent !important;
77
+ }
78
+
79
+ /* Styles the separator lines in the menus. */
80
+ .goog-menuseparator {
81
+ border-top-color: #4f5b6a !important;
82
+ margin: 4px 0 !important;
83
+ }
84
+
85
+
86
+ /* --- Tooltip Customization --- */
87
+ /* Improves the appearance of the tooltips that appear on hover. */
88
+ .blocklyTooltipDiv {
89
+ background-color: #2a313c !important;
90
+ color: #f0f0f0 !important;
91
+ border-color: #4f5b6a !important;
92
+ font-family: "HyperlegibleNext var", sans-serif !important;
93
+ padding: 6px !important;
94
+ }