iguazio.dashboard-react-controls 3.2.23 → 3.2.24
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.
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="32" height="32" rx="6" fill="#4B4760"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3058 12.8884C14.1753 12.5831 13.3435 11.5504 13.3435 10.3234C13.3435 8.85609 14.533 7.66663 16.0002 7.66663C17.4675 7.66663 18.657 8.85609 18.657 10.3234C18.657 11.5504 17.8251 12.5831 16.6946 12.8884V15.8937L19.0294 15.1351C18.9191 13.9268 19.6525 12.7598 20.855 12.3691C22.2504 11.9157 23.7493 12.6794 24.2027 14.0748C24.6561 15.4703 23.8924 16.9691 22.4969 17.4225C21.3661 17.79 20.1674 17.3581 19.5122 16.4386L17.2049 17.1882L18.6884 19.23C19.7988 18.7659 21.1223 19.105 21.8605 20.1211C22.7229 21.3081 22.4598 22.9695 21.2727 23.832C20.0857 24.6944 18.4243 24.4313 17.5618 23.2442C16.8578 22.2752 16.9038 20.99 17.5903 20.0815L16.0152 17.9136L14.5476 19.9337C15.3469 20.8463 15.4395 22.2214 14.6963 23.2443C13.8339 24.4313 12.1724 24.6945 10.9854 23.832C9.79832 22.9696 9.53517 21.3081 10.3976 20.1211C11.0965 19.1591 12.3202 18.8039 13.3909 19.1628L14.9484 17.019L12.6059 16.2579C11.985 17.3002 10.7057 17.8132 9.50323 17.4225C8.10776 16.9691 7.34408 15.4703 7.7975 14.0748C8.25091 12.6794 9.74972 11.9157 11.1452 12.3691C12.276 12.7365 12.992 13.7905 12.9815 14.9196L15.3058 15.6748V12.8884ZM17.2681 10.3234C17.2681 11.0236 16.7005 11.5912 16.0002 11.5912C15.3 11.5912 14.7324 11.0236 14.7324 10.3234C14.7324 9.62314 15.3 9.0555 16.0002 9.0555C16.7005 9.0555 17.2681 9.62314 17.2681 10.3234ZM11.53 15.2876C11.7464 14.6216 11.382 13.9064 10.716 13.69C10.05 13.4736 9.33477 13.8381 9.11839 14.504C8.90201 15.17 9.26646 15.8852 9.93241 16.1016C10.5984 16.318 11.3136 15.9536 11.53 15.2876ZM13.2922 20.657C12.7257 20.2454 11.9328 20.371 11.5212 20.9375C11.1097 21.5039 11.2352 22.2968 11.8017 22.7084C12.3682 23.12 13.1611 22.9944 13.5727 22.4279C13.9843 21.8614 13.8587 21.0685 13.2922 20.657ZM18.9659 20.6569C18.3994 21.0685 18.2738 21.8614 18.6854 22.4279C19.097 22.9944 19.8899 23.12 20.4564 22.7084C21.0229 22.2968 21.1485 21.5039 20.7369 20.9374C20.3253 20.3709 19.5324 20.2453 18.9659 20.6569ZM20.4701 15.2876C20.6865 15.9536 21.4018 16.318 22.0677 16.1016C22.7337 15.8853 23.0982 15.17 22.8818 14.504C22.6654 13.8381 21.9501 13.4736 21.2842 13.69C20.6182 13.9064 20.2538 14.6217 20.4701 15.2876Z" fill="white"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iguazio.dashboard-react-controls",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.24",
|
|
4
4
|
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.mjs",
|